git.delta.rocks / unique-network / refs/commits / c33c2f593151

difftreelog

source

Cargo.lock281.2 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.15.2"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.3.2"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"35dependencies = [36 "generic-array 0.14.4",37]3839[[package]]40name = "aes"41version = "0.5.0"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6"44dependencies = [45 "aes-soft",46 "aesni",47 "block-cipher",48]4950[[package]]51name = "aes-gcm"52version = "0.7.0"53source = "registry+https://github.com/rust-lang/crates.io-index"54checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f"55dependencies = [56 "aead",57 "aes",58 "block-cipher",59 "ghash",60 "subtle 2.4.0",61]6263[[package]]64name = "aes-soft"65version = "0.5.0"66source = "registry+https://github.com/rust-lang/crates.io-index"67checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6"68dependencies = [69 "block-cipher",70 "byteorder",71 "opaque-debug 0.3.0",72]7374[[package]]75name = "aesni"76version = "0.8.0"77source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a"79dependencies = [80 "block-cipher",81 "opaque-debug 0.3.0",82]8384[[package]]85name = "ahash"86version = "0.4.7"87source = "registry+https://github.com/rust-lang/crates.io-index"88checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"8990[[package]]91name = "aho-corasick"92version = "0.7.18"93source = "registry+https://github.com/rust-lang/crates.io-index"94checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"95dependencies = [96 "memchr",97]9899[[package]]100name = "always-assert"101version = "0.1.2"102source = "registry+https://github.com/rust-lang/crates.io-index"103checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"104105[[package]]106name = "ansi_term"107version = "0.11.0"108source = "registry+https://github.com/rust-lang/crates.io-index"109checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"110dependencies = [111 "winapi 0.3.9",112]113114[[package]]115name = "ansi_term"116version = "0.12.1"117source = "registry+https://github.com/rust-lang/crates.io-index"118checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"119dependencies = [120 "winapi 0.3.9",121]122123[[package]]124name = "anyhow"125version = "1.0.41"126source = "registry+https://github.com/rust-lang/crates.io-index"127checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"128129[[package]]130name = "approx"131version = "0.4.0"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"134dependencies = [135 "num-traits",136]137138[[package]]139name = "approx"140version = "0.5.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"143dependencies = [144 "num-traits",145]146147[[package]]148name = "arrayref"149version = "0.3.6"150source = "registry+https://github.com/rust-lang/crates.io-index"151checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"152153[[package]]154name = "arrayvec"155version = "0.4.12"156source = "registry+https://github.com/rust-lang/crates.io-index"157checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"158dependencies = [159 "nodrop",160]161162[[package]]163name = "arrayvec"164version = "0.5.2"165source = "registry+https://github.com/rust-lang/crates.io-index"166checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"167168[[package]]169name = "arrayvec"170version = "0.7.1"171source = "registry+https://github.com/rust-lang/crates.io-index"172checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"173174[[package]]175name = "asn1_der"176version = "0.7.4"177source = "registry+https://github.com/rust-lang/crates.io-index"178checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"179180[[package]]181name = "assert_matches"182version = "1.5.0"183source = "registry+https://github.com/rust-lang/crates.io-index"184checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"185186[[package]]187name = "async-attributes"188version = "1.1.2"189source = "registry+https://github.com/rust-lang/crates.io-index"190checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"191dependencies = [192 "quote",193 "syn",194]195196[[package]]197name = "async-channel"198version = "1.6.1"199source = "registry+https://github.com/rust-lang/crates.io-index"200checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"201dependencies = [202 "concurrent-queue",203 "event-listener",204 "futures-core",205]206207[[package]]208name = "async-executor"209version = "1.4.1"210source = "registry+https://github.com/rust-lang/crates.io-index"211checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"212dependencies = [213 "async-task",214 "concurrent-queue",215 "fastrand",216 "futures-lite",217 "once_cell",218 "slab",219]220221[[package]]222name = "async-global-executor"223version = "2.0.2"224source = "registry+https://github.com/rust-lang/crates.io-index"225checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"226dependencies = [227 "async-channel",228 "async-executor",229 "async-io",230 "async-mutex",231 "blocking",232 "futures-lite",233 "num_cpus",234 "once_cell",235]236237[[package]]238name = "async-io"239version = "1.4.1"240source = "registry+https://github.com/rust-lang/crates.io-index"241checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b"242dependencies = [243 "concurrent-queue",244 "fastrand",245 "futures-lite",246 "libc",247 "log",248 "once_cell",249 "parking",250 "polling",251 "slab",252 "socket2 0.4.0",253 "waker-fn",254 "winapi 0.3.9",255]256257[[package]]258name = "async-lock"259version = "2.4.0"260source = "registry+https://github.com/rust-lang/crates.io-index"261checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"262dependencies = [263 "event-listener",264]265266[[package]]267name = "async-mutex"268version = "1.4.0"269source = "registry+https://github.com/rust-lang/crates.io-index"270checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"271dependencies = [272 "event-listener",273]274275[[package]]276name = "async-process"277version = "1.1.0"278source = "registry+https://github.com/rust-lang/crates.io-index"279checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"280dependencies = [281 "async-io",282 "blocking",283 "cfg-if 1.0.0",284 "event-listener",285 "futures-lite",286 "libc",287 "once_cell",288 "signal-hook",289 "winapi 0.3.9",290]291292[[package]]293name = "async-std"294version = "1.9.0"295source = "registry+https://github.com/rust-lang/crates.io-index"296checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"297dependencies = [298 "async-attributes",299 "async-channel",300 "async-global-executor",301 "async-io",302 "async-lock",303 "async-process",304 "crossbeam-utils 0.8.5",305 "futures-channel",306 "futures-core",307 "futures-io",308 "futures-lite",309 "gloo-timers",310 "kv-log-macro",311 "log",312 "memchr",313 "num_cpus",314 "once_cell",315 "pin-project-lite 0.2.6",316 "pin-utils",317 "slab",318 "wasm-bindgen-futures",319]320321[[package]]322name = "async-std-resolver"323version = "0.20.3"324source = "registry+https://github.com/rust-lang/crates.io-index"325checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"326dependencies = [327 "async-std",328 "async-trait",329 "futures-io",330 "futures-util",331 "pin-utils",332 "trust-dns-resolver",333]334335[[package]]336name = "async-task"337version = "4.0.3"338source = "registry+https://github.com/rust-lang/crates.io-index"339checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"340341[[package]]342name = "async-trait"343version = "0.1.50"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"346dependencies = [347 "proc-macro2",348 "quote",349 "syn",350]351352[[package]]353name = "asynchronous-codec"354version = "0.5.0"355source = "registry+https://github.com/rust-lang/crates.io-index"356checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"357dependencies = [358 "bytes 1.0.1",359 "futures-sink",360 "futures-util",361 "memchr",362 "pin-project-lite 0.2.6",363]364365[[package]]366name = "asynchronous-codec"367version = "0.6.0"368source = "registry+https://github.com/rust-lang/crates.io-index"369checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"370dependencies = [371 "bytes 1.0.1",372 "futures-sink",373 "futures-util",374 "memchr",375 "pin-project-lite 0.2.6",376]377378[[package]]379name = "atomic"380version = "0.5.0"381source = "registry+https://github.com/rust-lang/crates.io-index"382checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"383dependencies = [384 "autocfg",385]386387[[package]]388name = "atomic-waker"389version = "1.0.0"390source = "registry+https://github.com/rust-lang/crates.io-index"391checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"392393[[package]]394name = "atty"395version = "0.2.14"396source = "registry+https://github.com/rust-lang/crates.io-index"397checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"398dependencies = [399 "hermit-abi",400 "libc",401 "winapi 0.3.9",402]403404[[package]]405name = "autocfg"406version = "1.0.1"407source = "registry+https://github.com/rust-lang/crates.io-index"408checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"409410[[package]]411name = "backtrace"412version = "0.3.60"413source = "registry+https://github.com/rust-lang/crates.io-index"414checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282"415dependencies = [416 "addr2line",417 "cc",418 "cfg-if 1.0.0",419 "libc",420 "miniz_oxide",421 "object 0.25.3",422 "rustc-demangle",423]424425[[package]]426name = "base-x"427version = "0.2.8"428source = "registry+https://github.com/rust-lang/crates.io-index"429checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"430431[[package]]432name = "base58"433version = "0.1.0"434source = "registry+https://github.com/rust-lang/crates.io-index"435checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"436437[[package]]438name = "base64"439version = "0.12.3"440source = "registry+https://github.com/rust-lang/crates.io-index"441checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"442443[[package]]444name = "base64"445version = "0.13.0"446source = "registry+https://github.com/rust-lang/crates.io-index"447checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"448449[[package]]450name = "beef"451version = "0.5.0"452source = "registry+https://github.com/rust-lang/crates.io-index"453checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"454dependencies = [455 "serde",456]457458[[package]]459name = "beefy-gadget"460version = "0.1.0"461source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"462dependencies = [463 "beefy-primitives",464 "futures 0.3.15",465 "hex",466 "log",467 "parity-scale-codec 2.1.3",468 "parking_lot 0.11.1",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sp-api",474 "sp-application-crypto",475 "sp-arithmetic",476 "sp-blockchain",477 "sp-consensus",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "sp-utils",482 "substrate-prometheus-endpoint",483 "thiserror",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "0.1.0"489source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.15",494 "jsonrpc-core 15.1.0",495 "jsonrpc-core-client 15.1.0",496 "jsonrpc-derive 15.1.0",497 "jsonrpc-pubsub 15.1.0",498 "log",499 "parity-scale-codec 2.1.3",500 "sc-rpc",501 "serde",502 "serde_json",503 "sp-core",504 "sp-runtime",505]506507[[package]]508name = "beefy-primitives"509version = "0.1.0"510source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"511dependencies = [512 "parity-scale-codec 2.1.3",513 "sp-api",514 "sp-application-crypto",515 "sp-core",516 "sp-runtime",517 "sp-std",518]519520[[package]]521name = "bincode"522version = "1.3.3"523source = "registry+https://github.com/rust-lang/crates.io-index"524checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"525dependencies = [526 "serde",527]528529[[package]]530name = "bindgen"531version = "0.57.0"532source = "registry+https://github.com/rust-lang/crates.io-index"533checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"534dependencies = [535 "bitflags",536 "cexpr",537 "clang-sys",538 "lazy_static",539 "lazycell",540 "peeking_take_while",541 "proc-macro2",542 "quote",543 "regex",544 "rustc-hash",545 "shlex",546]547548[[package]]549name = "bitflags"550version = "1.2.1"551source = "registry+https://github.com/rust-lang/crates.io-index"552checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"553554[[package]]555name = "bitvec"556version = "0.17.4"557source = "registry+https://github.com/rust-lang/crates.io-index"558checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"559dependencies = [560 "either",561 "radium 0.3.0",562]563564[[package]]565name = "bitvec"566version = "0.20.4"567source = "registry+https://github.com/rust-lang/crates.io-index"568checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"569dependencies = [570 "funty",571 "radium 0.6.2",572 "tap",573 "wyz",574]575576[[package]]577name = "blake2"578version = "0.9.1"579source = "registry+https://github.com/rust-lang/crates.io-index"580checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4"581dependencies = [582 "crypto-mac 0.8.0",583 "digest 0.9.0",584 "opaque-debug 0.3.0",585]586587[[package]]588name = "blake2-rfc"589version = "0.2.18"590source = "registry+https://github.com/rust-lang/crates.io-index"591checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"592dependencies = [593 "arrayvec 0.4.12",594 "constant_time_eq",595]596597[[package]]598name = "blake2b_simd"599version = "0.5.11"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"602dependencies = [603 "arrayref",604 "arrayvec 0.5.2",605 "constant_time_eq",606]607608[[package]]609name = "blake2s_simd"610version = "0.5.11"611source = "registry+https://github.com/rust-lang/crates.io-index"612checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"613dependencies = [614 "arrayref",615 "arrayvec 0.5.2",616 "constant_time_eq",617]618619[[package]]620name = "blake3"621version = "0.3.8"622source = "registry+https://github.com/rust-lang/crates.io-index"623checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"624dependencies = [625 "arrayref",626 "arrayvec 0.5.2",627 "cc",628 "cfg-if 0.1.10",629 "constant_time_eq",630 "crypto-mac 0.8.0",631 "digest 0.9.0",632]633634[[package]]635name = "block-buffer"636version = "0.7.3"637source = "registry+https://github.com/rust-lang/crates.io-index"638checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"639dependencies = [640 "block-padding 0.1.5",641 "byte-tools",642 "byteorder",643 "generic-array 0.12.4",644]645646[[package]]647name = "block-buffer"648version = "0.9.0"649source = "registry+https://github.com/rust-lang/crates.io-index"650checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"651dependencies = [652 "block-padding 0.2.1",653 "generic-array 0.14.4",654]655656[[package]]657name = "block-cipher"658version = "0.8.0"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80"661dependencies = [662 "generic-array 0.14.4",663]664665[[package]]666name = "block-padding"667version = "0.1.5"668source = "registry+https://github.com/rust-lang/crates.io-index"669checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"670dependencies = [671 "byte-tools",672]673674[[package]]675name = "block-padding"676version = "0.2.1"677source = "registry+https://github.com/rust-lang/crates.io-index"678checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"679680[[package]]681name = "blocking"682version = "1.0.2"683source = "registry+https://github.com/rust-lang/crates.io-index"684checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"685dependencies = [686 "async-channel",687 "async-task",688 "atomic-waker",689 "fastrand",690 "futures-lite",691 "once_cell",692]693694[[package]]695name = "bs58"696version = "0.4.0"697source = "registry+https://github.com/rust-lang/crates.io-index"698checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"699700[[package]]701name = "bstr"702version = "0.2.16"703source = "registry+https://github.com/rust-lang/crates.io-index"704checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"705dependencies = [706 "memchr",707]708709[[package]]710name = "build-helper"711version = "0.1.1"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"714dependencies = [715 "semver 0.6.0",716]717718[[package]]719name = "bumpalo"720version = "3.7.0"721source = "registry+https://github.com/rust-lang/crates.io-index"722checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"723724[[package]]725name = "byte-slice-cast"726version = "0.3.5"727source = "registry+https://github.com/rust-lang/crates.io-index"728checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"729730[[package]]731name = "byte-slice-cast"732version = "1.0.0"733source = "registry+https://github.com/rust-lang/crates.io-index"734checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"735736[[package]]737name = "byte-tools"738version = "0.3.1"739source = "registry+https://github.com/rust-lang/crates.io-index"740checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"741742[[package]]743name = "byteorder"744version = "1.4.3"745source = "registry+https://github.com/rust-lang/crates.io-index"746checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"747748[[package]]749name = "bytes"750version = "0.4.12"751source = "registry+https://github.com/rust-lang/crates.io-index"752checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"753dependencies = [754 "byteorder",755 "either",756 "iovec",757]758759[[package]]760name = "bytes"761version = "0.5.6"762source = "registry+https://github.com/rust-lang/crates.io-index"763checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"764765[[package]]766name = "bytes"767version = "1.0.1"768source = "registry+https://github.com/rust-lang/crates.io-index"769checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"770771[[package]]772name = "cache-padded"773version = "1.1.1"774source = "registry+https://github.com/rust-lang/crates.io-index"775checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"776777[[package]]778name = "cargo-platform"779version = "0.1.1"780source = "registry+https://github.com/rust-lang/crates.io-index"781checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"782dependencies = [783 "serde",784]785786[[package]]787name = "cargo_metadata"788version = "0.12.3"789source = "registry+https://github.com/rust-lang/crates.io-index"790checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"791dependencies = [792 "cargo-platform",793 "semver 0.11.0",794 "semver-parser 0.10.2",795 "serde",796 "serde_json",797]798799[[package]]800name = "cc"801version = "1.0.68"802source = "registry+https://github.com/rust-lang/crates.io-index"803checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"804dependencies = [805 "jobserver",806]807808[[package]]809name = "cexpr"810version = "0.4.0"811source = "registry+https://github.com/rust-lang/crates.io-index"812checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"813dependencies = [814 "nom",815]816817[[package]]818name = "cfg-if"819version = "0.1.10"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"822823[[package]]824name = "cfg-if"825version = "1.0.0"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"828829[[package]]830name = "cfg_aliases"831version = "0.1.1"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"834835[[package]]836name = "chacha20"837version = "0.5.0"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845"840dependencies = [841 "stream-cipher",842 "zeroize",843]844845[[package]]846name = "chacha20poly1305"847version = "0.6.0"848source = "registry+https://github.com/rust-lang/crates.io-index"849checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5"850dependencies = [851 "aead",852 "chacha20",853 "poly1305",854 "stream-cipher",855 "zeroize",856]857858[[package]]859name = "chrono"860version = "0.4.19"861source = "registry+https://github.com/rust-lang/crates.io-index"862checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"863dependencies = [864 "libc",865 "num-integer",866 "num-traits",867 "time",868 "winapi 0.3.9",869]870871[[package]]872name = "cid"873version = "0.6.1"874source = "registry+https://github.com/rust-lang/crates.io-index"875checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"876dependencies = [877 "multibase",878 "multihash",879 "unsigned-varint 0.5.1",880]881882[[package]]883name = "cipher"884version = "0.2.5"885source = "registry+https://github.com/rust-lang/crates.io-index"886checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"887dependencies = [888 "generic-array 0.14.4",889]890891[[package]]892name = "ckb-merkle-mountain-range"893version = "0.3.1"894source = "registry+https://github.com/rust-lang/crates.io-index"895checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6"896dependencies = [897 "cfg-if 0.1.10",898]899900[[package]]901name = "clang-sys"902version = "1.2.0"903source = "registry+https://github.com/rust-lang/crates.io-index"904checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"905dependencies = [906 "glob",907 "libc",908 "libloading 0.7.0",909]910911[[package]]912name = "clap"913version = "2.33.3"914source = "registry+https://github.com/rust-lang/crates.io-index"915checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"916dependencies = [917 "ansi_term 0.11.0",918 "atty",919 "bitflags",920 "strsim 0.8.0",921 "textwrap",922 "unicode-width",923 "vec_map",924]925926[[package]]927name = "cloudabi"928version = "0.0.3"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"931dependencies = [932 "bitflags",933]934935[[package]]936name = "concurrent-queue"937version = "1.2.2"938source = "registry+https://github.com/rust-lang/crates.io-index"939checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"940dependencies = [941 "cache-padded",942]943944[[package]]945name = "constant_time_eq"946version = "0.1.5"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"949950[[package]]951name = "convert_case"952version = "0.4.0"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"955956[[package]]957name = "core-foundation"958version = "0.7.0"959source = "registry+https://github.com/rust-lang/crates.io-index"960checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"961dependencies = [962 "core-foundation-sys 0.7.0",963 "libc",964]965966[[package]]967name = "core-foundation"968version = "0.9.1"969source = "registry+https://github.com/rust-lang/crates.io-index"970checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"971dependencies = [972 "core-foundation-sys 0.8.2",973 "libc",974]975976[[package]]977name = "core-foundation-sys"978version = "0.7.0"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"981982[[package]]983name = "core-foundation-sys"984version = "0.8.2"985source = "registry+https://github.com/rust-lang/crates.io-index"986checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"987988[[package]]989name = "cpp_demangle"990version = "0.3.2"991source = "registry+https://github.com/rust-lang/crates.io-index"992checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"993dependencies = [994 "cfg-if 1.0.0",995 "glob",996]997998[[package]]999name = "cpufeatures"1000version = "0.1.4"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"1003dependencies = [1004 "libc",1005]10061007[[package]]1008name = "cpuid-bool"1009version = "0.2.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"10121013[[package]]1014name = "cranelift-bforest"1015version = "0.74.0"1016source = "registry+https://github.com/rust-lang/crates.io-index"1017checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"1018dependencies = [1019 "cranelift-entity",1020]10211022[[package]]1023name = "cranelift-codegen"1024version = "0.74.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"1027dependencies = [1028 "cranelift-bforest",1029 "cranelift-codegen-meta",1030 "cranelift-codegen-shared",1031 "cranelift-entity",1032 "gimli",1033 "log",1034 "regalloc",1035 "serde",1036 "smallvec 1.6.1",1037 "target-lexicon",1038]10391040[[package]]1041name = "cranelift-codegen-meta"1042version = "0.74.0"1043source = "registry+https://github.com/rust-lang/crates.io-index"1044checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"1045dependencies = [1046 "cranelift-codegen-shared",1047 "cranelift-entity",1048]10491050[[package]]1051name = "cranelift-codegen-shared"1052version = "0.74.0"1053source = "registry+https://github.com/rust-lang/crates.io-index"1054checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"1055dependencies = [1056 "serde",1057]10581059[[package]]1060name = "cranelift-entity"1061version = "0.74.0"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"1064dependencies = [1065 "serde",1066]10671068[[package]]1069name = "cranelift-frontend"1070version = "0.74.0"1071source = "registry+https://github.com/rust-lang/crates.io-index"1072checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"1073dependencies = [1074 "cranelift-codegen",1075 "log",1076 "smallvec 1.6.1",1077 "target-lexicon",1078]10791080[[package]]1081name = "cranelift-native"1082version = "0.74.0"1083source = "registry+https://github.com/rust-lang/crates.io-index"1084checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"1085dependencies = [1086 "cranelift-codegen",1087 "target-lexicon",1088]10891090[[package]]1091name = "cranelift-wasm"1092version = "0.74.0"1093source = "registry+https://github.com/rust-lang/crates.io-index"1094checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"1095dependencies = [1096 "cranelift-codegen",1097 "cranelift-entity",1098 "cranelift-frontend",1099 "itertools 0.10.1",1100 "log",1101 "serde",1102 "smallvec 1.6.1",1103 "thiserror",1104 "wasmparser",1105]11061107[[package]]1108name = "crc32fast"1109version = "1.2.1"1110source = "registry+https://github.com/rust-lang/crates.io-index"1111checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1112dependencies = [1113 "cfg-if 1.0.0",1114]11151116[[package]]1117name = "crossbeam-channel"1118version = "0.5.1"1119source = "registry+https://github.com/rust-lang/crates.io-index"1120checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"1121dependencies = [1122 "cfg-if 1.0.0",1123 "crossbeam-utils 0.8.5",1124]11251126[[package]]1127name = "crossbeam-deque"1128version = "0.7.3"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"1131dependencies = [1132 "crossbeam-epoch 0.8.2",1133 "crossbeam-utils 0.7.2",1134 "maybe-uninit",1135]11361137[[package]]1138name = "crossbeam-deque"1139version = "0.8.0"1140source = "registry+https://github.com/rust-lang/crates.io-index"1141checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"1142dependencies = [1143 "cfg-if 1.0.0",1144 "crossbeam-epoch 0.9.5",1145 "crossbeam-utils 0.8.5",1146]11471148[[package]]1149name = "crossbeam-epoch"1150version = "0.8.2"1151source = "registry+https://github.com/rust-lang/crates.io-index"1152checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1153dependencies = [1154 "autocfg",1155 "cfg-if 0.1.10",1156 "crossbeam-utils 0.7.2",1157 "lazy_static",1158 "maybe-uninit",1159 "memoffset 0.5.6",1160 "scopeguard",1161]11621163[[package]]1164name = "crossbeam-epoch"1165version = "0.9.5"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"1168dependencies = [1169 "cfg-if 1.0.0",1170 "crossbeam-utils 0.8.5",1171 "lazy_static",1172 "memoffset 0.6.4",1173 "scopeguard",1174]11751176[[package]]1177name = "crossbeam-queue"1178version = "0.2.3"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1181dependencies = [1182 "cfg-if 0.1.10",1183 "crossbeam-utils 0.7.2",1184 "maybe-uninit",1185]11861187[[package]]1188name = "crossbeam-utils"1189version = "0.7.2"1190source = "registry+https://github.com/rust-lang/crates.io-index"1191checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"1192dependencies = [1193 "autocfg",1194 "cfg-if 0.1.10",1195 "lazy_static",1196]11971198[[package]]1199name = "crossbeam-utils"1200version = "0.8.5"1201source = "registry+https://github.com/rust-lang/crates.io-index"1202checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1203dependencies = [1204 "cfg-if 1.0.0",1205 "lazy_static",1206]12071208[[package]]1209name = "crunchy"1210version = "0.2.2"1211source = "registry+https://github.com/rust-lang/crates.io-index"1212checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12131214[[package]]1215name = "crypto-mac"1216version = "0.7.0"1217source = "registry+https://github.com/rust-lang/crates.io-index"1218checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1219dependencies = [1220 "generic-array 0.12.4",1221 "subtle 1.0.0",1222]12231224[[package]]1225name = "crypto-mac"1226version = "0.8.0"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1229dependencies = [1230 "generic-array 0.14.4",1231 "subtle 2.4.0",1232]12331234[[package]]1235name = "ct-logs"1236version = "0.7.0"1237source = "registry+https://github.com/rust-lang/crates.io-index"1238checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1239dependencies = [1240 "sct",1241]12421243[[package]]1244name = "ctor"1245version = "0.1.20"1246source = "registry+https://github.com/rust-lang/crates.io-index"1247checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"1248dependencies = [1249 "quote",1250 "syn",1251]12521253[[package]]1254name = "cuckoofilter"1255version = "0.5.0"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1258dependencies = [1259 "byteorder",1260 "fnv",1261 "rand 0.7.3",1262]12631264[[package]]1265name = "cumulus-client-cli"1266version = "0.1.0"1267source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1268dependencies = [1269 "sc-cli",1270 "sc-service",1271 "structopt",1272]12731274[[package]]1275name = "cumulus-client-collator"1276version = "0.1.0"1277source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1278dependencies = [1279 "cumulus-client-consensus-common",1280 "cumulus-client-network",1281 "cumulus-primitives-core",1282 "futures 0.3.15",1283 "parity-scale-codec 2.1.3",1284 "parking_lot 0.10.2",1285 "polkadot-node-primitives",1286 "polkadot-node-subsystem",1287 "polkadot-overseer",1288 "polkadot-primitives",1289 "sc-client-api",1290 "sp-api",1291 "sp-consensus",1292 "sp-core",1293 "sp-io",1294 "sp-runtime",1295 "tracing",1296]12971298[[package]]1299name = "cumulus-client-consensus-aura"1300version = "0.1.0"1301source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1302dependencies = [1303 "async-trait",1304 "cumulus-client-consensus-common",1305 "cumulus-primitives-core",1306 "futures 0.3.15",1307 "parity-scale-codec 2.1.3",1308 "parking_lot 0.10.2",1309 "polkadot-client",1310 "sc-client-api",1311 "sc-consensus-aura",1312 "sc-consensus-slots",1313 "sc-telemetry",1314 "sp-api",1315 "sp-application-crypto",1316 "sp-block-builder",1317 "sp-blockchain",1318 "sp-consensus",1319 "sp-consensus-aura",1320 "sp-core",1321 "sp-inherents",1322 "sp-keystore",1323 "sp-runtime",1324 "substrate-prometheus-endpoint",1325 "tracing",1326]13271328[[package]]1329name = "cumulus-client-consensus-common"1330version = "0.1.0"1331source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1332dependencies = [1333 "async-trait",1334 "dyn-clone",1335 "futures 0.3.15",1336 "parity-scale-codec 2.1.3",1337 "polkadot-primitives",1338 "polkadot-runtime",1339 "sc-client-api",1340 "sp-api",1341 "sp-block-builder",1342 "sp-blockchain",1343 "sp-consensus",1344 "sp-core",1345 "sp-inherents",1346 "sp-runtime",1347 "sp-trie",1348 "substrate-prometheus-endpoint",1349 "tracing",1350]13511352[[package]]1353name = "cumulus-client-network"1354version = "0.1.0"1355source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1356dependencies = [1357 "derive_more",1358 "futures 0.3.15",1359 "futures-timer 3.0.2",1360 "parity-scale-codec 2.1.3",1361 "parking_lot 0.10.2",1362 "polkadot-client",1363 "polkadot-node-primitives",1364 "polkadot-parachain",1365 "polkadot-primitives",1366 "polkadot-statement-table",1367 "sc-client-api",1368 "sp-api",1369 "sp-blockchain",1370 "sp-consensus",1371 "sp-core",1372 "sp-runtime",1373 "tracing",1374]13751376[[package]]1377name = "cumulus-client-pov-recovery"1378version = "0.1.0"1379source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1380dependencies = [1381 "cumulus-primitives-core",1382 "futures 0.3.15",1383 "futures-timer 3.0.2",1384 "parity-scale-codec 2.1.3",1385 "polkadot-node-primitives",1386 "polkadot-node-subsystem",1387 "polkadot-overseer",1388 "polkadot-primitives",1389 "rand 0.8.4",1390 "sc-client-api",1391 "sp-api",1392 "sp-consensus",1393 "sp-core",1394 "sp-maybe-compressed-blob",1395 "sp-runtime",1396 "tracing",1397]13981399[[package]]1400name = "cumulus-client-service"1401version = "0.1.0"1402source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1403dependencies = [1404 "cumulus-client-collator",1405 "cumulus-client-consensus-common",1406 "cumulus-client-pov-recovery",1407 "cumulus-primitives-core",1408 "parity-scale-codec 2.1.3",1409 "parking_lot 0.10.2",1410 "polkadot-overseer",1411 "polkadot-primitives",1412 "polkadot-service",1413 "sc-chain-spec",1414 "sc-client-api",1415 "sc-consensus-babe",1416 "sc-service",1417 "sc-telemetry",1418 "sc-tracing",1419 "sp-api",1420 "sp-blockchain",1421 "sp-consensus",1422 "sp-core",1423 "sp-runtime",1424 "tracing",1425]14261427[[package]]1428name = "cumulus-pallet-aura-ext"1429version = "0.1.0"1430source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1431dependencies = [1432 "frame-executive",1433 "frame-support",1434 "frame-system",1435 "pallet-aura",1436 "parity-scale-codec 2.1.3",1437 "serde",1438 "sp-application-crypto",1439 "sp-consensus-aura",1440 "sp-runtime",1441 "sp-std",1442]14431444[[package]]1445name = "cumulus-pallet-dmp-queue"1446version = "0.1.0"1447source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1448dependencies = [1449 "cumulus-primitives-core",1450 "frame-support",1451 "frame-system",1452 "log",1453 "parity-scale-codec 2.1.3",1454 "rand 0.8.4",1455 "rand_chacha 0.3.1",1456 "sp-io",1457 "sp-runtime",1458 "sp-std",1459 "xcm",1460 "xcm-executor",1461]14621463[[package]]1464name = "cumulus-pallet-parachain-system"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1467dependencies = [1468 "cumulus-pallet-parachain-system-proc-macro",1469 "cumulus-primitives-core",1470 "cumulus-primitives-parachain-inherent",1471 "environmental",1472 "frame-support",1473 "frame-system",1474 "log",1475 "pallet-balances",1476 "parity-scale-codec 2.1.3",1477 "polkadot-parachain",1478 "serde",1479 "sp-core",1480 "sp-externalities",1481 "sp-inherents",1482 "sp-io",1483 "sp-runtime",1484 "sp-state-machine",1485 "sp-std",1486 "sp-trie",1487 "sp-version",1488 "xcm",1489]14901491[[package]]1492name = "cumulus-pallet-parachain-system-proc-macro"1493version = "0.1.0"1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1495dependencies = [1496 "proc-macro-crate 1.0.0",1497 "proc-macro2",1498 "quote",1499 "syn",1500]15011502[[package]]1503name = "cumulus-pallet-xcm"1504version = "0.1.0"1505source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1506dependencies = [1507 "cumulus-primitives-core",1508 "frame-support",1509 "frame-system",1510 "parity-scale-codec 2.1.3",1511 "serde",1512 "sp-io",1513 "sp-runtime",1514 "sp-std",1515 "xcm",1516]15171518[[package]]1519name = "cumulus-pallet-xcmp-queue"1520version = "0.1.0"1521source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1522dependencies = [1523 "cumulus-primitives-core",1524 "frame-support",1525 "frame-system",1526 "log",1527 "parity-scale-codec 2.1.3",1528 "rand 0.8.4",1529 "rand_chacha 0.3.1",1530 "sp-runtime",1531 "sp-std",1532 "xcm",1533 "xcm-executor",1534]15351536[[package]]1537name = "cumulus-primitives-core"1538version = "0.1.0"1539source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1540dependencies = [1541 "frame-support",1542 "impl-trait-for-tuples 0.2.1",1543 "parity-scale-codec 2.1.3",1544 "polkadot-core-primitives",1545 "polkadot-parachain",1546 "polkadot-primitives",1547 "sp-api",1548 "sp-runtime",1549 "sp-std",1550 "sp-trie",1551 "xcm",1552]15531554[[package]]1555name = "cumulus-primitives-parachain-inherent"1556version = "0.1.0"1557source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1558dependencies = [1559 "async-trait",1560 "cumulus-primitives-core",1561 "parity-scale-codec 2.1.3",1562 "polkadot-client",1563 "sc-client-api",1564 "sp-api",1565 "sp-core",1566 "sp-inherents",1567 "sp-runtime",1568 "sp-state-machine",1569 "sp-std",1570 "sp-trie",1571 "tracing",1572]15731574[[package]]1575name = "cumulus-primitives-timestamp"1576version = "0.1.0"1577source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1578dependencies = [1579 "cumulus-primitives-core",1580 "sp-inherents",1581 "sp-std",1582 "sp-timestamp",1583]15841585[[package]]1586name = "cumulus-primitives-utility"1587version = "0.1.0"1588source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"1589dependencies = [1590 "cumulus-primitives-core",1591 "frame-support",1592 "impl-trait-for-tuples 0.2.1",1593 "parity-scale-codec 2.1.3",1594 "polkadot-core-primitives",1595 "polkadot-parachain",1596 "polkadot-primitives",1597 "sp-runtime",1598 "sp-std",1599 "sp-trie",1600 "xcm",1601]16021603[[package]]1604name = "curve25519-dalek"1605version = "2.1.2"1606source = "registry+https://github.com/rust-lang/crates.io-index"1607checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8"1608dependencies = [1609 "byteorder",1610 "digest 0.8.1",1611 "rand_core 0.5.1",1612 "subtle 2.4.0",1613 "zeroize",1614]16151616[[package]]1617name = "curve25519-dalek"1618version = "3.1.0"1619source = "registry+https://github.com/rust-lang/crates.io-index"1620checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"1621dependencies = [1622 "byteorder",1623 "digest 0.9.0",1624 "rand_core 0.5.1",1625 "subtle 2.4.0",1626 "zeroize",1627]16281629[[package]]1630name = "darling"1631version = "0.13.0"1632source = "registry+https://github.com/rust-lang/crates.io-index"1633checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"1634dependencies = [1635 "darling_core",1636 "darling_macro",1637]16381639[[package]]1640name = "darling_core"1641version = "0.13.0"1642source = "registry+https://github.com/rust-lang/crates.io-index"1643checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"1644dependencies = [1645 "fnv",1646 "ident_case",1647 "proc-macro2",1648 "quote",1649 "strsim 0.10.0",1650 "syn",1651]16521653[[package]]1654name = "darling_macro"1655version = "0.13.0"1656source = "registry+https://github.com/rust-lang/crates.io-index"1657checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"1658dependencies = [1659 "darling_core",1660 "quote",1661 "syn",1662]16631664[[package]]1665name = "data-encoding"1666version = "2.3.2"1667source = "registry+https://github.com/rust-lang/crates.io-index"1668checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"16691670[[package]]1671name = "data-encoding-macro"1672version = "0.1.12"1673source = "registry+https://github.com/rust-lang/crates.io-index"1674checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1675dependencies = [1676 "data-encoding",1677 "data-encoding-macro-internal",1678]16791680[[package]]1681name = "data-encoding-macro-internal"1682version = "0.1.10"1683source = "registry+https://github.com/rust-lang/crates.io-index"1684checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1685dependencies = [1686 "data-encoding",1687 "syn",1688]16891690[[package]]1691name = "derivative"1692version = "2.2.0"1693source = "registry+https://github.com/rust-lang/crates.io-index"1694checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1695dependencies = [1696 "proc-macro2",1697 "quote",1698 "syn",1699]17001701[[package]]1702name = "derive_more"1703version = "0.99.14"1704source = "registry+https://github.com/rust-lang/crates.io-index"1705checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"1706dependencies = [1707 "convert_case",1708 "proc-macro2",1709 "quote",1710 "syn",1711]17121713[[package]]1714name = "digest"1715version = "0.8.1"1716source = "registry+https://github.com/rust-lang/crates.io-index"1717checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1718dependencies = [1719 "generic-array 0.12.4",1720]17211722[[package]]1723name = "digest"1724version = "0.9.0"1725source = "registry+https://github.com/rust-lang/crates.io-index"1726checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1727dependencies = [1728 "generic-array 0.14.4",1729]17301731[[package]]1732name = "directories"1733version = "3.0.2"1734source = "registry+https://github.com/rust-lang/crates.io-index"1735checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1736dependencies = [1737 "dirs-sys",1738]17391740[[package]]1741name = "directories-next"1742version = "2.0.0"1743source = "registry+https://github.com/rust-lang/crates.io-index"1744checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1745dependencies = [1746 "cfg-if 1.0.0",1747 "dirs-sys-next",1748]17491750[[package]]1751name = "dirs-sys"1752version = "0.3.6"1753source = "registry+https://github.com/rust-lang/crates.io-index"1754checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1755dependencies = [1756 "libc",1757 "redox_users",1758 "winapi 0.3.9",1759]17601761[[package]]1762name = "dirs-sys-next"1763version = "0.1.2"1764source = "registry+https://github.com/rust-lang/crates.io-index"1765checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1766dependencies = [1767 "libc",1768 "redox_users",1769 "winapi 0.3.9",1770]17711772[[package]]1773name = "dns-parser"1774version = "0.8.0"1775source = "registry+https://github.com/rust-lang/crates.io-index"1776checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1777dependencies = [1778 "byteorder",1779 "quick-error 1.2.3",1780]17811782[[package]]1783name = "downcast-rs"1784version = "1.2.0"1785source = "registry+https://github.com/rust-lang/crates.io-index"1786checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"17871788[[package]]1789name = "dyn-clonable"1790version = "0.9.0"1791source = "registry+https://github.com/rust-lang/crates.io-index"1792checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1793dependencies = [1794 "dyn-clonable-impl",1795 "dyn-clone",1796]17971798[[package]]1799name = "dyn-clonable-impl"1800version = "0.9.0"1801source = "registry+https://github.com/rust-lang/crates.io-index"1802checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1803dependencies = [1804 "proc-macro2",1805 "quote",1806 "syn",1807]18081809[[package]]1810name = "dyn-clone"1811version = "1.0.4"1812source = "registry+https://github.com/rust-lang/crates.io-index"1813checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"18141815[[package]]1816name = "ed25519"1817version = "1.1.1"1818source = "registry+https://github.com/rust-lang/crates.io-index"1819checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6"1820dependencies = [1821 "signature",1822]18231824[[package]]1825name = "ed25519-dalek"1826version = "1.0.1"1827source = "registry+https://github.com/rust-lang/crates.io-index"1828checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1829dependencies = [1830 "curve25519-dalek 3.1.0",1831 "ed25519",1832 "rand 0.7.3",1833 "serde",1834 "sha2 0.9.5",1835 "zeroize",1836]18371838[[package]]1839name = "either"1840version = "1.6.1"1841source = "registry+https://github.com/rust-lang/crates.io-index"1842checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"18431844[[package]]1845name = "enum-as-inner"1846version = "0.3.3"1847source = "registry+https://github.com/rust-lang/crates.io-index"1848checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"1849dependencies = [1850 "heck",1851 "proc-macro2",1852 "quote",1853 "syn",1854]18551856[[package]]1857name = "enumflags2"1858version = "0.6.4"1859source = "registry+https://github.com/rust-lang/crates.io-index"1860checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"1861dependencies = [1862 "enumflags2_derive",1863]18641865[[package]]1866name = "enumflags2_derive"1867version = "0.6.4"1868source = "registry+https://github.com/rust-lang/crates.io-index"1869checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"1870dependencies = [1871 "proc-macro2",1872 "quote",1873 "syn",1874]18751876[[package]]1877name = "enumn"1878version = "0.1.3"1879source = "registry+https://github.com/rust-lang/crates.io-index"1880checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"1881dependencies = [1882 "proc-macro2",1883 "quote",1884 "syn",1885]18861887[[package]]1888name = "env_logger"1889version = "0.7.1"1890source = "registry+https://github.com/rust-lang/crates.io-index"1891checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"1892dependencies = [1893 "atty",1894 "humantime 1.3.0",1895 "log",1896 "regex",1897 "termcolor",1898]18991900[[package]]1901name = "env_logger"1902version = "0.8.4"1903source = "registry+https://github.com/rust-lang/crates.io-index"1904checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"1905dependencies = [1906 "atty",1907 "humantime 2.1.0",1908 "log",1909 "regex",1910 "termcolor",1911]19121913[[package]]1914name = "environmental"1915version = "1.1.3"1916source = "registry+https://github.com/rust-lang/crates.io-index"1917checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"19181919[[package]]1920name = "erased-serde"1921version = "0.3.15"1922source = "registry+https://github.com/rust-lang/crates.io-index"1923checksum = "e5b36e6f2295f393f44894c6031f67df4d185b984cd54d08f768ce678007efcd"1924dependencies = [1925 "serde",1926]19271928[[package]]1929name = "errno"1930version = "0.2.7"1931source = "registry+https://github.com/rust-lang/crates.io-index"1932checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"1933dependencies = [1934 "errno-dragonfly",1935 "libc",1936 "winapi 0.3.9",1937]19381939[[package]]1940name = "errno-dragonfly"1941version = "0.1.1"1942source = "registry+https://github.com/rust-lang/crates.io-index"1943checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"1944dependencies = [1945 "gcc",1946 "libc",1947]19481949[[package]]1950name = "ethbloom"1951version = "0.9.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "71a6567e6fd35589fea0c63b94b4cf2e55573e413901bdbe60ab15cf0e25e5df"1954dependencies = [1955 "crunchy",1956 "fixed-hash 0.6.1",1957 "impl-rlp 0.2.1",1958 "impl-serde",1959 "tiny-keccak",1960]19611962[[package]]1963name = "ethbloom"1964version = "0.11.0"1965source = "registry+https://github.com/rust-lang/crates.io-index"1966checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"1967dependencies = [1968 "crunchy",1969 "fixed-hash 0.7.0",1970 "impl-codec 0.5.0",1971 "impl-rlp 0.3.0",1972 "impl-serde",1973 "tiny-keccak",1974]19751976[[package]]1977name = "ethereum"1978version = "0.7.1"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"1981dependencies = [1982 "ethereum-types 0.11.0",1983 "funty",1984 "hash-db",1985 "hash256-std-hasher",1986 "parity-scale-codec 2.1.3",1987 "rlp 0.5.0",1988 "rlp-derive",1989 "serde",1990 "sha3 0.9.1",1991 "triehash",1992]19931994[[package]]1995name = "ethereum-tx-sign"1996version = "3.0.4"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "bdcbb5f48282fa71ba2864818a442d0ee0ca04ebc9ef9eb1837c48298c3b8cbf"1999dependencies = [2000 "ethereum-types 0.9.2",2001 "num-traits",2002 "rlp 0.4.6",2003 "secp256k1",2004 "serde",2005 "serde_derive",2006 "serde_json",2007 "tiny-keccak",2008]20092010[[package]]2011name = "ethereum-types"2012version = "0.9.2"2013source = "registry+https://github.com/rust-lang/crates.io-index"2014checksum = "473aecff686bd8e7b9db0165cbbb53562376b39bf35b427f0c60446a9e1634b0"2015dependencies = [2016 "ethbloom 0.9.2",2017 "fixed-hash 0.6.1",2018 "impl-rlp 0.2.1",2019 "impl-serde",2020 "primitive-types 0.7.3",2021 "uint 0.8.5",2022]20232024[[package]]2025name = "ethereum-types"2026version = "0.11.0"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"2029dependencies = [2030 "ethbloom 0.11.0",2031 "fixed-hash 0.7.0",2032 "impl-codec 0.5.0",2033 "impl-rlp 0.3.0",2034 "impl-serde",2035 "primitive-types 0.9.0",2036 "uint 0.9.0",2037]20382039[[package]]2040name = "event-listener"2041version = "2.5.1"2042source = "registry+https://github.com/rust-lang/crates.io-index"2043checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"20442045[[package]]2046name = "evm"2047version = "0.27.0"2048source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2049dependencies = [2050 "environmental",2051 "ethereum",2052 "evm-core",2053 "evm-gasometer",2054 "evm-runtime",2055 "log",2056 "parity-scale-codec 2.1.3",2057 "primitive-types 0.9.0",2058 "rlp 0.5.0",2059 "serde",2060 "sha3 0.8.2",2061]20622063[[package]]2064name = "evm-coder"2065version = "0.1.0"2066dependencies = [2067 "ethereum",2068 "evm-coder-macros",2069 "hex",2070 "hex-literal",2071 "primitive-types 0.9.0",2072]20732074[[package]]2075name = "evm-coder-macros"2076version = "0.1.0"2077dependencies = [2078 "Inflector",2079 "darling",2080 "hex",2081 "proc-macro2",2082 "quote",2083 "sha3 0.9.1",2084 "syn",2085]20862087[[package]]2088name = "evm-core"2089version = "0.27.1"2090source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2091dependencies = [2092 "funty",2093 "parity-scale-codec 2.1.3",2094 "primitive-types 0.9.0",2095 "serde",2096]20972098[[package]]2099name = "evm-gasometer"2100version = "0.27.0"2101source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2102dependencies = [2103 "environmental",2104 "evm-core",2105 "evm-runtime",2106 "primitive-types 0.9.0",2107]21082109[[package]]2110name = "evm-runtime"2111version = "0.27.0"2112source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2113dependencies = [2114 "environmental",2115 "evm-core",2116 "primitive-types 0.9.0",2117 "sha3 0.8.2",2118]21192120[[package]]2121name = "exit-future"2122version = "0.2.0"2123source = "registry+https://github.com/rust-lang/crates.io-index"2124checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2125dependencies = [2126 "futures 0.3.15",2127]21282129[[package]]2130name = "failure"2131version = "0.1.8"2132source = "registry+https://github.com/rust-lang/crates.io-index"2133checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"2134dependencies = [2135 "backtrace",2136 "failure_derive",2137]21382139[[package]]2140name = "failure_derive"2141version = "0.1.8"2142source = "registry+https://github.com/rust-lang/crates.io-index"2143checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"2144dependencies = [2145 "proc-macro2",2146 "quote",2147 "syn",2148 "synstructure",2149]21502151[[package]]2152name = "fake-simd"2153version = "0.1.2"2154source = "registry+https://github.com/rust-lang/crates.io-index"2155checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"21562157[[package]]2158name = "fallible-iterator"2159version = "0.2.0"2160source = "registry+https://github.com/rust-lang/crates.io-index"2161checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"21622163[[package]]2164name = "fastrand"2165version = "1.4.1"2166source = "registry+https://github.com/rust-lang/crates.io-index"2167checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb"2168dependencies = [2169 "instant",2170]21712172[[package]]2173name = "fc-consensus"2174version = "2.0.0"2175source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2176dependencies = [2177 "async-trait",2178 "derive_more",2179 "fc-db",2180 "fp-consensus",2181 "fp-rpc",2182 "futures 0.3.15",2183 "log",2184 "parity-scale-codec 2.1.3",2185 "sc-client-api",2186 "sp-api",2187 "sp-block-builder",2188 "sp-blockchain",2189 "sp-consensus",2190 "sp-core",2191 "sp-inherents",2192 "sp-runtime",2193 "sp-timestamp",2194 "substrate-prometheus-endpoint",2195]21962197[[package]]2198name = "fc-db"2199version = "1.0.0"2200source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2201dependencies = [2202 "kvdb",2203 "kvdb-rocksdb",2204 "parity-scale-codec 2.1.3",2205 "parking_lot 0.11.1",2206 "sp-core",2207 "sp-database",2208 "sp-runtime",2209]22102211[[package]]2212name = "fc-mapping-sync"2213version = "2.0.0-dev"2214source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2215dependencies = [2216 "fc-consensus",2217 "fc-db",2218 "fp-consensus",2219 "fp-rpc",2220 "futures 0.3.15",2221 "futures-timer 3.0.2",2222 "log",2223 "sc-client-api",2224 "sp-api",2225 "sp-blockchain",2226 "sp-runtime",2227]22282229[[package]]2230name = "fc-rpc"2231version = "2.0.0-dev"2232source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2233dependencies = [2234 "ethereum",2235 "ethereum-types 0.11.0",2236 "evm",2237 "fc-consensus",2238 "fc-db",2239 "fc-rpc-core",2240 "fp-consensus",2241 "fp-evm",2242 "fp-rpc",2243 "fp-storage",2244 "futures 0.3.15",2245 "jsonrpc-core 15.1.0",2246 "jsonrpc-core-client 14.2.0",2247 "jsonrpc-derive 14.2.2",2248 "jsonrpc-pubsub 15.1.0",2249 "libsecp256k1 0.3.5",2250 "log",2251 "pallet-ethereum",2252 "pallet-evm",2253 "parity-scale-codec 2.1.3",2254 "rand 0.7.3",2255 "rlp 0.5.0",2256 "rustc-hex",2257 "sc-client-api",2258 "sc-network",2259 "sc-rpc",2260 "sc-service",2261 "sha3 0.8.2",2262 "sp-api",2263 "sp-blockchain",2264 "sp-io",2265 "sp-runtime",2266 "sp-storage",2267 "sp-transaction-pool",2268]22692270[[package]]2271name = "fc-rpc-core"2272version = "1.1.0-dev"2273source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2274dependencies = [2275 "ethereum-types 0.11.0",2276 "jsonrpc-core 15.1.0",2277 "jsonrpc-core-client 14.2.0",2278 "jsonrpc-derive 14.2.2",2279 "jsonrpc-pubsub 15.1.0",2280 "rustc-hex",2281 "serde",2282 "serde_json",2283]22842285[[package]]2286name = "fdlimit"2287version = "0.2.1"2288source = "registry+https://github.com/rust-lang/crates.io-index"2289checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2290dependencies = [2291 "libc",2292]22932294[[package]]2295name = "file-per-thread-logger"2296version = "0.1.4"2297source = "registry+https://github.com/rust-lang/crates.io-index"2298checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2299dependencies = [2300 "env_logger 0.7.1",2301 "log",2302]23032304[[package]]2305name = "finality-grandpa"2306version = "0.14.1"2307source = "registry+https://github.com/rust-lang/crates.io-index"2308checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2309dependencies = [2310 "either",2311 "futures 0.3.15",2312 "futures-timer 3.0.2",2313 "log",2314 "num-traits",2315 "parity-scale-codec 2.1.3",2316 "parking_lot 0.11.1",2317]23182319[[package]]2320name = "fixed-hash"2321version = "0.6.1"2322source = "registry+https://github.com/rust-lang/crates.io-index"2323checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c"2324dependencies = [2325 "byteorder",2326 "rand 0.7.3",2327 "rustc-hex",2328 "static_assertions",2329]23302331[[package]]2332name = "fixed-hash"2333version = "0.7.0"2334source = "registry+https://github.com/rust-lang/crates.io-index"2335checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2336dependencies = [2337 "byteorder",2338 "rand 0.8.4",2339 "rustc-hex",2340 "static_assertions",2341]23422343[[package]]2344name = "fixedbitset"2345version = "0.2.0"2346source = "registry+https://github.com/rust-lang/crates.io-index"2347checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"23482349[[package]]2350name = "flate2"2351version = "1.0.20"2352source = "registry+https://github.com/rust-lang/crates.io-index"2353checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"2354dependencies = [2355 "cfg-if 1.0.0",2356 "crc32fast",2357 "libc",2358 "libz-sys",2359 "miniz_oxide",2360]23612362[[package]]2363name = "flexi_logger"2364version = "0.15.12"2365source = "registry+https://github.com/rust-lang/crates.io-index"2366checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2367dependencies = [2368 "atty",2369 "chrono",2370 "glob",2371 "lazy_static",2372 "log",2373 "regex",2374 "thiserror",2375 "yansi",2376]23772378[[package]]2379name = "fnv"2380version = "1.0.7"2381source = "registry+https://github.com/rust-lang/crates.io-index"2382checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"23832384[[package]]2385name = "fork-tree"2386version = "3.0.0"2387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2388dependencies = [2389 "parity-scale-codec 2.1.3",2390]23912392[[package]]2393name = "form_urlencoded"2394version = "1.0.1"2395source = "registry+https://github.com/rust-lang/crates.io-index"2396checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2397dependencies = [2398 "matches",2399 "percent-encoding 2.1.0",2400]24012402[[package]]2403name = "fp-consensus"2404version = "1.0.0"2405source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2406dependencies = [2407 "ethereum",2408 "parity-scale-codec 2.1.3",2409 "rlp 0.5.0",2410 "sha3 0.8.2",2411 "sp-core",2412 "sp-runtime",2413 "sp-std",2414]24152416[[package]]2417name = "fp-evm"2418version = "2.0.0"2419source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2420dependencies = [2421 "evm",2422 "impl-trait-for-tuples 0.1.3",2423 "parity-scale-codec 2.1.3",2424 "serde",2425 "sp-core",2426 "sp-std",2427]24282429[[package]]2430name = "fp-rpc"2431version = "2.1.0"2432source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"2433dependencies = [2434 "ethereum",2435 "ethereum-types 0.11.0",2436 "fp-evm",2437 "parity-scale-codec 2.1.3",2438 "sp-api",2439 "sp-core",2440 "sp-io",2441 "sp-runtime",2442 "sp-std",2443]24442445[[package]]2446name = "fp-storage"2447version = "1.0.1"2448source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"24492450[[package]]2451name = "frame-benchmarking"2452version = "3.1.0"2453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2454dependencies = [2455 "frame-support",2456 "frame-system",2457 "linregress",2458 "log",2459 "parity-scale-codec 2.1.3",2460 "paste",2461 "sp-api",2462 "sp-io",2463 "sp-runtime",2464 "sp-runtime-interface",2465 "sp-std",2466 "sp-storage",2467]24682469[[package]]2470name = "frame-benchmarking-cli"2471version = "3.0.0"2472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2473dependencies = [2474 "Inflector",2475 "chrono",2476 "frame-benchmarking",2477 "handlebars",2478 "parity-scale-codec 2.1.3",2479 "sc-cli",2480 "sc-client-db",2481 "sc-executor",2482 "sc-service",2483 "serde",2484 "sp-core",2485 "sp-externalities",2486 "sp-keystore",2487 "sp-runtime",2488 "sp-state-machine",2489 "structopt",2490]24912492[[package]]2493name = "frame-election-provider-support"2494version = "3.0.0"2495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2496dependencies = [2497 "frame-support",2498 "frame-system",2499 "parity-scale-codec 2.1.3",2500 "sp-arithmetic",2501 "sp-npos-elections",2502 "sp-std",2503]25042505[[package]]2506name = "frame-executive"2507version = "3.0.0"2508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2509dependencies = [2510 "frame-support",2511 "frame-system",2512 "parity-scale-codec 2.1.3",2513 "sp-core",2514 "sp-io",2515 "sp-runtime",2516 "sp-std",2517 "sp-tracing",2518]25192520[[package]]2521name = "frame-metadata"2522version = "13.0.0"2523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2524dependencies = [2525 "parity-scale-codec 2.1.3",2526 "serde",2527 "sp-core",2528 "sp-std",2529]25302531[[package]]2532name = "frame-support"2533version = "3.0.0"2534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2535dependencies = [2536 "bitflags",2537 "frame-metadata",2538 "frame-support-procedural",2539 "impl-trait-for-tuples 0.2.1",2540 "log",2541 "max-encoded-len",2542 "once_cell",2543 "parity-scale-codec 2.1.3",2544 "paste",2545 "serde",2546 "smallvec 1.6.1",2547 "sp-arithmetic",2548 "sp-core",2549 "sp-inherents",2550 "sp-io",2551 "sp-runtime",2552 "sp-staking",2553 "sp-state-machine",2554 "sp-std",2555 "sp-tracing",2556]25572558[[package]]2559name = "frame-support-procedural"2560version = "3.0.0"2561source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2562dependencies = [2563 "Inflector",2564 "frame-support-procedural-tools",2565 "proc-macro2",2566 "quote",2567 "syn",2568]25692570[[package]]2571name = "frame-support-procedural-tools"2572version = "3.0.0"2573source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2574dependencies = [2575 "frame-support-procedural-tools-derive",2576 "proc-macro-crate 1.0.0",2577 "proc-macro2",2578 "quote",2579 "syn",2580]25812582[[package]]2583name = "frame-support-procedural-tools-derive"2584version = "3.0.0"2585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2586dependencies = [2587 "proc-macro2",2588 "quote",2589 "syn",2590]25912592[[package]]2593name = "frame-system"2594version = "3.0.0"2595source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2596dependencies = [2597 "frame-support",2598 "impl-trait-for-tuples 0.2.1",2599 "log",2600 "parity-scale-codec 2.1.3",2601 "serde",2602 "sp-core",2603 "sp-io",2604 "sp-runtime",2605 "sp-std",2606 "sp-version",2607]26082609[[package]]2610name = "frame-system-benchmarking"2611version = "3.0.0"2612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2613dependencies = [2614 "frame-benchmarking",2615 "frame-support",2616 "frame-system",2617 "parity-scale-codec 2.1.3",2618 "sp-core",2619 "sp-runtime",2620 "sp-std",2621]26222623[[package]]2624name = "frame-system-rpc-runtime-api"2625version = "3.0.0"2626source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2627dependencies = [2628 "parity-scale-codec 2.1.3",2629 "sp-api",2630]26312632[[package]]2633name = "frame-try-runtime"2634version = "0.9.0"2635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"2636dependencies = [2637 "frame-support",2638 "parity-scale-codec 2.1.3",2639 "sp-api",2640 "sp-runtime",2641 "sp-std",2642]26432644[[package]]2645name = "fs-err"2646version = "2.6.0"2647source = "registry+https://github.com/rust-lang/crates.io-index"2648checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"26492650[[package]]2651name = "fs-swap"2652version = "0.2.6"2653source = "registry+https://github.com/rust-lang/crates.io-index"2654checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2655dependencies = [2656 "lazy_static",2657 "libc",2658 "libloading 0.5.2",2659 "winapi 0.3.9",2660]26612662[[package]]2663name = "fs2"2664version = "0.4.3"2665source = "registry+https://github.com/rust-lang/crates.io-index"2666checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2667dependencies = [2668 "libc",2669 "winapi 0.3.9",2670]26712672[[package]]2673name = "fuchsia-cprng"2674version = "0.1.1"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"26772678[[package]]2679name = "fuchsia-zircon"2680version = "0.3.3"2681source = "registry+https://github.com/rust-lang/crates.io-index"2682checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2683dependencies = [2684 "bitflags",2685 "fuchsia-zircon-sys",2686]26872688[[package]]2689name = "fuchsia-zircon-sys"2690version = "0.3.3"2691source = "registry+https://github.com/rust-lang/crates.io-index"2692checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"26932694[[package]]2695name = "funty"2696version = "1.1.0"2697source = "registry+https://github.com/rust-lang/crates.io-index"2698checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"26992700[[package]]2701name = "futures"2702version = "0.1.31"2703source = "registry+https://github.com/rust-lang/crates.io-index"2704checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"27052706[[package]]2707name = "futures"2708version = "0.3.15"2709source = "registry+https://github.com/rust-lang/crates.io-index"2710checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"2711dependencies = [2712 "futures-channel",2713 "futures-core",2714 "futures-executor",2715 "futures-io",2716 "futures-sink",2717 "futures-task",2718 "futures-util",2719]27202721[[package]]2722name = "futures-channel"2723version = "0.3.15"2724source = "registry+https://github.com/rust-lang/crates.io-index"2725checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"2726dependencies = [2727 "futures-core",2728 "futures-sink",2729]27302731[[package]]2732name = "futures-core"2733version = "0.3.15"2734source = "registry+https://github.com/rust-lang/crates.io-index"2735checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"27362737[[package]]2738name = "futures-cpupool"2739version = "0.1.8"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2742dependencies = [2743 "futures 0.1.31",2744 "num_cpus",2745]27462747[[package]]2748name = "futures-executor"2749version = "0.3.15"2750source = "registry+https://github.com/rust-lang/crates.io-index"2751checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"2752dependencies = [2753 "futures-core",2754 "futures-task",2755 "futures-util",2756 "num_cpus",2757]27582759[[package]]2760name = "futures-io"2761version = "0.3.15"2762source = "registry+https://github.com/rust-lang/crates.io-index"2763checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"27642765[[package]]2766name = "futures-lite"2767version = "1.12.0"2768source = "registry+https://github.com/rust-lang/crates.io-index"2769checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2770dependencies = [2771 "fastrand",2772 "futures-core",2773 "futures-io",2774 "memchr",2775 "parking",2776 "pin-project-lite 0.2.6",2777 "waker-fn",2778]27792780[[package]]2781name = "futures-macro"2782version = "0.3.15"2783source = "registry+https://github.com/rust-lang/crates.io-index"2784checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"2785dependencies = [2786 "autocfg",2787 "proc-macro-hack",2788 "proc-macro2",2789 "quote",2790 "syn",2791]27922793[[package]]2794name = "futures-rustls"2795version = "0.21.1"2796source = "registry+https://github.com/rust-lang/crates.io-index"2797checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2798dependencies = [2799 "futures-io",2800 "rustls 0.19.1",2801 "webpki",2802]28032804[[package]]2805name = "futures-sink"2806version = "0.3.15"2807source = "registry+https://github.com/rust-lang/crates.io-index"2808checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"28092810[[package]]2811name = "futures-task"2812version = "0.3.15"2813source = "registry+https://github.com/rust-lang/crates.io-index"2814checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"28152816[[package]]2817name = "futures-timer"2818version = "2.0.2"2819source = "registry+https://github.com/rust-lang/crates.io-index"2820checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"28212822[[package]]2823name = "futures-timer"2824version = "3.0.2"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"28272828[[package]]2829name = "futures-util"2830version = "0.3.15"2831source = "registry+https://github.com/rust-lang/crates.io-index"2832checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"2833dependencies = [2834 "autocfg",2835 "futures 0.1.31",2836 "futures-channel",2837 "futures-core",2838 "futures-io",2839 "futures-macro",2840 "futures-sink",2841 "futures-task",2842 "memchr",2843 "pin-project-lite 0.2.6",2844 "pin-utils",2845 "proc-macro-hack",2846 "proc-macro-nested",2847 "slab",2848]28492850[[package]]2851name = "gcc"2852version = "0.3.55"2853source = "registry+https://github.com/rust-lang/crates.io-index"2854checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"28552856[[package]]2857name = "generic-array"2858version = "0.12.4"2859source = "registry+https://github.com/rust-lang/crates.io-index"2860checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2861dependencies = [2862 "typenum",2863]28642865[[package]]2866name = "generic-array"2867version = "0.14.4"2868source = "registry+https://github.com/rust-lang/crates.io-index"2869checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"2870dependencies = [2871 "typenum",2872 "version_check",2873]28742875[[package]]2876name = "getrandom"2877version = "0.1.16"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2880dependencies = [2881 "cfg-if 1.0.0",2882 "libc",2883 "wasi 0.9.0+wasi-snapshot-preview1",2884]28852886[[package]]2887name = "getrandom"2888version = "0.2.3"2889source = "registry+https://github.com/rust-lang/crates.io-index"2890checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"2891dependencies = [2892 "cfg-if 1.0.0",2893 "libc",2894 "wasi 0.10.0+wasi-snapshot-preview1",2895]28962897[[package]]2898name = "ghash"2899version = "0.3.1"2900source = "registry+https://github.com/rust-lang/crates.io-index"2901checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"2902dependencies = [2903 "opaque-debug 0.3.0",2904 "polyval",2905]29062907[[package]]2908name = "gimli"2909version = "0.24.0"2910source = "registry+https://github.com/rust-lang/crates.io-index"2911checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"2912dependencies = [2913 "fallible-iterator",2914 "indexmap",2915 "stable_deref_trait",2916]29172918[[package]]2919name = "glob"2920version = "0.3.0"2921source = "registry+https://github.com/rust-lang/crates.io-index"2922checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"29232924[[package]]2925name = "globset"2926version = "0.4.7"2927source = "registry+https://github.com/rust-lang/crates.io-index"2928checksum = "f0fc1b9fa0e64ffb1aa5b95daa0f0f167734fd528b7c02eabc581d9d843649b1"2929dependencies = [2930 "aho-corasick",2931 "bstr",2932 "fnv",2933 "log",2934 "regex",2935]29362937[[package]]2938name = "gloo-timers"2939version = "0.2.1"2940source = "registry+https://github.com/rust-lang/crates.io-index"2941checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"2942dependencies = [2943 "futures-channel",2944 "futures-core",2945 "js-sys",2946 "wasm-bindgen",2947 "web-sys",2948]29492950[[package]]2951name = "h2"2952version = "0.1.26"2953source = "registry+https://github.com/rust-lang/crates.io-index"2954checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"2955dependencies = [2956 "byteorder",2957 "bytes 0.4.12",2958 "fnv",2959 "futures 0.1.31",2960 "http 0.1.21",2961 "indexmap",2962 "log",2963 "slab",2964 "string",2965 "tokio-io",2966]29672968[[package]]2969name = "h2"2970version = "0.2.7"2971source = "registry+https://github.com/rust-lang/crates.io-index"2972checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"2973dependencies = [2974 "bytes 0.5.6",2975 "fnv",2976 "futures-core",2977 "futures-sink",2978 "futures-util",2979 "http 0.2.4",2980 "indexmap",2981 "slab",2982 "tokio 0.2.25",2983 "tokio-util",2984 "tracing",2985 "tracing-futures",2986]29872988[[package]]2989name = "handlebars"2990version = "3.5.5"2991source = "registry+https://github.com/rust-lang/crates.io-index"2992checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"2993dependencies = [2994 "log",2995 "pest",2996 "pest_derive",2997 "quick-error 2.0.1",2998 "serde",2999 "serde_json",3000]30013002[[package]]3003name = "hash-db"3004version = "0.15.2"3005source = "registry+https://github.com/rust-lang/crates.io-index"3006checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"30073008[[package]]3009name = "hash256-std-hasher"3010version = "0.15.2"3011source = "registry+https://github.com/rust-lang/crates.io-index"3012checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3013dependencies = [3014 "crunchy",3015]30163017[[package]]3018name = "hashbrown"3019version = "0.9.1"3020source = "registry+https://github.com/rust-lang/crates.io-index"3021checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"3022dependencies = [3023 "ahash",3024]30253026[[package]]3027name = "heck"3028version = "0.3.3"3029source = "registry+https://github.com/rust-lang/crates.io-index"3030checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3031dependencies = [3032 "unicode-segmentation",3033]30343035[[package]]3036name = "hermit-abi"3037version = "0.1.18"3038source = "registry+https://github.com/rust-lang/crates.io-index"3039checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"3040dependencies = [3041 "libc",3042]30433044[[package]]3045name = "hex"3046version = "0.4.3"3047source = "registry+https://github.com/rust-lang/crates.io-index"3048checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"30493050[[package]]3051name = "hex-literal"3052version = "0.3.1"3053source = "registry+https://github.com/rust-lang/crates.io-index"3054checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"30553056[[package]]3057name = "hex_fmt"3058version = "0.3.0"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"30613062[[package]]3063name = "hmac"3064version = "0.7.1"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3067dependencies = [3068 "crypto-mac 0.7.0",3069 "digest 0.8.1",3070]30713072[[package]]3073name = "hmac"3074version = "0.8.1"3075source = "registry+https://github.com/rust-lang/crates.io-index"3076checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3077dependencies = [3078 "crypto-mac 0.8.0",3079 "digest 0.9.0",3080]30813082[[package]]3083name = "hmac-drbg"3084version = "0.2.0"3085source = "registry+https://github.com/rust-lang/crates.io-index"3086checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3087dependencies = [3088 "digest 0.8.1",3089 "generic-array 0.12.4",3090 "hmac 0.7.1",3091]30923093[[package]]3094name = "hmac-drbg"3095version = "0.3.0"3096source = "registry+https://github.com/rust-lang/crates.io-index"3097checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3098dependencies = [3099 "digest 0.9.0",3100 "generic-array 0.14.4",3101 "hmac 0.8.1",3102]31033104[[package]]3105name = "hostname"3106version = "0.3.1"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3109dependencies = [3110 "libc",3111 "match_cfg",3112 "winapi 0.3.9",3113]31143115[[package]]3116name = "http"3117version = "0.1.21"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"3120dependencies = [3121 "bytes 0.4.12",3122 "fnv",3123 "itoa",3124]31253126[[package]]3127name = "http"3128version = "0.2.4"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"3131dependencies = [3132 "bytes 1.0.1",3133 "fnv",3134 "itoa",3135]31363137[[package]]3138name = "http-body"3139version = "0.1.0"3140source = "registry+https://github.com/rust-lang/crates.io-index"3141checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3142dependencies = [3143 "bytes 0.4.12",3144 "futures 0.1.31",3145 "http 0.1.21",3146 "tokio-buf",3147]31483149[[package]]3150name = "http-body"3151version = "0.3.1"3152source = "registry+https://github.com/rust-lang/crates.io-index"3153checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"3154dependencies = [3155 "bytes 0.5.6",3156 "http 0.2.4",3157]31583159[[package]]3160name = "http-body"3161version = "0.4.2"3162source = "registry+https://github.com/rust-lang/crates.io-index"3163checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"3164dependencies = [3165 "bytes 1.0.1",3166 "http 0.2.4",3167 "pin-project-lite 0.2.6",3168]31693170[[package]]3171name = "httparse"3172version = "1.4.1"3173source = "registry+https://github.com/rust-lang/crates.io-index"3174checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"31753176[[package]]3177name = "httpdate"3178version = "0.3.2"3179source = "registry+https://github.com/rust-lang/crates.io-index"3180checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"31813182[[package]]3183name = "httpdate"3184version = "1.0.1"3185source = "registry+https://github.com/rust-lang/crates.io-index"3186checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"31873188[[package]]3189name = "humantime"3190version = "1.3.0"3191source = "registry+https://github.com/rust-lang/crates.io-index"3192checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3193dependencies = [3194 "quick-error 1.2.3",3195]31963197[[package]]3198name = "humantime"3199version = "2.1.0"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32023203[[package]]3204name = "hyper"3205version = "0.12.36"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"3208dependencies = [3209 "bytes 0.4.12",3210 "futures 0.1.31",3211 "futures-cpupool",3212 "h2 0.1.26",3213 "http 0.1.21",3214 "http-body 0.1.0",3215 "httparse",3216 "iovec",3217 "itoa",3218 "log",3219 "net2",3220 "rustc_version",3221 "time",3222 "tokio 0.1.22",3223 "tokio-buf",3224 "tokio-executor",3225 "tokio-io",3226 "tokio-reactor",3227 "tokio-tcp",3228 "tokio-threadpool",3229 "tokio-timer",3230 "want 0.2.0",3231]32323233[[package]]3234name = "hyper"3235version = "0.13.10"3236source = "registry+https://github.com/rust-lang/crates.io-index"3237checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"3238dependencies = [3239 "bytes 0.5.6",3240 "futures-channel",3241 "futures-core",3242 "futures-util",3243 "h2 0.2.7",3244 "http 0.2.4",3245 "http-body 0.3.1",3246 "httparse",3247 "httpdate 0.3.2",3248 "itoa",3249 "pin-project 1.0.7",3250 "socket2 0.3.19",3251 "tokio 0.2.25",3252 "tower-service",3253 "tracing",3254 "want 0.3.0",3255]32563257[[package]]3258name = "hyper"3259version = "0.14.10"3260source = "registry+https://github.com/rust-lang/crates.io-index"3261checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03"3262dependencies = [3263 "bytes 1.0.1",3264 "futures-channel",3265 "futures-core",3266 "futures-util",3267 "http 0.2.4",3268 "http-body 0.4.2",3269 "httparse",3270 "httpdate 1.0.1",3271 "itoa",3272 "pin-project-lite 0.2.6",3273 "tokio 1.8.1",3274 "tower-service",3275 "tracing",3276 "want 0.3.0",3277]32783279[[package]]3280name = "hyper-rustls"3281version = "0.21.0"3282source = "registry+https://github.com/rust-lang/crates.io-index"3283checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"3284dependencies = [3285 "bytes 0.5.6",3286 "ct-logs",3287 "futures-util",3288 "hyper 0.13.10",3289 "log",3290 "rustls 0.18.1",3291 "rustls-native-certs 0.4.0",3292 "tokio 0.2.25",3293 "tokio-rustls 0.14.1",3294 "webpki",3295]32963297[[package]]3298name = "ident_case"3299version = "1.0.1"3300source = "registry+https://github.com/rust-lang/crates.io-index"3301checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"33023303[[package]]3304name = "idna"3305version = "0.1.5"3306source = "registry+https://github.com/rust-lang/crates.io-index"3307checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3308dependencies = [3309 "matches",3310 "unicode-bidi",3311 "unicode-normalization",3312]33133314[[package]]3315name = "idna"3316version = "0.2.3"3317source = "registry+https://github.com/rust-lang/crates.io-index"3318checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3319dependencies = [3320 "matches",3321 "unicode-bidi",3322 "unicode-normalization",3323]33243325[[package]]3326name = "if-addrs"3327version = "0.6.5"3328source = "registry+https://github.com/rust-lang/crates.io-index"3329checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"3330dependencies = [3331 "if-addrs-sys",3332 "libc",3333 "winapi 0.3.9",3334]33353336[[package]]3337name = "if-addrs-sys"3338version = "0.3.2"3339source = "registry+https://github.com/rust-lang/crates.io-index"3340checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3341dependencies = [3342 "cc",3343 "libc",3344]33453346[[package]]3347name = "if-watch"3348version = "0.2.2"3349source = "registry+https://github.com/rust-lang/crates.io-index"3350checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3351dependencies = [3352 "async-io",3353 "futures 0.3.15",3354 "futures-lite",3355 "if-addrs",3356 "ipnet",3357 "libc",3358 "log",3359 "winapi 0.3.9",3360]33613362[[package]]3363name = "impl-codec"3364version = "0.4.2"3365source = "registry+https://github.com/rust-lang/crates.io-index"3366checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"3367dependencies = [3368 "parity-scale-codec 1.3.7",3369]33703371[[package]]3372name = "impl-codec"3373version = "0.5.0"3374source = "registry+https://github.com/rust-lang/crates.io-index"3375checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"3376dependencies = [3377 "parity-scale-codec 2.1.3",3378]33793380[[package]]3381name = "impl-rlp"3382version = "0.2.1"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5"3385dependencies = [3386 "rlp 0.4.6",3387]33883389[[package]]3390name = "impl-rlp"3391version = "0.3.0"3392source = "registry+https://github.com/rust-lang/crates.io-index"3393checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3394dependencies = [3395 "rlp 0.5.0",3396]33973398[[package]]3399name = "impl-serde"3400version = "0.3.1"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3403dependencies = [3404 "serde",3405]34063407[[package]]3408name = "impl-trait-for-tuples"3409version = "0.1.3"3410source = "registry+https://github.com/rust-lang/crates.io-index"3411checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"3412dependencies = [3413 "proc-macro2",3414 "quote",3415 "syn",3416]34173418[[package]]3419name = "impl-trait-for-tuples"3420version = "0.2.1"3421source = "registry+https://github.com/rust-lang/crates.io-index"3422checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3423dependencies = [3424 "proc-macro2",3425 "quote",3426 "syn",3427]34283429[[package]]3430name = "indexmap"3431version = "1.6.2"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"3434dependencies = [3435 "autocfg",3436 "hashbrown",3437 "serde",3438]34393440[[package]]3441name = "instant"3442version = "0.1.9"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"3445dependencies = [3446 "cfg-if 1.0.0",3447]34483449[[package]]3450name = "integer-encoding"3451version = "1.1.7"3452source = "registry+https://github.com/rust-lang/crates.io-index"3453checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"34543455[[package]]3456name = "integer-sqrt"3457version = "0.1.5"3458source = "registry+https://github.com/rust-lang/crates.io-index"3459checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3460dependencies = [3461 "num-traits",3462]34633464[[package]]3465name = "intervalier"3466version = "0.4.0"3467source = "registry+https://github.com/rust-lang/crates.io-index"3468checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3469dependencies = [3470 "futures 0.3.15",3471 "futures-timer 2.0.2",3472]34733474[[package]]3475name = "iovec"3476version = "0.1.4"3477source = "registry+https://github.com/rust-lang/crates.io-index"3478checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3479dependencies = [3480 "libc",3481]34823483[[package]]3484name = "ip_network"3485version = "0.3.4"3486source = "registry+https://github.com/rust-lang/crates.io-index"3487checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"34883489[[package]]3490name = "ipconfig"3491version = "0.2.2"3492source = "registry+https://github.com/rust-lang/crates.io-index"3493checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3494dependencies = [3495 "socket2 0.3.19",3496 "widestring",3497 "winapi 0.3.9",3498 "winreg",3499]35003501[[package]]3502name = "ipnet"3503version = "2.3.1"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"35063507[[package]]3508name = "itertools"3509version = "0.9.0"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"3512dependencies = [3513 "either",3514]35153516[[package]]3517name = "itertools"3518version = "0.10.1"3519source = "registry+https://github.com/rust-lang/crates.io-index"3520checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3521dependencies = [3522 "either",3523]35243525[[package]]3526name = "itoa"3527version = "0.4.7"3528source = "registry+https://github.com/rust-lang/crates.io-index"3529checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"35303531[[package]]3532name = "jobserver"3533version = "0.1.22"3534source = "registry+https://github.com/rust-lang/crates.io-index"3535checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"3536dependencies = [3537 "libc",3538]35393540[[package]]3541name = "js-sys"3542version = "0.3.51"3543source = "registry+https://github.com/rust-lang/crates.io-index"3544checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"3545dependencies = [3546 "wasm-bindgen",3547]35483549[[package]]3550name = "jsonrpc-client-transports"3551version = "14.2.1"3552source = "registry+https://github.com/rust-lang/crates.io-index"3553checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3554dependencies = [3555 "failure",3556 "futures 0.1.31",3557 "jsonrpc-core 14.2.0",3558 "jsonrpc-pubsub 14.2.0",3559 "log",3560 "serde",3561 "serde_json",3562 "url 1.7.2",3563]35643565[[package]]3566name = "jsonrpc-client-transports"3567version = "15.1.0"3568source = "registry+https://github.com/rust-lang/crates.io-index"3569checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3570dependencies = [3571 "failure",3572 "futures 0.1.31",3573 "jsonrpc-core 15.1.0",3574 "jsonrpc-pubsub 15.1.0",3575 "log",3576 "serde",3577 "serde_json",3578 "url 1.7.2",3579]35803581[[package]]3582name = "jsonrpc-core"3583version = "14.2.0"3584source = "registry+https://github.com/rust-lang/crates.io-index"3585checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3586dependencies = [3587 "futures 0.1.31",3588 "log",3589 "serde",3590 "serde_derive",3591 "serde_json",3592]35933594[[package]]3595name = "jsonrpc-core"3596version = "15.1.0"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3599dependencies = [3600 "futures 0.1.31",3601 "log",3602 "serde",3603 "serde_derive",3604 "serde_json",3605]36063607[[package]]3608name = "jsonrpc-core-client"3609version = "14.2.0"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3612dependencies = [3613 "jsonrpc-client-transports 14.2.1",3614]36153616[[package]]3617name = "jsonrpc-core-client"3618version = "15.1.0"3619source = "registry+https://github.com/rust-lang/crates.io-index"3620checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"3621dependencies = [3622 "jsonrpc-client-transports 15.1.0",3623]36243625[[package]]3626name = "jsonrpc-derive"3627version = "14.2.2"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3630dependencies = [3631 "proc-macro-crate 0.1.5",3632 "proc-macro2",3633 "quote",3634 "syn",3635]36363637[[package]]3638name = "jsonrpc-derive"3639version = "15.1.0"3640source = "registry+https://github.com/rust-lang/crates.io-index"3641checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"3642dependencies = [3643 "proc-macro-crate 0.1.5",3644 "proc-macro2",3645 "quote",3646 "syn",3647]36483649[[package]]3650name = "jsonrpc-http-server"3651version = "15.1.0"3652source = "registry+https://github.com/rust-lang/crates.io-index"3653checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3654dependencies = [3655 "hyper 0.12.36",3656 "jsonrpc-core 15.1.0",3657 "jsonrpc-server-utils",3658 "log",3659 "net2",3660 "parking_lot 0.10.2",3661 "unicase",3662]36633664[[package]]3665name = "jsonrpc-ipc-server"3666version = "15.1.0"3667source = "registry+https://github.com/rust-lang/crates.io-index"3668checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3669dependencies = [3670 "jsonrpc-core 15.1.0",3671 "jsonrpc-server-utils",3672 "log",3673 "parity-tokio-ipc",3674 "parking_lot 0.10.2",3675 "tokio-service",3676]36773678[[package]]3679name = "jsonrpc-pubsub"3680version = "14.2.0"3681source = "registry+https://github.com/rust-lang/crates.io-index"3682checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3683dependencies = [3684 "jsonrpc-core 14.2.0",3685 "log",3686 "parking_lot 0.10.2",3687 "rand 0.7.3",3688 "serde",3689]36903691[[package]]3692name = "jsonrpc-pubsub"3693version = "15.1.0"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"3696dependencies = [3697 "jsonrpc-core 15.1.0",3698 "log",3699 "parking_lot 0.10.2",3700 "rand 0.7.3",3701 "serde",3702]37033704[[package]]3705name = "jsonrpc-server-utils"3706version = "15.1.0"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3709dependencies = [3710 "bytes 0.4.12",3711 "globset",3712 "jsonrpc-core 15.1.0",3713 "lazy_static",3714 "log",3715 "tokio 0.1.22",3716 "tokio-codec",3717 "unicase",3718]37193720[[package]]3721name = "jsonrpc-ws-server"3722version = "15.1.0"3723source = "registry+https://github.com/rust-lang/crates.io-index"3724checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3725dependencies = [3726 "jsonrpc-core 15.1.0",3727 "jsonrpc-server-utils",3728 "log",3729 "parity-ws",3730 "parking_lot 0.10.2",3731 "slab",3732]37333734[[package]]3735name = "jsonrpsee-proc-macros"3736version = "0.2.0"3737source = "registry+https://github.com/rust-lang/crates.io-index"3738checksum = "3b4c85cfa6767333f3e5f3b2f2f765dad2727b0033ee270ae07c599bf43ed5ae"3739dependencies = [3740 "Inflector",3741 "proc-macro-crate 1.0.0",3742 "proc-macro2",3743 "quote",3744 "syn",3745]37463747[[package]]3748name = "jsonrpsee-types"3749version = "0.2.0"3750source = "registry+https://github.com/rust-lang/crates.io-index"3751checksum = "c0cf7bd4e93b3b56e59131de7f24afbea871faf914e97bcdd942c86927ab0172"3752dependencies = [3753 "async-trait",3754 "beef",3755 "futures-channel",3756 "futures-util",3757 "hyper 0.14.10",3758 "log",3759 "serde",3760 "serde_json",3761 "soketto 0.5.0",3762 "thiserror",3763]37643765[[package]]3766name = "jsonrpsee-ws-client"3767version = "0.2.0"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "6ec51150965544e1a4468f372bdab8545243a1b045d4ab272023aac74c60de32"3770dependencies = [3771 "async-trait",3772 "fnv",3773 "futures 0.3.15",3774 "jsonrpsee-types",3775 "log",3776 "pin-project 1.0.7",3777 "rustls 0.19.1",3778 "rustls-native-certs 0.5.0",3779 "serde",3780 "serde_json",3781 "soketto 0.5.0",3782 "thiserror",3783 "tokio 0.2.25",3784 "tokio-rustls 0.15.0",3785 "tokio-util",3786 "url 2.2.2",3787]37883789[[package]]3790name = "keccak"3791version = "0.1.0"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"37943795[[package]]3796name = "kernel32-sys"3797version = "0.2.2"3798source = "registry+https://github.com/rust-lang/crates.io-index"3799checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3800dependencies = [3801 "winapi 0.2.8",3802 "winapi-build",3803]38043805[[package]]3806name = "kv-log-macro"3807version = "1.0.7"3808source = "registry+https://github.com/rust-lang/crates.io-index"3809checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3810dependencies = [3811 "log",3812]38133814[[package]]3815name = "kvdb"3816version = "0.9.0"3817source = "registry+https://github.com/rust-lang/crates.io-index"3818checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"3819dependencies = [3820 "parity-util-mem",3821 "smallvec 1.6.1",3822]38233824[[package]]3825name = "kvdb-memorydb"3826version = "0.9.0"3827source = "registry+https://github.com/rust-lang/crates.io-index"3828checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"3829dependencies = [3830 "kvdb",3831 "parity-util-mem",3832 "parking_lot 0.11.1",3833]38343835[[package]]3836name = "kvdb-rocksdb"3837version = "0.11.1"3838source = "registry+https://github.com/rust-lang/crates.io-index"3839checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1"3840dependencies = [3841 "fs-swap",3842 "kvdb",3843 "log",3844 "num_cpus",3845 "owning_ref",3846 "parity-util-mem",3847 "parking_lot 0.11.1",3848 "regex",3849 "rocksdb",3850 "smallvec 1.6.1",3851]38523853[[package]]3854name = "lazy_static"3855version = "1.4.0"3856source = "registry+https://github.com/rust-lang/crates.io-index"3857checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"38583859[[package]]3860name = "lazycell"3861version = "1.3.0"3862source = "registry+https://github.com/rust-lang/crates.io-index"3863checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"38643865[[package]]3866name = "leb128"3867version = "0.2.4"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"38703871[[package]]3872name = "libc"3873version = "0.2.97"3874source = "registry+https://github.com/rust-lang/crates.io-index"3875checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"38763877[[package]]3878name = "libloading"3879version = "0.5.2"3880source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3882dependencies = [3883 "cc",3884 "winapi 0.3.9",3885]38863887[[package]]3888name = "libloading"3889version = "0.7.0"3890source = "registry+https://github.com/rust-lang/crates.io-index"3891checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"3892dependencies = [3893 "cfg-if 1.0.0",3894 "winapi 0.3.9",3895]38963897[[package]]3898name = "libm"3899version = "0.2.1"3900source = "registry+https://github.com/rust-lang/crates.io-index"3901checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"39023903[[package]]3904name = "libp2p"3905version = "0.37.1"3906source = "registry+https://github.com/rust-lang/crates.io-index"3907checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b"3908dependencies = [3909 "atomic",3910 "bytes 1.0.1",3911 "futures 0.3.15",3912 "lazy_static",3913 "libp2p-core",3914 "libp2p-deflate",3915 "libp2p-dns",3916 "libp2p-floodsub",3917 "libp2p-gossipsub",3918 "libp2p-identify",3919 "libp2p-kad",3920 "libp2p-mdns",3921 "libp2p-mplex",3922 "libp2p-noise",3923 "libp2p-ping",3924 "libp2p-plaintext",3925 "libp2p-pnet",3926 "libp2p-relay",3927 "libp2p-request-response",3928 "libp2p-swarm",3929 "libp2p-swarm-derive",3930 "libp2p-tcp",3931 "libp2p-uds",3932 "libp2p-wasm-ext",3933 "libp2p-websocket",3934 "libp2p-yamux",3935 "parity-multiaddr",3936 "parking_lot 0.11.1",3937 "pin-project 1.0.7",3938 "smallvec 1.6.1",3939 "wasm-timer",3940]39413942[[package]]3943name = "libp2p-core"3944version = "0.28.3"3945source = "registry+https://github.com/rust-lang/crates.io-index"3946checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9"3947dependencies = [3948 "asn1_der",3949 "bs58",3950 "ed25519-dalek",3951 "either",3952 "fnv",3953 "futures 0.3.15",3954 "futures-timer 3.0.2",3955 "lazy_static",3956 "libsecp256k1 0.3.5",3957 "log",3958 "multihash",3959 "multistream-select",3960 "parity-multiaddr",3961 "parking_lot 0.11.1",3962 "pin-project 1.0.7",3963 "prost",3964 "prost-build",3965 "rand 0.7.3",3966 "ring",3967 "rw-stream-sink",3968 "sha2 0.9.5",3969 "smallvec 1.6.1",3970 "thiserror",3971 "unsigned-varint 0.7.0",3972 "void",3973 "zeroize",3974]39753976[[package]]3977name = "libp2p-deflate"3978version = "0.28.0"3979source = "registry+https://github.com/rust-lang/crates.io-index"3980checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08"3981dependencies = [3982 "flate2",3983 "futures 0.3.15",3984 "libp2p-core",3985]39863987[[package]]3988name = "libp2p-dns"3989version = "0.28.1"3990source = "registry+https://github.com/rust-lang/crates.io-index"3991checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b"3992dependencies = [3993 "async-std-resolver",3994 "futures 0.3.15",3995 "libp2p-core",3996 "log",3997 "smallvec 1.6.1",3998 "trust-dns-resolver",3999]40004001[[package]]4002name = "libp2p-floodsub"4003version = "0.29.0"4004source = "registry+https://github.com/rust-lang/crates.io-index"4005checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf"4006dependencies = [4007 "cuckoofilter",4008 "fnv",4009 "futures 0.3.15",4010 "libp2p-core",4011 "libp2p-swarm",4012 "log",4013 "prost",4014 "prost-build",4015 "rand 0.7.3",4016 "smallvec 1.6.1",4017]40184019[[package]]4020name = "libp2p-gossipsub"4021version = "0.30.1"4022source = "registry+https://github.com/rust-lang/crates.io-index"4023checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9"4024dependencies = [4025 "asynchronous-codec 0.6.0",4026 "base64 0.13.0",4027 "byteorder",4028 "bytes 1.0.1",4029 "fnv",4030 "futures 0.3.15",4031 "hex_fmt",4032 "libp2p-core",4033 "libp2p-swarm",4034 "log",4035 "prost",4036 "prost-build",4037 "rand 0.7.3",4038 "regex",4039 "sha2 0.9.5",4040 "smallvec 1.6.1",4041 "unsigned-varint 0.7.0",4042 "wasm-timer",4043]40444045[[package]]4046name = "libp2p-identify"4047version = "0.29.0"4048source = "registry+https://github.com/rust-lang/crates.io-index"4049checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46"4050dependencies = [4051 "futures 0.3.15",4052 "libp2p-core",4053 "libp2p-swarm",4054 "log",4055 "prost",4056 "prost-build",4057 "smallvec 1.6.1",4058 "wasm-timer",4059]40604061[[package]]4062name = "libp2p-kad"4063version = "0.30.0"4064source = "registry+https://github.com/rust-lang/crates.io-index"4065checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820"4066dependencies = [4067 "arrayvec 0.5.2",4068 "asynchronous-codec 0.6.0",4069 "bytes 1.0.1",4070 "either",4071 "fnv",4072 "futures 0.3.15",4073 "libp2p-core",4074 "libp2p-swarm",4075 "log",4076 "prost",4077 "prost-build",4078 "rand 0.7.3",4079 "sha2 0.9.5",4080 "smallvec 1.6.1",4081 "uint 0.9.0",4082 "unsigned-varint 0.7.0",4083 "void",4084 "wasm-timer",4085]40864087[[package]]4088name = "libp2p-mdns"4089version = "0.30.2"4090source = "registry+https://github.com/rust-lang/crates.io-index"4091checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714"4092dependencies = [4093 "async-io",4094 "data-encoding",4095 "dns-parser",4096 "futures 0.3.15",4097 "if-watch",4098 "lazy_static",4099 "libp2p-core",4100 "libp2p-swarm",4101 "log",4102 "rand 0.8.4",4103 "smallvec 1.6.1",4104 "socket2 0.4.0",4105 "void",4106]41074108[[package]]4109name = "libp2p-mplex"4110version = "0.28.0"4111source = "registry+https://github.com/rust-lang/crates.io-index"4112checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"4113dependencies = [4114 "asynchronous-codec 0.6.0",4115 "bytes 1.0.1",4116 "futures 0.3.15",4117 "libp2p-core",4118 "log",4119 "nohash-hasher",4120 "parking_lot 0.11.1",4121 "rand 0.7.3",4122 "smallvec 1.6.1",4123 "unsigned-varint 0.7.0",4124]41254126[[package]]4127name = "libp2p-noise"4128version = "0.30.0"4129source = "registry+https://github.com/rust-lang/crates.io-index"4130checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"4131dependencies = [4132 "bytes 1.0.1",4133 "curve25519-dalek 3.1.0",4134 "futures 0.3.15",4135 "lazy_static",4136 "libp2p-core",4137 "log",4138 "prost",4139 "prost-build",4140 "rand 0.7.3",4141 "sha2 0.9.5",4142 "snow",4143 "static_assertions",4144 "x25519-dalek",4145 "zeroize",4146]41474148[[package]]4149name = "libp2p-ping"4150version = "0.29.0"4151source = "registry+https://github.com/rust-lang/crates.io-index"4152checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1"4153dependencies = [4154 "futures 0.3.15",4155 "libp2p-core",4156 "libp2p-swarm",4157 "log",4158 "rand 0.7.3",4159 "void",4160 "wasm-timer",4161]41624163[[package]]4164name = "libp2p-plaintext"4165version = "0.28.0"4166source = "registry+https://github.com/rust-lang/crates.io-index"4167checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11"4168dependencies = [4169 "asynchronous-codec 0.6.0",4170 "bytes 1.0.1",4171 "futures 0.3.15",4172 "libp2p-core",4173 "log",4174 "prost",4175 "prost-build",4176 "unsigned-varint 0.7.0",4177 "void",4178]41794180[[package]]4181name = "libp2p-pnet"4182version = "0.20.0"4183source = "registry+https://github.com/rust-lang/crates.io-index"4184checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"4185dependencies = [4186 "futures 0.3.15",4187 "log",4188 "pin-project 1.0.7",4189 "rand 0.7.3",4190 "salsa20",4191 "sha3 0.9.1",4192]41934194[[package]]4195name = "libp2p-relay"4196version = "0.2.0"4197source = "registry+https://github.com/rust-lang/crates.io-index"4198checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d"4199dependencies = [4200 "asynchronous-codec 0.6.0",4201 "bytes 1.0.1",4202 "futures 0.3.15",4203 "futures-timer 3.0.2",4204 "libp2p-core",4205 "libp2p-swarm",4206 "log",4207 "pin-project 1.0.7",4208 "prost",4209 "prost-build",4210 "rand 0.7.3",4211 "smallvec 1.6.1",4212 "unsigned-varint 0.7.0",4213 "void",4214 "wasm-timer",4215]42164217[[package]]4218name = "libp2p-request-response"4219version = "0.11.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3"4222dependencies = [4223 "async-trait",4224 "bytes 1.0.1",4225 "futures 0.3.15",4226 "libp2p-core",4227 "libp2p-swarm",4228 "log",4229 "lru",4230 "minicbor",4231 "rand 0.7.3",4232 "smallvec 1.6.1",4233 "unsigned-varint 0.7.0",4234 "wasm-timer",4235]42364237[[package]]4238name = "libp2p-swarm"4239version = "0.29.0"4240source = "registry+https://github.com/rust-lang/crates.io-index"4241checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92"4242dependencies = [4243 "either",4244 "futures 0.3.15",4245 "libp2p-core",4246 "log",4247 "rand 0.7.3",4248 "smallvec 1.6.1",4249 "void",4250 "wasm-timer",4251]42524253[[package]]4254name = "libp2p-swarm-derive"4255version = "0.23.0"4256source = "registry+https://github.com/rust-lang/crates.io-index"4257checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed"4258dependencies = [4259 "quote",4260 "syn",4261]42624263[[package]]4264name = "libp2p-tcp"4265version = "0.28.0"4266source = "registry+https://github.com/rust-lang/crates.io-index"4267checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9"4268dependencies = [4269 "async-io",4270 "futures 0.3.15",4271 "futures-timer 3.0.2",4272 "if-watch",4273 "ipnet",4274 "libc",4275 "libp2p-core",4276 "log",4277 "socket2 0.4.0",4278]42794280[[package]]4281name = "libp2p-uds"4282version = "0.28.0"4283source = "registry+https://github.com/rust-lang/crates.io-index"4284checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5"4285dependencies = [4286 "async-std",4287 "futures 0.3.15",4288 "libp2p-core",4289 "log",4290]42914292[[package]]4293name = "libp2p-wasm-ext"4294version = "0.28.2"4295source = "registry+https://github.com/rust-lang/crates.io-index"4296checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de"4297dependencies = [4298 "futures 0.3.15",4299 "js-sys",4300 "libp2p-core",4301 "parity-send-wrapper",4302 "wasm-bindgen",4303 "wasm-bindgen-futures",4304]43054306[[package]]4307name = "libp2p-websocket"4308version = "0.29.0"4309source = "registry+https://github.com/rust-lang/crates.io-index"4310checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74"4311dependencies = [4312 "either",4313 "futures 0.3.15",4314 "futures-rustls",4315 "libp2p-core",4316 "log",4317 "quicksink",4318 "rw-stream-sink",4319 "soketto 0.4.2",4320 "url 2.2.2",4321 "webpki-roots",4322]43234324[[package]]4325name = "libp2p-yamux"4326version = "0.32.0"4327source = "registry+https://github.com/rust-lang/crates.io-index"4328checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4"4329dependencies = [4330 "futures 0.3.15",4331 "libp2p-core",4332 "parking_lot 0.11.1",4333 "thiserror",4334 "yamux",4335]43364337[[package]]4338name = "librocksdb-sys"4339version = "6.17.3"4340source = "registry+https://github.com/rust-lang/crates.io-index"4341checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9"4342dependencies = [4343 "bindgen",4344 "cc",4345 "glob",4346 "libc",4347]43484349[[package]]4350name = "libsecp256k1"4351version = "0.3.5"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4354dependencies = [4355 "arrayref",4356 "crunchy",4357 "digest 0.8.1",4358 "hmac-drbg 0.2.0",4359 "rand 0.7.3",4360 "sha2 0.8.2",4361 "subtle 2.4.0",4362 "typenum",4363]43644365[[package]]4366name = "libsecp256k1"4367version = "0.5.0"4368source = "registry+https://github.com/rust-lang/crates.io-index"4369checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"4370dependencies = [4371 "arrayref",4372 "base64 0.12.3",4373 "digest 0.9.0",4374 "hmac-drbg 0.3.0",4375 "libsecp256k1-core",4376 "libsecp256k1-gen-ecmult",4377 "libsecp256k1-gen-genmult",4378 "rand 0.7.3",4379 "serde",4380 "sha2 0.9.5",4381 "typenum",4382]43834384[[package]]4385name = "libsecp256k1-core"4386version = "0.2.1"4387source = "registry+https://github.com/rust-lang/crates.io-index"4388checksum = "4ee11012b293ea30093c129173cac4335513064094619f4639a25b310fd33c11"4389dependencies = [4390 "crunchy",4391 "digest 0.9.0",4392 "subtle 2.4.0",4393]43944395[[package]]4396name = "libsecp256k1-gen-ecmult"4397version = "0.2.0"4398source = "registry+https://github.com/rust-lang/crates.io-index"4399checksum = "32239626ffbb6a095b83b37a02ceb3672b2443a87a000a884fc3c4d16925c9c0"4400dependencies = [4401 "libsecp256k1-core",4402]44034404[[package]]4405name = "libsecp256k1-gen-genmult"4406version = "0.2.0"4407source = "registry+https://github.com/rust-lang/crates.io-index"4408checksum = "76acb433e21d10f5f9892b1962c2856c58c7f39a9e4bd68ac82b9436a0ffd5b9"4409dependencies = [4410 "libsecp256k1-core",4411]44124413[[package]]4414name = "libz-sys"4415version = "1.1.3"4416source = "registry+https://github.com/rust-lang/crates.io-index"4417checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4418dependencies = [4419 "cc",4420 "pkg-config",4421 "vcpkg",4422]44234424[[package]]4425name = "linked-hash-map"4426version = "0.5.4"4427source = "registry+https://github.com/rust-lang/crates.io-index"4428checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"44294430[[package]]4431name = "linked_hash_set"4432version = "0.1.4"4433source = "registry+https://github.com/rust-lang/crates.io-index"4434checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4435dependencies = [4436 "linked-hash-map",4437]44384439[[package]]4440name = "linregress"4441version = "0.4.2"4442source = "registry+https://github.com/rust-lang/crates.io-index"4443checksum = "b1ff7f341d23e1275eec0656a9a07225fcc86216c4322392868adffe59023d1a"4444dependencies = [4445 "nalgebra 0.27.1",4446 "statrs",4447]44484449[[package]]4450name = "lock_api"4451version = "0.3.4"4452source = "registry+https://github.com/rust-lang/crates.io-index"4453checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4454dependencies = [4455 "scopeguard",4456]44574458[[package]]4459name = "lock_api"4460version = "0.4.4"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"4463dependencies = [4464 "scopeguard",4465]44664467[[package]]4468name = "log"4469version = "0.4.14"4470source = "registry+https://github.com/rust-lang/crates.io-index"4471checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4472dependencies = [4473 "cfg-if 1.0.0",4474 "value-bag",4475]44764477[[package]]4478name = "lru"4479version = "0.6.5"4480source = "registry+https://github.com/rust-lang/crates.io-index"4481checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"4482dependencies = [4483 "hashbrown",4484]44854486[[package]]4487name = "lru-cache"4488version = "0.1.2"4489source = "registry+https://github.com/rust-lang/crates.io-index"4490checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4491dependencies = [4492 "linked-hash-map",4493]44944495[[package]]4496name = "mach"4497version = "0.3.2"4498source = "registry+https://github.com/rust-lang/crates.io-index"4499checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4500dependencies = [4501 "libc",4502]45034504[[package]]4505name = "maplit"4506version = "1.0.2"4507source = "registry+https://github.com/rust-lang/crates.io-index"4508checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"45094510[[package]]4511name = "match_cfg"4512version = "0.1.0"4513source = "registry+https://github.com/rust-lang/crates.io-index"4514checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"45154516[[package]]4517name = "matchers"4518version = "0.0.1"4519source = "registry+https://github.com/rust-lang/crates.io-index"4520checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4521dependencies = [4522 "regex-automata",4523]45244525[[package]]4526name = "matches"4527version = "0.1.8"4528source = "registry+https://github.com/rust-lang/crates.io-index"4529checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"45304531[[package]]4532name = "matrixmultiply"4533version = "0.3.1"4534source = "registry+https://github.com/rust-lang/crates.io-index"4535checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4536dependencies = [4537 "rawpointer",4538]45394540[[package]]4541name = "max-encoded-len"4542version = "3.0.0"4543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"4544dependencies = [4545 "impl-trait-for-tuples 0.2.1",4546 "max-encoded-len-derive",4547 "parity-scale-codec 2.1.3",4548 "primitive-types 0.9.0",4549]45504551[[package]]4552name = "max-encoded-len-derive"4553version = "3.0.0"4554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"4555dependencies = [4556 "proc-macro-crate 1.0.0",4557 "proc-macro2",4558 "quote",4559 "syn",4560]45614562[[package]]4563name = "maybe-uninit"4564version = "2.0.0"4565source = "registry+https://github.com/rust-lang/crates.io-index"4566checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"45674568[[package]]4569name = "memchr"4570version = "2.4.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"45734574[[package]]4575name = "memmap2"4576version = "0.2.3"4577source = "registry+https://github.com/rust-lang/crates.io-index"4578checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4579dependencies = [4580 "libc",4581]45824583[[package]]4584name = "memoffset"4585version = "0.5.6"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"4588dependencies = [4589 "autocfg",4590]45914592[[package]]4593name = "memoffset"4594version = "0.6.4"4595source = "registry+https://github.com/rust-lang/crates.io-index"4596checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4597dependencies = [4598 "autocfg",4599]46004601[[package]]4602name = "memory-db"4603version = "0.26.0"4604source = "registry+https://github.com/rust-lang/crates.io-index"4605checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"4606dependencies = [4607 "hash-db",4608 "hashbrown",4609 "parity-util-mem",4610]46114612[[package]]4613name = "memory-lru"4614version = "0.1.0"4615source = "registry+https://github.com/rust-lang/crates.io-index"4616checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4617dependencies = [4618 "lru",4619]46204621[[package]]4622name = "memory_units"4623version = "0.3.0"4624source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"46264627[[package]]4628name = "merlin"4629version = "2.0.1"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4632dependencies = [4633 "byteorder",4634 "keccak",4635 "rand_core 0.5.1",4636 "zeroize",4637]46384639[[package]]4640name = "metered-channel"4641version = "0.1.0"4642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"4643dependencies = [4644 "derive_more",4645 "futures 0.3.15",4646 "futures-timer 3.0.2",4647]46484649[[package]]4650name = "mick-jaeger"4651version = "0.1.4"4652source = "registry+https://github.com/rust-lang/crates.io-index"4653checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4654dependencies = [4655 "futures 0.3.15",4656 "rand 0.7.3",4657 "thrift",4658]46594660[[package]]4661name = "minicbor"4662version = "0.8.1"4663source = "registry+https://github.com/rust-lang/crates.io-index"4664checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4665dependencies = [4666 "minicbor-derive",4667]46684669[[package]]4670name = "minicbor-derive"4671version = "0.6.3"4672source = "registry+https://github.com/rust-lang/crates.io-index"4673checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8"4674dependencies = [4675 "proc-macro2",4676 "quote",4677 "syn",4678]46794680[[package]]4681name = "miniz_oxide"4682version = "0.4.4"4683source = "registry+https://github.com/rust-lang/crates.io-index"4684checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4685dependencies = [4686 "adler",4687 "autocfg",4688]46894690[[package]]4691name = "mio"4692version = "0.6.23"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4695dependencies = [4696 "cfg-if 0.1.10",4697 "fuchsia-zircon",4698 "fuchsia-zircon-sys",4699 "iovec",4700 "kernel32-sys",4701 "libc",4702 "log",4703 "miow 0.2.2",4704 "net2",4705 "slab",4706 "winapi 0.2.8",4707]47084709[[package]]4710name = "mio-extras"4711version = "2.0.6"4712source = "registry+https://github.com/rust-lang/crates.io-index"4713checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4714dependencies = [4715 "lazycell",4716 "log",4717 "mio",4718 "slab",4719]47204721[[package]]4722name = "mio-named-pipes"4723version = "0.1.7"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"4726dependencies = [4727 "log",4728 "mio",4729 "miow 0.3.7",4730 "winapi 0.3.9",4731]47324733[[package]]4734name = "mio-uds"4735version = "0.6.8"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"4738dependencies = [4739 "iovec",4740 "libc",4741 "mio",4742]47434744[[package]]4745name = "miow"4746version = "0.2.2"4747source = "registry+https://github.com/rust-lang/crates.io-index"4748checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4749dependencies = [4750 "kernel32-sys",4751 "net2",4752 "winapi 0.2.8",4753 "ws2_32-sys",4754]47554756[[package]]4757name = "miow"4758version = "0.3.7"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4761dependencies = [4762 "winapi 0.3.9",4763]47644765[[package]]4766name = "more-asserts"4767version = "0.2.1"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"47704771[[package]]4772name = "multibase"4773version = "0.8.0"4774source = "registry+https://github.com/rust-lang/crates.io-index"4775checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4776dependencies = [4777 "base-x",4778 "data-encoding",4779 "data-encoding-macro",4780]47814782[[package]]4783name = "multihash"4784version = "0.13.2"4785source = "registry+https://github.com/rust-lang/crates.io-index"4786checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4787dependencies = [4788 "blake2b_simd",4789 "blake2s_simd",4790 "blake3",4791 "digest 0.9.0",4792 "generic-array 0.14.4",4793 "multihash-derive",4794 "sha2 0.9.5",4795 "sha3 0.9.1",4796 "unsigned-varint 0.5.1",4797]47984799[[package]]4800name = "multihash-derive"4801version = "0.7.2"4802source = "registry+https://github.com/rust-lang/crates.io-index"4803checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4804dependencies = [4805 "proc-macro-crate 1.0.0",4806 "proc-macro-error",4807 "proc-macro2",4808 "quote",4809 "syn",4810 "synstructure",4811]48124813[[package]]4814name = "multimap"4815version = "0.8.3"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"48184819[[package]]4820name = "multistream-select"4821version = "0.10.2"4822source = "registry+https://github.com/rust-lang/crates.io-index"4823checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"4824dependencies = [4825 "bytes 1.0.1",4826 "futures 0.3.15",4827 "log",4828 "pin-project 1.0.7",4829 "smallvec 1.6.1",4830 "unsigned-varint 0.7.0",4831]48324833[[package]]4834name = "nalgebra"4835version = "0.26.2"4836source = "registry+https://github.com/rust-lang/crates.io-index"4837checksum = "476d1d59fe02fe54c86356e91650cd892f392782a1cb9fc524ec84f7aa9e1d06"4838dependencies = [4839 "approx 0.4.0",4840 "matrixmultiply",4841 "num-complex 0.3.1",4842 "num-rational 0.3.2",4843 "num-traits",4844 "rand 0.8.4",4845 "rand_distr",4846 "simba 0.4.0",4847 "typenum",4848]48494850[[package]]4851name = "nalgebra"4852version = "0.27.1"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4855dependencies = [4856 "approx 0.5.0",4857 "matrixmultiply",4858 "nalgebra-macros",4859 "num-complex 0.4.0",4860 "num-rational 0.4.0",4861 "num-traits",4862 "simba 0.5.1",4863 "typenum",4864]48654866[[package]]4867name = "nalgebra-macros"4868version = "0.1.0"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4871dependencies = [4872 "proc-macro2",4873 "quote",4874 "syn",4875]48764877[[package]]4878name = "names"4879version = "0.11.0"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"4882dependencies = [4883 "rand 0.3.23",4884]48854886[[package]]4887name = "net2"4888version = "0.2.37"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4891dependencies = [4892 "cfg-if 0.1.10",4893 "libc",4894 "winapi 0.3.9",4895]48964897[[package]]4898name = "nft"4899version = "3.0.0"4900dependencies = [4901 "cumulus-client-cli",4902 "cumulus-client-collator",4903 "cumulus-client-consensus-aura",4904 "cumulus-client-consensus-common",4905 "cumulus-client-network",4906 "cumulus-client-service",4907 "cumulus-primitives-core",4908 "cumulus-primitives-parachain-inherent",4909 "fc-consensus",4910 "fc-db",4911 "fc-mapping-sync",4912 "fc-rpc",4913 "fc-rpc-core",4914 "flexi_logger",4915 "fp-rpc",4916 "frame-benchmarking",4917 "frame-benchmarking-cli",4918 "futures 0.3.15",4919 "jsonrpc-core 15.1.0",4920 "jsonrpc-pubsub 15.1.0",4921 "log",4922 "nft-data-structs",4923 "nft-rpc",4924 "nft-runtime",4925 "pallet-ethereum",4926 "pallet-transaction-payment-rpc",4927 "parity-scale-codec 2.1.3",4928 "parking_lot 0.10.2",4929 "polkadot-cli",4930 "polkadot-parachain",4931 "polkadot-primitives",4932 "polkadot-service",4933 "polkadot-test-service",4934 "sc-basic-authorship",4935 "sc-chain-spec",4936 "sc-cli",4937 "sc-client-api",4938 "sc-consensus",4939 "sc-consensus-aura",4940 "sc-executor",4941 "sc-finality-grandpa",4942 "sc-keystore",4943 "sc-network",4944 "sc-rpc",4945 "sc-rpc-api",4946 "sc-service",4947 "sc-telemetry",4948 "sc-tracing",4949 "sc-transaction-pool",4950 "serde",4951 "serde_json",4952 "sp-api",4953 "sp-block-builder",4954 "sp-blockchain",4955 "sp-consensus",4956 "sp-consensus-aura",4957 "sp-core",4958 "sp-finality-grandpa",4959 "sp-inherents",4960 "sp-keystore",4961 "sp-offchain",4962 "sp-runtime",4963 "sp-session",4964 "sp-timestamp",4965 "sp-transaction-pool",4966 "sp-trie",4967 "structopt",4968 "substrate-build-script-utils",4969 "substrate-frame-rpc-system",4970 "substrate-prometheus-endpoint",4971]49724973[[package]]4974name = "nft-data-structs"4975version = "0.9.0"4976dependencies = [4977 "frame-support",4978 "frame-system",4979 "parity-scale-codec 2.1.3",4980 "serde",4981 "sp-core",4982 "sp-runtime",4983]49844985[[package]]4986name = "nft-rpc"4987version = "3.3.1"4988dependencies = [4989 "fc-db",4990 "fc-mapping-sync",4991 "fc-rpc",4992 "fc-rpc-core",4993 "fp-rpc",4994 "futures 0.3.15",4995 "jsonrpc-core 15.1.0",4996 "jsonrpc-pubsub 15.1.0",4997 "nft-runtime",4998 "pallet-ethereum",4999 "pallet-nft",5000 "pallet-transaction-payment-rpc",5001 "pallet-transaction-payment-rpc-runtime-api",5002 "sc-client-api",5003 "sc-consensus-aura",5004 "sc-consensus-epochs",5005 "sc-finality-grandpa",5006 "sc-finality-grandpa-rpc",5007 "sc-keystore",5008 "sc-network",5009 "sc-rpc",5010 "sc-rpc-api",5011 "sc-service",5012 "sc-transaction-graph",5013 "sc-transaction-pool",5014 "sp-api",5015 "sp-block-builder",5016 "sp-blockchain",5017 "sp-consensus",5018 "sp-consensus-aura",5019 "sp-core",5020 "sp-offchain",5021 "sp-runtime",5022 "sp-session",5023 "sp-storage",5024 "sp-transaction-pool",5025 "substrate-frame-rpc-system",5026 "tokio 0.2.25",5027]50285029[[package]]5030name = "nft-runtime"5031version = "3.0.0"5032dependencies = [5033 "cumulus-pallet-aura-ext",5034 "cumulus-pallet-dmp-queue",5035 "cumulus-pallet-parachain-system",5036 "cumulus-pallet-xcm",5037 "cumulus-pallet-xcmp-queue",5038 "cumulus-primitives-core",5039 "cumulus-primitives-timestamp",5040 "cumulus-primitives-utility",5041 "fp-rpc",5042 "frame-benchmarking",5043 "frame-executive",5044 "frame-support",5045 "frame-system",5046 "frame-system-benchmarking",5047 "frame-system-rpc-runtime-api",5048 "hex-literal",5049 "nft-data-structs",5050 "pallet-aura",5051 "pallet-balances",5052 "pallet-ethereum",5053 "pallet-evm",5054 "pallet-inflation",5055 "pallet-nft",5056 "pallet-nft-charge-transaction",5057 "pallet-nft-transaction-payment",5058 "pallet-randomness-collective-flip",5059 "pallet-scheduler 3.0.0",5060 "pallet-sudo",5061 "pallet-timestamp",5062 "pallet-transaction-payment",5063 "pallet-transaction-payment-rpc-runtime-api",5064 "pallet-treasury",5065 "pallet-vesting",5066 "pallet-xcm",5067 "parachain-info",5068 "parity-scale-codec 2.1.3",5069 "polkadot-parachain",5070 "serde",5071 "smallvec 1.6.1",5072 "sp-api",5073 "sp-arithmetic",5074 "sp-block-builder",5075 "sp-consensus-aura",5076 "sp-core",5077 "sp-inherents",5078 "sp-io",5079 "sp-offchain",5080 "sp-runtime",5081 "sp-session",5082 "sp-std",5083 "sp-transaction-pool",5084 "sp-version",5085 "substrate-wasm-builder 4.0.0",5086 "xcm",5087 "xcm-builder",5088 "xcm-executor",5089]50905091[[package]]5092name = "nodrop"5093version = "0.1.14"5094source = "registry+https://github.com/rust-lang/crates.io-index"5095checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"50965097[[package]]5098name = "nohash-hasher"5099version = "0.2.0"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51025103[[package]]5104name = "nom"5105version = "5.1.2"5106source = "registry+https://github.com/rust-lang/crates.io-index"5107checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"5108dependencies = [5109 "memchr",5110 "version_check",5111]51125113[[package]]5114name = "num-bigint"5115version = "0.2.6"5116source = "registry+https://github.com/rust-lang/crates.io-index"5117checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5118dependencies = [5119 "autocfg",5120 "num-integer",5121 "num-traits",5122]51235124[[package]]5125name = "num-complex"5126version = "0.3.1"5127source = "registry+https://github.com/rust-lang/crates.io-index"5128checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"5129dependencies = [5130 "num-traits",5131]51325133[[package]]5134name = "num-complex"5135version = "0.4.0"5136source = "registry+https://github.com/rust-lang/crates.io-index"5137checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5138dependencies = [5139 "num-traits",5140]51415142[[package]]5143name = "num-integer"5144version = "0.1.44"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5147dependencies = [5148 "autocfg",5149 "num-traits",5150]51515152[[package]]5153name = "num-rational"5154version = "0.2.4"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5157dependencies = [5158 "autocfg",5159 "num-bigint",5160 "num-integer",5161 "num-traits",5162]51635164[[package]]5165name = "num-rational"5166version = "0.3.2"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"5169dependencies = [5170 "autocfg",5171 "num-integer",5172 "num-traits",5173]51745175[[package]]5176name = "num-rational"5177version = "0.4.0"5178source = "registry+https://github.com/rust-lang/crates.io-index"5179checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5180dependencies = [5181 "autocfg",5182 "num-integer",5183 "num-traits",5184]51855186[[package]]5187name = "num-traits"5188version = "0.2.14"5189source = "registry+https://github.com/rust-lang/crates.io-index"5190checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5191dependencies = [5192 "autocfg",5193 "libm",5194]51955196[[package]]5197name = "num_cpus"5198version = "1.13.0"5199source = "registry+https://github.com/rust-lang/crates.io-index"5200checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"5201dependencies = [5202 "hermit-abi",5203 "libc",5204]52055206[[package]]5207name = "object"5208version = "0.24.0"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"5211dependencies = [5212 "crc32fast",5213 "indexmap",5214]52155216[[package]]5217name = "object"5218version = "0.25.3"5219source = "registry+https://github.com/rust-lang/crates.io-index"5220checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7"5221dependencies = [5222 "memchr",5223]52245225[[package]]5226name = "once_cell"5227version = "1.8.0"5228source = "registry+https://github.com/rust-lang/crates.io-index"5229checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"5230dependencies = [5231 "parking_lot 0.11.1",5232]52335234[[package]]5235name = "opaque-debug"5236version = "0.2.3"5237source = "registry+https://github.com/rust-lang/crates.io-index"5238checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"52395240[[package]]5241name = "opaque-debug"5242version = "0.3.0"5243source = "registry+https://github.com/rust-lang/crates.io-index"5244checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"52455246[[package]]5247name = "openssl-probe"5248version = "0.1.4"5249source = "registry+https://github.com/rust-lang/crates.io-index"5250checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"52515252[[package]]5253name = "ordered-float"5254version = "1.1.1"5255source = "registry+https://github.com/rust-lang/crates.io-index"5256checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5257dependencies = [5258 "num-traits",5259]52605261[[package]]5262name = "owning_ref"5263version = "0.4.1"5264source = "registry+https://github.com/rust-lang/crates.io-index"5265checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5266dependencies = [5267 "stable_deref_trait",5268]52695270[[package]]5271name = "pallet-aura"5272version = "3.0.0"5273source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5274dependencies = [5275 "frame-support",5276 "frame-system",5277 "pallet-session",5278 "pallet-timestamp",5279 "parity-scale-codec 2.1.3",5280 "sp-application-crypto",5281 "sp-consensus-aura",5282 "sp-runtime",5283 "sp-std",5284]52855286[[package]]5287name = "pallet-authority-discovery"5288version = "3.0.0"5289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5290dependencies = [5291 "frame-support",5292 "frame-system",5293 "pallet-session",5294 "parity-scale-codec 2.1.3",5295 "sp-application-crypto",5296 "sp-authority-discovery",5297 "sp-runtime",5298 "sp-std",5299]53005301[[package]]5302name = "pallet-authorship"5303version = "3.0.0"5304source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5305dependencies = [5306 "frame-support",5307 "frame-system",5308 "impl-trait-for-tuples 0.2.1",5309 "parity-scale-codec 2.1.3",5310 "sp-authorship",5311 "sp-runtime",5312 "sp-std",5313]53145315[[package]]5316name = "pallet-babe"5317version = "3.0.0"5318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5319dependencies = [5320 "frame-benchmarking",5321 "frame-support",5322 "frame-system",5323 "log",5324 "pallet-authorship",5325 "pallet-session",5326 "pallet-timestamp",5327 "parity-scale-codec 2.1.3",5328 "sp-application-crypto",5329 "sp-consensus-babe",5330 "sp-consensus-vrf",5331 "sp-io",5332 "sp-runtime",5333 "sp-session",5334 "sp-staking",5335 "sp-std",5336]53375338[[package]]5339name = "pallet-balances"5340version = "3.0.0"5341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5342dependencies = [5343 "frame-benchmarking",5344 "frame-support",5345 "frame-system",5346 "log",5347 "max-encoded-len",5348 "parity-scale-codec 2.1.3",5349 "sp-runtime",5350 "sp-std",5351]53525353[[package]]5354name = "pallet-beefy"5355version = "0.1.0"5356source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"5357dependencies = [5358 "beefy-primitives",5359 "frame-support",5360 "frame-system",5361 "pallet-session",5362 "parity-scale-codec 2.1.3",5363 "serde",5364 "sp-runtime",5365 "sp-std",5366]53675368[[package]]5369name = "pallet-bounties"5370version = "3.0.0"5371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5372dependencies = [5373 "frame-support",5374 "frame-system",5375 "pallet-treasury",5376 "parity-scale-codec 2.1.3",5377 "sp-runtime",5378 "sp-std",5379]53805381[[package]]5382name = "pallet-collective"5383version = "3.0.0"5384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5385dependencies = [5386 "frame-support",5387 "frame-system",5388 "log",5389 "parity-scale-codec 2.1.3",5390 "sp-core",5391 "sp-io",5392 "sp-runtime",5393 "sp-std",5394]53955396[[package]]5397name = "pallet-contract-helpers"5398version = "0.1.0"5399dependencies = [5400 "frame-support",5401 "frame-system",5402 "pallet-contracts",5403 "parity-scale-codec 2.1.3",5404 "sp-runtime",5405 "sp-std",5406 "up-sponsorship",5407]54085409[[package]]5410name = "pallet-contracts"5411version = "3.0.0"5412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5413dependencies = [5414 "bitflags",5415 "frame-support",5416 "frame-system",5417 "log",5418 "pallet-contracts-primitives",5419 "pallet-contracts-proc-macro",5420 "parity-scale-codec 2.1.3",5421 "pwasm-utils",5422 "serde",5423 "smallvec 1.6.1",5424 "sp-core",5425 "sp-io",5426 "sp-runtime",5427 "sp-sandbox",5428 "sp-std",5429 "wasmi-validation",5430]54315432[[package]]5433name = "pallet-contracts-primitives"5434version = "3.0.0"5435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5436dependencies = [5437 "bitflags",5438 "parity-scale-codec 2.1.3",5439 "serde",5440 "sp-core",5441 "sp-runtime",5442 "sp-std",5443]54445445[[package]]5446name = "pallet-contracts-proc-macro"5447version = "3.0.0"5448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5449dependencies = [5450 "proc-macro2",5451 "quote",5452 "syn",5453]54545455[[package]]5456name = "pallet-democracy"5457version = "3.0.0"5458source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5459dependencies = [5460 "frame-benchmarking",5461 "frame-support",5462 "frame-system",5463 "parity-scale-codec 2.1.3",5464 "serde",5465 "sp-io",5466 "sp-runtime",5467 "sp-std",5468]54695470[[package]]5471name = "pallet-election-provider-multi-phase"5472version = "3.0.0"5473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5474dependencies = [5475 "frame-election-provider-support",5476 "frame-support",5477 "frame-system",5478 "log",5479 "parity-scale-codec 2.1.3",5480 "sp-arithmetic",5481 "sp-core",5482 "sp-io",5483 "sp-npos-elections",5484 "sp-runtime",5485 "sp-std",5486 "static_assertions",5487]54885489[[package]]5490name = "pallet-elections-phragmen"5491version = "4.0.0"5492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5493dependencies = [5494 "frame-support",5495 "frame-system",5496 "log",5497 "parity-scale-codec 2.1.3",5498 "sp-core",5499 "sp-io",5500 "sp-npos-elections",5501 "sp-runtime",5502 "sp-std",5503]55045505[[package]]5506name = "pallet-ethereum"5507version = "3.0.0-dev"5508source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"5509dependencies = [5510 "ethereum",5511 "ethereum-types 0.11.0",5512 "evm",5513 "fp-consensus",5514 "fp-evm",5515 "fp-rpc",5516 "fp-storage",5517 "frame-support",5518 "frame-system",5519 "libsecp256k1 0.5.0",5520 "pallet-balances",5521 "pallet-evm",5522 "pallet-timestamp",5523 "parity-scale-codec 2.1.3",5524 "rlp 0.5.0",5525 "rustc-hex",5526 "serde",5527 "sha3 0.8.2",5528 "sp-io",5529 "sp-runtime",5530 "sp-std",5531]55325533[[package]]5534name = "pallet-evm"5535version = "5.0.0-dev"5536source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"5537dependencies = [5538 "evm",5539 "evm-gasometer",5540 "evm-runtime",5541 "fp-evm",5542 "frame-support",5543 "frame-system",5544 "impl-trait-for-tuples 0.2.1",5545 "log",5546 "pallet-balances",5547 "pallet-timestamp",5548 "parity-scale-codec 2.1.3",5549 "primitive-types 0.9.0",5550 "rlp 0.5.0",5551 "serde",5552 "sha3 0.8.2",5553 "sp-core",5554 "sp-io",5555 "sp-runtime",5556 "sp-std",5557]55585559[[package]]5560name = "pallet-grandpa"5561version = "3.1.0"5562source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5563dependencies = [5564 "frame-benchmarking",5565 "frame-support",5566 "frame-system",5567 "log",5568 "pallet-authorship",5569 "pallet-session",5570 "parity-scale-codec 2.1.3",5571 "sp-application-crypto",5572 "sp-core",5573 "sp-finality-grandpa",5574 "sp-io",5575 "sp-runtime",5576 "sp-session",5577 "sp-staking",5578 "sp-std",5579]55805581[[package]]5582name = "pallet-identity"5583version = "3.0.0"5584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5585dependencies = [5586 "enumflags2",5587 "frame-benchmarking",5588 "frame-support",5589 "frame-system",5590 "parity-scale-codec 2.1.3",5591 "sp-io",5592 "sp-runtime",5593 "sp-std",5594]55955596[[package]]5597name = "pallet-im-online"5598version = "3.0.0"5599source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5600dependencies = [5601 "frame-support",5602 "frame-system",5603 "log",5604 "pallet-authorship",5605 "parity-scale-codec 2.1.3",5606 "sp-application-crypto",5607 "sp-core",5608 "sp-io",5609 "sp-runtime",5610 "sp-staking",5611 "sp-std",5612]56135614[[package]]5615name = "pallet-indices"5616version = "3.0.0"5617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5618dependencies = [5619 "frame-support",5620 "frame-system",5621 "parity-scale-codec 2.1.3",5622 "sp-core",5623 "sp-io",5624 "sp-keyring",5625 "sp-runtime",5626 "sp-std",5627]56285629[[package]]5630name = "pallet-inflation"5631version = "3.0.0"5632dependencies = [5633 "frame-benchmarking",5634 "frame-support",5635 "frame-system",5636 "pallet-balances",5637 "pallet-randomness-collective-flip",5638 "pallet-timestamp",5639 "parity-scale-codec 2.1.3",5640 "serde",5641 "sp-core",5642 "sp-io",5643 "sp-runtime",5644 "sp-std",5645]56465647[[package]]5648name = "pallet-membership"5649version = "3.0.0"5650source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5651dependencies = [5652 "frame-benchmarking",5653 "frame-support",5654 "frame-system",5655 "log",5656 "parity-scale-codec 2.1.3",5657 "sp-io",5658 "sp-runtime",5659 "sp-std",5660]56615662[[package]]5663name = "pallet-mmr"5664version = "3.0.0"5665source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5666dependencies = [5667 "ckb-merkle-mountain-range",5668 "frame-benchmarking",5669 "frame-support",5670 "frame-system",5671 "pallet-mmr-primitives",5672 "parity-scale-codec 2.1.3",5673 "sp-core",5674 "sp-io",5675 "sp-runtime",5676 "sp-std",5677]56785679[[package]]5680name = "pallet-mmr-primitives"5681version = "3.0.0"5682source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5683dependencies = [5684 "frame-support",5685 "frame-system",5686 "log",5687 "parity-scale-codec 2.1.3",5688 "serde",5689 "sp-api",5690 "sp-core",5691 "sp-runtime",5692 "sp-std",5693]56945695[[package]]5696name = "pallet-mmr-rpc"5697version = "3.0.0"5698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5699dependencies = [5700 "jsonrpc-core 15.1.0",5701 "jsonrpc-core-client 15.1.0",5702 "jsonrpc-derive 15.1.0",5703 "pallet-mmr-primitives",5704 "parity-scale-codec 2.1.3",5705 "serde",5706 "sp-api",5707 "sp-blockchain",5708 "sp-core",5709 "sp-rpc",5710 "sp-runtime",5711]57125713[[package]]5714name = "pallet-multisig"5715version = "3.0.0"5716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5717dependencies = [5718 "frame-support",5719 "frame-system",5720 "parity-scale-codec 2.1.3",5721 "sp-core",5722 "sp-io",5723 "sp-runtime",5724 "sp-std",5725]57265727[[package]]5728name = "pallet-nft"5729version = "3.0.0"5730dependencies = [5731 "ethereum",5732 "ethereum-tx-sign",5733 "evm-coder",5734 "fp-evm",5735 "frame-benchmarking",5736 "frame-support",5737 "frame-system",5738 "hex-literal",5739 "nft-data-structs",5740 "pallet-balances",5741 "pallet-ethereum",5742 "pallet-evm",5743 "pallet-randomness-collective-flip",5744 "pallet-timestamp",5745 "pallet-transaction-payment",5746 "parity-scale-codec 2.1.3",5747 "primitive-types 0.9.0",5748 "rlp 0.5.0",5749 "serde",5750 "sp-api",5751 "sp-core",5752 "sp-io",5753 "sp-runtime",5754 "sp-std",5755 "up-sponsorship",5756]57575758[[package]]5759name = "pallet-nft-charge-transaction"5760version = "3.0.0"5761dependencies = [5762 "frame-benchmarking",5763 "frame-support",5764 "frame-system",5765 "pallet-balances",5766 "pallet-nft-transaction-payment",5767 "pallet-transaction-payment",5768 "parity-scale-codec 2.1.3",5769 "serde",5770 "sp-core",5771 "sp-io",5772 "sp-runtime",5773 "sp-std",5774]57755776[[package]]5777name = "pallet-nft-transaction-payment"5778version = "3.0.0"5779dependencies = [5780 "frame-benchmarking",5781 "frame-support",5782 "frame-system",5783 "pallet-transaction-payment",5784 "parity-scale-codec 2.1.3",5785 "serde",5786 "sp-core",5787 "sp-io",5788 "sp-runtime",5789 "sp-std",5790 "up-sponsorship",5791]57925793[[package]]5794name = "pallet-nicks"5795version = "3.0.0"5796source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5797dependencies = [5798 "frame-support",5799 "frame-system",5800 "parity-scale-codec 2.1.3",5801 "sp-io",5802 "sp-runtime",5803 "sp-std",5804]58055806[[package]]5807name = "pallet-offences"5808version = "3.0.0"5809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5810dependencies = [5811 "frame-support",5812 "frame-system",5813 "log",5814 "pallet-balances",5815 "parity-scale-codec 2.1.3",5816 "serde",5817 "sp-runtime",5818 "sp-staking",5819 "sp-std",5820]58215822[[package]]5823name = "pallet-proxy"5824version = "3.0.0"5825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5826dependencies = [5827 "frame-support",5828 "frame-system",5829 "max-encoded-len",5830 "parity-scale-codec 2.1.3",5831 "sp-core",5832 "sp-io",5833 "sp-runtime",5834 "sp-std",5835]58365837[[package]]5838name = "pallet-randomness-collective-flip"5839version = "3.0.0"5840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5841dependencies = [5842 "frame-support",5843 "frame-system",5844 "parity-scale-codec 2.1.3",5845 "safe-mix",5846 "sp-runtime",5847 "sp-std",5848]58495850[[package]]5851name = "pallet-scheduler"5852version = "3.0.0"5853source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5854dependencies = [5855 "frame-benchmarking",5856 "frame-support",5857 "frame-system",5858 "log",5859 "parity-scale-codec 2.1.3",5860 "sp-io",5861 "sp-runtime",5862 "sp-std",5863]58645865[[package]]5866name = "pallet-scheduler"5867version = "3.0.0"5868dependencies = [5869 "frame-benchmarking",5870 "frame-support",5871 "frame-system",5872 "log",5873 "parity-scale-codec 2.1.3",5874 "serde",5875 "sp-core",5876 "sp-io",5877 "sp-runtime",5878 "sp-std",5879 "substrate-test-utils",5880 "up-sponsorship",5881]58825883[[package]]5884name = "pallet-session"5885version = "3.0.0"5886source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5887dependencies = [5888 "frame-support",5889 "frame-system",5890 "impl-trait-for-tuples 0.2.1",5891 "log",5892 "pallet-timestamp",5893 "parity-scale-codec 2.1.3",5894 "sp-core",5895 "sp-io",5896 "sp-runtime",5897 "sp-session",5898 "sp-staking",5899 "sp-std",5900 "sp-trie",5901]59025903[[package]]5904name = "pallet-staking"5905version = "3.0.0"5906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5907dependencies = [5908 "frame-election-provider-support",5909 "frame-support",5910 "frame-system",5911 "log",5912 "pallet-authorship",5913 "pallet-session",5914 "parity-scale-codec 2.1.3",5915 "paste",5916 "serde",5917 "sp-application-crypto",5918 "sp-io",5919 "sp-runtime",5920 "sp-staking",5921 "sp-std",5922 "static_assertions",5923]59245925[[package]]5926name = "pallet-staking-reward-curve"5927version = "3.0.0"5928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5929dependencies = [5930 "proc-macro-crate 1.0.0",5931 "proc-macro2",5932 "quote",5933 "syn",5934]59355936[[package]]5937name = "pallet-sudo"5938version = "3.0.0"5939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5940dependencies = [5941 "frame-support",5942 "frame-system",5943 "parity-scale-codec 2.1.3",5944 "sp-io",5945 "sp-runtime",5946 "sp-std",5947]59485949[[package]]5950name = "pallet-timestamp"5951version = "3.0.0"5952source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5953dependencies = [5954 "frame-benchmarking",5955 "frame-support",5956 "frame-system",5957 "impl-trait-for-tuples 0.2.1",5958 "log",5959 "parity-scale-codec 2.1.3",5960 "sp-inherents",5961 "sp-io",5962 "sp-runtime",5963 "sp-std",5964 "sp-timestamp",5965]59665967[[package]]5968name = "pallet-tips"5969version = "3.0.0"5970source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5971dependencies = [5972 "frame-support",5973 "frame-system",5974 "pallet-treasury",5975 "parity-scale-codec 2.1.3",5976 "serde",5977 "sp-runtime",5978 "sp-std",5979]59805981[[package]]5982name = "pallet-transaction-payment"5983version = "3.0.0"5984source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"5985dependencies = [5986 "frame-support",5987 "frame-system",5988 "parity-scale-codec 2.1.3",5989 "serde",5990 "smallvec 1.6.1",5991 "sp-core",5992 "sp-io",5993 "sp-runtime",5994 "sp-std",5995]59965997[[package]]5998name = "pallet-transaction-payment-rpc"5999version = "3.0.0"6000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"6001dependencies = [6002 "jsonrpc-core 15.1.0",6003 "jsonrpc-core-client 15.1.0",6004 "jsonrpc-derive 15.1.0",6005 "pallet-transaction-payment-rpc-runtime-api",6006 "parity-scale-codec 2.1.3",6007 "sp-api",6008 "sp-blockchain",6009 "sp-core",6010 "sp-rpc",6011 "sp-runtime",6012]60136014[[package]]6015name = "pallet-transaction-payment-rpc-runtime-api"6016version = "3.0.0"6017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"6018dependencies = [6019 "pallet-transaction-payment",6020 "parity-scale-codec 2.1.3",6021 "sp-api",6022 "sp-runtime",6023]60246025[[package]]6026name = "pallet-treasury"6027version = "3.0.0"6028source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"6029dependencies = [6030 "frame-support",6031 "frame-system",6032 "impl-trait-for-tuples 0.2.1",6033 "pallet-balances",6034 "parity-scale-codec 2.1.3",6035 "serde",6036 "sp-runtime",6037 "sp-std",6038]60396040[[package]]6041name = "pallet-utility"6042version = "3.0.0"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"6044dependencies = [6045 "frame-support",6046 "frame-system",6047 "parity-scale-codec 2.1.3",6048 "sp-core",6049 "sp-io",6050 "sp-runtime",6051 "sp-std",6052]60536054[[package]]6055name = "pallet-vesting"6056version = "3.0.0"6057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"6058dependencies = [6059 "enumflags2",6060 "frame-support",6061 "frame-system",6062 "parity-scale-codec 2.1.3",6063 "sp-runtime",6064 "sp-std",6065]60666067[[package]]6068name = "pallet-xcm"6069version = "0.1.0"6070source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6071dependencies = [6072 "frame-support",6073 "frame-system",6074 "parity-scale-codec 2.1.3",6075 "sp-runtime",6076 "sp-std",6077 "xcm",6078 "xcm-executor",6079]60806081[[package]]6082name = "parachain-info"6083version = "0.1.0"6084source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"6085dependencies = [6086 "cumulus-primitives-core",6087 "frame-support",6088 "frame-system",6089 "parity-scale-codec 2.1.3",6090 "serde",6091]60926093[[package]]6094name = "parity-db"6095version = "0.2.4"6096source = "registry+https://github.com/rust-lang/crates.io-index"6097checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47"6098dependencies = [6099 "blake2-rfc",6100 "crc32fast",6101 "fs2",6102 "hex",6103 "libc",6104 "log",6105 "memmap2",6106 "parking_lot 0.11.1",6107 "rand 0.8.4",6108]61096110[[package]]6111name = "parity-multiaddr"6112version = "0.11.2"6113source = "registry+https://github.com/rust-lang/crates.io-index"6114checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4"6115dependencies = [6116 "arrayref",6117 "bs58",6118 "byteorder",6119 "data-encoding",6120 "multihash",6121 "percent-encoding 2.1.0",6122 "serde",6123 "static_assertions",6124 "unsigned-varint 0.7.0",6125 "url 2.2.2",6126]61276128[[package]]6129name = "parity-scale-codec"6130version = "1.3.7"6131source = "registry+https://github.com/rust-lang/crates.io-index"6132checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d"6133dependencies = [6134 "arrayvec 0.5.2",6135 "bitvec 0.17.4",6136 "byte-slice-cast 0.3.5",6137 "serde",6138]61396140[[package]]6141name = "parity-scale-codec"6142version = "2.1.3"6143source = "registry+https://github.com/rust-lang/crates.io-index"6144checksum = "b310f220c335f9df1b3d2e9fbe3890bbfeef5030dad771620f48c5c229877cd3"6145dependencies = [6146 "arrayvec 0.7.1",6147 "bitvec 0.20.4",6148 "byte-slice-cast 1.0.0",6149 "parity-scale-codec-derive",6150 "serde",6151]61526153[[package]]6154name = "parity-scale-codec-derive"6155version = "2.1.3"6156source = "registry+https://github.com/rust-lang/crates.io-index"6157checksum = "81038e13ca2c32587201d544ea2e6b6c47120f1e4eae04478f9f60b6bcb89145"6158dependencies = [6159 "proc-macro-crate 1.0.0",6160 "proc-macro2",6161 "quote",6162 "syn",6163]61646165[[package]]6166name = "parity-send-wrapper"6167version = "0.1.0"6168source = "registry+https://github.com/rust-lang/crates.io-index"6169checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"61706171[[package]]6172name = "parity-tokio-ipc"6173version = "0.4.0"6174source = "registry+https://github.com/rust-lang/crates.io-index"6175checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6176dependencies = [6177 "bytes 0.4.12",6178 "futures 0.1.31",6179 "libc",6180 "log",6181 "mio-named-pipes",6182 "miow 0.3.7",6183 "rand 0.7.3",6184 "tokio 0.1.22",6185 "tokio-named-pipes",6186 "tokio-uds",6187 "winapi 0.3.9",6188]61896190[[package]]6191name = "parity-util-mem"6192version = "0.9.0"6193source = "registry+https://github.com/rust-lang/crates.io-index"6194checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42"6195dependencies = [6196 "cfg-if 1.0.0",6197 "ethereum-types 0.11.0",6198 "hashbrown",6199 "impl-trait-for-tuples 0.2.1",6200 "lru",6201 "parity-util-mem-derive",6202 "parking_lot 0.11.1",6203 "primitive-types 0.9.0",6204 "smallvec 1.6.1",6205 "winapi 0.3.9",6206]62076208[[package]]6209name = "parity-util-mem-derive"6210version = "0.1.0"6211source = "registry+https://github.com/rust-lang/crates.io-index"6212checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6213dependencies = [6214 "proc-macro2",6215 "syn",6216 "synstructure",6217]62186219[[package]]6220name = "parity-wasm"6221version = "0.32.0"6222source = "registry+https://github.com/rust-lang/crates.io-index"6223checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6224dependencies = [6225 "byteorder",6226]62276228[[package]]6229name = "parity-wasm"6230version = "0.42.2"6231source = "registry+https://github.com/rust-lang/crates.io-index"6232checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"62336234[[package]]6235name = "parity-ws"6236version = "0.10.0"6237source = "registry+https://github.com/rust-lang/crates.io-index"6238checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61"6239dependencies = [6240 "byteorder",6241 "bytes 0.4.12",6242 "httparse",6243 "log",6244 "mio",6245 "mio-extras",6246 "rand 0.7.3",6247 "sha-1 0.8.2",6248 "slab",6249 "url 2.2.2",6250]62516252[[package]]6253name = "parking"6254version = "2.0.0"6255source = "registry+https://github.com/rust-lang/crates.io-index"6256checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"62576258[[package]]6259name = "parking_lot"6260version = "0.9.0"6261source = "registry+https://github.com/rust-lang/crates.io-index"6262checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"6263dependencies = [6264 "lock_api 0.3.4",6265 "parking_lot_core 0.6.2",6266 "rustc_version",6267]62686269[[package]]6270name = "parking_lot"6271version = "0.10.2"6272source = "registry+https://github.com/rust-lang/crates.io-index"6273checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6274dependencies = [6275 "lock_api 0.3.4",6276 "parking_lot_core 0.7.2",6277]62786279[[package]]6280name = "parking_lot"6281version = "0.11.1"6282source = "registry+https://github.com/rust-lang/crates.io-index"6283checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"6284dependencies = [6285 "instant",6286 "lock_api 0.4.4",6287 "parking_lot_core 0.8.3",6288]62896290[[package]]6291name = "parking_lot_core"6292version = "0.6.2"6293source = "registry+https://github.com/rust-lang/crates.io-index"6294checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6295dependencies = [6296 "cfg-if 0.1.10",6297 "cloudabi",6298 "libc",6299 "redox_syscall 0.1.57",6300 "rustc_version",6301 "smallvec 0.6.14",6302 "winapi 0.3.9",6303]63046305[[package]]6306name = "parking_lot_core"6307version = "0.7.2"6308source = "registry+https://github.com/rust-lang/crates.io-index"6309checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6310dependencies = [6311 "cfg-if 0.1.10",6312 "cloudabi",6313 "libc",6314 "redox_syscall 0.1.57",6315 "smallvec 1.6.1",6316 "winapi 0.3.9",6317]63186319[[package]]6320name = "parking_lot_core"6321version = "0.8.3"6322source = "registry+https://github.com/rust-lang/crates.io-index"6323checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"6324dependencies = [6325 "cfg-if 1.0.0",6326 "instant",6327 "libc",6328 "redox_syscall 0.2.9",6329 "smallvec 1.6.1",6330 "winapi 0.3.9",6331]63326333[[package]]6334name = "paste"6335version = "1.0.5"6336source = "registry+https://github.com/rust-lang/crates.io-index"6337checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"63386339[[package]]6340name = "pbkdf2"6341version = "0.3.0"6342source = "registry+https://github.com/rust-lang/crates.io-index"6343checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"6344dependencies = [6345 "byteorder",6346 "crypto-mac 0.7.0",6347]63486349[[package]]6350name = "pbkdf2"6351version = "0.4.0"6352source = "registry+https://github.com/rust-lang/crates.io-index"6353checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6354dependencies = [6355 "crypto-mac 0.8.0",6356]63576358[[package]]6359name = "pdqselect"6360version = "0.1.0"6361source = "registry+https://github.com/rust-lang/crates.io-index"6362checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"63636364[[package]]6365name = "peeking_take_while"6366version = "0.1.2"6367source = "registry+https://github.com/rust-lang/crates.io-index"6368checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"63696370[[package]]6371name = "percent-encoding"6372version = "1.0.1"6373source = "registry+https://github.com/rust-lang/crates.io-index"6374checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"63756376[[package]]6377name = "percent-encoding"6378version = "2.1.0"6379source = "registry+https://github.com/rust-lang/crates.io-index"6380checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"63816382[[package]]6383name = "pest"6384version = "2.1.3"6385source = "registry+https://github.com/rust-lang/crates.io-index"6386checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6387dependencies = [6388 "ucd-trie",6389]63906391[[package]]6392name = "pest_derive"6393version = "2.1.0"6394source = "registry+https://github.com/rust-lang/crates.io-index"6395checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6396dependencies = [6397 "pest",6398 "pest_generator",6399]64006401[[package]]6402name = "pest_generator"6403version = "2.1.3"6404source = "registry+https://github.com/rust-lang/crates.io-index"6405checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6406dependencies = [6407 "pest",6408 "pest_meta",6409 "proc-macro2",6410 "quote",6411 "syn",6412]64136414[[package]]6415name = "pest_meta"6416version = "2.1.3"6417source = "registry+https://github.com/rust-lang/crates.io-index"6418checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6419dependencies = [6420 "maplit",6421 "pest",6422 "sha-1 0.8.2",6423]64246425[[package]]6426name = "petgraph"6427version = "0.5.1"6428source = "registry+https://github.com/rust-lang/crates.io-index"6429checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6430dependencies = [6431 "fixedbitset",6432 "indexmap",6433]64346435[[package]]6436name = "pin-project"6437version = "0.4.28"6438source = "registry+https://github.com/rust-lang/crates.io-index"6439checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6440dependencies = [6441 "pin-project-internal 0.4.28",6442]64436444[[package]]6445name = "pin-project"6446version = "1.0.7"6447source = "registry+https://github.com/rust-lang/crates.io-index"6448checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"6449dependencies = [6450 "pin-project-internal 1.0.7",6451]64526453[[package]]6454name = "pin-project-internal"6455version = "0.4.28"6456source = "registry+https://github.com/rust-lang/crates.io-index"6457checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6458dependencies = [6459 "proc-macro2",6460 "quote",6461 "syn",6462]64636464[[package]]6465name = "pin-project-internal"6466version = "1.0.7"6467source = "registry+https://github.com/rust-lang/crates.io-index"6468checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"6469dependencies = [6470 "proc-macro2",6471 "quote",6472 "syn",6473]64746475[[package]]6476name = "pin-project-lite"6477version = "0.1.12"6478source = "registry+https://github.com/rust-lang/crates.io-index"6479checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"64806481[[package]]6482name = "pin-project-lite"6483version = "0.2.6"6484source = "registry+https://github.com/rust-lang/crates.io-index"6485checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"64866487[[package]]6488name = "pin-utils"6489version = "0.1.0"6490source = "registry+https://github.com/rust-lang/crates.io-index"6491checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"64926493[[package]]6494name = "pkg-config"6495version = "0.3.19"6496source = "registry+https://github.com/rust-lang/crates.io-index"6497checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"64986499[[package]]6500name = "platforms"6501version = "1.1.0"6502source = "registry+https://github.com/rust-lang/crates.io-index"6503checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"65046505[[package]]6506name = "polkadot-approval-distribution"6507version = "0.1.0"6508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6509dependencies = [6510 "futures 0.3.15",6511 "polkadot-node-network-protocol",6512 "polkadot-node-primitives",6513 "polkadot-node-subsystem",6514 "polkadot-node-subsystem-util",6515 "polkadot-primitives",6516 "tracing",6517]65186519[[package]]6520name = "polkadot-availability-bitfield-distribution"6521version = "0.1.0"6522source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6523dependencies = [6524 "futures 0.3.15",6525 "polkadot-node-network-protocol",6526 "polkadot-node-subsystem",6527 "polkadot-node-subsystem-util",6528 "polkadot-primitives",6529 "tracing",6530]65316532[[package]]6533name = "polkadot-availability-distribution"6534version = "0.1.0"6535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6536dependencies = [6537 "futures 0.3.15",6538 "lru",6539 "parity-scale-codec 2.1.3",6540 "polkadot-erasure-coding",6541 "polkadot-node-core-runtime-api",6542 "polkadot-node-network-protocol",6543 "polkadot-node-primitives",6544 "polkadot-node-subsystem",6545 "polkadot-node-subsystem-util",6546 "polkadot-primitives",6547 "rand 0.8.4",6548 "sp-application-crypto",6549 "sp-core",6550 "sp-keystore",6551 "thiserror",6552 "tracing",6553]65546555[[package]]6556name = "polkadot-availability-recovery"6557version = "0.1.0"6558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6559dependencies = [6560 "futures 0.3.15",6561 "lru",6562 "parity-scale-codec 2.1.3",6563 "polkadot-erasure-coding",6564 "polkadot-node-network-protocol",6565 "polkadot-node-primitives",6566 "polkadot-node-subsystem",6567 "polkadot-node-subsystem-util",6568 "polkadot-primitives",6569 "rand 0.8.4",6570 "thiserror",6571 "tracing",6572]65736574[[package]]6575name = "polkadot-cli"6576version = "0.9.7"6577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6578dependencies = [6579 "frame-benchmarking-cli",6580 "futures 0.3.15",6581 "log",6582 "polkadot-node-core-pvf",6583 "polkadot-service",6584 "sc-cli",6585 "sc-service",6586 "sp-core",6587 "sp-trie",6588 "structopt",6589 "substrate-build-script-utils",6590 "thiserror",6591 "try-runtime-cli",6592]65936594[[package]]6595name = "polkadot-client"6596version = "0.9.7"6597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6598dependencies = [6599 "beefy-primitives",6600 "frame-benchmarking",6601 "frame-system-rpc-runtime-api",6602 "pallet-mmr-primitives",6603 "pallet-transaction-payment-rpc-runtime-api",6604 "polkadot-primitives",6605 "polkadot-runtime",6606 "sc-client-api",6607 "sc-executor",6608 "sc-service",6609 "sp-api",6610 "sp-authority-discovery",6611 "sp-block-builder",6612 "sp-blockchain",6613 "sp-consensus",6614 "sp-consensus-babe",6615 "sp-finality-grandpa",6616 "sp-offchain",6617 "sp-runtime",6618 "sp-session",6619 "sp-storage",6620 "sp-transaction-pool",6621]66226623[[package]]6624name = "polkadot-collator-protocol"6625version = "0.1.0"6626source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6627dependencies = [6628 "always-assert",6629 "futures 0.3.15",6630 "futures-timer 3.0.2",6631 "polkadot-node-network-protocol",6632 "polkadot-node-primitives",6633 "polkadot-node-subsystem",6634 "polkadot-node-subsystem-util",6635 "polkadot-primitives",6636 "sp-core",6637 "sp-keystore",6638 "sp-runtime",6639 "thiserror",6640 "tracing",6641]66426643[[package]]6644name = "polkadot-core-primitives"6645version = "0.9.7"6646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6647dependencies = [6648 "parity-scale-codec 2.1.3",6649 "parity-util-mem",6650 "sp-core",6651 "sp-runtime",6652 "sp-std",6653]66546655[[package]]6656name = "polkadot-erasure-coding"6657version = "0.9.7"6658source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6659dependencies = [6660 "parity-scale-codec 2.1.3",6661 "polkadot-node-primitives",6662 "polkadot-primitives",6663 "reed-solomon-novelpoly",6664 "sp-core",6665 "sp-trie",6666 "thiserror",6667]66686669[[package]]6670name = "polkadot-gossip-support"6671version = "0.1.0"6672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6673dependencies = [6674 "futures 0.3.15",6675 "polkadot-node-network-protocol",6676 "polkadot-node-subsystem",6677 "polkadot-node-subsystem-util",6678 "polkadot-primitives",6679 "sp-application-crypto",6680 "sp-keystore",6681 "tracing",6682]66836684[[package]]6685name = "polkadot-network-bridge"6686version = "0.1.0"6687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6688dependencies = [6689 "async-trait",6690 "futures 0.3.15",6691 "parity-scale-codec 2.1.3",6692 "parking_lot 0.11.1",6693 "polkadot-node-network-protocol",6694 "polkadot-node-subsystem",6695 "polkadot-node-subsystem-util",6696 "polkadot-primitives",6697 "sc-authority-discovery",6698 "sc-network",6699 "sp-consensus",6700 "strum",6701 "tracing",6702]67036704[[package]]6705name = "polkadot-node-collation-generation"6706version = "0.1.0"6707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6708dependencies = [6709 "futures 0.3.15",6710 "parity-scale-codec 2.1.3",6711 "polkadot-erasure-coding",6712 "polkadot-node-primitives",6713 "polkadot-node-subsystem",6714 "polkadot-node-subsystem-util",6715 "polkadot-primitives",6716 "sp-core",6717 "sp-maybe-compressed-blob",6718 "thiserror",6719 "tracing",6720]67216722[[package]]6723name = "polkadot-node-core-approval-voting"6724version = "0.1.0"6725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6726dependencies = [6727 "bitvec 0.20.4",6728 "derive_more",6729 "futures 0.3.15",6730 "futures-timer 3.0.2",6731 "kvdb",6732 "merlin",6733 "parity-scale-codec 2.1.3",6734 "polkadot-node-jaeger",6735 "polkadot-node-primitives",6736 "polkadot-node-subsystem",6737 "polkadot-node-subsystem-util",6738 "polkadot-overseer",6739 "polkadot-primitives",6740 "sc-client-api",6741 "sc-keystore",6742 "schnorrkel",6743 "sp-application-crypto",6744 "sp-blockchain",6745 "sp-consensus",6746 "sp-consensus-slots",6747 "sp-runtime",6748 "tracing",6749]67506751[[package]]6752name = "polkadot-node-core-av-store"6753version = "0.1.0"6754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6755dependencies = [6756 "bitvec 0.20.4",6757 "futures 0.3.15",6758 "futures-timer 3.0.2",6759 "kvdb",6760 "parity-scale-codec 2.1.3",6761 "polkadot-erasure-coding",6762 "polkadot-node-primitives",6763 "polkadot-node-subsystem",6764 "polkadot-node-subsystem-util",6765 "polkadot-overseer",6766 "polkadot-primitives",6767 "thiserror",6768 "tracing",6769]67706771[[package]]6772name = "polkadot-node-core-backing"6773version = "0.1.0"6774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6775dependencies = [6776 "bitvec 0.20.4",6777 "futures 0.3.15",6778 "polkadot-erasure-coding",6779 "polkadot-node-primitives",6780 "polkadot-node-subsystem",6781 "polkadot-node-subsystem-util",6782 "polkadot-primitives",6783 "polkadot-statement-table",6784 "sp-keystore",6785 "thiserror",6786 "tracing",6787]67886789[[package]]6790name = "polkadot-node-core-bitfield-signing"6791version = "0.1.0"6792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6793dependencies = [6794 "futures 0.3.15",6795 "polkadot-node-subsystem",6796 "polkadot-node-subsystem-util",6797 "polkadot-primitives",6798 "sp-keystore",6799 "thiserror",6800 "tracing",6801 "wasm-timer",6802]68036804[[package]]6805name = "polkadot-node-core-candidate-validation"6806version = "0.1.0"6807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6808dependencies = [6809 "async-trait",6810 "futures 0.3.15",6811 "parity-scale-codec 2.1.3",6812 "polkadot-node-core-pvf",6813 "polkadot-node-primitives",6814 "polkadot-node-subsystem",6815 "polkadot-node-subsystem-util",6816 "polkadot-parachain",6817 "polkadot-primitives",6818 "sp-maybe-compressed-blob",6819 "tracing",6820]68216822[[package]]6823name = "polkadot-node-core-chain-api"6824version = "0.1.0"6825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6826dependencies = [6827 "futures 0.3.15",6828 "polkadot-node-subsystem",6829 "polkadot-node-subsystem-util",6830 "polkadot-primitives",6831 "sp-blockchain",6832 "tracing",6833]68346835[[package]]6836name = "polkadot-node-core-parachains-inherent"6837version = "0.1.0"6838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6839dependencies = [6840 "async-trait",6841 "futures 0.3.15",6842 "futures-timer 3.0.2",6843 "polkadot-node-subsystem",6844 "polkadot-overseer",6845 "polkadot-primitives",6846 "sp-blockchain",6847 "sp-inherents",6848 "sp-runtime",6849 "thiserror",6850 "tracing",6851]68526853[[package]]6854name = "polkadot-node-core-provisioner"6855version = "0.1.0"6856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6857dependencies = [6858 "bitvec 0.20.4",6859 "futures 0.3.15",6860 "futures-timer 3.0.2",6861 "polkadot-node-subsystem",6862 "polkadot-node-subsystem-util",6863 "polkadot-primitives",6864 "thiserror",6865 "tracing",6866]68676868[[package]]6869name = "polkadot-node-core-pvf"6870version = "0.1.0"6871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6872dependencies = [6873 "always-assert",6874 "assert_matches",6875 "async-process",6876 "async-std",6877 "futures 0.3.15",6878 "futures-timer 3.0.2",6879 "libc",6880 "parity-scale-codec 2.1.3",6881 "pin-project 1.0.7",6882 "polkadot-core-primitives",6883 "polkadot-parachain",6884 "rand 0.8.4",6885 "sc-executor",6886 "sc-executor-common",6887 "sc-executor-wasmtime",6888 "slotmap",6889 "sp-core",6890 "sp-externalities",6891 "sp-io",6892 "sp-wasm-interface",6893 "tracing",6894]68956896[[package]]6897name = "polkadot-node-core-runtime-api"6898version = "0.1.0"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6900dependencies = [6901 "futures 0.3.15",6902 "memory-lru",6903 "parity-util-mem",6904 "polkadot-node-subsystem",6905 "polkadot-node-subsystem-util",6906 "polkadot-primitives",6907 "sp-api",6908 "sp-authority-discovery",6909 "sp-consensus-babe",6910 "sp-core",6911 "tracing",6912]69136914[[package]]6915name = "polkadot-node-jaeger"6916version = "0.1.0"6917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6918dependencies = [6919 "async-std",6920 "lazy_static",6921 "log",6922 "mick-jaeger",6923 "parity-scale-codec 2.1.3",6924 "parking_lot 0.11.1",6925 "polkadot-node-primitives",6926 "polkadot-primitives",6927 "sc-network",6928 "sp-core",6929 "thiserror",6930]69316932[[package]]6933name = "polkadot-node-network-protocol"6934version = "0.1.0"6935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6936dependencies = [6937 "futures 0.3.15",6938 "parity-scale-codec 2.1.3",6939 "polkadot-node-jaeger",6940 "polkadot-node-primitives",6941 "polkadot-primitives",6942 "sc-network",6943 "strum",6944 "thiserror",6945]69466947[[package]]6948name = "polkadot-node-primitives"6949version = "0.1.0"6950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6951dependencies = [6952 "futures 0.3.15",6953 "parity-scale-codec 2.1.3",6954 "polkadot-parachain",6955 "polkadot-primitives",6956 "polkadot-statement-table",6957 "schnorrkel",6958 "serde",6959 "sp-application-crypto",6960 "sp-consensus-babe",6961 "sp-consensus-vrf",6962 "sp-core",6963 "sp-keystore",6964 "sp-maybe-compressed-blob",6965 "sp-runtime",6966 "thiserror",6967 "zstd",6968]69696970[[package]]6971name = "polkadot-node-subsystem"6972version = "0.1.0"6973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"6974dependencies = [6975 "async-std",6976 "async-trait",6977 "derive_more",6978 "futures 0.3.15",6979 "futures-timer 3.0.2",6980 "lazy_static",6981 "log",6982 "mick-jaeger",6983 "parity-scale-codec 2.1.3",6984 "parking_lot 0.11.1",6985 "pin-project 1.0.7",6986 "polkadot-node-jaeger",6987 "polkadot-node-network-protocol",6988 "polkadot-node-primitives",6989 "polkadot-primitives",6990 "polkadot-procmacro-subsystem-dispatch-gen",6991 "polkadot-statement-table",6992 "sc-network",6993 "smallvec 1.6.1",6994 "sp-core",6995 "substrate-prometheus-endpoint",6996 "thiserror",6997 "tracing",6998]69997000[[package]]7001name = "polkadot-node-subsystem-util"7002version = "0.1.0"7003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7004dependencies = [7005 "async-trait",7006 "futures 0.3.15",7007 "futures-timer 3.0.2",7008 "lru",7009 "metered-channel",7010 "parity-scale-codec 2.1.3",7011 "pin-project 1.0.7",7012 "polkadot-node-jaeger",7013 "polkadot-node-network-protocol",7014 "polkadot-node-primitives",7015 "polkadot-node-subsystem",7016 "polkadot-primitives",7017 "rand 0.8.4",7018 "sc-network",7019 "sp-application-crypto",7020 "sp-core",7021 "sp-keystore",7022 "streamunordered",7023 "substrate-prometheus-endpoint",7024 "thiserror",7025 "tracing",7026]70277028[[package]]7029name = "polkadot-overseer"7030version = "0.1.0"7031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7032dependencies = [7033 "async-trait",7034 "futures 0.3.15",7035 "futures-timer 3.0.2",7036 "lru",7037 "polkadot-node-primitives",7038 "polkadot-node-subsystem",7039 "polkadot-node-subsystem-util",7040 "polkadot-primitives",7041 "polkadot-procmacro-overseer-subsystems-gen",7042 "sc-client-api",7043 "sp-api",7044 "tracing",7045]70467047[[package]]7048name = "polkadot-parachain"7049version = "0.9.7"7050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7051dependencies = [7052 "derive_more",7053 "parity-scale-codec 2.1.3",7054 "parity-util-mem",7055 "polkadot-core-primitives",7056 "serde",7057 "sp-core",7058 "sp-runtime",7059 "sp-std",7060]70617062[[package]]7063name = "polkadot-primitives"7064version = "0.9.7"7065source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7066dependencies = [7067 "bitvec 0.20.4",7068 "frame-system",7069 "hex-literal",7070 "parity-scale-codec 2.1.3",7071 "parity-util-mem",7072 "polkadot-core-primitives",7073 "polkadot-parachain",7074 "serde",7075 "sp-api",7076 "sp-application-crypto",7077 "sp-arithmetic",7078 "sp-authority-discovery",7079 "sp-consensus-slots",7080 "sp-core",7081 "sp-inherents",7082 "sp-io",7083 "sp-keystore",7084 "sp-runtime",7085 "sp-staking",7086 "sp-std",7087 "sp-trie",7088 "sp-version",7089 "thiserror",7090]70917092[[package]]7093name = "polkadot-procmacro-overseer-subsystems-gen"7094version = "0.1.0"7095source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7096dependencies = [7097 "assert_matches",7098 "proc-macro2",7099 "quote",7100 "syn",7101]71027103[[package]]7104name = "polkadot-procmacro-subsystem-dispatch-gen"7105version = "0.1.0"7106source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7107dependencies = [7108 "assert_matches",7109 "proc-macro2",7110 "quote",7111 "syn",7112]71137114[[package]]7115name = "polkadot-rpc"7116version = "0.9.7"7117source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7118dependencies = [7119 "beefy-gadget",7120 "beefy-gadget-rpc",7121 "jsonrpc-core 15.1.0",7122 "pallet-mmr-rpc",7123 "pallet-transaction-payment-rpc",7124 "parity-scale-codec 2.1.3",7125 "polkadot-primitives",7126 "sc-chain-spec",7127 "sc-client-api",7128 "sc-consensus-babe",7129 "sc-consensus-babe-rpc",7130 "sc-consensus-epochs",7131 "sc-finality-grandpa",7132 "sc-finality-grandpa-rpc",7133 "sc-keystore",7134 "sc-rpc",7135 "sc-sync-state-rpc",7136 "sp-api",7137 "sp-block-builder",7138 "sp-blockchain",7139 "sp-consensus",7140 "sp-consensus-babe",7141 "sp-keystore",7142 "sp-runtime",7143 "sp-transaction-pool",7144 "substrate-frame-rpc-system",7145]71467147[[package]]7148name = "polkadot-runtime"7149version = "0.9.7"7150source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7151dependencies = [7152 "beefy-primitives",7153 "bitvec 0.20.4",7154 "frame-election-provider-support",7155 "frame-executive",7156 "frame-support",7157 "frame-system",7158 "frame-system-rpc-runtime-api",7159 "frame-try-runtime",7160 "log",7161 "max-encoded-len",7162 "pallet-authority-discovery",7163 "pallet-authorship",7164 "pallet-babe",7165 "pallet-balances",7166 "pallet-bounties",7167 "pallet-collective",7168 "pallet-democracy",7169 "pallet-election-provider-multi-phase",7170 "pallet-elections-phragmen",7171 "pallet-grandpa",7172 "pallet-identity",7173 "pallet-im-online",7174 "pallet-indices",7175 "pallet-membership",7176 "pallet-mmr-primitives",7177 "pallet-multisig",7178 "pallet-nicks",7179 "pallet-offences",7180 "pallet-proxy",7181 "pallet-randomness-collective-flip",7182 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7)",7183 "pallet-session",7184 "pallet-staking",7185 "pallet-staking-reward-curve",7186 "pallet-timestamp",7187 "pallet-tips",7188 "pallet-transaction-payment",7189 "pallet-transaction-payment-rpc-runtime-api",7190 "pallet-treasury",7191 "pallet-utility",7192 "pallet-vesting",7193 "parity-scale-codec 2.1.3",7194 "polkadot-primitives",7195 "polkadot-runtime-common",7196 "rustc-hex",7197 "serde",7198 "serde_derive",7199 "smallvec 1.6.1",7200 "sp-api",7201 "sp-authority-discovery",7202 "sp-block-builder",7203 "sp-consensus-babe",7204 "sp-core",7205 "sp-inherents",7206 "sp-io",7207 "sp-npos-elections",7208 "sp-offchain",7209 "sp-runtime",7210 "sp-session",7211 "sp-staking",7212 "sp-std",7213 "sp-transaction-pool",7214 "sp-version",7215 "static_assertions",7216 "substrate-wasm-builder 3.0.0",7217]72187219[[package]]7220name = "polkadot-runtime-common"7221version = "0.9.7"7222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7223dependencies = [7224 "beefy-primitives",7225 "bitvec 0.20.4",7226 "frame-support",7227 "frame-system",7228 "impl-trait-for-tuples 0.2.1",7229 "libsecp256k1 0.3.5",7230 "log",7231 "pallet-authorship",7232 "pallet-balances",7233 "pallet-beefy",7234 "pallet-mmr",7235 "pallet-offences",7236 "pallet-session",7237 "pallet-staking",7238 "pallet-timestamp",7239 "pallet-transaction-payment",7240 "pallet-treasury",7241 "pallet-vesting",7242 "parity-scale-codec 2.1.3",7243 "polkadot-primitives",7244 "polkadot-runtime-parachains",7245 "rustc-hex",7246 "serde",7247 "serde_derive",7248 "slot-range-helper",7249 "sp-api",7250 "sp-core",7251 "sp-inherents",7252 "sp-io",7253 "sp-runtime",7254 "sp-session",7255 "sp-staking",7256 "sp-std",7257 "static_assertions",7258 "xcm",7259]72607261[[package]]7262name = "polkadot-runtime-parachains"7263version = "0.9.7"7264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7265dependencies = [7266 "bitvec 0.20.4",7267 "derive_more",7268 "frame-support",7269 "frame-system",7270 "log",7271 "pallet-authority-discovery",7272 "pallet-authorship",7273 "pallet-balances",7274 "pallet-offences",7275 "pallet-session",7276 "pallet-staking",7277 "pallet-timestamp",7278 "pallet-vesting",7279 "parity-scale-codec 2.1.3",7280 "polkadot-primitives",7281 "rand 0.8.4",7282 "rand_chacha 0.3.1",7283 "rustc-hex",7284 "serde",7285 "sp-api",7286 "sp-core",7287 "sp-inherents",7288 "sp-io",7289 "sp-keystore",7290 "sp-runtime",7291 "sp-session",7292 "sp-staking",7293 "sp-std",7294 "xcm",7295 "xcm-executor",7296]72977298[[package]]7299name = "polkadot-service"7300version = "0.9.7"7301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7302dependencies = [7303 "beefy-gadget",7304 "beefy-primitives",7305 "frame-system-rpc-runtime-api",7306 "futures 0.3.15",7307 "hex-literal",7308 "kvdb",7309 "kvdb-rocksdb",7310 "pallet-babe",7311 "pallet-im-online",7312 "pallet-mmr-primitives",7313 "pallet-staking",7314 "pallet-transaction-payment-rpc-runtime-api",7315 "polkadot-approval-distribution",7316 "polkadot-availability-bitfield-distribution",7317 "polkadot-availability-distribution",7318 "polkadot-availability-recovery",7319 "polkadot-client",7320 "polkadot-collator-protocol",7321 "polkadot-gossip-support",7322 "polkadot-network-bridge",7323 "polkadot-node-collation-generation",7324 "polkadot-node-core-approval-voting",7325 "polkadot-node-core-av-store",7326 "polkadot-node-core-backing",7327 "polkadot-node-core-bitfield-signing",7328 "polkadot-node-core-candidate-validation",7329 "polkadot-node-core-chain-api",7330 "polkadot-node-core-parachains-inherent",7331 "polkadot-node-core-provisioner",7332 "polkadot-node-core-runtime-api",7333 "polkadot-node-primitives",7334 "polkadot-node-subsystem",7335 "polkadot-node-subsystem-util",7336 "polkadot-overseer",7337 "polkadot-parachain",7338 "polkadot-primitives",7339 "polkadot-rpc",7340 "polkadot-runtime",7341 "polkadot-runtime-parachains",7342 "polkadot-statement-distribution",7343 "sc-authority-discovery",7344 "sc-basic-authorship",7345 "sc-block-builder",7346 "sc-chain-spec",7347 "sc-client-api",7348 "sc-client-db",7349 "sc-consensus",7350 "sc-consensus-babe",7351 "sc-consensus-slots",7352 "sc-consensus-uncles",7353 "sc-executor",7354 "sc-finality-grandpa",7355 "sc-finality-grandpa-warp-sync",7356 "sc-keystore",7357 "sc-network",7358 "sc-service",7359 "sc-telemetry",7360 "sc-transaction-pool",7361 "serde",7362 "sp-api",7363 "sp-authority-discovery",7364 "sp-block-builder",7365 "sp-blockchain",7366 "sp-consensus",7367 "sp-consensus-babe",7368 "sp-core",7369 "sp-finality-grandpa",7370 "sp-inherents",7371 "sp-io",7372 "sp-keystore",7373 "sp-offchain",7374 "sp-runtime",7375 "sp-session",7376 "sp-state-machine",7377 "sp-storage",7378 "sp-timestamp",7379 "sp-transaction-pool",7380 "sp-trie",7381 "substrate-prometheus-endpoint",7382 "thiserror",7383 "tracing",7384]73857386[[package]]7387name = "polkadot-statement-distribution"7388version = "0.1.0"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7390dependencies = [7391 "arrayvec 0.5.2",7392 "futures 0.3.15",7393 "indexmap",7394 "parity-scale-codec 2.1.3",7395 "polkadot-node-network-protocol",7396 "polkadot-node-primitives",7397 "polkadot-node-subsystem",7398 "polkadot-node-subsystem-util",7399 "polkadot-primitives",7400 "sc-network",7401 "sp-keystore",7402 "sp-staking",7403 "thiserror",7404 "tracing",7405]74067407[[package]]7408name = "polkadot-statement-table"7409version = "0.9.7"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7411dependencies = [7412 "parity-scale-codec 2.1.3",7413 "polkadot-primitives",7414 "sp-core",7415]74167417[[package]]7418name = "polkadot-test-runtime"7419version = "0.9.7"7420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7421dependencies = [7422 "beefy-primitives",7423 "bitvec 0.20.4",7424 "frame-election-provider-support",7425 "frame-executive",7426 "frame-support",7427 "frame-system",7428 "frame-system-rpc-runtime-api",7429 "log",7430 "pallet-authority-discovery",7431 "pallet-authorship",7432 "pallet-babe",7433 "pallet-balances",7434 "pallet-grandpa",7435 "pallet-indices",7436 "pallet-mmr-primitives",7437 "pallet-nicks",7438 "pallet-offences",7439 "pallet-randomness-collective-flip",7440 "pallet-session",7441 "pallet-staking",7442 "pallet-staking-reward-curve",7443 "pallet-sudo",7444 "pallet-timestamp",7445 "pallet-transaction-payment",7446 "pallet-transaction-payment-rpc-runtime-api",7447 "pallet-vesting",7448 "parity-scale-codec 2.1.3",7449 "polkadot-parachain",7450 "polkadot-primitives",7451 "polkadot-runtime-common",7452 "polkadot-runtime-parachains",7453 "rustc-hex",7454 "serde",7455 "serde_derive",7456 "smallvec 1.6.1",7457 "sp-api",7458 "sp-authority-discovery",7459 "sp-block-builder",7460 "sp-consensus-babe",7461 "sp-core",7462 "sp-inherents",7463 "sp-io",7464 "sp-offchain",7465 "sp-runtime",7466 "sp-session",7467 "sp-staking",7468 "sp-std",7469 "sp-transaction-pool",7470 "sp-version",7471 "substrate-wasm-builder 3.0.0",7472]74737474[[package]]7475name = "polkadot-test-service"7476version = "0.9.7"7477source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"7478dependencies = [7479 "frame-benchmarking",7480 "frame-system",7481 "futures 0.1.31",7482 "futures 0.3.15",7483 "hex",7484 "pallet-balances",7485 "pallet-staking",7486 "pallet-transaction-payment",7487 "polkadot-node-primitives",7488 "polkadot-node-subsystem",7489 "polkadot-overseer",7490 "polkadot-parachain",7491 "polkadot-primitives",7492 "polkadot-rpc",7493 "polkadot-runtime-common",7494 "polkadot-runtime-parachains",7495 "polkadot-service",7496 "polkadot-test-runtime",7497 "rand 0.8.4",7498 "sc-authority-discovery",7499 "sc-chain-spec",7500 "sc-cli",7501 "sc-client-api",7502 "sc-consensus",7503 "sc-consensus-babe",7504 "sc-executor",7505 "sc-finality-grandpa",7506 "sc-network",7507 "sc-service",7508 "sc-tracing",7509 "sc-transaction-pool",7510 "sp-arithmetic",7511 "sp-authority-discovery",7512 "sp-blockchain",7513 "sp-consensus",7514 "sp-consensus-babe",7515 "sp-core",7516 "sp-finality-grandpa",7517 "sp-inherents",7518 "sp-keyring",7519 "sp-runtime",7520 "sp-state-machine",7521 "substrate-test-client",7522 "tempfile",7523 "tracing",7524]75257526[[package]]7527name = "polling"7528version = "2.1.0"7529source = "registry+https://github.com/rust-lang/crates.io-index"7530checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"7531dependencies = [7532 "cfg-if 1.0.0",7533 "libc",7534 "log",7535 "wepoll-ffi",7536 "winapi 0.3.9",7537]75387539[[package]]7540name = "poly1305"7541version = "0.6.2"7542source = "registry+https://github.com/rust-lang/crates.io-index"7543checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"7544dependencies = [7545 "cpuid-bool",7546 "universal-hash",7547]75487549[[package]]7550name = "polyval"7551version = "0.4.5"7552source = "registry+https://github.com/rust-lang/crates.io-index"7553checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"7554dependencies = [7555 "cpuid-bool",7556 "opaque-debug 0.3.0",7557 "universal-hash",7558]75597560[[package]]7561name = "ppv-lite86"7562version = "0.2.10"7563source = "registry+https://github.com/rust-lang/crates.io-index"7564checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"75657566[[package]]7567name = "primitive-types"7568version = "0.7.3"7569source = "registry+https://github.com/rust-lang/crates.io-index"7570checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809"7571dependencies = [7572 "fixed-hash 0.6.1",7573 "impl-codec 0.4.2",7574 "impl-rlp 0.2.1",7575 "impl-serde",7576 "uint 0.8.5",7577]75787579[[package]]7580name = "primitive-types"7581version = "0.9.0"7582source = "registry+https://github.com/rust-lang/crates.io-index"7583checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"7584dependencies = [7585 "fixed-hash 0.7.0",7586 "impl-codec 0.5.0",7587 "impl-rlp 0.3.0",7588 "impl-serde",7589 "uint 0.9.0",7590]75917592[[package]]7593name = "proc-macro-crate"7594version = "0.1.5"7595source = "registry+https://github.com/rust-lang/crates.io-index"7596checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"7597dependencies = [7598 "toml",7599]76007601[[package]]7602name = "proc-macro-crate"7603version = "1.0.0"7604source = "registry+https://github.com/rust-lang/crates.io-index"7605checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"7606dependencies = [7607 "thiserror",7608 "toml",7609]76107611[[package]]7612name = "proc-macro-error"7613version = "1.0.4"7614source = "registry+https://github.com/rust-lang/crates.io-index"7615checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"7616dependencies = [7617 "proc-macro-error-attr",7618 "proc-macro2",7619 "quote",7620 "syn",7621 "version_check",7622]76237624[[package]]7625name = "proc-macro-error-attr"7626version = "1.0.4"7627source = "registry+https://github.com/rust-lang/crates.io-index"7628checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"7629dependencies = [7630 "proc-macro2",7631 "quote",7632 "version_check",7633]76347635[[package]]7636name = "proc-macro-hack"7637version = "0.5.19"7638source = "registry+https://github.com/rust-lang/crates.io-index"7639checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"76407641[[package]]7642name = "proc-macro-nested"7643version = "0.1.7"7644source = "registry+https://github.com/rust-lang/crates.io-index"7645checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"76467647[[package]]7648name = "proc-macro2"7649version = "1.0.27"7650source = "registry+https://github.com/rust-lang/crates.io-index"7651checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"7652dependencies = [7653 "unicode-xid",7654]76557656[[package]]7657name = "prometheus"7658version = "0.11.0"7659source = "registry+https://github.com/rust-lang/crates.io-index"7660checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"7661dependencies = [7662 "cfg-if 1.0.0",7663 "fnv",7664 "lazy_static",7665 "parking_lot 0.11.1",7666 "regex",7667 "thiserror",7668]76697670[[package]]7671name = "prost"7672version = "0.7.0"7673source = "registry+https://github.com/rust-lang/crates.io-index"7674checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"7675dependencies = [7676 "bytes 1.0.1",7677 "prost-derive",7678]76797680[[package]]7681name = "prost-build"7682version = "0.7.0"7683source = "registry+https://github.com/rust-lang/crates.io-index"7684checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"7685dependencies = [7686 "bytes 1.0.1",7687 "heck",7688 "itertools 0.9.0",7689 "log",7690 "multimap",7691 "petgraph",7692 "prost",7693 "prost-types",7694 "tempfile",7695 "which",7696]76977698[[package]]7699name = "prost-derive"7700version = "0.7.0"7701source = "registry+https://github.com/rust-lang/crates.io-index"7702checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"7703dependencies = [7704 "anyhow",7705 "itertools 0.9.0",7706 "proc-macro2",7707 "quote",7708 "syn",7709]77107711[[package]]7712name = "prost-types"7713version = "0.7.0"7714source = "registry+https://github.com/rust-lang/crates.io-index"7715checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"7716dependencies = [7717 "bytes 1.0.1",7718 "prost",7719]77207721[[package]]7722name = "psm"7723version = "0.1.13"7724source = "registry+https://github.com/rust-lang/crates.io-index"7725checksum = "21ff0279b4a85e576b97e4a21d13e437ebcd56612706cde5d3f0d5c9399490c0"7726dependencies = [7727 "cc",7728]77297730[[package]]7731name = "pwasm-utils"7732version = "0.18.1"7733source = "registry+https://github.com/rust-lang/crates.io-index"7734checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f"7735dependencies = [7736 "byteorder",7737 "log",7738 "parity-wasm 0.42.2",7739]77407741[[package]]7742name = "quick-error"7743version = "1.2.3"7744source = "registry+https://github.com/rust-lang/crates.io-index"7745checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"77467747[[package]]7748name = "quick-error"7749version = "2.0.1"7750source = "registry+https://github.com/rust-lang/crates.io-index"7751checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"77527753[[package]]7754name = "quicksink"7755version = "0.1.2"7756source = "registry+https://github.com/rust-lang/crates.io-index"7757checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"7758dependencies = [7759 "futures-core",7760 "futures-sink",7761 "pin-project-lite 0.1.12",7762]77637764[[package]]7765name = "quote"7766version = "1.0.9"7767source = "registry+https://github.com/rust-lang/crates.io-index"7768checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"7769dependencies = [7770 "proc-macro2",7771]77727773[[package]]7774name = "radium"7775version = "0.3.0"7776source = "registry+https://github.com/rust-lang/crates.io-index"7777checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"77787779[[package]]7780name = "radium"7781version = "0.6.2"7782source = "registry+https://github.com/rust-lang/crates.io-index"7783checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"77847785[[package]]7786name = "rand"7787version = "0.3.23"7788source = "registry+https://github.com/rust-lang/crates.io-index"7789checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"7790dependencies = [7791 "libc",7792 "rand 0.4.6",7793]77947795[[package]]7796name = "rand"7797version = "0.4.6"7798source = "registry+https://github.com/rust-lang/crates.io-index"7799checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"7800dependencies = [7801 "fuchsia-cprng",7802 "libc",7803 "rand_core 0.3.1",7804 "rdrand",7805 "winapi 0.3.9",7806]78077808[[package]]7809name = "rand"7810version = "0.7.3"7811source = "registry+https://github.com/rust-lang/crates.io-index"7812checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"7813dependencies = [7814 "getrandom 0.1.16",7815 "libc",7816 "rand_chacha 0.2.2",7817 "rand_core 0.5.1",7818 "rand_hc 0.2.0",7819 "rand_pcg",7820]78217822[[package]]7823name = "rand"7824version = "0.8.4"7825source = "registry+https://github.com/rust-lang/crates.io-index"7826checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"7827dependencies = [7828 "libc",7829 "rand_chacha 0.3.1",7830 "rand_core 0.6.3",7831 "rand_hc 0.3.1",7832]78337834[[package]]7835name = "rand_chacha"7836version = "0.2.2"7837source = "registry+https://github.com/rust-lang/crates.io-index"7838checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"7839dependencies = [7840 "ppv-lite86",7841 "rand_core 0.5.1",7842]78437844[[package]]7845name = "rand_chacha"7846version = "0.3.1"7847source = "registry+https://github.com/rust-lang/crates.io-index"7848checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"7849dependencies = [7850 "ppv-lite86",7851 "rand_core 0.6.3",7852]78537854[[package]]7855name = "rand_core"7856version = "0.3.1"7857source = "registry+https://github.com/rust-lang/crates.io-index"7858checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"7859dependencies = [7860 "rand_core 0.4.2",7861]78627863[[package]]7864name = "rand_core"7865version = "0.4.2"7866source = "registry+https://github.com/rust-lang/crates.io-index"7867checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"78687869[[package]]7870name = "rand_core"7871version = "0.5.1"7872source = "registry+https://github.com/rust-lang/crates.io-index"7873checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"7874dependencies = [7875 "getrandom 0.1.16",7876]78777878[[package]]7879name = "rand_core"7880version = "0.6.3"7881source = "registry+https://github.com/rust-lang/crates.io-index"7882checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"7883dependencies = [7884 "getrandom 0.2.3",7885]78867887[[package]]7888name = "rand_distr"7889version = "0.4.1"7890source = "registry+https://github.com/rust-lang/crates.io-index"7891checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"7892dependencies = [7893 "num-traits",7894 "rand 0.8.4",7895]78967897[[package]]7898name = "rand_hc"7899version = "0.2.0"7900source = "registry+https://github.com/rust-lang/crates.io-index"7901checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"7902dependencies = [7903 "rand_core 0.5.1",7904]79057906[[package]]7907name = "rand_hc"7908version = "0.3.1"7909source = "registry+https://github.com/rust-lang/crates.io-index"7910checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"7911dependencies = [7912 "rand_core 0.6.3",7913]79147915[[package]]7916name = "rand_pcg"7917version = "0.2.1"7918source = "registry+https://github.com/rust-lang/crates.io-index"7919checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"7920dependencies = [7921 "rand_core 0.5.1",7922]79237924[[package]]7925name = "rawpointer"7926version = "0.2.1"7927source = "registry+https://github.com/rust-lang/crates.io-index"7928checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"79297930[[package]]7931name = "rayon"7932version = "1.5.1"7933source = "registry+https://github.com/rust-lang/crates.io-index"7934checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"7935dependencies = [7936 "autocfg",7937 "crossbeam-deque 0.8.0",7938 "either",7939 "rayon-core",7940]79417942[[package]]7943name = "rayon-core"7944version = "1.9.1"7945source = "registry+https://github.com/rust-lang/crates.io-index"7946checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"7947dependencies = [7948 "crossbeam-channel",7949 "crossbeam-deque 0.8.0",7950 "crossbeam-utils 0.8.5",7951 "lazy_static",7952 "num_cpus",7953]79547955[[package]]7956name = "rdrand"7957version = "0.4.0"7958source = "registry+https://github.com/rust-lang/crates.io-index"7959checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"7960dependencies = [7961 "rand_core 0.3.1",7962]79637964[[package]]7965name = "redox_syscall"7966version = "0.1.57"7967source = "registry+https://github.com/rust-lang/crates.io-index"7968checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"79697970[[package]]7971name = "redox_syscall"7972version = "0.2.9"7973source = "registry+https://github.com/rust-lang/crates.io-index"7974checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"7975dependencies = [7976 "bitflags",7977]79787979[[package]]7980name = "redox_users"7981version = "0.4.0"7982source = "registry+https://github.com/rust-lang/crates.io-index"7983checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"7984dependencies = [7985 "getrandom 0.2.3",7986 "redox_syscall 0.2.9",7987]79887989[[package]]7990name = "reed-solomon-novelpoly"7991version = "1.0.0"7992source = "registry+https://github.com/rust-lang/crates.io-index"7993checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"7994dependencies = [7995 "derive_more",7996 "fs-err",7997 "itertools 0.10.1",7998 "static_init",7999 "thiserror",8000]80018002[[package]]8003name = "ref-cast"8004version = "1.0.6"8005source = "registry+https://github.com/rust-lang/crates.io-index"8006checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8007dependencies = [8008 "ref-cast-impl",8009]80108011[[package]]8012name = "ref-cast-impl"8013version = "1.0.6"8014source = "registry+https://github.com/rust-lang/crates.io-index"8015checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8016dependencies = [8017 "proc-macro2",8018 "quote",8019 "syn",8020]80218022[[package]]8023name = "regalloc"8024version = "0.0.31"8025source = "registry+https://github.com/rust-lang/crates.io-index"8026checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8027dependencies = [8028 "log",8029 "rustc-hash",8030 "serde",8031 "smallvec 1.6.1",8032]80338034[[package]]8035name = "regex"8036version = "1.5.4"8037source = "registry+https://github.com/rust-lang/crates.io-index"8038checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8039dependencies = [8040 "aho-corasick",8041 "memchr",8042 "regex-syntax",8043]80448045[[package]]8046name = "regex-automata"8047version = "0.1.10"8048source = "registry+https://github.com/rust-lang/crates.io-index"8049checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8050dependencies = [8051 "regex-syntax",8052]80538054[[package]]8055name = "regex-syntax"8056version = "0.6.25"8057source = "registry+https://github.com/rust-lang/crates.io-index"8058checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"80598060[[package]]8061name = "region"8062version = "2.2.0"8063source = "registry+https://github.com/rust-lang/crates.io-index"8064checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8065dependencies = [8066 "bitflags",8067 "libc",8068 "mach",8069 "winapi 0.3.9",8070]80718072[[package]]8073name = "remote-externalities"8074version = "0.9.0"8075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8076dependencies = [8077 "env_logger 0.8.4",8078 "hex",8079 "jsonrpsee-proc-macros",8080 "jsonrpsee-ws-client",8081 "log",8082 "parity-scale-codec 2.1.3",8083 "serde",8084 "serde_json",8085 "sp-core",8086 "sp-io",8087 "sp-runtime",8088]80898090[[package]]8091name = "remove_dir_all"8092version = "0.5.3"8093source = "registry+https://github.com/rust-lang/crates.io-index"8094checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8095dependencies = [8096 "winapi 0.3.9",8097]80988099[[package]]8100name = "resolv-conf"8101version = "0.7.0"8102source = "registry+https://github.com/rust-lang/crates.io-index"8103checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8104dependencies = [8105 "hostname",8106 "quick-error 1.2.3",8107]81088109[[package]]8110name = "retain_mut"8111version = "0.1.3"8112source = "registry+https://github.com/rust-lang/crates.io-index"8113checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"81148115[[package]]8116name = "ring"8117version = "0.16.20"8118source = "registry+https://github.com/rust-lang/crates.io-index"8119checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8120dependencies = [8121 "cc",8122 "libc",8123 "once_cell",8124 "spin",8125 "untrusted",8126 "web-sys",8127 "winapi 0.3.9",8128]81298130[[package]]8131name = "rlp"8132version = "0.4.6"8133source = "registry+https://github.com/rust-lang/crates.io-index"8134checksum = "1190dcc8c3a512f1eef5d09bb8c84c7f39e1054e174d1795482e18f5272f2e73"8135dependencies = [8136 "rustc-hex",8137]81388139[[package]]8140name = "rlp"8141version = "0.5.0"8142source = "registry+https://github.com/rust-lang/crates.io-index"8143checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"8144dependencies = [8145 "bytes 1.0.1",8146 "rustc-hex",8147]81488149[[package]]8150name = "rlp-derive"8151version = "0.1.0"8152source = "registry+https://github.com/rust-lang/crates.io-index"8153checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8154dependencies = [8155 "proc-macro2",8156 "quote",8157 "syn",8158]81598160[[package]]8161name = "rocksdb"8162version = "0.16.0"8163source = "registry+https://github.com/rust-lang/crates.io-index"8164checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"8165dependencies = [8166 "libc",8167 "librocksdb-sys",8168]81698170[[package]]8171name = "rpassword"8172version = "5.0.1"8173source = "registry+https://github.com/rust-lang/crates.io-index"8174checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8175dependencies = [8176 "libc",8177 "winapi 0.3.9",8178]81798180[[package]]8181name = "rustc-demangle"8182version = "0.1.19"8183source = "registry+https://github.com/rust-lang/crates.io-index"8184checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"81858186[[package]]8187name = "rustc-hash"8188version = "1.1.0"8189source = "registry+https://github.com/rust-lang/crates.io-index"8190checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"81918192[[package]]8193name = "rustc-hex"8194version = "2.1.0"8195source = "registry+https://github.com/rust-lang/crates.io-index"8196checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"81978198[[package]]8199name = "rustc_version"8200version = "0.2.3"8201source = "registry+https://github.com/rust-lang/crates.io-index"8202checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8203dependencies = [8204 "semver 0.9.0",8205]82068207[[package]]8208name = "rustls"8209version = "0.18.1"8210source = "registry+https://github.com/rust-lang/crates.io-index"8211checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"8212dependencies = [8213 "base64 0.12.3",8214 "log",8215 "ring",8216 "sct",8217 "webpki",8218]82198220[[package]]8221name = "rustls"8222version = "0.19.1"8223source = "registry+https://github.com/rust-lang/crates.io-index"8224checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8225dependencies = [8226 "base64 0.13.0",8227 "log",8228 "ring",8229 "sct",8230 "webpki",8231]82328233[[package]]8234name = "rustls-native-certs"8235version = "0.4.0"8236source = "registry+https://github.com/rust-lang/crates.io-index"8237checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"8238dependencies = [8239 "openssl-probe",8240 "rustls 0.18.1",8241 "schannel",8242 "security-framework 1.0.0",8243]82448245[[package]]8246name = "rustls-native-certs"8247version = "0.5.0"8248source = "registry+https://github.com/rust-lang/crates.io-index"8249checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8250dependencies = [8251 "openssl-probe",8252 "rustls 0.19.1",8253 "schannel",8254 "security-framework 2.3.1",8255]82568257[[package]]8258name = "ruzstd"8259version = "0.2.2"8260source = "registry+https://github.com/rust-lang/crates.io-index"8261checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00"8262dependencies = [8263 "byteorder",8264 "twox-hash",8265]82668267[[package]]8268name = "rw-stream-sink"8269version = "0.2.1"8270source = "registry+https://github.com/rust-lang/crates.io-index"8271checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8272dependencies = [8273 "futures 0.3.15",8274 "pin-project 0.4.28",8275 "static_assertions",8276]82778278[[package]]8279name = "ryu"8280version = "1.0.5"8281source = "registry+https://github.com/rust-lang/crates.io-index"8282checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"82838284[[package]]8285name = "safe-mix"8286version = "1.0.1"8287source = "registry+https://github.com/rust-lang/crates.io-index"8288checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8289dependencies = [8290 "rustc_version",8291]82928293[[package]]8294name = "salsa20"8295version = "0.7.2"8296source = "registry+https://github.com/rust-lang/crates.io-index"8297checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"8298dependencies = [8299 "cipher",8300]83018302[[package]]8303name = "same-file"8304version = "1.0.6"8305source = "registry+https://github.com/rust-lang/crates.io-index"8306checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8307dependencies = [8308 "winapi-util",8309]83108311[[package]]8312name = "sc-authority-discovery"8313version = "0.9.0"8314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8315dependencies = [8316 "async-trait",8317 "derive_more",8318 "either",8319 "futures 0.3.15",8320 "futures-timer 3.0.2",8321 "ip_network",8322 "libp2p",8323 "log",8324 "parity-scale-codec 2.1.3",8325 "prost",8326 "prost-build",8327 "rand 0.7.3",8328 "sc-client-api",8329 "sc-network",8330 "serde_json",8331 "sp-api",8332 "sp-authority-discovery",8333 "sp-blockchain",8334 "sp-core",8335 "sp-keystore",8336 "sp-runtime",8337 "substrate-prometheus-endpoint",8338]83398340[[package]]8341name = "sc-basic-authorship"8342version = "0.9.0"8343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8344dependencies = [8345 "futures 0.3.15",8346 "futures-timer 3.0.2",8347 "log",8348 "parity-scale-codec 2.1.3",8349 "sc-block-builder",8350 "sc-client-api",8351 "sc-proposer-metrics",8352 "sc-telemetry",8353 "sp-api",8354 "sp-blockchain",8355 "sp-consensus",8356 "sp-core",8357 "sp-inherents",8358 "sp-runtime",8359 "sp-transaction-pool",8360 "substrate-prometheus-endpoint",8361]83628363[[package]]8364name = "sc-block-builder"8365version = "0.9.0"8366source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8367dependencies = [8368 "parity-scale-codec 2.1.3",8369 "sc-client-api",8370 "sp-api",8371 "sp-block-builder",8372 "sp-blockchain",8373 "sp-core",8374 "sp-inherents",8375 "sp-runtime",8376 "sp-state-machine",8377]83788379[[package]]8380name = "sc-chain-spec"8381version = "3.0.0"8382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8383dependencies = [8384 "impl-trait-for-tuples 0.2.1",8385 "parity-scale-codec 2.1.3",8386 "sc-chain-spec-derive",8387 "sc-consensus-babe",8388 "sc-consensus-epochs",8389 "sc-finality-grandpa",8390 "sc-network",8391 "sc-telemetry",8392 "serde",8393 "serde_json",8394 "sp-chain-spec",8395 "sp-consensus-babe",8396 "sp-core",8397 "sp-runtime",8398]83998400[[package]]8401name = "sc-chain-spec-derive"8402version = "3.0.0"8403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8404dependencies = [8405 "proc-macro-crate 1.0.0",8406 "proc-macro2",8407 "quote",8408 "syn",8409]84108411[[package]]8412name = "sc-cli"8413version = "0.9.0"8414source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8415dependencies = [8416 "chrono",8417 "fdlimit",8418 "futures 0.3.15",8419 "hex",8420 "libp2p",8421 "log",8422 "names",8423 "parity-scale-codec 2.1.3",8424 "rand 0.7.3",8425 "regex",8426 "rpassword",8427 "sc-client-api",8428 "sc-keystore",8429 "sc-network",8430 "sc-service",8431 "sc-telemetry",8432 "sc-tracing",8433 "serde",8434 "serde_json",8435 "sp-blockchain",8436 "sp-core",8437 "sp-keyring",8438 "sp-keystore",8439 "sp-panic-handler",8440 "sp-runtime",8441 "sp-utils",8442 "sp-version",8443 "structopt",8444 "thiserror",8445 "tiny-bip39",8446 "tokio 0.2.25",8447]84488449[[package]]8450name = "sc-client-api"8451version = "3.0.0"8452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8453dependencies = [8454 "derive_more",8455 "fnv",8456 "futures 0.3.15",8457 "hash-db",8458 "kvdb",8459 "lazy_static",8460 "log",8461 "parity-scale-codec 2.1.3",8462 "parking_lot 0.11.1",8463 "sc-executor",8464 "sp-api",8465 "sp-blockchain",8466 "sp-consensus",8467 "sp-core",8468 "sp-database",8469 "sp-externalities",8470 "sp-inherents",8471 "sp-keystore",8472 "sp-runtime",8473 "sp-state-machine",8474 "sp-std",8475 "sp-storage",8476 "sp-transaction-pool",8477 "sp-trie",8478 "sp-utils",8479 "sp-version",8480 "substrate-prometheus-endpoint",8481]84828483[[package]]8484name = "sc-client-db"8485version = "0.9.0"8486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8487dependencies = [8488 "blake2-rfc",8489 "hash-db",8490 "kvdb",8491 "kvdb-memorydb",8492 "kvdb-rocksdb",8493 "linked-hash-map",8494 "log",8495 "parity-db",8496 "parity-scale-codec 2.1.3",8497 "parity-util-mem",8498 "parking_lot 0.11.1",8499 "sc-client-api",8500 "sc-executor",8501 "sc-state-db",8502 "sp-arithmetic",8503 "sp-blockchain",8504 "sp-consensus",8505 "sp-core",8506 "sp-database",8507 "sp-runtime",8508 "sp-state-machine",8509 "sp-trie",8510 "substrate-prometheus-endpoint",8511]85128513[[package]]8514name = "sc-consensus"8515version = "0.9.0"8516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8517dependencies = [8518 "parking_lot 0.11.1",8519 "sc-client-api",8520 "sp-blockchain",8521 "sp-consensus",8522 "sp-runtime",8523]85248525[[package]]8526name = "sc-consensus-aura"8527version = "0.9.0"8528source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8529dependencies = [8530 "async-trait",8531 "derive_more",8532 "futures 0.3.15",8533 "futures-timer 3.0.2",8534 "log",8535 "parity-scale-codec 2.1.3",8536 "sc-block-builder",8537 "sc-client-api",8538 "sc-consensus-slots",8539 "sc-telemetry",8540 "sp-api",8541 "sp-application-crypto",8542 "sp-block-builder",8543 "sp-blockchain",8544 "sp-consensus",8545 "sp-consensus-aura",8546 "sp-consensus-slots",8547 "sp-core",8548 "sp-inherents",8549 "sp-io",8550 "sp-keystore",8551 "sp-runtime",8552 "sp-version",8553 "substrate-prometheus-endpoint",8554]85558556[[package]]8557name = "sc-consensus-babe"8558version = "0.9.0"8559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8560dependencies = [8561 "async-trait",8562 "derive_more",8563 "fork-tree",8564 "futures 0.3.15",8565 "futures-timer 3.0.2",8566 "log",8567 "merlin",8568 "num-bigint",8569 "num-rational 0.2.4",8570 "num-traits",8571 "parity-scale-codec 2.1.3",8572 "parking_lot 0.11.1",8573 "pdqselect",8574 "rand 0.7.3",8575 "retain_mut",8576 "sc-client-api",8577 "sc-consensus-epochs",8578 "sc-consensus-slots",8579 "sc-consensus-uncles",8580 "sc-keystore",8581 "sc-telemetry",8582 "schnorrkel",8583 "serde",8584 "sp-api",8585 "sp-application-crypto",8586 "sp-block-builder",8587 "sp-blockchain",8588 "sp-consensus",8589 "sp-consensus-babe",8590 "sp-consensus-slots",8591 "sp-consensus-vrf",8592 "sp-core",8593 "sp-inherents",8594 "sp-io",8595 "sp-keystore",8596 "sp-runtime",8597 "sp-utils",8598 "sp-version",8599 "substrate-prometheus-endpoint",8600]86018602[[package]]8603name = "sc-consensus-babe-rpc"8604version = "0.9.0"8605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8606dependencies = [8607 "derive_more",8608 "futures 0.3.15",8609 "jsonrpc-core 15.1.0",8610 "jsonrpc-core-client 15.1.0",8611 "jsonrpc-derive 15.1.0",8612 "sc-consensus-babe",8613 "sc-consensus-epochs",8614 "sc-rpc-api",8615 "serde",8616 "sp-api",8617 "sp-application-crypto",8618 "sp-blockchain",8619 "sp-consensus",8620 "sp-consensus-babe",8621 "sp-core",8622 "sp-keystore",8623 "sp-runtime",8624]86258626[[package]]8627name = "sc-consensus-epochs"8628version = "0.9.0"8629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8630dependencies = [8631 "fork-tree",8632 "parity-scale-codec 2.1.3",8633 "sc-client-api",8634 "sc-consensus",8635 "sp-blockchain",8636 "sp-runtime",8637]86388639[[package]]8640name = "sc-consensus-slots"8641version = "0.9.0"8642source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8643dependencies = [8644 "async-trait",8645 "futures 0.3.15",8646 "futures-timer 3.0.2",8647 "impl-trait-for-tuples 0.2.1",8648 "log",8649 "parity-scale-codec 2.1.3",8650 "sc-client-api",8651 "sc-telemetry",8652 "sp-api",8653 "sp-application-crypto",8654 "sp-arithmetic",8655 "sp-blockchain",8656 "sp-consensus",8657 "sp-consensus-slots",8658 "sp-core",8659 "sp-inherents",8660 "sp-runtime",8661 "sp-state-machine",8662 "sp-timestamp",8663 "sp-trie",8664 "thiserror",8665]86668667[[package]]8668name = "sc-consensus-uncles"8669version = "0.9.0"8670source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8671dependencies = [8672 "sc-client-api",8673 "sp-authorship",8674 "sp-runtime",8675 "thiserror",8676]86778678[[package]]8679name = "sc-executor"8680version = "0.9.0"8681source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8682dependencies = [8683 "derive_more",8684 "lazy_static",8685 "libsecp256k1 0.3.5",8686 "log",8687 "parity-scale-codec 2.1.3",8688 "parity-wasm 0.42.2",8689 "parking_lot 0.11.1",8690 "sc-executor-common",8691 "sc-executor-wasmi",8692 "sc-executor-wasmtime",8693 "sp-api",8694 "sp-core",8695 "sp-externalities",8696 "sp-io",8697 "sp-panic-handler",8698 "sp-runtime-interface",8699 "sp-serializer",8700 "sp-tasks",8701 "sp-trie",8702 "sp-version",8703 "sp-wasm-interface",8704 "wasmi",8705]87068707[[package]]8708name = "sc-executor-common"8709version = "0.9.0"8710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8711dependencies = [8712 "derive_more",8713 "parity-scale-codec 2.1.3",8714 "pwasm-utils",8715 "sp-allocator",8716 "sp-core",8717 "sp-maybe-compressed-blob",8718 "sp-serializer",8719 "sp-wasm-interface",8720 "thiserror",8721 "wasmi",8722]87238724[[package]]8725name = "sc-executor-wasmi"8726version = "0.9.0"8727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8728dependencies = [8729 "log",8730 "parity-scale-codec 2.1.3",8731 "sc-executor-common",8732 "sp-allocator",8733 "sp-core",8734 "sp-runtime-interface",8735 "sp-wasm-interface",8736 "wasmi",8737]87388739[[package]]8740name = "sc-executor-wasmtime"8741version = "0.9.0"8742source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8743dependencies = [8744 "log",8745 "parity-scale-codec 2.1.3",8746 "parity-wasm 0.42.2",8747 "sc-executor-common",8748 "scoped-tls",8749 "sp-allocator",8750 "sp-core",8751 "sp-runtime-interface",8752 "sp-wasm-interface",8753 "wasmtime",8754]87558756[[package]]8757name = "sc-finality-grandpa"8758version = "0.9.0"8759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8760dependencies = [8761 "async-trait",8762 "derive_more",8763 "dyn-clone",8764 "finality-grandpa",8765 "fork-tree",8766 "futures 0.3.15",8767 "futures-timer 3.0.2",8768 "linked-hash-map",8769 "log",8770 "parity-scale-codec 2.1.3",8771 "parking_lot 0.11.1",8772 "pin-project 1.0.7",8773 "rand 0.7.3",8774 "sc-block-builder",8775 "sc-client-api",8776 "sc-consensus",8777 "sc-keystore",8778 "sc-network",8779 "sc-network-gossip",8780 "sc-telemetry",8781 "serde_json",8782 "sp-api",8783 "sp-application-crypto",8784 "sp-arithmetic",8785 "sp-blockchain",8786 "sp-consensus",8787 "sp-core",8788 "sp-finality-grandpa",8789 "sp-inherents",8790 "sp-keystore",8791 "sp-runtime",8792 "sp-utils",8793 "substrate-prometheus-endpoint",8794 "wasm-timer",8795]87968797[[package]]8798name = "sc-finality-grandpa-rpc"8799version = "0.9.0"8800source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8801dependencies = [8802 "derive_more",8803 "finality-grandpa",8804 "futures 0.3.15",8805 "jsonrpc-core 15.1.0",8806 "jsonrpc-core-client 15.1.0",8807 "jsonrpc-derive 15.1.0",8808 "jsonrpc-pubsub 15.1.0",8809 "log",8810 "parity-scale-codec 2.1.3",8811 "sc-client-api",8812 "sc-finality-grandpa",8813 "sc-rpc",8814 "serde",8815 "serde_json",8816 "sp-blockchain",8817 "sp-core",8818 "sp-runtime",8819]88208821[[package]]8822name = "sc-finality-grandpa-warp-sync"8823version = "0.9.0"8824source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8825dependencies = [8826 "derive_more",8827 "futures 0.3.15",8828 "log",8829 "num-traits",8830 "parity-scale-codec 2.1.3",8831 "parking_lot 0.11.1",8832 "prost",8833 "sc-client-api",8834 "sc-finality-grandpa",8835 "sc-network",8836 "sc-service",8837 "sp-blockchain",8838 "sp-finality-grandpa",8839 "sp-runtime",8840]88418842[[package]]8843name = "sc-informant"8844version = "0.9.0"8845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8846dependencies = [8847 "ansi_term 0.12.1",8848 "futures 0.3.15",8849 "futures-timer 3.0.2",8850 "log",8851 "parity-util-mem",8852 "sc-client-api",8853 "sc-network",8854 "sp-blockchain",8855 "sp-runtime",8856 "sp-transaction-pool",8857 "wasm-timer",8858]88598860[[package]]8861name = "sc-keystore"8862version = "3.0.0"8863source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8864dependencies = [8865 "async-trait",8866 "derive_more",8867 "futures 0.3.15",8868 "futures-util",8869 "hex",8870 "merlin",8871 "parking_lot 0.11.1",8872 "rand 0.7.3",8873 "serde_json",8874 "sp-application-crypto",8875 "sp-core",8876 "sp-keystore",8877 "subtle 2.4.0",8878]88798880[[package]]8881name = "sc-light"8882version = "3.0.0"8883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8884dependencies = [8885 "hash-db",8886 "lazy_static",8887 "parity-scale-codec 2.1.3",8888 "parking_lot 0.11.1",8889 "sc-client-api",8890 "sc-executor",8891 "sp-api",8892 "sp-blockchain",8893 "sp-core",8894 "sp-externalities",8895 "sp-runtime",8896 "sp-state-machine",8897]88988899[[package]]8900name = "sc-network"8901version = "0.9.0"8902source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8903dependencies = [8904 "async-std",8905 "async-trait",8906 "asynchronous-codec 0.5.0",8907 "bitflags",8908 "bs58",8909 "bytes 1.0.1",8910 "cid",8911 "derive_more",8912 "either",8913 "erased-serde",8914 "fnv",8915 "fork-tree",8916 "futures 0.3.15",8917 "futures-timer 3.0.2",8918 "hex",8919 "ip_network",8920 "libp2p",8921 "linked-hash-map",8922 "linked_hash_set",8923 "log",8924 "lru",8925 "nohash-hasher",8926 "parity-scale-codec 2.1.3",8927 "parking_lot 0.11.1",8928 "pin-project 1.0.7",8929 "prost",8930 "prost-build",8931 "rand 0.7.3",8932 "sc-block-builder",8933 "sc-client-api",8934 "sc-peerset",8935 "serde",8936 "serde_json",8937 "smallvec 1.6.1",8938 "sp-arithmetic",8939 "sp-blockchain",8940 "sp-consensus",8941 "sp-core",8942 "sp-runtime",8943 "sp-utils",8944 "substrate-prometheus-endpoint",8945 "thiserror",8946 "unsigned-varint 0.6.0",8947 "void",8948 "wasm-timer",8949 "zeroize",8950]89518952[[package]]8953name = "sc-network-gossip"8954version = "0.9.0"8955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8956dependencies = [8957 "futures 0.3.15",8958 "futures-timer 3.0.2",8959 "libp2p",8960 "log",8961 "lru",8962 "sc-network",8963 "sp-runtime",8964 "substrate-prometheus-endpoint",8965 "tracing",8966 "wasm-timer",8967]89688969[[package]]8970name = "sc-offchain"8971version = "3.0.0"8972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"8973dependencies = [8974 "bytes 0.5.6",8975 "fnv",8976 "futures 0.3.15",8977 "futures-timer 3.0.2",8978 "hex",8979 "hyper 0.13.10",8980 "hyper-rustls",8981 "log",8982 "num_cpus",8983 "parity-scale-codec 2.1.3",8984 "parking_lot 0.11.1",8985 "rand 0.7.3",8986 "sc-client-api",8987 "sc-keystore",8988 "sc-network",8989 "sp-api",8990 "sp-core",8991 "sp-offchain",8992 "sp-runtime",8993 "sp-utils",8994 "threadpool",8995]89968997[[package]]8998name = "sc-peerset"8999version = "3.0.0"9000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9001dependencies = [9002 "futures 0.3.15",9003 "libp2p",9004 "log",9005 "serde_json",9006 "sp-utils",9007 "wasm-timer",9008]90099010[[package]]9011name = "sc-proposer-metrics"9012version = "0.9.0"9013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9014dependencies = [9015 "log",9016 "substrate-prometheus-endpoint",9017]90189019[[package]]9020name = "sc-rpc"9021version = "3.0.0"9022source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9023dependencies = [9024 "futures 0.3.15",9025 "hash-db",9026 "jsonrpc-core 15.1.0",9027 "jsonrpc-pubsub 15.1.0",9028 "log",9029 "parity-scale-codec 2.1.3",9030 "parking_lot 0.11.1",9031 "sc-block-builder",9032 "sc-client-api",9033 "sc-executor",9034 "sc-keystore",9035 "sc-rpc-api",9036 "sc-tracing",9037 "serde_json",9038 "sp-api",9039 "sp-blockchain",9040 "sp-chain-spec",9041 "sp-core",9042 "sp-keystore",9043 "sp-offchain",9044 "sp-rpc",9045 "sp-runtime",9046 "sp-session",9047 "sp-state-machine",9048 "sp-tracing",9049 "sp-transaction-pool",9050 "sp-utils",9051 "sp-version",9052]90539054[[package]]9055name = "sc-rpc-api"9056version = "0.9.0"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9058dependencies = [9059 "derive_more",9060 "futures 0.3.15",9061 "jsonrpc-core 15.1.0",9062 "jsonrpc-core-client 15.1.0",9063 "jsonrpc-derive 15.1.0",9064 "jsonrpc-pubsub 15.1.0",9065 "log",9066 "parity-scale-codec 2.1.3",9067 "parking_lot 0.11.1",9068 "serde",9069 "serde_json",9070 "sp-chain-spec",9071 "sp-core",9072 "sp-rpc",9073 "sp-runtime",9074 "sp-tracing",9075 "sp-transaction-pool",9076 "sp-version",9077]90789079[[package]]9080name = "sc-rpc-server"9081version = "3.0.0"9082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9083dependencies = [9084 "futures 0.1.31",9085 "jsonrpc-core 15.1.0",9086 "jsonrpc-http-server",9087 "jsonrpc-ipc-server",9088 "jsonrpc-pubsub 15.1.0",9089 "jsonrpc-ws-server",9090 "log",9091 "serde",9092 "serde_json",9093 "sp-runtime",9094 "substrate-prometheus-endpoint",9095]90969097[[package]]9098name = "sc-service"9099version = "0.9.0"9100source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9101dependencies = [9102 "async-trait",9103 "directories",9104 "exit-future",9105 "futures 0.1.31",9106 "futures 0.3.15",9107 "futures-timer 3.0.2",9108 "hash-db",9109 "jsonrpc-core 15.1.0",9110 "jsonrpc-pubsub 15.1.0",9111 "lazy_static",9112 "log",9113 "parity-scale-codec 2.1.3",9114 "parity-util-mem",9115 "parking_lot 0.11.1",9116 "pin-project 1.0.7",9117 "rand 0.7.3",9118 "sc-block-builder",9119 "sc-chain-spec",9120 "sc-client-api",9121 "sc-client-db",9122 "sc-executor",9123 "sc-informant",9124 "sc-keystore",9125 "sc-light",9126 "sc-network",9127 "sc-offchain",9128 "sc-rpc",9129 "sc-rpc-server",9130 "sc-telemetry",9131 "sc-tracing",9132 "sc-transaction-pool",9133 "serde",9134 "serde_json",9135 "sp-api",9136 "sp-application-crypto",9137 "sp-block-builder",9138 "sp-blockchain",9139 "sp-consensus",9140 "sp-core",9141 "sp-externalities",9142 "sp-inherents",9143 "sp-io",9144 "sp-keystore",9145 "sp-runtime",9146 "sp-session",9147 "sp-state-machine",9148 "sp-tracing",9149 "sp-transaction-pool",9150 "sp-transaction-storage-proof",9151 "sp-trie",9152 "sp-utils",9153 "sp-version",9154 "substrate-prometheus-endpoint",9155 "tempfile",9156 "thiserror",9157 "tracing",9158 "tracing-futures",9159 "wasm-timer",9160]91619162[[package]]9163name = "sc-state-db"9164version = "0.9.0"9165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9166dependencies = [9167 "log",9168 "parity-scale-codec 2.1.3",9169 "parity-util-mem",9170 "parity-util-mem-derive",9171 "parking_lot 0.11.1",9172 "sc-client-api",9173 "sp-core",9174 "thiserror",9175]91769177[[package]]9178name = "sc-sync-state-rpc"9179version = "0.9.0"9180source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9181dependencies = [9182 "jsonrpc-core 15.1.0",9183 "jsonrpc-core-client 15.1.0",9184 "jsonrpc-derive 15.1.0",9185 "sc-chain-spec",9186 "sc-client-api",9187 "sc-consensus-babe",9188 "sc-consensus-epochs",9189 "sc-finality-grandpa",9190 "sc-rpc-api",9191 "serde_json",9192 "sp-blockchain",9193 "sp-runtime",9194 "thiserror",9195]91969197[[package]]9198name = "sc-telemetry"9199version = "3.0.0"9200source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9201dependencies = [9202 "chrono",9203 "futures 0.3.15",9204 "libp2p",9205 "log",9206 "parking_lot 0.11.1",9207 "pin-project 1.0.7",9208 "rand 0.7.3",9209 "serde",9210 "serde_json",9211 "take_mut",9212 "thiserror",9213 "void",9214 "wasm-timer",9215]92169217[[package]]9218name = "sc-tracing"9219version = "3.0.0"9220source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9221dependencies = [9222 "ansi_term 0.12.1",9223 "atty",9224 "erased-serde",9225 "lazy_static",9226 "log",9227 "once_cell",9228 "parking_lot 0.11.1",9229 "regex",9230 "rustc-hash",9231 "sc-client-api",9232 "sc-rpc-server",9233 "sc-telemetry",9234 "sc-tracing-proc-macro",9235 "serde",9236 "serde_json",9237 "sp-api",9238 "sp-block-builder",9239 "sp-blockchain",9240 "sp-core",9241 "sp-rpc",9242 "sp-runtime",9243 "sp-storage",9244 "sp-tracing",9245 "thiserror",9246 "tracing",9247 "tracing-log",9248 "tracing-subscriber",9249 "wasm-bindgen",9250 "wasm-timer",9251 "web-sys",9252]92539254[[package]]9255name = "sc-tracing-proc-macro"9256version = "3.0.0"9257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9258dependencies = [9259 "proc-macro-crate 1.0.0",9260 "proc-macro2",9261 "quote",9262 "syn",9263]92649265[[package]]9266name = "sc-transaction-graph"9267version = "3.0.0"9268source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9269dependencies = [9270 "derive_more",9271 "futures 0.3.15",9272 "linked-hash-map",9273 "log",9274 "parity-util-mem",9275 "parking_lot 0.11.1",9276 "retain_mut",9277 "serde",9278 "sp-blockchain",9279 "sp-core",9280 "sp-runtime",9281 "sp-transaction-pool",9282 "sp-utils",9283 "thiserror",9284 "wasm-timer",9285]92869287[[package]]9288name = "sc-transaction-pool"9289version = "3.0.0"9290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9291dependencies = [9292 "futures 0.3.15",9293 "intervalier",9294 "log",9295 "parity-scale-codec 2.1.3",9296 "parity-util-mem",9297 "parking_lot 0.11.1",9298 "sc-client-api",9299 "sc-transaction-graph",9300 "sp-api",9301 "sp-blockchain",9302 "sp-core",9303 "sp-runtime",9304 "sp-tracing",9305 "sp-transaction-pool",9306 "sp-utils",9307 "substrate-prometheus-endpoint",9308 "thiserror",9309 "wasm-timer",9310]93119312[[package]]9313name = "schannel"9314version = "0.1.19"9315source = "registry+https://github.com/rust-lang/crates.io-index"9316checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9317dependencies = [9318 "lazy_static",9319 "winapi 0.3.9",9320]93219322[[package]]9323name = "schnorrkel"9324version = "0.9.1"9325source = "registry+https://github.com/rust-lang/crates.io-index"9326checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9327dependencies = [9328 "arrayref",9329 "arrayvec 0.5.2",9330 "curve25519-dalek 2.1.2",9331 "getrandom 0.1.16",9332 "merlin",9333 "rand 0.7.3",9334 "rand_core 0.5.1",9335 "sha2 0.8.2",9336 "subtle 2.4.0",9337 "zeroize",9338]93399340[[package]]9341name = "scoped-tls"9342version = "1.0.0"9343source = "registry+https://github.com/rust-lang/crates.io-index"9344checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"93459346[[package]]9347name = "scopeguard"9348version = "1.1.0"9349source = "registry+https://github.com/rust-lang/crates.io-index"9350checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"93519352[[package]]9353name = "scroll"9354version = "0.10.2"9355source = "registry+https://github.com/rust-lang/crates.io-index"9356checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"9357dependencies = [9358 "scroll_derive",9359]93609361[[package]]9362name = "scroll_derive"9363version = "0.10.5"9364source = "registry+https://github.com/rust-lang/crates.io-index"9365checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"9366dependencies = [9367 "proc-macro2",9368 "quote",9369 "syn",9370]93719372[[package]]9373name = "sct"9374version = "0.6.1"9375source = "registry+https://github.com/rust-lang/crates.io-index"9376checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9377dependencies = [9378 "ring",9379 "untrusted",9380]93819382[[package]]9383name = "secp256k1"9384version = "0.19.0"9385source = "registry+https://github.com/rust-lang/crates.io-index"9386checksum = "c6179428c22c73ac0fbb7b5579a56353ce78ba29759b3b8575183336ea74cdfb"9387dependencies = [9388 "secp256k1-sys",9389]93909391[[package]]9392name = "secp256k1-sys"9393version = "0.3.0"9394source = "registry+https://github.com/rust-lang/crates.io-index"9395checksum = "11553d210db090930f4432bea123b31f70bbf693ace14504ea2a35e796c28dd2"9396dependencies = [9397 "cc",9398]93999400[[package]]9401name = "secrecy"9402version = "0.7.0"9403source = "registry+https://github.com/rust-lang/crates.io-index"9404checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"9405dependencies = [9406 "zeroize",9407]94089409[[package]]9410name = "security-framework"9411version = "1.0.0"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"9414dependencies = [9415 "bitflags",9416 "core-foundation 0.7.0",9417 "core-foundation-sys 0.7.0",9418 "libc",9419 "security-framework-sys 1.0.0",9420]94219422[[package]]9423name = "security-framework"9424version = "2.3.1"9425source = "registry+https://github.com/rust-lang/crates.io-index"9426checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"9427dependencies = [9428 "bitflags",9429 "core-foundation 0.9.1",9430 "core-foundation-sys 0.8.2",9431 "libc",9432 "security-framework-sys 2.3.0",9433]94349435[[package]]9436name = "security-framework-sys"9437version = "1.0.0"9438source = "registry+https://github.com/rust-lang/crates.io-index"9439checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"9440dependencies = [9441 "core-foundation-sys 0.7.0",9442 "libc",9443]94449445[[package]]9446name = "security-framework-sys"9447version = "2.3.0"9448source = "registry+https://github.com/rust-lang/crates.io-index"9449checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"9450dependencies = [9451 "core-foundation-sys 0.8.2",9452 "libc",9453]94549455[[package]]9456name = "semver"9457version = "0.6.0"9458source = "registry+https://github.com/rust-lang/crates.io-index"9459checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9460dependencies = [9461 "semver-parser 0.7.0",9462]94639464[[package]]9465name = "semver"9466version = "0.9.0"9467source = "registry+https://github.com/rust-lang/crates.io-index"9468checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9469dependencies = [9470 "semver-parser 0.7.0",9471]94729473[[package]]9474name = "semver"9475version = "0.11.0"9476source = "registry+https://github.com/rust-lang/crates.io-index"9477checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9478dependencies = [9479 "semver-parser 0.10.2",9480 "serde",9481]94829483[[package]]9484name = "semver-parser"9485version = "0.7.0"9486source = "registry+https://github.com/rust-lang/crates.io-index"9487checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"94889489[[package]]9490name = "semver-parser"9491version = "0.10.2"9492source = "registry+https://github.com/rust-lang/crates.io-index"9493checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9494dependencies = [9495 "pest",9496]94979498[[package]]9499name = "serde"9500version = "1.0.126"9501source = "registry+https://github.com/rust-lang/crates.io-index"9502checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"9503dependencies = [9504 "serde_derive",9505]95069507[[package]]9508name = "serde_derive"9509version = "1.0.126"9510source = "registry+https://github.com/rust-lang/crates.io-index"9511checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"9512dependencies = [9513 "proc-macro2",9514 "quote",9515 "syn",9516]95179518[[package]]9519name = "serde_json"9520version = "1.0.64"9521source = "registry+https://github.com/rust-lang/crates.io-index"9522checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"9523dependencies = [9524 "itoa",9525 "ryu",9526 "serde",9527]95289529[[package]]9530name = "sha-1"9531version = "0.8.2"9532source = "registry+https://github.com/rust-lang/crates.io-index"9533checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9534dependencies = [9535 "block-buffer 0.7.3",9536 "digest 0.8.1",9537 "fake-simd",9538 "opaque-debug 0.2.3",9539]95409541[[package]]9542name = "sha-1"9543version = "0.9.6"9544source = "registry+https://github.com/rust-lang/crates.io-index"9545checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"9546dependencies = [9547 "block-buffer 0.9.0",9548 "cfg-if 1.0.0",9549 "cpufeatures",9550 "digest 0.9.0",9551 "opaque-debug 0.3.0",9552]95539554[[package]]9555name = "sha2"9556version = "0.8.2"9557source = "registry+https://github.com/rust-lang/crates.io-index"9558checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9559dependencies = [9560 "block-buffer 0.7.3",9561 "digest 0.8.1",9562 "fake-simd",9563 "opaque-debug 0.2.3",9564]95659566[[package]]9567name = "sha2"9568version = "0.9.5"9569source = "registry+https://github.com/rust-lang/crates.io-index"9570checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"9571dependencies = [9572 "block-buffer 0.9.0",9573 "cfg-if 1.0.0",9574 "cpufeatures",9575 "digest 0.9.0",9576 "opaque-debug 0.3.0",9577]95789579[[package]]9580name = "sha3"9581version = "0.8.2"9582source = "registry+https://github.com/rust-lang/crates.io-index"9583checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9584dependencies = [9585 "block-buffer 0.7.3",9586 "byte-tools",9587 "digest 0.8.1",9588 "keccak",9589 "opaque-debug 0.2.3",9590]95919592[[package]]9593name = "sha3"9594version = "0.9.1"9595source = "registry+https://github.com/rust-lang/crates.io-index"9596checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9597dependencies = [9598 "block-buffer 0.9.0",9599 "digest 0.9.0",9600 "keccak",9601 "opaque-debug 0.3.0",9602]96039604[[package]]9605name = "sharded-slab"9606version = "0.1.1"9607source = "registry+https://github.com/rust-lang/crates.io-index"9608checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"9609dependencies = [9610 "lazy_static",9611]96129613[[package]]9614name = "shlex"9615version = "0.1.1"9616source = "registry+https://github.com/rust-lang/crates.io-index"9617checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"96189619[[package]]9620name = "signal-hook"9621version = "0.3.9"9622source = "registry+https://github.com/rust-lang/crates.io-index"9623checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"9624dependencies = [9625 "libc",9626 "signal-hook-registry",9627]96289629[[package]]9630name = "signal-hook-registry"9631version = "1.4.0"9632source = "registry+https://github.com/rust-lang/crates.io-index"9633checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"9634dependencies = [9635 "libc",9636]96379638[[package]]9639name = "signature"9640version = "1.3.0"9641source = "registry+https://github.com/rust-lang/crates.io-index"9642checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68"96439644[[package]]9645name = "simba"9646version = "0.4.0"9647source = "registry+https://github.com/rust-lang/crates.io-index"9648checksum = "5132a955559188f3d13c9ba831e77c802ddc8782783f050ed0c52f5988b95f4c"9649dependencies = [9650 "approx 0.4.0",9651 "num-complex 0.3.1",9652 "num-traits",9653 "paste",9654]96559656[[package]]9657name = "simba"9658version = "0.5.1"9659source = "registry+https://github.com/rust-lang/crates.io-index"9660checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"9661dependencies = [9662 "approx 0.5.0",9663 "num-complex 0.4.0",9664 "num-traits",9665 "paste",9666]96679668[[package]]9669name = "slab"9670version = "0.4.3"9671source = "registry+https://github.com/rust-lang/crates.io-index"9672checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"96739674[[package]]9675name = "slog"9676version = "2.7.0"9677source = "registry+https://github.com/rust-lang/crates.io-index"9678checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"9679dependencies = [9680 "erased-serde",9681]96829683[[package]]9684name = "slot-range-helper"9685version = "0.9.7"9686source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"9687dependencies = [9688 "enumn",9689 "parity-scale-codec 2.1.3",9690 "paste",9691 "sp-runtime",9692 "sp-std",9693]96949695[[package]]9696name = "slotmap"9697version = "1.0.3"9698source = "registry+https://github.com/rust-lang/crates.io-index"9699checksum = "585cd5dffe4e9e06f6dfdf66708b70aca3f781bed561f4f667b2d9c0d4559e36"9700dependencies = [9701 "version_check",9702]97039704[[package]]9705name = "smallvec"9706version = "0.6.14"9707source = "registry+https://github.com/rust-lang/crates.io-index"9708checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"9709dependencies = [9710 "maybe-uninit",9711]97129713[[package]]9714name = "smallvec"9715version = "1.6.1"9716source = "registry+https://github.com/rust-lang/crates.io-index"9717checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"97189719[[package]]9720name = "snow"9721version = "0.7.2"9722source = "registry+https://github.com/rust-lang/crates.io-index"9723checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50"9724dependencies = [9725 "aes-gcm",9726 "blake2",9727 "chacha20poly1305",9728 "rand 0.7.3",9729 "rand_core 0.5.1",9730 "ring",9731 "rustc_version",9732 "sha2 0.9.5",9733 "subtle 2.4.0",9734 "x25519-dalek",9735]97369737[[package]]9738name = "socket2"9739version = "0.3.19"9740source = "registry+https://github.com/rust-lang/crates.io-index"9741checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"9742dependencies = [9743 "cfg-if 1.0.0",9744 "libc",9745 "winapi 0.3.9",9746]97479748[[package]]9749name = "socket2"9750version = "0.4.0"9751source = "registry+https://github.com/rust-lang/crates.io-index"9752checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"9753dependencies = [9754 "libc",9755 "winapi 0.3.9",9756]97579758[[package]]9759name = "soketto"9760version = "0.4.2"9761source = "registry+https://github.com/rust-lang/crates.io-index"9762checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"9763dependencies = [9764 "base64 0.12.3",9765 "bytes 0.5.6",9766 "flate2",9767 "futures 0.3.15",9768 "httparse",9769 "log",9770 "rand 0.7.3",9771 "sha-1 0.9.6",9772]97739774[[package]]9775name = "soketto"9776version = "0.5.0"9777source = "registry+https://github.com/rust-lang/crates.io-index"9778checksum = "4919971d141dbadaa0e82b5d369e2d7666c98e4625046140615ca363e50d4daa"9779dependencies = [9780 "base64 0.13.0",9781 "bytes 1.0.1",9782 "futures 0.3.15",9783 "httparse",9784 "log",9785 "rand 0.8.4",9786 "sha-1 0.9.6",9787]97889789[[package]]9790name = "sp-allocator"9791version = "3.0.0"9792source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9793dependencies = [9794 "log",9795 "sp-core",9796 "sp-std",9797 "sp-wasm-interface",9798 "thiserror",9799]98009801[[package]]9802name = "sp-api"9803version = "3.0.0"9804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9805dependencies = [9806 "hash-db",9807 "log",9808 "parity-scale-codec 2.1.3",9809 "sp-api-proc-macro",9810 "sp-core",9811 "sp-runtime",9812 "sp-state-machine",9813 "sp-std",9814 "sp-version",9815 "thiserror",9816]98179818[[package]]9819name = "sp-api-proc-macro"9820version = "3.0.0"9821source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9822dependencies = [9823 "blake2-rfc",9824 "proc-macro-crate 1.0.0",9825 "proc-macro2",9826 "quote",9827 "syn",9828]98299830[[package]]9831name = "sp-application-crypto"9832version = "3.0.0"9833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9834dependencies = [9835 "max-encoded-len",9836 "parity-scale-codec 2.1.3",9837 "serde",9838 "sp-core",9839 "sp-io",9840 "sp-std",9841]98429843[[package]]9844name = "sp-arithmetic"9845version = "3.0.0"9846source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9847dependencies = [9848 "integer-sqrt",9849 "num-traits",9850 "parity-scale-codec 2.1.3",9851 "serde",9852 "sp-debug-derive",9853 "sp-std",9854 "static_assertions",9855]98569857[[package]]9858name = "sp-authority-discovery"9859version = "3.0.0"9860source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9861dependencies = [9862 "parity-scale-codec 2.1.3",9863 "sp-api",9864 "sp-application-crypto",9865 "sp-runtime",9866 "sp-std",9867]98689869[[package]]9870name = "sp-authorship"9871version = "3.0.0"9872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9873dependencies = [9874 "async-trait",9875 "parity-scale-codec 2.1.3",9876 "sp-inherents",9877 "sp-runtime",9878 "sp-std",9879]98809881[[package]]9882name = "sp-block-builder"9883version = "3.0.0"9884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9885dependencies = [9886 "parity-scale-codec 2.1.3",9887 "sp-api",9888 "sp-inherents",9889 "sp-runtime",9890 "sp-std",9891]98929893[[package]]9894name = "sp-blockchain"9895version = "3.0.0"9896source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9897dependencies = [9898 "futures 0.3.15",9899 "log",9900 "lru",9901 "parity-scale-codec 2.1.3",9902 "parking_lot 0.11.1",9903 "sp-api",9904 "sp-consensus",9905 "sp-database",9906 "sp-runtime",9907 "sp-state-machine",9908 "thiserror",9909]99109911[[package]]9912name = "sp-chain-spec"9913version = "3.0.0"9914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9915dependencies = [9916 "serde",9917 "serde_json",9918]99199920[[package]]9921name = "sp-consensus"9922version = "0.9.0"9923source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9924dependencies = [9925 "async-trait",9926 "futures 0.3.15",9927 "futures-timer 3.0.2",9928 "libp2p",9929 "log",9930 "parity-scale-codec 2.1.3",9931 "parking_lot 0.11.1",9932 "serde",9933 "sp-api",9934 "sp-core",9935 "sp-inherents",9936 "sp-runtime",9937 "sp-state-machine",9938 "sp-std",9939 "sp-trie",9940 "sp-utils",9941 "sp-version",9942 "substrate-prometheus-endpoint",9943 "thiserror",9944 "wasm-timer",9945]99469947[[package]]9948name = "sp-consensus-aura"9949version = "0.9.0"9950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9951dependencies = [9952 "async-trait",9953 "parity-scale-codec 2.1.3",9954 "sp-api",9955 "sp-application-crypto",9956 "sp-consensus",9957 "sp-consensus-slots",9958 "sp-inherents",9959 "sp-runtime",9960 "sp-std",9961 "sp-timestamp",9962]99639964[[package]]9965name = "sp-consensus-babe"9966version = "0.9.0"9967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9968dependencies = [9969 "async-trait",9970 "merlin",9971 "parity-scale-codec 2.1.3",9972 "serde",9973 "sp-api",9974 "sp-application-crypto",9975 "sp-consensus",9976 "sp-consensus-slots",9977 "sp-consensus-vrf",9978 "sp-core",9979 "sp-inherents",9980 "sp-keystore",9981 "sp-runtime",9982 "sp-std",9983 "sp-timestamp",9984]99859986[[package]]9987name = "sp-consensus-slots"9988version = "0.9.0"9989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"9990dependencies = [9991 "parity-scale-codec 2.1.3",9992 "sp-arithmetic",9993 "sp-runtime",9994]99959996[[package]]9997name = "sp-consensus-vrf"9998version = "0.9.0"9999source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10000dependencies = [10001 "parity-scale-codec 2.1.3",10002 "schnorrkel",10003 "sp-core",10004 "sp-runtime",10005 "sp-std",10006]1000710008[[package]]10009name = "sp-core"10010version = "3.0.0"10011source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10012dependencies = [10013 "base58",10014 "blake2-rfc",10015 "byteorder",10016 "dyn-clonable",10017 "ed25519-dalek",10018 "futures 0.3.15",10019 "hash-db",10020 "hash256-std-hasher",10021 "hex",10022 "impl-serde",10023 "lazy_static",10024 "libsecp256k1 0.3.5",10025 "log",10026 "max-encoded-len",10027 "merlin",10028 "num-traits",10029 "parity-scale-codec 2.1.3",10030 "parity-util-mem",10031 "parking_lot 0.11.1",10032 "primitive-types 0.9.0",10033 "rand 0.7.3",10034 "regex",10035 "schnorrkel",10036 "secrecy",10037 "serde",10038 "sha2 0.9.5",10039 "sp-debug-derive",10040 "sp-externalities",10041 "sp-runtime-interface",10042 "sp-std",10043 "sp-storage",10044 "substrate-bip39",10045 "thiserror",10046 "tiny-bip39",10047 "tiny-keccak",10048 "twox-hash",10049 "wasmi",10050 "zeroize",10051]1005210053[[package]]10054name = "sp-database"10055version = "3.0.0"10056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10057dependencies = [10058 "kvdb",10059 "parking_lot 0.11.1",10060]1006110062[[package]]10063name = "sp-debug-derive"10064version = "3.0.0"10065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10066dependencies = [10067 "proc-macro2",10068 "quote",10069 "syn",10070]1007110072[[package]]10073name = "sp-externalities"10074version = "0.9.0"10075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10076dependencies = [10077 "environmental",10078 "parity-scale-codec 2.1.3",10079 "sp-std",10080 "sp-storage",10081]1008210083[[package]]10084name = "sp-finality-grandpa"10085version = "3.0.0"10086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10087dependencies = [10088 "finality-grandpa",10089 "log",10090 "parity-scale-codec 2.1.3",10091 "serde",10092 "sp-api",10093 "sp-application-crypto",10094 "sp-core",10095 "sp-keystore",10096 "sp-runtime",10097 "sp-std",10098]1009910100[[package]]10101name = "sp-inherents"10102version = "3.0.0"10103source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10104dependencies = [10105 "async-trait",10106 "impl-trait-for-tuples 0.2.1",10107 "parity-scale-codec 2.1.3",10108 "sp-core",10109 "sp-runtime",10110 "sp-std",10111 "thiserror",10112]1011310114[[package]]10115name = "sp-io"10116version = "3.0.0"10117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10118dependencies = [10119 "futures 0.3.15",10120 "hash-db",10121 "libsecp256k1 0.3.5",10122 "log",10123 "parity-scale-codec 2.1.3",10124 "parking_lot 0.11.1",10125 "sp-core",10126 "sp-externalities",10127 "sp-keystore",10128 "sp-maybe-compressed-blob",10129 "sp-runtime-interface",10130 "sp-state-machine",10131 "sp-std",10132 "sp-tracing",10133 "sp-trie",10134 "sp-wasm-interface",10135 "tracing",10136 "tracing-core",10137]1013810139[[package]]10140name = "sp-keyring"10141version = "3.0.0"10142source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10143dependencies = [10144 "lazy_static",10145 "sp-core",10146 "sp-runtime",10147 "strum",10148]1014910150[[package]]10151name = "sp-keystore"10152version = "0.9.0"10153source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10154dependencies = [10155 "async-trait",10156 "derive_more",10157 "futures 0.3.15",10158 "merlin",10159 "parity-scale-codec 2.1.3",10160 "parking_lot 0.11.1",10161 "schnorrkel",10162 "serde",10163 "sp-core",10164 "sp-externalities",10165]1016610167[[package]]10168name = "sp-maybe-compressed-blob"10169version = "3.0.0"10170source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10171dependencies = [10172 "ruzstd",10173 "zstd",10174]1017510176[[package]]10177name = "sp-npos-elections"10178version = "3.0.0"10179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10180dependencies = [10181 "parity-scale-codec 2.1.3",10182 "serde",10183 "sp-arithmetic",10184 "sp-core",10185 "sp-npos-elections-compact",10186 "sp-std",10187]1018810189[[package]]10190name = "sp-npos-elections-compact"10191version = "3.0.0"10192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10193dependencies = [10194 "proc-macro-crate 1.0.0",10195 "proc-macro2",10196 "quote",10197 "syn",10198]1019910200[[package]]10201name = "sp-offchain"10202version = "3.0.0"10203source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10204dependencies = [10205 "sp-api",10206 "sp-core",10207 "sp-runtime",10208]1020910210[[package]]10211name = "sp-panic-handler"10212version = "3.0.0"10213source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10214dependencies = [10215 "backtrace",10216]1021710218[[package]]10219name = "sp-rpc"10220version = "3.0.0"10221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10222dependencies = [10223 "rustc-hash",10224 "serde",10225 "sp-core",10226 "tracing-core",10227]1022810229[[package]]10230name = "sp-runtime"10231version = "3.0.0"10232source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10233dependencies = [10234 "either",10235 "hash256-std-hasher",10236 "impl-trait-for-tuples 0.2.1",10237 "log",10238 "max-encoded-len",10239 "parity-scale-codec 2.1.3",10240 "parity-util-mem",10241 "paste",10242 "rand 0.7.3",10243 "serde",10244 "sp-application-crypto",10245 "sp-arithmetic",10246 "sp-core",10247 "sp-io",10248 "sp-std",10249]1025010251[[package]]10252name = "sp-runtime-interface"10253version = "3.0.0"10254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10255dependencies = [10256 "impl-trait-for-tuples 0.2.1",10257 "parity-scale-codec 2.1.3",10258 "primitive-types 0.9.0",10259 "sp-externalities",10260 "sp-runtime-interface-proc-macro",10261 "sp-std",10262 "sp-storage",10263 "sp-tracing",10264 "sp-wasm-interface",10265 "static_assertions",10266]1026710268[[package]]10269name = "sp-runtime-interface-proc-macro"10270version = "3.0.0"10271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10272dependencies = [10273 "Inflector",10274 "proc-macro-crate 1.0.0",10275 "proc-macro2",10276 "quote",10277 "syn",10278]1027910280[[package]]10281name = "sp-sandbox"10282version = "0.9.0"10283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10284dependencies = [10285 "parity-scale-codec 2.1.3",10286 "sp-core",10287 "sp-io",10288 "sp-std",10289 "sp-wasm-interface",10290 "wasmi",10291]1029210293[[package]]10294name = "sp-serializer"10295version = "3.0.0"10296source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10297dependencies = [10298 "serde",10299 "serde_json",10300]1030110302[[package]]10303name = "sp-session"10304version = "3.0.0"10305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10306dependencies = [10307 "parity-scale-codec 2.1.3",10308 "sp-api",10309 "sp-core",10310 "sp-runtime",10311 "sp-staking",10312 "sp-std",10313]1031410315[[package]]10316name = "sp-staking"10317version = "3.0.0"10318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10319dependencies = [10320 "parity-scale-codec 2.1.3",10321 "sp-runtime",10322 "sp-std",10323]1032410325[[package]]10326name = "sp-state-machine"10327version = "0.9.0"10328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10329dependencies = [10330 "hash-db",10331 "log",10332 "num-traits",10333 "parity-scale-codec 2.1.3",10334 "parking_lot 0.11.1",10335 "rand 0.7.3",10336 "smallvec 1.6.1",10337 "sp-core",10338 "sp-externalities",10339 "sp-panic-handler",10340 "sp-std",10341 "sp-trie",10342 "thiserror",10343 "tracing",10344 "trie-db",10345 "trie-root",10346]1034710348[[package]]10349name = "sp-std"10350version = "3.0.0"10351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"1035210353[[package]]10354name = "sp-storage"10355version = "3.0.0"10356source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10357dependencies = [10358 "impl-serde",10359 "parity-scale-codec 2.1.3",10360 "ref-cast",10361 "serde",10362 "sp-debug-derive",10363 "sp-std",10364]1036510366[[package]]10367name = "sp-tasks"10368version = "3.0.0"10369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10370dependencies = [10371 "log",10372 "sp-core",10373 "sp-externalities",10374 "sp-io",10375 "sp-runtime-interface",10376 "sp-std",10377]1037810379[[package]]10380name = "sp-timestamp"10381version = "3.0.0"10382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10383dependencies = [10384 "async-trait",10385 "futures-timer 3.0.2",10386 "log",10387 "parity-scale-codec 2.1.3",10388 "sp-api",10389 "sp-inherents",10390 "sp-runtime",10391 "sp-std",10392 "thiserror",10393 "wasm-timer",10394]1039510396[[package]]10397name = "sp-tracing"10398version = "3.0.0"10399source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10400dependencies = [10401 "erased-serde",10402 "log",10403 "parity-scale-codec 2.1.3",10404 "parking_lot 0.10.2",10405 "serde",10406 "serde_json",10407 "slog",10408 "sp-std",10409 "tracing",10410 "tracing-core",10411 "tracing-subscriber",10412]1041310414[[package]]10415name = "sp-transaction-pool"10416version = "3.0.0"10417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10418dependencies = [10419 "derive_more",10420 "futures 0.3.15",10421 "log",10422 "parity-scale-codec 2.1.3",10423 "serde",10424 "sp-api",10425 "sp-blockchain",10426 "sp-runtime",10427 "thiserror",10428]1042910430[[package]]10431name = "sp-transaction-storage-proof"10432version = "3.0.0"10433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10434dependencies = [10435 "async-trait",10436 "log",10437 "parity-scale-codec 2.1.3",10438 "sp-core",10439 "sp-inherents",10440 "sp-runtime",10441 "sp-std",10442 "sp-trie",10443]1044410445[[package]]10446name = "sp-trie"10447version = "3.0.0"10448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10449dependencies = [10450 "hash-db",10451 "memory-db",10452 "parity-scale-codec 2.1.3",10453 "sp-core",10454 "sp-std",10455 "trie-db",10456 "trie-root",10457]1045810459[[package]]10460name = "sp-utils"10461version = "3.0.0"10462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10463dependencies = [10464 "futures 0.3.15",10465 "futures-core",10466 "futures-timer 3.0.2",10467 "lazy_static",10468 "prometheus",10469]1047010471[[package]]10472name = "sp-version"10473version = "3.0.0"10474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10475dependencies = [10476 "impl-serde",10477 "parity-scale-codec 2.1.3",10478 "serde",10479 "sp-runtime",10480 "sp-std",10481 "sp-version-proc-macro",10482]1048310484[[package]]10485name = "sp-version-proc-macro"10486version = "3.0.0"10487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10488dependencies = [10489 "parity-scale-codec 2.1.3",10490 "proc-macro-crate 1.0.0",10491 "proc-macro2",10492 "quote",10493 "syn",10494]1049510496[[package]]10497name = "sp-wasm-interface"10498version = "3.0.0"10499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10500dependencies = [10501 "impl-trait-for-tuples 0.2.1",10502 "parity-scale-codec 2.1.3",10503 "sp-std",10504 "wasmi",10505]1050610507[[package]]10508name = "spin"10509version = "0.5.2"10510source = "registry+https://github.com/rust-lang/crates.io-index"10511checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1051210513[[package]]10514name = "stable_deref_trait"10515version = "1.2.0"10516source = "registry+https://github.com/rust-lang/crates.io-index"10517checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1051810519[[package]]10520name = "static_assertions"10521version = "1.1.0"10522source = "registry+https://github.com/rust-lang/crates.io-index"10523checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1052410525[[package]]10526name = "static_init"10527version = "0.5.2"10528source = "registry+https://github.com/rust-lang/crates.io-index"10529checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10530dependencies = [10531 "cfg_aliases",10532 "libc",10533 "parking_lot 0.11.1",10534 "static_init_macro",10535]1053610537[[package]]10538name = "static_init_macro"10539version = "0.5.0"10540source = "registry+https://github.com/rust-lang/crates.io-index"10541checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10542dependencies = [10543 "cfg_aliases",10544 "memchr",10545 "proc-macro2",10546 "quote",10547 "syn",10548]1054910550[[package]]10551name = "statrs"10552version = "0.14.0"10553source = "registry+https://github.com/rust-lang/crates.io-index"10554checksum = "1e0c1f144861fbfd2a8cc82d564ccbf7fb3b7834d4fa128b84e9c2a73371aead"10555dependencies = [10556 "approx 0.4.0",10557 "lazy_static",10558 "nalgebra 0.26.2",10559 "num-traits",10560 "rand 0.8.4",10561]1056210563[[package]]10564name = "stream-cipher"10565version = "0.7.1"10566source = "registry+https://github.com/rust-lang/crates.io-index"10567checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89"10568dependencies = [10569 "block-cipher",10570 "generic-array 0.14.4",10571]1057210573[[package]]10574name = "streamunordered"10575version = "0.5.2"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "e68576e37c8a37f5372796df15202190349dd80e7ed6a79544c0232213e90e35"10578dependencies = [10579 "futures-core",10580 "futures-sink",10581 "futures-util",10582 "slab",10583]1058410585[[package]]10586name = "string"10587version = "0.2.1"10588source = "registry+https://github.com/rust-lang/crates.io-index"10589checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"10590dependencies = [10591 "bytes 0.4.12",10592]1059310594[[package]]10595name = "strsim"10596version = "0.8.0"10597source = "registry+https://github.com/rust-lang/crates.io-index"10598checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1059910600[[package]]10601name = "strsim"10602version = "0.10.0"10603source = "registry+https://github.com/rust-lang/crates.io-index"10604checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1060510606[[package]]10607name = "structopt"10608version = "0.3.21"10609source = "registry+https://github.com/rust-lang/crates.io-index"10610checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"10611dependencies = [10612 "clap",10613 "lazy_static",10614 "structopt-derive",10615]1061610617[[package]]10618name = "structopt-derive"10619version = "0.4.14"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"10622dependencies = [10623 "heck",10624 "proc-macro-error",10625 "proc-macro2",10626 "quote",10627 "syn",10628]1062910630[[package]]10631name = "strum"10632version = "0.20.0"10633source = "registry+https://github.com/rust-lang/crates.io-index"10634checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"10635dependencies = [10636 "strum_macros",10637]1063810639[[package]]10640name = "strum_macros"10641version = "0.20.1"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"10644dependencies = [10645 "heck",10646 "proc-macro2",10647 "quote",10648 "syn",10649]1065010651[[package]]10652name = "substrate-bip39"10653version = "0.4.2"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"10656dependencies = [10657 "hmac 0.7.1",10658 "pbkdf2 0.3.0",10659 "schnorrkel",10660 "sha2 0.8.2",10661 "zeroize",10662]1066310664[[package]]10665name = "substrate-build-script-utils"10666version = "3.0.0"10667source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10668dependencies = [10669 "platforms",10670]1067110672[[package]]10673name = "substrate-frame-rpc-system"10674version = "3.0.0"10675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10676dependencies = [10677 "frame-system-rpc-runtime-api",10678 "futures 0.3.15",10679 "jsonrpc-core 15.1.0",10680 "jsonrpc-core-client 15.1.0",10681 "jsonrpc-derive 15.1.0",10682 "log",10683 "parity-scale-codec 2.1.3",10684 "sc-client-api",10685 "sc-rpc-api",10686 "serde",10687 "sp-api",10688 "sp-block-builder",10689 "sp-blockchain",10690 "sp-core",10691 "sp-runtime",10692 "sp-transaction-pool",10693]1069410695[[package]]10696name = "substrate-prometheus-endpoint"10697version = "0.9.0"10698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10699dependencies = [10700 "async-std",10701 "derive_more",10702 "futures-util",10703 "hyper 0.13.10",10704 "log",10705 "prometheus",10706 "tokio 0.2.25",10707]1070810709[[package]]10710name = "substrate-test-client"10711version = "2.0.1"10712source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10713dependencies = [10714 "async-trait",10715 "futures 0.1.31",10716 "futures 0.3.15",10717 "hash-db",10718 "hex",10719 "parity-scale-codec 2.1.3",10720 "sc-client-api",10721 "sc-client-db",10722 "sc-consensus",10723 "sc-executor",10724 "sc-light",10725 "sc-offchain",10726 "sc-service",10727 "serde",10728 "serde_json",10729 "sp-blockchain",10730 "sp-consensus",10731 "sp-core",10732 "sp-keyring",10733 "sp-keystore",10734 "sp-runtime",10735 "sp-state-machine",10736]1073710738[[package]]10739name = "substrate-test-utils"10740version = "3.0.0"10741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10742dependencies = [10743 "futures 0.3.15",10744 "substrate-test-utils-derive",10745 "tokio 0.2.25",10746]1074710748[[package]]10749name = "substrate-test-utils-derive"10750version = "0.9.0"10751source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"10752dependencies = [10753 "proc-macro-crate 1.0.0",10754 "quote",10755 "syn",10756]1075710758[[package]]10759name = "substrate-wasm-builder"10760version = "3.0.0"10761source = "registry+https://github.com/rust-lang/crates.io-index"10762checksum = "79091baab813855ddf65b191de9fe53e656b6b67c1e9bd23fdcbff8788164684"10763dependencies = [10764 "ansi_term 0.12.1",10765 "atty",10766 "build-helper",10767 "cargo_metadata",10768 "tempfile",10769 "toml",10770 "walkdir",10771 "wasm-gc-api",10772]1077310774[[package]]10775name = "substrate-wasm-builder"10776version = "4.0.0"10777source = "registry+https://github.com/rust-lang/crates.io-index"10778checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"10779dependencies = [10780 "ansi_term 0.12.1",10781 "atty",10782 "build-helper",10783 "cargo_metadata",10784 "tempfile",10785 "toml",10786 "walkdir",10787 "wasm-gc-api",10788]1078910790[[package]]10791name = "subtle"10792version = "1.0.0"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1079510796[[package]]10797name = "subtle"10798version = "2.4.0"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"1080110802[[package]]10803name = "syn"10804version = "1.0.73"10805source = "registry+https://github.com/rust-lang/crates.io-index"10806checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"10807dependencies = [10808 "proc-macro2",10809 "quote",10810 "unicode-xid",10811]1081210813[[package]]10814name = "synstructure"10815version = "0.12.4"10816source = "registry+https://github.com/rust-lang/crates.io-index"10817checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"10818dependencies = [10819 "proc-macro2",10820 "quote",10821 "syn",10822 "unicode-xid",10823]1082410825[[package]]10826name = "take_mut"10827version = "0.2.2"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"1083010831[[package]]10832name = "tap"10833version = "1.0.1"10834source = "registry+https://github.com/rust-lang/crates.io-index"10835checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1083610837[[package]]10838name = "target-lexicon"10839version = "0.12.0"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"1084210843[[package]]10844name = "tempfile"10845version = "3.2.0"10846source = "registry+https://github.com/rust-lang/crates.io-index"10847checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"10848dependencies = [10849 "cfg-if 1.0.0",10850 "libc",10851 "rand 0.8.4",10852 "redox_syscall 0.2.9",10853 "remove_dir_all",10854 "winapi 0.3.9",10855]1085610857[[package]]10858name = "termcolor"10859version = "1.1.2"10860source = "registry+https://github.com/rust-lang/crates.io-index"10861checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"10862dependencies = [10863 "winapi-util",10864]1086510866[[package]]10867name = "textwrap"10868version = "0.11.0"10869source = "registry+https://github.com/rust-lang/crates.io-index"10870checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"10871dependencies = [10872 "unicode-width",10873]1087410875[[package]]10876name = "thiserror"10877version = "1.0.25"10878source = "registry+https://github.com/rust-lang/crates.io-index"10879checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"10880dependencies = [10881 "thiserror-impl",10882]1088310884[[package]]10885name = "thiserror-impl"10886version = "1.0.25"10887source = "registry+https://github.com/rust-lang/crates.io-index"10888checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"10889dependencies = [10890 "proc-macro2",10891 "quote",10892 "syn",10893]1089410895[[package]]10896name = "thread_local"10897version = "1.1.3"10898source = "registry+https://github.com/rust-lang/crates.io-index"10899checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"10900dependencies = [10901 "once_cell",10902]1090310904[[package]]10905name = "threadpool"10906version = "1.8.1"10907source = "registry+https://github.com/rust-lang/crates.io-index"10908checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"10909dependencies = [10910 "num_cpus",10911]1091210913[[package]]10914name = "thrift"10915version = "0.13.0"10916source = "registry+https://github.com/rust-lang/crates.io-index"10917checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"10918dependencies = [10919 "byteorder",10920 "integer-encoding",10921 "log",10922 "ordered-float",10923 "threadpool",10924]1092510926[[package]]10927name = "time"10928version = "0.1.44"10929source = "registry+https://github.com/rust-lang/crates.io-index"10930checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"10931dependencies = [10932 "libc",10933 "wasi 0.10.0+wasi-snapshot-preview1",10934 "winapi 0.3.9",10935]1093610937[[package]]10938name = "tiny-bip39"10939version = "0.8.0"10940source = "registry+https://github.com/rust-lang/crates.io-index"10941checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"10942dependencies = [10943 "anyhow",10944 "hmac 0.8.1",10945 "once_cell",10946 "pbkdf2 0.4.0",10947 "rand 0.7.3",10948 "rustc-hash",10949 "sha2 0.9.5",10950 "thiserror",10951 "unicode-normalization",10952 "zeroize",10953]1095410955[[package]]10956name = "tiny-keccak"10957version = "2.0.2"10958source = "registry+https://github.com/rust-lang/crates.io-index"10959checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"10960dependencies = [10961 "crunchy",10962]1096310964[[package]]10965name = "tinyvec"10966version = "1.2.0"10967source = "registry+https://github.com/rust-lang/crates.io-index"10968checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"10969dependencies = [10970 "tinyvec_macros",10971]1097210973[[package]]10974name = "tinyvec_macros"10975version = "0.1.0"10976source = "registry+https://github.com/rust-lang/crates.io-index"10977checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1097810979[[package]]10980name = "tokio"10981version = "0.1.22"10982source = "registry+https://github.com/rust-lang/crates.io-index"10983checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"10984dependencies = [10985 "bytes 0.4.12",10986 "futures 0.1.31",10987 "mio",10988 "num_cpus",10989 "tokio-codec",10990 "tokio-current-thread",10991 "tokio-executor",10992 "tokio-fs",10993 "tokio-io",10994 "tokio-reactor",10995 "tokio-sync",10996 "tokio-tcp",10997 "tokio-threadpool",10998 "tokio-timer",10999 "tokio-udp",11000 "tokio-uds",11001]1100211003[[package]]11004name = "tokio"11005version = "0.2.25"11006source = "registry+https://github.com/rust-lang/crates.io-index"11007checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11008dependencies = [11009 "bytes 0.5.6",11010 "fnv",11011 "futures-core",11012 "iovec",11013 "lazy_static",11014 "libc",11015 "memchr",11016 "mio",11017 "mio-uds",11018 "num_cpus",11019 "pin-project-lite 0.1.12",11020 "signal-hook-registry",11021 "slab",11022 "tokio-macros",11023 "winapi 0.3.9",11024]1102511026[[package]]11027name = "tokio"11028version = "1.8.1"11029source = "registry+https://github.com/rust-lang/crates.io-index"11030checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985"11031dependencies = [11032 "autocfg",11033 "pin-project-lite 0.2.6",11034]1103511036[[package]]11037name = "tokio-buf"11038version = "0.1.1"11039source = "registry+https://github.com/rust-lang/crates.io-index"11040checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"11041dependencies = [11042 "bytes 0.4.12",11043 "either",11044 "futures 0.1.31",11045]1104611047[[package]]11048name = "tokio-codec"11049version = "0.1.2"11050source = "registry+https://github.com/rust-lang/crates.io-index"11051checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"11052dependencies = [11053 "bytes 0.4.12",11054 "futures 0.1.31",11055 "tokio-io",11056]1105711058[[package]]11059name = "tokio-current-thread"11060version = "0.1.7"11061source = "registry+https://github.com/rust-lang/crates.io-index"11062checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"11063dependencies = [11064 "futures 0.1.31",11065 "tokio-executor",11066]1106711068[[package]]11069name = "tokio-executor"11070version = "0.1.10"11071source = "registry+https://github.com/rust-lang/crates.io-index"11072checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"11073dependencies = [11074 "crossbeam-utils 0.7.2",11075 "futures 0.1.31",11076]1107711078[[package]]11079name = "tokio-fs"11080version = "0.1.7"11081source = "registry+https://github.com/rust-lang/crates.io-index"11082checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"11083dependencies = [11084 "futures 0.1.31",11085 "tokio-io",11086 "tokio-threadpool",11087]1108811089[[package]]11090name = "tokio-io"11091version = "0.1.13"11092source = "registry+https://github.com/rust-lang/crates.io-index"11093checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"11094dependencies = [11095 "bytes 0.4.12",11096 "futures 0.1.31",11097 "log",11098]1109911100[[package]]11101name = "tokio-macros"11102version = "0.2.6"11103source = "registry+https://github.com/rust-lang/crates.io-index"11104checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11105dependencies = [11106 "proc-macro2",11107 "quote",11108 "syn",11109]1111011111[[package]]11112name = "tokio-named-pipes"11113version = "0.1.0"11114source = "registry+https://github.com/rust-lang/crates.io-index"11115checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11116dependencies = [11117 "bytes 0.4.12",11118 "futures 0.1.31",11119 "mio",11120 "mio-named-pipes",11121 "tokio 0.1.22",11122]1112311124[[package]]11125name = "tokio-reactor"11126version = "0.1.12"11127source = "registry+https://github.com/rust-lang/crates.io-index"11128checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"11129dependencies = [11130 "crossbeam-utils 0.7.2",11131 "futures 0.1.31",11132 "lazy_static",11133 "log",11134 "mio",11135 "num_cpus",11136 "parking_lot 0.9.0",11137 "slab",11138 "tokio-executor",11139 "tokio-io",11140 "tokio-sync",11141]1114211143[[package]]11144name = "tokio-rustls"11145version = "0.14.1"11146source = "registry+https://github.com/rust-lang/crates.io-index"11147checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"11148dependencies = [11149 "futures-core",11150 "rustls 0.18.1",11151 "tokio 0.2.25",11152 "webpki",11153]1115411155[[package]]11156name = "tokio-rustls"11157version = "0.15.0"11158source = "registry+https://github.com/rust-lang/crates.io-index"11159checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"11160dependencies = [11161 "futures-core",11162 "rustls 0.19.1",11163 "tokio 0.2.25",11164 "webpki",11165]1116611167[[package]]11168name = "tokio-service"11169version = "0.1.0"11170source = "registry+https://github.com/rust-lang/crates.io-index"11171checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"11172dependencies = [11173 "futures 0.1.31",11174]1117511176[[package]]11177name = "tokio-sync"11178version = "0.1.8"11179source = "registry+https://github.com/rust-lang/crates.io-index"11180checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"11181dependencies = [11182 "fnv",11183 "futures 0.1.31",11184]1118511186[[package]]11187name = "tokio-tcp"11188version = "0.1.4"11189source = "registry+https://github.com/rust-lang/crates.io-index"11190checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"11191dependencies = [11192 "bytes 0.4.12",11193 "futures 0.1.31",11194 "iovec",11195 "mio",11196 "tokio-io",11197 "tokio-reactor",11198]1119911200[[package]]11201name = "tokio-threadpool"11202version = "0.1.18"11203source = "registry+https://github.com/rust-lang/crates.io-index"11204checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"11205dependencies = [11206 "crossbeam-deque 0.7.3",11207 "crossbeam-queue",11208 "crossbeam-utils 0.7.2",11209 "futures 0.1.31",11210 "lazy_static",11211 "log",11212 "num_cpus",11213 "slab",11214 "tokio-executor",11215]1121611217[[package]]11218name = "tokio-timer"11219version = "0.2.13"11220source = "registry+https://github.com/rust-lang/crates.io-index"11221checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"11222dependencies = [11223 "crossbeam-utils 0.7.2",11224 "futures 0.1.31",11225 "slab",11226 "tokio-executor",11227]1122811229[[package]]11230name = "tokio-udp"11231version = "0.1.6"11232source = "registry+https://github.com/rust-lang/crates.io-index"11233checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"11234dependencies = [11235 "bytes 0.4.12",11236 "futures 0.1.31",11237 "log",11238 "mio",11239 "tokio-codec",11240 "tokio-io",11241 "tokio-reactor",11242]1124311244[[package]]11245name = "tokio-uds"11246version = "0.2.7"11247source = "registry+https://github.com/rust-lang/crates.io-index"11248checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"11249dependencies = [11250 "bytes 0.4.12",11251 "futures 0.1.31",11252 "iovec",11253 "libc",11254 "log",11255 "mio",11256 "mio-uds",11257 "tokio-codec",11258 "tokio-io",11259 "tokio-reactor",11260]1126111262[[package]]11263name = "tokio-util"11264version = "0.3.1"11265source = "registry+https://github.com/rust-lang/crates.io-index"11266checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"11267dependencies = [11268 "bytes 0.5.6",11269 "futures-core",11270 "futures-io",11271 "futures-sink",11272 "log",11273 "pin-project-lite 0.1.12",11274 "tokio 0.2.25",11275]1127611277[[package]]11278name = "toml"11279version = "0.5.8"11280source = "registry+https://github.com/rust-lang/crates.io-index"11281checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11282dependencies = [11283 "serde",11284]1128511286[[package]]11287name = "tower-service"11288version = "0.3.1"11289source = "registry+https://github.com/rust-lang/crates.io-index"11290checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1129111292[[package]]11293name = "tracing"11294version = "0.1.26"11295source = "registry+https://github.com/rust-lang/crates.io-index"11296checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"11297dependencies = [11298 "cfg-if 1.0.0",11299 "log",11300 "pin-project-lite 0.2.6",11301 "tracing-attributes",11302 "tracing-core",11303]1130411305[[package]]11306name = "tracing-attributes"11307version = "0.1.15"11308source = "registry+https://github.com/rust-lang/crates.io-index"11309checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"11310dependencies = [11311 "proc-macro2",11312 "quote",11313 "syn",11314]1131511316[[package]]11317name = "tracing-core"11318version = "0.1.18"11319source = "registry+https://github.com/rust-lang/crates.io-index"11320checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"11321dependencies = [11322 "lazy_static",11323]1132411325[[package]]11326name = "tracing-futures"11327version = "0.2.5"11328source = "registry+https://github.com/rust-lang/crates.io-index"11329checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11330dependencies = [11331 "pin-project 1.0.7",11332 "tracing",11333]1133411335[[package]]11336name = "tracing-log"11337version = "0.1.2"11338source = "registry+https://github.com/rust-lang/crates.io-index"11339checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11340dependencies = [11341 "lazy_static",11342 "log",11343 "tracing-core",11344]1134511346[[package]]11347name = "tracing-serde"11348version = "0.1.2"11349source = "registry+https://github.com/rust-lang/crates.io-index"11350checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11351dependencies = [11352 "serde",11353 "tracing-core",11354]1135511356[[package]]11357name = "tracing-subscriber"11358version = "0.2.18"11359source = "registry+https://github.com/rust-lang/crates.io-index"11360checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"11361dependencies = [11362 "ansi_term 0.12.1",11363 "chrono",11364 "lazy_static",11365 "matchers",11366 "regex",11367 "serde",11368 "serde_json",11369 "sharded-slab",11370 "smallvec 1.6.1",11371 "thread_local",11372 "tracing",11373 "tracing-core",11374 "tracing-log",11375 "tracing-serde",11376]1137711378[[package]]11379name = "trie-db"11380version = "0.22.5"11381source = "registry+https://github.com/rust-lang/crates.io-index"11382checksum = "cd81fe0c8bc2b528a51c9d2c31dae4483367a26a723a3c9a4a8120311d7774e3"11383dependencies = [11384 "hash-db",11385 "hashbrown",11386 "log",11387 "rustc-hex",11388 "smallvec 1.6.1",11389]1139011391[[package]]11392name = "trie-root"11393version = "0.16.0"11394source = "registry+https://github.com/rust-lang/crates.io-index"11395checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"11396dependencies = [11397 "hash-db",11398]1139911400[[package]]11401name = "triehash"11402version = "0.8.4"11403source = "registry+https://github.com/rust-lang/crates.io-index"11404checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11405dependencies = [11406 "hash-db",11407 "rlp 0.5.0",11408]1140911410[[package]]11411name = "trust-dns-proto"11412version = "0.20.3"11413source = "registry+https://github.com/rust-lang/crates.io-index"11414checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11415dependencies = [11416 "async-trait",11417 "cfg-if 1.0.0",11418 "data-encoding",11419 "enum-as-inner",11420 "futures-channel",11421 "futures-io",11422 "futures-util",11423 "idna 0.2.3",11424 "ipnet",11425 "lazy_static",11426 "log",11427 "rand 0.8.4",11428 "smallvec 1.6.1",11429 "thiserror",11430 "tinyvec",11431 "url 2.2.2",11432]1143311434[[package]]11435name = "trust-dns-resolver"11436version = "0.20.3"11437source = "registry+https://github.com/rust-lang/crates.io-index"11438checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11439dependencies = [11440 "cfg-if 1.0.0",11441 "futures-util",11442 "ipconfig",11443 "lazy_static",11444 "log",11445 "lru-cache",11446 "parking_lot 0.11.1",11447 "resolv-conf",11448 "smallvec 1.6.1",11449 "thiserror",11450 "trust-dns-proto",11451]1145211453[[package]]11454name = "try-lock"11455version = "0.2.3"11456source = "registry+https://github.com/rust-lang/crates.io-index"11457checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1145811459[[package]]11460name = "try-runtime-cli"11461version = "0.9.0"11462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"11463dependencies = [11464 "frame-try-runtime",11465 "log",11466 "parity-scale-codec 2.1.3",11467 "remote-externalities",11468 "sc-chain-spec",11469 "sc-cli",11470 "sc-client-api",11471 "sc-executor",11472 "sc-service",11473 "serde",11474 "sp-api",11475 "sp-blockchain",11476 "sp-core",11477 "sp-externalities",11478 "sp-keystore",11479 "sp-runtime",11480 "sp-state-machine",11481 "structopt",11482]1148311484[[package]]11485name = "twox-hash"11486version = "1.6.0"11487source = "registry+https://github.com/rust-lang/crates.io-index"11488checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"11489dependencies = [11490 "cfg-if 0.1.10",11491 "rand 0.3.23",11492 "static_assertions",11493]1149411495[[package]]11496name = "typenum"11497version = "1.13.0"11498source = "registry+https://github.com/rust-lang/crates.io-index"11499checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"1150011501[[package]]11502name = "ucd-trie"11503version = "0.1.3"11504source = "registry+https://github.com/rust-lang/crates.io-index"11505checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1150611507[[package]]11508name = "uint"11509version = "0.8.5"11510source = "registry+https://github.com/rust-lang/crates.io-index"11511checksum = "9db035e67dfaf7edd9aebfe8676afcd63eed53c8a4044fed514c8cccf1835177"11512dependencies = [11513 "byteorder",11514 "crunchy",11515 "rustc-hex",11516 "static_assertions",11517]1151811519[[package]]11520name = "uint"11521version = "0.9.0"11522source = "registry+https://github.com/rust-lang/crates.io-index"11523checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"11524dependencies = [11525 "byteorder",11526 "crunchy",11527 "hex",11528 "static_assertions",11529]1153011531[[package]]11532name = "unicase"11533version = "2.6.0"11534source = "registry+https://github.com/rust-lang/crates.io-index"11535checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11536dependencies = [11537 "version_check",11538]1153911540[[package]]11541name = "unicode-bidi"11542version = "0.3.5"11543source = "registry+https://github.com/rust-lang/crates.io-index"11544checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"11545dependencies = [11546 "matches",11547]1154811549[[package]]11550name = "unicode-normalization"11551version = "0.1.19"11552source = "registry+https://github.com/rust-lang/crates.io-index"11553checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11554dependencies = [11555 "tinyvec",11556]1155711558[[package]]11559name = "unicode-segmentation"11560version = "1.7.1"11561source = "registry+https://github.com/rust-lang/crates.io-index"11562checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"1156311564[[package]]11565name = "unicode-width"11566version = "0.1.8"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"1156911570[[package]]11571name = "unicode-xid"11572version = "0.2.2"11573source = "registry+https://github.com/rust-lang/crates.io-index"11574checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1157511576[[package]]11577name = "universal-hash"11578version = "0.4.0"11579source = "registry+https://github.com/rust-lang/crates.io-index"11580checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"11581dependencies = [11582 "generic-array 0.14.4",11583 "subtle 2.4.0",11584]1158511586[[package]]11587name = "unsigned-varint"11588version = "0.5.1"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1159111592[[package]]11593name = "unsigned-varint"11594version = "0.6.0"11595source = "registry+https://github.com/rust-lang/crates.io-index"11596checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11597dependencies = [11598 "asynchronous-codec 0.5.0",11599 "bytes 1.0.1",11600 "futures-io",11601 "futures-util",11602]1160311604[[package]]11605name = "unsigned-varint"11606version = "0.7.0"11607source = "registry+https://github.com/rust-lang/crates.io-index"11608checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11609dependencies = [11610 "asynchronous-codec 0.6.0",11611 "bytes 1.0.1",11612 "futures-io",11613 "futures-util",11614]1161511616[[package]]11617name = "untrusted"11618version = "0.7.1"11619source = "registry+https://github.com/rust-lang/crates.io-index"11620checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1162111622[[package]]11623name = "up-sponsorship"11624version = "0.1.0"11625dependencies = [11626 "impl-trait-for-tuples 0.2.1",11627]1162811629[[package]]11630name = "url"11631version = "1.7.2"11632source = "registry+https://github.com/rust-lang/crates.io-index"11633checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11634dependencies = [11635 "idna 0.1.5",11636 "matches",11637 "percent-encoding 1.0.1",11638]1163911640[[package]]11641name = "url"11642version = "2.2.2"11643source = "registry+https://github.com/rust-lang/crates.io-index"11644checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11645dependencies = [11646 "form_urlencoded",11647 "idna 0.2.3",11648 "matches",11649 "percent-encoding 2.1.0",11650]1165111652[[package]]11653name = "value-bag"11654version = "1.0.0-alpha.7"11655source = "registry+https://github.com/rust-lang/crates.io-index"11656checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"11657dependencies = [11658 "ctor",11659 "version_check",11660]1166111662[[package]]11663name = "vcpkg"11664version = "0.2.14"11665source = "registry+https://github.com/rust-lang/crates.io-index"11666checksum = "70455df2fdf4e9bf580a92e443f1eb0303c390d682e2ea817312c9e81f8c3399"1166711668[[package]]11669name = "vec_map"11670version = "0.8.2"11671source = "registry+https://github.com/rust-lang/crates.io-index"11672checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1167311674[[package]]11675name = "version_check"11676version = "0.9.3"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"1167911680[[package]]11681name = "void"11682version = "1.0.2"11683source = "registry+https://github.com/rust-lang/crates.io-index"11684checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1168511686[[package]]11687name = "waker-fn"11688version = "1.1.0"11689source = "registry+https://github.com/rust-lang/crates.io-index"11690checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1169111692[[package]]11693name = "walkdir"11694version = "2.3.2"11695source = "registry+https://github.com/rust-lang/crates.io-index"11696checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"11697dependencies = [11698 "same-file",11699 "winapi 0.3.9",11700 "winapi-util",11701]1170211703[[package]]11704name = "want"11705version = "0.2.0"11706source = "registry+https://github.com/rust-lang/crates.io-index"11707checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"11708dependencies = [11709 "futures 0.1.31",11710 "log",11711 "try-lock",11712]1171311714[[package]]11715name = "want"11716version = "0.3.0"11717source = "registry+https://github.com/rust-lang/crates.io-index"11718checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"11719dependencies = [11720 "log",11721 "try-lock",11722]1172311724[[package]]11725name = "wasi"11726version = "0.9.0+wasi-snapshot-preview1"11727source = "registry+https://github.com/rust-lang/crates.io-index"11728checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1172911730[[package]]11731name = "wasi"11732version = "0.10.0+wasi-snapshot-preview1"11733source = "registry+https://github.com/rust-lang/crates.io-index"11734checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1173511736[[package]]11737name = "wasm-bindgen"11738version = "0.2.74"11739source = "registry+https://github.com/rust-lang/crates.io-index"11740checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"11741dependencies = [11742 "cfg-if 1.0.0",11743 "wasm-bindgen-macro",11744]1174511746[[package]]11747name = "wasm-bindgen-backend"11748version = "0.2.74"11749source = "registry+https://github.com/rust-lang/crates.io-index"11750checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"11751dependencies = [11752 "bumpalo",11753 "lazy_static",11754 "log",11755 "proc-macro2",11756 "quote",11757 "syn",11758 "wasm-bindgen-shared",11759]1176011761[[package]]11762name = "wasm-bindgen-futures"11763version = "0.4.24"11764source = "registry+https://github.com/rust-lang/crates.io-index"11765checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"11766dependencies = [11767 "cfg-if 1.0.0",11768 "js-sys",11769 "wasm-bindgen",11770 "web-sys",11771]1177211773[[package]]11774name = "wasm-bindgen-macro"11775version = "0.2.74"11776source = "registry+https://github.com/rust-lang/crates.io-index"11777checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"11778dependencies = [11779 "quote",11780 "wasm-bindgen-macro-support",11781]1178211783[[package]]11784name = "wasm-bindgen-macro-support"11785version = "0.2.74"11786source = "registry+https://github.com/rust-lang/crates.io-index"11787checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"11788dependencies = [11789 "proc-macro2",11790 "quote",11791 "syn",11792 "wasm-bindgen-backend",11793 "wasm-bindgen-shared",11794]1179511796[[package]]11797name = "wasm-bindgen-shared"11798version = "0.2.74"11799source = "registry+https://github.com/rust-lang/crates.io-index"11800checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"1180111802[[package]]11803name = "wasm-gc-api"11804version = "0.1.11"11805source = "registry+https://github.com/rust-lang/crates.io-index"11806checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"11807dependencies = [11808 "log",11809 "parity-wasm 0.32.0",11810 "rustc-demangle",11811]1181211813[[package]]11814name = "wasm-timer"11815version = "0.2.5"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"11818dependencies = [11819 "futures 0.3.15",11820 "js-sys",11821 "parking_lot 0.11.1",11822 "pin-utils",11823 "wasm-bindgen",11824 "wasm-bindgen-futures",11825 "web-sys",11826]1182711828[[package]]11829name = "wasmi"11830version = "0.9.0"11831source = "registry+https://github.com/rust-lang/crates.io-index"11832checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"11833dependencies = [11834 "downcast-rs",11835 "libc",11836 "memory_units",11837 "num-rational 0.2.4",11838 "num-traits",11839 "parity-wasm 0.42.2",11840 "wasmi-validation",11841]1184211843[[package]]11844name = "wasmi-validation"11845version = "0.4.0"11846source = "registry+https://github.com/rust-lang/crates.io-index"11847checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"11848dependencies = [11849 "parity-wasm 0.42.2",11850]1185111852[[package]]11853name = "wasmparser"11854version = "0.78.2"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"1185711858[[package]]11859name = "wasmtime"11860version = "0.27.0"11861source = "registry+https://github.com/rust-lang/crates.io-index"11862checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"11863dependencies = [11864 "anyhow",11865 "backtrace",11866 "bincode",11867 "cfg-if 1.0.0",11868 "cpp_demangle",11869 "indexmap",11870 "lazy_static",11871 "libc",11872 "log",11873 "paste",11874 "psm",11875 "region",11876 "rustc-demangle",11877 "serde",11878 "smallvec 1.6.1",11879 "target-lexicon",11880 "wasmparser",11881 "wasmtime-cache",11882 "wasmtime-environ",11883 "wasmtime-fiber",11884 "wasmtime-jit",11885 "wasmtime-profiling",11886 "wasmtime-runtime",11887 "wat",11888 "winapi 0.3.9",11889]1189011891[[package]]11892name = "wasmtime-cache"11893version = "0.27.0"11894source = "registry+https://github.com/rust-lang/crates.io-index"11895checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"11896dependencies = [11897 "anyhow",11898 "base64 0.13.0",11899 "bincode",11900 "directories-next",11901 "errno",11902 "file-per-thread-logger",11903 "libc",11904 "log",11905 "serde",11906 "sha2 0.9.5",11907 "toml",11908 "winapi 0.3.9",11909 "zstd",11910]1191111912[[package]]11913name = "wasmtime-cranelift"11914version = "0.27.0"11915source = "registry+https://github.com/rust-lang/crates.io-index"11916checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"11917dependencies = [11918 "cranelift-codegen",11919 "cranelift-entity",11920 "cranelift-frontend",11921 "cranelift-wasm",11922 "target-lexicon",11923 "wasmparser",11924 "wasmtime-environ",11925]1192611927[[package]]11928name = "wasmtime-debug"11929version = "0.27.0"11930source = "registry+https://github.com/rust-lang/crates.io-index"11931checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"11932dependencies = [11933 "anyhow",11934 "gimli",11935 "more-asserts",11936 "object 0.24.0",11937 "target-lexicon",11938 "thiserror",11939 "wasmparser",11940 "wasmtime-environ",11941]1194211943[[package]]11944name = "wasmtime-environ"11945version = "0.27.0"11946source = "registry+https://github.com/rust-lang/crates.io-index"11947checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"11948dependencies = [11949 "cfg-if 1.0.0",11950 "cranelift-codegen",11951 "cranelift-entity",11952 "cranelift-wasm",11953 "gimli",11954 "indexmap",11955 "log",11956 "more-asserts",11957 "serde",11958 "thiserror",11959 "wasmparser",11960]1196111962[[package]]11963name = "wasmtime-fiber"11964version = "0.27.0"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "a089d44cd7e2465d41a53b840a5b4fca1bf6d1ecfebc970eac9592b34ea5f0b3"11967dependencies = [11968 "cc",11969 "libc",11970 "winapi 0.3.9",11971]1197211973[[package]]11974name = "wasmtime-jit"11975version = "0.27.0"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"11978dependencies = [11979 "addr2line",11980 "anyhow",11981 "cfg-if 1.0.0",11982 "cranelift-codegen",11983 "cranelift-entity",11984 "cranelift-frontend",11985 "cranelift-native",11986 "cranelift-wasm",11987 "gimli",11988 "log",11989 "more-asserts",11990 "object 0.24.0",11991 "rayon",11992 "region",11993 "serde",11994 "target-lexicon",11995 "thiserror",11996 "wasmparser",11997 "wasmtime-cranelift",11998 "wasmtime-debug",11999 "wasmtime-environ",12000 "wasmtime-obj",12001 "wasmtime-profiling",12002 "wasmtime-runtime",12003 "winapi 0.3.9",12004]1200512006[[package]]12007name = "wasmtime-obj"12008version = "0.27.0"12009source = "registry+https://github.com/rust-lang/crates.io-index"12010checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"12011dependencies = [12012 "anyhow",12013 "more-asserts",12014 "object 0.24.0",12015 "target-lexicon",12016 "wasmtime-debug",12017 "wasmtime-environ",12018]1201912020[[package]]12021name = "wasmtime-profiling"12022version = "0.27.0"12023source = "registry+https://github.com/rust-lang/crates.io-index"12024checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"12025dependencies = [12026 "anyhow",12027 "cfg-if 1.0.0",12028 "gimli",12029 "lazy_static",12030 "libc",12031 "object 0.24.0",12032 "scroll",12033 "serde",12034 "target-lexicon",12035 "wasmtime-environ",12036 "wasmtime-runtime",12037]1203812039[[package]]12040name = "wasmtime-runtime"12041version = "0.27.0"12042source = "registry+https://github.com/rust-lang/crates.io-index"12043checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"12044dependencies = [12045 "anyhow",12046 "backtrace",12047 "cc",12048 "cfg-if 1.0.0",12049 "indexmap",12050 "lazy_static",12051 "libc",12052 "log",12053 "mach",12054 "memoffset 0.6.4",12055 "more-asserts",12056 "rand 0.8.4",12057 "region",12058 "thiserror",12059 "wasmtime-environ",12060 "wasmtime-fiber",12061 "winapi 0.3.9",12062]1206312064[[package]]12065name = "wast"12066version = "36.0.0"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "8b5d7ba374a364571da1cb0a379a3dc302582a2d9937a183bfe35b68ad5bb9c4"12069dependencies = [12070 "leb128",12071]1207212073[[package]]12074name = "wat"12075version = "1.0.38"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "16383df7f0e3901484c2dda6294ed6895caa3627ce4f6584141dcf30a33a23e6"12078dependencies = [12079 "wast",12080]1208112082[[package]]12083name = "web-sys"12084version = "0.3.51"12085source = "registry+https://github.com/rust-lang/crates.io-index"12086checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"12087dependencies = [12088 "js-sys",12089 "wasm-bindgen",12090]1209112092[[package]]12093name = "webpki"12094version = "0.21.4"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12097dependencies = [12098 "ring",12099 "untrusted",12100]1210112102[[package]]12103name = "webpki-roots"12104version = "0.21.1"12105source = "registry+https://github.com/rust-lang/crates.io-index"12106checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12107dependencies = [12108 "webpki",12109]1211012111[[package]]12112name = "wepoll-ffi"12113version = "0.1.2"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12116dependencies = [12117 "cc",12118]1211912120[[package]]12121name = "which"12122version = "4.1.0"12123source = "registry+https://github.com/rust-lang/crates.io-index"12124checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"12125dependencies = [12126 "either",12127 "libc",12128]1212912130[[package]]12131name = "widestring"12132version = "0.4.3"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1213512136[[package]]12137name = "winapi"12138version = "0.2.8"12139source = "registry+https://github.com/rust-lang/crates.io-index"12140checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1214112142[[package]]12143name = "winapi"12144version = "0.3.9"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12147dependencies = [12148 "winapi-i686-pc-windows-gnu",12149 "winapi-x86_64-pc-windows-gnu",12150]1215112152[[package]]12153name = "winapi-build"12154version = "0.1.1"12155source = "registry+https://github.com/rust-lang/crates.io-index"12156checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1215712158[[package]]12159name = "winapi-i686-pc-windows-gnu"12160version = "0.4.0"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1216312164[[package]]12165name = "winapi-util"12166version = "0.1.5"12167source = "registry+https://github.com/rust-lang/crates.io-index"12168checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12169dependencies = [12170 "winapi 0.3.9",12171]1217212173[[package]]12174name = "winapi-x86_64-pc-windows-gnu"12175version = "0.4.0"12176source = "registry+https://github.com/rust-lang/crates.io-index"12177checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1217812179[[package]]12180name = "winreg"12181version = "0.6.2"12182source = "registry+https://github.com/rust-lang/crates.io-index"12183checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12184dependencies = [12185 "winapi 0.3.9",12186]1218712188[[package]]12189name = "ws2_32-sys"12190version = "0.2.1"12191source = "registry+https://github.com/rust-lang/crates.io-index"12192checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12193dependencies = [12194 "winapi 0.2.8",12195 "winapi-build",12196]1219712198[[package]]12199name = "wyz"12200version = "0.2.0"12201source = "registry+https://github.com/rust-lang/crates.io-index"12202checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1220312204[[package]]12205name = "x25519-dalek"12206version = "1.1.1"12207source = "registry+https://github.com/rust-lang/crates.io-index"12208checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12209dependencies = [12210 "curve25519-dalek 3.1.0",12211 "rand_core 0.5.1",12212 "zeroize",12213]1221412215[[package]]12216name = "xcm"12217version = "0.9.7"12218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"12219dependencies = [12220 "derivative",12221 "impl-trait-for-tuples 0.2.1",12222 "parity-scale-codec 2.1.3",12223]1222412225[[package]]12226name = "xcm-builder"12227version = "0.9.7"12228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"12229dependencies = [12230 "frame-support",12231 "frame-system",12232 "impl-trait-for-tuples 0.2.1",12233 "pallet-transaction-payment",12234 "parity-scale-codec 2.1.3",12235 "polkadot-parachain",12236 "sp-arithmetic",12237 "sp-io",12238 "sp-runtime",12239 "sp-std",12240 "xcm",12241 "xcm-executor",12242]1224312244[[package]]12245name = "xcm-executor"12246version = "0.9.7"12247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"12248dependencies = [12249 "frame-support",12250 "impl-trait-for-tuples 0.2.1",12251 "log",12252 "parity-scale-codec 2.1.3",12253 "sp-arithmetic",12254 "sp-core",12255 "sp-io",12256 "sp-runtime",12257 "sp-std",12258 "xcm",12259]1226012261[[package]]12262name = "yamux"12263version = "0.9.0"12264source = "registry+https://github.com/rust-lang/crates.io-index"12265checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12266dependencies = [12267 "futures 0.3.15",12268 "log",12269 "nohash-hasher",12270 "parking_lot 0.11.1",12271 "rand 0.8.4",12272 "static_assertions",12273]1227412275[[package]]12276name = "yansi"12277version = "0.5.0"12278source = "registry+https://github.com/rust-lang/crates.io-index"12279checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1228012281[[package]]12282name = "zeroize"12283version = "1.3.0"12284source = "registry+https://github.com/rust-lang/crates.io-index"12285checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"12286dependencies = [12287 "zeroize_derive",12288]1228912290[[package]]12291name = "zeroize_derive"12292version = "1.1.0"12293source = "registry+https://github.com/rust-lang/crates.io-index"12294checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"12295dependencies = [12296 "proc-macro2",12297 "quote",12298 "syn",12299 "synstructure",12300]1230112302[[package]]12303name = "zstd"12304version = "0.6.1+zstd.1.4.9"12305source = "registry+https://github.com/rust-lang/crates.io-index"12306checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"12307dependencies = [12308 "zstd-safe",12309]1231012311[[package]]12312name = "zstd-safe"12313version = "3.0.1+zstd.1.4.9"12314source = "registry+https://github.com/rust-lang/crates.io-index"12315checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"12316dependencies = [12317 "libc",12318 "zstd-sys",12319]1232012321[[package]]12322name = "zstd-sys"12323version = "1.4.20+zstd.1.4.9"12324source = "registry+https://github.com/rust-lang/crates.io-index"12325checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"12326dependencies = [12327 "cc",12328 "libc",12329]