123version = 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.14.1"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"20dependencies = [21 "gimli 0.23.0",22]2324[[package]]25name = "addr2line"26version = "0.15.1"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"29dependencies = [30 "gimli 0.24.0",31]3233[[package]]34name = "adler"35version = "0.2.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "ccc9a9dd069569f212bc4330af9f17c4afb5e8ce185e83dbb14f1349dda18b10"3839[[package]]40name = "aead"41version = "0.4.3"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"44dependencies = [45 "generic-array 0.14.4",46]4748[[package]]49name = "aes"50version = "0.7.5"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"53dependencies = [54 "cfg-if 1.0.0",55 "cipher",56 "cpufeatures 0.2.1",57 "opaque-debug 0.3.0",58]5960[[package]]61name = "aes-gcm"62version = "0.9.4"63source = "registry+https://github.com/rust-lang/crates.io-index"64checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"65dependencies = [66 "aead",67 "aes",68 "cipher",69 "ctr",70 "ghash",71 "subtle 2.4.1",72]7374[[package]]75name = "ahash"76version = "0.7.4"77source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"79dependencies = [80 "getrandom 0.2.1",81 "once_cell",82 "version_check",83]8485[[package]]86name = "aho-corasick"87version = "0.7.13"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"90dependencies = [91 "memchr",92]9394[[package]]95name = "always-assert"96version = "0.1.2"97source = "registry+https://github.com/rust-lang/crates.io-index"98checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"99100[[package]]101name = "ansi_term"102version = "0.11.0"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"105dependencies = [106 "winapi 0.3.9",107]108109[[package]]110name = "ansi_term"111version = "0.12.1"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"114dependencies = [115 "winapi 0.3.9",116]117118[[package]]119name = "anyhow"120version = "1.0.39"121source = "registry+https://github.com/rust-lang/crates.io-index"122checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767"123124[[package]]125name = "approx"126version = "0.5.0"127source = "registry+https://github.com/rust-lang/crates.io-index"128checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"129dependencies = [130 "num-traits",131]132133[[package]]134name = "arrayref"135version = "0.3.6"136source = "registry+https://github.com/rust-lang/crates.io-index"137checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"138139[[package]]140name = "arrayvec"141version = "0.4.12"142source = "registry+https://github.com/rust-lang/crates.io-index"143checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"144dependencies = [145 "nodrop",146]147148[[package]]149name = "arrayvec"150version = "0.5.2"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"153154[[package]]155name = "arrayvec"156version = "0.7.0"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"159160[[package]]161name = "asn1_der"162version = "0.7.4"163source = "registry+https://github.com/rust-lang/crates.io-index"164checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"165166[[package]]167name = "assert_matches"168version = "1.5.0"169source = "registry+https://github.com/rust-lang/crates.io-index"170checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"171172[[package]]173name = "async-attributes"174version = "1.1.2"175source = "registry+https://github.com/rust-lang/crates.io-index"176checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"177dependencies = [178 "quote",179 "syn",180]181182[[package]]183name = "async-channel"184version = "1.5.1"185source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"187dependencies = [188 "concurrent-queue",189 "event-listener",190 "futures-core",191]192193[[package]]194name = "async-executor"195version = "1.4.1"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"198dependencies = [199 "async-task",200 "concurrent-queue",201 "fastrand",202 "futures-lite",203 "once_cell",204 "slab",205]206207[[package]]208name = "async-global-executor"209version = "2.0.2"210source = "registry+https://github.com/rust-lang/crates.io-index"211checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"212dependencies = [213 "async-channel",214 "async-executor",215 "async-io",216 "async-mutex",217 "blocking",218 "futures-lite",219 "num_cpus",220 "once_cell",221]222223[[package]]224name = "async-io"225version = "1.3.1"226source = "registry+https://github.com/rust-lang/crates.io-index"227checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"228dependencies = [229 "concurrent-queue",230 "fastrand",231 "futures-lite",232 "libc",233 "log",234 "nb-connect",235 "once_cell",236 "parking",237 "polling",238 "vec-arena",239 "waker-fn",240 "winapi 0.3.9",241]242243[[package]]244name = "async-lock"245version = "2.4.0"246source = "registry+https://github.com/rust-lang/crates.io-index"247checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"248dependencies = [249 "event-listener",250]251252[[package]]253name = "async-mutex"254version = "1.4.0"255source = "registry+https://github.com/rust-lang/crates.io-index"256checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"257dependencies = [258 "event-listener",259]260261[[package]]262name = "async-process"263version = "1.1.0"264source = "registry+https://github.com/rust-lang/crates.io-index"265checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"266dependencies = [267 "async-io",268 "blocking",269 "cfg-if 1.0.0",270 "event-listener",271 "futures-lite",272 "libc",273 "once_cell",274 "signal-hook",275 "winapi 0.3.9",276]277278[[package]]279name = "async-std"280version = "1.9.0"281source = "registry+https://github.com/rust-lang/crates.io-index"282checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"283dependencies = [284 "async-attributes",285 "async-channel",286 "async-global-executor",287 "async-io",288 "async-lock",289 "async-process",290 "crossbeam-utils 0.8.1",291 "futures-channel",292 "futures-core",293 "futures-io",294 "futures-lite",295 "gloo-timers",296 "kv-log-macro",297 "log",298 "memchr",299 "num_cpus",300 "once_cell",301 "pin-project-lite 0.2.4",302 "pin-utils",303 "slab",304 "wasm-bindgen-futures",305]306307[[package]]308name = "async-std-resolver"309version = "0.20.1"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "f665c56111e244fe38e7708ee10948a4356ad6a548997c21f5a63a0f4e0edc4d"312dependencies = [313 "async-std",314 "async-trait",315 "futures-io",316 "futures-util",317 "pin-utils",318 "trust-dns-resolver",319]320321[[package]]322name = "async-task"323version = "4.0.3"324source = "registry+https://github.com/rust-lang/crates.io-index"325checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"326327[[package]]328name = "async-trait"329version = "0.1.50"330source = "registry+https://github.com/rust-lang/crates.io-index"331checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"332dependencies = [333 "proc-macro2",334 "quote",335 "syn",336]337338[[package]]339name = "asynchronous-codec"340version = "0.5.0"341source = "registry+https://github.com/rust-lang/crates.io-index"342checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"343dependencies = [344 "bytes 1.0.1",345 "futures-sink",346 "futures-util",347 "memchr",348 "pin-project-lite 0.2.4",349]350351[[package]]352name = "asynchronous-codec"353version = "0.6.0"354source = "registry+https://github.com/rust-lang/crates.io-index"355checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"356dependencies = [357 "bytes 1.0.1",358 "futures-sink",359 "futures-util",360 "memchr",361 "pin-project-lite 0.2.4",362]363364[[package]]365name = "atomic"366version = "0.5.0"367source = "registry+https://github.com/rust-lang/crates.io-index"368checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"369dependencies = [370 "autocfg",371]372373[[package]]374name = "atomic-waker"375version = "1.0.0"376source = "registry+https://github.com/rust-lang/crates.io-index"377checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"378379[[package]]380name = "atty"381version = "0.2.14"382source = "registry+https://github.com/rust-lang/crates.io-index"383checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"384dependencies = [385 "hermit-abi",386 "libc",387 "winapi 0.3.9",388]389390[[package]]391name = "autocfg"392version = "1.0.0"393source = "registry+https://github.com/rust-lang/crates.io-index"394checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"395396[[package]]397name = "backtrace"398version = "0.3.56"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"401dependencies = [402 "addr2line 0.14.1",403 "cfg-if 1.0.0",404 "libc",405 "miniz_oxide",406 "object 0.23.0",407 "rustc-demangle",408]409410[[package]]411name = "bae"412version = "0.1.6"413source = "registry+https://github.com/rust-lang/crates.io-index"414checksum = "ec107f431ee3d8a8e45e6dd117adab769556ef463959e77bf6a4888d5fd500cf"415dependencies = [416 "heck",417 "proc-macro-error 0.4.12",418 "proc-macro2",419 "quote",420 "syn",421]422423[[package]]424name = "base-x"425version = "0.2.8"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"428429[[package]]430name = "base58"431version = "0.1.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"434435[[package]]436name = "base64"437version = "0.11.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"440441[[package]]442name = "base64"443version = "0.12.3"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"446447[[package]]448name = "base64"449version = "0.13.0"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"452453[[package]]454name = "beef"455version = "0.5.0"456source = "registry+https://github.com/rust-lang/crates.io-index"457checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"458dependencies = [459 "serde",460]461462[[package]]463name = "beefy-gadget"464version = "0.1.0"465source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"466dependencies = [467 "beefy-primitives",468 "fnv",469 "futures 0.3.17",470 "hex",471 "log",472 "parity-scale-codec",473 "parking_lot 0.11.2",474 "sc-client-api",475 "sc-keystore",476 "sc-network",477 "sc-network-gossip",478 "sp-api",479 "sp-application-crypto",480 "sp-arithmetic",481 "sp-blockchain",482 "sp-consensus",483 "sp-core",484 "sp-keystore",485 "sp-runtime",486 "sp-utils",487 "substrate-prometheus-endpoint",488 "thiserror",489 "wasm-timer",490]491492[[package]]493name = "beefy-gadget-rpc"494version = "0.1.0"495source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"496dependencies = [497 "beefy-gadget",498 "beefy-primitives",499 "futures 0.3.17",500 "jsonrpc-core 15.1.0",501 "jsonrpc-core-client 15.1.0",502 "jsonrpc-derive 15.1.0",503 "jsonrpc-pubsub 15.1.0",504 "log",505 "parity-scale-codec",506 "sc-rpc",507 "serde",508 "serde_json",509 "sp-core",510 "sp-runtime",511]512513[[package]]514name = "beefy-merkle-tree"515version = "0.1.0"516source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"517518[[package]]519name = "beefy-primitives"520version = "0.1.0"521source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"522dependencies = [523 "parity-scale-codec",524 "sp-api",525 "sp-application-crypto",526 "sp-core",527 "sp-runtime",528 "sp-std",529]530531[[package]]532name = "bincode"533version = "1.3.1"534source = "registry+https://github.com/rust-lang/crates.io-index"535checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"536dependencies = [537 "byteorder",538 "serde",539]540541[[package]]542name = "bindgen"543version = "0.59.1"544source = "registry+https://github.com/rust-lang/crates.io-index"545checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"546dependencies = [547 "bitflags",548 "cexpr",549 "clang-sys",550 "lazy_static",551 "lazycell",552 "peeking_take_while",553 "proc-macro2",554 "quote",555 "regex",556 "rustc-hash",557 "shlex",558]559560[[package]]561name = "bitflags"562version = "1.2.1"563source = "registry+https://github.com/rust-lang/crates.io-index"564checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"565566[[package]]567name = "bitvec"568version = "0.19.5"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"571dependencies = [572 "funty",573 "radium 0.5.3",574 "tap",575 "wyz",576]577578[[package]]579name = "bitvec"580version = "0.20.1"581source = "registry+https://github.com/rust-lang/crates.io-index"582checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"583dependencies = [584 "funty",585 "radium 0.6.2",586 "tap",587 "wyz",588]589590[[package]]591name = "blake2"592version = "0.9.0"593source = "registry+https://github.com/rust-lang/crates.io-index"594checksum = "84ce5b6108f8e154604bd4eb76a2f726066c3464d5a552a4229262a18c9bb471"595dependencies = [596 "byte-tools",597 "byteorder",598 "crypto-mac 0.8.0",599 "digest 0.9.0",600 "opaque-debug 0.2.3",601]602603[[package]]604name = "blake2-rfc"605version = "0.2.18"606source = "registry+https://github.com/rust-lang/crates.io-index"607checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"608dependencies = [609 "arrayvec 0.4.12",610 "constant_time_eq",611]612613[[package]]614name = "blake2b_simd"615version = "0.5.10"616source = "registry+https://github.com/rust-lang/crates.io-index"617checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"618dependencies = [619 "arrayref",620 "arrayvec 0.5.2",621 "constant_time_eq",622]623624[[package]]625name = "blake2s_simd"626version = "0.5.11"627source = "registry+https://github.com/rust-lang/crates.io-index"628checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"629dependencies = [630 "arrayref",631 "arrayvec 0.5.2",632 "constant_time_eq",633]634635[[package]]636name = "blake3"637version = "0.3.7"638source = "registry+https://github.com/rust-lang/crates.io-index"639checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"640dependencies = [641 "arrayref",642 "arrayvec 0.5.2",643 "cc",644 "cfg-if 0.1.10",645 "constant_time_eq",646 "crypto-mac 0.8.0",647 "digest 0.9.0",648]649650[[package]]651name = "block-buffer"652version = "0.7.3"653source = "registry+https://github.com/rust-lang/crates.io-index"654checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"655dependencies = [656 "block-padding 0.1.5",657 "byte-tools",658 "byteorder",659 "generic-array 0.12.3",660]661662[[package]]663name = "block-buffer"664version = "0.9.0"665source = "registry+https://github.com/rust-lang/crates.io-index"666checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"667dependencies = [668 "block-padding 0.2.1",669 "generic-array 0.14.4",670]671672[[package]]673name = "block-padding"674version = "0.1.5"675source = "registry+https://github.com/rust-lang/crates.io-index"676checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"677dependencies = [678 "byte-tools",679]680681[[package]]682name = "block-padding"683version = "0.2.1"684source = "registry+https://github.com/rust-lang/crates.io-index"685checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"686687[[package]]688name = "blocking"689version = "1.0.2"690source = "registry+https://github.com/rust-lang/crates.io-index"691checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"692dependencies = [693 "async-channel",694 "async-task",695 "atomic-waker",696 "fastrand",697 "futures-lite",698 "once_cell",699]700701[[package]]702name = "bp-header-chain"703version = "0.1.0"704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"705dependencies = [706 "finality-grandpa",707 "frame-support",708 "parity-scale-codec",709 "serde",710 "sp-core",711 "sp-finality-grandpa",712 "sp-runtime",713 "sp-std",714]715716[[package]]717name = "bp-message-dispatch"718version = "0.1.0"719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"720dependencies = [721 "bp-runtime",722 "frame-support",723 "parity-scale-codec",724 "sp-std",725]726727[[package]]728name = "bp-messages"729version = "0.1.0"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"731dependencies = [732 "bitvec 0.20.1",733 "bp-runtime",734 "frame-support",735 "frame-system",736 "impl-trait-for-tuples 0.2.1",737 "parity-scale-codec",738 "serde",739 "sp-std",740]741742[[package]]743name = "bp-polkadot-core"744version = "0.1.0"745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"746dependencies = [747 "bp-messages",748 "bp-runtime",749 "frame-support",750 "frame-system",751 "parity-scale-codec",752 "sp-api",753 "sp-core",754 "sp-runtime",755 "sp-std",756 "sp-version",757]758759[[package]]760name = "bp-rialto"761version = "0.1.0"762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"763dependencies = [764 "bp-messages",765 "bp-runtime",766 "frame-support",767 "frame-system",768 "sp-api",769 "sp-core",770 "sp-runtime",771 "sp-std",772]773774[[package]]775name = "bp-rococo"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"778dependencies = [779 "bp-messages",780 "bp-polkadot-core",781 "bp-runtime",782 "frame-support",783 "parity-scale-codec",784 "smallvec 1.6.1",785 "sp-api",786 "sp-runtime",787 "sp-std",788 "sp-version",789]790791[[package]]792name = "bp-runtime"793version = "0.1.0"794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"795dependencies = [796 "frame-support",797 "hash-db",798 "num-traits",799 "parity-scale-codec",800 "sp-core",801 "sp-io",802 "sp-runtime",803 "sp-state-machine",804 "sp-std",805 "sp-trie",806]807808[[package]]809name = "bp-test-utils"810version = "0.1.0"811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"812dependencies = [813 "bp-header-chain",814 "ed25519-dalek",815 "finality-grandpa",816 "parity-scale-codec",817 "sp-application-crypto",818 "sp-finality-grandpa",819 "sp-runtime",820 "sp-std",821]822823[[package]]824name = "bp-wococo"825version = "0.1.0"826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"827dependencies = [828 "bp-messages",829 "bp-polkadot-core",830 "bp-rococo",831 "bp-runtime",832 "parity-scale-codec",833 "sp-api",834 "sp-runtime",835 "sp-std",836]837838[[package]]839name = "bridge-runtime-common"840version = "0.1.0"841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"842dependencies = [843 "bp-message-dispatch",844 "bp-messages",845 "bp-runtime",846 "frame-support",847 "hash-db",848 "pallet-bridge-dispatch",849 "pallet-bridge-grandpa",850 "pallet-bridge-messages",851 "pallet-transaction-payment",852 "parity-scale-codec",853 "sp-core",854 "sp-runtime",855 "sp-state-machine",856 "sp-std",857 "sp-trie",858]859860[[package]]861name = "bs58"862version = "0.4.0"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"865866[[package]]867name = "bstr"868version = "0.2.13"869source = "registry+https://github.com/rust-lang/crates.io-index"870checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"871dependencies = [872 "memchr",873]874875[[package]]876name = "build-helper"877version = "0.1.1"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"880dependencies = [881 "semver 0.6.0",882]883884[[package]]885name = "bumpalo"886version = "3.4.0"887source = "registry+https://github.com/rust-lang/crates.io-index"888checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"889890[[package]]891name = "byte-slice-cast"892version = "1.0.0"893source = "registry+https://github.com/rust-lang/crates.io-index"894checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"895896[[package]]897name = "byte-tools"898version = "0.3.1"899source = "registry+https://github.com/rust-lang/crates.io-index"900checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"901902[[package]]903name = "byteorder"904version = "1.3.4"905source = "registry+https://github.com/rust-lang/crates.io-index"906checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"907908[[package]]909name = "bytes"910version = "0.4.12"911source = "registry+https://github.com/rust-lang/crates.io-index"912checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"913dependencies = [914 "byteorder",915 "either",916 "iovec",917]918919[[package]]920name = "bytes"921version = "0.5.6"922source = "registry+https://github.com/rust-lang/crates.io-index"923checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"924925[[package]]926name = "bytes"927version = "1.0.1"928source = "registry+https://github.com/rust-lang/crates.io-index"929checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"930931[[package]]932name = "cache-padded"933version = "1.1.1"934source = "registry+https://github.com/rust-lang/crates.io-index"935checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"936937[[package]]938name = "camino"939version = "1.0.4"940source = "registry+https://github.com/rust-lang/crates.io-index"941checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9"942dependencies = [943 "serde",944]945946[[package]]947name = "cargo-platform"948version = "0.1.1"949source = "registry+https://github.com/rust-lang/crates.io-index"950checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"951dependencies = [952 "serde",953]954955[[package]]956name = "cargo_metadata"957version = "0.13.1"958source = "registry+https://github.com/rust-lang/crates.io-index"959checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"960dependencies = [961 "camino",962 "cargo-platform",963 "semver 0.11.0",964 "semver-parser 0.10.2",965 "serde",966 "serde_json",967]968969[[package]]970name = "cc"971version = "1.0.67"972source = "registry+https://github.com/rust-lang/crates.io-index"973checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"974dependencies = [975 "jobserver",976]977978[[package]]979name = "cexpr"980version = "0.5.0"981source = "registry+https://github.com/rust-lang/crates.io-index"982checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"983dependencies = [984 "nom",985]986987[[package]]988name = "cfg-if"989version = "0.1.10"990source = "registry+https://github.com/rust-lang/crates.io-index"991checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"992993[[package]]994name = "cfg-if"995version = "1.0.0"996source = "registry+https://github.com/rust-lang/crates.io-index"997checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"998999[[package]]1000name = "cfg_aliases"1001version = "0.1.1"1002source = "registry+https://github.com/rust-lang/crates.io-index"1003checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10041005[[package]]1006name = "chacha20"1007version = "0.7.3"1008source = "registry+https://github.com/rust-lang/crates.io-index"1009checksum = "f08493fa7707effc63254c66c6ea908675912493cd67952eda23c09fae2610b1"1010dependencies = [1011 "cfg-if 1.0.0",1012 "cipher",1013 "cpufeatures 0.2.1",1014 "zeroize",1015]10161017[[package]]1018name = "chacha20poly1305"1019version = "0.8.2"1020source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "b6547abe025f4027edacd9edaa357aded014eecec42a5070d9b885c3c334aba2"1022dependencies = [1023 "aead",1024 "chacha20",1025 "cipher",1026 "poly1305",1027 "zeroize",1028]10291030[[package]]1031name = "chrono"1032version = "0.4.19"1033source = "registry+https://github.com/rust-lang/crates.io-index"1034checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1035dependencies = [1036 "libc",1037 "num-integer",1038 "num-traits",1039 "time",1040 "winapi 0.3.9",1041]10421043[[package]]1044name = "cid"1045version = "0.6.0"1046source = "registry+https://github.com/rust-lang/crates.io-index"1047checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e"1048dependencies = [1049 "multibase",1050 "multihash 0.13.1",1051 "unsigned-varint 0.5.1",1052]10531054[[package]]1055name = "cipher"1056version = "0.3.0"1057source = "registry+https://github.com/rust-lang/crates.io-index"1058checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1059dependencies = [1060 "generic-array 0.14.4",1061]10621063[[package]]1064name = "ckb-merkle-mountain-range"1065version = "0.3.1"1066source = "registry+https://github.com/rust-lang/crates.io-index"1067checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6"1068dependencies = [1069 "cfg-if 0.1.10",1070]10711072[[package]]1073name = "clang-sys"1074version = "1.2.0"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"1077dependencies = [1078 "glob",1079 "libc",1080 "libloading 0.7.0",1081]10821083[[package]]1084name = "clap"1085version = "2.33.3"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"1088dependencies = [1089 "ansi_term 0.11.0",1090 "atty",1091 "bitflags",1092 "strsim 0.8.0",1093 "textwrap",1094 "unicode-width",1095 "vec_map",1096]10971098[[package]]1099name = "cloudabi"1100version = "0.0.3"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"1103dependencies = [1104 "bitflags",1105]11061107[[package]]1108name = "concurrent-queue"1109version = "1.2.2"1110source = "registry+https://github.com/rust-lang/crates.io-index"1111checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1112dependencies = [1113 "cache-padded",1114]11151116[[package]]1117name = "constant_time_eq"1118version = "0.1.5"1119source = "registry+https://github.com/rust-lang/crates.io-index"1120checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11211122[[package]]1123name = "convert_case"1124version = "0.4.0"1125source = "registry+https://github.com/rust-lang/crates.io-index"1126checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11271128[[package]]1129name = "core-foundation"1130version = "0.7.0"1131source = "registry+https://github.com/rust-lang/crates.io-index"1132checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"1133dependencies = [1134 "core-foundation-sys 0.7.0",1135 "libc",1136]11371138[[package]]1139name = "core-foundation"1140version = "0.9.1"1141source = "registry+https://github.com/rust-lang/crates.io-index"1142checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"1143dependencies = [1144 "core-foundation-sys 0.8.2",1145 "libc",1146]11471148[[package]]1149name = "core-foundation-sys"1150version = "0.7.0"1151source = "registry+https://github.com/rust-lang/crates.io-index"1152checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"11531154[[package]]1155name = "core-foundation-sys"1156version = "0.8.2"1157source = "registry+https://github.com/rust-lang/crates.io-index"1158checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"11591160[[package]]1161name = "cpp_demangle"1162version = "0.3.2"1163source = "registry+https://github.com/rust-lang/crates.io-index"1164checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"1165dependencies = [1166 "cfg-if 1.0.0",1167 "glob",1168]11691170[[package]]1171name = "cpufeatures"1172version = "0.1.4"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"1175dependencies = [1176 "libc",1177]11781179[[package]]1180name = "cpufeatures"1181version = "0.2.1"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"1184dependencies = [1185 "libc",1186]11871188[[package]]1189name = "cpuid-bool"1190version = "0.1.0"1191source = "registry+https://github.com/rust-lang/crates.io-index"1192checksum = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4"11931194[[package]]1195name = "cranelift-bforest"1196version = "0.74.0"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"1199dependencies = [1200 "cranelift-entity",1201]12021203[[package]]1204name = "cranelift-codegen"1205version = "0.74.0"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"1208dependencies = [1209 "cranelift-bforest",1210 "cranelift-codegen-meta",1211 "cranelift-codegen-shared",1212 "cranelift-entity",1213 "gimli 0.24.0",1214 "log",1215 "regalloc",1216 "serde",1217 "smallvec 1.6.1",1218 "target-lexicon",1219]12201221[[package]]1222name = "cranelift-codegen-meta"1223version = "0.74.0"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"1226dependencies = [1227 "cranelift-codegen-shared",1228 "cranelift-entity",1229]12301231[[package]]1232name = "cranelift-codegen-shared"1233version = "0.74.0"1234source = "registry+https://github.com/rust-lang/crates.io-index"1235checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"1236dependencies = [1237 "serde",1238]12391240[[package]]1241name = "cranelift-entity"1242version = "0.74.0"1243source = "registry+https://github.com/rust-lang/crates.io-index"1244checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"1245dependencies = [1246 "serde",1247]12481249[[package]]1250name = "cranelift-frontend"1251version = "0.74.0"1252source = "registry+https://github.com/rust-lang/crates.io-index"1253checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"1254dependencies = [1255 "cranelift-codegen",1256 "log",1257 "smallvec 1.6.1",1258 "target-lexicon",1259]12601261[[package]]1262name = "cranelift-native"1263version = "0.74.0"1264source = "registry+https://github.com/rust-lang/crates.io-index"1265checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"1266dependencies = [1267 "cranelift-codegen",1268 "target-lexicon",1269]12701271[[package]]1272name = "cranelift-wasm"1273version = "0.74.0"1274source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"1276dependencies = [1277 "cranelift-codegen",1278 "cranelift-entity",1279 "cranelift-frontend",1280 "itertools",1281 "log",1282 "serde",1283 "smallvec 1.6.1",1284 "thiserror",1285 "wasmparser",1286]12871288[[package]]1289name = "crc32fast"1290version = "1.2.0"1291source = "registry+https://github.com/rust-lang/crates.io-index"1292checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"1293dependencies = [1294 "cfg-if 0.1.10",1295]12961297[[package]]1298name = "crossbeam-deque"1299version = "0.7.4"1300source = "registry+https://github.com/rust-lang/crates.io-index"1301checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"1302dependencies = [1303 "crossbeam-epoch",1304 "crossbeam-utils 0.7.2",1305 "maybe-uninit",1306]13071308[[package]]1309name = "crossbeam-epoch"1310version = "0.8.2"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1313dependencies = [1314 "autocfg",1315 "cfg-if 0.1.10",1316 "crossbeam-utils 0.7.2",1317 "lazy_static",1318 "maybe-uninit",1319 "memoffset 0.5.5",1320 "scopeguard",1321]13221323[[package]]1324name = "crossbeam-queue"1325version = "0.2.3"1326source = "registry+https://github.com/rust-lang/crates.io-index"1327checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1328dependencies = [1329 "cfg-if 0.1.10",1330 "crossbeam-utils 0.7.2",1331 "maybe-uninit",1332]13331334[[package]]1335name = "crossbeam-utils"1336version = "0.7.2"1337source = "registry+https://github.com/rust-lang/crates.io-index"1338checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"1339dependencies = [1340 "autocfg",1341 "cfg-if 0.1.10",1342 "lazy_static",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.1"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"1350dependencies = [1351 "autocfg",1352 "cfg-if 1.0.0",1353 "lazy_static",1354]13551356[[package]]1357name = "crunchy"1358version = "0.2.2"1359source = "registry+https://github.com/rust-lang/crates.io-index"1360checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13611362[[package]]1363name = "crypto-mac"1364version = "0.7.0"1365source = "registry+https://github.com/rust-lang/crates.io-index"1366checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1367dependencies = [1368 "generic-array 0.12.3",1369 "subtle 1.0.0",1370]13711372[[package]]1373name = "crypto-mac"1374version = "0.8.0"1375source = "registry+https://github.com/rust-lang/crates.io-index"1376checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1377dependencies = [1378 "generic-array 0.14.4",1379 "subtle 2.4.1",1380]13811382[[package]]1383name = "ct-logs"1384version = "0.7.0"1385source = "registry+https://github.com/rust-lang/crates.io-index"1386checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1387dependencies = [1388 "sct",1389]13901391[[package]]1392name = "ctor"1393version = "0.1.16"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"1396dependencies = [1397 "quote",1398 "syn",1399]14001401[[package]]1402name = "ctr"1403version = "0.8.0"1404source = "registry+https://github.com/rust-lang/crates.io-index"1405checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1406dependencies = [1407 "cipher",1408]14091410[[package]]1411name = "cuckoofilter"1412version = "0.5.0"1413source = "registry+https://github.com/rust-lang/crates.io-index"1414checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1415dependencies = [1416 "byteorder",1417 "fnv",1418 "rand 0.7.3",1419]14201421[[package]]1422name = "cumulus-client-cli"1423version = "0.1.0"1424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1425dependencies = [1426 "sc-cli",1427 "sc-service",1428 "structopt",1429]14301431[[package]]1432name = "cumulus-client-collator"1433version = "0.1.0"1434source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1435dependencies = [1436 "cumulus-client-consensus-common",1437 "cumulus-client-network",1438 "cumulus-primitives-core",1439 "futures 0.3.17",1440 "parity-scale-codec",1441 "parking_lot 0.10.2",1442 "polkadot-node-primitives",1443 "polkadot-node-subsystem",1444 "polkadot-overseer",1445 "polkadot-primitives",1446 "sc-client-api",1447 "sp-api",1448 "sp-consensus",1449 "sp-core",1450 "sp-io",1451 "sp-runtime",1452 "tracing",1453]14541455[[package]]1456name = "cumulus-client-consensus-aura"1457version = "0.1.0"1458source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1459dependencies = [1460 "async-trait",1461 "cumulus-client-consensus-common",1462 "cumulus-primitives-core",1463 "futures 0.3.17",1464 "parity-scale-codec",1465 "parking_lot 0.10.2",1466 "polkadot-client",1467 "sc-client-api",1468 "sc-consensus",1469 "sc-consensus-aura",1470 "sc-consensus-slots",1471 "sc-telemetry",1472 "sp-api",1473 "sp-application-crypto",1474 "sp-block-builder",1475 "sp-blockchain",1476 "sp-consensus",1477 "sp-consensus-aura",1478 "sp-core",1479 "sp-inherents",1480 "sp-keystore",1481 "sp-runtime",1482 "substrate-prometheus-endpoint",1483 "tracing",1484]14851486[[package]]1487name = "cumulus-client-consensus-common"1488version = "0.1.0"1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1490dependencies = [1491 "async-trait",1492 "dyn-clone",1493 "futures 0.3.17",1494 "parity-scale-codec",1495 "polkadot-primitives",1496 "polkadot-runtime",1497 "sc-client-api",1498 "sc-consensus",1499 "sp-api",1500 "sp-block-builder",1501 "sp-blockchain",1502 "sp-consensus",1503 "sp-core",1504 "sp-inherents",1505 "sp-runtime",1506 "sp-trie",1507 "substrate-prometheus-endpoint",1508 "tracing",1509]15101511[[package]]1512name = "cumulus-client-network"1513version = "0.1.0"1514source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1515dependencies = [1516 "derive_more",1517 "futures 0.3.17",1518 "futures-timer 3.0.2",1519 "parity-scale-codec",1520 "parking_lot 0.10.2",1521 "polkadot-client",1522 "polkadot-node-primitives",1523 "polkadot-parachain",1524 "polkadot-primitives",1525 "polkadot-statement-table",1526 "sc-client-api",1527 "sp-api",1528 "sp-blockchain",1529 "sp-consensus",1530 "sp-core",1531 "sp-runtime",1532 "tracing",1533]15341535[[package]]1536name = "cumulus-client-pov-recovery"1537version = "0.1.0"1538source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1539dependencies = [1540 "cumulus-primitives-core",1541 "futures 0.3.17",1542 "futures-timer 3.0.2",1543 "parity-scale-codec",1544 "polkadot-node-primitives",1545 "polkadot-node-subsystem",1546 "polkadot-overseer",1547 "polkadot-primitives",1548 "rand 0.8.4",1549 "sc-client-api",1550 "sc-consensus",1551 "sp-api",1552 "sp-consensus",1553 "sp-core",1554 "sp-maybe-compressed-blob",1555 "sp-runtime",1556 "tracing",1557]15581559[[package]]1560name = "cumulus-client-service"1561version = "0.1.0"1562source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1563dependencies = [1564 "cumulus-client-collator",1565 "cumulus-client-consensus-common",1566 "cumulus-client-pov-recovery",1567 "cumulus-primitives-core",1568 "parity-scale-codec",1569 "parking_lot 0.10.2",1570 "polkadot-overseer",1571 "polkadot-primitives",1572 "polkadot-service",1573 "sc-chain-spec",1574 "sc-client-api",1575 "sc-consensus",1576 "sc-consensus-babe",1577 "sc-service",1578 "sc-telemetry",1579 "sc-tracing",1580 "sp-api",1581 "sp-blockchain",1582 "sp-consensus",1583 "sp-core",1584 "sp-runtime",1585 "tracing",1586]15871588[[package]]1589name = "cumulus-pallet-aura-ext"1590version = "0.1.0"1591source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1592dependencies = [1593 "frame-executive",1594 "frame-support",1595 "frame-system",1596 "pallet-aura",1597 "parity-scale-codec",1598 "serde",1599 "sp-application-crypto",1600 "sp-consensus-aura",1601 "sp-runtime",1602 "sp-std",1603]16041605[[package]]1606name = "cumulus-pallet-dmp-queue"1607version = "0.1.0"1608source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1609dependencies = [1610 "cumulus-primitives-core",1611 "frame-support",1612 "frame-system",1613 "log",1614 "parity-scale-codec",1615 "rand 0.8.4",1616 "rand_chacha 0.3.1",1617 "sp-io",1618 "sp-runtime",1619 "sp-std",1620 "xcm",1621 "xcm-executor",1622]16231624[[package]]1625name = "cumulus-pallet-parachain-system"1626version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1628dependencies = [1629 "cumulus-pallet-parachain-system-proc-macro",1630 "cumulus-primitives-core",1631 "cumulus-primitives-parachain-inherent",1632 "environmental",1633 "frame-support",1634 "frame-system",1635 "log",1636 "pallet-balances",1637 "parity-scale-codec",1638 "polkadot-parachain",1639 "serde",1640 "sp-core",1641 "sp-externalities",1642 "sp-inherents",1643 "sp-io",1644 "sp-runtime",1645 "sp-state-machine",1646 "sp-std",1647 "sp-trie",1648 "sp-version",1649 "xcm",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system-proc-macro"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1656dependencies = [1657 "proc-macro-crate 1.0.0",1658 "proc-macro2",1659 "quote",1660 "syn",1661]16621663[[package]]1664name = "cumulus-pallet-xcm"1665version = "0.1.0"1666source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1667dependencies = [1668 "cumulus-primitives-core",1669 "frame-support",1670 "frame-system",1671 "parity-scale-codec",1672 "serde",1673 "sp-io",1674 "sp-runtime",1675 "sp-std",1676 "xcm",1677]16781679[[package]]1680name = "cumulus-pallet-xcmp-queue"1681version = "0.1.0"1682source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1683dependencies = [1684 "cumulus-primitives-core",1685 "frame-support",1686 "frame-system",1687 "log",1688 "parity-scale-codec",1689 "rand 0.8.4",1690 "rand_chacha 0.3.1",1691 "sp-runtime",1692 "sp-std",1693 "xcm",1694 "xcm-executor",1695]16961697[[package]]1698name = "cumulus-primitives-core"1699version = "0.1.0"1700source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1701dependencies = [1702 "frame-support",1703 "impl-trait-for-tuples 0.2.1",1704 "parity-scale-codec",1705 "polkadot-core-primitives",1706 "polkadot-parachain",1707 "polkadot-primitives",1708 "sp-api",1709 "sp-runtime",1710 "sp-std",1711 "sp-trie",1712 "xcm",1713]17141715[[package]]1716name = "cumulus-primitives-parachain-inherent"1717version = "0.1.0"1718source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1719dependencies = [1720 "async-trait",1721 "cumulus-primitives-core",1722 "cumulus-test-relay-sproof-builder",1723 "parity-scale-codec",1724 "polkadot-client",1725 "sc-client-api",1726 "sp-api",1727 "sp-core",1728 "sp-inherents",1729 "sp-runtime",1730 "sp-state-machine",1731 "sp-std",1732 "sp-trie",1733 "tracing",1734]17351736[[package]]1737name = "cumulus-primitives-timestamp"1738version = "0.1.0"1739source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1740dependencies = [1741 "cumulus-primitives-core",1742 "sp-inherents",1743 "sp-std",1744 "sp-timestamp",1745]17461747[[package]]1748name = "cumulus-primitives-utility"1749version = "0.1.0"1750source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1751dependencies = [1752 "cumulus-primitives-core",1753 "frame-support",1754 "impl-trait-for-tuples 0.2.1",1755 "parity-scale-codec",1756 "polkadot-core-primitives",1757 "polkadot-parachain",1758 "polkadot-primitives",1759 "sp-runtime",1760 "sp-std",1761 "sp-trie",1762 "xcm",1763]17641765[[package]]1766name = "cumulus-test-relay-sproof-builder"1767version = "0.1.0"1768source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"1769dependencies = [1770 "cumulus-primitives-core",1771 "parity-scale-codec",1772 "polkadot-primitives",1773 "sp-runtime",1774 "sp-state-machine",1775 "sp-std",1776]17771778[[package]]1779name = "curve25519-dalek"1780version = "2.1.0"1781source = "registry+https://github.com/rust-lang/crates.io-index"1782checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"1783dependencies = [1784 "byteorder",1785 "digest 0.8.1",1786 "rand_core 0.5.1",1787 "subtle 2.4.1",1788 "zeroize",1789]17901791[[package]]1792name = "curve25519-dalek"1793version = "3.0.0"1794source = "registry+https://github.com/rust-lang/crates.io-index"1795checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307"1796dependencies = [1797 "byteorder",1798 "digest 0.9.0",1799 "rand_core 0.5.1",1800 "subtle 2.4.1",1801 "zeroize",1802]18031804[[package]]1805name = "darling"1806version = "0.13.0"1807source = "registry+https://github.com/rust-lang/crates.io-index"1808checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"1809dependencies = [1810 "darling_core",1811 "darling_macro",1812]18131814[[package]]1815name = "darling_core"1816version = "0.13.0"1817source = "registry+https://github.com/rust-lang/crates.io-index"1818checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"1819dependencies = [1820 "fnv",1821 "ident_case",1822 "proc-macro2",1823 "quote",1824 "strsim 0.10.0",1825 "syn",1826]18271828[[package]]1829name = "darling_macro"1830version = "0.13.0"1831source = "registry+https://github.com/rust-lang/crates.io-index"1832checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"1833dependencies = [1834 "darling_core",1835 "quote",1836 "syn",1837]18381839[[package]]1840name = "data-encoding"1841version = "2.3.2"1842source = "registry+https://github.com/rust-lang/crates.io-index"1843checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18441845[[package]]1846name = "data-encoding-macro"1847version = "0.1.10"1848source = "registry+https://github.com/rust-lang/crates.io-index"1849checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17"1850dependencies = [1851 "data-encoding",1852 "data-encoding-macro-internal",1853]18541855[[package]]1856name = "data-encoding-macro-internal"1857version = "0.1.9"1858source = "registry+https://github.com/rust-lang/crates.io-index"1859checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a"1860dependencies = [1861 "data-encoding",1862 "syn",1863]18641865[[package]]1866name = "derivative"1867version = "2.2.0"1868source = "registry+https://github.com/rust-lang/crates.io-index"1869checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1870dependencies = [1871 "proc-macro2",1872 "quote",1873 "syn",1874]18751876[[package]]1877name = "derive_more"1878version = "0.99.14"1879source = "registry+https://github.com/rust-lang/crates.io-index"1880checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"1881dependencies = [1882 "convert_case",1883 "proc-macro2",1884 "quote",1885 "syn",1886]18871888[[package]]1889name = "digest"1890version = "0.8.1"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1893dependencies = [1894 "generic-array 0.12.3",1895]18961897[[package]]1898name = "digest"1899version = "0.9.0"1900source = "registry+https://github.com/rust-lang/crates.io-index"1901checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1902dependencies = [1903 "generic-array 0.14.4",1904]19051906[[package]]1907name = "directories"1908version = "3.0.1"1909source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"1911dependencies = [1912 "dirs-sys",1913]19141915[[package]]1916name = "directories-next"1917version = "2.0.0"1918source = "registry+https://github.com/rust-lang/crates.io-index"1919checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1920dependencies = [1921 "cfg-if 1.0.0",1922 "dirs-sys-next",1923]19241925[[package]]1926name = "dirs-sys"1927version = "0.3.5"1928source = "registry+https://github.com/rust-lang/crates.io-index"1929checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"1930dependencies = [1931 "libc",1932 "redox_users 0.3.4",1933 "winapi 0.3.9",1934]19351936[[package]]1937name = "dirs-sys-next"1938version = "0.1.2"1939source = "registry+https://github.com/rust-lang/crates.io-index"1940checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1941dependencies = [1942 "libc",1943 "redox_users 0.4.0",1944 "winapi 0.3.9",1945]19461947[[package]]1948name = "dns-parser"1949version = "0.8.0"1950source = "registry+https://github.com/rust-lang/crates.io-index"1951checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1952dependencies = [1953 "byteorder",1954 "quick-error 1.2.3",1955]19561957[[package]]1958name = "downcast-rs"1959version = "1.2.0"1960source = "registry+https://github.com/rust-lang/crates.io-index"1961checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19621963[[package]]1964name = "dyn-clonable"1965version = "0.9.0"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1968dependencies = [1969 "dyn-clonable-impl",1970 "dyn-clone",1971]19721973[[package]]1974name = "dyn-clonable-impl"1975version = "0.9.0"1976source = "registry+https://github.com/rust-lang/crates.io-index"1977checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1978dependencies = [1979 "proc-macro2",1980 "quote",1981 "syn",1982]19831984[[package]]1985name = "dyn-clone"1986version = "1.0.4"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19891990[[package]]1991name = "ed25519"1992version = "1.0.1"1993source = "registry+https://github.com/rust-lang/crates.io-index"1994checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"1995dependencies = [1996 "signature",1997]19981999[[package]]2000name = "ed25519-dalek"2001version = "1.0.1"2002source = "registry+https://github.com/rust-lang/crates.io-index"2003checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2004dependencies = [2005 "curve25519-dalek 3.0.0",2006 "ed25519",2007 "rand 0.7.3",2008 "serde",2009 "sha2 0.9.2",2010 "zeroize",2011]20122013[[package]]2014name = "either"2015version = "1.6.0"2016source = "registry+https://github.com/rust-lang/crates.io-index"2017checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"20182019[[package]]2020name = "enum-as-inner"2021version = "0.3.3"2022source = "registry+https://github.com/rust-lang/crates.io-index"2023checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"2024dependencies = [2025 "heck",2026 "proc-macro2",2027 "quote",2028 "syn",2029]20302031[[package]]2032name = "enumflags2"2033version = "0.6.4"2034source = "registry+https://github.com/rust-lang/crates.io-index"2035checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2036dependencies = [2037 "enumflags2_derive",2038]20392040[[package]]2041name = "enumflags2_derive"2042version = "0.6.4"2043source = "registry+https://github.com/rust-lang/crates.io-index"2044checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2045dependencies = [2046 "proc-macro2",2047 "quote",2048 "syn",2049]20502051[[package]]2052name = "enumn"2053version = "0.1.3"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2056dependencies = [2057 "proc-macro2",2058 "quote",2059 "syn",2060]20612062[[package]]2063name = "env_logger"2064version = "0.7.1"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"2067dependencies = [2068 "atty",2069 "humantime 1.3.0",2070 "log",2071 "regex",2072 "termcolor",2073]20742075[[package]]2076name = "env_logger"2077version = "0.8.4"2078source = "registry+https://github.com/rust-lang/crates.io-index"2079checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"2080dependencies = [2081 "atty",2082 "humantime 2.0.1",2083 "log",2084 "regex",2085 "termcolor",2086]20872088[[package]]2089name = "environmental"2090version = "1.1.3"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20932094[[package]]2095name = "erased-serde"2096version = "0.3.12"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"2099dependencies = [2100 "serde",2101]21022103[[package]]2104name = "errno"2105version = "0.2.5"2106source = "registry+https://github.com/rust-lang/crates.io-index"2107checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"2108dependencies = [2109 "errno-dragonfly",2110 "libc",2111 "winapi 0.3.9",2112]21132114[[package]]2115name = "errno-dragonfly"2116version = "0.1.1"2117source = "registry+https://github.com/rust-lang/crates.io-index"2118checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"2119dependencies = [2120 "gcc",2121 "libc",2122]21232124[[package]]2125name = "ethbloom"2126version = "0.11.0"2127source = "registry+https://github.com/rust-lang/crates.io-index"2128checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"2129dependencies = [2130 "crunchy",2131 "fixed-hash",2132 "impl-codec",2133 "impl-rlp",2134 "impl-serde",2135 "tiny-keccak",2136]21372138[[package]]2139name = "ethereum"2140version = "0.9.0"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "4a67be3eaf296ef668733f54c637e84d0ca34eaf194f0077455135981ad464c3"2143dependencies = [2144 "bytes 1.0.1",2145 "ethereum-types",2146 "hash-db",2147 "hash256-std-hasher",2148 "parity-scale-codec",2149 "rlp",2150 "rlp-derive",2151 "serde",2152 "sha3 0.9.1",2153 "triehash",2154]21552156[[package]]2157name = "ethereum-types"2158version = "0.12.0"2159source = "registry+https://github.com/rust-lang/crates.io-index"2160checksum = "0dd6bde671199089e601e8d47e153368b893ef885f11f365a3261ec58153c211"2161dependencies = [2162 "ethbloom",2163 "fixed-hash",2164 "impl-codec",2165 "impl-rlp",2166 "impl-serde",2167 "primitive-types 0.10.1",2168 "uint",2169]21702171[[package]]2172name = "event-listener"2173version = "2.5.1"2174source = "registry+https://github.com/rust-lang/crates.io-index"2175checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"21762177[[package]]2178name = "evm"2179version = "0.30.0"2180source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2181dependencies = [2182 "environmental",2183 "ethereum",2184 "evm-core",2185 "evm-gasometer",2186 "evm-runtime",2187 "log",2188 "parity-scale-codec",2189 "primitive-types 0.10.1",2190 "rlp",2191 "serde",2192 "sha3 0.8.2",2193]21942195[[package]]2196name = "evm-coder"2197version = "0.1.0"2198dependencies = [2199 "ethereum",2200 "evm-coder-macros",2201 "evm-core",2202 "hex",2203 "hex-literal",2204 "impl-trait-for-tuples 0.2.1",2205 "primitive-types 0.10.1",2206]22072208[[package]]2209name = "evm-coder-macros"2210version = "0.1.0"2211dependencies = [2212 "Inflector",2213 "darling",2214 "hex",2215 "proc-macro2",2216 "quote",2217 "sha3 0.9.1",2218 "syn",2219]22202221[[package]]2222name = "evm-core"2223version = "0.30.0"2224source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2225dependencies = [2226 "funty",2227 "parity-scale-codec",2228 "primitive-types 0.10.1",2229 "serde",2230]22312232[[package]]2233name = "evm-gasometer"2234version = "0.30.0"2235source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2236dependencies = [2237 "environmental",2238 "evm-core",2239 "evm-runtime",2240 "primitive-types 0.10.1",2241]22422243[[package]]2244name = "evm-runtime"2245version = "0.30.0"2246source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#d126c98ab2606bdf1ec1ad90b6d59c024d000b29"2247dependencies = [2248 "environmental",2249 "evm-core",2250 "primitive-types 0.10.1",2251 "sha3 0.8.2",2252]22532254[[package]]2255name = "exit-future"2256version = "0.2.0"2257source = "registry+https://github.com/rust-lang/crates.io-index"2258checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2259dependencies = [2260 "futures 0.3.17",2261]22622263[[package]]2264name = "failure"2265version = "0.1.8"2266source = "registry+https://github.com/rust-lang/crates.io-index"2267checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"2268dependencies = [2269 "backtrace",2270 "failure_derive",2271]22722273[[package]]2274name = "failure_derive"2275version = "0.1.8"2276source = "registry+https://github.com/rust-lang/crates.io-index"2277checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"2278dependencies = [2279 "proc-macro2",2280 "quote",2281 "syn",2282 "synstructure",2283]22842285[[package]]2286name = "fake-simd"2287version = "0.1.2"2288source = "registry+https://github.com/rust-lang/crates.io-index"2289checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22902291[[package]]2292name = "fallible-iterator"2293version = "0.2.0"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22962297[[package]]2298name = "fastrand"2299version = "1.4.0"2300source = "registry+https://github.com/rust-lang/crates.io-index"2301checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"2302dependencies = [2303 "instant",2304]23052306[[package]]2307name = "fc-consensus"2308version = "2.0.0-dev"2309source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2310dependencies = [2311 "async-trait",2312 "derive_more",2313 "fc-db",2314 "fp-consensus",2315 "fp-rpc",2316 "futures 0.3.17",2317 "log",2318 "parity-scale-codec",2319 "sc-client-api",2320 "sc-consensus",2321 "sc-transaction-pool-api",2322 "sp-api",2323 "sp-block-builder",2324 "sp-blockchain",2325 "sp-consensus",2326 "sp-core",2327 "sp-inherents",2328 "sp-runtime",2329 "sp-timestamp",2330 "substrate-prometheus-endpoint",2331]23322333[[package]]2334name = "fc-db"2335version = "2.0.0-dev"2336source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2337dependencies = [2338 "fp-storage",2339 "kvdb",2340 "kvdb-rocksdb 0.14.0",2341 "pallet-ethereum",2342 "parity-scale-codec",2343 "parking_lot 0.11.2",2344 "sp-core",2345 "sp-database",2346 "sp-runtime",2347]23482349[[package]]2350name = "fc-mapping-sync"2351version = "2.0.0-dev"2352source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2353dependencies = [2354 "fc-consensus",2355 "fc-db",2356 "fp-consensus",2357 "fp-rpc",2358 "futures 0.3.17",2359 "futures-timer 3.0.2",2360 "log",2361 "sc-client-api",2362 "sp-api",2363 "sp-blockchain",2364 "sp-runtime",2365]23662367[[package]]2368name = "fc-rpc"2369version = "2.0.0-dev"2370source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2371dependencies = [2372 "ethereum",2373 "ethereum-types",2374 "evm",2375 "fc-consensus",2376 "fc-db",2377 "fc-rpc-core",2378 "fp-consensus",2379 "fp-evm",2380 "fp-rpc",2381 "fp-storage",2382 "futures 0.3.17",2383 "futures-util",2384 "jsonrpc-core 15.1.0",2385 "jsonrpc-pubsub 15.1.0",2386 "libsecp256k1 0.3.5",2387 "log",2388 "pallet-ethereum",2389 "pallet-evm",2390 "parity-scale-codec",2391 "rand 0.7.3",2392 "rlp",2393 "rustc-hex",2394 "sc-client-api",2395 "sc-network",2396 "sc-rpc",2397 "sc-service",2398 "sc-transaction-pool-api",2399 "sha3 0.8.2",2400 "sp-api",2401 "sp-blockchain",2402 "sp-io",2403 "sp-runtime",2404 "sp-storage",2405 "sp-transaction-pool",2406]24072408[[package]]2409name = "fc-rpc-core"2410version = "1.1.0-dev"2411source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2412dependencies = [2413 "ethereum-types",2414 "jsonrpc-core 15.1.0",2415 "jsonrpc-core-client 14.2.0",2416 "jsonrpc-derive 14.2.2",2417 "jsonrpc-pubsub 15.1.0",2418 "rustc-hex",2419 "serde",2420 "serde_json",2421]24222423[[package]]2424name = "fdlimit"2425version = "0.2.1"2426source = "registry+https://github.com/rust-lang/crates.io-index"2427checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2428dependencies = [2429 "libc",2430]24312432[[package]]2433name = "file-per-thread-logger"2434version = "0.1.3"2435source = "registry+https://github.com/rust-lang/crates.io-index"2436checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1"2437dependencies = [2438 "env_logger 0.7.1",2439 "log",2440]24412442[[package]]2443name = "finality-grandpa"2444version = "0.14.1"2445source = "registry+https://github.com/rust-lang/crates.io-index"2446checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2447dependencies = [2448 "either",2449 "futures 0.3.17",2450 "futures-timer 3.0.2",2451 "log",2452 "num-traits",2453 "parity-scale-codec",2454 "parking_lot 0.11.2",2455]24562457[[package]]2458name = "fixed-hash"2459version = "0.7.0"2460source = "registry+https://github.com/rust-lang/crates.io-index"2461checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2462dependencies = [2463 "byteorder",2464 "rand 0.8.4",2465 "rustc-hex",2466 "static_assertions",2467]24682469[[package]]2470name = "fixedbitset"2471version = "0.2.0"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"24742475[[package]]2476name = "flate2"2477version = "1.0.16"2478source = "registry+https://github.com/rust-lang/crates.io-index"2479checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"2480dependencies = [2481 "cfg-if 0.1.10",2482 "crc32fast",2483 "libc",2484 "libz-sys",2485 "miniz_oxide",2486]24872488[[package]]2489name = "flexi_logger"2490version = "0.15.12"2491source = "registry+https://github.com/rust-lang/crates.io-index"2492checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2493dependencies = [2494 "atty",2495 "chrono",2496 "glob",2497 "lazy_static",2498 "log",2499 "regex",2500 "thiserror",2501 "yansi",2502]25032504[[package]]2505name = "fnv"2506version = "1.0.7"2507source = "registry+https://github.com/rust-lang/crates.io-index"2508checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"25092510[[package]]2511name = "fork-tree"2512version = "3.0.0"2513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2514dependencies = [2515 "parity-scale-codec",2516]25172518[[package]]2519name = "form_urlencoded"2520version = "1.0.0"2521source = "registry+https://github.com/rust-lang/crates.io-index"2522checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"2523dependencies = [2524 "matches",2525 "percent-encoding 2.1.0",2526]25272528[[package]]2529name = "fp-consensus"2530version = "2.0.0-dev"2531source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2532dependencies = [2533 "ethereum",2534 "parity-scale-codec",2535 "rlp",2536 "sha3 0.8.2",2537 "sp-core",2538 "sp-runtime",2539 "sp-std",2540]25412542[[package]]2543name = "fp-evm"2544version = "3.0.0-dev"2545source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2546dependencies = [2547 "evm",2548 "impl-trait-for-tuples 0.1.3",2549 "parity-scale-codec",2550 "serde",2551 "sp-core",2552 "sp-std",2553]25542555[[package]]2556name = "fp-rpc"2557version = "3.0.0-dev"2558source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"2559dependencies = [2560 "ethereum",2561 "ethereum-types",2562 "fp-evm",2563 "parity-scale-codec",2564 "sp-api",2565 "sp-core",2566 "sp-io",2567 "sp-runtime",2568 "sp-std",2569]25702571[[package]]2572name = "fp-storage"2573version = "2.0.0"2574source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"25752576[[package]]2577name = "frame-benchmarking"2578version = "4.0.0-dev"2579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2580dependencies = [2581 "frame-support",2582 "frame-system",2583 "linregress",2584 "log",2585 "parity-scale-codec",2586 "paste",2587 "sp-api",2588 "sp-io",2589 "sp-runtime",2590 "sp-runtime-interface",2591 "sp-std",2592 "sp-storage",2593]25942595[[package]]2596name = "frame-benchmarking-cli"2597version = "4.0.0-dev"2598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2599dependencies = [2600 "Inflector",2601 "chrono",2602 "frame-benchmarking",2603 "frame-support",2604 "handlebars",2605 "linked-hash-map",2606 "log",2607 "parity-scale-codec",2608 "sc-cli",2609 "sc-client-db",2610 "sc-executor",2611 "sc-service",2612 "serde",2613 "sp-core",2614 "sp-externalities",2615 "sp-keystore",2616 "sp-runtime",2617 "sp-state-machine",2618 "structopt",2619]26202621[[package]]2622name = "frame-election-provider-support"2623version = "4.0.0-dev"2624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2625dependencies = [2626 "frame-support",2627 "frame-system",2628 "parity-scale-codec",2629 "sp-arithmetic",2630 "sp-npos-elections",2631 "sp-std",2632]26332634[[package]]2635name = "frame-executive"2636version = "4.0.0-dev"2637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2638dependencies = [2639 "frame-support",2640 "frame-system",2641 "parity-scale-codec",2642 "sp-core",2643 "sp-io",2644 "sp-runtime",2645 "sp-std",2646 "sp-tracing",2647]26482649[[package]]2650name = "frame-metadata"2651version = "14.0.0-dev"2652source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2653dependencies = [2654 "parity-scale-codec",2655 "serde",2656 "sp-core",2657 "sp-std",2658]26592660[[package]]2661name = "frame-support"2662version = "4.0.0-dev"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2664dependencies = [2665 "bitflags",2666 "frame-metadata",2667 "frame-support-procedural",2668 "impl-trait-for-tuples 0.2.1",2669 "log",2670 "once_cell",2671 "parity-scale-codec",2672 "paste",2673 "serde",2674 "smallvec 1.6.1",2675 "sp-arithmetic",2676 "sp-core",2677 "sp-inherents",2678 "sp-io",2679 "sp-runtime",2680 "sp-staking",2681 "sp-state-machine",2682 "sp-std",2683 "sp-tracing",2684]26852686[[package]]2687name = "frame-support-procedural"2688version = "4.0.0-dev"2689source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2690dependencies = [2691 "Inflector",2692 "frame-support-procedural-tools",2693 "proc-macro2",2694 "quote",2695 "syn",2696]26972698[[package]]2699name = "frame-support-procedural-tools"2700version = "4.0.0-dev"2701source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2702dependencies = [2703 "frame-support-procedural-tools-derive",2704 "proc-macro-crate 1.0.0",2705 "proc-macro2",2706 "quote",2707 "syn",2708]27092710[[package]]2711name = "frame-support-procedural-tools-derive"2712version = "3.0.0"2713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2714dependencies = [2715 "proc-macro2",2716 "quote",2717 "syn",2718]27192720[[package]]2721name = "frame-system"2722version = "4.0.0-dev"2723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2724dependencies = [2725 "frame-support",2726 "impl-trait-for-tuples 0.2.1",2727 "log",2728 "parity-scale-codec",2729 "serde",2730 "sp-core",2731 "sp-io",2732 "sp-runtime",2733 "sp-std",2734 "sp-version",2735]27362737[[package]]2738name = "frame-system-benchmarking"2739version = "4.0.0-dev"2740source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2741dependencies = [2742 "frame-benchmarking",2743 "frame-support",2744 "frame-system",2745 "parity-scale-codec",2746 "sp-core",2747 "sp-runtime",2748 "sp-std",2749]27502751[[package]]2752name = "frame-system-rpc-runtime-api"2753version = "4.0.0-dev"2754source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2755dependencies = [2756 "parity-scale-codec",2757 "sp-api",2758]27592760[[package]]2761name = "frame-try-runtime"2762version = "0.10.0-dev"2763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"2764dependencies = [2765 "frame-support",2766 "parity-scale-codec",2767 "sp-api",2768 "sp-runtime",2769 "sp-std",2770]27712772[[package]]2773name = "fs-err"2774version = "2.5.0"2775source = "registry+https://github.com/rust-lang/crates.io-index"2776checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"27772778[[package]]2779name = "fs-swap"2780version = "0.2.6"2781source = "registry+https://github.com/rust-lang/crates.io-index"2782checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2783dependencies = [2784 "lazy_static",2785 "libc",2786 "libloading 0.5.2",2787 "winapi 0.3.9",2788]27892790[[package]]2791name = "fs2"2792version = "0.4.3"2793source = "registry+https://github.com/rust-lang/crates.io-index"2794checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2795dependencies = [2796 "libc",2797 "winapi 0.3.9",2798]27992800[[package]]2801name = "fuchsia-cprng"2802version = "0.1.1"2803source = "registry+https://github.com/rust-lang/crates.io-index"2804checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"28052806[[package]]2807name = "fuchsia-zircon"2808version = "0.3.3"2809source = "registry+https://github.com/rust-lang/crates.io-index"2810checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2811dependencies = [2812 "bitflags",2813 "fuchsia-zircon-sys",2814]28152816[[package]]2817name = "fuchsia-zircon-sys"2818version = "0.3.3"2819source = "registry+https://github.com/rust-lang/crates.io-index"2820checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"28212822[[package]]2823name = "funty"2824version = "1.1.0"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"28272828[[package]]2829name = "futures"2830version = "0.1.29"2831source = "registry+https://github.com/rust-lang/crates.io-index"2832checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"28332834[[package]]2835name = "futures"2836version = "0.3.17"2837source = "registry+https://github.com/rust-lang/crates.io-index"2838checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"2839dependencies = [2840 "futures-channel",2841 "futures-core",2842 "futures-executor",2843 "futures-io",2844 "futures-sink",2845 "futures-task",2846 "futures-util",2847]28482849[[package]]2850name = "futures-channel"2851version = "0.3.17"2852source = "registry+https://github.com/rust-lang/crates.io-index"2853checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"2854dependencies = [2855 "futures-core",2856 "futures-sink",2857]28582859[[package]]2860name = "futures-core"2861version = "0.3.17"2862source = "registry+https://github.com/rust-lang/crates.io-index"2863checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"28642865[[package]]2866name = "futures-cpupool"2867version = "0.1.8"2868source = "registry+https://github.com/rust-lang/crates.io-index"2869checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2870dependencies = [2871 "futures 0.1.29",2872 "num_cpus",2873]28742875[[package]]2876name = "futures-executor"2877version = "0.3.17"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"2880dependencies = [2881 "futures-core",2882 "futures-task",2883 "futures-util",2884 "num_cpus",2885]28862887[[package]]2888name = "futures-io"2889version = "0.3.17"2890source = "registry+https://github.com/rust-lang/crates.io-index"2891checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"28922893[[package]]2894name = "futures-lite"2895version = "1.11.3"2896source = "registry+https://github.com/rust-lang/crates.io-index"2897checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"2898dependencies = [2899 "fastrand",2900 "futures-core",2901 "futures-io",2902 "memchr",2903 "parking",2904 "pin-project-lite 0.2.4",2905 "waker-fn",2906]29072908[[package]]2909name = "futures-macro"2910version = "0.3.17"2911source = "registry+https://github.com/rust-lang/crates.io-index"2912checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"2913dependencies = [2914 "autocfg",2915 "proc-macro-hack",2916 "proc-macro2",2917 "quote",2918 "syn",2919]29202921[[package]]2922name = "futures-rustls"2923version = "0.21.1"2924source = "registry+https://github.com/rust-lang/crates.io-index"2925checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2926dependencies = [2927 "futures-io",2928 "rustls 0.19.1",2929 "webpki",2930]29312932[[package]]2933name = "futures-sink"2934version = "0.3.17"2935source = "registry+https://github.com/rust-lang/crates.io-index"2936checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"29372938[[package]]2939name = "futures-task"2940version = "0.3.17"2941source = "registry+https://github.com/rust-lang/crates.io-index"2942checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"29432944[[package]]2945name = "futures-timer"2946version = "2.0.2"2947source = "registry+https://github.com/rust-lang/crates.io-index"2948checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"29492950[[package]]2951name = "futures-timer"2952version = "3.0.2"2953source = "registry+https://github.com/rust-lang/crates.io-index"2954checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29552956[[package]]2957name = "futures-util"2958version = "0.3.17"2959source = "registry+https://github.com/rust-lang/crates.io-index"2960checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2961dependencies = [2962 "autocfg",2963 "futures 0.1.29",2964 "futures-channel",2965 "futures-core",2966 "futures-io",2967 "futures-macro",2968 "futures-sink",2969 "futures-task",2970 "memchr",2971 "pin-project-lite 0.2.4",2972 "pin-utils",2973 "proc-macro-hack",2974 "proc-macro-nested",2975 "slab",2976]29772978[[package]]2979name = "gcc"2980version = "0.3.55"2981source = "registry+https://github.com/rust-lang/crates.io-index"2982checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"29832984[[package]]2985name = "generator"2986version = "0.6.23"2987source = "registry+https://github.com/rust-lang/crates.io-index"2988checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"2989dependencies = [2990 "cc",2991 "libc",2992 "log",2993 "rustc_version 0.2.3",2994 "winapi 0.3.9",2995]29962997[[package]]2998name = "generic-array"2999version = "0.12.3"3000source = "registry+https://github.com/rust-lang/crates.io-index"3001checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"3002dependencies = [3003 "typenum",3004]30053006[[package]]3007name = "generic-array"3008version = "0.14.4"3009source = "registry+https://github.com/rust-lang/crates.io-index"3010checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"3011dependencies = [3012 "typenum",3013 "version_check",3014]30153016[[package]]3017name = "getrandom"3018version = "0.1.14"3019source = "registry+https://github.com/rust-lang/crates.io-index"3020checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"3021dependencies = [3022 "cfg-if 0.1.10",3023 "libc",3024 "wasi 0.9.0+wasi-snapshot-preview1",3025]30263027[[package]]3028name = "getrandom"3029version = "0.2.1"3030source = "registry+https://github.com/rust-lang/crates.io-index"3031checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"3032dependencies = [3033 "cfg-if 1.0.0",3034 "libc",3035 "wasi 0.10.0+wasi-snapshot-preview1",3036]30373038[[package]]3039name = "ghash"3040version = "0.4.4"3041source = "registry+https://github.com/rust-lang/crates.io-index"3042checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3043dependencies = [3044 "opaque-debug 0.3.0",3045 "polyval",3046]30473048[[package]]3049name = "gimli"3050version = "0.23.0"3051source = "registry+https://github.com/rust-lang/crates.io-index"3052checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"30533054[[package]]3055name = "gimli"3056version = "0.24.0"3057source = "registry+https://github.com/rust-lang/crates.io-index"3058checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"3059dependencies = [3060 "fallible-iterator",3061 "indexmap",3062 "stable_deref_trait",3063]30643065[[package]]3066name = "glob"3067version = "0.3.0"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30703071[[package]]3072name = "globset"3073version = "0.4.5"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"3076dependencies = [3077 "aho-corasick",3078 "bstr",3079 "fnv",3080 "log",3081 "regex",3082]30833084[[package]]3085name = "gloo-timers"3086version = "0.2.1"3087source = "registry+https://github.com/rust-lang/crates.io-index"3088checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"3089dependencies = [3090 "futures-channel",3091 "futures-core",3092 "js-sys",3093 "wasm-bindgen",3094 "web-sys",3095]30963097[[package]]3098name = "h2"3099version = "0.1.26"3100source = "registry+https://github.com/rust-lang/crates.io-index"3101checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"3102dependencies = [3103 "byteorder",3104 "bytes 0.4.12",3105 "fnv",3106 "futures 0.1.29",3107 "http 0.1.21",3108 "indexmap",3109 "log",3110 "slab",3111 "string",3112 "tokio-io",3113]31143115[[package]]3116name = "h2"3117version = "0.2.5"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"3120dependencies = [3121 "bytes 0.5.6",3122 "fnv",3123 "futures-core",3124 "futures-sink",3125 "futures-util",3126 "http 0.2.1",3127 "indexmap",3128 "log",3129 "slab",3130 "tokio 0.2.25",3131 "tokio-util",3132]31333134[[package]]3135name = "handlebars"3136version = "3.5.1"3137source = "registry+https://github.com/rust-lang/crates.io-index"3138checksum = "2764f9796c0ddca4b82c07f25dd2cb3db30b9a8f47940e78e1c883d9e95c3db9"3139dependencies = [3140 "log",3141 "pest",3142 "pest_derive",3143 "quick-error 2.0.0",3144 "serde",3145 "serde_json",3146]31473148[[package]]3149name = "hash-db"3150version = "0.15.2"3151source = "registry+https://github.com/rust-lang/crates.io-index"3152checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"31533154[[package]]3155name = "hash256-std-hasher"3156version = "0.15.2"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3159dependencies = [3160 "crunchy",3161]31623163[[package]]3164name = "hashbrown"3165version = "0.11.2"3166source = "registry+https://github.com/rust-lang/crates.io-index"3167checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3168dependencies = [3169 "ahash",3170]31713172[[package]]3173name = "heck"3174version = "0.3.1"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"3177dependencies = [3178 "unicode-segmentation",3179]31803181[[package]]3182name = "hermit-abi"3183version = "0.1.15"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"3186dependencies = [3187 "libc",3188]31893190[[package]]3191name = "hex"3192version = "0.4.3"3193source = "registry+https://github.com/rust-lang/crates.io-index"3194checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"31953196[[package]]3197name = "hex-literal"3198version = "0.3.3"3199source = "registry+https://github.com/rust-lang/crates.io-index"3200checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"32013202[[package]]3203name = "hex_fmt"3204version = "0.3.0"3205source = "registry+https://github.com/rust-lang/crates.io-index"3206checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"32073208[[package]]3209name = "hmac"3210version = "0.7.1"3211source = "registry+https://github.com/rust-lang/crates.io-index"3212checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3213dependencies = [3214 "crypto-mac 0.7.0",3215 "digest 0.8.1",3216]32173218[[package]]3219name = "hmac"3220version = "0.8.1"3221source = "registry+https://github.com/rust-lang/crates.io-index"3222checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3223dependencies = [3224 "crypto-mac 0.8.0",3225 "digest 0.9.0",3226]32273228[[package]]3229name = "hmac-drbg"3230version = "0.2.0"3231source = "registry+https://github.com/rust-lang/crates.io-index"3232checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3233dependencies = [3234 "digest 0.8.1",3235 "generic-array 0.12.3",3236 "hmac 0.7.1",3237]32383239[[package]]3240name = "hmac-drbg"3241version = "0.3.0"3242source = "registry+https://github.com/rust-lang/crates.io-index"3243checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3244dependencies = [3245 "digest 0.9.0",3246 "generic-array 0.14.4",3247 "hmac 0.8.1",3248]32493250[[package]]3251name = "hostname"3252version = "0.3.1"3253source = "registry+https://github.com/rust-lang/crates.io-index"3254checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3255dependencies = [3256 "libc",3257 "match_cfg",3258 "winapi 0.3.9",3259]32603261[[package]]3262name = "http"3263version = "0.1.21"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"3266dependencies = [3267 "bytes 0.4.12",3268 "fnv",3269 "itoa",3270]32713272[[package]]3273name = "http"3274version = "0.2.1"3275source = "registry+https://github.com/rust-lang/crates.io-index"3276checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"3277dependencies = [3278 "bytes 0.5.6",3279 "fnv",3280 "itoa",3281]32823283[[package]]3284name = "http-body"3285version = "0.1.0"3286source = "registry+https://github.com/rust-lang/crates.io-index"3287checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3288dependencies = [3289 "bytes 0.4.12",3290 "futures 0.1.29",3291 "http 0.1.21",3292 "tokio-buf",3293]32943295[[package]]3296name = "http-body"3297version = "0.3.1"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"3300dependencies = [3301 "bytes 0.5.6",3302 "http 0.2.1",3303]33043305[[package]]3306name = "http-body"3307version = "0.4.2"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"3310dependencies = [3311 "bytes 1.0.1",3312 "http 0.2.1",3313 "pin-project-lite 0.2.4",3314]33153316[[package]]3317name = "httparse"3318version = "1.3.4"3319source = "registry+https://github.com/rust-lang/crates.io-index"3320checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"33213322[[package]]3323name = "httpdate"3324version = "0.3.2"3325source = "registry+https://github.com/rust-lang/crates.io-index"3326checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"33273328[[package]]3329name = "humantime"3330version = "1.3.0"3331source = "registry+https://github.com/rust-lang/crates.io-index"3332checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3333dependencies = [3334 "quick-error 1.2.3",3335]33363337[[package]]3338name = "humantime"3339version = "2.0.1"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"33423343[[package]]3344name = "hyper"3345version = "0.12.35"3346source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"3348dependencies = [3349 "bytes 0.4.12",3350 "futures 0.1.29",3351 "futures-cpupool",3352 "h2 0.1.26",3353 "http 0.1.21",3354 "http-body 0.1.0",3355 "httparse",3356 "iovec",3357 "itoa",3358 "log",3359 "net2",3360 "rustc_version 0.2.3",3361 "time",3362 "tokio 0.1.22",3363 "tokio-buf",3364 "tokio-executor",3365 "tokio-io",3366 "tokio-reactor",3367 "tokio-tcp",3368 "tokio-threadpool",3369 "tokio-timer",3370 "want 0.2.0",3371]33723373[[package]]3374name = "hyper"3375version = "0.13.9"3376source = "registry+https://github.com/rust-lang/crates.io-index"3377checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"3378dependencies = [3379 "bytes 0.5.6",3380 "futures-channel",3381 "futures-core",3382 "futures-util",3383 "h2 0.2.5",3384 "http 0.2.1",3385 "http-body 0.3.1",3386 "httparse",3387 "httpdate",3388 "itoa",3389 "pin-project 1.0.7",3390 "socket2 0.3.17",3391 "tokio 0.2.25",3392 "tower-service",3393 "tracing",3394 "want 0.3.0",3395]33963397[[package]]3398name = "hyper"3399version = "0.14.5"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"3402dependencies = [3403 "bytes 1.0.1",3404 "futures-channel",3405 "futures-core",3406 "futures-util",3407 "http 0.2.1",3408 "http-body 0.4.2",3409 "httparse",3410 "httpdate",3411 "itoa",3412 "pin-project 1.0.7",3413 "tokio 1.6.1",3414 "tower-service",3415 "tracing",3416 "want 0.3.0",3417]34183419[[package]]3420name = "hyper-rustls"3421version = "0.21.0"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"3424dependencies = [3425 "bytes 0.5.6",3426 "ct-logs",3427 "futures-util",3428 "hyper 0.13.9",3429 "log",3430 "rustls 0.18.0",3431 "rustls-native-certs 0.4.0",3432 "tokio 0.2.25",3433 "tokio-rustls 0.14.0",3434 "webpki",3435]34363437[[package]]3438name = "ident_case"3439version = "1.0.1"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"34423443[[package]]3444name = "idna"3445version = "0.1.5"3446source = "registry+https://github.com/rust-lang/crates.io-index"3447checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3448dependencies = [3449 "matches",3450 "unicode-bidi",3451 "unicode-normalization",3452]34533454[[package]]3455name = "idna"3456version = "0.2.0"3457source = "registry+https://github.com/rust-lang/crates.io-index"3458checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"3459dependencies = [3460 "matches",3461 "unicode-bidi",3462 "unicode-normalization",3463]34643465[[package]]3466name = "if-addrs"3467version = "0.6.5"3468source = "registry+https://github.com/rust-lang/crates.io-index"3469checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"3470dependencies = [3471 "if-addrs-sys",3472 "libc",3473 "winapi 0.3.9",3474]34753476[[package]]3477name = "if-addrs-sys"3478version = "0.3.2"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3481dependencies = [3482 "cc",3483 "libc",3484]34853486[[package]]3487name = "if-watch"3488version = "0.2.0"3489source = "registry+https://github.com/rust-lang/crates.io-index"3490checksum = "6a6d52908d4ea4ab2bc22474ba149bf1011c8e2c3ebc1ff593ae28ac44f494b6"3491dependencies = [3492 "async-io",3493 "futures 0.3.17",3494 "futures-lite",3495 "if-addrs",3496 "ipnet",3497 "libc",3498 "log",3499 "winapi 0.3.9",3500]35013502[[package]]3503name = "impl-codec"3504version = "0.5.1"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3507dependencies = [3508 "parity-scale-codec",3509]35103511[[package]]3512name = "impl-rlp"3513version = "0.3.0"3514source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3516dependencies = [3517 "rlp",3518]35193520[[package]]3521name = "impl-serde"3522version = "0.3.1"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3525dependencies = [3526 "serde",3527]35283529[[package]]3530name = "impl-trait-for-tuples"3531version = "0.1.3"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"3534dependencies = [3535 "proc-macro2",3536 "quote",3537 "syn",3538]35393540[[package]]3541name = "impl-trait-for-tuples"3542version = "0.2.1"3543source = "registry+https://github.com/rust-lang/crates.io-index"3544checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3545dependencies = [3546 "proc-macro2",3547 "quote",3548 "syn",3549]35503551[[package]]3552name = "indexmap"3553version = "1.7.0"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3556dependencies = [3557 "autocfg",3558 "hashbrown",3559 "serde",3560]35613562[[package]]3563name = "instant"3564version = "0.1.11"3565source = "registry+https://github.com/rust-lang/crates.io-index"3566checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"3567dependencies = [3568 "cfg-if 1.0.0",3569]35703571[[package]]3572name = "integer-encoding"3573version = "1.1.5"3574source = "registry+https://github.com/rust-lang/crates.io-index"3575checksum = "4f4ebd0bd29be0f11973e9b3e219005661042a019fd757798c36a47c87852625"35763577[[package]]3578name = "integer-sqrt"3579version = "0.1.3"3580source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"35823583[[package]]3584name = "intervalier"3585version = "0.4.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3588dependencies = [3589 "futures 0.3.17",3590 "futures-timer 2.0.2",3591]35923593[[package]]3594name = "iovec"3595version = "0.1.4"3596source = "registry+https://github.com/rust-lang/crates.io-index"3597checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3598dependencies = [3599 "libc",3600]36013602[[package]]3603name = "ip_network"3604version = "0.3.4"3605source = "registry+https://github.com/rust-lang/crates.io-index"3606checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"36073608[[package]]3609name = "ipconfig"3610version = "0.2.2"3611source = "registry+https://github.com/rust-lang/crates.io-index"3612checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3613dependencies = [3614 "socket2 0.3.17",3615 "widestring",3616 "winapi 0.3.9",3617 "winreg",3618]36193620[[package]]3621name = "ipnet"3622version = "2.3.0"3623source = "registry+https://github.com/rust-lang/crates.io-index"3624checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"36253626[[package]]3627name = "itertools"3628version = "0.10.0"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"3631dependencies = [3632 "either",3633]36343635[[package]]3636name = "itoa"3637version = "0.4.6"3638source = "registry+https://github.com/rust-lang/crates.io-index"3639checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"36403641[[package]]3642name = "jobserver"3643version = "0.1.21"3644source = "registry+https://github.com/rust-lang/crates.io-index"3645checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"3646dependencies = [3647 "libc",3648]36493650[[package]]3651name = "js-sys"3652version = "0.3.52"3653source = "registry+https://github.com/rust-lang/crates.io-index"3654checksum = "ce791b7ca6638aae45be056e068fc756d871eb3b3b10b8efa62d1c9cec616752"3655dependencies = [3656 "wasm-bindgen",3657]36583659[[package]]3660name = "jsonrpc-client-transports"3661version = "14.2.1"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3664dependencies = [3665 "failure",3666 "futures 0.1.29",3667 "jsonrpc-core 14.2.0",3668 "jsonrpc-pubsub 14.2.0",3669 "log",3670 "serde",3671 "serde_json",3672 "url 1.7.2",3673]36743675[[package]]3676name = "jsonrpc-client-transports"3677version = "15.1.0"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3680dependencies = [3681 "failure",3682 "futures 0.1.29",3683 "jsonrpc-core 15.1.0",3684 "jsonrpc-pubsub 15.1.0",3685 "log",3686 "serde",3687 "serde_json",3688 "url 1.7.2",3689]36903691[[package]]3692name = "jsonrpc-core"3693version = "14.2.0"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3696dependencies = [3697 "futures 0.1.29",3698 "log",3699 "serde",3700 "serde_derive",3701 "serde_json",3702]37033704[[package]]3705name = "jsonrpc-core"3706version = "15.1.0"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3709dependencies = [3710 "futures 0.1.29",3711 "log",3712 "serde",3713 "serde_derive",3714 "serde_json",3715]37163717[[package]]3718name = "jsonrpc-core-client"3719version = "14.2.0"3720source = "registry+https://github.com/rust-lang/crates.io-index"3721checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3722dependencies = [3723 "jsonrpc-client-transports 14.2.1",3724]37253726[[package]]3727name = "jsonrpc-core-client"3728version = "15.1.0"3729source = "registry+https://github.com/rust-lang/crates.io-index"3730checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"3731dependencies = [3732 "jsonrpc-client-transports 15.1.0",3733]37343735[[package]]3736name = "jsonrpc-derive"3737version = "14.2.2"3738source = "registry+https://github.com/rust-lang/crates.io-index"3739checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3740dependencies = [3741 "proc-macro-crate 0.1.5",3742 "proc-macro2",3743 "quote",3744 "syn",3745]37463747[[package]]3748name = "jsonrpc-derive"3749version = "15.1.0"3750source = "registry+https://github.com/rust-lang/crates.io-index"3751checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"3752dependencies = [3753 "proc-macro-crate 0.1.5",3754 "proc-macro2",3755 "quote",3756 "syn",3757]37583759[[package]]3760name = "jsonrpc-http-server"3761version = "15.1.0"3762source = "registry+https://github.com/rust-lang/crates.io-index"3763checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3764dependencies = [3765 "hyper 0.12.35",3766 "jsonrpc-core 15.1.0",3767 "jsonrpc-server-utils",3768 "log",3769 "net2",3770 "parking_lot 0.10.2",3771 "unicase",3772]37733774[[package]]3775name = "jsonrpc-ipc-server"3776version = "15.1.0"3777source = "registry+https://github.com/rust-lang/crates.io-index"3778checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3779dependencies = [3780 "jsonrpc-core 15.1.0",3781 "jsonrpc-server-utils",3782 "log",3783 "parity-tokio-ipc",3784 "parking_lot 0.10.2",3785 "tokio-service",3786]37873788[[package]]3789name = "jsonrpc-pubsub"3790version = "14.2.0"3791source = "registry+https://github.com/rust-lang/crates.io-index"3792checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3793dependencies = [3794 "jsonrpc-core 14.2.0",3795 "log",3796 "parking_lot 0.10.2",3797 "rand 0.7.3",3798 "serde",3799]38003801[[package]]3802name = "jsonrpc-pubsub"3803version = "15.1.0"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"3806dependencies = [3807 "jsonrpc-core 15.1.0",3808 "log",3809 "parking_lot 0.10.2",3810 "rand 0.7.3",3811 "serde",3812]38133814[[package]]3815name = "jsonrpc-server-utils"3816version = "15.1.0"3817source = "registry+https://github.com/rust-lang/crates.io-index"3818checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3819dependencies = [3820 "bytes 0.4.12",3821 "globset",3822 "jsonrpc-core 15.1.0",3823 "lazy_static",3824 "log",3825 "tokio 0.1.22",3826 "tokio-codec",3827 "unicase",3828]38293830[[package]]3831name = "jsonrpc-ws-server"3832version = "15.1.0"3833source = "registry+https://github.com/rust-lang/crates.io-index"3834checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3835dependencies = [3836 "jsonrpc-core 15.1.0",3837 "jsonrpc-server-utils",3838 "log",3839 "parity-ws",3840 "parking_lot 0.10.2",3841 "slab",3842]38433844[[package]]3845name = "jsonrpsee-proc-macros"3846version = "0.3.0"3847source = "registry+https://github.com/rust-lang/crates.io-index"3848checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300"3849dependencies = [3850 "Inflector",3851 "bae",3852 "proc-macro-crate 1.0.0",3853 "proc-macro2",3854 "quote",3855 "syn",3856]38573858[[package]]3859name = "jsonrpsee-types"3860version = "0.3.0"3861source = "registry+https://github.com/rust-lang/crates.io-index"3862checksum = "d67724d368c59e08b557a516cf8fcc51100e7a708850f502e1044b151fe89788"3863dependencies = [3864 "async-trait",3865 "beef",3866 "futures-channel",3867 "futures-util",3868 "hyper 0.14.5",3869 "log",3870 "serde",3871 "serde_json",3872 "soketto 0.6.0",3873 "thiserror",3874]38753876[[package]]3877name = "jsonrpsee-ws-client"3878version = "0.3.0"3879source = "registry+https://github.com/rust-lang/crates.io-index"3880checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198"3881dependencies = [3882 "async-trait",3883 "fnv",3884 "futures 0.3.17",3885 "jsonrpsee-types",3886 "log",3887 "pin-project 1.0.7",3888 "rustls 0.19.1",3889 "rustls-native-certs 0.5.0",3890 "serde",3891 "serde_json",3892 "soketto 0.6.0",3893 "thiserror",3894 "tokio 0.2.25",3895 "tokio-rustls 0.15.0",3896 "tokio-util",3897 "url 2.2.0",3898]38993900[[package]]3901name = "keccak"3902version = "0.1.0"3903source = "registry+https://github.com/rust-lang/crates.io-index"3904checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"39053906[[package]]3907name = "kernel32-sys"3908version = "0.2.2"3909source = "registry+https://github.com/rust-lang/crates.io-index"3910checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3911dependencies = [3912 "winapi 0.2.8",3913 "winapi-build",3914]39153916[[package]]3917name = "kusama-runtime"3918version = "0.9.10"3919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"3920dependencies = [3921 "beefy-primitives",3922 "bitvec 0.20.1",3923 "frame-benchmarking",3924 "frame-election-provider-support",3925 "frame-executive",3926 "frame-support",3927 "frame-system",3928 "frame-system-benchmarking",3929 "frame-system-rpc-runtime-api",3930 "frame-try-runtime",3931 "hex-literal",3932 "log",3933 "pallet-authority-discovery",3934 "pallet-authorship",3935 "pallet-babe",3936 "pallet-balances",3937 "pallet-bounties",3938 "pallet-collective",3939 "pallet-democracy",3940 "pallet-election-provider-multi-phase",3941 "pallet-elections-phragmen",3942 "pallet-gilt",3943 "pallet-grandpa",3944 "pallet-identity",3945 "pallet-im-online",3946 "pallet-indices",3947 "pallet-membership",3948 "pallet-mmr-primitives",3949 "pallet-multisig",3950 "pallet-nicks",3951 "pallet-offences",3952 "pallet-offences-benchmarking",3953 "pallet-proxy",3954 "pallet-recovery",3955 "pallet-scheduler 4.0.0-dev",3956 "pallet-session",3957 "pallet-session-benchmarking",3958 "pallet-society",3959 "pallet-staking",3960 "pallet-staking-reward-fn",3961 "pallet-timestamp",3962 "pallet-tips",3963 "pallet-transaction-payment",3964 "pallet-transaction-payment-rpc-runtime-api",3965 "pallet-treasury",3966 "pallet-utility",3967 "pallet-vesting",3968 "pallet-xcm",3969 "parity-scale-codec",3970 "polkadot-primitives",3971 "polkadot-runtime-common",3972 "polkadot-runtime-parachains",3973 "rustc-hex",3974 "serde",3975 "serde_derive",3976 "smallvec 1.6.1",3977 "sp-api",3978 "sp-arithmetic",3979 "sp-authority-discovery",3980 "sp-block-builder",3981 "sp-consensus-babe",3982 "sp-core",3983 "sp-inherents",3984 "sp-io",3985 "sp-npos-elections",3986 "sp-offchain",3987 "sp-runtime",3988 "sp-session",3989 "sp-staking",3990 "sp-std",3991 "sp-transaction-pool",3992 "sp-version",3993 "static_assertions",3994 "substrate-wasm-builder",3995 "xcm",3996 "xcm-builder",3997 "xcm-executor",3998]39994000[[package]]4001name = "kv-log-macro"4002version = "1.0.7"4003source = "registry+https://github.com/rust-lang/crates.io-index"4004checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4005dependencies = [4006 "log",4007]40084009[[package]]4010name = "kvdb"4011version = "0.10.0"4012source = "registry+https://github.com/rust-lang/crates.io-index"4013checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"4014dependencies = [4015 "parity-util-mem",4016 "smallvec 1.6.1",4017]40184019[[package]]4020name = "kvdb-memorydb"4021version = "0.10.0"4022source = "registry+https://github.com/rust-lang/crates.io-index"4023checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"4024dependencies = [4025 "kvdb",4026 "parity-util-mem",4027 "parking_lot 0.11.2",4028]40294030[[package]]4031name = "kvdb-rocksdb"4032version = "0.12.0"4033source = "registry+https://github.com/rust-lang/crates.io-index"4034checksum = "431ca65516efab86e65d96281f750ebb54277dec656fcf6c027f3d1c0cb69e4c"4035dependencies = [4036 "fs-swap",4037 "kvdb",4038 "log",4039 "num_cpus",4040 "owning_ref",4041 "parity-util-mem",4042 "parking_lot 0.11.2",4043 "regex",4044 "rocksdb 0.16.0",4045 "smallvec 1.6.1",4046]40474048[[package]]4049name = "kvdb-rocksdb"4050version = "0.14.0"4051source = "registry+https://github.com/rust-lang/crates.io-index"4052checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"4053dependencies = [4054 "fs-swap",4055 "kvdb",4056 "log",4057 "num_cpus",4058 "owning_ref",4059 "parity-util-mem",4060 "parking_lot 0.11.2",4061 "regex",4062 "rocksdb 0.17.0",4063 "smallvec 1.6.1",4064]40654066[[package]]4067name = "lazy_static"4068version = "1.4.0"4069source = "registry+https://github.com/rust-lang/crates.io-index"4070checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40714072[[package]]4073name = "lazycell"4074version = "1.2.1"4075source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"40774078[[package]]4079name = "libc"4080version = "0.2.103"4081source = "registry+https://github.com/rust-lang/crates.io-index"4082checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"40834084[[package]]4085name = "libloading"4086version = "0.5.2"4087source = "registry+https://github.com/rust-lang/crates.io-index"4088checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4089dependencies = [4090 "cc",4091 "winapi 0.3.9",4092]40934094[[package]]4095name = "libloading"4096version = "0.7.0"4097source = "registry+https://github.com/rust-lang/crates.io-index"4098checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"4099dependencies = [4100 "cfg-if 1.0.0",4101 "winapi 0.3.9",4102]41034104[[package]]4105name = "libm"4106version = "0.2.1"4107source = "registry+https://github.com/rust-lang/crates.io-index"4108checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"41094110[[package]]4111name = "libp2p"4112version = "0.39.1"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"4115dependencies = [4116 "atomic",4117 "bytes 1.0.1",4118 "futures 0.3.17",4119 "lazy_static",4120 "libp2p-core",4121 "libp2p-deflate",4122 "libp2p-dns",4123 "libp2p-floodsub",4124 "libp2p-gossipsub",4125 "libp2p-identify",4126 "libp2p-kad",4127 "libp2p-mdns",4128 "libp2p-mplex",4129 "libp2p-noise",4130 "libp2p-ping",4131 "libp2p-plaintext",4132 "libp2p-pnet",4133 "libp2p-relay",4134 "libp2p-request-response",4135 "libp2p-swarm",4136 "libp2p-swarm-derive",4137 "libp2p-tcp",4138 "libp2p-uds",4139 "libp2p-wasm-ext",4140 "libp2p-websocket",4141 "libp2p-yamux",4142 "multiaddr",4143 "parking_lot 0.11.2",4144 "pin-project 1.0.7",4145 "smallvec 1.6.1",4146 "wasm-timer",4147]41484149[[package]]4150name = "libp2p-core"4151version = "0.29.0"4152source = "registry+https://github.com/rust-lang/crates.io-index"4153checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59"4154dependencies = [4155 "asn1_der",4156 "bs58",4157 "ed25519-dalek",4158 "either",4159 "fnv",4160 "futures 0.3.17",4161 "futures-timer 3.0.2",4162 "lazy_static",4163 "libsecp256k1 0.5.0",4164 "log",4165 "multiaddr",4166 "multihash 0.14.0",4167 "multistream-select",4168 "parking_lot 0.11.2",4169 "pin-project 1.0.7",4170 "prost",4171 "prost-build",4172 "rand 0.7.3",4173 "ring",4174 "rw-stream-sink",4175 "sha2 0.9.2",4176 "smallvec 1.6.1",4177 "thiserror",4178 "unsigned-varint 0.7.0",4179 "void",4180 "zeroize",4181]41824183[[package]]4184name = "libp2p-deflate"4185version = "0.29.0"4186source = "registry+https://github.com/rust-lang/crates.io-index"4187checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"4188dependencies = [4189 "flate2",4190 "futures 0.3.17",4191 "libp2p-core",4192]41934194[[package]]4195name = "libp2p-dns"4196version = "0.29.0"4197source = "registry+https://github.com/rust-lang/crates.io-index"4198checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"4199dependencies = [4200 "async-std-resolver",4201 "futures 0.3.17",4202 "libp2p-core",4203 "log",4204 "smallvec 1.6.1",4205 "trust-dns-resolver",4206]42074208[[package]]4209name = "libp2p-floodsub"4210version = "0.30.0"4211source = "registry+https://github.com/rust-lang/crates.io-index"4212checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f"4213dependencies = [4214 "cuckoofilter",4215 "fnv",4216 "futures 0.3.17",4217 "libp2p-core",4218 "libp2p-swarm",4219 "log",4220 "prost",4221 "prost-build",4222 "rand 0.7.3",4223 "smallvec 1.6.1",4224]42254226[[package]]4227name = "libp2p-gossipsub"4228version = "0.32.0"4229source = "registry+https://github.com/rust-lang/crates.io-index"4230checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e"4231dependencies = [4232 "asynchronous-codec 0.6.0",4233 "base64 0.13.0",4234 "byteorder",4235 "bytes 1.0.1",4236 "fnv",4237 "futures 0.3.17",4238 "hex_fmt",4239 "libp2p-core",4240 "libp2p-swarm",4241 "log",4242 "prost",4243 "prost-build",4244 "rand 0.7.3",4245 "regex",4246 "sha2 0.9.2",4247 "smallvec 1.6.1",4248 "unsigned-varint 0.7.0",4249 "wasm-timer",4250]42514252[[package]]4253name = "libp2p-identify"4254version = "0.30.0"4255source = "registry+https://github.com/rust-lang/crates.io-index"4256checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"4257dependencies = [4258 "futures 0.3.17",4259 "libp2p-core",4260 "libp2p-swarm",4261 "log",4262 "prost",4263 "prost-build",4264 "smallvec 1.6.1",4265 "wasm-timer",4266]42674268[[package]]4269name = "libp2p-kad"4270version = "0.31.0"4271source = "registry+https://github.com/rust-lang/crates.io-index"4272checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e"4273dependencies = [4274 "arrayvec 0.5.2",4275 "asynchronous-codec 0.6.0",4276 "bytes 1.0.1",4277 "either",4278 "fnv",4279 "futures 0.3.17",4280 "libp2p-core",4281 "libp2p-swarm",4282 "log",4283 "prost",4284 "prost-build",4285 "rand 0.7.3",4286 "sha2 0.9.2",4287 "smallvec 1.6.1",4288 "uint",4289 "unsigned-varint 0.7.0",4290 "void",4291 "wasm-timer",4292]42934294[[package]]4295name = "libp2p-mdns"4296version = "0.31.0"4297source = "registry+https://github.com/rust-lang/crates.io-index"4298checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33"4299dependencies = [4300 "async-io",4301 "data-encoding",4302 "dns-parser",4303 "futures 0.3.17",4304 "if-watch",4305 "lazy_static",4306 "libp2p-core",4307 "libp2p-swarm",4308 "log",4309 "rand 0.8.4",4310 "smallvec 1.6.1",4311 "socket2 0.4.0",4312 "void",4313]43144315[[package]]4316name = "libp2p-mplex"4317version = "0.29.0"4318source = "registry+https://github.com/rust-lang/crates.io-index"4319checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4320dependencies = [4321 "asynchronous-codec 0.6.0",4322 "bytes 1.0.1",4323 "futures 0.3.17",4324 "libp2p-core",4325 "log",4326 "nohash-hasher",4327 "parking_lot 0.11.2",4328 "rand 0.7.3",4329 "smallvec 1.6.1",4330 "unsigned-varint 0.7.0",4331]43324333[[package]]4334name = "libp2p-noise"4335version = "0.32.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4338dependencies = [4339 "bytes 1.0.1",4340 "curve25519-dalek 3.0.0",4341 "futures 0.3.17",4342 "lazy_static",4343 "libp2p-core",4344 "log",4345 "prost",4346 "prost-build",4347 "rand 0.8.4",4348 "sha2 0.9.2",4349 "snow",4350 "static_assertions",4351 "x25519-dalek",4352 "zeroize",4353]43544355[[package]]4356name = "libp2p-ping"4357version = "0.30.0"4358source = "registry+https://github.com/rust-lang/crates.io-index"4359checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"4360dependencies = [4361 "futures 0.3.17",4362 "libp2p-core",4363 "libp2p-swarm",4364 "log",4365 "rand 0.7.3",4366 "void",4367 "wasm-timer",4368]43694370[[package]]4371name = "libp2p-plaintext"4372version = "0.29.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4375dependencies = [4376 "asynchronous-codec 0.6.0",4377 "bytes 1.0.1",4378 "futures 0.3.17",4379 "libp2p-core",4380 "log",4381 "prost",4382 "prost-build",4383 "unsigned-varint 0.7.0",4384 "void",4385]43864387[[package]]4388name = "libp2p-pnet"4389version = "0.21.0"4390source = "registry+https://github.com/rust-lang/crates.io-index"4391checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"4392dependencies = [4393 "futures 0.3.17",4394 "log",4395 "pin-project 1.0.7",4396 "rand 0.7.3",4397 "salsa20",4398 "sha3 0.9.1",4399]44004401[[package]]4402name = "libp2p-relay"4403version = "0.3.0"4404source = "registry+https://github.com/rust-lang/crates.io-index"4405checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4406dependencies = [4407 "asynchronous-codec 0.6.0",4408 "bytes 1.0.1",4409 "futures 0.3.17",4410 "futures-timer 3.0.2",4411 "libp2p-core",4412 "libp2p-swarm",4413 "log",4414 "pin-project 1.0.7",4415 "prost",4416 "prost-build",4417 "rand 0.7.3",4418 "smallvec 1.6.1",4419 "unsigned-varint 0.7.0",4420 "void",4421 "wasm-timer",4422]44234424[[package]]4425name = "libp2p-request-response"4426version = "0.12.0"4427source = "registry+https://github.com/rust-lang/crates.io-index"4428checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4429dependencies = [4430 "async-trait",4431 "bytes 1.0.1",4432 "futures 0.3.17",4433 "libp2p-core",4434 "libp2p-swarm",4435 "log",4436 "lru",4437 "minicbor",4438 "rand 0.7.3",4439 "smallvec 1.6.1",4440 "unsigned-varint 0.7.0",4441 "wasm-timer",4442]44434444[[package]]4445name = "libp2p-swarm"4446version = "0.30.0"4447source = "registry+https://github.com/rust-lang/crates.io-index"4448checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"4449dependencies = [4450 "either",4451 "futures 0.3.17",4452 "libp2p-core",4453 "log",4454 "rand 0.7.3",4455 "smallvec 1.6.1",4456 "void",4457 "wasm-timer",4458]44594460[[package]]4461name = "libp2p-swarm-derive"4462version = "0.24.0"4463source = "registry+https://github.com/rust-lang/crates.io-index"4464checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c"4465dependencies = [4466 "quote",4467 "syn",4468]44694470[[package]]4471name = "libp2p-tcp"4472version = "0.29.0"4473source = "registry+https://github.com/rust-lang/crates.io-index"4474checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"4475dependencies = [4476 "async-io",4477 "futures 0.3.17",4478 "futures-timer 3.0.2",4479 "if-watch",4480 "ipnet",4481 "libc",4482 "libp2p-core",4483 "log",4484 "socket2 0.4.0",4485]44864487[[package]]4488name = "libp2p-uds"4489version = "0.29.0"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"4492dependencies = [4493 "async-std",4494 "futures 0.3.17",4495 "libp2p-core",4496 "log",4497]44984499[[package]]4500name = "libp2p-wasm-ext"4501version = "0.29.0"4502source = "registry+https://github.com/rust-lang/crates.io-index"4503checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"4504dependencies = [4505 "futures 0.3.17",4506 "js-sys",4507 "libp2p-core",4508 "parity-send-wrapper",4509 "wasm-bindgen",4510 "wasm-bindgen-futures",4511]45124513[[package]]4514name = "libp2p-websocket"4515version = "0.30.0"4516source = "registry+https://github.com/rust-lang/crates.io-index"4517checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"4518dependencies = [4519 "either",4520 "futures 0.3.17",4521 "futures-rustls",4522 "libp2p-core",4523 "log",4524 "quicksink",4525 "rw-stream-sink",4526 "soketto 0.4.1",4527 "url 2.2.0",4528 "webpki-roots",4529]45304531[[package]]4532name = "libp2p-yamux"4533version = "0.33.0"4534source = "registry+https://github.com/rust-lang/crates.io-index"4535checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"4536dependencies = [4537 "futures 0.3.17",4538 "libp2p-core",4539 "parking_lot 0.11.2",4540 "thiserror",4541 "yamux",4542]45434544[[package]]4545name = "librocksdb-sys"4546version = "6.20.3"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4549dependencies = [4550 "bindgen",4551 "cc",4552 "glob",4553 "libc",4554]45554556[[package]]4557name = "libsecp256k1"4558version = "0.3.5"4559source = "registry+https://github.com/rust-lang/crates.io-index"4560checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4561dependencies = [4562 "arrayref",4563 "crunchy",4564 "digest 0.8.1",4565 "hmac-drbg 0.2.0",4566 "rand 0.7.3",4567 "sha2 0.8.2",4568 "subtle 2.4.1",4569 "typenum",4570]45714572[[package]]4573name = "libsecp256k1"4574version = "0.5.0"4575source = "registry+https://github.com/rust-lang/crates.io-index"4576checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"4577dependencies = [4578 "arrayref",4579 "base64 0.12.3",4580 "digest 0.9.0",4581 "hmac-drbg 0.3.0",4582 "libsecp256k1-core",4583 "libsecp256k1-gen-ecmult",4584 "libsecp256k1-gen-genmult",4585 "rand 0.7.3",4586 "serde",4587 "sha2 0.9.2",4588 "typenum",4589]45904591[[package]]4592name = "libsecp256k1"4593version = "0.6.0"4594source = "registry+https://github.com/rust-lang/crates.io-index"4595checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"4596dependencies = [4597 "arrayref",4598 "base64 0.12.3",4599 "digest 0.9.0",4600 "hmac-drbg 0.3.0",4601 "libsecp256k1-core",4602 "libsecp256k1-gen-ecmult",4603 "libsecp256k1-gen-genmult",4604 "rand 0.7.3",4605 "serde",4606 "sha2 0.9.2",4607 "typenum",4608]46094610[[package]]4611name = "libsecp256k1-core"4612version = "0.2.2"4613source = "registry+https://github.com/rust-lang/crates.io-index"4614checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"4615dependencies = [4616 "crunchy",4617 "digest 0.9.0",4618 "subtle 2.4.1",4619]46204621[[package]]4622name = "libsecp256k1-gen-ecmult"4623version = "0.2.1"4624source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4626dependencies = [4627 "libsecp256k1-core",4628]46294630[[package]]4631name = "libsecp256k1-gen-genmult"4632version = "0.2.1"4633source = "registry+https://github.com/rust-lang/crates.io-index"4634checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4635dependencies = [4636 "libsecp256k1-core",4637]46384639[[package]]4640name = "libz-sys"4641version = "1.0.25"4642source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"4644dependencies = [4645 "cc",4646 "libc",4647 "pkg-config",4648 "vcpkg",4649]46504651[[package]]4652name = "linked-hash-map"4653version = "0.5.4"4654source = "registry+https://github.com/rust-lang/crates.io-index"4655checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"46564657[[package]]4658name = "linked_hash_set"4659version = "0.1.3"4660source = "registry+https://github.com/rust-lang/crates.io-index"4661checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"4662dependencies = [4663 "linked-hash-map",4664]46654666[[package]]4667name = "linregress"4668version = "0.4.3"4669source = "registry+https://github.com/rust-lang/crates.io-index"4670checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395"4671dependencies = [4672 "nalgebra",4673 "statrs",4674]46754676[[package]]4677name = "lock_api"4678version = "0.3.4"4679source = "registry+https://github.com/rust-lang/crates.io-index"4680checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4681dependencies = [4682 "scopeguard",4683]46844685[[package]]4686name = "lock_api"4687version = "0.4.5"4688source = "registry+https://github.com/rust-lang/crates.io-index"4689checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"4690dependencies = [4691 "scopeguard",4692]46934694[[package]]4695name = "log"4696version = "0.4.14"4697source = "registry+https://github.com/rust-lang/crates.io-index"4698checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4699dependencies = [4700 "cfg-if 1.0.0",4701 "value-bag",4702]47034704[[package]]4705name = "loom"4706version = "0.3.6"4707source = "registry+https://github.com/rust-lang/crates.io-index"4708checksum = "a0e8460f2f2121162705187214720353c517b97bdfb3494c0b1e33d83ebe4bed"4709dependencies = [4710 "cfg-if 0.1.10",4711 "generator",4712 "scoped-tls",4713 "serde",4714 "serde_json",4715]47164717[[package]]4718name = "lru"4719version = "0.6.6"4720source = "registry+https://github.com/rust-lang/crates.io-index"4721checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4722dependencies = [4723 "hashbrown",4724]47254726[[package]]4727name = "lru-cache"4728version = "0.1.2"4729source = "registry+https://github.com/rust-lang/crates.io-index"4730checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4731dependencies = [4732 "linked-hash-map",4733]47344735[[package]]4736name = "mach"4737version = "0.3.2"4738source = "registry+https://github.com/rust-lang/crates.io-index"4739checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4740dependencies = [4741 "libc",4742]47434744[[package]]4745name = "maplit"4746version = "1.0.2"4747source = "registry+https://github.com/rust-lang/crates.io-index"4748checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"47494750[[package]]4751name = "match_cfg"4752version = "0.1.0"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47554756[[package]]4757name = "matchers"4758version = "0.0.1"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4761dependencies = [4762 "regex-automata",4763]47644765[[package]]4766name = "matches"4767version = "0.1.8"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"47704771[[package]]4772name = "matrixmultiply"4773version = "0.3.1"4774source = "registry+https://github.com/rust-lang/crates.io-index"4775checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4776dependencies = [4777 "rawpointer",4778]47794780[[package]]4781name = "maybe-uninit"4782version = "2.0.0"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"47854786[[package]]4787name = "memchr"4788version = "2.3.3"4789source = "registry+https://github.com/rust-lang/crates.io-index"4790checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"47914792[[package]]4793name = "memmap2"4794version = "0.2.0"4795source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee"4797dependencies = [4798 "libc",4799]48004801[[package]]4802name = "memoffset"4803version = "0.5.5"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"4806dependencies = [4807 "autocfg",4808]48094810[[package]]4811name = "memoffset"4812version = "0.6.1"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"4815dependencies = [4816 "autocfg",4817]48184819[[package]]4820name = "memory-db"4821version = "0.27.0"4822source = "registry+https://github.com/rust-lang/crates.io-index"4823checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"4824dependencies = [4825 "hash-db",4826 "hashbrown",4827 "parity-util-mem",4828]48294830[[package]]4831name = "memory-lru"4832version = "0.1.0"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4835dependencies = [4836 "lru",4837]48384839[[package]]4840name = "memory_units"4841version = "0.3.0"4842source = "registry+https://github.com/rust-lang/crates.io-index"4843checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"48444845[[package]]4846name = "merlin"4847version = "2.0.0"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "c6feca46f4fa3443a01769d768727f10c10a20fdb65e52dc16a81f0c8269bb78"4850dependencies = [4851 "byteorder",4852 "keccak",4853 "rand_core 0.5.1",4854 "zeroize",4855]48564857[[package]]4858name = "metered-channel"4859version = "0.9.10"4860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"4861dependencies = [4862 "derive_more",4863 "futures 0.3.17",4864 "futures-timer 3.0.2",4865]48664867[[package]]4868name = "mick-jaeger"4869version = "0.1.4"4870source = "registry+https://github.com/rust-lang/crates.io-index"4871checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4872dependencies = [4873 "futures 0.3.17",4874 "rand 0.7.3",4875 "thrift",4876]48774878[[package]]4879name = "minicbor"4880version = "0.8.0"4881source = "registry+https://github.com/rust-lang/crates.io-index"4882checksum = "ea79ce4ab9f445ec6b71833a2290ac0a29c9dde0fa7cae4c481eecae021d9bd9"4883dependencies = [4884 "minicbor-derive",4885]48864887[[package]]4888name = "minicbor-derive"4889version = "0.6.2"4890source = "registry+https://github.com/rust-lang/crates.io-index"4891checksum = "19ce18b5423c573a13e80cb3046ea0af6379ef725dc3af4886bdb8f4e5093068"4892dependencies = [4893 "proc-macro2",4894 "quote",4895 "syn",4896]48974898[[package]]4899name = "miniz_oxide"4900version = "0.4.0"4901source = "registry+https://github.com/rust-lang/crates.io-index"4902checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"4903dependencies = [4904 "adler",4905]49064907[[package]]4908name = "mio"4909version = "0.6.23"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4912dependencies = [4913 "cfg-if 0.1.10",4914 "fuchsia-zircon",4915 "fuchsia-zircon-sys",4916 "iovec",4917 "kernel32-sys",4918 "libc",4919 "log",4920 "miow 0.2.2",4921 "net2",4922 "slab",4923 "winapi 0.2.8",4924]49254926[[package]]4927name = "mio-extras"4928version = "2.0.6"4929source = "registry+https://github.com/rust-lang/crates.io-index"4930checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4931dependencies = [4932 "lazycell",4933 "log",4934 "mio",4935 "slab",4936]49374938[[package]]4939name = "mio-named-pipes"4940version = "0.1.7"4941source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"4943dependencies = [4944 "log",4945 "mio",4946 "miow 0.3.5",4947 "winapi 0.3.9",4948]49494950[[package]]4951name = "mio-uds"4952version = "0.6.8"4953source = "registry+https://github.com/rust-lang/crates.io-index"4954checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"4955dependencies = [4956 "iovec",4957 "libc",4958 "mio",4959]49604961[[package]]4962name = "miow"4963version = "0.2.2"4964source = "registry+https://github.com/rust-lang/crates.io-index"4965checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4966dependencies = [4967 "kernel32-sys",4968 "net2",4969 "winapi 0.2.8",4970 "ws2_32-sys",4971]49724973[[package]]4974name = "miow"4975version = "0.3.5"4976source = "registry+https://github.com/rust-lang/crates.io-index"4977checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"4978dependencies = [4979 "socket2 0.3.17",4980 "winapi 0.3.9",4981]49824983[[package]]4984name = "more-asserts"4985version = "0.2.1"4986source = "registry+https://github.com/rust-lang/crates.io-index"4987checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"49884989[[package]]4990name = "multiaddr"4991version = "0.13.0"4992source = "registry+https://github.com/rust-lang/crates.io-index"4993checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4994dependencies = [4995 "arrayref",4996 "bs58",4997 "byteorder",4998 "data-encoding",4999 "multihash 0.14.0",5000 "percent-encoding 2.1.0",5001 "serde",5002 "static_assertions",5003 "unsigned-varint 0.7.0",5004 "url 2.2.0",5005]50065007[[package]]5008name = "multibase"5009version = "0.8.0"5010source = "registry+https://github.com/rust-lang/crates.io-index"5011checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5012dependencies = [5013 "base-x",5014 "data-encoding",5015 "data-encoding-macro",5016]50175018[[package]]5019name = "multihash"5020version = "0.13.1"5021source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "fb63389ee5fcd4df3f8727600f4a0c3df53c541f0ed4e8b50a9ae51a80fc1efe"5023dependencies = [5024 "blake2b_simd",5025 "blake2s_simd",5026 "blake3",5027 "digest 0.9.0",5028 "generic-array 0.14.4",5029 "multihash-derive",5030 "sha2 0.9.2",5031 "sha3 0.9.1",5032 "unsigned-varint 0.5.1",5033]50345035[[package]]5036name = "multihash"5037version = "0.14.0"5038source = "registry+https://github.com/rust-lang/crates.io-index"5039checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5040dependencies = [5041 "digest 0.9.0",5042 "generic-array 0.14.4",5043 "multihash-derive",5044 "sha2 0.9.2",5045 "unsigned-varint 0.7.0",5046]50475048[[package]]5049name = "multihash-derive"5050version = "0.7.2"5051source = "registry+https://github.com/rust-lang/crates.io-index"5052checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5053dependencies = [5054 "proc-macro-crate 1.0.0",5055 "proc-macro-error 1.0.4",5056 "proc-macro2",5057 "quote",5058 "syn",5059 "synstructure",5060]50615062[[package]]5063name = "multimap"5064version = "0.8.1"5065source = "registry+https://github.com/rust-lang/crates.io-index"5066checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"50675068[[package]]5069name = "multistream-select"5070version = "0.10.0"5071source = "registry+https://github.com/rust-lang/crates.io-index"5072checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"5073dependencies = [5074 "bytes 1.0.1",5075 "futures 0.3.17",5076 "log",5077 "pin-project 1.0.7",5078 "smallvec 1.6.1",5079 "unsigned-varint 0.6.0",5080]50815082[[package]]5083name = "nalgebra"5084version = "0.27.1"5085source = "registry+https://github.com/rust-lang/crates.io-index"5086checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5087dependencies = [5088 "approx",5089 "matrixmultiply",5090 "nalgebra-macros",5091 "num-complex",5092 "num-rational 0.4.0",5093 "num-traits",5094 "rand 0.8.4",5095 "rand_distr",5096 "simba",5097 "typenum",5098]50995100[[package]]5101name = "nalgebra-macros"5102version = "0.1.0"5103source = "registry+https://github.com/rust-lang/crates.io-index"5104checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5105dependencies = [5106 "proc-macro2",5107 "quote",5108 "syn",5109]51105111[[package]]5112name = "names"5113version = "0.11.0"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"5116dependencies = [5117 "rand 0.3.23",5118]51195120[[package]]5121name = "nb-connect"5122version = "1.0.2"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"5125dependencies = [5126 "libc",5127 "winapi 0.3.9",5128]51295130[[package]]5131name = "net2"5132version = "0.2.37"5133source = "registry+https://github.com/rust-lang/crates.io-index"5134checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5135dependencies = [5136 "cfg-if 0.1.10",5137 "libc",5138 "winapi 0.3.9",5139]51405141[[package]]5142name = "nft"5143version = "3.0.0"5144dependencies = [5145 "cumulus-client-cli",5146 "cumulus-client-collator",5147 "cumulus-client-consensus-aura",5148 "cumulus-client-consensus-common",5149 "cumulus-client-network",5150 "cumulus-client-service",5151 "cumulus-primitives-core",5152 "cumulus-primitives-parachain-inherent",5153 "fc-consensus",5154 "fc-db",5155 "fc-mapping-sync",5156 "fc-rpc",5157 "fc-rpc-core",5158 "flexi_logger",5159 "fp-rpc",5160 "frame-benchmarking",5161 "frame-benchmarking-cli",5162 "futures 0.3.17",5163 "jsonrpc-core 15.1.0",5164 "jsonrpc-pubsub 15.1.0",5165 "log",5166 "nft-data-structs",5167 "nft-rpc",5168 "nft-runtime",5169 "pallet-ethereum",5170 "pallet-transaction-payment-rpc",5171 "parity-scale-codec",5172 "parking_lot 0.11.2",5173 "polkadot-cli",5174 "polkadot-parachain",5175 "polkadot-primitives",5176 "polkadot-service",5177 "polkadot-test-service",5178 "sc-basic-authorship",5179 "sc-chain-spec",5180 "sc-cli",5181 "sc-client-api",5182 "sc-consensus",5183 "sc-consensus-aura",5184 "sc-executor",5185 "sc-finality-grandpa",5186 "sc-keystore",5187 "sc-network",5188 "sc-rpc",5189 "sc-rpc-api",5190 "sc-service",5191 "sc-telemetry",5192 "sc-tracing",5193 "sc-transaction-pool",5194 "serde",5195 "serde_json",5196 "sp-api",5197 "sp-block-builder",5198 "sp-blockchain",5199 "sp-consensus",5200 "sp-consensus-aura",5201 "sp-core",5202 "sp-finality-grandpa",5203 "sp-inherents",5204 "sp-keystore",5205 "sp-offchain",5206 "sp-runtime",5207 "sp-session",5208 "sp-timestamp",5209 "sp-transaction-pool",5210 "sp-trie",5211 "structopt",5212 "substrate-build-script-utils",5213 "substrate-frame-rpc-system",5214 "substrate-prometheus-endpoint",5215]52165217[[package]]5218name = "nft-data-structs"5219version = "0.9.0"5220dependencies = [5221 "derivative",5222 "frame-support",5223 "frame-system",5224 "parity-scale-codec",5225 "serde",5226 "sp-core",5227 "sp-runtime",5228 "sp-std",5229]52305231[[package]]5232name = "nft-rpc"5233version = "3.3.1"5234dependencies = [5235 "fc-db",5236 "fc-mapping-sync",5237 "fc-rpc",5238 "fc-rpc-core",5239 "fp-rpc",5240 "futures 0.3.17",5241 "jsonrpc-core 15.1.0",5242 "jsonrpc-pubsub 15.1.0",5243 "nft-runtime",5244 "pallet-ethereum",5245 "pallet-nft",5246 "pallet-transaction-payment-rpc",5247 "pallet-transaction-payment-rpc-runtime-api",5248 "sc-client-api",5249 "sc-consensus-aura",5250 "sc-consensus-epochs",5251 "sc-finality-grandpa",5252 "sc-finality-grandpa-rpc",5253 "sc-keystore",5254 "sc-network",5255 "sc-rpc",5256 "sc-rpc-api",5257 "sc-service",5258 "sc-transaction-pool",5259 "sp-api",5260 "sp-block-builder",5261 "sp-blockchain",5262 "sp-consensus",5263 "sp-consensus-aura",5264 "sp-core",5265 "sp-offchain",5266 "sp-runtime",5267 "sp-session",5268 "sp-storage",5269 "sp-transaction-pool",5270 "substrate-frame-rpc-system",5271 "tokio 0.2.25",5272]52735274[[package]]5275name = "nft-runtime"5276version = "3.0.0"5277dependencies = [5278 "cumulus-pallet-aura-ext",5279 "cumulus-pallet-dmp-queue",5280 "cumulus-pallet-parachain-system",5281 "cumulus-pallet-xcm",5282 "cumulus-pallet-xcmp-queue",5283 "cumulus-primitives-core",5284 "cumulus-primitives-timestamp",5285 "cumulus-primitives-utility",5286 "derivative",5287 "fp-rpc",5288 "frame-benchmarking",5289 "frame-executive",5290 "frame-support",5291 "frame-system",5292 "frame-system-benchmarking",5293 "frame-system-rpc-runtime-api",5294 "hex-literal",5295 "nft-data-structs",5296 "pallet-aura",5297 "pallet-balances",5298 "pallet-ethereum",5299 "pallet-evm",5300 "pallet-evm-coder-substrate",5301 "pallet-evm-contract-helpers",5302 "pallet-evm-migration",5303 "pallet-evm-transaction-payment",5304 "pallet-inflation",5305 "pallet-nft",5306 "pallet-nft-charge-transaction",5307 "pallet-nft-transaction-payment",5308 "pallet-randomness-collective-flip",5309 "pallet-scheduler 3.0.0",5310 "pallet-sudo",5311 "pallet-timestamp",5312 "pallet-transaction-payment",5313 "pallet-transaction-payment-rpc-runtime-api",5314 "pallet-treasury",5315 "pallet-vesting",5316 "pallet-xcm",5317 "parachain-info",5318 "parity-scale-codec",5319 "polkadot-parachain",5320 "serde",5321 "smallvec 1.6.1",5322 "sp-api",5323 "sp-arithmetic",5324 "sp-block-builder",5325 "sp-consensus-aura",5326 "sp-core",5327 "sp-inherents",5328 "sp-io",5329 "sp-offchain",5330 "sp-runtime",5331 "sp-session",5332 "sp-std",5333 "sp-transaction-pool",5334 "sp-version",5335 "substrate-wasm-builder",5336 "xcm",5337 "xcm-builder",5338 "xcm-executor",5339]53405341[[package]]5342name = "nodrop"5343version = "0.1.14"5344source = "registry+https://github.com/rust-lang/crates.io-index"5345checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53465347[[package]]5348name = "nohash-hasher"5349version = "0.2.0"5350source = "registry+https://github.com/rust-lang/crates.io-index"5351checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53525353[[package]]5354name = "nom"5355version = "6.2.1"5356source = "registry+https://github.com/rust-lang/crates.io-index"5357checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6"5358dependencies = [5359 "bitvec 0.19.5",5360 "funty",5361 "memchr",5362 "version_check",5363]53645365[[package]]5366name = "num-bigint"5367version = "0.2.6"5368source = "registry+https://github.com/rust-lang/crates.io-index"5369checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5370dependencies = [5371 "autocfg",5372 "num-integer",5373 "num-traits",5374]53755376[[package]]5377name = "num-complex"5378version = "0.4.0"5379source = "registry+https://github.com/rust-lang/crates.io-index"5380checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5381dependencies = [5382 "num-traits",5383]53845385[[package]]5386name = "num-integer"5387version = "0.1.43"5388source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"5390dependencies = [5391 "autocfg",5392 "num-traits",5393]53945395[[package]]5396name = "num-rational"5397version = "0.2.4"5398source = "registry+https://github.com/rust-lang/crates.io-index"5399checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5400dependencies = [5401 "autocfg",5402 "num-bigint",5403 "num-integer",5404 "num-traits",5405]54065407[[package]]5408name = "num-rational"5409version = "0.4.0"5410source = "registry+https://github.com/rust-lang/crates.io-index"5411checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5412dependencies = [5413 "autocfg",5414 "num-integer",5415 "num-traits",5416]54175418[[package]]5419name = "num-traits"5420version = "0.2.14"5421source = "registry+https://github.com/rust-lang/crates.io-index"5422checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5423dependencies = [5424 "autocfg",5425 "libm",5426]54275428[[package]]5429name = "num_cpus"5430version = "1.13.0"5431source = "registry+https://github.com/rust-lang/crates.io-index"5432checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"5433dependencies = [5434 "hermit-abi",5435 "libc",5436]54375438[[package]]5439name = "object"5440version = "0.23.0"5441source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"54435444[[package]]5445name = "object"5446version = "0.24.0"5447source = "registry+https://github.com/rust-lang/crates.io-index"5448checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"5449dependencies = [5450 "crc32fast",5451 "indexmap",5452]54535454[[package]]5455name = "once_cell"5456version = "1.6.0"5457source = "registry+https://github.com/rust-lang/crates.io-index"5458checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd"5459dependencies = [5460 "parking_lot 0.11.2",5461]54625463[[package]]5464name = "opaque-debug"5465version = "0.2.3"5466source = "registry+https://github.com/rust-lang/crates.io-index"5467checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54685469[[package]]5470name = "opaque-debug"5471version = "0.3.0"5472source = "registry+https://github.com/rust-lang/crates.io-index"5473checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54745475[[package]]5476name = "openssl-probe"5477version = "0.1.2"5478source = "registry+https://github.com/rust-lang/crates.io-index"5479checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"54805481[[package]]5482name = "ordered-float"5483version = "1.1.0"5484source = "registry+https://github.com/rust-lang/crates.io-index"5485checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"5486dependencies = [5487 "num-traits",5488]54895490[[package]]5491name = "owning_ref"5492version = "0.4.1"5493source = "registry+https://github.com/rust-lang/crates.io-index"5494checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5495dependencies = [5496 "stable_deref_trait",5497]54985499[[package]]5500name = "pallet-aura"5501version = "4.0.0-dev"5502source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5503dependencies = [5504 "frame-support",5505 "frame-system",5506 "pallet-session",5507 "pallet-timestamp",5508 "parity-scale-codec",5509 "sp-application-crypto",5510 "sp-consensus-aura",5511 "sp-runtime",5512 "sp-std",5513]55145515[[package]]5516name = "pallet-authority-discovery"5517version = "4.0.0-dev"5518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5519dependencies = [5520 "frame-support",5521 "frame-system",5522 "pallet-session",5523 "parity-scale-codec",5524 "sp-application-crypto",5525 "sp-authority-discovery",5526 "sp-runtime",5527 "sp-std",5528]55295530[[package]]5531name = "pallet-authorship"5532version = "4.0.0-dev"5533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5534dependencies = [5535 "frame-support",5536 "frame-system",5537 "impl-trait-for-tuples 0.2.1",5538 "parity-scale-codec",5539 "sp-authorship",5540 "sp-runtime",5541 "sp-std",5542]55435544[[package]]5545name = "pallet-babe"5546version = "4.0.0-dev"5547source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5548dependencies = [5549 "frame-benchmarking",5550 "frame-support",5551 "frame-system",5552 "log",5553 "pallet-authorship",5554 "pallet-session",5555 "pallet-timestamp",5556 "parity-scale-codec",5557 "sp-application-crypto",5558 "sp-consensus-babe",5559 "sp-consensus-vrf",5560 "sp-io",5561 "sp-runtime",5562 "sp-session",5563 "sp-staking",5564 "sp-std",5565]55665567[[package]]5568name = "pallet-balances"5569version = "4.0.0-dev"5570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5571dependencies = [5572 "frame-benchmarking",5573 "frame-support",5574 "frame-system",5575 "log",5576 "parity-scale-codec",5577 "sp-runtime",5578 "sp-std",5579]55805581[[package]]5582name = "pallet-beefy"5583version = "0.1.0"5584source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5585dependencies = [5586 "beefy-primitives",5587 "frame-support",5588 "frame-system",5589 "pallet-session",5590 "parity-scale-codec",5591 "scale-info",5592 "serde",5593 "sp-runtime",5594 "sp-std",5595]55965597[[package]]5598name = "pallet-beefy-mmr"5599version = "0.1.0"5600source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.10#9954b61657dc8899a21b4f2501ee6bd3b7a2dc23"5601dependencies = [5602 "beefy-merkle-tree",5603 "beefy-primitives",5604 "frame-support",5605 "frame-system",5606 "hex",5607 "libsecp256k1 0.6.0",5608 "log",5609 "pallet-beefy",5610 "pallet-mmr",5611 "pallet-mmr-primitives",5612 "pallet-session",5613 "parity-scale-codec",5614 "scale-info",5615 "serde",5616 "sp-core",5617 "sp-io",5618 "sp-runtime",5619 "sp-std",5620]56215622[[package]]5623name = "pallet-bounties"5624version = "4.0.0-dev"5625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5626dependencies = [5627 "frame-benchmarking",5628 "frame-support",5629 "frame-system",5630 "pallet-treasury",5631 "parity-scale-codec",5632 "sp-runtime",5633 "sp-std",5634]56355636[[package]]5637name = "pallet-bridge-dispatch"5638version = "0.1.0"5639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5640dependencies = [5641 "bp-message-dispatch",5642 "bp-runtime",5643 "frame-support",5644 "frame-system",5645 "log",5646 "parity-scale-codec",5647 "sp-core",5648 "sp-runtime",5649 "sp-std",5650]56515652[[package]]5653name = "pallet-bridge-grandpa"5654version = "0.1.0"5655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5656dependencies = [5657 "bp-header-chain",5658 "bp-runtime",5659 "bp-test-utils",5660 "finality-grandpa",5661 "frame-support",5662 "frame-system",5663 "log",5664 "num-traits",5665 "parity-scale-codec",5666 "serde",5667 "sp-finality-grandpa",5668 "sp-runtime",5669 "sp-std",5670 "sp-trie",5671]56725673[[package]]5674name = "pallet-bridge-messages"5675version = "0.1.0"5676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"5677dependencies = [5678 "bitvec 0.20.1",5679 "bp-message-dispatch",5680 "bp-messages",5681 "bp-rialto",5682 "bp-runtime",5683 "frame-support",5684 "frame-system",5685 "log",5686 "num-traits",5687 "parity-scale-codec",5688 "serde",5689 "sp-core",5690 "sp-runtime",5691 "sp-std",5692]56935694[[package]]5695name = "pallet-collective"5696version = "4.0.0-dev"5697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5698dependencies = [5699 "frame-benchmarking",5700 "frame-support",5701 "frame-system",5702 "log",5703 "parity-scale-codec",5704 "sp-core",5705 "sp-io",5706 "sp-runtime",5707 "sp-std",5708]57095710[[package]]5711name = "pallet-contract-helpers"5712version = "0.1.0"5713dependencies = [5714 "frame-support",5715 "frame-system",5716 "pallet-contracts",5717 "parity-scale-codec",5718 "sp-runtime",5719 "sp-std",5720 "up-sponsorship",5721]57225723[[package]]5724name = "pallet-contracts"5725version = "4.0.0-dev"5726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5727dependencies = [5728 "bitflags",5729 "frame-support",5730 "frame-system",5731 "log",5732 "pallet-contracts-primitives",5733 "pallet-contracts-proc-macro",5734 "parity-scale-codec",5735 "pwasm-utils",5736 "serde",5737 "smallvec 1.6.1",5738 "sp-core",5739 "sp-io",5740 "sp-runtime",5741 "sp-sandbox",5742 "sp-std",5743 "wasmi-validation",5744]57455746[[package]]5747name = "pallet-contracts-primitives"5748version = "4.0.0-dev"5749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5750dependencies = [5751 "bitflags",5752 "parity-scale-codec",5753 "serde",5754 "sp-core",5755 "sp-runtime",5756 "sp-std",5757]57585759[[package]]5760name = "pallet-contracts-proc-macro"5761version = "4.0.0-dev"5762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5763dependencies = [5764 "proc-macro2",5765 "quote",5766 "syn",5767]57685769[[package]]5770name = "pallet-democracy"5771version = "4.0.0-dev"5772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5773dependencies = [5774 "frame-benchmarking",5775 "frame-support",5776 "frame-system",5777 "parity-scale-codec",5778 "serde",5779 "sp-io",5780 "sp-runtime",5781 "sp-std",5782]57835784[[package]]5785name = "pallet-election-provider-multi-phase"5786version = "4.0.0-dev"5787source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5788dependencies = [5789 "frame-benchmarking",5790 "frame-election-provider-support",5791 "frame-support",5792 "frame-system",5793 "log",5794 "parity-scale-codec",5795 "rand 0.7.3",5796 "sp-arithmetic",5797 "sp-core",5798 "sp-io",5799 "sp-npos-elections",5800 "sp-runtime",5801 "sp-std",5802 "static_assertions",5803]58045805[[package]]5806name = "pallet-elections-phragmen"5807version = "5.0.0-dev"5808source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5809dependencies = [5810 "frame-benchmarking",5811 "frame-support",5812 "frame-system",5813 "log",5814 "parity-scale-codec",5815 "sp-core",5816 "sp-io",5817 "sp-npos-elections",5818 "sp-runtime",5819 "sp-std",5820]58215822[[package]]5823name = "pallet-ethereum"5824version = "4.0.0-dev"5825source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5826dependencies = [5827 "ethereum",5828 "ethereum-types",5829 "evm",5830 "fp-consensus",5831 "fp-evm",5832 "fp-rpc",5833 "fp-storage",5834 "frame-support",5835 "frame-system",5836 "libsecp256k1 0.5.0",5837 "pallet-balances",5838 "pallet-evm",5839 "pallet-timestamp",5840 "parity-scale-codec",5841 "rlp",5842 "rustc-hex",5843 "serde",5844 "sha3 0.8.2",5845 "sp-io",5846 "sp-runtime",5847 "sp-std",5848]58495850[[package]]5851name = "pallet-evm"5852version = "6.0.0-dev"5853source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.10#b29eda34046c70fdc3f03c2b0610d5ab08289556"5854dependencies = [5855 "evm",5856 "evm-gasometer",5857 "evm-runtime",5858 "fp-evm",5859 "frame-benchmarking",5860 "frame-support",5861 "frame-system",5862 "hex",5863 "impl-trait-for-tuples 0.2.1",5864 "log",5865 "pallet-balances",5866 "pallet-timestamp",5867 "parity-scale-codec",5868 "primitive-types 0.9.1",5869 "rlp",5870 "serde",5871 "sha3 0.8.2",5872 "sp-core",5873 "sp-io",5874 "sp-runtime",5875 "sp-std",5876]58775878[[package]]5879name = "pallet-evm-coder-substrate"5880version = "0.1.0"5881dependencies = [5882 "ethereum",5883 "evm-coder",5884 "frame-support",5885 "frame-system",5886 "pallet-ethereum",5887 "pallet-evm",5888 "parity-scale-codec",5889 "sp-core",5890 "sp-std",5891]58925893[[package]]5894name = "pallet-evm-contract-helpers"5895version = "0.1.0"5896dependencies = [5897 "evm-coder",5898 "frame-support",5899 "frame-system",5900 "log",5901 "pallet-evm",5902 "pallet-evm-coder-substrate",5903 "parity-scale-codec",5904 "sp-core",5905 "sp-runtime",5906 "sp-std",5907 "up-sponsorship",5908]59095910[[package]]5911name = "pallet-evm-migration"5912version = "0.1.0"5913dependencies = [5914 "fp-evm",5915 "frame-benchmarking",5916 "frame-support",5917 "frame-system",5918 "pallet-evm",5919 "parity-scale-codec",5920 "sp-core",5921 "sp-io",5922 "sp-runtime",5923 "sp-std",5924]59255926[[package]]5927name = "pallet-evm-transaction-payment"5928version = "0.1.0"5929dependencies = [5930 "fp-evm",5931 "frame-support",5932 "frame-system",5933 "pallet-ethereum",5934 "pallet-evm",5935 "parity-scale-codec",5936 "sp-core",5937 "sp-io",5938 "sp-runtime",5939 "sp-std",5940 "up-sponsorship",5941]59425943[[package]]5944name = "pallet-gilt"5945version = "4.0.0-dev"5946source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5947dependencies = [5948 "frame-benchmarking",5949 "frame-support",5950 "frame-system",5951 "parity-scale-codec",5952 "sp-arithmetic",5953 "sp-runtime",5954 "sp-std",5955]59565957[[package]]5958name = "pallet-grandpa"5959version = "4.0.0-dev"5960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5961dependencies = [5962 "frame-benchmarking",5963 "frame-support",5964 "frame-system",5965 "log",5966 "pallet-authorship",5967 "pallet-session",5968 "parity-scale-codec",5969 "sp-application-crypto",5970 "sp-core",5971 "sp-finality-grandpa",5972 "sp-io",5973 "sp-runtime",5974 "sp-session",5975 "sp-staking",5976 "sp-std",5977]59785979[[package]]5980name = "pallet-identity"5981version = "4.0.0-dev"5982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5983dependencies = [5984 "enumflags2",5985 "frame-benchmarking",5986 "frame-support",5987 "frame-system",5988 "parity-scale-codec",5989 "sp-io",5990 "sp-runtime",5991 "sp-std",5992]59935994[[package]]5995name = "pallet-im-online"5996version = "4.0.0-dev"5997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"5998dependencies = [5999 "frame-benchmarking",6000 "frame-support",6001 "frame-system",6002 "log",6003 "pallet-authorship",6004 "parity-scale-codec",6005 "sp-application-crypto",6006 "sp-core",6007 "sp-io",6008 "sp-runtime",6009 "sp-staking",6010 "sp-std",6011]60126013[[package]]6014name = "pallet-indices"6015version = "4.0.0-dev"6016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6017dependencies = [6018 "frame-benchmarking",6019 "frame-support",6020 "frame-system",6021 "parity-scale-codec",6022 "sp-core",6023 "sp-io",6024 "sp-keyring",6025 "sp-runtime",6026 "sp-std",6027]60286029[[package]]6030name = "pallet-inflation"6031version = "3.0.0"6032dependencies = [6033 "frame-benchmarking",6034 "frame-support",6035 "frame-system",6036 "pallet-balances",6037 "pallet-randomness-collective-flip",6038 "pallet-timestamp",6039 "parity-scale-codec",6040 "serde",6041 "sp-core",6042 "sp-io",6043 "sp-runtime",6044 "sp-std",6045]60466047[[package]]6048name = "pallet-membership"6049version = "4.0.0-dev"6050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6051dependencies = [6052 "frame-benchmarking",6053 "frame-support",6054 "frame-system",6055 "log",6056 "parity-scale-codec",6057 "sp-io",6058 "sp-runtime",6059 "sp-std",6060]60616062[[package]]6063name = "pallet-mmr"6064version = "4.0.0-dev"6065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6066dependencies = [6067 "ckb-merkle-mountain-range",6068 "frame-benchmarking",6069 "frame-support",6070 "frame-system",6071 "pallet-mmr-primitives",6072 "parity-scale-codec",6073 "sp-core",6074 "sp-io",6075 "sp-runtime",6076 "sp-std",6077]60786079[[package]]6080name = "pallet-mmr-primitives"6081version = "4.0.0-dev"6082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6083dependencies = [6084 "frame-support",6085 "frame-system",6086 "log",6087 "parity-scale-codec",6088 "serde",6089 "sp-api",6090 "sp-core",6091 "sp-runtime",6092 "sp-std",6093]60946095[[package]]6096name = "pallet-mmr-rpc"6097version = "3.0.0"6098source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6099dependencies = [6100 "jsonrpc-core 15.1.0",6101 "jsonrpc-core-client 15.1.0",6102 "jsonrpc-derive 15.1.0",6103 "pallet-mmr-primitives",6104 "parity-scale-codec",6105 "serde",6106 "sp-api",6107 "sp-blockchain",6108 "sp-core",6109 "sp-rpc",6110 "sp-runtime",6111]61126113[[package]]6114name = "pallet-multisig"6115version = "4.0.0-dev"6116source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6117dependencies = [6118 "frame-benchmarking",6119 "frame-support",6120 "frame-system",6121 "parity-scale-codec",6122 "sp-core",6123 "sp-io",6124 "sp-runtime",6125 "sp-std",6126]61276128[[package]]6129name = "pallet-nft"6130version = "3.0.0"6131dependencies = [6132 "ethereum",6133 "evm-coder",6134 "fp-evm",6135 "frame-benchmarking",6136 "frame-support",6137 "frame-system",6138 "hex-literal",6139 "nft-data-structs",6140 "pallet-balances",6141 "pallet-ethereum",6142 "pallet-evm",6143 "pallet-evm-coder-substrate",6144 "pallet-randomness-collective-flip",6145 "pallet-timestamp",6146 "pallet-transaction-payment",6147 "parity-scale-codec",6148 "primitive-types 0.10.1",6149 "rlp",6150 "serde",6151 "sp-api",6152 "sp-core",6153 "sp-io",6154 "sp-runtime",6155 "sp-std",6156 "up-sponsorship",6157]61586159[[package]]6160name = "pallet-nft-charge-transaction"6161version = "3.0.0"6162dependencies = [6163 "frame-benchmarking",6164 "frame-support",6165 "frame-system",6166 "pallet-balances",6167 "pallet-nft-transaction-payment",6168 "pallet-transaction-payment",6169 "parity-scale-codec",6170 "serde",6171 "sp-core",6172 "sp-io",6173 "sp-runtime",6174 "sp-std",6175]61766177[[package]]6178name = "pallet-nft-transaction-payment"6179version = "3.0.0"6180dependencies = [6181 "frame-benchmarking",6182 "frame-support",6183 "frame-system",6184 "pallet-transaction-payment",6185 "parity-scale-codec",6186 "serde",6187 "sp-core",6188 "sp-io",6189 "sp-runtime",6190 "sp-std",6191 "up-sponsorship",6192]61936194[[package]]6195name = "pallet-nicks"6196version = "4.0.0-dev"6197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6198dependencies = [6199 "frame-support",6200 "frame-system",6201 "parity-scale-codec",6202 "sp-io",6203 "sp-runtime",6204 "sp-std",6205]62066207[[package]]6208name = "pallet-offences"6209version = "4.0.0-dev"6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6211dependencies = [6212 "frame-support",6213 "frame-system",6214 "log",6215 "pallet-balances",6216 "parity-scale-codec",6217 "serde",6218 "sp-runtime",6219 "sp-staking",6220 "sp-std",6221]62226223[[package]]6224name = "pallet-offences-benchmarking"6225version = "4.0.0-dev"6226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6227dependencies = [6228 "frame-benchmarking",6229 "frame-election-provider-support",6230 "frame-support",6231 "frame-system",6232 "pallet-babe",6233 "pallet-balances",6234 "pallet-grandpa",6235 "pallet-im-online",6236 "pallet-offences",6237 "pallet-session",6238 "pallet-staking",6239 "parity-scale-codec",6240 "sp-runtime",6241 "sp-staking",6242 "sp-std",6243]62446245[[package]]6246name = "pallet-proxy"6247version = "4.0.0-dev"6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6249dependencies = [6250 "frame-benchmarking",6251 "frame-support",6252 "frame-system",6253 "parity-scale-codec",6254 "sp-core",6255 "sp-io",6256 "sp-runtime",6257 "sp-std",6258]62596260[[package]]6261name = "pallet-randomness-collective-flip"6262version = "4.0.0-dev"6263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6264dependencies = [6265 "frame-support",6266 "frame-system",6267 "parity-scale-codec",6268 "safe-mix",6269 "sp-runtime",6270 "sp-std",6271]62726273[[package]]6274name = "pallet-recovery"6275version = "4.0.0-dev"6276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6277dependencies = [6278 "enumflags2",6279 "frame-support",6280 "frame-system",6281 "parity-scale-codec",6282 "sp-io",6283 "sp-runtime",6284 "sp-std",6285]62866287[[package]]6288name = "pallet-scheduler"6289version = "3.0.0"6290dependencies = [6291 "frame-benchmarking",6292 "frame-support",6293 "frame-system",6294 "log",6295 "parity-scale-codec",6296 "serde",6297 "sp-core",6298 "sp-io",6299 "sp-runtime",6300 "sp-std",6301 "substrate-test-utils",6302 "up-sponsorship",6303]63046305[[package]]6306name = "pallet-scheduler"6307version = "4.0.0-dev"6308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6309dependencies = [6310 "frame-benchmarking",6311 "frame-support",6312 "frame-system",6313 "log",6314 "parity-scale-codec",6315 "sp-io",6316 "sp-runtime",6317 "sp-std",6318]63196320[[package]]6321name = "pallet-session"6322version = "4.0.0-dev"6323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6324dependencies = [6325 "frame-support",6326 "frame-system",6327 "impl-trait-for-tuples 0.2.1",6328 "log",6329 "pallet-timestamp",6330 "parity-scale-codec",6331 "sp-core",6332 "sp-io",6333 "sp-runtime",6334 "sp-session",6335 "sp-staking",6336 "sp-std",6337 "sp-trie",6338]63396340[[package]]6341name = "pallet-session-benchmarking"6342version = "4.0.0-dev"6343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6344dependencies = [6345 "frame-benchmarking",6346 "frame-support",6347 "frame-system",6348 "pallet-session",6349 "pallet-staking",6350 "rand 0.7.3",6351 "sp-runtime",6352 "sp-session",6353 "sp-std",6354]63556356[[package]]6357name = "pallet-society"6358version = "4.0.0-dev"6359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6360dependencies = [6361 "frame-support",6362 "frame-system",6363 "parity-scale-codec",6364 "rand_chacha 0.2.2",6365 "sp-runtime",6366 "sp-std",6367]63686369[[package]]6370name = "pallet-staking"6371version = "4.0.0-dev"6372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6373dependencies = [6374 "frame-benchmarking",6375 "frame-election-provider-support",6376 "frame-support",6377 "frame-system",6378 "log",6379 "pallet-authorship",6380 "pallet-session",6381 "parity-scale-codec",6382 "paste",6383 "rand_chacha 0.2.2",6384 "serde",6385 "sp-application-crypto",6386 "sp-io",6387 "sp-runtime",6388 "sp-staking",6389 "sp-std",6390 "static_assertions",6391]63926393[[package]]6394name = "pallet-staking-reward-curve"6395version = "4.0.0-dev"6396source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6397dependencies = [6398 "proc-macro-crate 1.0.0",6399 "proc-macro2",6400 "quote",6401 "syn",6402]64036404[[package]]6405name = "pallet-staking-reward-fn"6406version = "4.0.0-dev"6407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6408dependencies = [6409 "log",6410 "sp-arithmetic",6411]64126413[[package]]6414name = "pallet-sudo"6415version = "4.0.0-dev"6416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6417dependencies = [6418 "frame-support",6419 "frame-system",6420 "parity-scale-codec",6421 "sp-io",6422 "sp-runtime",6423 "sp-std",6424]64256426[[package]]6427name = "pallet-timestamp"6428version = "4.0.0-dev"6429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6430dependencies = [6431 "frame-benchmarking",6432 "frame-support",6433 "frame-system",6434 "impl-trait-for-tuples 0.2.1",6435 "log",6436 "parity-scale-codec",6437 "sp-inherents",6438 "sp-io",6439 "sp-runtime",6440 "sp-std",6441 "sp-timestamp",6442]64436444[[package]]6445name = "pallet-tips"6446version = "4.0.0-dev"6447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6448dependencies = [6449 "frame-benchmarking",6450 "frame-support",6451 "frame-system",6452 "pallet-treasury",6453 "parity-scale-codec",6454 "serde",6455 "sp-runtime",6456 "sp-std",6457]64586459[[package]]6460name = "pallet-transaction-payment"6461version = "4.0.0-dev"6462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6463dependencies = [6464 "frame-support",6465 "frame-system",6466 "parity-scale-codec",6467 "serde",6468 "smallvec 1.6.1",6469 "sp-core",6470 "sp-io",6471 "sp-runtime",6472 "sp-std",6473]64746475[[package]]6476name = "pallet-transaction-payment-rpc"6477version = "4.0.0-dev"6478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6479dependencies = [6480 "jsonrpc-core 15.1.0",6481 "jsonrpc-core-client 15.1.0",6482 "jsonrpc-derive 15.1.0",6483 "pallet-transaction-payment-rpc-runtime-api",6484 "parity-scale-codec",6485 "sp-api",6486 "sp-blockchain",6487 "sp-core",6488 "sp-rpc",6489 "sp-runtime",6490]64916492[[package]]6493name = "pallet-transaction-payment-rpc-runtime-api"6494version = "4.0.0-dev"6495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6496dependencies = [6497 "pallet-transaction-payment",6498 "parity-scale-codec",6499 "sp-api",6500 "sp-runtime",6501]65026503[[package]]6504name = "pallet-treasury"6505version = "4.0.0-dev"6506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6507dependencies = [6508 "frame-benchmarking",6509 "frame-support",6510 "frame-system",6511 "impl-trait-for-tuples 0.2.1",6512 "pallet-balances",6513 "parity-scale-codec",6514 "serde",6515 "sp-runtime",6516 "sp-std",6517]65186519[[package]]6520name = "pallet-utility"6521version = "4.0.0-dev"6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6523dependencies = [6524 "frame-benchmarking",6525 "frame-support",6526 "frame-system",6527 "parity-scale-codec",6528 "sp-core",6529 "sp-io",6530 "sp-runtime",6531 "sp-std",6532]65336534[[package]]6535name = "pallet-vesting"6536version = "4.0.0-dev"6537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"6538dependencies = [6539 "enumflags2",6540 "frame-benchmarking",6541 "frame-support",6542 "frame-system",6543 "parity-scale-codec",6544 "sp-runtime",6545 "sp-std",6546]65476548[[package]]6549name = "pallet-xcm"6550version = "0.9.10"6551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6552dependencies = [6553 "frame-support",6554 "frame-system",6555 "log",6556 "parity-scale-codec",6557 "serde",6558 "sp-runtime",6559 "sp-std",6560 "xcm",6561 "xcm-executor",6562]65636564[[package]]6565name = "parachain-info"6566version = "0.1.0"6567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.10#870b214693856e768ba482fe2d3b9a83b24e4540"6568dependencies = [6569 "cumulus-primitives-core",6570 "frame-support",6571 "frame-system",6572 "parity-scale-codec",6573 "serde",6574]65756576[[package]]6577name = "parity-db"6578version = "0.2.4"6579source = "registry+https://github.com/rust-lang/crates.io-index"6580checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47"6581dependencies = [6582 "blake2-rfc",6583 "crc32fast",6584 "fs2",6585 "hex",6586 "libc",6587 "log",6588 "memmap2",6589 "parking_lot 0.11.2",6590 "rand 0.8.4",6591]65926593[[package]]6594name = "parity-scale-codec"6595version = "2.3.1"6596source = "registry+https://github.com/rust-lang/crates.io-index"6597checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6598dependencies = [6599 "arrayvec 0.7.0",6600 "bitvec 0.20.1",6601 "byte-slice-cast",6602 "impl-trait-for-tuples 0.2.1",6603 "parity-scale-codec-derive",6604 "serde",6605]66066607[[package]]6608name = "parity-scale-codec-derive"6609version = "2.3.1"6610source = "registry+https://github.com/rust-lang/crates.io-index"6611checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6612dependencies = [6613 "proc-macro-crate 1.0.0",6614 "proc-macro2",6615 "quote",6616 "syn",6617]66186619[[package]]6620name = "parity-send-wrapper"6621version = "0.1.0"6622source = "registry+https://github.com/rust-lang/crates.io-index"6623checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"66246625[[package]]6626name = "parity-tokio-ipc"6627version = "0.4.0"6628source = "registry+https://github.com/rust-lang/crates.io-index"6629checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6630dependencies = [6631 "bytes 0.4.12",6632 "futures 0.1.29",6633 "libc",6634 "log",6635 "mio-named-pipes",6636 "miow 0.3.5",6637 "rand 0.7.3",6638 "tokio 0.1.22",6639 "tokio-named-pipes",6640 "tokio-uds",6641 "winapi 0.3.9",6642]66436644[[package]]6645name = "parity-util-mem"6646version = "0.10.0"6647source = "registry+https://github.com/rust-lang/crates.io-index"6648checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457"6649dependencies = [6650 "cfg-if 1.0.0",6651 "ethereum-types",6652 "hashbrown",6653 "impl-trait-for-tuples 0.2.1",6654 "lru",6655 "parity-util-mem-derive",6656 "parking_lot 0.11.2",6657 "primitive-types 0.10.1",6658 "smallvec 1.6.1",6659 "winapi 0.3.9",6660]66616662[[package]]6663name = "parity-util-mem-derive"6664version = "0.1.0"6665source = "registry+https://github.com/rust-lang/crates.io-index"6666checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6667dependencies = [6668 "proc-macro2",6669 "syn",6670 "synstructure",6671]66726673[[package]]6674name = "parity-wasm"6675version = "0.32.0"6676source = "registry+https://github.com/rust-lang/crates.io-index"6677checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6678dependencies = [6679 "byteorder",6680]66816682[[package]]6683name = "parity-wasm"6684version = "0.42.2"6685source = "registry+https://github.com/rust-lang/crates.io-index"6686checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"66876688[[package]]6689name = "parity-ws"6690version = "0.10.1"6691source = "registry+https://github.com/rust-lang/crates.io-index"6692checksum = "322d72dfe461b8b9e367d057ceace105379d64d5b03907d23c481ccf3fbf8aa4"6693dependencies = [6694 "byteorder",6695 "bytes 0.4.12",6696 "httparse",6697 "log",6698 "mio",6699 "mio-extras",6700 "rand 0.7.3",6701 "sha-1 0.8.2",6702 "slab",6703 "url 2.2.0",6704]67056706[[package]]6707name = "parking"6708version = "2.0.0"6709source = "registry+https://github.com/rust-lang/crates.io-index"6710checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"67116712[[package]]6713name = "parking_lot"6714version = "0.9.0"6715source = "registry+https://github.com/rust-lang/crates.io-index"6716checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"6717dependencies = [6718 "lock_api 0.3.4",6719 "parking_lot_core 0.6.2",6720 "rustc_version 0.2.3",6721]67226723[[package]]6724name = "parking_lot"6725version = "0.10.2"6726source = "registry+https://github.com/rust-lang/crates.io-index"6727checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6728dependencies = [6729 "lock_api 0.3.4",6730 "parking_lot_core 0.7.2",6731]67326733[[package]]6734name = "parking_lot"6735version = "0.11.2"6736source = "registry+https://github.com/rust-lang/crates.io-index"6737checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6738dependencies = [6739 "instant",6740 "lock_api 0.4.5",6741 "parking_lot_core 0.8.5",6742]67436744[[package]]6745name = "parking_lot_core"6746version = "0.6.2"6747source = "registry+https://github.com/rust-lang/crates.io-index"6748checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6749dependencies = [6750 "cfg-if 0.1.10",6751 "cloudabi",6752 "libc",6753 "redox_syscall 0.1.56",6754 "rustc_version 0.2.3",6755 "smallvec 0.6.13",6756 "winapi 0.3.9",6757]67586759[[package]]6760name = "parking_lot_core"6761version = "0.7.2"6762source = "registry+https://github.com/rust-lang/crates.io-index"6763checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6764dependencies = [6765 "cfg-if 0.1.10",6766 "cloudabi",6767 "libc",6768 "redox_syscall 0.1.56",6769 "smallvec 1.6.1",6770 "winapi 0.3.9",6771]67726773[[package]]6774name = "parking_lot_core"6775version = "0.8.5"6776source = "registry+https://github.com/rust-lang/crates.io-index"6777checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6778dependencies = [6779 "cfg-if 1.0.0",6780 "instant",6781 "libc",6782 "redox_syscall 0.2.10",6783 "smallvec 1.6.1",6784 "winapi 0.3.9",6785]67866787[[package]]6788name = "paste"6789version = "1.0.5"6790source = "registry+https://github.com/rust-lang/crates.io-index"6791checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"67926793[[package]]6794name = "pbkdf2"6795version = "0.3.0"6796source = "registry+https://github.com/rust-lang/crates.io-index"6797checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"6798dependencies = [6799 "byteorder",6800 "crypto-mac 0.7.0",6801]68026803[[package]]6804name = "pbkdf2"6805version = "0.4.0"6806source = "registry+https://github.com/rust-lang/crates.io-index"6807checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6808dependencies = [6809 "crypto-mac 0.8.0",6810]68116812[[package]]6813name = "pdqselect"6814version = "0.1.0"6815source = "registry+https://github.com/rust-lang/crates.io-index"6816checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"68176818[[package]]6819name = "peeking_take_while"6820version = "0.1.2"6821source = "registry+https://github.com/rust-lang/crates.io-index"6822checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"68236824[[package]]6825name = "percent-encoding"6826version = "1.0.1"6827source = "registry+https://github.com/rust-lang/crates.io-index"6828checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"68296830[[package]]6831name = "percent-encoding"6832version = "2.1.0"6833source = "registry+https://github.com/rust-lang/crates.io-index"6834checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"68356836[[package]]6837name = "pest"6838version = "2.1.3"6839source = "registry+https://github.com/rust-lang/crates.io-index"6840checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6841dependencies = [6842 "ucd-trie",6843]68446845[[package]]6846name = "pest_derive"6847version = "2.1.0"6848source = "registry+https://github.com/rust-lang/crates.io-index"6849checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6850dependencies = [6851 "pest",6852 "pest_generator",6853]68546855[[package]]6856name = "pest_generator"6857version = "2.1.3"6858source = "registry+https://github.com/rust-lang/crates.io-index"6859checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6860dependencies = [6861 "pest",6862 "pest_meta",6863 "proc-macro2",6864 "quote",6865 "syn",6866]68676868[[package]]6869name = "pest_meta"6870version = "2.1.3"6871source = "registry+https://github.com/rust-lang/crates.io-index"6872checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6873dependencies = [6874 "maplit",6875 "pest",6876 "sha-1 0.8.2",6877]68786879[[package]]6880name = "petgraph"6881version = "0.5.1"6882source = "registry+https://github.com/rust-lang/crates.io-index"6883checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6884dependencies = [6885 "fixedbitset",6886 "indexmap",6887]68886889[[package]]6890name = "pin-project"6891version = "0.4.23"6892source = "registry+https://github.com/rust-lang/crates.io-index"6893checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"6894dependencies = [6895 "pin-project-internal 0.4.23",6896]68976898[[package]]6899name = "pin-project"6900version = "1.0.7"6901source = "registry+https://github.com/rust-lang/crates.io-index"6902checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"6903dependencies = [6904 "pin-project-internal 1.0.7",6905]69066907[[package]]6908name = "pin-project-internal"6909version = "0.4.23"6910source = "registry+https://github.com/rust-lang/crates.io-index"6911checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"6912dependencies = [6913 "proc-macro2",6914 "quote",6915 "syn",6916]69176918[[package]]6919name = "pin-project-internal"6920version = "1.0.7"6921source = "registry+https://github.com/rust-lang/crates.io-index"6922checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"6923dependencies = [6924 "proc-macro2",6925 "quote",6926 "syn",6927]69286929[[package]]6930name = "pin-project-lite"6931version = "0.1.7"6932source = "registry+https://github.com/rust-lang/crates.io-index"6933checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"69346935[[package]]6936name = "pin-project-lite"6937version = "0.2.4"6938source = "registry+https://github.com/rust-lang/crates.io-index"6939checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"69406941[[package]]6942name = "pin-utils"6943version = "0.1.0"6944source = "registry+https://github.com/rust-lang/crates.io-index"6945checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"69466947[[package]]6948name = "pkg-config"6949version = "0.3.17"6950source = "registry+https://github.com/rust-lang/crates.io-index"6951checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"69526953[[package]]6954name = "platforms"6955version = "1.1.0"6956source = "registry+https://github.com/rust-lang/crates.io-index"6957checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"69586959[[package]]6960name = "polkadot-approval-distribution"6961version = "0.9.10"6962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6963dependencies = [6964 "futures 0.3.17",6965 "polkadot-node-network-protocol",6966 "polkadot-node-primitives",6967 "polkadot-node-subsystem",6968 "polkadot-node-subsystem-util",6969 "polkadot-primitives",6970 "tracing",6971]69726973[[package]]6974name = "polkadot-availability-bitfield-distribution"6975version = "0.9.10"6976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6977dependencies = [6978 "futures 0.3.17",6979 "polkadot-node-network-protocol",6980 "polkadot-node-subsystem",6981 "polkadot-node-subsystem-util",6982 "polkadot-primitives",6983 "tracing",6984]69856986[[package]]6987name = "polkadot-availability-distribution"6988version = "0.9.10"6989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"6990dependencies = [6991 "derive_more",6992 "futures 0.3.17",6993 "lru",6994 "parity-scale-codec",6995 "polkadot-erasure-coding",6996 "polkadot-node-core-runtime-api",6997 "polkadot-node-network-protocol",6998 "polkadot-node-primitives",6999 "polkadot-node-subsystem",7000 "polkadot-node-subsystem-util",7001 "polkadot-primitives",7002 "rand 0.8.4",7003 "sp-application-crypto",7004 "sp-core",7005 "sp-keystore",7006 "thiserror",7007 "tracing",7008]70097010[[package]]7011name = "polkadot-availability-recovery"7012version = "0.9.10"7013source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7014dependencies = [7015 "futures 0.3.17",7016 "lru",7017 "parity-scale-codec",7018 "polkadot-erasure-coding",7019 "polkadot-node-network-protocol",7020 "polkadot-node-primitives",7021 "polkadot-node-subsystem",7022 "polkadot-node-subsystem-util",7023 "polkadot-primitives",7024 "rand 0.8.4",7025 "thiserror",7026 "tracing",7027]70287029[[package]]7030name = "polkadot-cli"7031version = "0.9.10"7032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7033dependencies = [7034 "frame-benchmarking-cli",7035 "futures 0.3.17",7036 "log",7037 "polkadot-node-core-pvf",7038 "polkadot-service",7039 "sc-cli",7040 "sc-service",7041 "sp-core",7042 "sp-trie",7043 "structopt",7044 "substrate-build-script-utils",7045 "thiserror",7046 "try-runtime-cli",7047]70487049[[package]]7050name = "polkadot-client"7051version = "0.9.10"7052source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7053dependencies = [7054 "beefy-primitives",7055 "frame-benchmarking",7056 "frame-system-rpc-runtime-api",7057 "pallet-mmr-primitives",7058 "pallet-transaction-payment-rpc-runtime-api",7059 "polkadot-primitives",7060 "polkadot-runtime",7061 "sc-client-api",7062 "sc-consensus",7063 "sc-executor",7064 "sc-service",7065 "sp-api",7066 "sp-authority-discovery",7067 "sp-block-builder",7068 "sp-blockchain",7069 "sp-consensus",7070 "sp-consensus-babe",7071 "sp-finality-grandpa",7072 "sp-offchain",7073 "sp-runtime",7074 "sp-session",7075 "sp-storage",7076 "sp-transaction-pool",7077]70787079[[package]]7080name = "polkadot-collator-protocol"7081version = "0.9.10"7082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7083dependencies = [7084 "always-assert",7085 "derive_more",7086 "futures 0.3.17",7087 "futures-timer 3.0.2",7088 "polkadot-node-network-protocol",7089 "polkadot-node-primitives",7090 "polkadot-node-subsystem",7091 "polkadot-node-subsystem-util",7092 "polkadot-primitives",7093 "sp-core",7094 "sp-keystore",7095 "sp-runtime",7096 "thiserror",7097 "tracing",7098]70997100[[package]]7101name = "polkadot-core-primitives"7102version = "0.9.10"7103source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7104dependencies = [7105 "parity-scale-codec",7106 "parity-util-mem",7107 "sp-core",7108 "sp-runtime",7109 "sp-std",7110]71117112[[package]]7113name = "polkadot-dispute-distribution"7114version = "0.9.10"7115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7116dependencies = [7117 "derive_more",7118 "futures 0.3.17",7119 "lru",7120 "parity-scale-codec",7121 "polkadot-erasure-coding",7122 "polkadot-node-core-runtime-api",7123 "polkadot-node-network-protocol",7124 "polkadot-node-primitives",7125 "polkadot-node-subsystem",7126 "polkadot-node-subsystem-util",7127 "polkadot-primitives",7128 "rand 0.8.4",7129 "sc-network",7130 "sp-application-crypto",7131 "sp-core",7132 "sp-keystore",7133 "thiserror",7134 "tracing",7135]71367137[[package]]7138name = "polkadot-erasure-coding"7139version = "0.9.10"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7141dependencies = [7142 "parity-scale-codec",7143 "polkadot-node-primitives",7144 "polkadot-primitives",7145 "reed-solomon-novelpoly",7146 "sp-core",7147 "sp-trie",7148 "thiserror",7149]71507151[[package]]7152name = "polkadot-gossip-support"7153version = "0.9.10"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7155dependencies = [7156 "futures 0.3.17",7157 "polkadot-node-network-protocol",7158 "polkadot-node-subsystem",7159 "polkadot-node-subsystem-util",7160 "polkadot-primitives",7161 "rand 0.8.4",7162 "rand_chacha 0.3.1",7163 "sp-application-crypto",7164 "sp-core",7165 "sp-keystore",7166 "tracing",7167]71687169[[package]]7170name = "polkadot-network-bridge"7171version = "0.9.10"7172source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7173dependencies = [7174 "async-trait",7175 "futures 0.3.17",7176 "parity-scale-codec",7177 "parking_lot 0.11.2",7178 "polkadot-node-network-protocol",7179 "polkadot-node-subsystem",7180 "polkadot-node-subsystem-util",7181 "polkadot-overseer",7182 "polkadot-primitives",7183 "sc-network",7184 "sp-consensus",7185 "tracing",7186]71877188[[package]]7189name = "polkadot-node-collation-generation"7190version = "0.9.10"7191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7192dependencies = [7193 "futures 0.3.17",7194 "parity-scale-codec",7195 "polkadot-erasure-coding",7196 "polkadot-node-primitives",7197 "polkadot-node-subsystem",7198 "polkadot-node-subsystem-util",7199 "polkadot-primitives",7200 "sp-core",7201 "sp-maybe-compressed-blob",7202 "thiserror",7203 "tracing",7204]72057206[[package]]7207name = "polkadot-node-core-approval-voting"7208version = "0.9.10"7209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7210dependencies = [7211 "bitvec 0.20.1",7212 "derive_more",7213 "futures 0.3.17",7214 "futures-timer 3.0.2",7215 "kvdb",7216 "lru",7217 "merlin",7218 "parity-scale-codec",7219 "polkadot-node-jaeger",7220 "polkadot-node-primitives",7221 "polkadot-node-subsystem",7222 "polkadot-node-subsystem-util",7223 "polkadot-overseer",7224 "polkadot-primitives",7225 "sc-client-api",7226 "sc-keystore",7227 "schnorrkel",7228 "sp-application-crypto",7229 "sp-blockchain",7230 "sp-consensus",7231 "sp-consensus-slots",7232 "sp-runtime",7233 "tracing",7234]72357236[[package]]7237name = "polkadot-node-core-av-store"7238version = "0.9.10"7239source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7240dependencies = [7241 "bitvec 0.20.1",7242 "futures 0.3.17",7243 "futures-timer 3.0.2",7244 "kvdb",7245 "parity-scale-codec",7246 "polkadot-erasure-coding",7247 "polkadot-node-primitives",7248 "polkadot-node-subsystem",7249 "polkadot-node-subsystem-util",7250 "polkadot-overseer",7251 "polkadot-primitives",7252 "thiserror",7253 "tracing",7254]72557256[[package]]7257name = "polkadot-node-core-backing"7258version = "0.9.10"7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7260dependencies = [7261 "bitvec 0.20.1",7262 "futures 0.3.17",7263 "polkadot-erasure-coding",7264 "polkadot-node-primitives",7265 "polkadot-node-subsystem",7266 "polkadot-node-subsystem-util",7267 "polkadot-primitives",7268 "polkadot-statement-table",7269 "sp-keystore",7270 "thiserror",7271 "tracing",7272]72737274[[package]]7275name = "polkadot-node-core-bitfield-signing"7276version = "0.9.10"7277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7278dependencies = [7279 "futures 0.3.17",7280 "polkadot-node-subsystem",7281 "polkadot-node-subsystem-util",7282 "polkadot-primitives",7283 "sp-keystore",7284 "thiserror",7285 "tracing",7286 "wasm-timer",7287]72887289[[package]]7290name = "polkadot-node-core-candidate-validation"7291version = "0.9.10"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7293dependencies = [7294 "async-trait",7295 "futures 0.3.17",7296 "parity-scale-codec",7297 "polkadot-node-core-pvf",7298 "polkadot-node-primitives",7299 "polkadot-node-subsystem",7300 "polkadot-node-subsystem-util",7301 "polkadot-parachain",7302 "polkadot-primitives",7303 "sp-maybe-compressed-blob",7304 "tracing",7305]73067307[[package]]7308name = "polkadot-node-core-chain-api"7309version = "0.9.10"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7311dependencies = [7312 "futures 0.3.17",7313 "polkadot-node-subsystem",7314 "polkadot-node-subsystem-util",7315 "polkadot-primitives",7316 "sc-client-api",7317 "sc-consensus-babe",7318 "sp-blockchain",7319 "tracing",7320]73217322[[package]]7323name = "polkadot-node-core-chain-selection"7324version = "0.9.10"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7326dependencies = [7327 "futures 0.3.17",7328 "futures-timer 3.0.2",7329 "kvdb",7330 "parity-scale-codec",7331 "polkadot-node-primitives",7332 "polkadot-node-subsystem",7333 "polkadot-node-subsystem-util",7334 "polkadot-primitives",7335 "thiserror",7336 "tracing",7337]73387339[[package]]7340name = "polkadot-node-core-dispute-coordinator"7341version = "0.9.10"7342source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7343dependencies = [7344 "bitvec 0.20.1",7345 "derive_more",7346 "futures 0.3.17",7347 "kvdb",7348 "parity-scale-codec",7349 "polkadot-node-primitives",7350 "polkadot-node-subsystem",7351 "polkadot-node-subsystem-util",7352 "polkadot-primitives",7353 "sc-keystore",7354 "thiserror",7355 "tracing",7356]73577358[[package]]7359name = "polkadot-node-core-dispute-participation"7360version = "0.9.10"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7362dependencies = [7363 "futures 0.3.17",7364 "polkadot-node-primitives",7365 "polkadot-node-subsystem",7366 "polkadot-primitives",7367 "thiserror",7368 "tracing",7369]73707371[[package]]7372name = "polkadot-node-core-parachains-inherent"7373version = "0.9.10"7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7375dependencies = [7376 "async-trait",7377 "futures 0.3.17",7378 "futures-timer 3.0.2",7379 "polkadot-node-subsystem",7380 "polkadot-primitives",7381 "sp-blockchain",7382 "sp-inherents",7383 "sp-runtime",7384 "thiserror",7385 "tracing",7386]73877388[[package]]7389name = "polkadot-node-core-provisioner"7390version = "0.9.10"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7392dependencies = [7393 "bitvec 0.20.1",7394 "futures 0.3.17",7395 "futures-timer 3.0.2",7396 "polkadot-node-subsystem",7397 "polkadot-node-subsystem-util",7398 "polkadot-primitives",7399 "thiserror",7400 "tracing",7401]74027403[[package]]7404name = "polkadot-node-core-pvf"7405version = "0.9.10"7406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7407dependencies = [7408 "always-assert",7409 "assert_matches",7410 "async-process",7411 "async-std",7412 "futures 0.3.17",7413 "futures-timer 3.0.2",7414 "libc",7415 "parity-scale-codec",7416 "pin-project 1.0.7",7417 "polkadot-core-primitives",7418 "polkadot-parachain",7419 "rand 0.8.4",7420 "sc-executor",7421 "sc-executor-common",7422 "sc-executor-wasmtime",7423 "slotmap",7424 "sp-core",7425 "sp-externalities",7426 "sp-io",7427 "sp-maybe-compressed-blob",7428 "sp-tracing",7429 "sp-wasm-interface",7430 "tracing",7431]74327433[[package]]7434name = "polkadot-node-core-runtime-api"7435version = "0.9.10"7436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7437dependencies = [7438 "futures 0.3.17",7439 "memory-lru",7440 "parity-util-mem",7441 "polkadot-node-subsystem",7442 "polkadot-node-subsystem-util",7443 "polkadot-primitives",7444 "sp-api",7445 "sp-authority-discovery",7446 "sp-consensus-babe",7447 "sp-core",7448 "tracing",7449]74507451[[package]]7452name = "polkadot-node-jaeger"7453version = "0.9.10"7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7455dependencies = [7456 "async-std",7457 "lazy_static",7458 "log",7459 "mick-jaeger",7460 "parity-scale-codec",7461 "parking_lot 0.11.2",7462 "polkadot-node-primitives",7463 "polkadot-primitives",7464 "sc-network",7465 "sp-core",7466 "thiserror",7467]74687469[[package]]7470name = "polkadot-node-metrics"7471version = "0.9.10"7472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7473dependencies = [7474 "async-trait",7475 "futures 0.3.17",7476 "futures-timer 3.0.2",7477 "metered-channel",7478 "sc-network",7479 "sp-application-crypto",7480 "sp-core",7481 "sp-keystore",7482 "substrate-prometheus-endpoint",7483]74847485[[package]]7486name = "polkadot-node-network-protocol"7487version = "0.9.10"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7489dependencies = [7490 "async-trait",7491 "derive_more",7492 "futures 0.3.17",7493 "parity-scale-codec",7494 "polkadot-node-jaeger",7495 "polkadot-node-primitives",7496 "polkadot-primitives",7497 "sc-authority-discovery",7498 "sc-network",7499 "strum",7500 "thiserror",7501]75027503[[package]]7504name = "polkadot-node-primitives"7505version = "0.9.10"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7507dependencies = [7508 "futures 0.3.17",7509 "parity-scale-codec",7510 "polkadot-parachain",7511 "polkadot-primitives",7512 "polkadot-statement-table",7513 "schnorrkel",7514 "serde",7515 "sp-application-crypto",7516 "sp-consensus-babe",7517 "sp-consensus-vrf",7518 "sp-core",7519 "sp-keystore",7520 "sp-maybe-compressed-blob",7521 "sp-runtime",7522 "thiserror",7523 "tracing",7524 "zstd",7525]75267527[[package]]7528name = "polkadot-node-subsystem"7529version = "0.9.10"7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7531dependencies = [7532 "polkadot-node-jaeger",7533 "polkadot-node-subsystem-types",7534 "polkadot-overseer",7535]75367537[[package]]7538name = "polkadot-node-subsystem-types"7539version = "0.9.10"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7541dependencies = [7542 "async-std",7543 "async-trait",7544 "derive_more",7545 "futures 0.3.17",7546 "futures-timer 3.0.2",7547 "lazy_static",7548 "log",7549 "mick-jaeger",7550 "parity-scale-codec",7551 "parking_lot 0.11.2",7552 "pin-project 1.0.7",7553 "polkadot-node-jaeger",7554 "polkadot-node-network-protocol",7555 "polkadot-node-primitives",7556 "polkadot-overseer-gen",7557 "polkadot-primitives",7558 "polkadot-statement-table",7559 "sc-network",7560 "smallvec 1.6.1",7561 "sp-core",7562 "substrate-prometheus-endpoint",7563 "thiserror",7564 "tracing",7565]75667567[[package]]7568name = "polkadot-node-subsystem-util"7569version = "0.9.10"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7571dependencies = [7572 "async-trait",7573 "derive_more",7574 "futures 0.3.17",7575 "futures-timer 3.0.2",7576 "itertools",7577 "lru",7578 "metered-channel",7579 "parity-scale-codec",7580 "pin-project 1.0.7",7581 "polkadot-node-jaeger",7582 "polkadot-node-metrics",7583 "polkadot-node-network-protocol",7584 "polkadot-node-primitives",7585 "polkadot-node-subsystem",7586 "polkadot-overseer",7587 "polkadot-primitives",7588 "rand 0.8.4",7589 "sc-network",7590 "sp-application-crypto",7591 "sp-core",7592 "sp-keystore",7593 "substrate-prometheus-endpoint",7594 "thiserror",7595 "tracing",7596]75977598[[package]]7599name = "polkadot-overseer"7600version = "0.9.10"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7602dependencies = [7603 "async-trait",7604 "futures 0.3.17",7605 "futures-timer 3.0.2",7606 "lru",7607 "parking_lot 0.11.2",7608 "polkadot-node-metrics",7609 "polkadot-node-network-protocol",7610 "polkadot-node-primitives",7611 "polkadot-node-subsystem-types",7612 "polkadot-overseer-all-subsystems-gen",7613 "polkadot-overseer-gen",7614 "polkadot-primitives",7615 "sc-client-api",7616 "sp-api",7617 "tracing",7618]76197620[[package]]7621name = "polkadot-overseer-all-subsystems-gen"7622version = "0.9.10"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7624dependencies = [7625 "assert_matches",7626 "proc-macro2",7627 "quote",7628 "syn",7629]76307631[[package]]7632name = "polkadot-overseer-gen"7633version = "0.9.10"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7635dependencies = [7636 "async-trait",7637 "futures 0.3.17",7638 "futures-timer 3.0.2",7639 "metered-channel",7640 "pin-project 1.0.7",7641 "polkadot-node-network-protocol",7642 "polkadot-node-primitives",7643 "polkadot-overseer-gen-proc-macro",7644 "thiserror",7645 "tracing",7646]76477648[[package]]7649name = "polkadot-overseer-gen-proc-macro"7650version = "0.9.10"7651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7652dependencies = [7653 "proc-macro-crate 1.0.0",7654 "proc-macro2",7655 "quote",7656 "syn",7657]76587659[[package]]7660name = "polkadot-parachain"7661version = "0.9.10"7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7663dependencies = [7664 "derive_more",7665 "frame-support",7666 "parity-scale-codec",7667 "parity-util-mem",7668 "polkadot-core-primitives",7669 "serde",7670 "sp-core",7671 "sp-runtime",7672 "sp-std",7673]76747675[[package]]7676name = "polkadot-primitives"7677version = "0.9.10"7678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7679dependencies = [7680 "bitvec 0.20.1",7681 "frame-system",7682 "hex-literal",7683 "parity-scale-codec",7684 "parity-util-mem",7685 "polkadot-core-primitives",7686 "polkadot-parachain",7687 "serde",7688 "sp-api",7689 "sp-application-crypto",7690 "sp-arithmetic",7691 "sp-authority-discovery",7692 "sp-consensus-slots",7693 "sp-core",7694 "sp-inherents",7695 "sp-io",7696 "sp-keystore",7697 "sp-runtime",7698 "sp-staking",7699 "sp-std",7700 "sp-trie",7701 "sp-version",7702 "thiserror",7703]77047705[[package]]7706name = "polkadot-rpc"7707version = "0.9.10"7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7709dependencies = [7710 "beefy-gadget",7711 "beefy-gadget-rpc",7712 "jsonrpc-core 15.1.0",7713 "pallet-mmr-rpc",7714 "pallet-transaction-payment-rpc",7715 "parity-scale-codec",7716 "polkadot-primitives",7717 "sc-chain-spec",7718 "sc-client-api",7719 "sc-consensus-babe",7720 "sc-consensus-babe-rpc",7721 "sc-consensus-epochs",7722 "sc-finality-grandpa",7723 "sc-finality-grandpa-rpc",7724 "sc-keystore",7725 "sc-rpc",7726 "sc-sync-state-rpc",7727 "sc-transaction-pool-api",7728 "sp-api",7729 "sp-block-builder",7730 "sp-blockchain",7731 "sp-consensus",7732 "sp-consensus-babe",7733 "sp-keystore",7734 "sp-runtime",7735 "substrate-frame-rpc-system",7736]77377738[[package]]7739name = "polkadot-runtime"7740version = "0.9.10"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7742dependencies = [7743 "beefy-primitives",7744 "bitvec 0.20.1",7745 "frame-benchmarking",7746 "frame-election-provider-support",7747 "frame-executive",7748 "frame-support",7749 "frame-system",7750 "frame-system-benchmarking",7751 "frame-system-rpc-runtime-api",7752 "frame-try-runtime",7753 "hex-literal",7754 "log",7755 "pallet-authority-discovery",7756 "pallet-authorship",7757 "pallet-babe",7758 "pallet-balances",7759 "pallet-bounties",7760 "pallet-collective",7761 "pallet-democracy",7762 "pallet-election-provider-multi-phase",7763 "pallet-elections-phragmen",7764 "pallet-grandpa",7765 "pallet-identity",7766 "pallet-im-online",7767 "pallet-indices",7768 "pallet-membership",7769 "pallet-mmr-primitives",7770 "pallet-multisig",7771 "pallet-nicks",7772 "pallet-offences",7773 "pallet-offences-benchmarking",7774 "pallet-proxy",7775 "pallet-scheduler 4.0.0-dev",7776 "pallet-session",7777 "pallet-session-benchmarking",7778 "pallet-staking",7779 "pallet-staking-reward-curve",7780 "pallet-timestamp",7781 "pallet-tips",7782 "pallet-transaction-payment",7783 "pallet-transaction-payment-rpc-runtime-api",7784 "pallet-treasury",7785 "pallet-utility",7786 "pallet-vesting",7787 "parity-scale-codec",7788 "polkadot-primitives",7789 "polkadot-runtime-common",7790 "rustc-hex",7791 "serde",7792 "serde_derive",7793 "smallvec 1.6.1",7794 "sp-api",7795 "sp-authority-discovery",7796 "sp-block-builder",7797 "sp-consensus-babe",7798 "sp-core",7799 "sp-inherents",7800 "sp-io",7801 "sp-npos-elections",7802 "sp-offchain",7803 "sp-runtime",7804 "sp-session",7805 "sp-staking",7806 "sp-std",7807 "sp-transaction-pool",7808 "sp-version",7809 "static_assertions",7810 "substrate-wasm-builder",7811]78127813[[package]]7814name = "polkadot-runtime-common"7815version = "0.9.10"7816source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7817dependencies = [7818 "bitvec 0.20.1",7819 "frame-benchmarking",7820 "frame-support",7821 "frame-system",7822 "impl-trait-for-tuples 0.2.1",7823 "libsecp256k1 0.6.0",7824 "log",7825 "pallet-authorship",7826 "pallet-babe",7827 "pallet-balances",7828 "pallet-beefy-mmr",7829 "pallet-election-provider-multi-phase",7830 "pallet-offences",7831 "pallet-session",7832 "pallet-staking",7833 "pallet-timestamp",7834 "pallet-transaction-payment",7835 "pallet-treasury",7836 "pallet-vesting",7837 "parity-scale-codec",7838 "polkadot-primitives",7839 "polkadot-runtime-parachains",7840 "rustc-hex",7841 "serde",7842 "serde_derive",7843 "slot-range-helper",7844 "sp-api",7845 "sp-core",7846 "sp-inherents",7847 "sp-io",7848 "sp-runtime",7849 "sp-session",7850 "sp-staking",7851 "sp-std",7852 "static_assertions",7853 "xcm",7854]78557856[[package]]7857name = "polkadot-runtime-parachains"7858version = "0.9.10"7859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7860dependencies = [7861 "bitflags",7862 "bitvec 0.20.1",7863 "derive_more",7864 "frame-benchmarking",7865 "frame-support",7866 "frame-system",7867 "log",7868 "pallet-authority-discovery",7869 "pallet-authorship",7870 "pallet-balances",7871 "pallet-offences",7872 "pallet-session",7873 "pallet-staking",7874 "pallet-timestamp",7875 "pallet-vesting",7876 "parity-scale-codec",7877 "polkadot-primitives",7878 "rand 0.8.4",7879 "rand_chacha 0.3.1",7880 "rustc-hex",7881 "serde",7882 "sp-api",7883 "sp-core",7884 "sp-inherents",7885 "sp-io",7886 "sp-keystore",7887 "sp-runtime",7888 "sp-session",7889 "sp-staking",7890 "sp-std",7891 "xcm",7892 "xcm-executor",7893]78947895[[package]]7896name = "polkadot-service"7897version = "0.9.10"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7899dependencies = [7900 "async-trait",7901 "beefy-gadget",7902 "beefy-primitives",7903 "frame-system-rpc-runtime-api",7904 "futures 0.3.17",7905 "hex-literal",7906 "kusama-runtime",7907 "kvdb",7908 "kvdb-rocksdb 0.12.0",7909 "pallet-babe",7910 "pallet-im-online",7911 "pallet-mmr-primitives",7912 "pallet-staking",7913 "pallet-transaction-payment-rpc-runtime-api",7914 "polkadot-approval-distribution",7915 "polkadot-availability-bitfield-distribution",7916 "polkadot-availability-distribution",7917 "polkadot-availability-recovery",7918 "polkadot-client",7919 "polkadot-collator-protocol",7920 "polkadot-dispute-distribution",7921 "polkadot-gossip-support",7922 "polkadot-network-bridge",7923 "polkadot-node-collation-generation",7924 "polkadot-node-core-approval-voting",7925 "polkadot-node-core-av-store",7926 "polkadot-node-core-backing",7927 "polkadot-node-core-bitfield-signing",7928 "polkadot-node-core-candidate-validation",7929 "polkadot-node-core-chain-api",7930 "polkadot-node-core-chain-selection",7931 "polkadot-node-core-dispute-coordinator",7932 "polkadot-node-core-dispute-participation",7933 "polkadot-node-core-parachains-inherent",7934 "polkadot-node-core-provisioner",7935 "polkadot-node-core-runtime-api",7936 "polkadot-node-network-protocol",7937 "polkadot-node-primitives",7938 "polkadot-node-subsystem",7939 "polkadot-node-subsystem-util",7940 "polkadot-overseer",7941 "polkadot-parachain",7942 "polkadot-primitives",7943 "polkadot-rpc",7944 "polkadot-runtime",7945 "polkadot-runtime-parachains",7946 "polkadot-statement-distribution",7947 "rococo-runtime",7948 "sc-authority-discovery",7949 "sc-basic-authorship",7950 "sc-block-builder",7951 "sc-chain-spec",7952 "sc-client-api",7953 "sc-client-db",7954 "sc-consensus",7955 "sc-consensus-babe",7956 "sc-consensus-slots",7957 "sc-consensus-uncles",7958 "sc-executor",7959 "sc-finality-grandpa",7960 "sc-keystore",7961 "sc-network",7962 "sc-service",7963 "sc-sync-state-rpc",7964 "sc-telemetry",7965 "sc-transaction-pool",7966 "serde",7967 "sp-api",7968 "sp-authority-discovery",7969 "sp-block-builder",7970 "sp-blockchain",7971 "sp-consensus",7972 "sp-consensus-babe",7973 "sp-core",7974 "sp-finality-grandpa",7975 "sp-inherents",7976 "sp-io",7977 "sp-keystore",7978 "sp-offchain",7979 "sp-runtime",7980 "sp-session",7981 "sp-state-machine",7982 "sp-storage",7983 "sp-timestamp",7984 "sp-transaction-pool",7985 "sp-trie",7986 "substrate-prometheus-endpoint",7987 "thiserror",7988 "tracing",7989 "westend-runtime",7990]79917992[[package]]7993name = "polkadot-statement-distribution"7994version = "0.9.10"7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"7996dependencies = [7997 "arrayvec 0.5.2",7998 "derive_more",7999 "futures 0.3.17",8000 "indexmap",8001 "parity-scale-codec",8002 "polkadot-node-network-protocol",8003 "polkadot-node-primitives",8004 "polkadot-node-subsystem",8005 "polkadot-node-subsystem-util",8006 "polkadot-primitives",8007 "sp-keystore",8008 "sp-staking",8009 "thiserror",8010 "tracing",8011]80128013[[package]]8014name = "polkadot-statement-table"8015version = "0.9.10"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8017dependencies = [8018 "parity-scale-codec",8019 "polkadot-primitives",8020 "sp-core",8021]80228023[[package]]8024name = "polkadot-test-runtime"8025version = "0.9.10"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8027dependencies = [8028 "beefy-primitives",8029 "bitvec 0.20.1",8030 "frame-election-provider-support",8031 "frame-executive",8032 "frame-support",8033 "frame-system",8034 "frame-system-rpc-runtime-api",8035 "log",8036 "pallet-authority-discovery",8037 "pallet-authorship",8038 "pallet-babe",8039 "pallet-balances",8040 "pallet-grandpa",8041 "pallet-indices",8042 "pallet-mmr-primitives",8043 "pallet-nicks",8044 "pallet-offences",8045 "pallet-session",8046 "pallet-staking",8047 "pallet-staking-reward-curve",8048 "pallet-sudo",8049 "pallet-timestamp",8050 "pallet-transaction-payment",8051 "pallet-transaction-payment-rpc-runtime-api",8052 "pallet-vesting",8053 "pallet-xcm",8054 "parity-scale-codec",8055 "polkadot-parachain",8056 "polkadot-primitives",8057 "polkadot-runtime-common",8058 "polkadot-runtime-parachains",8059 "rustc-hex",8060 "serde",8061 "serde_derive",8062 "smallvec 1.6.1",8063 "sp-api",8064 "sp-authority-discovery",8065 "sp-block-builder",8066 "sp-consensus-babe",8067 "sp-core",8068 "sp-inherents",8069 "sp-io",8070 "sp-offchain",8071 "sp-runtime",8072 "sp-session",8073 "sp-staking",8074 "sp-std",8075 "sp-transaction-pool",8076 "sp-version",8077 "substrate-wasm-builder",8078 "xcm",8079 "xcm-builder",8080 "xcm-executor",8081]80828083[[package]]8084name = "polkadot-test-service"8085version = "0.9.10"8086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8087dependencies = [8088 "frame-benchmarking",8089 "frame-system",8090 "futures 0.1.29",8091 "futures 0.3.17",8092 "hex",8093 "pallet-balances",8094 "pallet-staking",8095 "pallet-transaction-payment",8096 "polkadot-node-primitives",8097 "polkadot-node-subsystem",8098 "polkadot-overseer",8099 "polkadot-parachain",8100 "polkadot-primitives",8101 "polkadot-rpc",8102 "polkadot-runtime-common",8103 "polkadot-runtime-parachains",8104 "polkadot-service",8105 "polkadot-test-runtime",8106 "rand 0.8.4",8107 "sc-authority-discovery",8108 "sc-chain-spec",8109 "sc-cli",8110 "sc-client-api",8111 "sc-consensus",8112 "sc-consensus-babe",8113 "sc-executor",8114 "sc-finality-grandpa",8115 "sc-network",8116 "sc-service",8117 "sc-tracing",8118 "sc-transaction-pool",8119 "sp-arithmetic",8120 "sp-authority-discovery",8121 "sp-blockchain",8122 "sp-consensus",8123 "sp-consensus-babe",8124 "sp-core",8125 "sp-finality-grandpa",8126 "sp-inherents",8127 "sp-keyring",8128 "sp-runtime",8129 "sp-state-machine",8130 "substrate-test-client",8131 "tempfile",8132 "tracing",8133]81348135[[package]]8136name = "polling"8137version = "2.0.2"8138source = "registry+https://github.com/rust-lang/crates.io-index"8139checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"8140dependencies = [8141 "cfg-if 0.1.10",8142 "libc",8143 "log",8144 "wepoll-sys",8145 "winapi 0.3.9",8146]81478148[[package]]8149name = "poly1305"8150version = "0.7.2"8151source = "registry+https://github.com/rust-lang/crates.io-index"8152checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8153dependencies = [8154 "cpufeatures 0.2.1",8155 "opaque-debug 0.3.0",8156 "universal-hash",8157]81588159[[package]]8160name = "polyval"8161version = "0.5.3"8162source = "registry+https://github.com/rust-lang/crates.io-index"8163checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8164dependencies = [8165 "cfg-if 1.0.0",8166 "cpufeatures 0.2.1",8167 "opaque-debug 0.3.0",8168 "universal-hash",8169]81708171[[package]]8172name = "ppv-lite86"8173version = "0.2.8"8174source = "registry+https://github.com/rust-lang/crates.io-index"8175checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"81768177[[package]]8178name = "primitive-types"8179version = "0.9.1"8180source = "registry+https://github.com/rust-lang/crates.io-index"8181checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"8182dependencies = [8183 "fixed-hash",8184 "impl-codec",8185 "impl-rlp",8186 "uint",8187]81888189[[package]]8190name = "primitive-types"8191version = "0.10.1"8192source = "registry+https://github.com/rust-lang/crates.io-index"8193checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"8194dependencies = [8195 "fixed-hash",8196 "impl-codec",8197 "impl-rlp",8198 "impl-serde",8199 "uint",8200]82018202[[package]]8203name = "proc-macro-crate"8204version = "0.1.5"8205source = "registry+https://github.com/rust-lang/crates.io-index"8206checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8207dependencies = [8208 "toml",8209]82108211[[package]]8212name = "proc-macro-crate"8213version = "1.0.0"8214source = "registry+https://github.com/rust-lang/crates.io-index"8215checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"8216dependencies = [8217 "thiserror",8218 "toml",8219]82208221[[package]]8222name = "proc-macro-error"8223version = "0.4.12"8224source = "registry+https://github.com/rust-lang/crates.io-index"8225checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"8226dependencies = [8227 "proc-macro-error-attr 0.4.12",8228 "proc-macro2",8229 "quote",8230 "syn",8231 "version_check",8232]82338234[[package]]8235name = "proc-macro-error"8236version = "1.0.4"8237source = "registry+https://github.com/rust-lang/crates.io-index"8238checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8239dependencies = [8240 "proc-macro-error-attr 1.0.4",8241 "proc-macro2",8242 "quote",8243 "syn",8244 "version_check",8245]82468247[[package]]8248name = "proc-macro-error-attr"8249version = "0.4.12"8250source = "registry+https://github.com/rust-lang/crates.io-index"8251checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"8252dependencies = [8253 "proc-macro2",8254 "quote",8255 "syn",8256 "syn-mid",8257 "version_check",8258]82598260[[package]]8261name = "proc-macro-error-attr"8262version = "1.0.4"8263source = "registry+https://github.com/rust-lang/crates.io-index"8264checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8265dependencies = [8266 "proc-macro2",8267 "quote",8268 "version_check",8269]82708271[[package]]8272name = "proc-macro-hack"8273version = "0.5.19"8274source = "registry+https://github.com/rust-lang/crates.io-index"8275checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"82768277[[package]]8278name = "proc-macro-nested"8279version = "0.1.6"8280source = "registry+https://github.com/rust-lang/crates.io-index"8281checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"82828283[[package]]8284name = "proc-macro2"8285version = "1.0.28"8286source = "registry+https://github.com/rust-lang/crates.io-index"8287checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"8288dependencies = [8289 "unicode-xid",8290]82918292[[package]]8293name = "prometheus"8294version = "0.11.0"8295source = "registry+https://github.com/rust-lang/crates.io-index"8296checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"8297dependencies = [8298 "cfg-if 1.0.0",8299 "fnv",8300 "lazy_static",8301 "parking_lot 0.11.2",8302 "regex",8303 "thiserror",8304]83058306[[package]]8307name = "prost"8308version = "0.8.0"8309source = "registry+https://github.com/rust-lang/crates.io-index"8310checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8311dependencies = [8312 "bytes 1.0.1",8313 "prost-derive",8314]83158316[[package]]8317name = "prost-build"8318version = "0.8.0"8319source = "registry+https://github.com/rust-lang/crates.io-index"8320checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8321dependencies = [8322 "bytes 1.0.1",8323 "heck",8324 "itertools",8325 "log",8326 "multimap",8327 "petgraph",8328 "prost",8329 "prost-types",8330 "tempfile",8331 "which",8332]83338334[[package]]8335name = "prost-derive"8336version = "0.8.0"8337source = "registry+https://github.com/rust-lang/crates.io-index"8338checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"8339dependencies = [8340 "anyhow",8341 "itertools",8342 "proc-macro2",8343 "quote",8344 "syn",8345]83468347[[package]]8348name = "prost-types"8349version = "0.8.0"8350source = "registry+https://github.com/rust-lang/crates.io-index"8351checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8352dependencies = [8353 "bytes 1.0.1",8354 "prost",8355]83568357[[package]]8358name = "psm"8359version = "0.1.12"8360source = "registry+https://github.com/rust-lang/crates.io-index"8361checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a"8362dependencies = [8363 "cc",8364]83658366[[package]]8367name = "pwasm-utils"8368version = "0.18.0"8369source = "registry+https://github.com/rust-lang/crates.io-index"8370checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481"8371dependencies = [8372 "byteorder",8373 "log",8374 "parity-wasm 0.42.2",8375]83768377[[package]]8378name = "quick-error"8379version = "1.2.3"8380source = "registry+https://github.com/rust-lang/crates.io-index"8381checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"83828383[[package]]8384name = "quick-error"8385version = "2.0.0"8386source = "registry+https://github.com/rust-lang/crates.io-index"8387checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"83888389[[package]]8390name = "quicksink"8391version = "0.1.2"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8394dependencies = [8395 "futures-core",8396 "futures-sink",8397 "pin-project-lite 0.1.7",8398]83998400[[package]]8401name = "quote"8402version = "1.0.9"8403source = "registry+https://github.com/rust-lang/crates.io-index"8404checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"8405dependencies = [8406 "proc-macro2",8407]84088409[[package]]8410name = "radium"8411version = "0.5.3"8412source = "registry+https://github.com/rust-lang/crates.io-index"8413checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"84148415[[package]]8416name = "radium"8417version = "0.6.2"8418source = "registry+https://github.com/rust-lang/crates.io-index"8419checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"84208421[[package]]8422name = "rand"8423version = "0.3.23"8424source = "registry+https://github.com/rust-lang/crates.io-index"8425checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"8426dependencies = [8427 "libc",8428 "rand 0.4.6",8429]84308431[[package]]8432name = "rand"8433version = "0.4.6"8434source = "registry+https://github.com/rust-lang/crates.io-index"8435checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"8436dependencies = [8437 "fuchsia-cprng",8438 "libc",8439 "rand_core 0.3.1",8440 "rdrand",8441 "winapi 0.3.9",8442]84438444[[package]]8445name = "rand"8446version = "0.7.3"8447source = "registry+https://github.com/rust-lang/crates.io-index"8448checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8449dependencies = [8450 "getrandom 0.1.14",8451 "libc",8452 "rand_chacha 0.2.2",8453 "rand_core 0.5.1",8454 "rand_hc 0.2.0",8455 "rand_pcg",8456]84578458[[package]]8459name = "rand"8460version = "0.8.4"8461source = "registry+https://github.com/rust-lang/crates.io-index"8462checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8463dependencies = [8464 "libc",8465 "rand_chacha 0.3.1",8466 "rand_core 0.6.1",8467 "rand_hc 0.3.0",8468]84698470[[package]]8471name = "rand_chacha"8472version = "0.2.2"8473source = "registry+https://github.com/rust-lang/crates.io-index"8474checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8475dependencies = [8476 "ppv-lite86",8477 "rand_core 0.5.1",8478]84798480[[package]]8481name = "rand_chacha"8482version = "0.3.1"8483source = "registry+https://github.com/rust-lang/crates.io-index"8484checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8485dependencies = [8486 "ppv-lite86",8487 "rand_core 0.6.1",8488]84898490[[package]]8491name = "rand_core"8492version = "0.3.1"8493source = "registry+https://github.com/rust-lang/crates.io-index"8494checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"8495dependencies = [8496 "rand_core 0.4.2",8497]84988499[[package]]8500name = "rand_core"8501version = "0.4.2"8502source = "registry+https://github.com/rust-lang/crates.io-index"8503checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"85048505[[package]]8506name = "rand_core"8507version = "0.5.1"8508source = "registry+https://github.com/rust-lang/crates.io-index"8509checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8510dependencies = [8511 "getrandom 0.1.14",8512]85138514[[package]]8515name = "rand_core"8516version = "0.6.1"8517source = "registry+https://github.com/rust-lang/crates.io-index"8518checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"8519dependencies = [8520 "getrandom 0.2.1",8521]85228523[[package]]8524name = "rand_distr"8525version = "0.4.1"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"8528dependencies = [8529 "num-traits",8530 "rand 0.8.4",8531]85328533[[package]]8534name = "rand_hc"8535version = "0.2.0"8536source = "registry+https://github.com/rust-lang/crates.io-index"8537checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8538dependencies = [8539 "rand_core 0.5.1",8540]85418542[[package]]8543name = "rand_hc"8544version = "0.3.0"8545source = "registry+https://github.com/rust-lang/crates.io-index"8546checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"8547dependencies = [8548 "rand_core 0.6.1",8549]85508551[[package]]8552name = "rand_pcg"8553version = "0.2.1"8554source = "registry+https://github.com/rust-lang/crates.io-index"8555checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8556dependencies = [8557 "rand_core 0.5.1",8558]85598560[[package]]8561name = "rawpointer"8562version = "0.2.1"8563source = "registry+https://github.com/rust-lang/crates.io-index"8564checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"85658566[[package]]8567name = "rayon"8568version = "1.3.1"8569source = "registry+https://github.com/rust-lang/crates.io-index"8570checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"8571dependencies = [8572 "autocfg",8573 "crossbeam-deque",8574 "either",8575 "rayon-core",8576]85778578[[package]]8579name = "rayon-core"8580version = "1.7.1"8581source = "registry+https://github.com/rust-lang/crates.io-index"8582checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"8583dependencies = [8584 "crossbeam-deque",8585 "crossbeam-queue",8586 "crossbeam-utils 0.7.2",8587 "lazy_static",8588 "num_cpus",8589]85908591[[package]]8592name = "rdrand"8593version = "0.4.0"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"8596dependencies = [8597 "rand_core 0.3.1",8598]85998600[[package]]8601name = "redox_syscall"8602version = "0.1.56"8603source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"86058606[[package]]8607name = "redox_syscall"8608version = "0.2.10"8609source = "registry+https://github.com/rust-lang/crates.io-index"8610checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8611dependencies = [8612 "bitflags",8613]86148615[[package]]8616name = "redox_users"8617version = "0.3.4"8618source = "registry+https://github.com/rust-lang/crates.io-index"8619checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"8620dependencies = [8621 "getrandom 0.1.14",8622 "redox_syscall 0.1.56",8623 "rust-argon2",8624]86258626[[package]]8627name = "redox_users"8628version = "0.4.0"8629source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8631dependencies = [8632 "getrandom 0.2.1",8633 "redox_syscall 0.2.10",8634]86358636[[package]]8637name = "reed-solomon-novelpoly"8638version = "1.0.0"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8641dependencies = [8642 "derive_more",8643 "fs-err",8644 "itertools",8645 "static_init",8646 "thiserror",8647]86488649[[package]]8650name = "ref-cast"8651version = "1.0.2"8652source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"8654dependencies = [8655 "ref-cast-impl",8656]86578658[[package]]8659name = "ref-cast-impl"8660version = "1.0.2"8661source = "registry+https://github.com/rust-lang/crates.io-index"8662checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"8663dependencies = [8664 "proc-macro2",8665 "quote",8666 "syn",8667]86688669[[package]]8670name = "regalloc"8671version = "0.0.31"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8674dependencies = [8675 "log",8676 "rustc-hash",8677 "serde",8678 "smallvec 1.6.1",8679]86808681[[package]]8682name = "regex"8683version = "1.4.2"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"8686dependencies = [8687 "aho-corasick",8688 "memchr",8689 "regex-syntax",8690 "thread_local",8691]86928693[[package]]8694name = "regex-automata"8695version = "0.1.9"8696source = "registry+https://github.com/rust-lang/crates.io-index"8697checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"8698dependencies = [8699 "byteorder",8700 "regex-syntax",8701]87028703[[package]]8704name = "regex-syntax"8705version = "0.6.21"8706source = "registry+https://github.com/rust-lang/crates.io-index"8707checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"87088709[[package]]8710name = "region"8711version = "2.2.0"8712source = "registry+https://github.com/rust-lang/crates.io-index"8713checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8714dependencies = [8715 "bitflags",8716 "libc",8717 "mach",8718 "winapi 0.3.9",8719]87208721[[package]]8722name = "remote-externalities"8723version = "0.10.0-dev"8724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"8725dependencies = [8726 "env_logger 0.8.4",8727 "hex",8728 "jsonrpsee-proc-macros",8729 "jsonrpsee-ws-client",8730 "log",8731 "parity-scale-codec",8732 "serde",8733 "serde_json",8734 "sp-core",8735 "sp-io",8736 "sp-runtime",8737]87388739[[package]]8740name = "remove_dir_all"8741version = "0.5.3"8742source = "registry+https://github.com/rust-lang/crates.io-index"8743checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8744dependencies = [8745 "winapi 0.3.9",8746]87478748[[package]]8749name = "resolv-conf"8750version = "0.7.0"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8753dependencies = [8754 "hostname",8755 "quick-error 1.2.3",8756]87578758[[package]]8759name = "retain_mut"8760version = "0.1.3"8761source = "registry+https://github.com/rust-lang/crates.io-index"8762checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"87638764[[package]]8765name = "ring"8766version = "0.16.20"8767source = "registry+https://github.com/rust-lang/crates.io-index"8768checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8769dependencies = [8770 "cc",8771 "libc",8772 "once_cell",8773 "spin",8774 "untrusted",8775 "web-sys",8776 "winapi 0.3.9",8777]87788779[[package]]8780name = "rlp"8781version = "0.5.0"8782source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"8784dependencies = [8785 "bytes 1.0.1",8786 "rustc-hex",8787]87888789[[package]]8790name = "rlp-derive"8791version = "0.1.0"8792source = "registry+https://github.com/rust-lang/crates.io-index"8793checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8794dependencies = [8795 "proc-macro2",8796 "quote",8797 "syn",8798]87998800[[package]]8801name = "rocksdb"8802version = "0.16.0"8803source = "registry+https://github.com/rust-lang/crates.io-index"8804checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"8805dependencies = [8806 "libc",8807 "librocksdb-sys",8808]88098810[[package]]8811name = "rocksdb"8812version = "0.17.0"8813source = "registry+https://github.com/rust-lang/crates.io-index"8814checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8815dependencies = [8816 "libc",8817 "librocksdb-sys",8818]88198820[[package]]8821name = "rococo-runtime"8822version = "0.9.10"8823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"8824dependencies = [8825 "beefy-primitives",8826 "bp-messages",8827 "bp-rococo",8828 "bp-runtime",8829 "bp-wococo",8830 "bridge-runtime-common",8831 "frame-executive",8832 "frame-support",8833 "frame-system",8834 "frame-system-rpc-runtime-api",8835 "hex-literal",8836 "log",8837 "pallet-authority-discovery",8838 "pallet-authorship",8839 "pallet-babe",8840 "pallet-balances",8841 "pallet-beefy",8842 "pallet-beefy-mmr",8843 "pallet-bridge-dispatch",8844 "pallet-bridge-grandpa",8845 "pallet-bridge-messages",8846 "pallet-collective",8847 "pallet-grandpa",8848 "pallet-im-online",8849 "pallet-indices",8850 "pallet-membership",8851 "pallet-mmr",8852 "pallet-mmr-primitives",8853 "pallet-offences",8854 "pallet-proxy",8855 "pallet-session",8856 "pallet-staking",8857 "pallet-staking-reward-curve",8858 "pallet-sudo",8859 "pallet-timestamp",8860 "pallet-transaction-payment",8861 "pallet-transaction-payment-rpc-runtime-api",8862 "pallet-utility",8863 "pallet-xcm",8864 "parity-scale-codec",8865 "polkadot-parachain",8866 "polkadot-primitives",8867 "polkadot-runtime-common",8868 "polkadot-runtime-parachains",8869 "serde",8870 "serde_derive",8871 "smallvec 1.6.1",8872 "sp-api",8873 "sp-authority-discovery",8874 "sp-block-builder",8875 "sp-consensus-babe",8876 "sp-core",8877 "sp-inherents",8878 "sp-io",8879 "sp-offchain",8880 "sp-runtime",8881 "sp-session",8882 "sp-staking",8883 "sp-std",8884 "sp-transaction-pool",8885 "sp-version",8886 "substrate-wasm-builder",8887 "xcm",8888 "xcm-builder",8889 "xcm-executor",8890]88918892[[package]]8893name = "rpassword"8894version = "5.0.0"8895source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"8897dependencies = [8898 "libc",8899 "winapi 0.3.9",8900]89018902[[package]]8903name = "rust-argon2"8904version = "0.7.0"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"8907dependencies = [8908 "base64 0.11.0",8909 "blake2b_simd",8910 "constant_time_eq",8911 "crossbeam-utils 0.7.2",8912]89138914[[package]]8915name = "rustc-demangle"8916version = "0.1.16"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"89198920[[package]]8921name = "rustc-hash"8922version = "1.1.0"8923source = "registry+https://github.com/rust-lang/crates.io-index"8924checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"89258926[[package]]8927name = "rustc-hex"8928version = "2.1.0"8929source = "registry+https://github.com/rust-lang/crates.io-index"8930checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"89318932[[package]]8933name = "rustc_version"8934version = "0.2.3"8935source = "registry+https://github.com/rust-lang/crates.io-index"8936checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8937dependencies = [8938 "semver 0.9.0",8939]89408941[[package]]8942name = "rustc_version"8943version = "0.3.3"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8946dependencies = [8947 "semver 0.11.0",8948]89498950[[package]]8951name = "rustls"8952version = "0.18.0"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"8955dependencies = [8956 "base64 0.12.3",8957 "log",8958 "ring",8959 "sct",8960 "webpki",8961]89628963[[package]]8964name = "rustls"8965version = "0.19.1"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8968dependencies = [8969 "base64 0.13.0",8970 "log",8971 "ring",8972 "sct",8973 "webpki",8974]89758976[[package]]8977name = "rustls-native-certs"8978version = "0.4.0"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"8981dependencies = [8982 "openssl-probe",8983 "rustls 0.18.0",8984 "schannel",8985 "security-framework 1.0.0",8986]89878988[[package]]8989name = "rustls-native-certs"8990version = "0.5.0"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8993dependencies = [8994 "openssl-probe",8995 "rustls 0.19.1",8996 "schannel",8997 "security-framework 2.2.0",8998]89999000[[package]]9001name = "ruzstd"9002version = "0.2.2"9003source = "registry+https://github.com/rust-lang/crates.io-index"9004checksum = "3d425143485a37727c7a46e689bbe3b883a00f42b4a52c4ac0f44855c1009b00"9005dependencies = [9006 "byteorder",9007 "twox-hash",9008]90099010[[package]]9011name = "rw-stream-sink"9012version = "0.2.1"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9015dependencies = [9016 "futures 0.3.17",9017 "pin-project 0.4.23",9018 "static_assertions",9019]90209021[[package]]9022name = "ryu"9023version = "1.0.5"9024source = "registry+https://github.com/rust-lang/crates.io-index"9025checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"90269027[[package]]9028name = "safe-mix"9029version = "1.0.1"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9032dependencies = [9033 "rustc_version 0.2.3",9034]90359036[[package]]9037name = "salsa20"9038version = "0.8.1"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"9041dependencies = [9042 "cipher",9043]90449045[[package]]9046name = "same-file"9047version = "1.0.6"9048source = "registry+https://github.com/rust-lang/crates.io-index"9049checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9050dependencies = [9051 "winapi-util",9052]90539054[[package]]9055name = "sc-allocator"9056version = "4.0.0-dev"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9058dependencies = [9059 "log",9060 "sp-core",9061 "sp-wasm-interface",9062 "thiserror",9063]90649065[[package]]9066name = "sc-authority-discovery"9067version = "0.10.0-dev"9068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9069dependencies = [9070 "async-trait",9071 "derive_more",9072 "either",9073 "futures 0.3.17",9074 "futures-timer 3.0.2",9075 "ip_network",9076 "libp2p",9077 "log",9078 "parity-scale-codec",9079 "prost",9080 "prost-build",9081 "rand 0.7.3",9082 "sc-client-api",9083 "sc-network",9084 "serde_json",9085 "sp-api",9086 "sp-authority-discovery",9087 "sp-blockchain",9088 "sp-core",9089 "sp-keystore",9090 "sp-runtime",9091 "substrate-prometheus-endpoint",9092]90939094[[package]]9095name = "sc-basic-authorship"9096version = "0.10.0-dev"9097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9098dependencies = [9099 "futures 0.3.17",9100 "futures-timer 3.0.2",9101 "log",9102 "parity-scale-codec",9103 "sc-block-builder",9104 "sc-client-api",9105 "sc-proposer-metrics",9106 "sc-telemetry",9107 "sc-transaction-pool-api",9108 "sp-api",9109 "sp-blockchain",9110 "sp-consensus",9111 "sp-core",9112 "sp-inherents",9113 "sp-runtime",9114 "substrate-prometheus-endpoint",9115]91169117[[package]]9118name = "sc-block-builder"9119version = "0.10.0-dev"9120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9121dependencies = [9122 "parity-scale-codec",9123 "sc-client-api",9124 "sp-api",9125 "sp-block-builder",9126 "sp-blockchain",9127 "sp-core",9128 "sp-inherents",9129 "sp-runtime",9130 "sp-state-machine",9131]91329133[[package]]9134name = "sc-chain-spec"9135version = "4.0.0-dev"9136source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9137dependencies = [9138 "impl-trait-for-tuples 0.2.1",9139 "parity-scale-codec",9140 "sc-chain-spec-derive",9141 "sc-network",9142 "sc-telemetry",9143 "serde",9144 "serde_json",9145 "sp-core",9146 "sp-runtime",9147]91489149[[package]]9150name = "sc-chain-spec-derive"9151version = "4.0.0-dev"9152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9153dependencies = [9154 "proc-macro-crate 1.0.0",9155 "proc-macro2",9156 "quote",9157 "syn",9158]91599160[[package]]9161name = "sc-cli"9162version = "0.10.0-dev"9163source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9164dependencies = [9165 "chrono",9166 "fdlimit",9167 "futures 0.3.17",9168 "hex",9169 "libp2p",9170 "log",9171 "names",9172 "parity-scale-codec",9173 "rand 0.7.3",9174 "regex",9175 "rpassword",9176 "sc-client-api",9177 "sc-keystore",9178 "sc-network",9179 "sc-service",9180 "sc-telemetry",9181 "sc-tracing",9182 "serde",9183 "serde_json",9184 "sp-blockchain",9185 "sp-core",9186 "sp-keyring",9187 "sp-keystore",9188 "sp-panic-handler",9189 "sp-runtime",9190 "sp-utils",9191 "sp-version",9192 "structopt",9193 "thiserror",9194 "tiny-bip39",9195 "tokio 0.2.25",9196]91979198[[package]]9199name = "sc-client-api"9200version = "4.0.0-dev"9201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9202dependencies = [9203 "derive_more",9204 "fnv",9205 "futures 0.3.17",9206 "hash-db",9207 "kvdb",9208 "lazy_static",9209 "log",9210 "parity-scale-codec",9211 "parking_lot 0.11.2",9212 "sc-executor",9213 "sc-transaction-pool-api",9214 "sp-api",9215 "sp-blockchain",9216 "sp-consensus",9217 "sp-core",9218 "sp-database",9219 "sp-externalities",9220 "sp-inherents",9221 "sp-keystore",9222 "sp-runtime",9223 "sp-state-machine",9224 "sp-std",9225 "sp-storage",9226 "sp-trie",9227 "sp-utils",9228 "sp-version",9229 "substrate-prometheus-endpoint",9230]92319232[[package]]9233name = "sc-client-db"9234version = "0.10.0-dev"9235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9236dependencies = [9237 "blake2-rfc",9238 "hash-db",9239 "kvdb",9240 "kvdb-memorydb",9241 "kvdb-rocksdb 0.12.0",9242 "linked-hash-map",9243 "log",9244 "parity-db",9245 "parity-scale-codec",9246 "parity-util-mem",9247 "parking_lot 0.11.2",9248 "sc-client-api",9249 "sc-executor",9250 "sc-state-db",9251 "sp-arithmetic",9252 "sp-blockchain",9253 "sp-core",9254 "sp-database",9255 "sp-runtime",9256 "sp-state-machine",9257 "sp-trie",9258 "substrate-prometheus-endpoint",9259]92609261[[package]]9262name = "sc-consensus"9263version = "0.10.0-dev"9264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9265dependencies = [9266 "async-trait",9267 "futures 0.3.17",9268 "futures-timer 3.0.2",9269 "libp2p",9270 "log",9271 "parking_lot 0.11.2",9272 "sc-client-api",9273 "serde",9274 "sp-api",9275 "sp-blockchain",9276 "sp-consensus",9277 "sp-core",9278 "sp-runtime",9279 "sp-state-machine",9280 "sp-utils",9281 "substrate-prometheus-endpoint",9282 "thiserror",9283 "wasm-timer",9284]92859286[[package]]9287name = "sc-consensus-aura"9288version = "0.10.0-dev"9289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9290dependencies = [9291 "async-trait",9292 "derive_more",9293 "futures 0.3.17",9294 "futures-timer 3.0.2",9295 "log",9296 "parity-scale-codec",9297 "sc-block-builder",9298 "sc-client-api",9299 "sc-consensus",9300 "sc-consensus-slots",9301 "sc-telemetry",9302 "sp-api",9303 "sp-application-crypto",9304 "sp-block-builder",9305 "sp-blockchain",9306 "sp-consensus",9307 "sp-consensus-aura",9308 "sp-consensus-slots",9309 "sp-core",9310 "sp-inherents",9311 "sp-io",9312 "sp-keystore",9313 "sp-runtime",9314 "sp-version",9315 "substrate-prometheus-endpoint",9316]93179318[[package]]9319name = "sc-consensus-babe"9320version = "0.10.0-dev"9321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9322dependencies = [9323 "async-trait",9324 "derive_more",9325 "fork-tree",9326 "futures 0.3.17",9327 "futures-timer 3.0.2",9328 "log",9329 "merlin",9330 "num-bigint",9331 "num-rational 0.2.4",9332 "num-traits",9333 "parity-scale-codec",9334 "parking_lot 0.11.2",9335 "pdqselect",9336 "rand 0.7.3",9337 "retain_mut",9338 "sc-client-api",9339 "sc-consensus",9340 "sc-consensus-epochs",9341 "sc-consensus-slots",9342 "sc-consensus-uncles",9343 "sc-keystore",9344 "sc-telemetry",9345 "schnorrkel",9346 "serde",9347 "sp-api",9348 "sp-application-crypto",9349 "sp-block-builder",9350 "sp-blockchain",9351 "sp-consensus",9352 "sp-consensus-babe",9353 "sp-consensus-slots",9354 "sp-consensus-vrf",9355 "sp-core",9356 "sp-inherents",9357 "sp-io",9358 "sp-keystore",9359 "sp-runtime",9360 "sp-utils",9361 "sp-version",9362 "substrate-prometheus-endpoint",9363]93649365[[package]]9366name = "sc-consensus-babe-rpc"9367version = "0.10.0-dev"9368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9369dependencies = [9370 "derive_more",9371 "futures 0.3.17",9372 "jsonrpc-core 15.1.0",9373 "jsonrpc-core-client 15.1.0",9374 "jsonrpc-derive 15.1.0",9375 "sc-consensus-babe",9376 "sc-consensus-epochs",9377 "sc-rpc-api",9378 "serde",9379 "sp-api",9380 "sp-application-crypto",9381 "sp-blockchain",9382 "sp-consensus",9383 "sp-consensus-babe",9384 "sp-core",9385 "sp-keystore",9386 "sp-runtime",9387]93889389[[package]]9390name = "sc-consensus-epochs"9391version = "0.10.0-dev"9392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9393dependencies = [9394 "fork-tree",9395 "parity-scale-codec",9396 "sc-client-api",9397 "sc-consensus",9398 "sp-blockchain",9399 "sp-runtime",9400]94019402[[package]]9403name = "sc-consensus-slots"9404version = "0.10.0-dev"9405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9406dependencies = [9407 "async-trait",9408 "futures 0.3.17",9409 "futures-timer 3.0.2",9410 "impl-trait-for-tuples 0.2.1",9411 "log",9412 "parity-scale-codec",9413 "sc-client-api",9414 "sc-consensus",9415 "sc-telemetry",9416 "sp-api",9417 "sp-application-crypto",9418 "sp-arithmetic",9419 "sp-blockchain",9420 "sp-consensus",9421 "sp-consensus-slots",9422 "sp-core",9423 "sp-inherents",9424 "sp-runtime",9425 "sp-state-machine",9426 "sp-timestamp",9427 "sp-trie",9428 "thiserror",9429]94309431[[package]]9432name = "sc-consensus-uncles"9433version = "0.10.0-dev"9434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9435dependencies = [9436 "sc-client-api",9437 "sp-authorship",9438 "sp-runtime",9439 "thiserror",9440]94419442[[package]]9443name = "sc-executor"9444version = "0.10.0-dev"9445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9446dependencies = [9447 "derive_more",9448 "lazy_static",9449 "libsecp256k1 0.6.0",9450 "log",9451 "parity-scale-codec",9452 "parity-wasm 0.42.2",9453 "parking_lot 0.11.2",9454 "sc-executor-common",9455 "sc-executor-wasmi",9456 "sc-executor-wasmtime",9457 "sp-api",9458 "sp-core",9459 "sp-externalities",9460 "sp-io",9461 "sp-panic-handler",9462 "sp-runtime-interface",9463 "sp-serializer",9464 "sp-tasks",9465 "sp-trie",9466 "sp-version",9467 "sp-wasm-interface",9468 "wasmi",9469]94709471[[package]]9472name = "sc-executor-common"9473version = "0.10.0-dev"9474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9475dependencies = [9476 "derive_more",9477 "parity-scale-codec",9478 "pwasm-utils",9479 "sc-allocator",9480 "sp-core",9481 "sp-maybe-compressed-blob",9482 "sp-serializer",9483 "sp-wasm-interface",9484 "thiserror",9485 "wasmi",9486]94879488[[package]]9489name = "sc-executor-wasmi"9490version = "0.10.0-dev"9491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9492dependencies = [9493 "log",9494 "parity-scale-codec",9495 "sc-allocator",9496 "sc-executor-common",9497 "sp-core",9498 "sp-runtime-interface",9499 "sp-wasm-interface",9500 "wasmi",9501]95029503[[package]]9504name = "sc-executor-wasmtime"9505version = "0.10.0-dev"9506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9507dependencies = [9508 "cfg-if 1.0.0",9509 "libc",9510 "log",9511 "parity-scale-codec",9512 "parity-wasm 0.42.2",9513 "pwasm-utils",9514 "sc-allocator",9515 "sc-executor-common",9516 "scoped-tls",9517 "sp-core",9518 "sp-runtime-interface",9519 "sp-wasm-interface",9520 "wasmtime",9521]95229523[[package]]9524name = "sc-finality-grandpa"9525version = "0.10.0-dev"9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9527dependencies = [9528 "async-trait",9529 "derive_more",9530 "dyn-clone",9531 "finality-grandpa",9532 "fork-tree",9533 "futures 0.3.17",9534 "futures-timer 3.0.2",9535 "linked-hash-map",9536 "log",9537 "parity-scale-codec",9538 "parking_lot 0.11.2",9539 "pin-project 1.0.7",9540 "rand 0.8.4",9541 "sc-block-builder",9542 "sc-client-api",9543 "sc-consensus",9544 "sc-keystore",9545 "sc-network",9546 "sc-network-gossip",9547 "sc-telemetry",9548 "serde_json",9549 "sp-api",9550 "sp-application-crypto",9551 "sp-arithmetic",9552 "sp-blockchain",9553 "sp-consensus",9554 "sp-core",9555 "sp-finality-grandpa",9556 "sp-inherents",9557 "sp-keystore",9558 "sp-runtime",9559 "sp-utils",9560 "substrate-prometheus-endpoint",9561 "wasm-timer",9562]95639564[[package]]9565name = "sc-finality-grandpa-rpc"9566version = "0.10.0-dev"9567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9568dependencies = [9569 "derive_more",9570 "finality-grandpa",9571 "futures 0.3.17",9572 "jsonrpc-core 15.1.0",9573 "jsonrpc-core-client 15.1.0",9574 "jsonrpc-derive 15.1.0",9575 "jsonrpc-pubsub 15.1.0",9576 "log",9577 "parity-scale-codec",9578 "sc-client-api",9579 "sc-finality-grandpa",9580 "sc-rpc",9581 "serde",9582 "serde_json",9583 "sp-blockchain",9584 "sp-core",9585 "sp-runtime",9586]95879588[[package]]9589name = "sc-informant"9590version = "0.10.0-dev"9591source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9592dependencies = [9593 "ansi_term 0.12.1",9594 "futures 0.3.17",9595 "futures-timer 3.0.2",9596 "log",9597 "parity-util-mem",9598 "sc-client-api",9599 "sc-network",9600 "sc-transaction-pool-api",9601 "sp-blockchain",9602 "sp-runtime",9603 "wasm-timer",9604]96059606[[package]]9607name = "sc-keystore"9608version = "4.0.0-dev"9609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9610dependencies = [9611 "async-trait",9612 "derive_more",9613 "futures 0.3.17",9614 "futures-util",9615 "hex",9616 "merlin",9617 "parking_lot 0.11.2",9618 "rand 0.7.3",9619 "serde_json",9620 "sp-application-crypto",9621 "sp-core",9622 "sp-keystore",9623 "subtle 2.4.1",9624]96259626[[package]]9627name = "sc-light"9628version = "4.0.0-dev"9629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9630dependencies = [9631 "hash-db",9632 "lazy_static",9633 "parity-scale-codec",9634 "parking_lot 0.11.2",9635 "sc-client-api",9636 "sc-executor",9637 "sp-api",9638 "sp-blockchain",9639 "sp-core",9640 "sp-externalities",9641 "sp-runtime",9642 "sp-state-machine",9643]96449645[[package]]9646name = "sc-network"9647version = "0.10.0-dev"9648source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9649dependencies = [9650 "async-std",9651 "async-trait",9652 "asynchronous-codec 0.5.0",9653 "bitflags",9654 "bs58",9655 "bytes 1.0.1",9656 "cid",9657 "derive_more",9658 "either",9659 "erased-serde",9660 "fnv",9661 "fork-tree",9662 "futures 0.3.17",9663 "futures-timer 3.0.2",9664 "hex",9665 "ip_network",9666 "libp2p",9667 "linked-hash-map",9668 "linked_hash_set",9669 "log",9670 "lru",9671 "nohash-hasher",9672 "parity-scale-codec",9673 "parking_lot 0.11.2",9674 "pin-project 1.0.7",9675 "prost",9676 "prost-build",9677 "rand 0.7.3",9678 "sc-block-builder",9679 "sc-client-api",9680 "sc-consensus",9681 "sc-peerset",9682 "serde",9683 "serde_json",9684 "smallvec 1.6.1",9685 "sp-arithmetic",9686 "sp-blockchain",9687 "sp-consensus",9688 "sp-core",9689 "sp-finality-grandpa",9690 "sp-runtime",9691 "sp-utils",9692 "substrate-prometheus-endpoint",9693 "thiserror",9694 "unsigned-varint 0.6.0",9695 "void",9696 "wasm-timer",9697 "zeroize",9698]96999700[[package]]9701name = "sc-network-gossip"9702version = "0.10.0-dev"9703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9704dependencies = [9705 "futures 0.3.17",9706 "futures-timer 3.0.2",9707 "libp2p",9708 "log",9709 "lru",9710 "sc-network",9711 "sp-runtime",9712 "substrate-prometheus-endpoint",9713 "tracing",9714 "wasm-timer",9715]97169717[[package]]9718name = "sc-offchain"9719version = "4.0.0-dev"9720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9721dependencies = [9722 "bytes 0.5.6",9723 "fnv",9724 "futures 0.3.17",9725 "futures-timer 3.0.2",9726 "hex",9727 "hyper 0.13.9",9728 "hyper-rustls",9729 "log",9730 "num_cpus",9731 "parity-scale-codec",9732 "parking_lot 0.11.2",9733 "rand 0.7.3",9734 "sc-client-api",9735 "sc-keystore",9736 "sc-network",9737 "sp-api",9738 "sp-core",9739 "sp-offchain",9740 "sp-runtime",9741 "sp-utils",9742 "threadpool",9743]97449745[[package]]9746name = "sc-peerset"9747version = "4.0.0-dev"9748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9749dependencies = [9750 "futures 0.3.17",9751 "libp2p",9752 "log",9753 "serde_json",9754 "sp-utils",9755 "wasm-timer",9756]97579758[[package]]9759name = "sc-proposer-metrics"9760version = "0.9.0"9761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9762dependencies = [9763 "log",9764 "substrate-prometheus-endpoint",9765]97669767[[package]]9768name = "sc-rpc"9769version = "4.0.0-dev"9770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9771dependencies = [9772 "futures 0.3.17",9773 "hash-db",9774 "jsonrpc-core 15.1.0",9775 "jsonrpc-pubsub 15.1.0",9776 "log",9777 "parity-scale-codec",9778 "parking_lot 0.11.2",9779 "sc-block-builder",9780 "sc-chain-spec",9781 "sc-client-api",9782 "sc-executor",9783 "sc-keystore",9784 "sc-rpc-api",9785 "sc-tracing",9786 "sc-transaction-pool-api",9787 "serde_json",9788 "sp-api",9789 "sp-blockchain",9790 "sp-core",9791 "sp-keystore",9792 "sp-offchain",9793 "sp-rpc",9794 "sp-runtime",9795 "sp-session",9796 "sp-state-machine",9797 "sp-tracing",9798 "sp-utils",9799 "sp-version",9800]98019802[[package]]9803name = "sc-rpc-api"9804version = "0.10.0-dev"9805source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9806dependencies = [9807 "derive_more",9808 "futures 0.3.17",9809 "jsonrpc-core 15.1.0",9810 "jsonrpc-core-client 15.1.0",9811 "jsonrpc-derive 15.1.0",9812 "jsonrpc-pubsub 15.1.0",9813 "log",9814 "parity-scale-codec",9815 "parking_lot 0.11.2",9816 "sc-chain-spec",9817 "sc-transaction-pool-api",9818 "serde",9819 "serde_json",9820 "sp-core",9821 "sp-rpc",9822 "sp-runtime",9823 "sp-tracing",9824 "sp-version",9825]98269827[[package]]9828name = "sc-rpc-server"9829version = "4.0.0-dev"9830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9831dependencies = [9832 "futures 0.1.29",9833 "jsonrpc-core 15.1.0",9834 "jsonrpc-http-server",9835 "jsonrpc-ipc-server",9836 "jsonrpc-pubsub 15.1.0",9837 "jsonrpc-ws-server",9838 "log",9839 "serde",9840 "serde_json",9841 "sp-runtime",9842 "substrate-prometheus-endpoint",9843]98449845[[package]]9846name = "sc-service"9847version = "0.10.0-dev"9848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9849dependencies = [9850 "async-trait",9851 "directories",9852 "exit-future",9853 "futures 0.1.29",9854 "futures 0.3.17",9855 "futures-timer 3.0.2",9856 "hash-db",9857 "jsonrpc-core 15.1.0",9858 "jsonrpc-pubsub 15.1.0",9859 "lazy_static",9860 "log",9861 "parity-scale-codec",9862 "parity-util-mem",9863 "parking_lot 0.11.2",9864 "pin-project 1.0.7",9865 "rand 0.7.3",9866 "sc-block-builder",9867 "sc-chain-spec",9868 "sc-client-api",9869 "sc-client-db",9870 "sc-consensus",9871 "sc-executor",9872 "sc-informant",9873 "sc-keystore",9874 "sc-light",9875 "sc-network",9876 "sc-offchain",9877 "sc-rpc",9878 "sc-rpc-server",9879 "sc-telemetry",9880 "sc-tracing",9881 "sc-transaction-pool",9882 "sc-transaction-pool-api",9883 "serde",9884 "serde_json",9885 "sp-api",9886 "sp-application-crypto",9887 "sp-block-builder",9888 "sp-blockchain",9889 "sp-consensus",9890 "sp-core",9891 "sp-externalities",9892 "sp-inherents",9893 "sp-io",9894 "sp-keystore",9895 "sp-runtime",9896 "sp-session",9897 "sp-state-machine",9898 "sp-storage",9899 "sp-tracing",9900 "sp-transaction-pool",9901 "sp-transaction-storage-proof",9902 "sp-trie",9903 "sp-utils",9904 "sp-version",9905 "substrate-prometheus-endpoint",9906 "tempfile",9907 "thiserror",9908 "tracing",9909 "tracing-futures",9910 "wasm-timer",9911]99129913[[package]]9914name = "sc-state-db"9915version = "0.10.0-dev"9916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9917dependencies = [9918 "log",9919 "parity-scale-codec",9920 "parity-util-mem",9921 "parity-util-mem-derive",9922 "parking_lot 0.11.2",9923 "sc-client-api",9924 "sp-core",9925 "thiserror",9926]99279928[[package]]9929name = "sc-sync-state-rpc"9930version = "0.10.0-dev"9931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9932dependencies = [9933 "jsonrpc-core 15.1.0",9934 "jsonrpc-core-client 15.1.0",9935 "jsonrpc-derive 15.1.0",9936 "parity-scale-codec",9937 "sc-chain-spec",9938 "sc-client-api",9939 "sc-consensus-babe",9940 "sc-consensus-epochs",9941 "sc-finality-grandpa",9942 "sc-rpc-api",9943 "serde",9944 "serde_json",9945 "sp-blockchain",9946 "sp-runtime",9947 "thiserror",9948]99499950[[package]]9951name = "sc-telemetry"9952version = "4.0.0-dev"9953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9954dependencies = [9955 "chrono",9956 "futures 0.3.17",9957 "libp2p",9958 "log",9959 "parking_lot 0.11.2",9960 "pin-project 1.0.7",9961 "rand 0.7.3",9962 "serde",9963 "serde_json",9964 "take_mut",9965 "thiserror",9966 "void",9967 "wasm-timer",9968]99699970[[package]]9971name = "sc-tracing"9972version = "4.0.0-dev"9973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"9974dependencies = [9975 "ansi_term 0.12.1",9976 "atty",9977 "erased-serde",9978 "lazy_static",9979 "log",9980 "once_cell",9981 "parking_lot 0.11.2",9982 "regex",9983 "rustc-hash",9984 "sc-client-api",9985 "sc-rpc-server",9986 "sc-telemetry",9987 "sc-tracing-proc-macro",9988 "serde",9989 "serde_json",9990 "sp-api",9991 "sp-block-builder",9992 "sp-blockchain",9993 "sp-core",9994 "sp-rpc",9995 "sp-runtime",9996 "sp-storage",9997 "sp-tracing",9998 "thiserror",9999 "tracing",10000 "tracing-log",10001 "tracing-subscriber",10002 "wasm-bindgen",10003 "wasm-timer",10004 "web-sys",10005]1000610007[[package]]10008name = "sc-tracing-proc-macro"10009version = "4.0.0-dev"10010source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10011dependencies = [10012 "proc-macro-crate 1.0.0",10013 "proc-macro2",10014 "quote",10015 "syn",10016]1001710018[[package]]10019name = "sc-transaction-pool"10020version = "4.0.0-dev"10021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10022dependencies = [10023 "derive_more",10024 "futures 0.3.17",10025 "intervalier",10026 "linked-hash-map",10027 "log",10028 "parity-scale-codec",10029 "parity-util-mem",10030 "parking_lot 0.11.2",10031 "retain_mut",10032 "sc-client-api",10033 "sc-transaction-pool-api",10034 "serde",10035 "sp-api",10036 "sp-blockchain",10037 "sp-core",10038 "sp-runtime",10039 "sp-tracing",10040 "sp-transaction-pool",10041 "sp-utils",10042 "substrate-prometheus-endpoint",10043 "thiserror",10044 "wasm-timer",10045]1004610047[[package]]10048name = "sc-transaction-pool-api"10049version = "4.0.0-dev"10050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10051dependencies = [10052 "derive_more",10053 "futures 0.3.17",10054 "log",10055 "parity-scale-codec",10056 "serde",10057 "sp-blockchain",10058 "sp-runtime",10059 "thiserror",10060]1006110062[[package]]10063name = "scale-info"10064version = "0.10.0"10065source = "registry+https://github.com/rust-lang/crates.io-index"10066checksum = "d2e62ff266e136db561a007c84569985805f84a1d5a08278e52c36aacb6e061b"10067dependencies = [10068 "bitvec 0.20.1",10069 "cfg-if 1.0.0",10070 "derive_more",10071 "parity-scale-codec",10072 "scale-info-derive",10073]1007410075[[package]]10076name = "scale-info-derive"10077version = "0.7.0"10078source = "registry+https://github.com/rust-lang/crates.io-index"10079checksum = "b648fa291891a4c80187a25532f6a7d96b82c70353e30b868b14632b8fe043d6"10080dependencies = [10081 "proc-macro-crate 1.0.0",10082 "proc-macro2",10083 "quote",10084 "syn",10085]1008610087[[package]]10088name = "schannel"10089version = "0.1.19"10090source = "registry+https://github.com/rust-lang/crates.io-index"10091checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10092dependencies = [10093 "lazy_static",10094 "winapi 0.3.9",10095]1009610097[[package]]10098name = "schnorrkel"10099version = "0.9.1"10100source = "registry+https://github.com/rust-lang/crates.io-index"10101checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10102dependencies = [10103 "arrayref",10104 "arrayvec 0.5.2",10105 "curve25519-dalek 2.1.0",10106 "getrandom 0.1.14",10107 "merlin",10108 "rand 0.7.3",10109 "rand_core 0.5.1",10110 "sha2 0.8.2",10111 "subtle 2.4.1",10112 "zeroize",10113]1011410115[[package]]10116name = "scoped-tls"10117version = "1.0.0"10118source = "registry+https://github.com/rust-lang/crates.io-index"10119checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1012010121[[package]]10122name = "scopeguard"10123version = "1.1.0"10124source = "registry+https://github.com/rust-lang/crates.io-index"10125checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1012610127[[package]]10128name = "sct"10129version = "0.6.0"10130source = "registry+https://github.com/rust-lang/crates.io-index"10131checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"10132dependencies = [10133 "ring",10134 "untrusted",10135]1013610137[[package]]10138name = "secrecy"10139version = "0.7.0"10140source = "registry+https://github.com/rust-lang/crates.io-index"10141checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"10142dependencies = [10143 "zeroize",10144]1014510146[[package]]10147name = "security-framework"10148version = "1.0.0"10149source = "registry+https://github.com/rust-lang/crates.io-index"10150checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"10151dependencies = [10152 "bitflags",10153 "core-foundation 0.7.0",10154 "core-foundation-sys 0.7.0",10155 "libc",10156 "security-framework-sys 1.0.0",10157]1015810159[[package]]10160name = "security-framework"10161version = "2.2.0"10162source = "registry+https://github.com/rust-lang/crates.io-index"10163checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"10164dependencies = [10165 "bitflags",10166 "core-foundation 0.9.1",10167 "core-foundation-sys 0.8.2",10168 "libc",10169 "security-framework-sys 2.2.0",10170]1017110172[[package]]10173name = "security-framework-sys"10174version = "1.0.0"10175source = "registry+https://github.com/rust-lang/crates.io-index"10176checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"10177dependencies = [10178 "core-foundation-sys 0.7.0",10179 "libc",10180]1018110182[[package]]10183name = "security-framework-sys"10184version = "2.2.0"10185source = "registry+https://github.com/rust-lang/crates.io-index"10186checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"10187dependencies = [10188 "core-foundation-sys 0.8.2",10189 "libc",10190]1019110192[[package]]10193name = "semver"10194version = "0.6.0"10195source = "registry+https://github.com/rust-lang/crates.io-index"10196checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10197dependencies = [10198 "semver-parser 0.7.0",10199]1020010201[[package]]10202name = "semver"10203version = "0.9.0"10204source = "registry+https://github.com/rust-lang/crates.io-index"10205checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10206dependencies = [10207 "semver-parser 0.7.0",10208]1020910210[[package]]10211name = "semver"10212version = "0.11.0"10213source = "registry+https://github.com/rust-lang/crates.io-index"10214checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10215dependencies = [10216 "semver-parser 0.10.2",10217 "serde",10218]1021910220[[package]]10221name = "semver-parser"10222version = "0.7.0"10223source = "registry+https://github.com/rust-lang/crates.io-index"10224checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1022510226[[package]]10227name = "semver-parser"10228version = "0.10.2"10229source = "registry+https://github.com/rust-lang/crates.io-index"10230checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10231dependencies = [10232 "pest",10233]1023410235[[package]]10236name = "serde"10237version = "1.0.130"10238source = "registry+https://github.com/rust-lang/crates.io-index"10239checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"10240dependencies = [10241 "serde_derive",10242]1024310244[[package]]10245name = "serde_derive"10246version = "1.0.130"10247source = "registry+https://github.com/rust-lang/crates.io-index"10248checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"10249dependencies = [10250 "proc-macro2",10251 "quote",10252 "syn",10253]1025410255[[package]]10256name = "serde_json"10257version = "1.0.68"10258source = "registry+https://github.com/rust-lang/crates.io-index"10259checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"10260dependencies = [10261 "itoa",10262 "ryu",10263 "serde",10264]1026510266[[package]]10267name = "sha-1"10268version = "0.8.2"10269source = "registry+https://github.com/rust-lang/crates.io-index"10270checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10271dependencies = [10272 "block-buffer 0.7.3",10273 "digest 0.8.1",10274 "fake-simd",10275 "opaque-debug 0.2.3",10276]1027710278[[package]]10279name = "sha-1"10280version = "0.9.6"10281source = "registry+https://github.com/rust-lang/crates.io-index"10282checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"10283dependencies = [10284 "block-buffer 0.9.0",10285 "cfg-if 1.0.0",10286 "cpufeatures 0.1.4",10287 "digest 0.9.0",10288 "opaque-debug 0.3.0",10289]1029010291[[package]]10292name = "sha2"10293version = "0.8.2"10294source = "registry+https://github.com/rust-lang/crates.io-index"10295checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10296dependencies = [10297 "block-buffer 0.7.3",10298 "digest 0.8.1",10299 "fake-simd",10300 "opaque-debug 0.2.3",10301]1030210303[[package]]10304name = "sha2"10305version = "0.9.2"10306source = "registry+https://github.com/rust-lang/crates.io-index"10307checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"10308dependencies = [10309 "block-buffer 0.9.0",10310 "cfg-if 1.0.0",10311 "cpuid-bool",10312 "digest 0.9.0",10313 "opaque-debug 0.3.0",10314]1031510316[[package]]10317name = "sha3"10318version = "0.8.2"10319source = "registry+https://github.com/rust-lang/crates.io-index"10320checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10321dependencies = [10322 "block-buffer 0.7.3",10323 "byte-tools",10324 "digest 0.8.1",10325 "keccak",10326 "opaque-debug 0.2.3",10327]1032810329[[package]]10330name = "sha3"10331version = "0.9.1"10332source = "registry+https://github.com/rust-lang/crates.io-index"10333checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10334dependencies = [10335 "block-buffer 0.9.0",10336 "digest 0.9.0",10337 "keccak",10338 "opaque-debug 0.3.0",10339]1034010341[[package]]10342name = "sharded-slab"10343version = "0.1.0"10344source = "registry+https://github.com/rust-lang/crates.io-index"10345checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"10346dependencies = [10347 "lazy_static",10348 "loom",10349]1035010351[[package]]10352name = "shlex"10353version = "1.1.0"10354source = "registry+https://github.com/rust-lang/crates.io-index"10355checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1035610357[[package]]10358name = "signal-hook"10359version = "0.3.9"10360source = "registry+https://github.com/rust-lang/crates.io-index"10361checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"10362dependencies = [10363 "libc",10364 "signal-hook-registry",10365]1036610367[[package]]10368name = "signal-hook-registry"10369version = "1.4.0"10370source = "registry+https://github.com/rust-lang/crates.io-index"10371checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10372dependencies = [10373 "libc",10374]1037510376[[package]]10377name = "signature"10378version = "1.1.0"10379source = "registry+https://github.com/rust-lang/crates.io-index"10380checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"1038110382[[package]]10383name = "simba"10384version = "0.5.1"10385source = "registry+https://github.com/rust-lang/crates.io-index"10386checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10387dependencies = [10388 "approx",10389 "num-complex",10390 "num-traits",10391 "paste",10392]1039310394[[package]]10395name = "slab"10396version = "0.4.2"10397source = "registry+https://github.com/rust-lang/crates.io-index"10398checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"1039910400[[package]]10401name = "slog"10402version = "2.7.0"10403source = "registry+https://github.com/rust-lang/crates.io-index"10404checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"10405dependencies = [10406 "erased-serde",10407]1040810409[[package]]10410name = "slot-range-helper"10411version = "0.9.10"10412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"10413dependencies = [10414 "enumn",10415 "parity-scale-codec",10416 "paste",10417 "sp-runtime",10418 "sp-std",10419]1042010421[[package]]10422name = "slotmap"10423version = "1.0.5"10424source = "registry+https://github.com/rust-lang/crates.io-index"10425checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4"10426dependencies = [10427 "version_check",10428]1042910430[[package]]10431name = "smallvec"10432version = "0.6.13"10433source = "registry+https://github.com/rust-lang/crates.io-index"10434checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"10435dependencies = [10436 "maybe-uninit",10437]1043810439[[package]]10440name = "smallvec"10441version = "1.6.1"10442source = "registry+https://github.com/rust-lang/crates.io-index"10443checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"1044410445[[package]]10446name = "snow"10447version = "0.8.0"10448source = "registry+https://github.com/rust-lang/crates.io-index"10449checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10450dependencies = [10451 "aes-gcm",10452 "blake2",10453 "chacha20poly1305",10454 "rand 0.8.4",10455 "rand_core 0.6.1",10456 "ring",10457 "rustc_version 0.3.3",10458 "sha2 0.9.2",10459 "subtle 2.4.1",10460 "x25519-dalek",10461]1046210463[[package]]10464name = "socket2"10465version = "0.3.17"10466source = "registry+https://github.com/rust-lang/crates.io-index"10467checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"10468dependencies = [10469 "cfg-if 1.0.0",10470 "libc",10471 "redox_syscall 0.1.56",10472 "winapi 0.3.9",10473]1047410475[[package]]10476name = "socket2"10477version = "0.4.0"10478source = "registry+https://github.com/rust-lang/crates.io-index"10479checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"10480dependencies = [10481 "libc",10482 "winapi 0.3.9",10483]1048410485[[package]]10486name = "soketto"10487version = "0.4.1"10488source = "registry+https://github.com/rust-lang/crates.io-index"10489checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"10490dependencies = [10491 "base64 0.12.3",10492 "bytes 0.5.6",10493 "flate2",10494 "futures 0.3.17",10495 "httparse",10496 "log",10497 "rand 0.7.3",10498 "sha-1 0.8.2",10499]1050010501[[package]]10502name = "soketto"10503version = "0.6.0"10504source = "registry+https://github.com/rust-lang/crates.io-index"10505checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"10506dependencies = [10507 "base64 0.13.0",10508 "bytes 1.0.1",10509 "futures 0.3.17",10510 "httparse",10511 "log",10512 "rand 0.8.4",10513 "sha-1 0.9.6",10514]1051510516[[package]]10517name = "sp-api"10518version = "4.0.0-dev"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10520dependencies = [10521 "hash-db",10522 "log",10523 "parity-scale-codec",10524 "sp-api-proc-macro",10525 "sp-core",10526 "sp-runtime",10527 "sp-state-machine",10528 "sp-std",10529 "sp-version",10530 "thiserror",10531]1053210533[[package]]10534name = "sp-api-proc-macro"10535version = "4.0.0-dev"10536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10537dependencies = [10538 "blake2-rfc",10539 "proc-macro-crate 1.0.0",10540 "proc-macro2",10541 "quote",10542 "syn",10543]1054410545[[package]]10546name = "sp-application-crypto"10547version = "4.0.0-dev"10548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10549dependencies = [10550 "parity-scale-codec",10551 "serde",10552 "sp-core",10553 "sp-io",10554 "sp-std",10555]1055610557[[package]]10558name = "sp-arithmetic"10559version = "4.0.0-dev"10560source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10561dependencies = [10562 "integer-sqrt",10563 "num-traits",10564 "parity-scale-codec",10565 "serde",10566 "sp-debug-derive",10567 "sp-std",10568 "static_assertions",10569]1057010571[[package]]10572name = "sp-authority-discovery"10573version = "4.0.0-dev"10574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10575dependencies = [10576 "parity-scale-codec",10577 "sp-api",10578 "sp-application-crypto",10579 "sp-runtime",10580 "sp-std",10581]1058210583[[package]]10584name = "sp-authorship"10585version = "4.0.0-dev"10586source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10587dependencies = [10588 "async-trait",10589 "parity-scale-codec",10590 "sp-inherents",10591 "sp-runtime",10592 "sp-std",10593]1059410595[[package]]10596name = "sp-block-builder"10597version = "4.0.0-dev"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10599dependencies = [10600 "parity-scale-codec",10601 "sp-api",10602 "sp-inherents",10603 "sp-runtime",10604 "sp-std",10605]1060610607[[package]]10608name = "sp-blockchain"10609version = "4.0.0-dev"10610source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10611dependencies = [10612 "futures 0.3.17",10613 "log",10614 "lru",10615 "parity-scale-codec",10616 "parking_lot 0.11.2",10617 "sp-api",10618 "sp-consensus",10619 "sp-database",10620 "sp-runtime",10621 "sp-state-machine",10622 "thiserror",10623]1062410625[[package]]10626name = "sp-consensus"10627version = "0.10.0-dev"10628source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10629dependencies = [10630 "async-trait",10631 "futures 0.3.17",10632 "futures-timer 3.0.2",10633 "log",10634 "parity-scale-codec",10635 "parking_lot 0.11.2",10636 "serde",10637 "sp-api",10638 "sp-core",10639 "sp-inherents",10640 "sp-runtime",10641 "sp-state-machine",10642 "sp-std",10643 "sp-trie",10644 "sp-utils",10645 "sp-version",10646 "substrate-prometheus-endpoint",10647 "thiserror",10648 "wasm-timer",10649]1065010651[[package]]10652name = "sp-consensus-aura"10653version = "0.10.0-dev"10654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10655dependencies = [10656 "async-trait",10657 "parity-scale-codec",10658 "sp-api",10659 "sp-application-crypto",10660 "sp-consensus",10661 "sp-consensus-slots",10662 "sp-inherents",10663 "sp-runtime",10664 "sp-std",10665 "sp-timestamp",10666]1066710668[[package]]10669name = "sp-consensus-babe"10670version = "0.10.0-dev"10671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10672dependencies = [10673 "async-trait",10674 "merlin",10675 "parity-scale-codec",10676 "serde",10677 "sp-api",10678 "sp-application-crypto",10679 "sp-consensus",10680 "sp-consensus-slots",10681 "sp-consensus-vrf",10682 "sp-core",10683 "sp-inherents",10684 "sp-keystore",10685 "sp-runtime",10686 "sp-std",10687 "sp-timestamp",10688]1068910690[[package]]10691name = "sp-consensus-slots"10692version = "0.10.0-dev"10693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10694dependencies = [10695 "parity-scale-codec",10696 "sp-arithmetic",10697 "sp-runtime",10698]1069910700[[package]]10701name = "sp-consensus-vrf"10702version = "0.10.0-dev"10703source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10704dependencies = [10705 "parity-scale-codec",10706 "schnorrkel",10707 "sp-core",10708 "sp-runtime",10709 "sp-std",10710]1071110712[[package]]10713name = "sp-core"10714version = "4.0.0-dev"10715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10716dependencies = [10717 "base58",10718 "blake2-rfc",10719 "byteorder",10720 "dyn-clonable",10721 "ed25519-dalek",10722 "futures 0.3.17",10723 "hash-db",10724 "hash256-std-hasher",10725 "hex",10726 "impl-serde",10727 "lazy_static",10728 "libsecp256k1 0.6.0",10729 "log",10730 "merlin",10731 "num-traits",10732 "parity-scale-codec",10733 "parity-util-mem",10734 "parking_lot 0.11.2",10735 "primitive-types 0.10.1",10736 "rand 0.7.3",10737 "regex",10738 "schnorrkel",10739 "secrecy",10740 "serde",10741 "sha2 0.9.2",10742 "sp-debug-derive",10743 "sp-externalities",10744 "sp-runtime-interface",10745 "sp-std",10746 "sp-storage",10747 "substrate-bip39",10748 "thiserror",10749 "tiny-bip39",10750 "tiny-keccak",10751 "twox-hash",10752 "wasmi",10753 "zeroize",10754]1075510756[[package]]10757name = "sp-database"10758version = "4.0.0-dev"10759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10760dependencies = [10761 "kvdb",10762 "parking_lot 0.11.2",10763]1076410765[[package]]10766name = "sp-debug-derive"10767version = "3.0.0"10768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10769dependencies = [10770 "proc-macro2",10771 "quote",10772 "syn",10773]1077410775[[package]]10776name = "sp-externalities"10777version = "0.10.0-dev"10778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10779dependencies = [10780 "environmental",10781 "parity-scale-codec",10782 "sp-std",10783 "sp-storage",10784]1078510786[[package]]10787name = "sp-finality-grandpa"10788version = "4.0.0-dev"10789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10790dependencies = [10791 "finality-grandpa",10792 "log",10793 "parity-scale-codec",10794 "serde",10795 "sp-api",10796 "sp-application-crypto",10797 "sp-core",10798 "sp-keystore",10799 "sp-runtime",10800 "sp-std",10801]1080210803[[package]]10804name = "sp-inherents"10805version = "4.0.0-dev"10806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10807dependencies = [10808 "async-trait",10809 "impl-trait-for-tuples 0.2.1",10810 "parity-scale-codec",10811 "sp-core",10812 "sp-runtime",10813 "sp-std",10814 "thiserror",10815]1081610817[[package]]10818name = "sp-io"10819version = "4.0.0-dev"10820source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10821dependencies = [10822 "futures 0.3.17",10823 "hash-db",10824 "libsecp256k1 0.6.0",10825 "log",10826 "parity-scale-codec",10827 "parking_lot 0.11.2",10828 "sp-core",10829 "sp-externalities",10830 "sp-keystore",10831 "sp-maybe-compressed-blob",10832 "sp-runtime-interface",10833 "sp-state-machine",10834 "sp-std",10835 "sp-tracing",10836 "sp-trie",10837 "sp-wasm-interface",10838 "tracing",10839 "tracing-core",10840]1084110842[[package]]10843name = "sp-keyring"10844version = "4.0.0-dev"10845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10846dependencies = [10847 "lazy_static",10848 "sp-core",10849 "sp-runtime",10850 "strum",10851]1085210853[[package]]10854name = "sp-keystore"10855version = "0.10.0-dev"10856source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10857dependencies = [10858 "async-trait",10859 "derive_more",10860 "futures 0.3.17",10861 "merlin",10862 "parity-scale-codec",10863 "parking_lot 0.11.2",10864 "schnorrkel",10865 "serde",10866 "sp-core",10867 "sp-externalities",10868]1086910870[[package]]10871name = "sp-maybe-compressed-blob"10872version = "4.0.0-dev"10873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10874dependencies = [10875 "ruzstd",10876 "zstd",10877]1087810879[[package]]10880name = "sp-npos-elections"10881version = "4.0.0-dev"10882source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10883dependencies = [10884 "parity-scale-codec",10885 "serde",10886 "sp-arithmetic",10887 "sp-core",10888 "sp-npos-elections-solution-type",10889 "sp-std",10890]1089110892[[package]]10893name = "sp-npos-elections-solution-type"10894version = "4.0.0-dev"10895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10896dependencies = [10897 "proc-macro-crate 1.0.0",10898 "proc-macro2",10899 "quote",10900 "syn",10901]1090210903[[package]]10904name = "sp-offchain"10905version = "4.0.0-dev"10906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10907dependencies = [10908 "sp-api",10909 "sp-core",10910 "sp-runtime",10911]1091210913[[package]]10914name = "sp-panic-handler"10915version = "3.0.0"10916source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10917dependencies = [10918 "backtrace",10919]1092010921[[package]]10922name = "sp-rpc"10923version = "4.0.0-dev"10924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10925dependencies = [10926 "rustc-hash",10927 "serde",10928 "sp-core",10929 "tracing-core",10930]1093110932[[package]]10933name = "sp-runtime"10934version = "4.0.0-dev"10935source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10936dependencies = [10937 "either",10938 "hash256-std-hasher",10939 "impl-trait-for-tuples 0.2.1",10940 "log",10941 "parity-scale-codec",10942 "parity-util-mem",10943 "paste",10944 "rand 0.7.3",10945 "serde",10946 "sp-application-crypto",10947 "sp-arithmetic",10948 "sp-core",10949 "sp-io",10950 "sp-std",10951]1095210953[[package]]10954name = "sp-runtime-interface"10955version = "4.0.0-dev"10956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10957dependencies = [10958 "impl-trait-for-tuples 0.2.1",10959 "parity-scale-codec",10960 "primitive-types 0.10.1",10961 "sp-externalities",10962 "sp-runtime-interface-proc-macro",10963 "sp-std",10964 "sp-storage",10965 "sp-tracing",10966 "sp-wasm-interface",10967 "static_assertions",10968]1096910970[[package]]10971name = "sp-runtime-interface-proc-macro"10972version = "4.0.0-dev"10973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10974dependencies = [10975 "Inflector",10976 "proc-macro-crate 1.0.0",10977 "proc-macro2",10978 "quote",10979 "syn",10980]1098110982[[package]]10983name = "sp-sandbox"10984version = "0.10.0-dev"10985source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10986dependencies = [10987 "parity-scale-codec",10988 "sp-core",10989 "sp-io",10990 "sp-std",10991 "sp-wasm-interface",10992 "wasmi",10993]1099410995[[package]]10996name = "sp-serializer"10997version = "3.0.0"10998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"10999dependencies = [11000 "serde",11001 "serde_json",11002]1100311004[[package]]11005name = "sp-session"11006version = "4.0.0-dev"11007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11008dependencies = [11009 "parity-scale-codec",11010 "sp-api",11011 "sp-core",11012 "sp-runtime",11013 "sp-staking",11014 "sp-std",11015]1101611017[[package]]11018name = "sp-staking"11019version = "4.0.0-dev"11020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11021dependencies = [11022 "parity-scale-codec",11023 "sp-runtime",11024 "sp-std",11025]1102611027[[package]]11028name = "sp-state-machine"11029version = "0.10.0-dev"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11031dependencies = [11032 "hash-db",11033 "log",11034 "num-traits",11035 "parity-scale-codec",11036 "parking_lot 0.11.2",11037 "rand 0.7.3",11038 "smallvec 1.6.1",11039 "sp-core",11040 "sp-externalities",11041 "sp-panic-handler",11042 "sp-std",11043 "sp-trie",11044 "thiserror",11045 "tracing",11046 "trie-db",11047 "trie-root",11048]1104911050[[package]]11051name = "sp-std"11052version = "4.0.0-dev"11053source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"1105411055[[package]]11056name = "sp-storage"11057version = "4.0.0-dev"11058source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11059dependencies = [11060 "impl-serde",11061 "parity-scale-codec",11062 "ref-cast",11063 "serde",11064 "sp-debug-derive",11065 "sp-std",11066]1106711068[[package]]11069name = "sp-tasks"11070version = "4.0.0-dev"11071source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11072dependencies = [11073 "log",11074 "sp-core",11075 "sp-externalities",11076 "sp-io",11077 "sp-runtime-interface",11078 "sp-std",11079]1108011081[[package]]11082name = "sp-timestamp"11083version = "4.0.0-dev"11084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11085dependencies = [11086 "async-trait",11087 "futures-timer 3.0.2",11088 "log",11089 "parity-scale-codec",11090 "sp-api",11091 "sp-inherents",11092 "sp-runtime",11093 "sp-std",11094 "thiserror",11095 "wasm-timer",11096]1109711098[[package]]11099name = "sp-tracing"11100version = "4.0.0-dev"11101source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11102dependencies = [11103 "erased-serde",11104 "log",11105 "parity-scale-codec",11106 "parking_lot 0.10.2",11107 "serde",11108 "serde_json",11109 "slog",11110 "sp-std",11111 "tracing",11112 "tracing-core",11113 "tracing-subscriber",11114]1111511116[[package]]11117name = "sp-transaction-pool"11118version = "4.0.0-dev"11119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11120dependencies = [11121 "sp-api",11122 "sp-runtime",11123]1112411125[[package]]11126name = "sp-transaction-storage-proof"11127version = "4.0.0-dev"11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11129dependencies = [11130 "async-trait",11131 "log",11132 "parity-scale-codec",11133 "sp-core",11134 "sp-inherents",11135 "sp-runtime",11136 "sp-std",11137 "sp-trie",11138]1113911140[[package]]11141name = "sp-trie"11142version = "4.0.0-dev"11143source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11144dependencies = [11145 "hash-db",11146 "memory-db",11147 "parity-scale-codec",11148 "sp-core",11149 "sp-std",11150 "trie-db",11151 "trie-root",11152]1115311154[[package]]11155name = "sp-utils"11156version = "4.0.0-dev"11157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11158dependencies = [11159 "futures 0.3.17",11160 "futures-core",11161 "futures-timer 3.0.2",11162 "lazy_static",11163 "prometheus",11164]1116511166[[package]]11167name = "sp-version"11168version = "4.0.0-dev"11169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11170dependencies = [11171 "impl-serde",11172 "parity-scale-codec",11173 "parity-wasm 0.42.2",11174 "serde",11175 "sp-runtime",11176 "sp-std",11177 "sp-version-proc-macro",11178 "thiserror",11179]1118011181[[package]]11182name = "sp-version-proc-macro"11183version = "4.0.0-dev"11184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11185dependencies = [11186 "parity-scale-codec",11187 "proc-macro-crate 1.0.0",11188 "proc-macro2",11189 "quote",11190 "syn",11191]1119211193[[package]]11194name = "sp-wasm-interface"11195version = "4.0.0-dev"11196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11197dependencies = [11198 "impl-trait-for-tuples 0.2.1",11199 "parity-scale-codec",11200 "sp-std",11201 "wasmi",11202]1120311204[[package]]11205name = "spin"11206version = "0.5.2"11207source = "registry+https://github.com/rust-lang/crates.io-index"11208checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1120911210[[package]]11211name = "stable_deref_trait"11212version = "1.1.1"11213source = "registry+https://github.com/rust-lang/crates.io-index"11214checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"1121511216[[package]]11217name = "static_assertions"11218version = "1.1.0"11219source = "registry+https://github.com/rust-lang/crates.io-index"11220checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1122111222[[package]]11223name = "static_init"11224version = "0.5.2"11225source = "registry+https://github.com/rust-lang/crates.io-index"11226checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11227dependencies = [11228 "cfg_aliases",11229 "libc",11230 "parking_lot 0.11.2",11231 "static_init_macro",11232]1123311234[[package]]11235name = "static_init_macro"11236version = "0.5.0"11237source = "registry+https://github.com/rust-lang/crates.io-index"11238checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11239dependencies = [11240 "cfg_aliases",11241 "memchr",11242 "proc-macro2",11243 "quote",11244 "syn",11245]1124611247[[package]]11248name = "statrs"11249version = "0.15.0"11250source = "registry+https://github.com/rust-lang/crates.io-index"11251checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11252dependencies = [11253 "approx",11254 "lazy_static",11255 "nalgebra",11256 "num-traits",11257 "rand 0.8.4",11258]1125911260[[package]]11261name = "string"11262version = "0.2.1"11263source = "registry+https://github.com/rust-lang/crates.io-index"11264checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"11265dependencies = [11266 "bytes 0.4.12",11267]1126811269[[package]]11270name = "strsim"11271version = "0.8.0"11272source = "registry+https://github.com/rust-lang/crates.io-index"11273checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1127411275[[package]]11276name = "strsim"11277version = "0.10.0"11278source = "registry+https://github.com/rust-lang/crates.io-index"11279checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1128011281[[package]]11282name = "structopt"11283version = "0.3.23"11284source = "registry+https://github.com/rust-lang/crates.io-index"11285checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"11286dependencies = [11287 "clap",11288 "lazy_static",11289 "structopt-derive",11290]1129111292[[package]]11293name = "structopt-derive"11294version = "0.4.16"11295source = "registry+https://github.com/rust-lang/crates.io-index"11296checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"11297dependencies = [11298 "heck",11299 "proc-macro-error 1.0.4",11300 "proc-macro2",11301 "quote",11302 "syn",11303]1130411305[[package]]11306name = "strum"11307version = "0.20.0"11308source = "registry+https://github.com/rust-lang/crates.io-index"11309checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"11310dependencies = [11311 "strum_macros",11312]1131311314[[package]]11315name = "strum_macros"11316version = "0.20.1"11317source = "registry+https://github.com/rust-lang/crates.io-index"11318checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"11319dependencies = [11320 "heck",11321 "proc-macro2",11322 "quote",11323 "syn",11324]1132511326[[package]]11327name = "substrate-bip39"11328version = "0.4.2"11329source = "registry+https://github.com/rust-lang/crates.io-index"11330checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"11331dependencies = [11332 "hmac 0.7.1",11333 "pbkdf2 0.3.0",11334 "schnorrkel",11335 "sha2 0.8.2",11336 "zeroize",11337]1133811339[[package]]11340name = "substrate-build-script-utils"11341version = "3.0.0"11342source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11343dependencies = [11344 "platforms",11345]1134611347[[package]]11348name = "substrate-frame-rpc-system"11349version = "4.0.0-dev"11350source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11351dependencies = [11352 "frame-system-rpc-runtime-api",11353 "futures 0.3.17",11354 "jsonrpc-core 15.1.0",11355 "jsonrpc-core-client 15.1.0",11356 "jsonrpc-derive 15.1.0",11357 "log",11358 "parity-scale-codec",11359 "sc-client-api",11360 "sc-rpc-api",11361 "sc-transaction-pool-api",11362 "serde",11363 "sp-api",11364 "sp-block-builder",11365 "sp-blockchain",11366 "sp-core",11367 "sp-runtime",11368]1136911370[[package]]11371name = "substrate-prometheus-endpoint"11372version = "0.9.0"11373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11374dependencies = [11375 "async-std",11376 "derive_more",11377 "futures-util",11378 "hyper 0.13.9",11379 "log",11380 "prometheus",11381 "tokio 0.2.25",11382]1138311384[[package]]11385name = "substrate-test-client"11386version = "2.0.1"11387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11388dependencies = [11389 "async-trait",11390 "futures 0.1.29",11391 "futures 0.3.17",11392 "hash-db",11393 "hex",11394 "parity-scale-codec",11395 "sc-client-api",11396 "sc-client-db",11397 "sc-consensus",11398 "sc-executor",11399 "sc-light",11400 "sc-offchain",11401 "sc-service",11402 "serde",11403 "serde_json",11404 "sp-blockchain",11405 "sp-consensus",11406 "sp-core",11407 "sp-keyring",11408 "sp-keystore",11409 "sp-runtime",11410 "sp-state-machine",11411]1141211413[[package]]11414name = "substrate-test-utils"11415version = "4.0.0-dev"11416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11417dependencies = [11418 "futures 0.3.17",11419 "substrate-test-utils-derive",11420 "tokio 0.2.25",11421]1142211423[[package]]11424name = "substrate-test-utils-derive"11425version = "0.10.0-dev"11426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11427dependencies = [11428 "proc-macro-crate 1.0.0",11429 "quote",11430 "syn",11431]1143211433[[package]]11434name = "substrate-wasm-builder"11435version = "5.0.0-dev"11436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"11437dependencies = [11438 "ansi_term 0.12.1",11439 "atty",11440 "build-helper",11441 "cargo_metadata",11442 "sp-maybe-compressed-blob",11443 "tempfile",11444 "toml",11445 "walkdir",11446 "wasm-gc-api",11447]1144811449[[package]]11450name = "subtle"11451version = "1.0.0"11452source = "registry+https://github.com/rust-lang/crates.io-index"11453checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1145411455[[package]]11456name = "subtle"11457version = "2.4.1"11458source = "registry+https://github.com/rust-lang/crates.io-index"11459checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1146011461[[package]]11462name = "syn"11463version = "1.0.74"11464source = "registry+https://github.com/rust-lang/crates.io-index"11465checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"11466dependencies = [11467 "proc-macro2",11468 "quote",11469 "unicode-xid",11470]1147111472[[package]]11473name = "syn-mid"11474version = "0.5.3"11475source = "registry+https://github.com/rust-lang/crates.io-index"11476checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"11477dependencies = [11478 "proc-macro2",11479 "quote",11480 "syn",11481]1148211483[[package]]11484name = "synstructure"11485version = "0.12.4"11486source = "registry+https://github.com/rust-lang/crates.io-index"11487checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"11488dependencies = [11489 "proc-macro2",11490 "quote",11491 "syn",11492 "unicode-xid",11493]1149411495[[package]]11496name = "take_mut"11497version = "0.2.2"11498source = "registry+https://github.com/rust-lang/crates.io-index"11499checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"1150011501[[package]]11502name = "tap"11503version = "1.0.0"11504source = "registry+https://github.com/rust-lang/crates.io-index"11505checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"1150611507[[package]]11508name = "target-lexicon"11509version = "0.12.0"11510source = "registry+https://github.com/rust-lang/crates.io-index"11511checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"1151211513[[package]]11514name = "tempfile"11515version = "3.2.0"11516source = "registry+https://github.com/rust-lang/crates.io-index"11517checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"11518dependencies = [11519 "cfg-if 1.0.0",11520 "libc",11521 "rand 0.8.4",11522 "redox_syscall 0.2.10",11523 "remove_dir_all",11524 "winapi 0.3.9",11525]1152611527[[package]]11528name = "termcolor"11529version = "1.1.0"11530source = "registry+https://github.com/rust-lang/crates.io-index"11531checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"11532dependencies = [11533 "winapi-util",11534]1153511536[[package]]11537name = "textwrap"11538version = "0.11.0"11539source = "registry+https://github.com/rust-lang/crates.io-index"11540checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11541dependencies = [11542 "unicode-width",11543]1154411545[[package]]11546name = "thiserror"11547version = "1.0.26"11548source = "registry+https://github.com/rust-lang/crates.io-index"11549checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"11550dependencies = [11551 "thiserror-impl",11552]1155311554[[package]]11555name = "thiserror-impl"11556version = "1.0.26"11557source = "registry+https://github.com/rust-lang/crates.io-index"11558checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"11559dependencies = [11560 "proc-macro2",11561 "quote",11562 "syn",11563]1156411565[[package]]11566name = "thread_local"11567version = "1.1.3"11568source = "registry+https://github.com/rust-lang/crates.io-index"11569checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"11570dependencies = [11571 "once_cell",11572]1157311574[[package]]11575name = "threadpool"11576version = "1.8.1"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11579dependencies = [11580 "num_cpus",11581]1158211583[[package]]11584name = "thrift"11585version = "0.13.0"11586source = "registry+https://github.com/rust-lang/crates.io-index"11587checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"11588dependencies = [11589 "byteorder",11590 "integer-encoding",11591 "log",11592 "ordered-float",11593 "threadpool",11594]1159511596[[package]]11597name = "time"11598version = "0.1.43"11599source = "registry+https://github.com/rust-lang/crates.io-index"11600checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"11601dependencies = [11602 "libc",11603 "winapi 0.3.9",11604]1160511606[[package]]11607name = "tiny-bip39"11608version = "0.8.0"11609source = "registry+https://github.com/rust-lang/crates.io-index"11610checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"11611dependencies = [11612 "anyhow",11613 "hmac 0.8.1",11614 "once_cell",11615 "pbkdf2 0.4.0",11616 "rand 0.7.3",11617 "rustc-hash",11618 "sha2 0.9.2",11619 "thiserror",11620 "unicode-normalization",11621 "zeroize",11622]1162311624[[package]]11625name = "tiny-keccak"11626version = "2.0.2"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11629dependencies = [11630 "crunchy",11631]1163211633[[package]]11634name = "tinyvec"11635version = "0.3.3"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"1163811639[[package]]11640name = "tinyvec"11641version = "1.1.1"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"11644dependencies = [11645 "tinyvec_macros",11646]1164711648[[package]]11649name = "tinyvec_macros"11650version = "0.1.0"11651source = "registry+https://github.com/rust-lang/crates.io-index"11652checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1165311654[[package]]11655name = "tokio"11656version = "0.1.22"11657source = "registry+https://github.com/rust-lang/crates.io-index"11658checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"11659dependencies = [11660 "bytes 0.4.12",11661 "futures 0.1.29",11662 "mio",11663 "num_cpus",11664 "tokio-codec",11665 "tokio-current-thread",11666 "tokio-executor",11667 "tokio-fs",11668 "tokio-io",11669 "tokio-reactor",11670 "tokio-sync",11671 "tokio-tcp",11672 "tokio-threadpool",11673 "tokio-timer",11674 "tokio-udp",11675 "tokio-uds",11676]1167711678[[package]]11679name = "tokio"11680version = "0.2.25"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11683dependencies = [11684 "bytes 0.5.6",11685 "fnv",11686 "futures-core",11687 "iovec",11688 "lazy_static",11689 "libc",11690 "memchr",11691 "mio",11692 "mio-uds",11693 "num_cpus",11694 "pin-project-lite 0.1.7",11695 "signal-hook-registry",11696 "slab",11697 "tokio-macros",11698 "winapi 0.3.9",11699]1170011701[[package]]11702name = "tokio"11703version = "1.6.1"11704source = "registry+https://github.com/rust-lang/crates.io-index"11705checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"11706dependencies = [11707 "autocfg",11708 "pin-project-lite 0.2.4",11709]1171011711[[package]]11712name = "tokio-buf"11713version = "0.1.1"11714source = "registry+https://github.com/rust-lang/crates.io-index"11715checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"11716dependencies = [11717 "bytes 0.4.12",11718 "either",11719 "futures 0.1.29",11720]1172111722[[package]]11723name = "tokio-codec"11724version = "0.1.2"11725source = "registry+https://github.com/rust-lang/crates.io-index"11726checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"11727dependencies = [11728 "bytes 0.4.12",11729 "futures 0.1.29",11730 "tokio-io",11731]1173211733[[package]]11734name = "tokio-current-thread"11735version = "0.1.7"11736source = "registry+https://github.com/rust-lang/crates.io-index"11737checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"11738dependencies = [11739 "futures 0.1.29",11740 "tokio-executor",11741]1174211743[[package]]11744name = "tokio-executor"11745version = "0.1.10"11746source = "registry+https://github.com/rust-lang/crates.io-index"11747checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"11748dependencies = [11749 "crossbeam-utils 0.7.2",11750 "futures 0.1.29",11751]1175211753[[package]]11754name = "tokio-fs"11755version = "0.1.7"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"11758dependencies = [11759 "futures 0.1.29",11760 "tokio-io",11761 "tokio-threadpool",11762]1176311764[[package]]11765name = "tokio-io"11766version = "0.1.13"11767source = "registry+https://github.com/rust-lang/crates.io-index"11768checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"11769dependencies = [11770 "bytes 0.4.12",11771 "futures 0.1.29",11772 "log",11773]1177411775[[package]]11776name = "tokio-macros"11777version = "0.2.6"11778source = "registry+https://github.com/rust-lang/crates.io-index"11779checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11780dependencies = [11781 "proc-macro2",11782 "quote",11783 "syn",11784]1178511786[[package]]11787name = "tokio-named-pipes"11788version = "0.1.0"11789source = "registry+https://github.com/rust-lang/crates.io-index"11790checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11791dependencies = [11792 "bytes 0.4.12",11793 "futures 0.1.29",11794 "mio",11795 "mio-named-pipes",11796 "tokio 0.1.22",11797]1179811799[[package]]11800name = "tokio-reactor"11801version = "0.1.12"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"11804dependencies = [11805 "crossbeam-utils 0.7.2",11806 "futures 0.1.29",11807 "lazy_static",11808 "log",11809 "mio",11810 "num_cpus",11811 "parking_lot 0.9.0",11812 "slab",11813 "tokio-executor",11814 "tokio-io",11815 "tokio-sync",11816]1181711818[[package]]11819name = "tokio-rustls"11820version = "0.14.0"11821source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9"11823dependencies = [11824 "futures-core",11825 "rustls 0.18.0",11826 "tokio 0.2.25",11827 "webpki",11828]1182911830[[package]]11831name = "tokio-rustls"11832version = "0.15.0"11833source = "registry+https://github.com/rust-lang/crates.io-index"11834checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"11835dependencies = [11836 "futures-core",11837 "rustls 0.19.1",11838 "tokio 0.2.25",11839 "webpki",11840]1184111842[[package]]11843name = "tokio-service"11844version = "0.1.0"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"11847dependencies = [11848 "futures 0.1.29",11849]1185011851[[package]]11852name = "tokio-sync"11853version = "0.1.8"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"11856dependencies = [11857 "fnv",11858 "futures 0.1.29",11859]1186011861[[package]]11862name = "tokio-tcp"11863version = "0.1.4"11864source = "registry+https://github.com/rust-lang/crates.io-index"11865checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"11866dependencies = [11867 "bytes 0.4.12",11868 "futures 0.1.29",11869 "iovec",11870 "mio",11871 "tokio-io",11872 "tokio-reactor",11873]1187411875[[package]]11876name = "tokio-threadpool"11877version = "0.1.18"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"11880dependencies = [11881 "crossbeam-deque",11882 "crossbeam-queue",11883 "crossbeam-utils 0.7.2",11884 "futures 0.1.29",11885 "lazy_static",11886 "log",11887 "num_cpus",11888 "slab",11889 "tokio-executor",11890]1189111892[[package]]11893name = "tokio-timer"11894version = "0.2.13"11895source = "registry+https://github.com/rust-lang/crates.io-index"11896checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"11897dependencies = [11898 "crossbeam-utils 0.7.2",11899 "futures 0.1.29",11900 "slab",11901 "tokio-executor",11902]1190311904[[package]]11905name = "tokio-udp"11906version = "0.1.6"11907source = "registry+https://github.com/rust-lang/crates.io-index"11908checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"11909dependencies = [11910 "bytes 0.4.12",11911 "futures 0.1.29",11912 "log",11913 "mio",11914 "tokio-codec",11915 "tokio-io",11916 "tokio-reactor",11917]1191811919[[package]]11920name = "tokio-uds"11921version = "0.2.7"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"11924dependencies = [11925 "bytes 0.4.12",11926 "futures 0.1.29",11927 "iovec",11928 "libc",11929 "log",11930 "mio",11931 "mio-uds",11932 "tokio-codec",11933 "tokio-io",11934 "tokio-reactor",11935]1193611937[[package]]11938name = "tokio-util"11939version = "0.3.1"11940source = "registry+https://github.com/rust-lang/crates.io-index"11941checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"11942dependencies = [11943 "bytes 0.5.6",11944 "futures-core",11945 "futures-io",11946 "futures-sink",11947 "log",11948 "pin-project-lite 0.1.7",11949 "tokio 0.2.25",11950]1195111952[[package]]11953name = "toml"11954version = "0.5.6"11955source = "registry+https://github.com/rust-lang/crates.io-index"11956checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"11957dependencies = [11958 "serde",11959]1196011961[[package]]11962name = "tower-service"11963version = "0.3.0"11964source = "registry+https://github.com/rust-lang/crates.io-index"11965checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"1196611967[[package]]11968name = "tracing"11969version = "0.1.26"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"11972dependencies = [11973 "cfg-if 1.0.0",11974 "log",11975 "pin-project-lite 0.2.4",11976 "tracing-attributes",11977 "tracing-core",11978]1197911980[[package]]11981name = "tracing-attributes"11982version = "0.1.15"11983source = "registry+https://github.com/rust-lang/crates.io-index"11984checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"11985dependencies = [11986 "proc-macro2",11987 "quote",11988 "syn",11989]1199011991[[package]]11992name = "tracing-core"11993version = "0.1.18"11994source = "registry+https://github.com/rust-lang/crates.io-index"11995checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"11996dependencies = [11997 "lazy_static",11998]1199912000[[package]]12001name = "tracing-futures"12002version = "0.2.4"12003source = "registry+https://github.com/rust-lang/crates.io-index"12004checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"12005dependencies = [12006 "pin-project 0.4.23",12007 "tracing",12008]1200912010[[package]]12011name = "tracing-log"12012version = "0.1.2"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12015dependencies = [12016 "lazy_static",12017 "log",12018 "tracing-core",12019]1202012021[[package]]12022name = "tracing-serde"12023version = "0.1.2"12024source = "registry+https://github.com/rust-lang/crates.io-index"12025checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"12026dependencies = [12027 "serde",12028 "tracing-core",12029]1203012031[[package]]12032name = "tracing-subscriber"12033version = "0.2.18"12034source = "registry+https://github.com/rust-lang/crates.io-index"12035checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"12036dependencies = [12037 "ansi_term 0.12.1",12038 "chrono",12039 "lazy_static",12040 "matchers",12041 "regex",12042 "serde",12043 "serde_json",12044 "sharded-slab",12045 "smallvec 1.6.1",12046 "thread_local",12047 "tracing",12048 "tracing-core",12049 "tracing-log",12050 "tracing-serde",12051]1205212053[[package]]12054name = "trie-db"12055version = "0.22.6"12056source = "registry+https://github.com/rust-lang/crates.io-index"12057checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"12058dependencies = [12059 "hash-db",12060 "hashbrown",12061 "log",12062 "rustc-hex",12063 "smallvec 1.6.1",12064]1206512066[[package]]12067name = "trie-root"12068version = "0.16.0"12069source = "registry+https://github.com/rust-lang/crates.io-index"12070checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"12071dependencies = [12072 "hash-db",12073]1207412075[[package]]12076name = "triehash"12077version = "0.8.4"12078source = "registry+https://github.com/rust-lang/crates.io-index"12079checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12080dependencies = [12081 "hash-db",12082 "rlp",12083]1208412085[[package]]12086name = "trust-dns-proto"12087version = "0.20.1"12088source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "8d57e219ba600dd96c2f6d82eb79645068e14edbc5c7e27514af40436b88150c"12090dependencies = [12091 "async-trait",12092 "cfg-if 1.0.0",12093 "data-encoding",12094 "enum-as-inner",12095 "futures-channel",12096 "futures-io",12097 "futures-util",12098 "idna 0.2.0",12099 "ipnet",12100 "lazy_static",12101 "log",12102 "rand 0.8.4",12103 "smallvec 1.6.1",12104 "thiserror",12105 "tinyvec 1.1.1",12106 "url 2.2.0",12107]1210812109[[package]]12110name = "trust-dns-resolver"12111version = "0.20.1"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "b0437eea3a6da51acc1e946545ff53d5b8fb2611ff1c3bed58522dde100536ae"12114dependencies = [12115 "cfg-if 1.0.0",12116 "futures-util",12117 "ipconfig",12118 "lazy_static",12119 "log",12120 "lru-cache",12121 "parking_lot 0.11.2",12122 "resolv-conf",12123 "smallvec 1.6.1",12124 "thiserror",12125 "trust-dns-proto",12126]1212712128[[package]]12129name = "try-lock"12130version = "0.2.2"12131source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"1213312134[[package]]12135name = "try-runtime-cli"12136version = "0.10.0-dev"12137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.10#420db18eaa1a1f5ce9ba40dd6ccb69f7b3dd9bb7"12138dependencies = [12139 "frame-try-runtime",12140 "log",12141 "parity-scale-codec",12142 "remote-externalities",12143 "sc-chain-spec",12144 "sc-cli",12145 "sc-client-api",12146 "sc-executor",12147 "sc-service",12148 "serde",12149 "sp-api",12150 "sp-blockchain",12151 "sp-core",12152 "sp-externalities",12153 "sp-keystore",12154 "sp-runtime",12155 "sp-state-machine",12156 "structopt",12157]1215812159[[package]]12160name = "twox-hash"12161version = "1.6.0"12162source = "registry+https://github.com/rust-lang/crates.io-index"12163checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"12164dependencies = [12165 "cfg-if 0.1.10",12166 "rand 0.7.3",12167 "static_assertions",12168]1216912170[[package]]12171name = "typenum"12172version = "1.12.0"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"1217512176[[package]]12177name = "ucd-trie"12178version = "0.1.3"12179source = "registry+https://github.com/rust-lang/crates.io-index"12180checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1218112182[[package]]12183name = "uint"12184version = "0.9.0"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"12187dependencies = [12188 "byteorder",12189 "crunchy",12190 "hex",12191 "static_assertions",12192]1219312194[[package]]12195name = "unicase"12196version = "2.6.0"12197source = "registry+https://github.com/rust-lang/crates.io-index"12198checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12199dependencies = [12200 "version_check",12201]1220212203[[package]]12204name = "unicode-bidi"12205version = "0.3.4"12206source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"12208dependencies = [12209 "matches",12210]1221112212[[package]]12213name = "unicode-normalization"12214version = "0.1.13"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"12217dependencies = [12218 "tinyvec 0.3.3",12219]1222012221[[package]]12222name = "unicode-segmentation"12223version = "1.6.0"12224source = "registry+https://github.com/rust-lang/crates.io-index"12225checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"1222612227[[package]]12228name = "unicode-width"12229version = "0.1.8"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"1223212233[[package]]12234name = "unicode-xid"12235version = "0.2.1"12236source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"1223812239[[package]]12240name = "universal-hash"12241version = "0.4.0"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"12244dependencies = [12245 "generic-array 0.14.4",12246 "subtle 2.4.1",12247]1224812249[[package]]12250name = "unsigned-varint"12251version = "0.5.1"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1225412255[[package]]12256name = "unsigned-varint"12257version = "0.6.0"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12260dependencies = [12261 "asynchronous-codec 0.5.0",12262 "bytes 1.0.1",12263 "futures-io",12264 "futures-util",12265]1226612267[[package]]12268name = "unsigned-varint"12269version = "0.7.0"12270source = "registry+https://github.com/rust-lang/crates.io-index"12271checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"12272dependencies = [12273 "asynchronous-codec 0.6.0",12274 "bytes 1.0.1",12275 "futures-io",12276 "futures-util",12277]1227812279[[package]]12280name = "untrusted"12281version = "0.7.1"12282source = "registry+https://github.com/rust-lang/crates.io-index"12283checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1228412285[[package]]12286name = "up-sponsorship"12287version = "0.1.0"12288dependencies = [12289 "impl-trait-for-tuples 0.2.1",12290]1229112292[[package]]12293name = "url"12294version = "1.7.2"12295source = "registry+https://github.com/rust-lang/crates.io-index"12296checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12297dependencies = [12298 "idna 0.1.5",12299 "matches",12300 "percent-encoding 1.0.1",12301]1230212303[[package]]12304name = "url"12305version = "2.2.0"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"12308dependencies = [12309 "form_urlencoded",12310 "idna 0.2.0",12311 "matches",12312 "percent-encoding 2.1.0",12313]1231412315[[package]]12316name = "value-bag"12317version = "1.0.0-alpha.6"12318source = "registry+https://github.com/rust-lang/crates.io-index"12319checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"12320dependencies = [12321 "ctor",12322]1232312324[[package]]12325name = "vcpkg"12326version = "0.2.10"12327source = "registry+https://github.com/rust-lang/crates.io-index"12328checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"1232912330[[package]]12331name = "vec-arena"12332version = "1.0.0"12333source = "registry+https://github.com/rust-lang/crates.io-index"12334checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"1233512336[[package]]12337name = "vec_map"12338version = "0.8.2"12339source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1234112342[[package]]12343name = "version_check"12344version = "0.9.2"12345source = "registry+https://github.com/rust-lang/crates.io-index"12346checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"1234712348[[package]]12349name = "void"12350version = "1.0.2"12351source = "registry+https://github.com/rust-lang/crates.io-index"12352checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1235312354[[package]]12355name = "waker-fn"12356version = "1.1.0"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1235912360[[package]]12361name = "walkdir"12362version = "2.3.2"12363source = "registry+https://github.com/rust-lang/crates.io-index"12364checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12365dependencies = [12366 "same-file",12367 "winapi 0.3.9",12368 "winapi-util",12369]1237012371[[package]]12372name = "want"12373version = "0.2.0"12374source = "registry+https://github.com/rust-lang/crates.io-index"12375checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"12376dependencies = [12377 "futures 0.1.29",12378 "log",12379 "try-lock",12380]1238112382[[package]]12383name = "want"12384version = "0.3.0"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12387dependencies = [12388 "log",12389 "try-lock",12390]1239112392[[package]]12393name = "wasi"12394version = "0.9.0+wasi-snapshot-preview1"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1239712398[[package]]12399name = "wasi"12400version = "0.10.0+wasi-snapshot-preview1"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1240312404[[package]]12405name = "wasm-bindgen"12406version = "0.2.75"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "b608ecc8f4198fe8680e2ed18eccab5f0cd4caaf3d83516fa5fb2e927fda2586"12409dependencies = [12410 "cfg-if 1.0.0",12411 "wasm-bindgen-macro",12412]1241312414[[package]]12415name = "wasm-bindgen-backend"12416version = "0.2.75"12417source = "registry+https://github.com/rust-lang/crates.io-index"12418checksum = "580aa3a91a63d23aac5b6b267e2d13cb4f363e31dce6c352fca4752ae12e479f"12419dependencies = [12420 "bumpalo",12421 "lazy_static",12422 "log",12423 "proc-macro2",12424 "quote",12425 "syn",12426 "wasm-bindgen-shared",12427]1242812429[[package]]12430name = "wasm-bindgen-futures"12431version = "0.4.25"12432source = "registry+https://github.com/rust-lang/crates.io-index"12433checksum = "16646b21c3add8e13fdb8f20172f8a28c3dbf62f45406bcff0233188226cfe0c"12434dependencies = [12435 "cfg-if 1.0.0",12436 "js-sys",12437 "wasm-bindgen",12438 "web-sys",12439]1244012441[[package]]12442name = "wasm-bindgen-macro"12443version = "0.2.75"12444source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "171ebf0ed9e1458810dfcb31f2e766ad6b3a89dbda42d8901f2b268277e5f09c"12446dependencies = [12447 "quote",12448 "wasm-bindgen-macro-support",12449]1245012451[[package]]12452name = "wasm-bindgen-macro-support"12453version = "0.2.75"12454source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "6c2657dd393f03aa2a659c25c6ae18a13a4048cebd220e147933ea837efc589f"12456dependencies = [12457 "proc-macro2",12458 "quote",12459 "syn",12460 "wasm-bindgen-backend",12461 "wasm-bindgen-shared",12462]1246312464[[package]]12465name = "wasm-bindgen-shared"12466version = "0.2.75"12467source = "registry+https://github.com/rust-lang/crates.io-index"12468checksum = "2e0c4a743a309662d45f4ede961d7afa4ba4131a59a639f29b0069c3798bbcc2"1246912470[[package]]12471name = "wasm-gc-api"12472version = "0.1.11"12473source = "registry+https://github.com/rust-lang/crates.io-index"12474checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12475dependencies = [12476 "log",12477 "parity-wasm 0.32.0",12478 "rustc-demangle",12479]1248012481[[package]]12482name = "wasm-timer"12483version = "0.2.5"12484source = "registry+https://github.com/rust-lang/crates.io-index"12485checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12486dependencies = [12487 "futures 0.3.17",12488 "js-sys",12489 "parking_lot 0.11.2",12490 "pin-utils",12491 "wasm-bindgen",12492 "wasm-bindgen-futures",12493 "web-sys",12494]1249512496[[package]]12497name = "wasmi"12498version = "0.9.0"12499source = "registry+https://github.com/rust-lang/crates.io-index"12500checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"12501dependencies = [12502 "downcast-rs",12503 "libc",12504 "memory_units",12505 "num-rational 0.2.4",12506 "num-traits",12507 "parity-wasm 0.42.2",12508 "wasmi-validation",12509]1251012511[[package]]12512name = "wasmi-validation"12513version = "0.4.0"12514source = "registry+https://github.com/rust-lang/crates.io-index"12515checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"12516dependencies = [12517 "parity-wasm 0.42.2",12518]1251912520[[package]]12521name = "wasmparser"12522version = "0.78.2"12523source = "registry+https://github.com/rust-lang/crates.io-index"12524checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"1252512526[[package]]12527name = "wasmtime"12528version = "0.27.0"12529source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"12531dependencies = [12532 "anyhow",12533 "backtrace",12534 "bincode",12535 "cfg-if 1.0.0",12536 "cpp_demangle",12537 "indexmap",12538 "lazy_static",12539 "libc",12540 "log",12541 "paste",12542 "psm",12543 "region",12544 "rustc-demangle",12545 "serde",12546 "smallvec 1.6.1",12547 "target-lexicon",12548 "wasmparser",12549 "wasmtime-cache",12550 "wasmtime-environ",12551 "wasmtime-jit",12552 "wasmtime-profiling",12553 "wasmtime-runtime",12554 "winapi 0.3.9",12555]1255612557[[package]]12558name = "wasmtime-cache"12559version = "0.27.0"12560source = "registry+https://github.com/rust-lang/crates.io-index"12561checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"12562dependencies = [12563 "anyhow",12564 "base64 0.13.0",12565 "bincode",12566 "directories-next",12567 "errno",12568 "file-per-thread-logger",12569 "libc",12570 "log",12571 "serde",12572 "sha2 0.9.2",12573 "toml",12574 "winapi 0.3.9",12575 "zstd",12576]1257712578[[package]]12579name = "wasmtime-cranelift"12580version = "0.27.0"12581source = "registry+https://github.com/rust-lang/crates.io-index"12582checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"12583dependencies = [12584 "cranelift-codegen",12585 "cranelift-entity",12586 "cranelift-frontend",12587 "cranelift-wasm",12588 "target-lexicon",12589 "wasmparser",12590 "wasmtime-environ",12591]1259212593[[package]]12594name = "wasmtime-debug"12595version = "0.27.0"12596source = "registry+https://github.com/rust-lang/crates.io-index"12597checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"12598dependencies = [12599 "anyhow",12600 "gimli 0.24.0",12601 "more-asserts",12602 "object 0.24.0",12603 "target-lexicon",12604 "thiserror",12605 "wasmparser",12606 "wasmtime-environ",12607]1260812609[[package]]12610name = "wasmtime-environ"12611version = "0.27.0"12612source = "registry+https://github.com/rust-lang/crates.io-index"12613checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"12614dependencies = [12615 "cfg-if 1.0.0",12616 "cranelift-codegen",12617 "cranelift-entity",12618 "cranelift-wasm",12619 "gimli 0.24.0",12620 "indexmap",12621 "log",12622 "more-asserts",12623 "serde",12624 "thiserror",12625 "wasmparser",12626]1262712628[[package]]12629name = "wasmtime-jit"12630version = "0.27.0"12631source = "registry+https://github.com/rust-lang/crates.io-index"12632checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"12633dependencies = [12634 "addr2line 0.15.1",12635 "anyhow",12636 "cfg-if 1.0.0",12637 "cranelift-codegen",12638 "cranelift-entity",12639 "cranelift-frontend",12640 "cranelift-native",12641 "cranelift-wasm",12642 "gimli 0.24.0",12643 "log",12644 "more-asserts",12645 "object 0.24.0",12646 "rayon",12647 "region",12648 "serde",12649 "target-lexicon",12650 "thiserror",12651 "wasmparser",12652 "wasmtime-cranelift",12653 "wasmtime-debug",12654 "wasmtime-environ",12655 "wasmtime-obj",12656 "wasmtime-profiling",12657 "wasmtime-runtime",12658 "winapi 0.3.9",12659]1266012661[[package]]12662name = "wasmtime-obj"12663version = "0.27.0"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"12666dependencies = [12667 "anyhow",12668 "more-asserts",12669 "object 0.24.0",12670 "target-lexicon",12671 "wasmtime-debug",12672 "wasmtime-environ",12673]1267412675[[package]]12676name = "wasmtime-profiling"12677version = "0.27.0"12678source = "registry+https://github.com/rust-lang/crates.io-index"12679checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"12680dependencies = [12681 "anyhow",12682 "cfg-if 1.0.0",12683 "lazy_static",12684 "libc",12685 "serde",12686 "target-lexicon",12687 "wasmtime-environ",12688 "wasmtime-runtime",12689]1269012691[[package]]12692name = "wasmtime-runtime"12693version = "0.27.0"12694source = "registry+https://github.com/rust-lang/crates.io-index"12695checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"12696dependencies = [12697 "anyhow",12698 "backtrace",12699 "cc",12700 "cfg-if 1.0.0",12701 "indexmap",12702 "lazy_static",12703 "libc",12704 "log",12705 "mach",12706 "memoffset 0.6.1",12707 "more-asserts",12708 "rand 0.8.4",12709 "region",12710 "thiserror",12711 "wasmtime-environ",12712 "winapi 0.3.9",12713]1271412715[[package]]12716name = "web-sys"12717version = "0.3.46"12718source = "registry+https://github.com/rust-lang/crates.io-index"12719checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"12720dependencies = [12721 "js-sys",12722 "wasm-bindgen",12723]1272412725[[package]]12726name = "webpki"12727version = "0.21.3"12728source = "registry+https://github.com/rust-lang/crates.io-index"12729checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"12730dependencies = [12731 "ring",12732 "untrusted",12733]1273412735[[package]]12736name = "webpki-roots"12737version = "0.21.0"12738source = "registry+https://github.com/rust-lang/crates.io-index"12739checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"12740dependencies = [12741 "webpki",12742]1274312744[[package]]12745name = "wepoll-sys"12746version = "3.0.1"12747source = "registry+https://github.com/rust-lang/crates.io-index"12748checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"12749dependencies = [12750 "cc",12751]1275212753[[package]]12754name = "westend-runtime"12755version = "0.9.10"12756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12757dependencies = [12758 "beefy-primitives",12759 "bitvec 0.20.1",12760 "frame-benchmarking",12761 "frame-election-provider-support",12762 "frame-executive",12763 "frame-support",12764 "frame-system",12765 "frame-system-benchmarking",12766 "frame-system-rpc-runtime-api",12767 "frame-try-runtime",12768 "hex-literal",12769 "log",12770 "pallet-authority-discovery",12771 "pallet-authorship",12772 "pallet-babe",12773 "pallet-balances",12774 "pallet-collective",12775 "pallet-democracy",12776 "pallet-election-provider-multi-phase",12777 "pallet-elections-phragmen",12778 "pallet-grandpa",12779 "pallet-identity",12780 "pallet-im-online",12781 "pallet-indices",12782 "pallet-membership",12783 "pallet-mmr-primitives",12784 "pallet-multisig",12785 "pallet-nicks",12786 "pallet-offences",12787 "pallet-offences-benchmarking",12788 "pallet-proxy",12789 "pallet-recovery",12790 "pallet-scheduler 4.0.0-dev",12791 "pallet-session",12792 "pallet-session-benchmarking",12793 "pallet-society",12794 "pallet-staking",12795 "pallet-staking-reward-curve",12796 "pallet-sudo",12797 "pallet-timestamp",12798 "pallet-transaction-payment",12799 "pallet-transaction-payment-rpc-runtime-api",12800 "pallet-treasury",12801 "pallet-utility",12802 "pallet-vesting",12803 "pallet-xcm",12804 "parity-scale-codec",12805 "polkadot-parachain",12806 "polkadot-primitives",12807 "polkadot-runtime-common",12808 "polkadot-runtime-parachains",12809 "rustc-hex",12810 "serde",12811 "serde_derive",12812 "smallvec 1.6.1",12813 "sp-api",12814 "sp-authority-discovery",12815 "sp-block-builder",12816 "sp-consensus-babe",12817 "sp-core",12818 "sp-inherents",12819 "sp-io",12820 "sp-npos-elections",12821 "sp-offchain",12822 "sp-runtime",12823 "sp-session",12824 "sp-staking",12825 "sp-std",12826 "sp-transaction-pool",12827 "sp-version",12828 "static_assertions",12829 "substrate-wasm-builder",12830 "xcm",12831 "xcm-builder",12832 "xcm-executor",12833]1283412835[[package]]12836name = "which"12837version = "4.0.2"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"12840dependencies = [12841 "libc",12842 "thiserror",12843]1284412845[[package]]12846name = "widestring"12847version = "0.4.3"12848source = "registry+https://github.com/rust-lang/crates.io-index"12849checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1285012851[[package]]12852name = "winapi"12853version = "0.2.8"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1285612857[[package]]12858name = "winapi"12859version = "0.3.9"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12862dependencies = [12863 "winapi-i686-pc-windows-gnu",12864 "winapi-x86_64-pc-windows-gnu",12865]1286612867[[package]]12868name = "winapi-build"12869version = "0.1.1"12870source = "registry+https://github.com/rust-lang/crates.io-index"12871checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1287212873[[package]]12874name = "winapi-i686-pc-windows-gnu"12875version = "0.4.0"12876source = "registry+https://github.com/rust-lang/crates.io-index"12877checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1287812879[[package]]12880name = "winapi-util"12881version = "0.1.5"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12884dependencies = [12885 "winapi 0.3.9",12886]1288712888[[package]]12889name = "winapi-x86_64-pc-windows-gnu"12890version = "0.4.0"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1289312894[[package]]12895name = "winreg"12896version = "0.6.2"12897source = "registry+https://github.com/rust-lang/crates.io-index"12898checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12899dependencies = [12900 "winapi 0.3.9",12901]1290212903[[package]]12904name = "ws2_32-sys"12905version = "0.2.1"12906source = "registry+https://github.com/rust-lang/crates.io-index"12907checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12908dependencies = [12909 "winapi 0.2.8",12910 "winapi-build",12911]1291212913[[package]]12914name = "wyz"12915version = "0.2.0"12916source = "registry+https://github.com/rust-lang/crates.io-index"12917checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1291812919[[package]]12920name = "x25519-dalek"12921version = "1.1.0"12922source = "registry+https://github.com/rust-lang/crates.io-index"12923checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"12924dependencies = [12925 "curve25519-dalek 3.0.0",12926 "rand_core 0.5.1",12927 "zeroize",12928]1292912930[[package]]12931name = "xcm"12932version = "0.9.10"12933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12934dependencies = [12935 "derivative",12936 "impl-trait-for-tuples 0.2.1",12937 "log",12938 "parity-scale-codec",12939 "xcm-procedural",12940]1294112942[[package]]12943name = "xcm-builder"12944version = "0.9.10"12945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12946dependencies = [12947 "frame-support",12948 "frame-system",12949 "impl-trait-for-tuples 0.2.1",12950 "pallet-transaction-payment",12951 "parity-scale-codec",12952 "polkadot-parachain",12953 "sp-arithmetic",12954 "sp-io",12955 "sp-runtime",12956 "sp-std",12957 "xcm",12958 "xcm-executor",12959]1296012961[[package]]12962name = "xcm-executor"12963version = "0.9.10"12964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12965dependencies = [12966 "frame-support",12967 "impl-trait-for-tuples 0.2.1",12968 "log",12969 "parity-scale-codec",12970 "sp-arithmetic",12971 "sp-core",12972 "sp-io",12973 "sp-runtime",12974 "sp-std",12975 "xcm",12976]1297712978[[package]]12979name = "xcm-procedural"12980version = "0.1.0"12981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.10#aeea9b7bd81919e014f7621f6c4b2eb9709d918f"12982dependencies = [12983 "proc-macro2",12984 "quote",12985 "syn",12986]1298712988[[package]]12989name = "yamux"12990version = "0.9.0"12991source = "registry+https://github.com/rust-lang/crates.io-index"12992checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12993dependencies = [12994 "futures 0.3.17",12995 "log",12996 "nohash-hasher",12997 "parking_lot 0.11.2",12998 "rand 0.8.4",12999 "static_assertions",13000]1300113002[[package]]13003name = "yansi"13004version = "0.5.0"13005source = "registry+https://github.com/rust-lang/crates.io-index"13006checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1300713008[[package]]13009name = "zeroize"13010version = "1.2.0"13011source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"13013dependencies = [13014 "zeroize_derive",13015]1301613017[[package]]13018name = "zeroize_derive"13019version = "1.0.0"13020source = "registry+https://github.com/rust-lang/crates.io-index"13021checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"13022dependencies = [13023 "proc-macro2",13024 "quote",13025 "syn",13026 "synstructure",13027]1302813029[[package]]13030name = "zstd"13031version = "0.6.1+zstd.1.4.9"13032source = "registry+https://github.com/rust-lang/crates.io-index"13033checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"13034dependencies = [13035 "zstd-safe",13036]1303713038[[package]]13039name = "zstd-safe"13040version = "3.0.1+zstd.1.4.9"13041source = "registry+https://github.com/rust-lang/crates.io-index"13042checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"13043dependencies = [13044 "libc",13045 "zstd-sys",13046]1304713048[[package]]13049name = "zstd-sys"13050version = "1.4.20+zstd.1.4.9"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"13053dependencies = [13054 "cc",13055 "libc",13056]