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.15.2"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"20dependencies = [21 "gimli 0.24.0",22]2324[[package]]25name = "addr2line"26version = "0.16.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"29dependencies = [30 "gimli 0.25.0",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.3.2"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"44dependencies = [45 "generic-array 0.14.4",46]4748[[package]]49name = "aes"50version = "0.5.0"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6"53dependencies = [54 "aes-soft",55 "aesni",56 "block-cipher",57]5859[[package]]60name = "aes-gcm"61version = "0.7.0"62source = "registry+https://github.com/rust-lang/crates.io-index"63checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f"64dependencies = [65 "aead",66 "aes",67 "block-cipher",68 "ghash",69 "subtle 2.4.1",70]7172[[package]]73name = "aes-soft"74version = "0.5.0"75source = "registry+https://github.com/rust-lang/crates.io-index"76checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6"77dependencies = [78 "block-cipher",79 "byteorder",80 "opaque-debug 0.3.0",81]8283[[package]]84name = "aesni"85version = "0.8.0"86source = "registry+https://github.com/rust-lang/crates.io-index"87checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a"88dependencies = [89 "block-cipher",90 "opaque-debug 0.3.0",91]9293[[package]]94name = "ahash"95version = "0.4.7"96source = "registry+https://github.com/rust-lang/crates.io-index"97checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"9899[[package]]100name = "ahash"101version = "0.7.4"102source = "registry+https://github.com/rust-lang/crates.io-index"103checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"104dependencies = [105 "getrandom 0.2.3",106 "once_cell",107 "version_check",108]109110[[package]]111name = "aho-corasick"112version = "0.7.18"113source = "registry+https://github.com/rust-lang/crates.io-index"114checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"115dependencies = [116 "memchr",117]118119[[package]]120name = "always-assert"121version = "0.1.2"122source = "registry+https://github.com/rust-lang/crates.io-index"123checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"124125[[package]]126name = "ansi_term"127version = "0.11.0"128source = "registry+https://github.com/rust-lang/crates.io-index"129checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"130dependencies = [131 "winapi 0.3.9",132]133134[[package]]135name = "ansi_term"136version = "0.12.1"137source = "registry+https://github.com/rust-lang/crates.io-index"138checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"139dependencies = [140 "winapi 0.3.9",141]142143[[package]]144name = "anyhow"145version = "1.0.42"146source = "registry+https://github.com/rust-lang/crates.io-index"147checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"148149[[package]]150name = "approx"151version = "0.5.0"152source = "registry+https://github.com/rust-lang/crates.io-index"153checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"154dependencies = [155 "num-traits",156]157158[[package]]159name = "arrayref"160version = "0.3.6"161source = "registry+https://github.com/rust-lang/crates.io-index"162checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"163164[[package]]165name = "arrayvec"166version = "0.4.12"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"169dependencies = [170 "nodrop",171]172173[[package]]174name = "arrayvec"175version = "0.5.2"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"178179[[package]]180name = "arrayvec"181version = "0.7.1"182source = "registry+https://github.com/rust-lang/crates.io-index"183checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"184185[[package]]186name = "asn1_der"187version = "0.7.4"188source = "registry+https://github.com/rust-lang/crates.io-index"189checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3"190191[[package]]192name = "assert_matches"193version = "1.5.0"194source = "registry+https://github.com/rust-lang/crates.io-index"195checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"196197[[package]]198name = "async-attributes"199version = "1.1.2"200source = "registry+https://github.com/rust-lang/crates.io-index"201checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"202dependencies = [203 "quote",204 "syn",205]206207[[package]]208name = "async-channel"209version = "1.6.1"210source = "registry+https://github.com/rust-lang/crates.io-index"211checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"212dependencies = [213 "concurrent-queue",214 "event-listener",215 "futures-core",216]217218[[package]]219name = "async-executor"220version = "1.4.1"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"223dependencies = [224 "async-task",225 "concurrent-queue",226 "fastrand",227 "futures-lite",228 "once_cell",229 "slab",230]231232[[package]]233name = "async-global-executor"234version = "2.0.2"235source = "registry+https://github.com/rust-lang/crates.io-index"236checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"237dependencies = [238 "async-channel",239 "async-executor",240 "async-io",241 "async-mutex",242 "blocking",243 "futures-lite",244 "num_cpus",245 "once_cell",246]247248[[package]]249name = "async-io"250version = "1.6.0"251source = "registry+https://github.com/rust-lang/crates.io-index"252checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"253dependencies = [254 "concurrent-queue",255 "futures-lite",256 "libc",257 "log",258 "once_cell",259 "parking",260 "polling",261 "slab",262 "socket2 0.4.0",263 "waker-fn",264 "winapi 0.3.9",265]266267[[package]]268name = "async-lock"269version = "2.4.0"270source = "registry+https://github.com/rust-lang/crates.io-index"271checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"272dependencies = [273 "event-listener",274]275276[[package]]277name = "async-mutex"278version = "1.4.0"279source = "registry+https://github.com/rust-lang/crates.io-index"280checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"281dependencies = [282 "event-listener",283]284285[[package]]286name = "async-process"287version = "1.1.0"288source = "registry+https://github.com/rust-lang/crates.io-index"289checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"290dependencies = [291 "async-io",292 "blocking",293 "cfg-if 1.0.0",294 "event-listener",295 "futures-lite",296 "libc",297 "once_cell",298 "signal-hook",299 "winapi 0.3.9",300]301302[[package]]303name = "async-std"304version = "1.9.0"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"307dependencies = [308 "async-attributes",309 "async-channel",310 "async-global-executor",311 "async-io",312 "async-lock",313 "async-process",314 "crossbeam-utils 0.8.5",315 "futures-channel",316 "futures-core",317 "futures-io",318 "futures-lite",319 "gloo-timers",320 "kv-log-macro",321 "log",322 "memchr",323 "num_cpus",324 "once_cell",325 "pin-project-lite 0.2.7",326 "pin-utils",327 "slab",328 "wasm-bindgen-futures",329]330331[[package]]332name = "async-std-resolver"333version = "0.20.3"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"336dependencies = [337 "async-std",338 "async-trait",339 "futures-io",340 "futures-util",341 "pin-utils",342 "trust-dns-resolver",343]344345[[package]]346name = "async-task"347version = "4.0.3"348source = "registry+https://github.com/rust-lang/crates.io-index"349checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"350351[[package]]352name = "async-trait"353version = "0.1.50"354source = "registry+https://github.com/rust-lang/crates.io-index"355checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"356dependencies = [357 "proc-macro2",358 "quote",359 "syn",360]361362[[package]]363name = "asynchronous-codec"364version = "0.5.0"365source = "registry+https://github.com/rust-lang/crates.io-index"366checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"367dependencies = [368 "bytes 1.0.1",369 "futures-sink",370 "futures-util",371 "memchr",372 "pin-project-lite 0.2.7",373]374375[[package]]376name = "asynchronous-codec"377version = "0.6.0"378source = "registry+https://github.com/rust-lang/crates.io-index"379checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"380dependencies = [381 "bytes 1.0.1",382 "futures-sink",383 "futures-util",384 "memchr",385 "pin-project-lite 0.2.7",386]387388[[package]]389name = "atomic"390version = "0.5.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"393dependencies = [394 "autocfg",395]396397[[package]]398name = "atomic-waker"399version = "1.0.0"400source = "registry+https://github.com/rust-lang/crates.io-index"401checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"402403[[package]]404name = "atty"405version = "0.2.14"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"408dependencies = [409 "hermit-abi",410 "libc",411 "winapi 0.3.9",412]413414[[package]]415name = "autocfg"416version = "1.0.1"417source = "registry+https://github.com/rust-lang/crates.io-index"418checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"419420[[package]]421name = "backtrace"422version = "0.3.61"423source = "registry+https://github.com/rust-lang/crates.io-index"424checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"425dependencies = [426 "addr2line 0.16.0",427 "cc",428 "cfg-if 1.0.0",429 "libc",430 "miniz_oxide",431 "object 0.26.0",432 "rustc-demangle",433]434435[[package]]436name = "base-x"437version = "0.2.8"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"440441[[package]]442name = "base58"443version = "0.1.0"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"446447[[package]]448name = "base64"449version = "0.12.3"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"452453[[package]]454name = "base64"455version = "0.13.0"456source = "registry+https://github.com/rust-lang/crates.io-index"457checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"458459[[package]]460name = "beef"461version = "0.5.1"462source = "registry+https://github.com/rust-lang/crates.io-index"463checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"464dependencies = [465 "serde",466]467468[[package]]469name = "beefy-gadget"470version = "0.1.0"471source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"472dependencies = [473 "beefy-primitives",474 "futures 0.3.16",475 "hex",476 "log",477 "parity-scale-codec",478 "parking_lot 0.11.1",479 "sc-client-api",480 "sc-keystore",481 "sc-network",482 "sc-network-gossip",483 "sp-api",484 "sp-application-crypto",485 "sp-arithmetic",486 "sp-blockchain",487 "sp-consensus",488 "sp-core",489 "sp-keystore",490 "sp-runtime",491 "sp-utils",492 "substrate-prometheus-endpoint",493 "thiserror",494]495496[[package]]497name = "beefy-gadget-rpc"498version = "0.1.0"499source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"500dependencies = [501 "beefy-gadget",502 "beefy-primitives",503 "futures 0.3.16",504 "jsonrpc-core 15.1.0",505 "jsonrpc-core-client 15.1.0",506 "jsonrpc-derive 15.1.0",507 "jsonrpc-pubsub 15.1.0",508 "log",509 "parity-scale-codec",510 "sc-rpc",511 "serde",512 "serde_json",513 "sp-core",514 "sp-runtime",515]516517[[package]]518name = "beefy-primitives"519version = "0.1.0"520source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"521dependencies = [522 "parity-scale-codec",523 "sp-api",524 "sp-application-crypto",525 "sp-core",526 "sp-runtime",527 "sp-std",528]529530[[package]]531name = "bincode"532version = "1.3.3"533source = "registry+https://github.com/rust-lang/crates.io-index"534checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"535dependencies = [536 "serde",537]538539[[package]]540name = "bindgen"541version = "0.59.1"542source = "registry+https://github.com/rust-lang/crates.io-index"543checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"544dependencies = [545 "bitflags",546 "cexpr",547 "clang-sys",548 "lazy_static",549 "lazycell",550 "peeking_take_while",551 "proc-macro2",552 "quote",553 "regex",554 "rustc-hash",555 "shlex",556]557558[[package]]559name = "bitflags"560version = "1.2.1"561source = "registry+https://github.com/rust-lang/crates.io-index"562checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"563564[[package]]565name = "bitvec"566version = "0.19.5"567source = "registry+https://github.com/rust-lang/crates.io-index"568checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"569dependencies = [570 "funty",571 "radium 0.5.3",572 "tap",573 "wyz",574]575576[[package]]577name = "bitvec"578version = "0.20.4"579source = "registry+https://github.com/rust-lang/crates.io-index"580checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"581dependencies = [582 "funty",583 "radium 0.6.2",584 "tap",585 "wyz",586]587588[[package]]589name = "blake2"590version = "0.9.1"591source = "registry+https://github.com/rust-lang/crates.io-index"592checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4"593dependencies = [594 "crypto-mac 0.8.0",595 "digest 0.9.0",596 "opaque-debug 0.3.0",597]598599[[package]]600name = "blake2-rfc"601version = "0.2.18"602source = "registry+https://github.com/rust-lang/crates.io-index"603checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"604dependencies = [605 "arrayvec 0.4.12",606 "constant_time_eq",607]608609[[package]]610name = "blake2b_simd"611version = "0.5.11"612source = "registry+https://github.com/rust-lang/crates.io-index"613checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"614dependencies = [615 "arrayref",616 "arrayvec 0.5.2",617 "constant_time_eq",618]619620[[package]]621name = "blake2s_simd"622version = "0.5.11"623source = "registry+https://github.com/rust-lang/crates.io-index"624checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"625dependencies = [626 "arrayref",627 "arrayvec 0.5.2",628 "constant_time_eq",629]630631[[package]]632name = "blake3"633version = "0.3.8"634source = "registry+https://github.com/rust-lang/crates.io-index"635checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"636dependencies = [637 "arrayref",638 "arrayvec 0.5.2",639 "cc",640 "cfg-if 0.1.10",641 "constant_time_eq",642 "crypto-mac 0.8.0",643 "digest 0.9.0",644]645646[[package]]647name = "block-buffer"648version = "0.7.3"649source = "registry+https://github.com/rust-lang/crates.io-index"650checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"651dependencies = [652 "block-padding 0.1.5",653 "byte-tools",654 "byteorder",655 "generic-array 0.12.4",656]657658[[package]]659name = "block-buffer"660version = "0.9.0"661source = "registry+https://github.com/rust-lang/crates.io-index"662checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"663dependencies = [664 "block-padding 0.2.1",665 "generic-array 0.14.4",666]667668[[package]]669name = "block-cipher"670version = "0.8.0"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80"673dependencies = [674 "generic-array 0.14.4",675]676677[[package]]678name = "block-padding"679version = "0.1.5"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"682dependencies = [683 "byte-tools",684]685686[[package]]687name = "block-padding"688version = "0.2.1"689source = "registry+https://github.com/rust-lang/crates.io-index"690checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"691692[[package]]693name = "blocking"694version = "1.0.2"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"697dependencies = [698 "async-channel",699 "async-task",700 "atomic-waker",701 "fastrand",702 "futures-lite",703 "once_cell",704]705706[[package]]707name = "bp-header-chain"708version = "0.1.0"709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"710dependencies = [711 "finality-grandpa",712 "frame-support",713 "parity-scale-codec",714 "serde",715 "sp-core",716 "sp-finality-grandpa",717 "sp-runtime",718 "sp-std",719]720721[[package]]722name = "bp-messages"723version = "0.1.0"724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"725dependencies = [726 "bitvec 0.20.4",727 "bp-runtime",728 "frame-support",729 "frame-system",730 "impl-trait-for-tuples",731 "parity-scale-codec",732 "serde",733 "sp-std",734]735736[[package]]737name = "bp-polkadot-core"738version = "0.1.0"739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"740dependencies = [741 "bp-messages",742 "bp-runtime",743 "frame-support",744 "frame-system",745 "parity-scale-codec",746 "sp-api",747 "sp-core",748 "sp-runtime",749 "sp-std",750 "sp-version",751]752753[[package]]754name = "bp-rococo"755version = "0.1.0"756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"757dependencies = [758 "bp-messages",759 "bp-polkadot-core",760 "bp-runtime",761 "frame-support",762 "parity-scale-codec",763 "smallvec 1.6.1",764 "sp-api",765 "sp-runtime",766 "sp-std",767 "sp-version",768]769770[[package]]771name = "bp-runtime"772version = "0.1.0"773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"774dependencies = [775 "frame-support",776 "hash-db",777 "num-traits",778 "parity-scale-codec",779 "sp-core",780 "sp-io",781 "sp-runtime",782 "sp-state-machine",783 "sp-std",784 "sp-trie",785]786787[[package]]788name = "bp-test-utils"789version = "0.1.0"790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"791dependencies = [792 "bp-header-chain",793 "ed25519-dalek",794 "finality-grandpa",795 "parity-scale-codec",796 "sp-application-crypto",797 "sp-finality-grandpa",798 "sp-runtime",799 "sp-std",800]801802[[package]]803name = "bp-wococo"804version = "0.1.0"805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"806dependencies = [807 "bp-messages",808 "bp-polkadot-core",809 "bp-rococo",810 "bp-runtime",811 "parity-scale-codec",812 "sp-api",813 "sp-runtime",814 "sp-std",815]816817[[package]]818name = "bs58"819version = "0.4.0"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"822823[[package]]824name = "bstr"825version = "0.2.16"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"828dependencies = [829 "memchr",830]831832[[package]]833name = "build-helper"834version = "0.1.1"835source = "registry+https://github.com/rust-lang/crates.io-index"836checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"837dependencies = [838 "semver 0.6.0",839]840841[[package]]842name = "bumpalo"843version = "3.7.0"844source = "registry+https://github.com/rust-lang/crates.io-index"845checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"846847[[package]]848name = "byte-slice-cast"849version = "1.0.0"850source = "registry+https://github.com/rust-lang/crates.io-index"851checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"852853[[package]]854name = "byte-tools"855version = "0.3.1"856source = "registry+https://github.com/rust-lang/crates.io-index"857checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"858859[[package]]860name = "byteorder"861version = "1.4.3"862source = "registry+https://github.com/rust-lang/crates.io-index"863checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"864865[[package]]866name = "bytes"867version = "0.4.12"868source = "registry+https://github.com/rust-lang/crates.io-index"869checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"870dependencies = [871 "byteorder",872 "either",873 "iovec",874]875876[[package]]877name = "bytes"878version = "0.5.6"879source = "registry+https://github.com/rust-lang/crates.io-index"880checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"881882[[package]]883name = "bytes"884version = "1.0.1"885source = "registry+https://github.com/rust-lang/crates.io-index"886checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"887888[[package]]889name = "cache-padded"890version = "1.1.1"891source = "registry+https://github.com/rust-lang/crates.io-index"892checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"893894[[package]]895name = "camino"896version = "1.0.4"897source = "registry+https://github.com/rust-lang/crates.io-index"898checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9"899dependencies = [900 "serde",901]902903[[package]]904name = "cargo-platform"905version = "0.1.1"906source = "registry+https://github.com/rust-lang/crates.io-index"907checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"908dependencies = [909 "serde",910]911912[[package]]913name = "cargo_metadata"914version = "0.12.3"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"917dependencies = [918 "cargo-platform",919 "semver 0.11.0",920 "semver-parser 0.10.2",921 "serde",922 "serde_json",923]924925[[package]]926name = "cargo_metadata"927version = "0.13.1"928source = "registry+https://github.com/rust-lang/crates.io-index"929checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"930dependencies = [931 "camino",932 "cargo-platform",933 "semver 0.11.0",934 "semver-parser 0.10.2",935 "serde",936 "serde_json",937]938939[[package]]940name = "cc"941version = "1.0.69"942source = "registry+https://github.com/rust-lang/crates.io-index"943checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"944dependencies = [945 "jobserver",946]947948[[package]]949name = "cexpr"950version = "0.5.0"951source = "registry+https://github.com/rust-lang/crates.io-index"952checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"953dependencies = [954 "nom",955]956957[[package]]958name = "cfg-if"959version = "0.1.10"960source = "registry+https://github.com/rust-lang/crates.io-index"961checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"962963[[package]]964name = "cfg-if"965version = "1.0.0"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"968969[[package]]970name = "cfg_aliases"971version = "0.1.1"972source = "registry+https://github.com/rust-lang/crates.io-index"973checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"974975[[package]]976name = "chacha20"977version = "0.5.0"978source = "registry+https://github.com/rust-lang/crates.io-index"979checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845"980dependencies = [981 "stream-cipher",982 "zeroize",983]984985[[package]]986name = "chacha20poly1305"987version = "0.6.0"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5"990dependencies = [991 "aead",992 "chacha20",993 "poly1305",994 "stream-cipher",995 "zeroize",996]997998[[package]]999name = "chrono"1000version = "0.4.19"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1003dependencies = [1004 "libc",1005 "num-integer",1006 "num-traits",1007 "time",1008 "winapi 0.3.9",1009]10101011[[package]]1012name = "cid"1013version = "0.6.1"1014source = "registry+https://github.com/rust-lang/crates.io-index"1015checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1016dependencies = [1017 "multibase",1018 "multihash",1019 "unsigned-varint 0.5.1",1020]10211022[[package]]1023name = "cipher"1024version = "0.2.5"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"1027dependencies = [1028 "generic-array 0.14.4",1029]10301031[[package]]1032name = "ckb-merkle-mountain-range"1033version = "0.3.1"1034source = "registry+https://github.com/rust-lang/crates.io-index"1035checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6"1036dependencies = [1037 "cfg-if 0.1.10",1038]10391040[[package]]1041name = "clang-sys"1042version = "1.2.0"1043source = "registry+https://github.com/rust-lang/crates.io-index"1044checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"1045dependencies = [1046 "glob",1047 "libc",1048 "libloading 0.7.0",1049]10501051[[package]]1052name = "clap"1053version = "2.33.3"1054source = "registry+https://github.com/rust-lang/crates.io-index"1055checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"1056dependencies = [1057 "ansi_term 0.11.0",1058 "atty",1059 "bitflags",1060 "strsim 0.8.0",1061 "textwrap",1062 "unicode-width",1063 "vec_map",1064]10651066[[package]]1067name = "cloudabi"1068version = "0.0.3"1069source = "registry+https://github.com/rust-lang/crates.io-index"1070checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"1071dependencies = [1072 "bitflags",1073]10741075[[package]]1076name = "concurrent-queue"1077version = "1.2.2"1078source = "registry+https://github.com/rust-lang/crates.io-index"1079checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1080dependencies = [1081 "cache-padded",1082]10831084[[package]]1085name = "constant_time_eq"1086version = "0.1.5"1087source = "registry+https://github.com/rust-lang/crates.io-index"1088checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10891090[[package]]1091name = "convert_case"1092version = "0.4.0"1093source = "registry+https://github.com/rust-lang/crates.io-index"1094checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10951096[[package]]1097name = "core-foundation"1098version = "0.7.0"1099source = "registry+https://github.com/rust-lang/crates.io-index"1100checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"1101dependencies = [1102 "core-foundation-sys 0.7.0",1103 "libc",1104]11051106[[package]]1107name = "core-foundation"1108version = "0.9.1"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"1111dependencies = [1112 "core-foundation-sys 0.8.2",1113 "libc",1114]11151116[[package]]1117name = "core-foundation-sys"1118version = "0.7.0"1119source = "registry+https://github.com/rust-lang/crates.io-index"1120checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"11211122[[package]]1123name = "core-foundation-sys"1124version = "0.8.2"1125source = "registry+https://github.com/rust-lang/crates.io-index"1126checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"11271128[[package]]1129name = "cpp_demangle"1130version = "0.3.3"1131source = "registry+https://github.com/rust-lang/crates.io-index"1132checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"1133dependencies = [1134 "cfg-if 1.0.0",1135]11361137[[package]]1138name = "cpufeatures"1139version = "0.1.5"1140source = "registry+https://github.com/rust-lang/crates.io-index"1141checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1142dependencies = [1143 "libc",1144]11451146[[package]]1147name = "cpuid-bool"1148version = "0.2.0"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"11511152[[package]]1153name = "cranelift-bforest"1154version = "0.74.0"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"1157dependencies = [1158 "cranelift-entity",1159]11601161[[package]]1162name = "cranelift-codegen"1163version = "0.74.0"1164source = "registry+https://github.com/rust-lang/crates.io-index"1165checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"1166dependencies = [1167 "cranelift-bforest",1168 "cranelift-codegen-meta",1169 "cranelift-codegen-shared",1170 "cranelift-entity",1171 "gimli 0.24.0",1172 "log",1173 "regalloc",1174 "serde",1175 "smallvec 1.6.1",1176 "target-lexicon",1177]11781179[[package]]1180name = "cranelift-codegen-meta"1181version = "0.74.0"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"1184dependencies = [1185 "cranelift-codegen-shared",1186 "cranelift-entity",1187]11881189[[package]]1190name = "cranelift-codegen-shared"1191version = "0.74.0"1192source = "registry+https://github.com/rust-lang/crates.io-index"1193checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"1194dependencies = [1195 "serde",1196]11971198[[package]]1199name = "cranelift-entity"1200version = "0.74.0"1201source = "registry+https://github.com/rust-lang/crates.io-index"1202checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"1203dependencies = [1204 "serde",1205]12061207[[package]]1208name = "cranelift-frontend"1209version = "0.74.0"1210source = "registry+https://github.com/rust-lang/crates.io-index"1211checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"1212dependencies = [1213 "cranelift-codegen",1214 "log",1215 "smallvec 1.6.1",1216 "target-lexicon",1217]12181219[[package]]1220name = "cranelift-native"1221version = "0.74.0"1222source = "registry+https://github.com/rust-lang/crates.io-index"1223checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"1224dependencies = [1225 "cranelift-codegen",1226 "target-lexicon",1227]12281229[[package]]1230name = "cranelift-wasm"1231version = "0.74.0"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"1234dependencies = [1235 "cranelift-codegen",1236 "cranelift-entity",1237 "cranelift-frontend",1238 "itertools 0.10.1",1239 "log",1240 "serde",1241 "smallvec 1.6.1",1242 "thiserror",1243 "wasmparser",1244]12451246[[package]]1247name = "crc32fast"1248version = "1.2.1"1249source = "registry+https://github.com/rust-lang/crates.io-index"1250checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1251dependencies = [1252 "cfg-if 1.0.0",1253]12541255[[package]]1256name = "crossbeam-channel"1257version = "0.5.1"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"1260dependencies = [1261 "cfg-if 1.0.0",1262 "crossbeam-utils 0.8.5",1263]12641265[[package]]1266name = "crossbeam-deque"1267version = "0.7.3"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"1270dependencies = [1271 "crossbeam-epoch 0.8.2",1272 "crossbeam-utils 0.7.2",1273 "maybe-uninit",1274]12751276[[package]]1277name = "crossbeam-deque"1278version = "0.8.0"1279source = "registry+https://github.com/rust-lang/crates.io-index"1280checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"1281dependencies = [1282 "cfg-if 1.0.0",1283 "crossbeam-epoch 0.9.5",1284 "crossbeam-utils 0.8.5",1285]12861287[[package]]1288name = "crossbeam-epoch"1289version = "0.8.2"1290source = "registry+https://github.com/rust-lang/crates.io-index"1291checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1292dependencies = [1293 "autocfg",1294 "cfg-if 0.1.10",1295 "crossbeam-utils 0.7.2",1296 "lazy_static",1297 "maybe-uninit",1298 "memoffset 0.5.6",1299 "scopeguard",1300]13011302[[package]]1303name = "crossbeam-epoch"1304version = "0.9.5"1305source = "registry+https://github.com/rust-lang/crates.io-index"1306checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"1307dependencies = [1308 "cfg-if 1.0.0",1309 "crossbeam-utils 0.8.5",1310 "lazy_static",1311 "memoffset 0.6.4",1312 "scopeguard",1313]13141315[[package]]1316name = "crossbeam-queue"1317version = "0.2.3"1318source = "registry+https://github.com/rust-lang/crates.io-index"1319checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1320dependencies = [1321 "cfg-if 0.1.10",1322 "crossbeam-utils 0.7.2",1323 "maybe-uninit",1324]13251326[[package]]1327name = "crossbeam-utils"1328version = "0.7.2"1329source = "registry+https://github.com/rust-lang/crates.io-index"1330checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"1331dependencies = [1332 "autocfg",1333 "cfg-if 0.1.10",1334 "lazy_static",1335]13361337[[package]]1338name = "crossbeam-utils"1339version = "0.8.5"1340source = "registry+https://github.com/rust-lang/crates.io-index"1341checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1342dependencies = [1343 "cfg-if 1.0.0",1344 "lazy_static",1345]13461347[[package]]1348name = "crunchy"1349version = "0.2.2"1350source = "registry+https://github.com/rust-lang/crates.io-index"1351checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13521353[[package]]1354name = "crypto-mac"1355version = "0.7.0"1356source = "registry+https://github.com/rust-lang/crates.io-index"1357checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1358dependencies = [1359 "generic-array 0.12.4",1360 "subtle 1.0.0",1361]13621363[[package]]1364name = "crypto-mac"1365version = "0.8.0"1366source = "registry+https://github.com/rust-lang/crates.io-index"1367checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1368dependencies = [1369 "generic-array 0.14.4",1370 "subtle 2.4.1",1371]13721373[[package]]1374name = "ct-logs"1375version = "0.7.0"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1378dependencies = [1379 "sct",1380]13811382[[package]]1383name = "ctor"1384version = "0.1.20"1385source = "registry+https://github.com/rust-lang/crates.io-index"1386checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"1387dependencies = [1388 "quote",1389 "syn",1390]13911392[[package]]1393name = "cuckoofilter"1394version = "0.5.0"1395source = "registry+https://github.com/rust-lang/crates.io-index"1396checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1397dependencies = [1398 "byteorder",1399 "fnv",1400 "rand 0.7.3",1401]14021403[[package]]1404name = "cumulus-client-cli"1405version = "0.1.0"1406source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1407dependencies = [1408 "sc-cli",1409 "sc-service",1410 "structopt",1411]14121413[[package]]1414name = "cumulus-client-collator"1415version = "0.1.0"1416source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1417dependencies = [1418 "cumulus-client-consensus-common",1419 "cumulus-client-network",1420 "cumulus-primitives-core",1421 "futures 0.3.16",1422 "parity-scale-codec",1423 "parking_lot 0.10.2",1424 "polkadot-node-primitives",1425 "polkadot-node-subsystem",1426 "polkadot-overseer",1427 "polkadot-primitives",1428 "sc-client-api",1429 "sp-api",1430 "sp-consensus",1431 "sp-core",1432 "sp-io",1433 "sp-runtime",1434 "tracing",1435]14361437[[package]]1438name = "cumulus-client-consensus-aura"1439version = "0.1.0"1440source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1441dependencies = [1442 "async-trait",1443 "cumulus-client-consensus-common",1444 "cumulus-primitives-core",1445 "futures 0.3.16",1446 "parity-scale-codec",1447 "parking_lot 0.10.2",1448 "polkadot-client",1449 "sc-client-api",1450 "sc-consensus-aura",1451 "sc-consensus-slots",1452 "sc-telemetry",1453 "sp-api",1454 "sp-application-crypto",1455 "sp-block-builder",1456 "sp-blockchain",1457 "sp-consensus",1458 "sp-consensus-aura",1459 "sp-core",1460 "sp-inherents",1461 "sp-keystore",1462 "sp-runtime",1463 "substrate-prometheus-endpoint",1464 "tracing",1465]14661467[[package]]1468name = "cumulus-client-consensus-common"1469version = "0.1.0"1470source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1471dependencies = [1472 "async-trait",1473 "dyn-clone",1474 "futures 0.3.16",1475 "parity-scale-codec",1476 "polkadot-primitives",1477 "polkadot-runtime",1478 "sc-client-api",1479 "sp-api",1480 "sp-block-builder",1481 "sp-blockchain",1482 "sp-consensus",1483 "sp-core",1484 "sp-inherents",1485 "sp-runtime",1486 "sp-trie",1487 "substrate-prometheus-endpoint",1488 "tracing",1489]14901491[[package]]1492name = "cumulus-client-network"1493version = "0.1.0"1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1495dependencies = [1496 "derive_more",1497 "futures 0.3.16",1498 "futures-timer 3.0.2",1499 "parity-scale-codec",1500 "parking_lot 0.10.2",1501 "polkadot-client",1502 "polkadot-node-primitives",1503 "polkadot-parachain",1504 "polkadot-primitives",1505 "polkadot-statement-table",1506 "sc-client-api",1507 "sp-api",1508 "sp-blockchain",1509 "sp-consensus",1510 "sp-core",1511 "sp-runtime",1512 "tracing",1513]15141515[[package]]1516name = "cumulus-client-pov-recovery"1517version = "0.1.0"1518source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1519dependencies = [1520 "cumulus-primitives-core",1521 "futures 0.3.16",1522 "futures-timer 3.0.2",1523 "parity-scale-codec",1524 "polkadot-node-primitives",1525 "polkadot-node-subsystem",1526 "polkadot-overseer",1527 "polkadot-primitives",1528 "rand 0.8.4",1529 "sc-client-api",1530 "sp-api",1531 "sp-consensus",1532 "sp-core",1533 "sp-maybe-compressed-blob",1534 "sp-runtime",1535 "tracing",1536]15371538[[package]]1539name = "cumulus-client-service"1540version = "0.1.0"1541source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1542dependencies = [1543 "cumulus-client-collator",1544 "cumulus-client-consensus-common",1545 "cumulus-client-pov-recovery",1546 "cumulus-primitives-core",1547 "parity-scale-codec",1548 "parking_lot 0.10.2",1549 "polkadot-overseer",1550 "polkadot-primitives",1551 "polkadot-service",1552 "sc-chain-spec",1553 "sc-client-api",1554 "sc-consensus-babe",1555 "sc-service",1556 "sc-telemetry",1557 "sc-tracing",1558 "sp-api",1559 "sp-blockchain",1560 "sp-consensus",1561 "sp-core",1562 "sp-runtime",1563 "tracing",1564]15651566[[package]]1567name = "cumulus-pallet-aura-ext"1568version = "0.1.0"1569source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1570dependencies = [1571 "frame-executive",1572 "frame-support",1573 "frame-system",1574 "pallet-aura",1575 "parity-scale-codec",1576 "serde",1577 "sp-application-crypto",1578 "sp-consensus-aura",1579 "sp-runtime",1580 "sp-std",1581]15821583[[package]]1584name = "cumulus-pallet-dmp-queue"1585version = "0.1.0"1586source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1587dependencies = [1588 "cumulus-primitives-core",1589 "frame-support",1590 "frame-system",1591 "log",1592 "parity-scale-codec",1593 "rand 0.8.4",1594 "rand_chacha 0.3.1",1595 "sp-io",1596 "sp-runtime",1597 "sp-std",1598 "xcm",1599 "xcm-executor",1600]16011602[[package]]1603name = "cumulus-pallet-parachain-system"1604version = "0.1.0"1605source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1606dependencies = [1607 "cumulus-pallet-parachain-system-proc-macro",1608 "cumulus-primitives-core",1609 "cumulus-primitives-parachain-inherent",1610 "environmental",1611 "frame-support",1612 "frame-system",1613 "log",1614 "pallet-balances",1615 "parity-scale-codec",1616 "polkadot-parachain",1617 "serde",1618 "sp-core",1619 "sp-externalities",1620 "sp-inherents",1621 "sp-io",1622 "sp-runtime",1623 "sp-state-machine",1624 "sp-std",1625 "sp-trie",1626 "sp-version",1627 "xcm",1628]16291630[[package]]1631name = "cumulus-pallet-parachain-system-proc-macro"1632version = "0.1.0"1633source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1634dependencies = [1635 "proc-macro-crate 1.0.0",1636 "proc-macro2",1637 "quote",1638 "syn",1639]16401641[[package]]1642name = "cumulus-pallet-xcm"1643version = "0.1.0"1644source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1645dependencies = [1646 "cumulus-primitives-core",1647 "frame-support",1648 "frame-system",1649 "parity-scale-codec",1650 "serde",1651 "sp-io",1652 "sp-runtime",1653 "sp-std",1654 "xcm",1655]16561657[[package]]1658name = "cumulus-pallet-xcmp-queue"1659version = "0.1.0"1660source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1661dependencies = [1662 "cumulus-primitives-core",1663 "frame-support",1664 "frame-system",1665 "log",1666 "parity-scale-codec",1667 "rand 0.8.4",1668 "rand_chacha 0.3.1",1669 "sp-runtime",1670 "sp-std",1671 "xcm",1672 "xcm-executor",1673]16741675[[package]]1676name = "cumulus-primitives-core"1677version = "0.1.0"1678source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1679dependencies = [1680 "frame-support",1681 "impl-trait-for-tuples",1682 "parity-scale-codec",1683 "polkadot-core-primitives",1684 "polkadot-parachain",1685 "polkadot-primitives",1686 "sp-api",1687 "sp-runtime",1688 "sp-std",1689 "sp-trie",1690 "xcm",1691]16921693[[package]]1694name = "cumulus-primitives-parachain-inherent"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1697dependencies = [1698 "async-trait",1699 "cumulus-primitives-core",1700 "cumulus-test-relay-sproof-builder",1701 "parity-scale-codec",1702 "polkadot-client",1703 "sc-client-api",1704 "sp-api",1705 "sp-core",1706 "sp-inherents",1707 "sp-runtime",1708 "sp-state-machine",1709 "sp-std",1710 "sp-trie",1711 "tracing",1712]17131714[[package]]1715name = "cumulus-primitives-timestamp"1716version = "0.1.0"1717source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1718dependencies = [1719 "cumulus-primitives-core",1720 "sp-inherents",1721 "sp-std",1722 "sp-timestamp",1723]17241725[[package]]1726name = "cumulus-primitives-utility"1727version = "0.1.0"1728source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1729dependencies = [1730 "cumulus-primitives-core",1731 "frame-support",1732 "impl-trait-for-tuples",1733 "parity-scale-codec",1734 "polkadot-core-primitives",1735 "polkadot-parachain",1736 "polkadot-primitives",1737 "sp-runtime",1738 "sp-std",1739 "sp-trie",1740 "xcm",1741]17421743[[package]]1744name = "cumulus-test-relay-sproof-builder"1745version = "0.1.0"1746source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1747dependencies = [1748 "cumulus-primitives-core",1749 "parity-scale-codec",1750 "polkadot-primitives",1751 "sp-runtime",1752 "sp-state-machine",1753 "sp-std",1754]17551756[[package]]1757name = "curve25519-dalek"1758version = "2.1.3"1759source = "registry+https://github.com/rust-lang/crates.io-index"1760checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1761dependencies = [1762 "byteorder",1763 "digest 0.8.1",1764 "rand_core 0.5.1",1765 "subtle 2.4.1",1766 "zeroize",1767]17681769[[package]]1770name = "curve25519-dalek"1771version = "3.1.0"1772source = "registry+https://github.com/rust-lang/crates.io-index"1773checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"1774dependencies = [1775 "byteorder",1776 "digest 0.9.0",1777 "rand_core 0.5.1",1778 "subtle 2.4.1",1779 "zeroize",1780]17811782[[package]]1783name = "darling"1784version = "0.13.0"1785source = "registry+https://github.com/rust-lang/crates.io-index"1786checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"1787dependencies = [1788 "darling_core",1789 "darling_macro",1790]17911792[[package]]1793name = "darling_core"1794version = "0.13.0"1795source = "registry+https://github.com/rust-lang/crates.io-index"1796checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"1797dependencies = [1798 "fnv",1799 "ident_case",1800 "proc-macro2",1801 "quote",1802 "strsim 0.10.0",1803 "syn",1804]18051806[[package]]1807name = "darling_macro"1808version = "0.13.0"1809source = "registry+https://github.com/rust-lang/crates.io-index"1810checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"1811dependencies = [1812 "darling_core",1813 "quote",1814 "syn",1815]18161817[[package]]1818name = "data-encoding"1819version = "2.3.2"1820source = "registry+https://github.com/rust-lang/crates.io-index"1821checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18221823[[package]]1824name = "data-encoding-macro"1825version = "0.1.12"1826source = "registry+https://github.com/rust-lang/crates.io-index"1827checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1828dependencies = [1829 "data-encoding",1830 "data-encoding-macro-internal",1831]18321833[[package]]1834name = "data-encoding-macro-internal"1835version = "0.1.10"1836source = "registry+https://github.com/rust-lang/crates.io-index"1837checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1838dependencies = [1839 "data-encoding",1840 "syn",1841]18421843[[package]]1844name = "derivative"1845version = "2.2.0"1846source = "registry+https://github.com/rust-lang/crates.io-index"1847checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1848dependencies = [1849 "proc-macro2",1850 "quote",1851 "syn",1852]18531854[[package]]1855name = "derive_more"1856version = "0.99.16"1857source = "registry+https://github.com/rust-lang/crates.io-index"1858checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1859dependencies = [1860 "convert_case",1861 "proc-macro2",1862 "quote",1863 "rustc_version 0.3.3",1864 "syn",1865]18661867[[package]]1868name = "digest"1869version = "0.8.1"1870source = "registry+https://github.com/rust-lang/crates.io-index"1871checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1872dependencies = [1873 "generic-array 0.12.4",1874]18751876[[package]]1877name = "digest"1878version = "0.9.0"1879source = "registry+https://github.com/rust-lang/crates.io-index"1880checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1881dependencies = [1882 "generic-array 0.14.4",1883]18841885[[package]]1886name = "directories"1887version = "3.0.2"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1890dependencies = [1891 "dirs-sys",1892]18931894[[package]]1895name = "directories-next"1896version = "2.0.0"1897source = "registry+https://github.com/rust-lang/crates.io-index"1898checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1899dependencies = [1900 "cfg-if 1.0.0",1901 "dirs-sys-next",1902]19031904[[package]]1905name = "dirs-sys"1906version = "0.3.6"1907source = "registry+https://github.com/rust-lang/crates.io-index"1908checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1909dependencies = [1910 "libc",1911 "redox_users",1912 "winapi 0.3.9",1913]19141915[[package]]1916name = "dirs-sys-next"1917version = "0.1.2"1918source = "registry+https://github.com/rust-lang/crates.io-index"1919checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1920dependencies = [1921 "libc",1922 "redox_users",1923 "winapi 0.3.9",1924]19251926[[package]]1927name = "dns-parser"1928version = "0.8.0"1929source = "registry+https://github.com/rust-lang/crates.io-index"1930checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1931dependencies = [1932 "byteorder",1933 "quick-error 1.2.3",1934]19351936[[package]]1937name = "downcast-rs"1938version = "1.2.0"1939source = "registry+https://github.com/rust-lang/crates.io-index"1940checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19411942[[package]]1943name = "dyn-clonable"1944version = "0.9.0"1945source = "registry+https://github.com/rust-lang/crates.io-index"1946checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1947dependencies = [1948 "dyn-clonable-impl",1949 "dyn-clone",1950]19511952[[package]]1953name = "dyn-clonable-impl"1954version = "0.9.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1957dependencies = [1958 "proc-macro2",1959 "quote",1960 "syn",1961]19621963[[package]]1964name = "dyn-clone"1965version = "1.0.4"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19681969[[package]]1970name = "ed25519"1971version = "1.2.0"1972source = "registry+https://github.com/rust-lang/crates.io-index"1973checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"1974dependencies = [1975 "signature",1976]19771978[[package]]1979name = "ed25519-dalek"1980version = "1.0.1"1981source = "registry+https://github.com/rust-lang/crates.io-index"1982checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1983dependencies = [1984 "curve25519-dalek 3.1.0",1985 "ed25519",1986 "rand 0.7.3",1987 "serde",1988 "sha2 0.9.5",1989 "zeroize",1990]19911992[[package]]1993name = "either"1994version = "1.6.1"1995source = "registry+https://github.com/rust-lang/crates.io-index"1996checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"19971998[[package]]1999name = "enum-as-inner"2000version = "0.3.3"2001source = "registry+https://github.com/rust-lang/crates.io-index"2002checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"2003dependencies = [2004 "heck",2005 "proc-macro2",2006 "quote",2007 "syn",2008]20092010[[package]]2011name = "enumflags2"2012version = "0.6.4"2013source = "registry+https://github.com/rust-lang/crates.io-index"2014checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2015dependencies = [2016 "enumflags2_derive",2017]20182019[[package]]2020name = "enumflags2_derive"2021version = "0.6.4"2022source = "registry+https://github.com/rust-lang/crates.io-index"2023checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2024dependencies = [2025 "proc-macro2",2026 "quote",2027 "syn",2028]20292030[[package]]2031name = "enumn"2032version = "0.1.3"2033source = "registry+https://github.com/rust-lang/crates.io-index"2034checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2035dependencies = [2036 "proc-macro2",2037 "quote",2038 "syn",2039]20402041[[package]]2042name = "env_logger"2043version = "0.7.1"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"2046dependencies = [2047 "atty",2048 "humantime 1.3.0",2049 "log",2050 "regex",2051 "termcolor",2052]20532054[[package]]2055name = "env_logger"2056version = "0.8.4"2057source = "registry+https://github.com/rust-lang/crates.io-index"2058checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"2059dependencies = [2060 "atty",2061 "humantime 2.1.0",2062 "log",2063 "regex",2064 "termcolor",2065]20662067[[package]]2068name = "environmental"2069version = "1.1.3"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20722073[[package]]2074name = "erased-serde"2075version = "0.3.16"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa"2078dependencies = [2079 "serde",2080]20812082[[package]]2083name = "errno"2084version = "0.2.7"2085source = "registry+https://github.com/rust-lang/crates.io-index"2086checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"2087dependencies = [2088 "errno-dragonfly",2089 "libc",2090 "winapi 0.3.9",2091]20922093[[package]]2094name = "errno-dragonfly"2095version = "0.1.1"2096source = "registry+https://github.com/rust-lang/crates.io-index"2097checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"2098dependencies = [2099 "gcc",2100 "libc",2101]21022103[[package]]2104name = "ethbloom"2105version = "0.11.0"2106source = "registry+https://github.com/rust-lang/crates.io-index"2107checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"2108dependencies = [2109 "crunchy",2110 "fixed-hash",2111 "impl-codec",2112 "impl-rlp",2113 "impl-serde",2114 "tiny-keccak",2115]21162117[[package]]2118name = "ethereum"2119version = "0.7.1"2120source = "registry+https://github.com/rust-lang/crates.io-index"2121checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"2122dependencies = [2123 "ethereum-types",2124 "funty",2125 "hash-db",2126 "hash256-std-hasher",2127 "parity-scale-codec",2128 "rlp",2129 "rlp-derive",2130 "serde",2131 "sha3 0.9.1",2132 "triehash",2133]21342135[[package]]2136name = "ethereum-types"2137version = "0.11.0"2138source = "registry+https://github.com/rust-lang/crates.io-index"2139checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"2140dependencies = [2141 "ethbloom",2142 "fixed-hash",2143 "impl-codec",2144 "impl-rlp",2145 "impl-serde",2146 "primitive-types",2147 "uint",2148]21492150[[package]]2151name = "event-listener"2152version = "2.5.1"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"21552156[[package]]2157name = "evm"2158version = "0.27.0"2159source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2160dependencies = [2161 "environmental",2162 "ethereum",2163 "evm-core",2164 "evm-gasometer",2165 "evm-runtime",2166 "log",2167 "parity-scale-codec",2168 "primitive-types",2169 "rlp",2170 "serde",2171 "sha3 0.8.2",2172]21732174[[package]]2175name = "evm-coder"2176version = "0.1.0"2177dependencies = [2178 "ethereum",2179 "evm-coder-macros",2180 "evm-core",2181 "hex",2182 "hex-literal",2183 "impl-trait-for-tuples",2184 "primitive-types",2185]21862187[[package]]2188name = "evm-coder-macros"2189version = "0.1.0"2190dependencies = [2191 "Inflector",2192 "darling",2193 "hex",2194 "proc-macro2",2195 "quote",2196 "sha3 0.9.1",2197 "syn",2198]21992200[[package]]2201name = "evm-core"2202version = "0.27.1"2203source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2204dependencies = [2205 "funty",2206 "parity-scale-codec",2207 "primitive-types",2208 "serde",2209]22102211[[package]]2212name = "evm-gasometer"2213version = "0.27.0"2214source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2215dependencies = [2216 "environmental",2217 "evm-core",2218 "evm-runtime",2219 "primitive-types",2220]22212222[[package]]2223name = "evm-runtime"2224version = "0.27.0"2225source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2226dependencies = [2227 "environmental",2228 "evm-core",2229 "primitive-types",2230 "sha3 0.8.2",2231]22322233[[package]]2234name = "exit-future"2235version = "0.2.0"2236source = "registry+https://github.com/rust-lang/crates.io-index"2237checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2238dependencies = [2239 "futures 0.3.16",2240]22412242[[package]]2243name = "failure"2244version = "0.1.8"2245source = "registry+https://github.com/rust-lang/crates.io-index"2246checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"2247dependencies = [2248 "backtrace",2249 "failure_derive",2250]22512252[[package]]2253name = "failure_derive"2254version = "0.1.8"2255source = "registry+https://github.com/rust-lang/crates.io-index"2256checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"2257dependencies = [2258 "proc-macro2",2259 "quote",2260 "syn",2261 "synstructure",2262]22632264[[package]]2265name = "fake-simd"2266version = "0.1.2"2267source = "registry+https://github.com/rust-lang/crates.io-index"2268checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22692270[[package]]2271name = "fallible-iterator"2272version = "0.2.0"2273source = "registry+https://github.com/rust-lang/crates.io-index"2274checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22752276[[package]]2277name = "fastrand"2278version = "1.5.0"2279source = "registry+https://github.com/rust-lang/crates.io-index"2280checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"2281dependencies = [2282 "instant",2283]22842285[[package]]2286name = "fc-consensus"2287version = "2.0.0"2288source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2289dependencies = [2290 "async-trait",2291 "derive_more",2292 "fc-db",2293 "fp-consensus",2294 "fp-rpc",2295 "futures 0.3.16",2296 "log",2297 "parity-scale-codec",2298 "sc-client-api",2299 "sp-api",2300 "sp-block-builder",2301 "sp-blockchain",2302 "sp-consensus",2303 "sp-core",2304 "sp-inherents",2305 "sp-runtime",2306 "sp-timestamp",2307 "substrate-prometheus-endpoint",2308]23092310[[package]]2311name = "fc-db"2312version = "1.0.0"2313source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2314dependencies = [2315 "kvdb",2316 "kvdb-rocksdb",2317 "parity-scale-codec",2318 "parking_lot 0.11.1",2319 "sp-core",2320 "sp-database",2321 "sp-runtime",2322]23232324[[package]]2325name = "fc-mapping-sync"2326version = "2.0.0-dev"2327source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2328dependencies = [2329 "fc-consensus",2330 "fc-db",2331 "fp-consensus",2332 "fp-rpc",2333 "futures 0.3.16",2334 "futures-timer 3.0.2",2335 "log",2336 "sc-client-api",2337 "sp-api",2338 "sp-blockchain",2339 "sp-runtime",2340]23412342[[package]]2343name = "fc-rpc"2344version = "2.0.0-dev"2345source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2346dependencies = [2347 "ethereum",2348 "ethereum-types",2349 "evm",2350 "fc-consensus",2351 "fc-db",2352 "fc-rpc-core",2353 "fp-consensus",2354 "fp-evm",2355 "fp-rpc",2356 "fp-storage",2357 "futures 0.3.16",2358 "jsonrpc-core 15.1.0",2359 "jsonrpc-core-client 14.2.0",2360 "jsonrpc-derive 14.2.2",2361 "jsonrpc-pubsub 15.1.0",2362 "libsecp256k1 0.3.5",2363 "log",2364 "pallet-ethereum",2365 "pallet-evm",2366 "parity-scale-codec",2367 "rand 0.7.3",2368 "rlp",2369 "rustc-hex",2370 "sc-client-api",2371 "sc-network",2372 "sc-rpc",2373 "sc-service",2374 "sha3 0.8.2",2375 "sp-api",2376 "sp-blockchain",2377 "sp-io",2378 "sp-runtime",2379 "sp-storage",2380 "sp-transaction-pool",2381]23822383[[package]]2384name = "fc-rpc-core"2385version = "1.1.0-dev"2386source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2387dependencies = [2388 "ethereum-types",2389 "jsonrpc-core 15.1.0",2390 "jsonrpc-core-client 14.2.0",2391 "jsonrpc-derive 14.2.2",2392 "jsonrpc-pubsub 15.1.0",2393 "rustc-hex",2394 "serde",2395 "serde_json",2396]23972398[[package]]2399name = "fdlimit"2400version = "0.2.1"2401source = "registry+https://github.com/rust-lang/crates.io-index"2402checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2403dependencies = [2404 "libc",2405]24062407[[package]]2408name = "file-per-thread-logger"2409version = "0.1.4"2410source = "registry+https://github.com/rust-lang/crates.io-index"2411checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2412dependencies = [2413 "env_logger 0.7.1",2414 "log",2415]24162417[[package]]2418name = "finality-grandpa"2419version = "0.14.1"2420source = "registry+https://github.com/rust-lang/crates.io-index"2421checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2422dependencies = [2423 "either",2424 "futures 0.3.16",2425 "futures-timer 3.0.2",2426 "log",2427 "num-traits",2428 "parity-scale-codec",2429 "parking_lot 0.11.1",2430]24312432[[package]]2433name = "fixed-hash"2434version = "0.7.0"2435source = "registry+https://github.com/rust-lang/crates.io-index"2436checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2437dependencies = [2438 "byteorder",2439 "rand 0.8.4",2440 "rustc-hex",2441 "static_assertions",2442]24432444[[package]]2445name = "fixedbitset"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"24492450[[package]]2451name = "flate2"2452version = "1.0.20"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"2455dependencies = [2456 "cfg-if 1.0.0",2457 "crc32fast",2458 "libc",2459 "libz-sys",2460 "miniz_oxide",2461]24622463[[package]]2464name = "flexi_logger"2465version = "0.15.12"2466source = "registry+https://github.com/rust-lang/crates.io-index"2467checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2468dependencies = [2469 "atty",2470 "chrono",2471 "glob",2472 "lazy_static",2473 "log",2474 "regex",2475 "thiserror",2476 "yansi",2477]24782479[[package]]2480name = "fnv"2481version = "1.0.7"2482source = "registry+https://github.com/rust-lang/crates.io-index"2483checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"24842485[[package]]2486name = "fork-tree"2487version = "3.0.0"2488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2489dependencies = [2490 "parity-scale-codec",2491]24922493[[package]]2494name = "form_urlencoded"2495version = "1.0.1"2496source = "registry+https://github.com/rust-lang/crates.io-index"2497checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2498dependencies = [2499 "matches",2500 "percent-encoding 2.1.0",2501]25022503[[package]]2504name = "fp-consensus"2505version = "1.0.0"2506source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2507dependencies = [2508 "ethereum",2509 "parity-scale-codec",2510 "rlp",2511 "sha3 0.8.2",2512 "sp-core",2513 "sp-runtime",2514 "sp-std",2515]25162517[[package]]2518name = "fp-evm"2519version = "2.0.0"2520source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2521dependencies = [2522 "evm",2523 "impl-trait-for-tuples",2524 "parity-scale-codec",2525 "serde",2526 "sp-core",2527 "sp-std",2528]25292530[[package]]2531name = "fp-rpc"2532version = "2.1.0"2533source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2534dependencies = [2535 "ethereum",2536 "ethereum-types",2537 "fp-evm",2538 "parity-scale-codec",2539 "sp-api",2540 "sp-core",2541 "sp-io",2542 "sp-runtime",2543 "sp-std",2544]25452546[[package]]2547name = "fp-storage"2548version = "1.0.1"2549source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"25502551[[package]]2552name = "frame-benchmarking"2553version = "3.1.0"2554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2555dependencies = [2556 "frame-support",2557 "frame-system",2558 "linregress",2559 "log",2560 "parity-scale-codec",2561 "paste",2562 "sp-api",2563 "sp-io",2564 "sp-runtime",2565 "sp-runtime-interface",2566 "sp-std",2567 "sp-storage",2568]25692570[[package]]2571name = "frame-benchmarking-cli"2572version = "3.0.0"2573source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2574dependencies = [2575 "Inflector",2576 "chrono",2577 "frame-benchmarking",2578 "handlebars",2579 "parity-scale-codec",2580 "sc-cli",2581 "sc-client-db",2582 "sc-executor",2583 "sc-service",2584 "serde",2585 "sp-core",2586 "sp-externalities",2587 "sp-keystore",2588 "sp-runtime",2589 "sp-state-machine",2590 "structopt",2591]25922593[[package]]2594name = "frame-election-provider-support"2595version = "3.0.0"2596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2597dependencies = [2598 "frame-support",2599 "frame-system",2600 "parity-scale-codec",2601 "sp-arithmetic",2602 "sp-npos-elections",2603 "sp-std",2604]26052606[[package]]2607name = "frame-executive"2608version = "3.0.0"2609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2610dependencies = [2611 "frame-support",2612 "frame-system",2613 "parity-scale-codec",2614 "sp-core",2615 "sp-io",2616 "sp-runtime",2617 "sp-std",2618 "sp-tracing",2619]26202621[[package]]2622name = "frame-metadata"2623version = "13.0.0"2624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2625dependencies = [2626 "parity-scale-codec",2627 "serde",2628 "sp-core",2629 "sp-std",2630]26312632[[package]]2633name = "frame-support"2634version = "3.0.0"2635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2636dependencies = [2637 "bitflags",2638 "frame-metadata",2639 "frame-support-procedural",2640 "impl-trait-for-tuples",2641 "log",2642 "max-encoded-len",2643 "once_cell",2644 "parity-scale-codec",2645 "paste",2646 "serde",2647 "smallvec 1.6.1",2648 "sp-arithmetic",2649 "sp-core",2650 "sp-inherents",2651 "sp-io",2652 "sp-runtime",2653 "sp-staking",2654 "sp-state-machine",2655 "sp-std",2656 "sp-tracing",2657]26582659[[package]]2660name = "frame-support-procedural"2661version = "3.0.0"2662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2663dependencies = [2664 "Inflector",2665 "frame-support-procedural-tools",2666 "proc-macro2",2667 "quote",2668 "syn",2669]26702671[[package]]2672name = "frame-support-procedural-tools"2673version = "3.0.0"2674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2675dependencies = [2676 "frame-support-procedural-tools-derive",2677 "proc-macro-crate 1.0.0",2678 "proc-macro2",2679 "quote",2680 "syn",2681]26822683[[package]]2684name = "frame-support-procedural-tools-derive"2685version = "3.0.0"2686source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2687dependencies = [2688 "proc-macro2",2689 "quote",2690 "syn",2691]26922693[[package]]2694name = "frame-system"2695version = "3.0.0"2696source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2697dependencies = [2698 "frame-support",2699 "impl-trait-for-tuples",2700 "log",2701 "parity-scale-codec",2702 "serde",2703 "sp-core",2704 "sp-io",2705 "sp-runtime",2706 "sp-std",2707 "sp-version",2708]27092710[[package]]2711name = "frame-system-benchmarking"2712version = "3.0.0"2713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2714dependencies = [2715 "frame-benchmarking",2716 "frame-support",2717 "frame-system",2718 "parity-scale-codec",2719 "sp-core",2720 "sp-runtime",2721 "sp-std",2722]27232724[[package]]2725name = "frame-system-rpc-runtime-api"2726version = "3.0.0"2727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2728dependencies = [2729 "parity-scale-codec",2730 "sp-api",2731]27322733[[package]]2734name = "frame-try-runtime"2735version = "0.9.0"2736source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2737dependencies = [2738 "frame-support",2739 "parity-scale-codec",2740 "sp-api",2741 "sp-runtime",2742 "sp-std",2743]27442745[[package]]2746name = "fs-err"2747version = "2.6.0"2748source = "registry+https://github.com/rust-lang/crates.io-index"2749checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"27502751[[package]]2752name = "fs-swap"2753version = "0.2.6"2754source = "registry+https://github.com/rust-lang/crates.io-index"2755checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2756dependencies = [2757 "lazy_static",2758 "libc",2759 "libloading 0.5.2",2760 "winapi 0.3.9",2761]27622763[[package]]2764name = "fs2"2765version = "0.4.3"2766source = "registry+https://github.com/rust-lang/crates.io-index"2767checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2768dependencies = [2769 "libc",2770 "winapi 0.3.9",2771]27722773[[package]]2774name = "fuchsia-cprng"2775version = "0.1.1"2776source = "registry+https://github.com/rust-lang/crates.io-index"2777checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"27782779[[package]]2780name = "fuchsia-zircon"2781version = "0.3.3"2782source = "registry+https://github.com/rust-lang/crates.io-index"2783checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2784dependencies = [2785 "bitflags",2786 "fuchsia-zircon-sys",2787]27882789[[package]]2790name = "fuchsia-zircon-sys"2791version = "0.3.3"2792source = "registry+https://github.com/rust-lang/crates.io-index"2793checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"27942795[[package]]2796name = "funty"2797version = "1.1.0"2798source = "registry+https://github.com/rust-lang/crates.io-index"2799checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"28002801[[package]]2802name = "futures"2803version = "0.1.31"2804source = "registry+https://github.com/rust-lang/crates.io-index"2805checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"28062807[[package]]2808name = "futures"2809version = "0.3.16"2810source = "registry+https://github.com/rust-lang/crates.io-index"2811checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"2812dependencies = [2813 "futures-channel",2814 "futures-core",2815 "futures-executor",2816 "futures-io",2817 "futures-sink",2818 "futures-task",2819 "futures-util",2820]28212822[[package]]2823name = "futures-channel"2824version = "0.3.16"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"2827dependencies = [2828 "futures-core",2829 "futures-sink",2830]28312832[[package]]2833name = "futures-core"2834version = "0.3.16"2835source = "registry+https://github.com/rust-lang/crates.io-index"2836checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"28372838[[package]]2839name = "futures-cpupool"2840version = "0.1.8"2841source = "registry+https://github.com/rust-lang/crates.io-index"2842checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2843dependencies = [2844 "futures 0.1.31",2845 "num_cpus",2846]28472848[[package]]2849name = "futures-executor"2850version = "0.3.16"2851source = "registry+https://github.com/rust-lang/crates.io-index"2852checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"2853dependencies = [2854 "futures-core",2855 "futures-task",2856 "futures-util",2857 "num_cpus",2858]28592860[[package]]2861name = "futures-io"2862version = "0.3.16"2863source = "registry+https://github.com/rust-lang/crates.io-index"2864checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"28652866[[package]]2867name = "futures-lite"2868version = "1.12.0"2869source = "registry+https://github.com/rust-lang/crates.io-index"2870checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2871dependencies = [2872 "fastrand",2873 "futures-core",2874 "futures-io",2875 "memchr",2876 "parking",2877 "pin-project-lite 0.2.7",2878 "waker-fn",2879]28802881[[package]]2882name = "futures-macro"2883version = "0.3.16"2884source = "registry+https://github.com/rust-lang/crates.io-index"2885checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"2886dependencies = [2887 "autocfg",2888 "proc-macro-hack",2889 "proc-macro2",2890 "quote",2891 "syn",2892]28932894[[package]]2895name = "futures-rustls"2896version = "0.21.1"2897source = "registry+https://github.com/rust-lang/crates.io-index"2898checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2899dependencies = [2900 "futures-io",2901 "rustls 0.19.1",2902 "webpki",2903]29042905[[package]]2906name = "futures-sink"2907version = "0.3.16"2908source = "registry+https://github.com/rust-lang/crates.io-index"2909checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"29102911[[package]]2912name = "futures-task"2913version = "0.3.16"2914source = "registry+https://github.com/rust-lang/crates.io-index"2915checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"29162917[[package]]2918name = "futures-timer"2919version = "2.0.2"2920source = "registry+https://github.com/rust-lang/crates.io-index"2921checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"29222923[[package]]2924name = "futures-timer"2925version = "3.0.2"2926source = "registry+https://github.com/rust-lang/crates.io-index"2927checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29282929[[package]]2930name = "futures-util"2931version = "0.3.16"2932source = "registry+https://github.com/rust-lang/crates.io-index"2933checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"2934dependencies = [2935 "autocfg",2936 "futures 0.1.31",2937 "futures-channel",2938 "futures-core",2939 "futures-io",2940 "futures-macro",2941 "futures-sink",2942 "futures-task",2943 "memchr",2944 "pin-project-lite 0.2.7",2945 "pin-utils",2946 "proc-macro-hack",2947 "proc-macro-nested",2948 "slab",2949]29502951[[package]]2952name = "gcc"2953version = "0.3.55"2954source = "registry+https://github.com/rust-lang/crates.io-index"2955checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"29562957[[package]]2958name = "generic-array"2959version = "0.12.4"2960source = "registry+https://github.com/rust-lang/crates.io-index"2961checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2962dependencies = [2963 "typenum",2964]29652966[[package]]2967name = "generic-array"2968version = "0.14.4"2969source = "registry+https://github.com/rust-lang/crates.io-index"2970checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"2971dependencies = [2972 "typenum",2973 "version_check",2974]29752976[[package]]2977name = "getrandom"2978version = "0.1.16"2979source = "registry+https://github.com/rust-lang/crates.io-index"2980checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2981dependencies = [2982 "cfg-if 1.0.0",2983 "libc",2984 "wasi 0.9.0+wasi-snapshot-preview1",2985]29862987[[package]]2988name = "getrandom"2989version = "0.2.3"2990source = "registry+https://github.com/rust-lang/crates.io-index"2991checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"2992dependencies = [2993 "cfg-if 1.0.0",2994 "libc",2995 "wasi 0.10.0+wasi-snapshot-preview1",2996]29972998[[package]]2999name = "ghash"3000version = "0.3.1"3001source = "registry+https://github.com/rust-lang/crates.io-index"3002checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"3003dependencies = [3004 "opaque-debug 0.3.0",3005 "polyval",3006]30073008[[package]]3009name = "gimli"3010version = "0.24.0"3011source = "registry+https://github.com/rust-lang/crates.io-index"3012checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"3013dependencies = [3014 "fallible-iterator",3015 "indexmap",3016 "stable_deref_trait",3017]30183019[[package]]3020name = "gimli"3021version = "0.25.0"3022source = "registry+https://github.com/rust-lang/crates.io-index"3023checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"30243025[[package]]3026name = "glob"3027version = "0.3.0"3028source = "registry+https://github.com/rust-lang/crates.io-index"3029checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30303031[[package]]3032name = "globset"3033version = "0.4.8"3034source = "registry+https://github.com/rust-lang/crates.io-index"3035checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3036dependencies = [3037 "aho-corasick",3038 "bstr",3039 "fnv",3040 "log",3041 "regex",3042]30433044[[package]]3045name = "gloo-timers"3046version = "0.2.1"3047source = "registry+https://github.com/rust-lang/crates.io-index"3048checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"3049dependencies = [3050 "futures-channel",3051 "futures-core",3052 "js-sys",3053 "wasm-bindgen",3054 "web-sys",3055]30563057[[package]]3058name = "h2"3059version = "0.1.26"3060source = "registry+https://github.com/rust-lang/crates.io-index"3061checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"3062dependencies = [3063 "byteorder",3064 "bytes 0.4.12",3065 "fnv",3066 "futures 0.1.31",3067 "http 0.1.21",3068 "indexmap",3069 "log",3070 "slab",3071 "string",3072 "tokio-io",3073]30743075[[package]]3076name = "h2"3077version = "0.2.7"3078source = "registry+https://github.com/rust-lang/crates.io-index"3079checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"3080dependencies = [3081 "bytes 0.5.6",3082 "fnv",3083 "futures-core",3084 "futures-sink",3085 "futures-util",3086 "http 0.2.4",3087 "indexmap",3088 "slab",3089 "tokio 0.2.25",3090 "tokio-util",3091 "tracing",3092 "tracing-futures",3093]30943095[[package]]3096name = "handlebars"3097version = "3.5.5"3098source = "registry+https://github.com/rust-lang/crates.io-index"3099checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"3100dependencies = [3101 "log",3102 "pest",3103 "pest_derive",3104 "quick-error 2.0.1",3105 "serde",3106 "serde_json",3107]31083109[[package]]3110name = "hash-db"3111version = "0.15.2"3112source = "registry+https://github.com/rust-lang/crates.io-index"3113checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"31143115[[package]]3116name = "hash256-std-hasher"3117version = "0.15.2"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3120dependencies = [3121 "crunchy",3122]31233124[[package]]3125name = "hashbrown"3126version = "0.9.1"3127source = "registry+https://github.com/rust-lang/crates.io-index"3128checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"3129dependencies = [3130 "ahash 0.4.7",3131]31323133[[package]]3134name = "hashbrown"3135version = "0.11.2"3136source = "registry+https://github.com/rust-lang/crates.io-index"3137checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3138dependencies = [3139 "ahash 0.7.4",3140]31413142[[package]]3143name = "heck"3144version = "0.3.3"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3147dependencies = [3148 "unicode-segmentation",3149]31503151[[package]]3152name = "hermit-abi"3153version = "0.1.19"3154source = "registry+https://github.com/rust-lang/crates.io-index"3155checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3156dependencies = [3157 "libc",3158]31593160[[package]]3161name = "hex"3162version = "0.4.3"3163source = "registry+https://github.com/rust-lang/crates.io-index"3164checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"31653166[[package]]3167name = "hex-literal"3168version = "0.3.3"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"31713172[[package]]3173name = "hex_fmt"3174version = "0.3.0"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"31773178[[package]]3179name = "hmac"3180version = "0.7.1"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3183dependencies = [3184 "crypto-mac 0.7.0",3185 "digest 0.8.1",3186]31873188[[package]]3189name = "hmac"3190version = "0.8.1"3191source = "registry+https://github.com/rust-lang/crates.io-index"3192checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3193dependencies = [3194 "crypto-mac 0.8.0",3195 "digest 0.9.0",3196]31973198[[package]]3199name = "hmac-drbg"3200version = "0.2.0"3201source = "registry+https://github.com/rust-lang/crates.io-index"3202checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3203dependencies = [3204 "digest 0.8.1",3205 "generic-array 0.12.4",3206 "hmac 0.7.1",3207]32083209[[package]]3210name = "hmac-drbg"3211version = "0.3.0"3212source = "registry+https://github.com/rust-lang/crates.io-index"3213checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3214dependencies = [3215 "digest 0.9.0",3216 "generic-array 0.14.4",3217 "hmac 0.8.1",3218]32193220[[package]]3221name = "hostname"3222version = "0.3.1"3223source = "registry+https://github.com/rust-lang/crates.io-index"3224checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3225dependencies = [3226 "libc",3227 "match_cfg",3228 "winapi 0.3.9",3229]32303231[[package]]3232name = "http"3233version = "0.1.21"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"3236dependencies = [3237 "bytes 0.4.12",3238 "fnv",3239 "itoa",3240]32413242[[package]]3243name = "http"3244version = "0.2.4"3245source = "registry+https://github.com/rust-lang/crates.io-index"3246checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"3247dependencies = [3248 "bytes 1.0.1",3249 "fnv",3250 "itoa",3251]32523253[[package]]3254name = "http-body"3255version = "0.1.0"3256source = "registry+https://github.com/rust-lang/crates.io-index"3257checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3258dependencies = [3259 "bytes 0.4.12",3260 "futures 0.1.31",3261 "http 0.1.21",3262 "tokio-buf",3263]32643265[[package]]3266name = "http-body"3267version = "0.3.1"3268source = "registry+https://github.com/rust-lang/crates.io-index"3269checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"3270dependencies = [3271 "bytes 0.5.6",3272 "http 0.2.4",3273]32743275[[package]]3276name = "http-body"3277version = "0.4.2"3278source = "registry+https://github.com/rust-lang/crates.io-index"3279checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"3280dependencies = [3281 "bytes 1.0.1",3282 "http 0.2.4",3283 "pin-project-lite 0.2.7",3284]32853286[[package]]3287name = "httparse"3288version = "1.4.1"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"32913292[[package]]3293name = "httpdate"3294version = "0.3.2"3295source = "registry+https://github.com/rust-lang/crates.io-index"3296checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"32973298[[package]]3299name = "httpdate"3300version = "1.0.1"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"33033304[[package]]3305name = "humantime"3306version = "1.3.0"3307source = "registry+https://github.com/rust-lang/crates.io-index"3308checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3309dependencies = [3310 "quick-error 1.2.3",3311]33123313[[package]]3314name = "humantime"3315version = "2.1.0"3316source = "registry+https://github.com/rust-lang/crates.io-index"3317checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"33183319[[package]]3320name = "hyper"3321version = "0.12.36"3322source = "registry+https://github.com/rust-lang/crates.io-index"3323checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"3324dependencies = [3325 "bytes 0.4.12",3326 "futures 0.1.31",3327 "futures-cpupool",3328 "h2 0.1.26",3329 "http 0.1.21",3330 "http-body 0.1.0",3331 "httparse",3332 "iovec",3333 "itoa",3334 "log",3335 "net2",3336 "rustc_version 0.2.3",3337 "time",3338 "tokio 0.1.22",3339 "tokio-buf",3340 "tokio-executor",3341 "tokio-io",3342 "tokio-reactor",3343 "tokio-tcp",3344 "tokio-threadpool",3345 "tokio-timer",3346 "want 0.2.0",3347]33483349[[package]]3350name = "hyper"3351version = "0.13.10"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"3354dependencies = [3355 "bytes 0.5.6",3356 "futures-channel",3357 "futures-core",3358 "futures-util",3359 "h2 0.2.7",3360 "http 0.2.4",3361 "http-body 0.3.1",3362 "httparse",3363 "httpdate 0.3.2",3364 "itoa",3365 "pin-project 1.0.8",3366 "socket2 0.3.19",3367 "tokio 0.2.25",3368 "tower-service",3369 "tracing",3370 "want 0.3.0",3371]33723373[[package]]3374name = "hyper"3375version = "0.14.11"3376source = "registry+https://github.com/rust-lang/crates.io-index"3377checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"3378dependencies = [3379 "bytes 1.0.1",3380 "futures-channel",3381 "futures-core",3382 "futures-util",3383 "http 0.2.4",3384 "http-body 0.4.2",3385 "httparse",3386 "httpdate 1.0.1",3387 "itoa",3388 "pin-project-lite 0.2.7",3389 "tokio 1.9.0",3390 "tower-service",3391 "tracing",3392 "want 0.3.0",3393]33943395[[package]]3396name = "hyper-rustls"3397version = "0.21.0"3398source = "registry+https://github.com/rust-lang/crates.io-index"3399checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"3400dependencies = [3401 "bytes 0.5.6",3402 "ct-logs",3403 "futures-util",3404 "hyper 0.13.10",3405 "log",3406 "rustls 0.18.1",3407 "rustls-native-certs 0.4.0",3408 "tokio 0.2.25",3409 "tokio-rustls 0.14.1",3410 "webpki",3411]34123413[[package]]3414name = "ident_case"3415version = "1.0.1"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"34183419[[package]]3420name = "idna"3421version = "0.1.5"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3424dependencies = [3425 "matches",3426 "unicode-bidi",3427 "unicode-normalization",3428]34293430[[package]]3431name = "idna"3432version = "0.2.3"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3435dependencies = [3436 "matches",3437 "unicode-bidi",3438 "unicode-normalization",3439]34403441[[package]]3442name = "if-addrs"3443version = "0.6.5"3444source = "registry+https://github.com/rust-lang/crates.io-index"3445checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"3446dependencies = [3447 "if-addrs-sys",3448 "libc",3449 "winapi 0.3.9",3450]34513452[[package]]3453name = "if-addrs-sys"3454version = "0.3.2"3455source = "registry+https://github.com/rust-lang/crates.io-index"3456checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3457dependencies = [3458 "cc",3459 "libc",3460]34613462[[package]]3463name = "if-watch"3464version = "0.2.2"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3467dependencies = [3468 "async-io",3469 "futures 0.3.16",3470 "futures-lite",3471 "if-addrs",3472 "ipnet",3473 "libc",3474 "log",3475 "winapi 0.3.9",3476]34773478[[package]]3479name = "impl-codec"3480version = "0.5.1"3481source = "registry+https://github.com/rust-lang/crates.io-index"3482checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3483dependencies = [3484 "parity-scale-codec",3485]34863487[[package]]3488name = "impl-rlp"3489version = "0.3.0"3490source = "registry+https://github.com/rust-lang/crates.io-index"3491checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3492dependencies = [3493 "rlp",3494]34953496[[package]]3497name = "impl-serde"3498version = "0.3.1"3499source = "registry+https://github.com/rust-lang/crates.io-index"3500checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3501dependencies = [3502 "serde",3503]35043505[[package]]3506name = "impl-trait-for-tuples"3507version = "0.2.1"3508source = "registry+https://github.com/rust-lang/crates.io-index"3509checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3510dependencies = [3511 "proc-macro2",3512 "quote",3513 "syn",3514]35153516[[package]]3517name = "indexmap"3518version = "1.7.0"3519source = "registry+https://github.com/rust-lang/crates.io-index"3520checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3521dependencies = [3522 "autocfg",3523 "hashbrown 0.11.2",3524 "serde",3525]35263527[[package]]3528name = "instant"3529version = "0.1.10"3530source = "registry+https://github.com/rust-lang/crates.io-index"3531checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"3532dependencies = [3533 "cfg-if 1.0.0",3534]35353536[[package]]3537name = "integer-encoding"3538version = "1.1.7"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"35413542[[package]]3543name = "integer-sqrt"3544version = "0.1.5"3545source = "registry+https://github.com/rust-lang/crates.io-index"3546checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3547dependencies = [3548 "num-traits",3549]35503551[[package]]3552name = "intervalier"3553version = "0.4.0"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3556dependencies = [3557 "futures 0.3.16",3558 "futures-timer 2.0.2",3559]35603561[[package]]3562name = "iovec"3563version = "0.1.4"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3566dependencies = [3567 "libc",3568]35693570[[package]]3571name = "ip_network"3572version = "0.3.4"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"35753576[[package]]3577name = "ipconfig"3578version = "0.2.2"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3581dependencies = [3582 "socket2 0.3.19",3583 "widestring",3584 "winapi 0.3.9",3585 "winreg",3586]35873588[[package]]3589name = "ipnet"3590version = "2.3.1"3591source = "registry+https://github.com/rust-lang/crates.io-index"3592checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"35933594[[package]]3595name = "itertools"3596version = "0.9.0"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"3599dependencies = [3600 "either",3601]36023603[[package]]3604name = "itertools"3605version = "0.10.1"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3608dependencies = [3609 "either",3610]36113612[[package]]3613name = "itoa"3614version = "0.4.7"3615source = "registry+https://github.com/rust-lang/crates.io-index"3616checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"36173618[[package]]3619name = "jobserver"3620version = "0.1.22"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"3623dependencies = [3624 "libc",3625]36263627[[package]]3628name = "js-sys"3629version = "0.3.51"3630source = "registry+https://github.com/rust-lang/crates.io-index"3631checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"3632dependencies = [3633 "wasm-bindgen",3634]36353636[[package]]3637name = "jsonrpc-client-transports"3638version = "14.2.1"3639source = "registry+https://github.com/rust-lang/crates.io-index"3640checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3641dependencies = [3642 "failure",3643 "futures 0.1.31",3644 "jsonrpc-core 14.2.0",3645 "jsonrpc-pubsub 14.2.0",3646 "log",3647 "serde",3648 "serde_json",3649 "url 1.7.2",3650]36513652[[package]]3653name = "jsonrpc-client-transports"3654version = "15.1.0"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3657dependencies = [3658 "failure",3659 "futures 0.1.31",3660 "jsonrpc-core 15.1.0",3661 "jsonrpc-pubsub 15.1.0",3662 "log",3663 "serde",3664 "serde_json",3665 "url 1.7.2",3666]36673668[[package]]3669name = "jsonrpc-core"3670version = "14.2.0"3671source = "registry+https://github.com/rust-lang/crates.io-index"3672checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3673dependencies = [3674 "futures 0.1.31",3675 "log",3676 "serde",3677 "serde_derive",3678 "serde_json",3679]36803681[[package]]3682name = "jsonrpc-core"3683version = "15.1.0"3684source = "registry+https://github.com/rust-lang/crates.io-index"3685checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3686dependencies = [3687 "futures 0.1.31",3688 "log",3689 "serde",3690 "serde_derive",3691 "serde_json",3692]36933694[[package]]3695name = "jsonrpc-core-client"3696version = "14.2.0"3697source = "registry+https://github.com/rust-lang/crates.io-index"3698checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3699dependencies = [3700 "jsonrpc-client-transports 14.2.1",3701]37023703[[package]]3704name = "jsonrpc-core-client"3705version = "15.1.0"3706source = "registry+https://github.com/rust-lang/crates.io-index"3707checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"3708dependencies = [3709 "jsonrpc-client-transports 15.1.0",3710]37113712[[package]]3713name = "jsonrpc-derive"3714version = "14.2.2"3715source = "registry+https://github.com/rust-lang/crates.io-index"3716checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3717dependencies = [3718 "proc-macro-crate 0.1.5",3719 "proc-macro2",3720 "quote",3721 "syn",3722]37233724[[package]]3725name = "jsonrpc-derive"3726version = "15.1.0"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"3729dependencies = [3730 "proc-macro-crate 0.1.5",3731 "proc-macro2",3732 "quote",3733 "syn",3734]37353736[[package]]3737name = "jsonrpc-http-server"3738version = "15.1.0"3739source = "registry+https://github.com/rust-lang/crates.io-index"3740checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3741dependencies = [3742 "hyper 0.12.36",3743 "jsonrpc-core 15.1.0",3744 "jsonrpc-server-utils",3745 "log",3746 "net2",3747 "parking_lot 0.10.2",3748 "unicase",3749]37503751[[package]]3752name = "jsonrpc-ipc-server"3753version = "15.1.0"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3756dependencies = [3757 "jsonrpc-core 15.1.0",3758 "jsonrpc-server-utils",3759 "log",3760 "parity-tokio-ipc",3761 "parking_lot 0.10.2",3762 "tokio-service",3763]37643765[[package]]3766name = "jsonrpc-pubsub"3767version = "14.2.0"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3770dependencies = [3771 "jsonrpc-core 14.2.0",3772 "log",3773 "parking_lot 0.10.2",3774 "rand 0.7.3",3775 "serde",3776]37773778[[package]]3779name = "jsonrpc-pubsub"3780version = "15.1.0"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"3783dependencies = [3784 "jsonrpc-core 15.1.0",3785 "log",3786 "parking_lot 0.10.2",3787 "rand 0.7.3",3788 "serde",3789]37903791[[package]]3792name = "jsonrpc-server-utils"3793version = "15.1.0"3794source = "registry+https://github.com/rust-lang/crates.io-index"3795checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3796dependencies = [3797 "bytes 0.4.12",3798 "globset",3799 "jsonrpc-core 15.1.0",3800 "lazy_static",3801 "log",3802 "tokio 0.1.22",3803 "tokio-codec",3804 "unicase",3805]38063807[[package]]3808name = "jsonrpc-ws-server"3809version = "15.1.0"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3812dependencies = [3813 "jsonrpc-core 15.1.0",3814 "jsonrpc-server-utils",3815 "log",3816 "parity-ws",3817 "parking_lot 0.10.2",3818 "slab",3819]38203821[[package]]3822name = "jsonrpsee-proc-macros"3823version = "0.2.0"3824source = "registry+https://github.com/rust-lang/crates.io-index"3825checksum = "3b4c85cfa6767333f3e5f3b2f2f765dad2727b0033ee270ae07c599bf43ed5ae"3826dependencies = [3827 "Inflector",3828 "proc-macro-crate 1.0.0",3829 "proc-macro2",3830 "quote",3831 "syn",3832]38333834[[package]]3835name = "jsonrpsee-types"3836version = "0.2.0"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "c0cf7bd4e93b3b56e59131de7f24afbea871faf914e97bcdd942c86927ab0172"3839dependencies = [3840 "async-trait",3841 "beef",3842 "futures-channel",3843 "futures-util",3844 "hyper 0.14.11",3845 "log",3846 "serde",3847 "serde_json",3848 "soketto 0.5.0",3849 "thiserror",3850]38513852[[package]]3853name = "jsonrpsee-ws-client"3854version = "0.2.0"3855source = "registry+https://github.com/rust-lang/crates.io-index"3856checksum = "6ec51150965544e1a4468f372bdab8545243a1b045d4ab272023aac74c60de32"3857dependencies = [3858 "async-trait",3859 "fnv",3860 "futures 0.3.16",3861 "jsonrpsee-types",3862 "log",3863 "pin-project 1.0.8",3864 "rustls 0.19.1",3865 "rustls-native-certs 0.5.0",3866 "serde",3867 "serde_json",3868 "soketto 0.5.0",3869 "thiserror",3870 "tokio 0.2.25",3871 "tokio-rustls 0.15.0",3872 "tokio-util",3873 "url 2.2.2",3874]38753876[[package]]3877name = "keccak"3878version = "0.1.0"3879source = "registry+https://github.com/rust-lang/crates.io-index"3880checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"38813882[[package]]3883name = "kernel32-sys"3884version = "0.2.2"3885source = "registry+https://github.com/rust-lang/crates.io-index"3886checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3887dependencies = [3888 "winapi 0.2.8",3889 "winapi-build",3890]38913892[[package]]3893name = "kusama-runtime"3894version = "0.9.8"3895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"3896dependencies = [3897 "beefy-primitives",3898 "bitvec 0.20.4",3899 "frame-benchmarking",3900 "frame-election-provider-support",3901 "frame-executive",3902 "frame-support",3903 "frame-system",3904 "frame-system-benchmarking",3905 "frame-system-rpc-runtime-api",3906 "frame-try-runtime",3907 "hex-literal",3908 "log",3909 "max-encoded-len",3910 "pallet-authority-discovery",3911 "pallet-authorship",3912 "pallet-babe",3913 "pallet-balances",3914 "pallet-bounties",3915 "pallet-collective",3916 "pallet-democracy",3917 "pallet-election-provider-multi-phase",3918 "pallet-elections-phragmen",3919 "pallet-gilt",3920 "pallet-grandpa",3921 "pallet-identity",3922 "pallet-im-online",3923 "pallet-indices",3924 "pallet-membership",3925 "pallet-mmr-primitives",3926 "pallet-multisig",3927 "pallet-nicks",3928 "pallet-offences",3929 "pallet-offences-benchmarking",3930 "pallet-proxy",3931 "pallet-recovery",3932 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",3933 "pallet-session",3934 "pallet-session-benchmarking",3935 "pallet-society",3936 "pallet-staking",3937 "pallet-staking-reward-fn",3938 "pallet-timestamp",3939 "pallet-tips",3940 "pallet-transaction-payment",3941 "pallet-transaction-payment-rpc-runtime-api",3942 "pallet-treasury",3943 "pallet-utility",3944 "pallet-vesting",3945 "pallet-xcm",3946 "parity-scale-codec",3947 "polkadot-primitives",3948 "polkadot-runtime-common",3949 "polkadot-runtime-parachains",3950 "rustc-hex",3951 "serde",3952 "serde_derive",3953 "smallvec 1.6.1",3954 "sp-api",3955 "sp-arithmetic",3956 "sp-authority-discovery",3957 "sp-block-builder",3958 "sp-consensus-babe",3959 "sp-core",3960 "sp-inherents",3961 "sp-io",3962 "sp-npos-elections",3963 "sp-offchain",3964 "sp-runtime",3965 "sp-session",3966 "sp-staking",3967 "sp-std",3968 "sp-transaction-pool",3969 "sp-version",3970 "static_assertions",3971 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",3972 "xcm",3973 "xcm-builder",3974 "xcm-executor",3975]39763977[[package]]3978name = "kv-log-macro"3979version = "1.0.7"3980source = "registry+https://github.com/rust-lang/crates.io-index"3981checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3982dependencies = [3983 "log",3984]39853986[[package]]3987name = "kvdb"3988version = "0.9.0"3989source = "registry+https://github.com/rust-lang/crates.io-index"3990checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"3991dependencies = [3992 "parity-util-mem",3993 "smallvec 1.6.1",3994]39953996[[package]]3997name = "kvdb-memorydb"3998version = "0.9.0"3999source = "registry+https://github.com/rust-lang/crates.io-index"4000checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"4001dependencies = [4002 "kvdb",4003 "parity-util-mem",4004 "parking_lot 0.11.1",4005]40064007[[package]]4008name = "kvdb-rocksdb"4009version = "0.11.1"4010source = "registry+https://github.com/rust-lang/crates.io-index"4011checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1"4012dependencies = [4013 "fs-swap",4014 "kvdb",4015 "log",4016 "num_cpus",4017 "owning_ref",4018 "parity-util-mem",4019 "parking_lot 0.11.1",4020 "regex",4021 "rocksdb",4022 "smallvec 1.6.1",4023]40244025[[package]]4026name = "lazy_static"4027version = "1.4.0"4028source = "registry+https://github.com/rust-lang/crates.io-index"4029checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40304031[[package]]4032name = "lazycell"4033version = "1.3.0"4034source = "registry+https://github.com/rust-lang/crates.io-index"4035checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40364037[[package]]4038name = "leb128"4039version = "0.2.4"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"40424043[[package]]4044name = "libc"4045version = "0.2.98"4046source = "registry+https://github.com/rust-lang/crates.io-index"4047checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"40484049[[package]]4050name = "libloading"4051version = "0.5.2"4052source = "registry+https://github.com/rust-lang/crates.io-index"4053checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4054dependencies = [4055 "cc",4056 "winapi 0.3.9",4057]40584059[[package]]4060name = "libloading"4061version = "0.7.0"4062source = "registry+https://github.com/rust-lang/crates.io-index"4063checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"4064dependencies = [4065 "cfg-if 1.0.0",4066 "winapi 0.3.9",4067]40684069[[package]]4070name = "libm"4071version = "0.2.1"4072source = "registry+https://github.com/rust-lang/crates.io-index"4073checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"40744075[[package]]4076name = "libp2p"4077version = "0.37.1"4078source = "registry+https://github.com/rust-lang/crates.io-index"4079checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b"4080dependencies = [4081 "atomic",4082 "bytes 1.0.1",4083 "futures 0.3.16",4084 "lazy_static",4085 "libp2p-core",4086 "libp2p-deflate",4087 "libp2p-dns",4088 "libp2p-floodsub",4089 "libp2p-gossipsub",4090 "libp2p-identify",4091 "libp2p-kad",4092 "libp2p-mdns",4093 "libp2p-mplex",4094 "libp2p-noise",4095 "libp2p-ping",4096 "libp2p-plaintext",4097 "libp2p-pnet",4098 "libp2p-relay",4099 "libp2p-request-response",4100 "libp2p-swarm",4101 "libp2p-swarm-derive",4102 "libp2p-tcp",4103 "libp2p-uds",4104 "libp2p-wasm-ext",4105 "libp2p-websocket",4106 "libp2p-yamux",4107 "parity-multiaddr",4108 "parking_lot 0.11.1",4109 "pin-project 1.0.8",4110 "smallvec 1.6.1",4111 "wasm-timer",4112]41134114[[package]]4115name = "libp2p-core"4116version = "0.28.3"4117source = "registry+https://github.com/rust-lang/crates.io-index"4118checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9"4119dependencies = [4120 "asn1_der",4121 "bs58",4122 "ed25519-dalek",4123 "either",4124 "fnv",4125 "futures 0.3.16",4126 "futures-timer 3.0.2",4127 "lazy_static",4128 "libsecp256k1 0.3.5",4129 "log",4130 "multihash",4131 "multistream-select",4132 "parity-multiaddr",4133 "parking_lot 0.11.1",4134 "pin-project 1.0.8",4135 "prost",4136 "prost-build",4137 "rand 0.7.3",4138 "ring",4139 "rw-stream-sink",4140 "sha2 0.9.5",4141 "smallvec 1.6.1",4142 "thiserror",4143 "unsigned-varint 0.7.0",4144 "void",4145 "zeroize",4146]41474148[[package]]4149name = "libp2p-deflate"4150version = "0.28.0"4151source = "registry+https://github.com/rust-lang/crates.io-index"4152checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08"4153dependencies = [4154 "flate2",4155 "futures 0.3.16",4156 "libp2p-core",4157]41584159[[package]]4160name = "libp2p-dns"4161version = "0.28.1"4162source = "registry+https://github.com/rust-lang/crates.io-index"4163checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b"4164dependencies = [4165 "async-std-resolver",4166 "futures 0.3.16",4167 "libp2p-core",4168 "log",4169 "smallvec 1.6.1",4170 "trust-dns-resolver",4171]41724173[[package]]4174name = "libp2p-floodsub"4175version = "0.29.0"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf"4178dependencies = [4179 "cuckoofilter",4180 "fnv",4181 "futures 0.3.16",4182 "libp2p-core",4183 "libp2p-swarm",4184 "log",4185 "prost",4186 "prost-build",4187 "rand 0.7.3",4188 "smallvec 1.6.1",4189]41904191[[package]]4192name = "libp2p-gossipsub"4193version = "0.30.1"4194source = "registry+https://github.com/rust-lang/crates.io-index"4195checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9"4196dependencies = [4197 "asynchronous-codec 0.6.0",4198 "base64 0.13.0",4199 "byteorder",4200 "bytes 1.0.1",4201 "fnv",4202 "futures 0.3.16",4203 "hex_fmt",4204 "libp2p-core",4205 "libp2p-swarm",4206 "log",4207 "prost",4208 "prost-build",4209 "rand 0.7.3",4210 "regex",4211 "sha2 0.9.5",4212 "smallvec 1.6.1",4213 "unsigned-varint 0.7.0",4214 "wasm-timer",4215]42164217[[package]]4218name = "libp2p-identify"4219version = "0.29.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46"4222dependencies = [4223 "futures 0.3.16",4224 "libp2p-core",4225 "libp2p-swarm",4226 "log",4227 "prost",4228 "prost-build",4229 "smallvec 1.6.1",4230 "wasm-timer",4231]42324233[[package]]4234name = "libp2p-kad"4235version = "0.30.0"4236source = "registry+https://github.com/rust-lang/crates.io-index"4237checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820"4238dependencies = [4239 "arrayvec 0.5.2",4240 "asynchronous-codec 0.6.0",4241 "bytes 1.0.1",4242 "either",4243 "fnv",4244 "futures 0.3.16",4245 "libp2p-core",4246 "libp2p-swarm",4247 "log",4248 "prost",4249 "prost-build",4250 "rand 0.7.3",4251 "sha2 0.9.5",4252 "smallvec 1.6.1",4253 "uint",4254 "unsigned-varint 0.7.0",4255 "void",4256 "wasm-timer",4257]42584259[[package]]4260name = "libp2p-mdns"4261version = "0.30.2"4262source = "registry+https://github.com/rust-lang/crates.io-index"4263checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714"4264dependencies = [4265 "async-io",4266 "data-encoding",4267 "dns-parser",4268 "futures 0.3.16",4269 "if-watch",4270 "lazy_static",4271 "libp2p-core",4272 "libp2p-swarm",4273 "log",4274 "rand 0.8.4",4275 "smallvec 1.6.1",4276 "socket2 0.4.0",4277 "void",4278]42794280[[package]]4281name = "libp2p-mplex"4282version = "0.28.0"4283source = "registry+https://github.com/rust-lang/crates.io-index"4284checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"4285dependencies = [4286 "asynchronous-codec 0.6.0",4287 "bytes 1.0.1",4288 "futures 0.3.16",4289 "libp2p-core",4290 "log",4291 "nohash-hasher",4292 "parking_lot 0.11.1",4293 "rand 0.7.3",4294 "smallvec 1.6.1",4295 "unsigned-varint 0.7.0",4296]42974298[[package]]4299name = "libp2p-noise"4300version = "0.30.0"4301source = "registry+https://github.com/rust-lang/crates.io-index"4302checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"4303dependencies = [4304 "bytes 1.0.1",4305 "curve25519-dalek 3.1.0",4306 "futures 0.3.16",4307 "lazy_static",4308 "libp2p-core",4309 "log",4310 "prost",4311 "prost-build",4312 "rand 0.7.3",4313 "sha2 0.9.5",4314 "snow",4315 "static_assertions",4316 "x25519-dalek",4317 "zeroize",4318]43194320[[package]]4321name = "libp2p-ping"4322version = "0.29.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1"4325dependencies = [4326 "futures 0.3.16",4327 "libp2p-core",4328 "libp2p-swarm",4329 "log",4330 "rand 0.7.3",4331 "void",4332 "wasm-timer",4333]43344335[[package]]4336name = "libp2p-plaintext"4337version = "0.28.0"4338source = "registry+https://github.com/rust-lang/crates.io-index"4339checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11"4340dependencies = [4341 "asynchronous-codec 0.6.0",4342 "bytes 1.0.1",4343 "futures 0.3.16",4344 "libp2p-core",4345 "log",4346 "prost",4347 "prost-build",4348 "unsigned-varint 0.7.0",4349 "void",4350]43514352[[package]]4353name = "libp2p-pnet"4354version = "0.20.0"4355source = "registry+https://github.com/rust-lang/crates.io-index"4356checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"4357dependencies = [4358 "futures 0.3.16",4359 "log",4360 "pin-project 1.0.8",4361 "rand 0.7.3",4362 "salsa20",4363 "sha3 0.9.1",4364]43654366[[package]]4367name = "libp2p-relay"4368version = "0.2.0"4369source = "registry+https://github.com/rust-lang/crates.io-index"4370checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d"4371dependencies = [4372 "asynchronous-codec 0.6.0",4373 "bytes 1.0.1",4374 "futures 0.3.16",4375 "futures-timer 3.0.2",4376 "libp2p-core",4377 "libp2p-swarm",4378 "log",4379 "pin-project 1.0.8",4380 "prost",4381 "prost-build",4382 "rand 0.7.3",4383 "smallvec 1.6.1",4384 "unsigned-varint 0.7.0",4385 "void",4386 "wasm-timer",4387]43884389[[package]]4390name = "libp2p-request-response"4391version = "0.11.0"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3"4394dependencies = [4395 "async-trait",4396 "bytes 1.0.1",4397 "futures 0.3.16",4398 "libp2p-core",4399 "libp2p-swarm",4400 "log",4401 "lru",4402 "minicbor",4403 "rand 0.7.3",4404 "smallvec 1.6.1",4405 "unsigned-varint 0.7.0",4406 "wasm-timer",4407]44084409[[package]]4410name = "libp2p-swarm"4411version = "0.29.0"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92"4414dependencies = [4415 "either",4416 "futures 0.3.16",4417 "libp2p-core",4418 "log",4419 "rand 0.7.3",4420 "smallvec 1.6.1",4421 "void",4422 "wasm-timer",4423]44244425[[package]]4426name = "libp2p-swarm-derive"4427version = "0.23.0"4428source = "registry+https://github.com/rust-lang/crates.io-index"4429checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed"4430dependencies = [4431 "quote",4432 "syn",4433]44344435[[package]]4436name = "libp2p-tcp"4437version = "0.28.0"4438source = "registry+https://github.com/rust-lang/crates.io-index"4439checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9"4440dependencies = [4441 "async-io",4442 "futures 0.3.16",4443 "futures-timer 3.0.2",4444 "if-watch",4445 "ipnet",4446 "libc",4447 "libp2p-core",4448 "log",4449 "socket2 0.4.0",4450]44514452[[package]]4453name = "libp2p-uds"4454version = "0.28.0"4455source = "registry+https://github.com/rust-lang/crates.io-index"4456checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5"4457dependencies = [4458 "async-std",4459 "futures 0.3.16",4460 "libp2p-core",4461 "log",4462]44634464[[package]]4465name = "libp2p-wasm-ext"4466version = "0.28.2"4467source = "registry+https://github.com/rust-lang/crates.io-index"4468checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de"4469dependencies = [4470 "futures 0.3.16",4471 "js-sys",4472 "libp2p-core",4473 "parity-send-wrapper",4474 "wasm-bindgen",4475 "wasm-bindgen-futures",4476]44774478[[package]]4479name = "libp2p-websocket"4480version = "0.29.0"4481source = "registry+https://github.com/rust-lang/crates.io-index"4482checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74"4483dependencies = [4484 "either",4485 "futures 0.3.16",4486 "futures-rustls",4487 "libp2p-core",4488 "log",4489 "quicksink",4490 "rw-stream-sink",4491 "soketto 0.4.2",4492 "url 2.2.2",4493 "webpki-roots",4494]44954496[[package]]4497name = "libp2p-yamux"4498version = "0.32.0"4499source = "registry+https://github.com/rust-lang/crates.io-index"4500checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4"4501dependencies = [4502 "futures 0.3.16",4503 "libp2p-core",4504 "parking_lot 0.11.1",4505 "thiserror",4506 "yamux",4507]45084509[[package]]4510name = "librocksdb-sys"4511version = "6.20.3"4512source = "registry+https://github.com/rust-lang/crates.io-index"4513checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4514dependencies = [4515 "bindgen",4516 "cc",4517 "glob",4518 "libc",4519]45204521[[package]]4522name = "libsecp256k1"4523version = "0.3.5"4524source = "registry+https://github.com/rust-lang/crates.io-index"4525checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4526dependencies = [4527 "arrayref",4528 "crunchy",4529 "digest 0.8.1",4530 "hmac-drbg 0.2.0",4531 "rand 0.7.3",4532 "sha2 0.8.2",4533 "subtle 2.4.1",4534 "typenum",4535]45364537[[package]]4538name = "libsecp256k1"4539version = "0.5.0"4540source = "registry+https://github.com/rust-lang/crates.io-index"4541checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"4542dependencies = [4543 "arrayref",4544 "base64 0.12.3",4545 "digest 0.9.0",4546 "hmac-drbg 0.3.0",4547 "libsecp256k1-core",4548 "libsecp256k1-gen-ecmult",4549 "libsecp256k1-gen-genmult",4550 "rand 0.7.3",4551 "serde",4552 "sha2 0.9.5",4553 "typenum",4554]45554556[[package]]4557name = "libsecp256k1-core"4558version = "0.2.2"4559source = "registry+https://github.com/rust-lang/crates.io-index"4560checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"4561dependencies = [4562 "crunchy",4563 "digest 0.9.0",4564 "subtle 2.4.1",4565]45664567[[package]]4568name = "libsecp256k1-gen-ecmult"4569version = "0.2.1"4570source = "registry+https://github.com/rust-lang/crates.io-index"4571checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4572dependencies = [4573 "libsecp256k1-core",4574]45754576[[package]]4577name = "libsecp256k1-gen-genmult"4578version = "0.2.1"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4581dependencies = [4582 "libsecp256k1-core",4583]45844585[[package]]4586name = "libz-sys"4587version = "1.1.3"4588source = "registry+https://github.com/rust-lang/crates.io-index"4589checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4590dependencies = [4591 "cc",4592 "pkg-config",4593 "vcpkg",4594]45954596[[package]]4597name = "linked-hash-map"4598version = "0.5.4"4599source = "registry+https://github.com/rust-lang/crates.io-index"4600checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"46014602[[package]]4603name = "linked_hash_set"4604version = "0.1.4"4605source = "registry+https://github.com/rust-lang/crates.io-index"4606checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4607dependencies = [4608 "linked-hash-map",4609]46104611[[package]]4612name = "linregress"4613version = "0.4.3"4614source = "registry+https://github.com/rust-lang/crates.io-index"4615checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395"4616dependencies = [4617 "nalgebra",4618 "statrs",4619]46204621[[package]]4622name = "lock_api"4623version = "0.3.4"4624source = "registry+https://github.com/rust-lang/crates.io-index"4625checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4626dependencies = [4627 "scopeguard",4628]46294630[[package]]4631name = "lock_api"4632version = "0.4.4"4633source = "registry+https://github.com/rust-lang/crates.io-index"4634checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"4635dependencies = [4636 "scopeguard",4637]46384639[[package]]4640name = "log"4641version = "0.4.14"4642source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4644dependencies = [4645 "cfg-if 1.0.0",4646 "value-bag",4647]46484649[[package]]4650name = "lru"4651version = "0.6.5"4652source = "registry+https://github.com/rust-lang/crates.io-index"4653checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"4654dependencies = [4655 "hashbrown 0.9.1",4656]46574658[[package]]4659name = "lru-cache"4660version = "0.1.2"4661source = "registry+https://github.com/rust-lang/crates.io-index"4662checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4663dependencies = [4664 "linked-hash-map",4665]46664667[[package]]4668name = "mach"4669version = "0.3.2"4670source = "registry+https://github.com/rust-lang/crates.io-index"4671checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4672dependencies = [4673 "libc",4674]46754676[[package]]4677name = "maplit"4678version = "1.0.2"4679source = "registry+https://github.com/rust-lang/crates.io-index"4680checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"46814682[[package]]4683name = "match_cfg"4684version = "0.1.0"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"46874688[[package]]4689name = "matchers"4690version = "0.0.1"4691source = "registry+https://github.com/rust-lang/crates.io-index"4692checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4693dependencies = [4694 "regex-automata",4695]46964697[[package]]4698name = "matches"4699version = "0.1.8"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"47024703[[package]]4704name = "matrixmultiply"4705version = "0.3.1"4706source = "registry+https://github.com/rust-lang/crates.io-index"4707checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4708dependencies = [4709 "rawpointer",4710]47114712[[package]]4713name = "max-encoded-len"4714version = "3.0.0"4715source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"4716dependencies = [4717 "impl-trait-for-tuples",4718 "max-encoded-len-derive",4719 "parity-scale-codec",4720 "primitive-types",4721]47224723[[package]]4724name = "max-encoded-len-derive"4725version = "3.0.0"4726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"4727dependencies = [4728 "proc-macro-crate 1.0.0",4729 "proc-macro2",4730 "quote",4731 "syn",4732]47334734[[package]]4735name = "maybe-uninit"4736version = "2.0.0"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"47394740[[package]]4741name = "memchr"4742version = "2.4.0"4743source = "registry+https://github.com/rust-lang/crates.io-index"4744checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"47454746[[package]]4747name = "memmap2"4748version = "0.2.3"4749source = "registry+https://github.com/rust-lang/crates.io-index"4750checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4751dependencies = [4752 "libc",4753]47544755[[package]]4756name = "memoffset"4757version = "0.5.6"4758source = "registry+https://github.com/rust-lang/crates.io-index"4759checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"4760dependencies = [4761 "autocfg",4762]47634764[[package]]4765name = "memoffset"4766version = "0.6.4"4767source = "registry+https://github.com/rust-lang/crates.io-index"4768checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4769dependencies = [4770 "autocfg",4771]47724773[[package]]4774name = "memory-db"4775version = "0.26.0"4776source = "registry+https://github.com/rust-lang/crates.io-index"4777checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"4778dependencies = [4779 "hash-db",4780 "hashbrown 0.9.1",4781 "parity-util-mem",4782]47834784[[package]]4785name = "memory-lru"4786version = "0.1.0"4787source = "registry+https://github.com/rust-lang/crates.io-index"4788checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4789dependencies = [4790 "lru",4791]47924793[[package]]4794name = "memory_units"4795version = "0.3.0"4796source = "registry+https://github.com/rust-lang/crates.io-index"4797checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"47984799[[package]]4800name = "merlin"4801version = "2.0.1"4802source = "registry+https://github.com/rust-lang/crates.io-index"4803checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4804dependencies = [4805 "byteorder",4806 "keccak",4807 "rand_core 0.5.1",4808 "zeroize",4809]48104811[[package]]4812name = "metered-channel"4813version = "0.1.0"4814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"4815dependencies = [4816 "derive_more",4817 "futures 0.3.16",4818 "futures-timer 3.0.2",4819]48204821[[package]]4822name = "mick-jaeger"4823version = "0.1.4"4824source = "registry+https://github.com/rust-lang/crates.io-index"4825checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4826dependencies = [4827 "futures 0.3.16",4828 "rand 0.7.3",4829 "thrift",4830]48314832[[package]]4833name = "minicbor"4834version = "0.8.1"4835source = "registry+https://github.com/rust-lang/crates.io-index"4836checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4837dependencies = [4838 "minicbor-derive",4839]48404841[[package]]4842name = "minicbor-derive"4843version = "0.6.4"4844source = "registry+https://github.com/rust-lang/crates.io-index"4845checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"4846dependencies = [4847 "proc-macro2",4848 "quote",4849 "syn",4850]48514852[[package]]4853name = "miniz_oxide"4854version = "0.4.4"4855source = "registry+https://github.com/rust-lang/crates.io-index"4856checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4857dependencies = [4858 "adler",4859 "autocfg",4860]48614862[[package]]4863name = "mio"4864version = "0.6.23"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4867dependencies = [4868 "cfg-if 0.1.10",4869 "fuchsia-zircon",4870 "fuchsia-zircon-sys",4871 "iovec",4872 "kernel32-sys",4873 "libc",4874 "log",4875 "miow 0.2.2",4876 "net2",4877 "slab",4878 "winapi 0.2.8",4879]48804881[[package]]4882name = "mio-extras"4883version = "2.0.6"4884source = "registry+https://github.com/rust-lang/crates.io-index"4885checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4886dependencies = [4887 "lazycell",4888 "log",4889 "mio",4890 "slab",4891]48924893[[package]]4894name = "mio-named-pipes"4895version = "0.1.7"4896source = "registry+https://github.com/rust-lang/crates.io-index"4897checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"4898dependencies = [4899 "log",4900 "mio",4901 "miow 0.3.7",4902 "winapi 0.3.9",4903]49044905[[package]]4906name = "mio-uds"4907version = "0.6.8"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"4910dependencies = [4911 "iovec",4912 "libc",4913 "mio",4914]49154916[[package]]4917name = "miow"4918version = "0.2.2"4919source = "registry+https://github.com/rust-lang/crates.io-index"4920checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4921dependencies = [4922 "kernel32-sys",4923 "net2",4924 "winapi 0.2.8",4925 "ws2_32-sys",4926]49274928[[package]]4929name = "miow"4930version = "0.3.7"4931source = "registry+https://github.com/rust-lang/crates.io-index"4932checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4933dependencies = [4934 "winapi 0.3.9",4935]49364937[[package]]4938name = "more-asserts"4939version = "0.2.1"4940source = "registry+https://github.com/rust-lang/crates.io-index"4941checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"49424943[[package]]4944name = "multibase"4945version = "0.8.0"4946source = "registry+https://github.com/rust-lang/crates.io-index"4947checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4948dependencies = [4949 "base-x",4950 "data-encoding",4951 "data-encoding-macro",4952]49534954[[package]]4955name = "multihash"4956version = "0.13.2"4957source = "registry+https://github.com/rust-lang/crates.io-index"4958checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4959dependencies = [4960 "blake2b_simd",4961 "blake2s_simd",4962 "blake3",4963 "digest 0.9.0",4964 "generic-array 0.14.4",4965 "multihash-derive",4966 "sha2 0.9.5",4967 "sha3 0.9.1",4968 "unsigned-varint 0.5.1",4969]49704971[[package]]4972name = "multihash-derive"4973version = "0.7.2"4974source = "registry+https://github.com/rust-lang/crates.io-index"4975checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4976dependencies = [4977 "proc-macro-crate 1.0.0",4978 "proc-macro-error",4979 "proc-macro2",4980 "quote",4981 "syn",4982 "synstructure",4983]49844985[[package]]4986name = "multimap"4987version = "0.8.3"4988source = "registry+https://github.com/rust-lang/crates.io-index"4989checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49904991[[package]]4992name = "multistream-select"4993version = "0.10.2"4994source = "registry+https://github.com/rust-lang/crates.io-index"4995checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"4996dependencies = [4997 "bytes 1.0.1",4998 "futures 0.3.16",4999 "log",5000 "pin-project 1.0.8",5001 "smallvec 1.6.1",5002 "unsigned-varint 0.7.0",5003]50045005[[package]]5006name = "nalgebra"5007version = "0.27.1"5008source = "registry+https://github.com/rust-lang/crates.io-index"5009checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5010dependencies = [5011 "approx",5012 "matrixmultiply",5013 "nalgebra-macros",5014 "num-complex",5015 "num-rational 0.4.0",5016 "num-traits",5017 "rand 0.8.4",5018 "rand_distr",5019 "simba",5020 "typenum",5021]50225023[[package]]5024name = "nalgebra-macros"5025version = "0.1.0"5026source = "registry+https://github.com/rust-lang/crates.io-index"5027checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5028dependencies = [5029 "proc-macro2",5030 "quote",5031 "syn",5032]50335034[[package]]5035name = "names"5036version = "0.11.0"5037source = "registry+https://github.com/rust-lang/crates.io-index"5038checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"5039dependencies = [5040 "rand 0.3.23",5041]50425043[[package]]5044name = "net2"5045version = "0.2.37"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5048dependencies = [5049 "cfg-if 0.1.10",5050 "libc",5051 "winapi 0.3.9",5052]50535054[[package]]5055name = "nft"5056version = "3.0.0"5057dependencies = [5058 "cumulus-client-cli",5059 "cumulus-client-collator",5060 "cumulus-client-consensus-aura",5061 "cumulus-client-consensus-common",5062 "cumulus-client-network",5063 "cumulus-client-service",5064 "cumulus-primitives-core",5065 "cumulus-primitives-parachain-inherent",5066 "fc-consensus",5067 "fc-db",5068 "fc-mapping-sync",5069 "fc-rpc",5070 "fc-rpc-core",5071 "flexi_logger",5072 "fp-rpc",5073 "frame-benchmarking",5074 "frame-benchmarking-cli",5075 "futures 0.3.16",5076 "jsonrpc-core 15.1.0",5077 "jsonrpc-pubsub 15.1.0",5078 "log",5079 "nft-data-structs",5080 "nft-rpc",5081 "nft-runtime",5082 "pallet-ethereum",5083 "pallet-transaction-payment-rpc",5084 "parity-scale-codec",5085 "parking_lot 0.10.2",5086 "polkadot-cli",5087 "polkadot-parachain",5088 "polkadot-primitives",5089 "polkadot-service",5090 "polkadot-test-service",5091 "sc-basic-authorship",5092 "sc-chain-spec",5093 "sc-cli",5094 "sc-client-api",5095 "sc-consensus",5096 "sc-consensus-aura",5097 "sc-executor",5098 "sc-finality-grandpa",5099 "sc-keystore",5100 "sc-network",5101 "sc-rpc",5102 "sc-rpc-api",5103 "sc-service",5104 "sc-telemetry",5105 "sc-tracing",5106 "sc-transaction-pool",5107 "serde",5108 "serde_json",5109 "sp-api",5110 "sp-block-builder",5111 "sp-blockchain",5112 "sp-consensus",5113 "sp-consensus-aura",5114 "sp-core",5115 "sp-finality-grandpa",5116 "sp-inherents",5117 "sp-keystore",5118 "sp-offchain",5119 "sp-runtime",5120 "sp-session",5121 "sp-timestamp",5122 "sp-transaction-pool",5123 "sp-trie",5124 "structopt",5125 "substrate-build-script-utils",5126 "substrate-frame-rpc-system",5127 "substrate-prometheus-endpoint",5128]51295130[[package]]5131name = "nft-data-structs"5132version = "0.9.0"5133dependencies = [5134 "derivative",5135 "frame-support",5136 "frame-system",5137 "max-encoded-len",5138 "parity-scale-codec",5139 "serde",5140 "sp-core",5141 "sp-runtime",5142 "sp-std",5143]51445145[[package]]5146name = "nft-rpc"5147version = "3.3.1"5148dependencies = [5149 "fc-db",5150 "fc-mapping-sync",5151 "fc-rpc",5152 "fc-rpc-core",5153 "fp-rpc",5154 "futures 0.3.16",5155 "jsonrpc-core 15.1.0",5156 "jsonrpc-pubsub 15.1.0",5157 "nft-runtime",5158 "pallet-ethereum",5159 "pallet-nft",5160 "pallet-transaction-payment-rpc",5161 "pallet-transaction-payment-rpc-runtime-api",5162 "sc-client-api",5163 "sc-consensus-aura",5164 "sc-consensus-epochs",5165 "sc-finality-grandpa",5166 "sc-finality-grandpa-rpc",5167 "sc-keystore",5168 "sc-network",5169 "sc-rpc",5170 "sc-rpc-api",5171 "sc-service",5172 "sc-transaction-graph",5173 "sc-transaction-pool",5174 "sp-api",5175 "sp-block-builder",5176 "sp-blockchain",5177 "sp-consensus",5178 "sp-consensus-aura",5179 "sp-core",5180 "sp-offchain",5181 "sp-runtime",5182 "sp-session",5183 "sp-storage",5184 "sp-transaction-pool",5185 "substrate-frame-rpc-system",5186 "tokio 0.2.25",5187]51885189[[package]]5190name = "nft-runtime"5191version = "3.0.0"5192dependencies = [5193 "cumulus-pallet-aura-ext",5194 "cumulus-pallet-dmp-queue",5195 "cumulus-pallet-parachain-system",5196 "cumulus-pallet-xcm",5197 "cumulus-pallet-xcmp-queue",5198 "cumulus-primitives-core",5199 "cumulus-primitives-timestamp",5200 "cumulus-primitives-utility",5201 "derivative",5202 "fp-rpc",5203 "frame-benchmarking",5204 "frame-executive",5205 "frame-support",5206 "frame-system",5207 "frame-system-benchmarking",5208 "frame-system-rpc-runtime-api",5209 "hex-literal",5210 "max-encoded-len",5211 "nft-data-structs",5212 "pallet-aura",5213 "pallet-balances",5214 "pallet-ethereum",5215 "pallet-evm",5216 "pallet-evm-coder-substrate",5217 "pallet-evm-contract-helpers",5218 "pallet-evm-migration",5219 "pallet-evm-transaction-payment",5220 "pallet-inflation",5221 "pallet-nft",5222 "pallet-nft-charge-transaction",5223 "pallet-nft-transaction-payment",5224 "pallet-randomness-collective-flip",5225 "pallet-scheduler 3.0.0",5226 "pallet-sudo",5227 "pallet-timestamp",5228 "pallet-transaction-payment",5229 "pallet-transaction-payment-rpc-runtime-api",5230 "pallet-treasury",5231 "pallet-vesting",5232 "pallet-xcm",5233 "parachain-info",5234 "parity-scale-codec",5235 "polkadot-parachain",5236 "serde",5237 "smallvec 1.6.1",5238 "sp-api",5239 "sp-arithmetic",5240 "sp-block-builder",5241 "sp-consensus-aura",5242 "sp-core",5243 "sp-inherents",5244 "sp-io",5245 "sp-offchain",5246 "sp-runtime",5247 "sp-session",5248 "sp-std",5249 "sp-transaction-pool",5250 "sp-version",5251 "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",5252 "xcm",5253 "xcm-builder",5254 "xcm-executor",5255]52565257[[package]]5258name = "nodrop"5259version = "0.1.14"5260source = "registry+https://github.com/rust-lang/crates.io-index"5261checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"52625263[[package]]5264name = "nohash-hasher"5265version = "0.2.0"5266source = "registry+https://github.com/rust-lang/crates.io-index"5267checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"52685269[[package]]5270name = "nom"5271version = "6.1.2"5272source = "registry+https://github.com/rust-lang/crates.io-index"5273checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"5274dependencies = [5275 "bitvec 0.19.5",5276 "funty",5277 "memchr",5278 "version_check",5279]52805281[[package]]5282name = "num-bigint"5283version = "0.2.6"5284source = "registry+https://github.com/rust-lang/crates.io-index"5285checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5286dependencies = [5287 "autocfg",5288 "num-integer",5289 "num-traits",5290]52915292[[package]]5293name = "num-complex"5294version = "0.4.0"5295source = "registry+https://github.com/rust-lang/crates.io-index"5296checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5297dependencies = [5298 "num-traits",5299]53005301[[package]]5302name = "num-integer"5303version = "0.1.44"5304source = "registry+https://github.com/rust-lang/crates.io-index"5305checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5306dependencies = [5307 "autocfg",5308 "num-traits",5309]53105311[[package]]5312name = "num-rational"5313version = "0.2.4"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5316dependencies = [5317 "autocfg",5318 "num-bigint",5319 "num-integer",5320 "num-traits",5321]53225323[[package]]5324name = "num-rational"5325version = "0.4.0"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5328dependencies = [5329 "autocfg",5330 "num-integer",5331 "num-traits",5332]53335334[[package]]5335name = "num-traits"5336version = "0.2.14"5337source = "registry+https://github.com/rust-lang/crates.io-index"5338checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5339dependencies = [5340 "autocfg",5341 "libm",5342]53435344[[package]]5345name = "num_cpus"5346version = "1.13.0"5347source = "registry+https://github.com/rust-lang/crates.io-index"5348checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"5349dependencies = [5350 "hermit-abi",5351 "libc",5352]53535354[[package]]5355name = "object"5356version = "0.24.0"5357source = "registry+https://github.com/rust-lang/crates.io-index"5358checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"5359dependencies = [5360 "crc32fast",5361 "indexmap",5362]53635364[[package]]5365name = "object"5366version = "0.26.0"5367source = "registry+https://github.com/rust-lang/crates.io-index"5368checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386"5369dependencies = [5370 "memchr",5371]53725373[[package]]5374name = "once_cell"5375version = "1.8.0"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"5378dependencies = [5379 "parking_lot 0.11.1",5380]53815382[[package]]5383name = "opaque-debug"5384version = "0.2.3"5385source = "registry+https://github.com/rust-lang/crates.io-index"5386checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53875388[[package]]5389name = "opaque-debug"5390version = "0.3.0"5391source = "registry+https://github.com/rust-lang/crates.io-index"5392checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53935394[[package]]5395name = "openssl-probe"5396version = "0.1.4"5397source = "registry+https://github.com/rust-lang/crates.io-index"5398checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"53995400[[package]]5401name = "ordered-float"5402version = "1.1.1"5403source = "registry+https://github.com/rust-lang/crates.io-index"5404checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5405dependencies = [5406 "num-traits",5407]54085409[[package]]5410name = "owning_ref"5411version = "0.4.1"5412source = "registry+https://github.com/rust-lang/crates.io-index"5413checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5414dependencies = [5415 "stable_deref_trait",5416]54175418[[package]]5419name = "pallet-aura"5420version = "3.0.0"5421source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5422dependencies = [5423 "frame-support",5424 "frame-system",5425 "pallet-session",5426 "pallet-timestamp",5427 "parity-scale-codec",5428 "sp-application-crypto",5429 "sp-consensus-aura",5430 "sp-runtime",5431 "sp-std",5432]54335434[[package]]5435name = "pallet-authority-discovery"5436version = "3.0.0"5437source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5438dependencies = [5439 "frame-support",5440 "frame-system",5441 "pallet-session",5442 "parity-scale-codec",5443 "sp-application-crypto",5444 "sp-authority-discovery",5445 "sp-runtime",5446 "sp-std",5447]54485449[[package]]5450name = "pallet-authorship"5451version = "3.0.0"5452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5453dependencies = [5454 "frame-support",5455 "frame-system",5456 "impl-trait-for-tuples",5457 "parity-scale-codec",5458 "sp-authorship",5459 "sp-runtime",5460 "sp-std",5461]54625463[[package]]5464name = "pallet-babe"5465version = "3.0.0"5466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5467dependencies = [5468 "frame-benchmarking",5469 "frame-support",5470 "frame-system",5471 "log",5472 "pallet-authorship",5473 "pallet-session",5474 "pallet-timestamp",5475 "parity-scale-codec",5476 "sp-application-crypto",5477 "sp-consensus-babe",5478 "sp-consensus-vrf",5479 "sp-io",5480 "sp-runtime",5481 "sp-session",5482 "sp-staking",5483 "sp-std",5484]54855486[[package]]5487name = "pallet-balances"5488version = "3.0.0"5489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5490dependencies = [5491 "frame-benchmarking",5492 "frame-support",5493 "frame-system",5494 "log",5495 "max-encoded-len",5496 "parity-scale-codec",5497 "sp-runtime",5498 "sp-std",5499]55005501[[package]]5502name = "pallet-beefy"5503version = "0.1.0"5504source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"5505dependencies = [5506 "beefy-primitives",5507 "frame-support",5508 "frame-system",5509 "pallet-session",5510 "parity-scale-codec",5511 "serde",5512 "sp-runtime",5513 "sp-std",5514]55155516[[package]]5517name = "pallet-bounties"5518version = "3.0.0"5519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5520dependencies = [5521 "frame-benchmarking",5522 "frame-support",5523 "frame-system",5524 "pallet-treasury",5525 "parity-scale-codec",5526 "sp-runtime",5527 "sp-std",5528]55295530[[package]]5531name = "pallet-bridge-grandpa"5532version = "0.1.0"5533source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"5534dependencies = [5535 "bp-header-chain",5536 "bp-runtime",5537 "bp-test-utils",5538 "finality-grandpa",5539 "frame-support",5540 "frame-system",5541 "log",5542 "num-traits",5543 "parity-scale-codec",5544 "serde",5545 "sp-finality-grandpa",5546 "sp-runtime",5547 "sp-std",5548 "sp-trie",5549]55505551[[package]]5552name = "pallet-collective"5553version = "3.0.0"5554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5555dependencies = [5556 "frame-benchmarking",5557 "frame-support",5558 "frame-system",5559 "log",5560 "parity-scale-codec",5561 "sp-core",5562 "sp-io",5563 "sp-runtime",5564 "sp-std",5565]55665567[[package]]5568name = "pallet-contract-helpers"5569version = "0.1.0"5570dependencies = [5571 "frame-support",5572 "frame-system",5573 "pallet-contracts",5574 "parity-scale-codec",5575 "sp-runtime",5576 "sp-std",5577 "up-sponsorship",5578]55795580[[package]]5581name = "pallet-contracts"5582version = "3.0.0"5583source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5584dependencies = [5585 "bitflags",5586 "frame-support",5587 "frame-system",5588 "log",5589 "pallet-contracts-primitives",5590 "pallet-contracts-proc-macro",5591 "parity-scale-codec",5592 "pwasm-utils",5593 "serde",5594 "smallvec 1.6.1",5595 "sp-core",5596 "sp-io",5597 "sp-runtime",5598 "sp-sandbox",5599 "sp-std",5600 "wasmi-validation",5601]56025603[[package]]5604name = "pallet-contracts-primitives"5605version = "3.0.0"5606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5607dependencies = [5608 "bitflags",5609 "parity-scale-codec",5610 "serde",5611 "sp-core",5612 "sp-runtime",5613 "sp-std",5614]56155616[[package]]5617name = "pallet-contracts-proc-macro"5618version = "3.0.0"5619source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5620dependencies = [5621 "proc-macro2",5622 "quote",5623 "syn",5624]56255626[[package]]5627name = "pallet-democracy"5628version = "3.0.0"5629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5630dependencies = [5631 "frame-benchmarking",5632 "frame-support",5633 "frame-system",5634 "parity-scale-codec",5635 "serde",5636 "sp-io",5637 "sp-runtime",5638 "sp-std",5639]56405641[[package]]5642name = "pallet-election-provider-multi-phase"5643version = "3.0.0"5644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5645dependencies = [5646 "frame-benchmarking",5647 "frame-election-provider-support",5648 "frame-support",5649 "frame-system",5650 "log",5651 "parity-scale-codec",5652 "rand 0.7.3",5653 "sp-arithmetic",5654 "sp-core",5655 "sp-io",5656 "sp-npos-elections",5657 "sp-runtime",5658 "sp-std",5659 "static_assertions",5660]56615662[[package]]5663name = "pallet-elections-phragmen"5664version = "4.0.0"5665source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5666dependencies = [5667 "frame-benchmarking",5668 "frame-support",5669 "frame-system",5670 "log",5671 "parity-scale-codec",5672 "sp-core",5673 "sp-io",5674 "sp-npos-elections",5675 "sp-runtime",5676 "sp-std",5677]56785679[[package]]5680name = "pallet-ethereum"5681version = "3.0.0-dev"5682source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"5683dependencies = [5684 "ethereum",5685 "ethereum-types",5686 "evm",5687 "fp-consensus",5688 "fp-evm",5689 "fp-rpc",5690 "fp-storage",5691 "frame-support",5692 "frame-system",5693 "libsecp256k1 0.5.0",5694 "pallet-balances",5695 "pallet-evm",5696 "pallet-timestamp",5697 "parity-scale-codec",5698 "rlp",5699 "rustc-hex",5700 "serde",5701 "sha3 0.8.2",5702 "sp-io",5703 "sp-runtime",5704 "sp-std",5705]57065707[[package]]5708name = "pallet-evm"5709version = "5.0.0-dev"5710source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"5711dependencies = [5712 "evm",5713 "evm-gasometer",5714 "evm-runtime",5715 "fp-evm",5716 "frame-benchmarking",5717 "frame-support",5718 "frame-system",5719 "hex",5720 "impl-trait-for-tuples",5721 "log",5722 "pallet-balances",5723 "pallet-timestamp",5724 "parity-scale-codec",5725 "primitive-types",5726 "rlp",5727 "serde",5728 "sha3 0.8.2",5729 "sp-core",5730 "sp-io",5731 "sp-runtime",5732 "sp-std",5733]57345735[[package]]5736name = "pallet-evm-coder-substrate"5737version = "0.1.0"5738dependencies = [5739 "ethereum",5740 "evm-coder",5741 "frame-support",5742 "frame-system",5743 "pallet-ethereum",5744 "pallet-evm",5745 "parity-scale-codec",5746 "sp-core",5747 "sp-std",5748]57495750[[package]]5751name = "pallet-evm-contract-helpers"5752version = "0.1.0"5753dependencies = [5754 "evm-coder",5755 "frame-support",5756 "frame-system",5757 "log",5758 "pallet-evm",5759 "pallet-evm-coder-substrate",5760 "parity-scale-codec",5761 "sp-core",5762 "sp-runtime",5763 "sp-std",5764 "up-sponsorship",5765]57665767[[package]]5768name = "pallet-evm-migration"5769version = "0.1.0"5770dependencies = [5771 "fp-evm",5772 "frame-benchmarking",5773 "frame-support",5774 "frame-system",5775 "pallet-evm",5776 "parity-scale-codec",5777 "sp-core",5778 "sp-io",5779 "sp-runtime",5780 "sp-std",5781]57825783[[package]]5784name = "pallet-evm-transaction-payment"5785version = "0.1.0"5786dependencies = [5787 "fp-evm",5788 "frame-support",5789 "frame-system",5790 "pallet-ethereum",5791 "pallet-evm",5792 "parity-scale-codec",5793 "sp-core",5794 "sp-io",5795 "sp-runtime",5796 "sp-std",5797 "up-sponsorship",5798]57995800[[package]]5801name = "pallet-gilt"5802version = "3.0.0"5803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5804dependencies = [5805 "frame-benchmarking",5806 "frame-support",5807 "frame-system",5808 "parity-scale-codec",5809 "sp-arithmetic",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-grandpa"5816version = "3.1.0"5817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5818dependencies = [5819 "frame-benchmarking",5820 "frame-support",5821 "frame-system",5822 "log",5823 "pallet-authorship",5824 "pallet-session",5825 "parity-scale-codec",5826 "sp-application-crypto",5827 "sp-core",5828 "sp-finality-grandpa",5829 "sp-io",5830 "sp-runtime",5831 "sp-session",5832 "sp-staking",5833 "sp-std",5834]58355836[[package]]5837name = "pallet-identity"5838version = "3.0.0"5839source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5840dependencies = [5841 "enumflags2",5842 "frame-benchmarking",5843 "frame-support",5844 "frame-system",5845 "parity-scale-codec",5846 "sp-io",5847 "sp-runtime",5848 "sp-std",5849]58505851[[package]]5852name = "pallet-im-online"5853version = "3.0.0"5854source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5855dependencies = [5856 "frame-benchmarking",5857 "frame-support",5858 "frame-system",5859 "log",5860 "pallet-authorship",5861 "parity-scale-codec",5862 "sp-application-crypto",5863 "sp-core",5864 "sp-io",5865 "sp-runtime",5866 "sp-staking",5867 "sp-std",5868]58695870[[package]]5871name = "pallet-indices"5872version = "3.0.0"5873source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5874dependencies = [5875 "frame-benchmarking",5876 "frame-support",5877 "frame-system",5878 "parity-scale-codec",5879 "sp-core",5880 "sp-io",5881 "sp-keyring",5882 "sp-runtime",5883 "sp-std",5884]58855886[[package]]5887name = "pallet-inflation"5888version = "3.0.0"5889dependencies = [5890 "frame-benchmarking",5891 "frame-support",5892 "frame-system",5893 "pallet-balances",5894 "pallet-randomness-collective-flip",5895 "pallet-timestamp",5896 "parity-scale-codec",5897 "serde",5898 "sp-core",5899 "sp-io",5900 "sp-runtime",5901 "sp-std",5902]59035904[[package]]5905name = "pallet-membership"5906version = "3.0.0"5907source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5908dependencies = [5909 "frame-benchmarking",5910 "frame-support",5911 "frame-system",5912 "log",5913 "parity-scale-codec",5914 "sp-io",5915 "sp-runtime",5916 "sp-std",5917]59185919[[package]]5920name = "pallet-mmr"5921version = "3.0.0"5922source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5923dependencies = [5924 "ckb-merkle-mountain-range",5925 "frame-benchmarking",5926 "frame-support",5927 "frame-system",5928 "pallet-mmr-primitives",5929 "parity-scale-codec",5930 "sp-core",5931 "sp-io",5932 "sp-runtime",5933 "sp-std",5934]59355936[[package]]5937name = "pallet-mmr-primitives"5938version = "3.0.0"5939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5940dependencies = [5941 "frame-support",5942 "frame-system",5943 "log",5944 "parity-scale-codec",5945 "serde",5946 "sp-api",5947 "sp-core",5948 "sp-runtime",5949 "sp-std",5950]59515952[[package]]5953name = "pallet-mmr-rpc"5954version = "3.0.0"5955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5956dependencies = [5957 "jsonrpc-core 15.1.0",5958 "jsonrpc-core-client 15.1.0",5959 "jsonrpc-derive 15.1.0",5960 "pallet-mmr-primitives",5961 "parity-scale-codec",5962 "serde",5963 "sp-api",5964 "sp-blockchain",5965 "sp-core",5966 "sp-rpc",5967 "sp-runtime",5968]59695970[[package]]5971name = "pallet-multisig"5972version = "3.0.0"5973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5974dependencies = [5975 "frame-benchmarking",5976 "frame-support",5977 "frame-system",5978 "parity-scale-codec",5979 "sp-core",5980 "sp-io",5981 "sp-runtime",5982 "sp-std",5983]59845985[[package]]5986name = "pallet-nft"5987version = "3.0.0"5988dependencies = [5989 "ethereum",5990 "evm-coder",5991 "fp-evm",5992 "frame-benchmarking",5993 "frame-support",5994 "frame-system",5995 "hex-literal",5996 "nft-data-structs",5997 "pallet-balances",5998 "pallet-ethereum",5999 "pallet-evm",6000 "pallet-evm-coder-substrate",6001 "pallet-randomness-collective-flip",6002 "pallet-timestamp",6003 "pallet-transaction-payment",6004 "parity-scale-codec",6005 "primitive-types",6006 "rlp",6007 "serde",6008 "sp-api",6009 "sp-core",6010 "sp-io",6011 "sp-runtime",6012 "sp-std",6013 "up-sponsorship",6014]60156016[[package]]6017name = "pallet-nft-charge-transaction"6018version = "3.0.0"6019dependencies = [6020 "frame-benchmarking",6021 "frame-support",6022 "frame-system",6023 "pallet-balances",6024 "pallet-nft-transaction-payment",6025 "pallet-transaction-payment",6026 "parity-scale-codec",6027 "serde",6028 "sp-core",6029 "sp-io",6030 "sp-runtime",6031 "sp-std",6032]60336034[[package]]6035name = "pallet-nft-transaction-payment"6036version = "3.0.0"6037dependencies = [6038 "frame-benchmarking",6039 "frame-support",6040 "frame-system",6041 "pallet-transaction-payment",6042 "parity-scale-codec",6043 "serde",6044 "sp-core",6045 "sp-io",6046 "sp-runtime",6047 "sp-std",6048 "up-sponsorship",6049]60506051[[package]]6052name = "pallet-nicks"6053version = "3.0.0"6054source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6055dependencies = [6056 "frame-support",6057 "frame-system",6058 "parity-scale-codec",6059 "sp-io",6060 "sp-runtime",6061 "sp-std",6062]60636064[[package]]6065name = "pallet-offences"6066version = "3.0.0"6067source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6068dependencies = [6069 "frame-support",6070 "frame-system",6071 "log",6072 "pallet-balances",6073 "parity-scale-codec",6074 "serde",6075 "sp-runtime",6076 "sp-staking",6077 "sp-std",6078]60796080[[package]]6081name = "pallet-offences-benchmarking"6082version = "3.0.0"6083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6084dependencies = [6085 "frame-benchmarking",6086 "frame-election-provider-support",6087 "frame-support",6088 "frame-system",6089 "pallet-babe",6090 "pallet-balances",6091 "pallet-grandpa",6092 "pallet-im-online",6093 "pallet-offences",6094 "pallet-session",6095 "pallet-staking",6096 "parity-scale-codec",6097 "sp-runtime",6098 "sp-staking",6099 "sp-std",6100]61016102[[package]]6103name = "pallet-proxy"6104version = "3.0.0"6105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6106dependencies = [6107 "frame-benchmarking",6108 "frame-support",6109 "frame-system",6110 "max-encoded-len",6111 "parity-scale-codec",6112 "sp-core",6113 "sp-io",6114 "sp-runtime",6115 "sp-std",6116]61176118[[package]]6119name = "pallet-randomness-collective-flip"6120version = "3.0.0"6121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6122dependencies = [6123 "frame-support",6124 "frame-system",6125 "parity-scale-codec",6126 "safe-mix",6127 "sp-runtime",6128 "sp-std",6129]61306131[[package]]6132name = "pallet-recovery"6133version = "3.0.0"6134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6135dependencies = [6136 "enumflags2",6137 "frame-support",6138 "frame-system",6139 "parity-scale-codec",6140 "sp-io",6141 "sp-runtime",6142 "sp-std",6143]61446145[[package]]6146name = "pallet-scheduler"6147version = "3.0.0"6148dependencies = [6149 "frame-benchmarking",6150 "frame-support",6151 "frame-system",6152 "log",6153 "parity-scale-codec",6154 "serde",6155 "sp-core",6156 "sp-io",6157 "sp-runtime",6158 "sp-std",6159 "substrate-test-utils",6160 "up-sponsorship",6161]61626163[[package]]6164name = "pallet-scheduler"6165version = "3.0.0"6166source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6167dependencies = [6168 "frame-benchmarking",6169 "frame-support",6170 "frame-system",6171 "log",6172 "parity-scale-codec",6173 "sp-io",6174 "sp-runtime",6175 "sp-std",6176]61776178[[package]]6179name = "pallet-session"6180version = "3.0.0"6181source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6182dependencies = [6183 "frame-support",6184 "frame-system",6185 "impl-trait-for-tuples",6186 "log",6187 "pallet-timestamp",6188 "parity-scale-codec",6189 "sp-core",6190 "sp-io",6191 "sp-runtime",6192 "sp-session",6193 "sp-staking",6194 "sp-std",6195 "sp-trie",6196]61976198[[package]]6199name = "pallet-session-benchmarking"6200version = "3.0.0"6201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6202dependencies = [6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "pallet-session",6207 "pallet-staking",6208 "rand 0.7.3",6209 "sp-runtime",6210 "sp-session",6211 "sp-std",6212]62136214[[package]]6215name = "pallet-society"6216version = "3.0.0"6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6218dependencies = [6219 "frame-support",6220 "frame-system",6221 "parity-scale-codec",6222 "rand_chacha 0.2.2",6223 "sp-runtime",6224 "sp-std",6225]62266227[[package]]6228name = "pallet-staking"6229version = "3.0.0"6230source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6231dependencies = [6232 "frame-benchmarking",6233 "frame-election-provider-support",6234 "frame-support",6235 "frame-system",6236 "log",6237 "pallet-authorship",6238 "pallet-session",6239 "parity-scale-codec",6240 "paste",6241 "rand_chacha 0.2.2",6242 "serde",6243 "sp-application-crypto",6244 "sp-io",6245 "sp-runtime",6246 "sp-staking",6247 "sp-std",6248 "static_assertions",6249]62506251[[package]]6252name = "pallet-staking-reward-curve"6253version = "3.0.0"6254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6255dependencies = [6256 "proc-macro-crate 1.0.0",6257 "proc-macro2",6258 "quote",6259 "syn",6260]62616262[[package]]6263name = "pallet-staking-reward-fn"6264version = "3.0.0"6265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6266dependencies = [6267 "log",6268 "sp-arithmetic",6269]62706271[[package]]6272name = "pallet-sudo"6273version = "3.0.0"6274source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6275dependencies = [6276 "frame-support",6277 "frame-system",6278 "parity-scale-codec",6279 "sp-io",6280 "sp-runtime",6281 "sp-std",6282]62836284[[package]]6285name = "pallet-timestamp"6286version = "3.0.0"6287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6288dependencies = [6289 "frame-benchmarking",6290 "frame-support",6291 "frame-system",6292 "impl-trait-for-tuples",6293 "log",6294 "parity-scale-codec",6295 "sp-inherents",6296 "sp-io",6297 "sp-runtime",6298 "sp-std",6299 "sp-timestamp",6300]63016302[[package]]6303name = "pallet-tips"6304version = "3.0.0"6305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6306dependencies = [6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "pallet-treasury",6311 "parity-scale-codec",6312 "serde",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-transaction-payment"6319version = "3.0.0"6320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6321dependencies = [6322 "frame-support",6323 "frame-system",6324 "parity-scale-codec",6325 "serde",6326 "smallvec 1.6.1",6327 "sp-core",6328 "sp-io",6329 "sp-runtime",6330 "sp-std",6331]63326333[[package]]6334name = "pallet-transaction-payment-rpc"6335version = "3.0.0"6336source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6337dependencies = [6338 "jsonrpc-core 15.1.0",6339 "jsonrpc-core-client 15.1.0",6340 "jsonrpc-derive 15.1.0",6341 "pallet-transaction-payment-rpc-runtime-api",6342 "parity-scale-codec",6343 "sp-api",6344 "sp-blockchain",6345 "sp-core",6346 "sp-rpc",6347 "sp-runtime",6348]63496350[[package]]6351name = "pallet-transaction-payment-rpc-runtime-api"6352version = "3.0.0"6353source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6354dependencies = [6355 "pallet-transaction-payment",6356 "parity-scale-codec",6357 "sp-api",6358 "sp-runtime",6359]63606361[[package]]6362name = "pallet-treasury"6363version = "3.0.0"6364source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6365dependencies = [6366 "frame-benchmarking",6367 "frame-support",6368 "frame-system",6369 "impl-trait-for-tuples",6370 "pallet-balances",6371 "parity-scale-codec",6372 "serde",6373 "sp-runtime",6374 "sp-std",6375]63766377[[package]]6378name = "pallet-utility"6379version = "3.0.0"6380source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6381dependencies = [6382 "frame-benchmarking",6383 "frame-support",6384 "frame-system",6385 "parity-scale-codec",6386 "sp-core",6387 "sp-io",6388 "sp-runtime",6389 "sp-std",6390]63916392[[package]]6393name = "pallet-vesting"6394version = "3.0.0"6395source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6396dependencies = [6397 "enumflags2",6398 "frame-benchmarking",6399 "frame-support",6400 "frame-system",6401 "parity-scale-codec",6402 "sp-runtime",6403 "sp-std",6404]64056406[[package]]6407name = "pallet-xcm"6408version = "0.1.0"6409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6410dependencies = [6411 "frame-support",6412 "frame-system",6413 "parity-scale-codec",6414 "serde",6415 "sp-runtime",6416 "sp-std",6417 "xcm",6418 "xcm-executor",6419]64206421[[package]]6422name = "parachain-info"6423version = "0.1.0"6424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"6425dependencies = [6426 "cumulus-primitives-core",6427 "frame-support",6428 "frame-system",6429 "parity-scale-codec",6430 "serde",6431]64326433[[package]]6434name = "parity-db"6435version = "0.2.4"6436source = "registry+https://github.com/rust-lang/crates.io-index"6437checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47"6438dependencies = [6439 "blake2-rfc",6440 "crc32fast",6441 "fs2",6442 "hex",6443 "libc",6444 "log",6445 "memmap2",6446 "parking_lot 0.11.1",6447 "rand 0.8.4",6448]64496450[[package]]6451name = "parity-multiaddr"6452version = "0.11.2"6453source = "registry+https://github.com/rust-lang/crates.io-index"6454checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4"6455dependencies = [6456 "arrayref",6457 "bs58",6458 "byteorder",6459 "data-encoding",6460 "multihash",6461 "percent-encoding 2.1.0",6462 "serde",6463 "static_assertions",6464 "unsigned-varint 0.7.0",6465 "url 2.2.2",6466]64676468[[package]]6469name = "parity-scale-codec"6470version = "2.2.0"6471source = "registry+https://github.com/rust-lang/crates.io-index"6472checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9"6473dependencies = [6474 "arrayvec 0.7.1",6475 "bitvec 0.20.4",6476 "byte-slice-cast",6477 "impl-trait-for-tuples",6478 "parity-scale-codec-derive",6479 "serde",6480]64816482[[package]]6483name = "parity-scale-codec-derive"6484version = "2.2.0"6485source = "registry+https://github.com/rust-lang/crates.io-index"6486checksum = "40dbbfef7f0a1143c5b06e0d76a6278e25dac0bc1af4be51a0fbb73f07e7ad09"6487dependencies = [6488 "proc-macro-crate 1.0.0",6489 "proc-macro2",6490 "quote",6491 "syn",6492]64936494[[package]]6495name = "parity-send-wrapper"6496version = "0.1.0"6497source = "registry+https://github.com/rust-lang/crates.io-index"6498checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"64996500[[package]]6501name = "parity-tokio-ipc"6502version = "0.4.0"6503source = "registry+https://github.com/rust-lang/crates.io-index"6504checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6505dependencies = [6506 "bytes 0.4.12",6507 "futures 0.1.31",6508 "libc",6509 "log",6510 "mio-named-pipes",6511 "miow 0.3.7",6512 "rand 0.7.3",6513 "tokio 0.1.22",6514 "tokio-named-pipes",6515 "tokio-uds",6516 "winapi 0.3.9",6517]65186519[[package]]6520name = "parity-util-mem"6521version = "0.9.0"6522source = "registry+https://github.com/rust-lang/crates.io-index"6523checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42"6524dependencies = [6525 "cfg-if 1.0.0",6526 "ethereum-types",6527 "hashbrown 0.9.1",6528 "impl-trait-for-tuples",6529 "lru",6530 "parity-util-mem-derive",6531 "parking_lot 0.11.1",6532 "primitive-types",6533 "smallvec 1.6.1",6534 "winapi 0.3.9",6535]65366537[[package]]6538name = "parity-util-mem-derive"6539version = "0.1.0"6540source = "registry+https://github.com/rust-lang/crates.io-index"6541checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6542dependencies = [6543 "proc-macro2",6544 "syn",6545 "synstructure",6546]65476548[[package]]6549name = "parity-wasm"6550version = "0.32.0"6551source = "registry+https://github.com/rust-lang/crates.io-index"6552checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6553dependencies = [6554 "byteorder",6555]65566557[[package]]6558name = "parity-wasm"6559version = "0.42.2"6560source = "registry+https://github.com/rust-lang/crates.io-index"6561checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"65626563[[package]]6564name = "parity-ws"6565version = "0.10.1"6566source = "registry+https://github.com/rust-lang/crates.io-index"6567checksum = "322d72dfe461b8b9e367d057ceace105379d64d5b03907d23c481ccf3fbf8aa4"6568dependencies = [6569 "byteorder",6570 "bytes 0.4.12",6571 "httparse",6572 "log",6573 "mio",6574 "mio-extras",6575 "rand 0.7.3",6576 "sha-1 0.8.2",6577 "slab",6578 "url 2.2.2",6579]65806581[[package]]6582name = "parking"6583version = "2.0.0"6584source = "registry+https://github.com/rust-lang/crates.io-index"6585checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"65866587[[package]]6588name = "parking_lot"6589version = "0.9.0"6590source = "registry+https://github.com/rust-lang/crates.io-index"6591checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"6592dependencies = [6593 "lock_api 0.3.4",6594 "parking_lot_core 0.6.2",6595 "rustc_version 0.2.3",6596]65976598[[package]]6599name = "parking_lot"6600version = "0.10.2"6601source = "registry+https://github.com/rust-lang/crates.io-index"6602checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6603dependencies = [6604 "lock_api 0.3.4",6605 "parking_lot_core 0.7.2",6606]66076608[[package]]6609name = "parking_lot"6610version = "0.11.1"6611source = "registry+https://github.com/rust-lang/crates.io-index"6612checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"6613dependencies = [6614 "instant",6615 "lock_api 0.4.4",6616 "parking_lot_core 0.8.3",6617]66186619[[package]]6620name = "parking_lot_core"6621version = "0.6.2"6622source = "registry+https://github.com/rust-lang/crates.io-index"6623checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6624dependencies = [6625 "cfg-if 0.1.10",6626 "cloudabi",6627 "libc",6628 "redox_syscall 0.1.57",6629 "rustc_version 0.2.3",6630 "smallvec 0.6.14",6631 "winapi 0.3.9",6632]66336634[[package]]6635name = "parking_lot_core"6636version = "0.7.2"6637source = "registry+https://github.com/rust-lang/crates.io-index"6638checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6639dependencies = [6640 "cfg-if 0.1.10",6641 "cloudabi",6642 "libc",6643 "redox_syscall 0.1.57",6644 "smallvec 1.6.1",6645 "winapi 0.3.9",6646]66476648[[package]]6649name = "parking_lot_core"6650version = "0.8.3"6651source = "registry+https://github.com/rust-lang/crates.io-index"6652checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"6653dependencies = [6654 "cfg-if 1.0.0",6655 "instant",6656 "libc",6657 "redox_syscall 0.2.9",6658 "smallvec 1.6.1",6659 "winapi 0.3.9",6660]66616662[[package]]6663name = "paste"6664version = "1.0.5"6665source = "registry+https://github.com/rust-lang/crates.io-index"6666checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"66676668[[package]]6669name = "pbkdf2"6670version = "0.3.0"6671source = "registry+https://github.com/rust-lang/crates.io-index"6672checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"6673dependencies = [6674 "byteorder",6675 "crypto-mac 0.7.0",6676]66776678[[package]]6679name = "pbkdf2"6680version = "0.4.0"6681source = "registry+https://github.com/rust-lang/crates.io-index"6682checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6683dependencies = [6684 "crypto-mac 0.8.0",6685]66866687[[package]]6688name = "pdqselect"6689version = "0.1.0"6690source = "registry+https://github.com/rust-lang/crates.io-index"6691checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"66926693[[package]]6694name = "peeking_take_while"6695version = "0.1.2"6696source = "registry+https://github.com/rust-lang/crates.io-index"6697checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"66986699[[package]]6700name = "percent-encoding"6701version = "1.0.1"6702source = "registry+https://github.com/rust-lang/crates.io-index"6703checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"67046705[[package]]6706name = "percent-encoding"6707version = "2.1.0"6708source = "registry+https://github.com/rust-lang/crates.io-index"6709checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"67106711[[package]]6712name = "pest"6713version = "2.1.3"6714source = "registry+https://github.com/rust-lang/crates.io-index"6715checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6716dependencies = [6717 "ucd-trie",6718]67196720[[package]]6721name = "pest_derive"6722version = "2.1.0"6723source = "registry+https://github.com/rust-lang/crates.io-index"6724checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6725dependencies = [6726 "pest",6727 "pest_generator",6728]67296730[[package]]6731name = "pest_generator"6732version = "2.1.3"6733source = "registry+https://github.com/rust-lang/crates.io-index"6734checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6735dependencies = [6736 "pest",6737 "pest_meta",6738 "proc-macro2",6739 "quote",6740 "syn",6741]67426743[[package]]6744name = "pest_meta"6745version = "2.1.3"6746source = "registry+https://github.com/rust-lang/crates.io-index"6747checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6748dependencies = [6749 "maplit",6750 "pest",6751 "sha-1 0.8.2",6752]67536754[[package]]6755name = "petgraph"6756version = "0.5.1"6757source = "registry+https://github.com/rust-lang/crates.io-index"6758checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6759dependencies = [6760 "fixedbitset",6761 "indexmap",6762]67636764[[package]]6765name = "pin-project"6766version = "0.4.28"6767source = "registry+https://github.com/rust-lang/crates.io-index"6768checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6769dependencies = [6770 "pin-project-internal 0.4.28",6771]67726773[[package]]6774name = "pin-project"6775version = "1.0.8"6776source = "registry+https://github.com/rust-lang/crates.io-index"6777checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"6778dependencies = [6779 "pin-project-internal 1.0.8",6780]67816782[[package]]6783name = "pin-project-internal"6784version = "0.4.28"6785source = "registry+https://github.com/rust-lang/crates.io-index"6786checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6787dependencies = [6788 "proc-macro2",6789 "quote",6790 "syn",6791]67926793[[package]]6794name = "pin-project-internal"6795version = "1.0.8"6796source = "registry+https://github.com/rust-lang/crates.io-index"6797checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"6798dependencies = [6799 "proc-macro2",6800 "quote",6801 "syn",6802]68036804[[package]]6805name = "pin-project-lite"6806version = "0.1.12"6807source = "registry+https://github.com/rust-lang/crates.io-index"6808checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"68096810[[package]]6811name = "pin-project-lite"6812version = "0.2.7"6813source = "registry+https://github.com/rust-lang/crates.io-index"6814checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"68156816[[package]]6817name = "pin-utils"6818version = "0.1.0"6819source = "registry+https://github.com/rust-lang/crates.io-index"6820checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"68216822[[package]]6823name = "pkg-config"6824version = "0.3.19"6825source = "registry+https://github.com/rust-lang/crates.io-index"6826checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"68276828[[package]]6829name = "platforms"6830version = "1.1.0"6831source = "registry+https://github.com/rust-lang/crates.io-index"6832checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"68336834[[package]]6835name = "polkadot-approval-distribution"6836version = "0.1.0"6837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6838dependencies = [6839 "futures 0.3.16",6840 "polkadot-node-network-protocol",6841 "polkadot-node-primitives",6842 "polkadot-node-subsystem",6843 "polkadot-node-subsystem-util",6844 "polkadot-primitives",6845 "tracing",6846]68476848[[package]]6849name = "polkadot-availability-bitfield-distribution"6850version = "0.1.0"6851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6852dependencies = [6853 "futures 0.3.16",6854 "polkadot-node-network-protocol",6855 "polkadot-node-subsystem",6856 "polkadot-node-subsystem-util",6857 "polkadot-primitives",6858 "tracing",6859]68606861[[package]]6862name = "polkadot-availability-distribution"6863version = "0.1.0"6864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6865dependencies = [6866 "futures 0.3.16",6867 "lru",6868 "parity-scale-codec",6869 "polkadot-erasure-coding",6870 "polkadot-node-core-runtime-api",6871 "polkadot-node-network-protocol",6872 "polkadot-node-primitives",6873 "polkadot-node-subsystem",6874 "polkadot-node-subsystem-util",6875 "polkadot-primitives",6876 "rand 0.8.4",6877 "sp-application-crypto",6878 "sp-core",6879 "sp-keystore",6880 "thiserror",6881 "tracing",6882]68836884[[package]]6885name = "polkadot-availability-recovery"6886version = "0.1.0"6887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6888dependencies = [6889 "futures 0.3.16",6890 "lru",6891 "parity-scale-codec",6892 "polkadot-erasure-coding",6893 "polkadot-node-network-protocol",6894 "polkadot-node-primitives",6895 "polkadot-node-subsystem",6896 "polkadot-node-subsystem-util",6897 "polkadot-primitives",6898 "rand 0.8.4",6899 "thiserror",6900 "tracing",6901]69026903[[package]]6904name = "polkadot-cli"6905version = "0.9.8"6906source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6907dependencies = [6908 "frame-benchmarking-cli",6909 "futures 0.3.16",6910 "log",6911 "polkadot-node-core-pvf",6912 "polkadot-service",6913 "sc-cli",6914 "sc-service",6915 "sp-core",6916 "sp-trie",6917 "structopt",6918 "substrate-build-script-utils",6919 "thiserror",6920 "try-runtime-cli",6921]69226923[[package]]6924name = "polkadot-client"6925version = "0.9.8"6926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6927dependencies = [6928 "beefy-primitives",6929 "frame-benchmarking",6930 "frame-system-rpc-runtime-api",6931 "pallet-mmr-primitives",6932 "pallet-transaction-payment-rpc-runtime-api",6933 "polkadot-primitives",6934 "polkadot-runtime",6935 "sc-client-api",6936 "sc-executor",6937 "sc-service",6938 "sp-api",6939 "sp-authority-discovery",6940 "sp-block-builder",6941 "sp-blockchain",6942 "sp-consensus",6943 "sp-consensus-babe",6944 "sp-finality-grandpa",6945 "sp-offchain",6946 "sp-runtime",6947 "sp-session",6948 "sp-storage",6949 "sp-transaction-pool",6950]69516952[[package]]6953name = "polkadot-collator-protocol"6954version = "0.1.0"6955source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6956dependencies = [6957 "always-assert",6958 "futures 0.3.16",6959 "futures-timer 3.0.2",6960 "polkadot-node-network-protocol",6961 "polkadot-node-primitives",6962 "polkadot-node-subsystem",6963 "polkadot-node-subsystem-util",6964 "polkadot-primitives",6965 "sp-core",6966 "sp-keystore",6967 "sp-runtime",6968 "thiserror",6969 "tracing",6970]69716972[[package]]6973name = "polkadot-core-primitives"6974version = "0.9.8"6975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6976dependencies = [6977 "parity-scale-codec",6978 "parity-util-mem",6979 "sp-core",6980 "sp-runtime",6981 "sp-std",6982]69836984[[package]]6985name = "polkadot-erasure-coding"6986version = "0.9.8"6987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6988dependencies = [6989 "parity-scale-codec",6990 "polkadot-node-primitives",6991 "polkadot-primitives",6992 "reed-solomon-novelpoly",6993 "sp-core",6994 "sp-trie",6995 "thiserror",6996]69976998[[package]]6999name = "polkadot-gossip-support"7000version = "0.1.0"7001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7002dependencies = [7003 "futures 0.3.16",7004 "polkadot-node-network-protocol",7005 "polkadot-node-subsystem",7006 "polkadot-node-subsystem-util",7007 "polkadot-primitives",7008 "rand 0.8.4",7009 "rand_chacha 0.3.1",7010 "sp-application-crypto",7011 "sp-core",7012 "sp-keystore",7013 "tracing",7014]70157016[[package]]7017name = "polkadot-network-bridge"7018version = "0.1.0"7019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7020dependencies = [7021 "async-trait",7022 "futures 0.3.16",7023 "parity-scale-codec",7024 "parking_lot 0.11.1",7025 "polkadot-node-network-protocol",7026 "polkadot-node-subsystem",7027 "polkadot-node-subsystem-util",7028 "polkadot-primitives",7029 "sc-authority-discovery",7030 "sc-network",7031 "sp-consensus",7032 "strum",7033 "tracing",7034]70357036[[package]]7037name = "polkadot-node-collation-generation"7038version = "0.1.0"7039source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7040dependencies = [7041 "futures 0.3.16",7042 "parity-scale-codec",7043 "polkadot-erasure-coding",7044 "polkadot-node-primitives",7045 "polkadot-node-subsystem",7046 "polkadot-node-subsystem-util",7047 "polkadot-primitives",7048 "sp-core",7049 "sp-maybe-compressed-blob",7050 "thiserror",7051 "tracing",7052]70537054[[package]]7055name = "polkadot-node-core-approval-voting"7056version = "0.1.0"7057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7058dependencies = [7059 "bitvec 0.20.4",7060 "derive_more",7061 "futures 0.3.16",7062 "futures-timer 3.0.2",7063 "kvdb",7064 "lru",7065 "merlin",7066 "parity-scale-codec",7067 "polkadot-node-jaeger",7068 "polkadot-node-primitives",7069 "polkadot-node-subsystem",7070 "polkadot-node-subsystem-util",7071 "polkadot-overseer",7072 "polkadot-primitives",7073 "sc-client-api",7074 "sc-keystore",7075 "schnorrkel",7076 "sp-application-crypto",7077 "sp-blockchain",7078 "sp-consensus",7079 "sp-consensus-slots",7080 "sp-runtime",7081 "tracing",7082]70837084[[package]]7085name = "polkadot-node-core-av-store"7086version = "0.1.0"7087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7088dependencies = [7089 "bitvec 0.20.4",7090 "futures 0.3.16",7091 "futures-timer 3.0.2",7092 "kvdb",7093 "parity-scale-codec",7094 "polkadot-erasure-coding",7095 "polkadot-node-primitives",7096 "polkadot-node-subsystem",7097 "polkadot-node-subsystem-util",7098 "polkadot-overseer",7099 "polkadot-primitives",7100 "thiserror",7101 "tracing",7102]71037104[[package]]7105name = "polkadot-node-core-backing"7106version = "0.1.0"7107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7108dependencies = [7109 "bitvec 0.20.4",7110 "futures 0.3.16",7111 "polkadot-erasure-coding",7112 "polkadot-node-primitives",7113 "polkadot-node-subsystem",7114 "polkadot-node-subsystem-util",7115 "polkadot-primitives",7116 "polkadot-statement-table",7117 "sp-keystore",7118 "thiserror",7119 "tracing",7120]71217122[[package]]7123name = "polkadot-node-core-bitfield-signing"7124version = "0.1.0"7125source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7126dependencies = [7127 "futures 0.3.16",7128 "polkadot-node-subsystem",7129 "polkadot-node-subsystem-util",7130 "polkadot-primitives",7131 "sp-keystore",7132 "thiserror",7133 "tracing",7134 "wasm-timer",7135]71367137[[package]]7138name = "polkadot-node-core-candidate-validation"7139version = "0.1.0"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7141dependencies = [7142 "async-trait",7143 "futures 0.3.16",7144 "parity-scale-codec",7145 "polkadot-node-core-pvf",7146 "polkadot-node-primitives",7147 "polkadot-node-subsystem",7148 "polkadot-node-subsystem-util",7149 "polkadot-parachain",7150 "polkadot-primitives",7151 "sp-maybe-compressed-blob",7152 "tracing",7153]71547155[[package]]7156name = "polkadot-node-core-chain-api"7157version = "0.1.0"7158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7159dependencies = [7160 "futures 0.3.16",7161 "polkadot-node-subsystem",7162 "polkadot-node-subsystem-util",7163 "polkadot-primitives",7164 "sc-client-api",7165 "sc-consensus-babe",7166 "sp-blockchain",7167 "tracing",7168]71697170[[package]]7171name = "polkadot-node-core-parachains-inherent"7172version = "0.1.0"7173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7174dependencies = [7175 "async-trait",7176 "futures 0.3.16",7177 "futures-timer 3.0.2",7178 "polkadot-node-subsystem",7179 "polkadot-overseer",7180 "polkadot-primitives",7181 "sp-blockchain",7182 "sp-inherents",7183 "sp-runtime",7184 "thiserror",7185 "tracing",7186]71877188[[package]]7189name = "polkadot-node-core-provisioner"7190version = "0.1.0"7191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7192dependencies = [7193 "bitvec 0.20.4",7194 "futures 0.3.16",7195 "futures-timer 3.0.2",7196 "polkadot-node-subsystem",7197 "polkadot-node-subsystem-util",7198 "polkadot-primitives",7199 "thiserror",7200 "tracing",7201]72027203[[package]]7204name = "polkadot-node-core-pvf"7205version = "0.1.0"7206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7207dependencies = [7208 "always-assert",7209 "assert_matches",7210 "async-process",7211 "async-std",7212 "futures 0.3.16",7213 "futures-timer 3.0.2",7214 "libc",7215 "parity-scale-codec",7216 "pin-project 1.0.8",7217 "polkadot-core-primitives",7218 "polkadot-parachain",7219 "rand 0.8.4",7220 "sc-executor",7221 "sc-executor-common",7222 "sc-executor-wasmtime",7223 "slotmap",7224 "sp-core",7225 "sp-externalities",7226 "sp-io",7227 "sp-maybe-compressed-blob",7228 "sp-wasm-interface",7229 "tracing",7230]72317232[[package]]7233name = "polkadot-node-core-runtime-api"7234version = "0.1.0"7235source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7236dependencies = [7237 "futures 0.3.16",7238 "memory-lru",7239 "parity-util-mem",7240 "polkadot-node-subsystem",7241 "polkadot-node-subsystem-util",7242 "polkadot-primitives",7243 "sp-api",7244 "sp-authority-discovery",7245 "sp-consensus-babe",7246 "sp-core",7247 "tracing",7248]72497250[[package]]7251name = "polkadot-node-jaeger"7252version = "0.1.0"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7254dependencies = [7255 "async-std",7256 "lazy_static",7257 "log",7258 "mick-jaeger",7259 "parity-scale-codec",7260 "parking_lot 0.11.1",7261 "polkadot-node-primitives",7262 "polkadot-primitives",7263 "sc-network",7264 "sp-core",7265 "thiserror",7266]72677268[[package]]7269name = "polkadot-node-network-protocol"7270version = "0.1.0"7271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7272dependencies = [7273 "futures 0.3.16",7274 "parity-scale-codec",7275 "polkadot-node-jaeger",7276 "polkadot-node-primitives",7277 "polkadot-primitives",7278 "sc-network",7279 "strum",7280 "thiserror",7281]72827283[[package]]7284name = "polkadot-node-primitives"7285version = "0.1.0"7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7287dependencies = [7288 "futures 0.3.16",7289 "parity-scale-codec",7290 "polkadot-parachain",7291 "polkadot-primitives",7292 "polkadot-statement-table",7293 "schnorrkel",7294 "serde",7295 "sp-application-crypto",7296 "sp-consensus-babe",7297 "sp-consensus-vrf",7298 "sp-core",7299 "sp-keystore",7300 "sp-maybe-compressed-blob",7301 "sp-runtime",7302 "thiserror",7303 "zstd",7304]73057306[[package]]7307name = "polkadot-node-subsystem"7308version = "0.1.0"7309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7310dependencies = [7311 "async-std",7312 "async-trait",7313 "derive_more",7314 "futures 0.3.16",7315 "futures-timer 3.0.2",7316 "lazy_static",7317 "log",7318 "mick-jaeger",7319 "parity-scale-codec",7320 "parking_lot 0.11.1",7321 "pin-project 1.0.8",7322 "polkadot-node-jaeger",7323 "polkadot-node-network-protocol",7324 "polkadot-node-primitives",7325 "polkadot-primitives",7326 "polkadot-procmacro-subsystem-dispatch-gen",7327 "polkadot-statement-table",7328 "sc-network",7329 "smallvec 1.6.1",7330 "sp-core",7331 "substrate-prometheus-endpoint",7332 "thiserror",7333 "tracing",7334]73357336[[package]]7337name = "polkadot-node-subsystem-util"7338version = "0.1.0"7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7340dependencies = [7341 "async-trait",7342 "futures 0.3.16",7343 "futures-timer 3.0.2",7344 "itertools 0.10.1",7345 "lru",7346 "metered-channel",7347 "parity-scale-codec",7348 "pin-project 1.0.8",7349 "polkadot-node-jaeger",7350 "polkadot-node-network-protocol",7351 "polkadot-node-primitives",7352 "polkadot-node-subsystem",7353 "polkadot-primitives",7354 "rand 0.8.4",7355 "sc-network",7356 "sp-application-crypto",7357 "sp-core",7358 "sp-keystore",7359 "substrate-prometheus-endpoint",7360 "thiserror",7361 "tracing",7362]73637364[[package]]7365name = "polkadot-overseer"7366version = "0.1.0"7367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7368dependencies = [7369 "async-trait",7370 "futures 0.3.16",7371 "futures-timer 3.0.2",7372 "lru",7373 "polkadot-node-primitives",7374 "polkadot-node-subsystem",7375 "polkadot-node-subsystem-util",7376 "polkadot-primitives",7377 "polkadot-procmacro-overseer-subsystems-gen",7378 "sc-client-api",7379 "sp-api",7380 "tracing",7381]73827383[[package]]7384name = "polkadot-parachain"7385version = "0.9.8"7386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7387dependencies = [7388 "derive_more",7389 "parity-scale-codec",7390 "parity-util-mem",7391 "polkadot-core-primitives",7392 "serde",7393 "sp-core",7394 "sp-runtime",7395 "sp-std",7396]73977398[[package]]7399name = "polkadot-primitives"7400version = "0.9.8"7401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7402dependencies = [7403 "bitvec 0.20.4",7404 "frame-system",7405 "hex-literal",7406 "parity-scale-codec",7407 "parity-util-mem",7408 "polkadot-core-primitives",7409 "polkadot-parachain",7410 "serde",7411 "sp-api",7412 "sp-application-crypto",7413 "sp-arithmetic",7414 "sp-authority-discovery",7415 "sp-consensus-slots",7416 "sp-core",7417 "sp-inherents",7418 "sp-io",7419 "sp-keystore",7420 "sp-runtime",7421 "sp-staking",7422 "sp-std",7423 "sp-trie",7424 "sp-version",7425 "thiserror",7426]74277428[[package]]7429name = "polkadot-procmacro-overseer-subsystems-gen"7430version = "0.1.0"7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7432dependencies = [7433 "assert_matches",7434 "proc-macro2",7435 "quote",7436 "syn",7437]74387439[[package]]7440name = "polkadot-procmacro-subsystem-dispatch-gen"7441version = "0.1.0"7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7443dependencies = [7444 "assert_matches",7445 "proc-macro2",7446 "quote",7447 "syn",7448]74497450[[package]]7451name = "polkadot-rpc"7452version = "0.9.8"7453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7454dependencies = [7455 "beefy-gadget",7456 "beefy-gadget-rpc",7457 "jsonrpc-core 15.1.0",7458 "pallet-mmr-rpc",7459 "pallet-transaction-payment-rpc",7460 "parity-scale-codec",7461 "polkadot-primitives",7462 "sc-chain-spec",7463 "sc-client-api",7464 "sc-consensus-babe",7465 "sc-consensus-babe-rpc",7466 "sc-consensus-epochs",7467 "sc-finality-grandpa",7468 "sc-finality-grandpa-rpc",7469 "sc-keystore",7470 "sc-rpc",7471 "sc-sync-state-rpc",7472 "sp-api",7473 "sp-block-builder",7474 "sp-blockchain",7475 "sp-consensus",7476 "sp-consensus-babe",7477 "sp-keystore",7478 "sp-runtime",7479 "sp-transaction-pool",7480 "substrate-frame-rpc-system",7481]74827483[[package]]7484name = "polkadot-runtime"7485version = "0.9.8"7486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7487dependencies = [7488 "beefy-primitives",7489 "bitvec 0.20.4",7490 "frame-benchmarking",7491 "frame-election-provider-support",7492 "frame-executive",7493 "frame-support",7494 "frame-system",7495 "frame-system-benchmarking",7496 "frame-system-rpc-runtime-api",7497 "frame-try-runtime",7498 "hex-literal",7499 "log",7500 "max-encoded-len",7501 "pallet-authority-discovery",7502 "pallet-authorship",7503 "pallet-babe",7504 "pallet-balances",7505 "pallet-bounties",7506 "pallet-collective",7507 "pallet-democracy",7508 "pallet-election-provider-multi-phase",7509 "pallet-elections-phragmen",7510 "pallet-grandpa",7511 "pallet-identity",7512 "pallet-im-online",7513 "pallet-indices",7514 "pallet-membership",7515 "pallet-mmr-primitives",7516 "pallet-multisig",7517 "pallet-nicks",7518 "pallet-offences",7519 "pallet-offences-benchmarking",7520 "pallet-proxy",7521 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7522 "pallet-session",7523 "pallet-session-benchmarking",7524 "pallet-staking",7525 "pallet-staking-reward-curve",7526 "pallet-timestamp",7527 "pallet-tips",7528 "pallet-transaction-payment",7529 "pallet-transaction-payment-rpc-runtime-api",7530 "pallet-treasury",7531 "pallet-utility",7532 "pallet-vesting",7533 "parity-scale-codec",7534 "polkadot-primitives",7535 "polkadot-runtime-common",7536 "rustc-hex",7537 "serde",7538 "serde_derive",7539 "smallvec 1.6.1",7540 "sp-api",7541 "sp-authority-discovery",7542 "sp-block-builder",7543 "sp-consensus-babe",7544 "sp-core",7545 "sp-inherents",7546 "sp-io",7547 "sp-npos-elections",7548 "sp-offchain",7549 "sp-runtime",7550 "sp-session",7551 "sp-staking",7552 "sp-std",7553 "sp-transaction-pool",7554 "sp-version",7555 "static_assertions",7556 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7557]75587559[[package]]7560name = "polkadot-runtime-common"7561version = "0.9.8"7562source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7563dependencies = [7564 "beefy-primitives",7565 "bitvec 0.20.4",7566 "frame-benchmarking",7567 "frame-support",7568 "frame-system",7569 "impl-trait-for-tuples",7570 "libsecp256k1 0.3.5",7571 "log",7572 "pallet-authorship",7573 "pallet-babe",7574 "pallet-balances",7575 "pallet-beefy",7576 "pallet-election-provider-multi-phase",7577 "pallet-mmr",7578 "pallet-offences",7579 "pallet-session",7580 "pallet-staking",7581 "pallet-timestamp",7582 "pallet-transaction-payment",7583 "pallet-treasury",7584 "pallet-vesting",7585 "parity-scale-codec",7586 "polkadot-primitives",7587 "polkadot-runtime-parachains",7588 "rustc-hex",7589 "serde",7590 "serde_derive",7591 "slot-range-helper",7592 "sp-api",7593 "sp-core",7594 "sp-inherents",7595 "sp-io",7596 "sp-runtime",7597 "sp-session",7598 "sp-staking",7599 "sp-std",7600 "static_assertions",7601 "xcm",7602]76037604[[package]]7605name = "polkadot-runtime-parachains"7606version = "0.9.8"7607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7608dependencies = [7609 "bitvec 0.20.4",7610 "derive_more",7611 "frame-benchmarking",7612 "frame-support",7613 "frame-system",7614 "libsecp256k1 0.3.5",7615 "log",7616 "pallet-authority-discovery",7617 "pallet-authorship",7618 "pallet-balances",7619 "pallet-offences",7620 "pallet-session",7621 "pallet-staking",7622 "pallet-timestamp",7623 "pallet-vesting",7624 "parity-scale-codec",7625 "polkadot-primitives",7626 "rand 0.8.4",7627 "rand_chacha 0.3.1",7628 "rustc-hex",7629 "serde",7630 "sp-api",7631 "sp-core",7632 "sp-inherents",7633 "sp-io",7634 "sp-keystore",7635 "sp-runtime",7636 "sp-session",7637 "sp-staking",7638 "sp-std",7639 "xcm",7640 "xcm-executor",7641]76427643[[package]]7644name = "polkadot-service"7645version = "0.9.8"7646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7647dependencies = [7648 "async-trait",7649 "beefy-gadget",7650 "beefy-primitives",7651 "frame-system-rpc-runtime-api",7652 "futures 0.3.16",7653 "hex-literal",7654 "kusama-runtime",7655 "kvdb",7656 "kvdb-rocksdb",7657 "pallet-babe",7658 "pallet-im-online",7659 "pallet-mmr-primitives",7660 "pallet-staking",7661 "pallet-transaction-payment-rpc-runtime-api",7662 "polkadot-approval-distribution",7663 "polkadot-availability-bitfield-distribution",7664 "polkadot-availability-distribution",7665 "polkadot-availability-recovery",7666 "polkadot-client",7667 "polkadot-collator-protocol",7668 "polkadot-gossip-support",7669 "polkadot-network-bridge",7670 "polkadot-node-collation-generation",7671 "polkadot-node-core-approval-voting",7672 "polkadot-node-core-av-store",7673 "polkadot-node-core-backing",7674 "polkadot-node-core-bitfield-signing",7675 "polkadot-node-core-candidate-validation",7676 "polkadot-node-core-chain-api",7677 "polkadot-node-core-parachains-inherent",7678 "polkadot-node-core-provisioner",7679 "polkadot-node-core-runtime-api",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-overseer",7684 "polkadot-parachain",7685 "polkadot-primitives",7686 "polkadot-rpc",7687 "polkadot-runtime",7688 "polkadot-runtime-parachains",7689 "polkadot-statement-distribution",7690 "rococo-runtime",7691 "sc-authority-discovery",7692 "sc-basic-authorship",7693 "sc-block-builder",7694 "sc-chain-spec",7695 "sc-client-api",7696 "sc-client-db",7697 "sc-consensus",7698 "sc-consensus-babe",7699 "sc-consensus-slots",7700 "sc-consensus-uncles",7701 "sc-executor",7702 "sc-finality-grandpa",7703 "sc-finality-grandpa-warp-sync",7704 "sc-keystore",7705 "sc-network",7706 "sc-service",7707 "sc-telemetry",7708 "sc-transaction-pool",7709 "serde",7710 "sp-api",7711 "sp-authority-discovery",7712 "sp-block-builder",7713 "sp-blockchain",7714 "sp-consensus",7715 "sp-consensus-babe",7716 "sp-core",7717 "sp-finality-grandpa",7718 "sp-inherents",7719 "sp-io",7720 "sp-keystore",7721 "sp-offchain",7722 "sp-runtime",7723 "sp-session",7724 "sp-state-machine",7725 "sp-storage",7726 "sp-timestamp",7727 "sp-transaction-pool",7728 "sp-trie",7729 "substrate-prometheus-endpoint",7730 "thiserror",7731 "tracing",7732 "westend-runtime",7733]77347735[[package]]7736name = "polkadot-statement-distribution"7737version = "0.1.0"7738source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7739dependencies = [7740 "arrayvec 0.5.2",7741 "futures 0.3.16",7742 "indexmap",7743 "parity-scale-codec",7744 "polkadot-node-network-protocol",7745 "polkadot-node-primitives",7746 "polkadot-node-subsystem",7747 "polkadot-node-subsystem-util",7748 "polkadot-primitives",7749 "sc-network",7750 "sp-keystore",7751 "sp-staking",7752 "thiserror",7753 "tracing",7754]77557756[[package]]7757name = "polkadot-statement-table"7758version = "0.9.8"7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7760dependencies = [7761 "parity-scale-codec",7762 "polkadot-primitives",7763 "sp-core",7764]77657766[[package]]7767name = "polkadot-test-runtime"7768version = "0.9.8"7769source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7770dependencies = [7771 "beefy-primitives",7772 "bitvec 0.20.4",7773 "frame-election-provider-support",7774 "frame-executive",7775 "frame-support",7776 "frame-system",7777 "frame-system-rpc-runtime-api",7778 "log",7779 "pallet-authority-discovery",7780 "pallet-authorship",7781 "pallet-babe",7782 "pallet-balances",7783 "pallet-grandpa",7784 "pallet-indices",7785 "pallet-mmr-primitives",7786 "pallet-nicks",7787 "pallet-offences",7788 "pallet-session",7789 "pallet-staking",7790 "pallet-staking-reward-curve",7791 "pallet-sudo",7792 "pallet-timestamp",7793 "pallet-transaction-payment",7794 "pallet-transaction-payment-rpc-runtime-api",7795 "pallet-vesting",7796 "parity-scale-codec",7797 "polkadot-parachain",7798 "polkadot-primitives",7799 "polkadot-runtime-common",7800 "polkadot-runtime-parachains",7801 "rustc-hex",7802 "serde",7803 "serde_derive",7804 "smallvec 1.6.1",7805 "sp-api",7806 "sp-authority-discovery",7807 "sp-block-builder",7808 "sp-consensus-babe",7809 "sp-core",7810 "sp-inherents",7811 "sp-io",7812 "sp-offchain",7813 "sp-runtime",7814 "sp-session",7815 "sp-staking",7816 "sp-std",7817 "sp-transaction-pool",7818 "sp-version",7819 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7820]78217822[[package]]7823name = "polkadot-test-service"7824version = "0.9.8"7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7826dependencies = [7827 "frame-benchmarking",7828 "frame-system",7829 "futures 0.1.31",7830 "futures 0.3.16",7831 "hex",7832 "pallet-balances",7833 "pallet-staking",7834 "pallet-transaction-payment",7835 "polkadot-node-primitives",7836 "polkadot-node-subsystem",7837 "polkadot-overseer",7838 "polkadot-parachain",7839 "polkadot-primitives",7840 "polkadot-rpc",7841 "polkadot-runtime-common",7842 "polkadot-runtime-parachains",7843 "polkadot-service",7844 "polkadot-test-runtime",7845 "rand 0.8.4",7846 "sc-authority-discovery",7847 "sc-chain-spec",7848 "sc-cli",7849 "sc-client-api",7850 "sc-consensus",7851 "sc-consensus-babe",7852 "sc-executor",7853 "sc-finality-grandpa",7854 "sc-network",7855 "sc-service",7856 "sc-tracing",7857 "sc-transaction-pool",7858 "sp-arithmetic",7859 "sp-authority-discovery",7860 "sp-blockchain",7861 "sp-consensus",7862 "sp-consensus-babe",7863 "sp-core",7864 "sp-finality-grandpa",7865 "sp-inherents",7866 "sp-keyring",7867 "sp-runtime",7868 "sp-state-machine",7869 "substrate-test-client",7870 "tempfile",7871 "tracing",7872]78737874[[package]]7875name = "polling"7876version = "2.1.0"7877source = "registry+https://github.com/rust-lang/crates.io-index"7878checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"7879dependencies = [7880 "cfg-if 1.0.0",7881 "libc",7882 "log",7883 "wepoll-ffi",7884 "winapi 0.3.9",7885]78867887[[package]]7888name = "poly1305"7889version = "0.6.2"7890source = "registry+https://github.com/rust-lang/crates.io-index"7891checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"7892dependencies = [7893 "cpuid-bool",7894 "universal-hash",7895]78967897[[package]]7898name = "polyval"7899version = "0.4.5"7900source = "registry+https://github.com/rust-lang/crates.io-index"7901checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"7902dependencies = [7903 "cpuid-bool",7904 "opaque-debug 0.3.0",7905 "universal-hash",7906]79077908[[package]]7909name = "ppv-lite86"7910version = "0.2.10"7911source = "registry+https://github.com/rust-lang/crates.io-index"7912checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"79137914[[package]]7915name = "primitive-types"7916version = "0.9.1"7917source = "registry+https://github.com/rust-lang/crates.io-index"7918checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"7919dependencies = [7920 "fixed-hash",7921 "impl-codec",7922 "impl-rlp",7923 "impl-serde",7924 "uint",7925]79267927[[package]]7928name = "proc-macro-crate"7929version = "0.1.5"7930source = "registry+https://github.com/rust-lang/crates.io-index"7931checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"7932dependencies = [7933 "toml",7934]79357936[[package]]7937name = "proc-macro-crate"7938version = "1.0.0"7939source = "registry+https://github.com/rust-lang/crates.io-index"7940checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"7941dependencies = [7942 "thiserror",7943 "toml",7944]79457946[[package]]7947name = "proc-macro-error"7948version = "1.0.4"7949source = "registry+https://github.com/rust-lang/crates.io-index"7950checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"7951dependencies = [7952 "proc-macro-error-attr",7953 "proc-macro2",7954 "quote",7955 "syn",7956 "version_check",7957]79587959[[package]]7960name = "proc-macro-error-attr"7961version = "1.0.4"7962source = "registry+https://github.com/rust-lang/crates.io-index"7963checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"7964dependencies = [7965 "proc-macro2",7966 "quote",7967 "version_check",7968]79697970[[package]]7971name = "proc-macro-hack"7972version = "0.5.19"7973source = "registry+https://github.com/rust-lang/crates.io-index"7974checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"79757976[[package]]7977name = "proc-macro-nested"7978version = "0.1.7"7979source = "registry+https://github.com/rust-lang/crates.io-index"7980checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"79817982[[package]]7983name = "proc-macro2"7984version = "1.0.28"7985source = "registry+https://github.com/rust-lang/crates.io-index"7986checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"7987dependencies = [7988 "unicode-xid",7989]79907991[[package]]7992name = "prometheus"7993version = "0.11.0"7994source = "registry+https://github.com/rust-lang/crates.io-index"7995checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"7996dependencies = [7997 "cfg-if 1.0.0",7998 "fnv",7999 "lazy_static",8000 "parking_lot 0.11.1",8001 "regex",8002 "thiserror",8003]80048005[[package]]8006name = "prost"8007version = "0.7.0"8008source = "registry+https://github.com/rust-lang/crates.io-index"8009checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"8010dependencies = [8011 "bytes 1.0.1",8012 "prost-derive",8013]80148015[[package]]8016name = "prost-build"8017version = "0.7.0"8018source = "registry+https://github.com/rust-lang/crates.io-index"8019checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"8020dependencies = [8021 "bytes 1.0.1",8022 "heck",8023 "itertools 0.9.0",8024 "log",8025 "multimap",8026 "petgraph",8027 "prost",8028 "prost-types",8029 "tempfile",8030 "which",8031]80328033[[package]]8034name = "prost-derive"8035version = "0.7.0"8036source = "registry+https://github.com/rust-lang/crates.io-index"8037checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"8038dependencies = [8039 "anyhow",8040 "itertools 0.9.0",8041 "proc-macro2",8042 "quote",8043 "syn",8044]80458046[[package]]8047name = "prost-types"8048version = "0.7.0"8049source = "registry+https://github.com/rust-lang/crates.io-index"8050checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"8051dependencies = [8052 "bytes 1.0.1",8053 "prost",8054]80558056[[package]]8057name = "psm"8058version = "0.1.14"8059source = "registry+https://github.com/rust-lang/crates.io-index"8060checksum = "14ce37fa8c0428a37307d163292add09b3aedc003472e6b3622486878404191d"8061dependencies = [8062 "cc",8063]80648065[[package]]8066name = "pwasm-utils"8067version = "0.18.1"8068source = "registry+https://github.com/rust-lang/crates.io-index"8069checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f"8070dependencies = [8071 "byteorder",8072 "log",8073 "parity-wasm 0.42.2",8074]80758076[[package]]8077name = "quick-error"8078version = "1.2.3"8079source = "registry+https://github.com/rust-lang/crates.io-index"8080checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"80818082[[package]]8083name = "quick-error"8084version = "2.0.1"8085source = "registry+https://github.com/rust-lang/crates.io-index"8086checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"80878088[[package]]8089name = "quicksink"8090version = "0.1.2"8091source = "registry+https://github.com/rust-lang/crates.io-index"8092checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8093dependencies = [8094 "futures-core",8095 "futures-sink",8096 "pin-project-lite 0.1.12",8097]80988099[[package]]8100name = "quote"8101version = "1.0.9"8102source = "registry+https://github.com/rust-lang/crates.io-index"8103checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"8104dependencies = [8105 "proc-macro2",8106]81078108[[package]]8109name = "radium"8110version = "0.5.3"8111source = "registry+https://github.com/rust-lang/crates.io-index"8112checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"81138114[[package]]8115name = "radium"8116version = "0.6.2"8117source = "registry+https://github.com/rust-lang/crates.io-index"8118checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"81198120[[package]]8121name = "rand"8122version = "0.3.23"8123source = "registry+https://github.com/rust-lang/crates.io-index"8124checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"8125dependencies = [8126 "libc",8127 "rand 0.4.6",8128]81298130[[package]]8131name = "rand"8132version = "0.4.6"8133source = "registry+https://github.com/rust-lang/crates.io-index"8134checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"8135dependencies = [8136 "fuchsia-cprng",8137 "libc",8138 "rand_core 0.3.1",8139 "rdrand",8140 "winapi 0.3.9",8141]81428143[[package]]8144name = "rand"8145version = "0.7.3"8146source = "registry+https://github.com/rust-lang/crates.io-index"8147checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8148dependencies = [8149 "getrandom 0.1.16",8150 "libc",8151 "rand_chacha 0.2.2",8152 "rand_core 0.5.1",8153 "rand_hc 0.2.0",8154 "rand_pcg",8155]81568157[[package]]8158name = "rand"8159version = "0.8.4"8160source = "registry+https://github.com/rust-lang/crates.io-index"8161checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8162dependencies = [8163 "libc",8164 "rand_chacha 0.3.1",8165 "rand_core 0.6.3",8166 "rand_hc 0.3.1",8167]81688169[[package]]8170name = "rand_chacha"8171version = "0.2.2"8172source = "registry+https://github.com/rust-lang/crates.io-index"8173checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8174dependencies = [8175 "ppv-lite86",8176 "rand_core 0.5.1",8177]81788179[[package]]8180name = "rand_chacha"8181version = "0.3.1"8182source = "registry+https://github.com/rust-lang/crates.io-index"8183checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8184dependencies = [8185 "ppv-lite86",8186 "rand_core 0.6.3",8187]81888189[[package]]8190name = "rand_core"8191version = "0.3.1"8192source = "registry+https://github.com/rust-lang/crates.io-index"8193checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"8194dependencies = [8195 "rand_core 0.4.2",8196]81978198[[package]]8199name = "rand_core"8200version = "0.4.2"8201source = "registry+https://github.com/rust-lang/crates.io-index"8202checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"82038204[[package]]8205name = "rand_core"8206version = "0.5.1"8207source = "registry+https://github.com/rust-lang/crates.io-index"8208checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8209dependencies = [8210 "getrandom 0.1.16",8211]82128213[[package]]8214name = "rand_core"8215version = "0.6.3"8216source = "registry+https://github.com/rust-lang/crates.io-index"8217checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8218dependencies = [8219 "getrandom 0.2.3",8220]82218222[[package]]8223name = "rand_distr"8224version = "0.4.1"8225source = "registry+https://github.com/rust-lang/crates.io-index"8226checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"8227dependencies = [8228 "num-traits",8229 "rand 0.8.4",8230]82318232[[package]]8233name = "rand_hc"8234version = "0.2.0"8235source = "registry+https://github.com/rust-lang/crates.io-index"8236checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8237dependencies = [8238 "rand_core 0.5.1",8239]82408241[[package]]8242name = "rand_hc"8243version = "0.3.1"8244source = "registry+https://github.com/rust-lang/crates.io-index"8245checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8246dependencies = [8247 "rand_core 0.6.3",8248]82498250[[package]]8251name = "rand_pcg"8252version = "0.2.1"8253source = "registry+https://github.com/rust-lang/crates.io-index"8254checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8255dependencies = [8256 "rand_core 0.5.1",8257]82588259[[package]]8260name = "rawpointer"8261version = "0.2.1"8262source = "registry+https://github.com/rust-lang/crates.io-index"8263checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"82648265[[package]]8266name = "rayon"8267version = "1.5.1"8268source = "registry+https://github.com/rust-lang/crates.io-index"8269checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8270dependencies = [8271 "autocfg",8272 "crossbeam-deque 0.8.0",8273 "either",8274 "rayon-core",8275]82768277[[package]]8278name = "rayon-core"8279version = "1.9.1"8280source = "registry+https://github.com/rust-lang/crates.io-index"8281checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8282dependencies = [8283 "crossbeam-channel",8284 "crossbeam-deque 0.8.0",8285 "crossbeam-utils 0.8.5",8286 "lazy_static",8287 "num_cpus",8288]82898290[[package]]8291name = "rdrand"8292version = "0.4.0"8293source = "registry+https://github.com/rust-lang/crates.io-index"8294checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"8295dependencies = [8296 "rand_core 0.3.1",8297]82988299[[package]]8300name = "redox_syscall"8301version = "0.1.57"8302source = "registry+https://github.com/rust-lang/crates.io-index"8303checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"83048305[[package]]8306name = "redox_syscall"8307version = "0.2.9"8308source = "registry+https://github.com/rust-lang/crates.io-index"8309checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"8310dependencies = [8311 "bitflags",8312]83138314[[package]]8315name = "redox_users"8316version = "0.4.0"8317source = "registry+https://github.com/rust-lang/crates.io-index"8318checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8319dependencies = [8320 "getrandom 0.2.3",8321 "redox_syscall 0.2.9",8322]83238324[[package]]8325name = "reed-solomon-novelpoly"8326version = "1.0.0"8327source = "registry+https://github.com/rust-lang/crates.io-index"8328checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8329dependencies = [8330 "derive_more",8331 "fs-err",8332 "itertools 0.10.1",8333 "static_init",8334 "thiserror",8335]83368337[[package]]8338name = "ref-cast"8339version = "1.0.6"8340source = "registry+https://github.com/rust-lang/crates.io-index"8341checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8342dependencies = [8343 "ref-cast-impl",8344]83458346[[package]]8347name = "ref-cast-impl"8348version = "1.0.6"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8351dependencies = [8352 "proc-macro2",8353 "quote",8354 "syn",8355]83568357[[package]]8358name = "regalloc"8359version = "0.0.31"8360source = "registry+https://github.com/rust-lang/crates.io-index"8361checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8362dependencies = [8363 "log",8364 "rustc-hash",8365 "serde",8366 "smallvec 1.6.1",8367]83688369[[package]]8370name = "regex"8371version = "1.5.4"8372source = "registry+https://github.com/rust-lang/crates.io-index"8373checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8374dependencies = [8375 "aho-corasick",8376 "memchr",8377 "regex-syntax",8378]83798380[[package]]8381name = "regex-automata"8382version = "0.1.10"8383source = "registry+https://github.com/rust-lang/crates.io-index"8384checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8385dependencies = [8386 "regex-syntax",8387]83888389[[package]]8390name = "regex-syntax"8391version = "0.6.25"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"83948395[[package]]8396name = "region"8397version = "2.2.0"8398source = "registry+https://github.com/rust-lang/crates.io-index"8399checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8400dependencies = [8401 "bitflags",8402 "libc",8403 "mach",8404 "winapi 0.3.9",8405]84068407[[package]]8408name = "remote-externalities"8409version = "0.9.0"8410source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8411dependencies = [8412 "env_logger 0.8.4",8413 "hex",8414 "jsonrpsee-proc-macros",8415 "jsonrpsee-ws-client",8416 "log",8417 "parity-scale-codec",8418 "serde",8419 "serde_json",8420 "sp-core",8421 "sp-io",8422 "sp-runtime",8423]84248425[[package]]8426name = "remove_dir_all"8427version = "0.5.3"8428source = "registry+https://github.com/rust-lang/crates.io-index"8429checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8430dependencies = [8431 "winapi 0.3.9",8432]84338434[[package]]8435name = "resolv-conf"8436version = "0.7.0"8437source = "registry+https://github.com/rust-lang/crates.io-index"8438checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8439dependencies = [8440 "hostname",8441 "quick-error 1.2.3",8442]84438444[[package]]8445name = "retain_mut"8446version = "0.1.3"8447source = "registry+https://github.com/rust-lang/crates.io-index"8448checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"84498450[[package]]8451name = "ring"8452version = "0.16.20"8453source = "registry+https://github.com/rust-lang/crates.io-index"8454checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8455dependencies = [8456 "cc",8457 "libc",8458 "once_cell",8459 "spin",8460 "untrusted",8461 "web-sys",8462 "winapi 0.3.9",8463]84648465[[package]]8466name = "rlp"8467version = "0.5.0"8468source = "registry+https://github.com/rust-lang/crates.io-index"8469checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"8470dependencies = [8471 "bytes 1.0.1",8472 "rustc-hex",8473]84748475[[package]]8476name = "rlp-derive"8477version = "0.1.0"8478source = "registry+https://github.com/rust-lang/crates.io-index"8479checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8480dependencies = [8481 "proc-macro2",8482 "quote",8483 "syn",8484]84858486[[package]]8487name = "rocksdb"8488version = "0.16.0"8489source = "registry+https://github.com/rust-lang/crates.io-index"8490checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"8491dependencies = [8492 "libc",8493 "librocksdb-sys",8494]84958496[[package]]8497name = "rococo-runtime"8498version = "0.9.8"8499source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"8500dependencies = [8501 "beefy-primitives",8502 "bp-rococo",8503 "bp-wococo",8504 "frame-executive",8505 "frame-support",8506 "frame-system",8507 "frame-system-rpc-runtime-api",8508 "hex-literal",8509 "log",8510 "max-encoded-len",8511 "pallet-authority-discovery",8512 "pallet-authorship",8513 "pallet-babe",8514 "pallet-balances",8515 "pallet-beefy",8516 "pallet-bridge-grandpa",8517 "pallet-collective",8518 "pallet-grandpa",8519 "pallet-im-online",8520 "pallet-indices",8521 "pallet-membership",8522 "pallet-mmr",8523 "pallet-mmr-primitives",8524 "pallet-offences",8525 "pallet-proxy",8526 "pallet-session",8527 "pallet-staking",8528 "pallet-staking-reward-curve",8529 "pallet-sudo",8530 "pallet-timestamp",8531 "pallet-transaction-payment",8532 "pallet-transaction-payment-rpc-runtime-api",8533 "pallet-utility",8534 "pallet-xcm",8535 "parity-scale-codec",8536 "polkadot-parachain",8537 "polkadot-primitives",8538 "polkadot-runtime-common",8539 "polkadot-runtime-parachains",8540 "serde",8541 "serde_derive",8542 "smallvec 1.6.1",8543 "sp-api",8544 "sp-authority-discovery",8545 "sp-block-builder",8546 "sp-consensus-babe",8547 "sp-core",8548 "sp-inherents",8549 "sp-io",8550 "sp-offchain",8551 "sp-runtime",8552 "sp-session",8553 "sp-staking",8554 "sp-std",8555 "sp-transaction-pool",8556 "sp-version",8557 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",8558 "xcm",8559 "xcm-builder",8560 "xcm-executor",8561]85628563[[package]]8564name = "rpassword"8565version = "5.0.1"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8568dependencies = [8569 "libc",8570 "winapi 0.3.9",8571]85728573[[package]]8574name = "rustc-demangle"8575version = "0.1.20"8576source = "registry+https://github.com/rust-lang/crates.io-index"8577checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"85788579[[package]]8580name = "rustc-hash"8581version = "1.1.0"8582source = "registry+https://github.com/rust-lang/crates.io-index"8583checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"85848585[[package]]8586name = "rustc-hex"8587version = "2.1.0"8588source = "registry+https://github.com/rust-lang/crates.io-index"8589checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"85908591[[package]]8592name = "rustc_version"8593version = "0.2.3"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8596dependencies = [8597 "semver 0.9.0",8598]85998600[[package]]8601name = "rustc_version"8602version = "0.3.3"8603source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8605dependencies = [8606 "semver 0.11.0",8607]86088609[[package]]8610name = "rustls"8611version = "0.18.1"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"8614dependencies = [8615 "base64 0.12.3",8616 "log",8617 "ring",8618 "sct",8619 "webpki",8620]86218622[[package]]8623name = "rustls"8624version = "0.19.1"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8627dependencies = [8628 "base64 0.13.0",8629 "log",8630 "ring",8631 "sct",8632 "webpki",8633]86348635[[package]]8636name = "rustls-native-certs"8637version = "0.4.0"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"8640dependencies = [8641 "openssl-probe",8642 "rustls 0.18.1",8643 "schannel",8644 "security-framework 1.0.0",8645]86468647[[package]]8648name = "rustls-native-certs"8649version = "0.5.0"8650source = "registry+https://github.com/rust-lang/crates.io-index"8651checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8652dependencies = [8653 "openssl-probe",8654 "rustls 0.19.1",8655 "schannel",8656 "security-framework 2.3.1",8657]86588659[[package]]8660name = "ruzstd"8661version = "0.2.4"8662source = "registry+https://github.com/rust-lang/crates.io-index"8663checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100"8664dependencies = [8665 "byteorder",8666 "twox-hash",8667]86688669[[package]]8670name = "rw-stream-sink"8671version = "0.2.1"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8674dependencies = [8675 "futures 0.3.16",8676 "pin-project 0.4.28",8677 "static_assertions",8678]86798680[[package]]8681name = "ryu"8682version = "1.0.5"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"86858686[[package]]8687name = "safe-mix"8688version = "1.0.1"8689source = "registry+https://github.com/rust-lang/crates.io-index"8690checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8691dependencies = [8692 "rustc_version 0.2.3",8693]86948695[[package]]8696name = "salsa20"8697version = "0.7.2"8698source = "registry+https://github.com/rust-lang/crates.io-index"8699checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"8700dependencies = [8701 "cipher",8702]87038704[[package]]8705name = "same-file"8706version = "1.0.6"8707source = "registry+https://github.com/rust-lang/crates.io-index"8708checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8709dependencies = [8710 "winapi-util",8711]87128713[[package]]8714name = "sc-allocator"8715version = "3.0.0"8716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8717dependencies = [8718 "log",8719 "sp-core",8720 "sp-std",8721 "sp-wasm-interface",8722 "thiserror",8723]87248725[[package]]8726name = "sc-authority-discovery"8727version = "0.9.0"8728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8729dependencies = [8730 "async-trait",8731 "derive_more",8732 "either",8733 "futures 0.3.16",8734 "futures-timer 3.0.2",8735 "ip_network",8736 "libp2p",8737 "log",8738 "parity-scale-codec",8739 "prost",8740 "prost-build",8741 "rand 0.7.3",8742 "sc-client-api",8743 "sc-network",8744 "serde_json",8745 "sp-api",8746 "sp-authority-discovery",8747 "sp-blockchain",8748 "sp-core",8749 "sp-keystore",8750 "sp-runtime",8751 "substrate-prometheus-endpoint",8752]87538754[[package]]8755name = "sc-basic-authorship"8756version = "0.9.0"8757source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8758dependencies = [8759 "futures 0.3.16",8760 "futures-timer 3.0.2",8761 "log",8762 "parity-scale-codec",8763 "sc-block-builder",8764 "sc-client-api",8765 "sc-proposer-metrics",8766 "sc-telemetry",8767 "sp-api",8768 "sp-blockchain",8769 "sp-consensus",8770 "sp-core",8771 "sp-inherents",8772 "sp-runtime",8773 "sp-transaction-pool",8774 "substrate-prometheus-endpoint",8775]87768777[[package]]8778name = "sc-block-builder"8779version = "0.9.0"8780source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8781dependencies = [8782 "parity-scale-codec",8783 "sc-client-api",8784 "sp-api",8785 "sp-block-builder",8786 "sp-blockchain",8787 "sp-core",8788 "sp-inherents",8789 "sp-runtime",8790 "sp-state-machine",8791]87928793[[package]]8794name = "sc-chain-spec"8795version = "3.0.0"8796source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8797dependencies = [8798 "impl-trait-for-tuples",8799 "parity-scale-codec",8800 "sc-chain-spec-derive",8801 "sc-consensus-babe",8802 "sc-consensus-epochs",8803 "sc-finality-grandpa",8804 "sc-network",8805 "sc-telemetry",8806 "serde",8807 "serde_json",8808 "sp-consensus-babe",8809 "sp-core",8810 "sp-runtime",8811]88128813[[package]]8814name = "sc-chain-spec-derive"8815version = "3.0.0"8816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8817dependencies = [8818 "proc-macro-crate 1.0.0",8819 "proc-macro2",8820 "quote",8821 "syn",8822]88238824[[package]]8825name = "sc-cli"8826version = "0.9.0"8827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8828dependencies = [8829 "chrono",8830 "fdlimit",8831 "futures 0.3.16",8832 "hex",8833 "libp2p",8834 "log",8835 "names",8836 "parity-scale-codec",8837 "rand 0.7.3",8838 "regex",8839 "rpassword",8840 "sc-client-api",8841 "sc-keystore",8842 "sc-network",8843 "sc-service",8844 "sc-telemetry",8845 "sc-tracing",8846 "serde",8847 "serde_json",8848 "sp-blockchain",8849 "sp-core",8850 "sp-keyring",8851 "sp-keystore",8852 "sp-panic-handler",8853 "sp-runtime",8854 "sp-utils",8855 "sp-version",8856 "structopt",8857 "thiserror",8858 "tiny-bip39",8859 "tokio 0.2.25",8860]88618862[[package]]8863name = "sc-client-api"8864version = "3.0.0"8865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8866dependencies = [8867 "derive_more",8868 "fnv",8869 "futures 0.3.16",8870 "hash-db",8871 "kvdb",8872 "lazy_static",8873 "log",8874 "parity-scale-codec",8875 "parking_lot 0.11.1",8876 "sc-executor",8877 "sp-api",8878 "sp-blockchain",8879 "sp-consensus",8880 "sp-core",8881 "sp-database",8882 "sp-externalities",8883 "sp-inherents",8884 "sp-keystore",8885 "sp-runtime",8886 "sp-state-machine",8887 "sp-std",8888 "sp-storage",8889 "sp-transaction-pool",8890 "sp-trie",8891 "sp-utils",8892 "sp-version",8893 "substrate-prometheus-endpoint",8894]88958896[[package]]8897name = "sc-client-db"8898version = "0.9.0"8899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8900dependencies = [8901 "blake2-rfc",8902 "hash-db",8903 "kvdb",8904 "kvdb-memorydb",8905 "kvdb-rocksdb",8906 "linked-hash-map",8907 "log",8908 "parity-db",8909 "parity-scale-codec",8910 "parity-util-mem",8911 "parking_lot 0.11.1",8912 "sc-client-api",8913 "sc-executor",8914 "sc-state-db",8915 "sp-arithmetic",8916 "sp-blockchain",8917 "sp-consensus",8918 "sp-core",8919 "sp-database",8920 "sp-runtime",8921 "sp-state-machine",8922 "sp-trie",8923 "substrate-prometheus-endpoint",8924]89258926[[package]]8927name = "sc-consensus"8928version = "0.9.0"8929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8930dependencies = [8931 "async-trait",8932 "parking_lot 0.11.1",8933 "sc-client-api",8934 "sp-blockchain",8935 "sp-consensus",8936 "sp-runtime",8937]89388939[[package]]8940name = "sc-consensus-aura"8941version = "0.9.0"8942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8943dependencies = [8944 "async-trait",8945 "derive_more",8946 "futures 0.3.16",8947 "futures-timer 3.0.2",8948 "log",8949 "parity-scale-codec",8950 "sc-block-builder",8951 "sc-client-api",8952 "sc-consensus-slots",8953 "sc-telemetry",8954 "sp-api",8955 "sp-application-crypto",8956 "sp-block-builder",8957 "sp-blockchain",8958 "sp-consensus",8959 "sp-consensus-aura",8960 "sp-consensus-slots",8961 "sp-core",8962 "sp-inherents",8963 "sp-io",8964 "sp-keystore",8965 "sp-runtime",8966 "sp-version",8967 "substrate-prometheus-endpoint",8968]89698970[[package]]8971name = "sc-consensus-babe"8972version = "0.9.0"8973source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8974dependencies = [8975 "async-trait",8976 "derive_more",8977 "fork-tree",8978 "futures 0.3.16",8979 "futures-timer 3.0.2",8980 "log",8981 "merlin",8982 "num-bigint",8983 "num-rational 0.2.4",8984 "num-traits",8985 "parity-scale-codec",8986 "parking_lot 0.11.1",8987 "pdqselect",8988 "rand 0.7.3",8989 "retain_mut",8990 "sc-client-api",8991 "sc-consensus-epochs",8992 "sc-consensus-slots",8993 "sc-consensus-uncles",8994 "sc-keystore",8995 "sc-telemetry",8996 "schnorrkel",8997 "serde",8998 "sp-api",8999 "sp-application-crypto",9000 "sp-block-builder",9001 "sp-blockchain",9002 "sp-consensus",9003 "sp-consensus-babe",9004 "sp-consensus-slots",9005 "sp-consensus-vrf",9006 "sp-core",9007 "sp-inherents",9008 "sp-io",9009 "sp-keystore",9010 "sp-runtime",9011 "sp-utils",9012 "sp-version",9013 "substrate-prometheus-endpoint",9014]90159016[[package]]9017name = "sc-consensus-babe-rpc"9018version = "0.9.0"9019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9020dependencies = [9021 "derive_more",9022 "futures 0.3.16",9023 "jsonrpc-core 15.1.0",9024 "jsonrpc-core-client 15.1.0",9025 "jsonrpc-derive 15.1.0",9026 "sc-consensus-babe",9027 "sc-consensus-epochs",9028 "sc-rpc-api",9029 "serde",9030 "sp-api",9031 "sp-application-crypto",9032 "sp-blockchain",9033 "sp-consensus",9034 "sp-consensus-babe",9035 "sp-core",9036 "sp-keystore",9037 "sp-runtime",9038]90399040[[package]]9041name = "sc-consensus-epochs"9042version = "0.9.0"9043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9044dependencies = [9045 "fork-tree",9046 "parity-scale-codec",9047 "sc-client-api",9048 "sc-consensus",9049 "sp-blockchain",9050 "sp-runtime",9051]90529053[[package]]9054name = "sc-consensus-slots"9055version = "0.9.0"9056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9057dependencies = [9058 "async-trait",9059 "futures 0.3.16",9060 "futures-timer 3.0.2",9061 "impl-trait-for-tuples",9062 "log",9063 "parity-scale-codec",9064 "sc-client-api",9065 "sc-telemetry",9066 "sp-api",9067 "sp-application-crypto",9068 "sp-arithmetic",9069 "sp-blockchain",9070 "sp-consensus",9071 "sp-consensus-slots",9072 "sp-core",9073 "sp-inherents",9074 "sp-runtime",9075 "sp-state-machine",9076 "sp-timestamp",9077 "sp-trie",9078 "thiserror",9079]90809081[[package]]9082name = "sc-consensus-uncles"9083version = "0.9.0"9084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9085dependencies = [9086 "sc-client-api",9087 "sp-authorship",9088 "sp-runtime",9089 "thiserror",9090]90919092[[package]]9093name = "sc-executor"9094version = "0.9.0"9095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9096dependencies = [9097 "derive_more",9098 "lazy_static",9099 "libsecp256k1 0.3.5",9100 "log",9101 "parity-scale-codec",9102 "parity-wasm 0.42.2",9103 "parking_lot 0.11.1",9104 "sc-executor-common",9105 "sc-executor-wasmi",9106 "sc-executor-wasmtime",9107 "sp-api",9108 "sp-core",9109 "sp-externalities",9110 "sp-io",9111 "sp-panic-handler",9112 "sp-runtime-interface",9113 "sp-serializer",9114 "sp-tasks",9115 "sp-trie",9116 "sp-version",9117 "sp-wasm-interface",9118 "wasmi",9119]91209121[[package]]9122name = "sc-executor-common"9123version = "0.9.0"9124source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9125dependencies = [9126 "derive_more",9127 "parity-scale-codec",9128 "pwasm-utils",9129 "sc-allocator",9130 "sp-core",9131 "sp-maybe-compressed-blob",9132 "sp-serializer",9133 "sp-wasm-interface",9134 "thiserror",9135 "wasmi",9136]91379138[[package]]9139name = "sc-executor-wasmi"9140version = "0.9.0"9141source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9142dependencies = [9143 "log",9144 "parity-scale-codec",9145 "sc-allocator",9146 "sc-executor-common",9147 "sp-core",9148 "sp-runtime-interface",9149 "sp-wasm-interface",9150 "wasmi",9151]91529153[[package]]9154name = "sc-executor-wasmtime"9155version = "0.9.0"9156source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9157dependencies = [9158 "cfg-if 1.0.0",9159 "libc",9160 "log",9161 "parity-scale-codec",9162 "parity-wasm 0.42.2",9163 "sc-allocator",9164 "sc-executor-common",9165 "scoped-tls",9166 "sp-core",9167 "sp-runtime-interface",9168 "sp-wasm-interface",9169 "wasmtime",9170]91719172[[package]]9173name = "sc-finality-grandpa"9174version = "0.9.0"9175source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9176dependencies = [9177 "async-trait",9178 "derive_more",9179 "dyn-clone",9180 "finality-grandpa",9181 "fork-tree",9182 "futures 0.3.16",9183 "futures-timer 3.0.2",9184 "linked-hash-map",9185 "log",9186 "parity-scale-codec",9187 "parking_lot 0.11.1",9188 "pin-project 1.0.8",9189 "rand 0.7.3",9190 "sc-block-builder",9191 "sc-client-api",9192 "sc-consensus",9193 "sc-keystore",9194 "sc-network",9195 "sc-network-gossip",9196 "sc-telemetry",9197 "serde_json",9198 "sp-api",9199 "sp-application-crypto",9200 "sp-arithmetic",9201 "sp-blockchain",9202 "sp-consensus",9203 "sp-core",9204 "sp-finality-grandpa",9205 "sp-inherents",9206 "sp-keystore",9207 "sp-runtime",9208 "sp-utils",9209 "substrate-prometheus-endpoint",9210 "wasm-timer",9211]92129213[[package]]9214name = "sc-finality-grandpa-rpc"9215version = "0.9.0"9216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9217dependencies = [9218 "derive_more",9219 "finality-grandpa",9220 "futures 0.3.16",9221 "jsonrpc-core 15.1.0",9222 "jsonrpc-core-client 15.1.0",9223 "jsonrpc-derive 15.1.0",9224 "jsonrpc-pubsub 15.1.0",9225 "log",9226 "parity-scale-codec",9227 "sc-client-api",9228 "sc-finality-grandpa",9229 "sc-rpc",9230 "serde",9231 "serde_json",9232 "sp-blockchain",9233 "sp-core",9234 "sp-runtime",9235]92369237[[package]]9238name = "sc-finality-grandpa-warp-sync"9239version = "0.9.0"9240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9241dependencies = [9242 "derive_more",9243 "futures 0.3.16",9244 "log",9245 "num-traits",9246 "parity-scale-codec",9247 "parking_lot 0.11.1",9248 "prost",9249 "sc-client-api",9250 "sc-finality-grandpa",9251 "sc-network",9252 "sc-service",9253 "sp-blockchain",9254 "sp-finality-grandpa",9255 "sp-runtime",9256]92579258[[package]]9259name = "sc-informant"9260version = "0.9.0"9261source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9262dependencies = [9263 "ansi_term 0.12.1",9264 "futures 0.3.16",9265 "futures-timer 3.0.2",9266 "log",9267 "parity-util-mem",9268 "sc-client-api",9269 "sc-network",9270 "sp-blockchain",9271 "sp-runtime",9272 "sp-transaction-pool",9273 "wasm-timer",9274]92759276[[package]]9277name = "sc-keystore"9278version = "3.0.0"9279source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9280dependencies = [9281 "async-trait",9282 "derive_more",9283 "futures 0.3.16",9284 "futures-util",9285 "hex",9286 "merlin",9287 "parking_lot 0.11.1",9288 "rand 0.7.3",9289 "serde_json",9290 "sp-application-crypto",9291 "sp-core",9292 "sp-keystore",9293 "subtle 2.4.1",9294]92959296[[package]]9297name = "sc-light"9298version = "3.0.0"9299source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9300dependencies = [9301 "hash-db",9302 "lazy_static",9303 "parity-scale-codec",9304 "parking_lot 0.11.1",9305 "sc-client-api",9306 "sc-executor",9307 "sp-api",9308 "sp-blockchain",9309 "sp-core",9310 "sp-externalities",9311 "sp-runtime",9312 "sp-state-machine",9313]93149315[[package]]9316name = "sc-network"9317version = "0.9.0"9318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9319dependencies = [9320 "async-std",9321 "async-trait",9322 "asynchronous-codec 0.5.0",9323 "bitflags",9324 "bs58",9325 "bytes 1.0.1",9326 "cid",9327 "derive_more",9328 "either",9329 "erased-serde",9330 "fnv",9331 "fork-tree",9332 "futures 0.3.16",9333 "futures-timer 3.0.2",9334 "hex",9335 "ip_network",9336 "libp2p",9337 "linked-hash-map",9338 "linked_hash_set",9339 "log",9340 "lru",9341 "nohash-hasher",9342 "parity-scale-codec",9343 "parking_lot 0.11.1",9344 "pin-project 1.0.8",9345 "prost",9346 "prost-build",9347 "rand 0.7.3",9348 "sc-block-builder",9349 "sc-client-api",9350 "sc-peerset",9351 "serde",9352 "serde_json",9353 "smallvec 1.6.1",9354 "sp-arithmetic",9355 "sp-blockchain",9356 "sp-consensus",9357 "sp-core",9358 "sp-runtime",9359 "sp-utils",9360 "substrate-prometheus-endpoint",9361 "thiserror",9362 "unsigned-varint 0.6.0",9363 "void",9364 "wasm-timer",9365 "zeroize",9366]93679368[[package]]9369name = "sc-network-gossip"9370version = "0.9.0"9371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9372dependencies = [9373 "futures 0.3.16",9374 "futures-timer 3.0.2",9375 "libp2p",9376 "log",9377 "lru",9378 "sc-network",9379 "sp-runtime",9380 "substrate-prometheus-endpoint",9381 "tracing",9382 "wasm-timer",9383]93849385[[package]]9386name = "sc-offchain"9387version = "3.0.0"9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9389dependencies = [9390 "bytes 0.5.6",9391 "fnv",9392 "futures 0.3.16",9393 "futures-timer 3.0.2",9394 "hex",9395 "hyper 0.13.10",9396 "hyper-rustls",9397 "log",9398 "num_cpus",9399 "parity-scale-codec",9400 "parking_lot 0.11.1",9401 "rand 0.7.3",9402 "sc-client-api",9403 "sc-keystore",9404 "sc-network",9405 "sp-api",9406 "sp-core",9407 "sp-offchain",9408 "sp-runtime",9409 "sp-utils",9410 "threadpool",9411]94129413[[package]]9414name = "sc-peerset"9415version = "3.0.0"9416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9417dependencies = [9418 "futures 0.3.16",9419 "libp2p",9420 "log",9421 "serde_json",9422 "sp-utils",9423 "wasm-timer",9424]94259426[[package]]9427name = "sc-proposer-metrics"9428version = "0.9.0"9429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9430dependencies = [9431 "log",9432 "substrate-prometheus-endpoint",9433]94349435[[package]]9436name = "sc-rpc"9437version = "3.0.0"9438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9439dependencies = [9440 "futures 0.3.16",9441 "hash-db",9442 "jsonrpc-core 15.1.0",9443 "jsonrpc-pubsub 15.1.0",9444 "log",9445 "parity-scale-codec",9446 "parking_lot 0.11.1",9447 "sc-block-builder",9448 "sc-chain-spec",9449 "sc-client-api",9450 "sc-executor",9451 "sc-keystore",9452 "sc-rpc-api",9453 "sc-tracing",9454 "serde_json",9455 "sp-api",9456 "sp-blockchain",9457 "sp-core",9458 "sp-keystore",9459 "sp-offchain",9460 "sp-rpc",9461 "sp-runtime",9462 "sp-session",9463 "sp-state-machine",9464 "sp-tracing",9465 "sp-transaction-pool",9466 "sp-utils",9467 "sp-version",9468]94699470[[package]]9471name = "sc-rpc-api"9472version = "0.9.0"9473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9474dependencies = [9475 "derive_more",9476 "futures 0.3.16",9477 "jsonrpc-core 15.1.0",9478 "jsonrpc-core-client 15.1.0",9479 "jsonrpc-derive 15.1.0",9480 "jsonrpc-pubsub 15.1.0",9481 "log",9482 "parity-scale-codec",9483 "parking_lot 0.11.1",9484 "sc-chain-spec",9485 "serde",9486 "serde_json",9487 "sp-core",9488 "sp-rpc",9489 "sp-runtime",9490 "sp-tracing",9491 "sp-transaction-pool",9492 "sp-version",9493]94949495[[package]]9496name = "sc-rpc-server"9497version = "3.0.0"9498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9499dependencies = [9500 "futures 0.1.31",9501 "jsonrpc-core 15.1.0",9502 "jsonrpc-http-server",9503 "jsonrpc-ipc-server",9504 "jsonrpc-pubsub 15.1.0",9505 "jsonrpc-ws-server",9506 "log",9507 "serde",9508 "serde_json",9509 "sp-runtime",9510 "substrate-prometheus-endpoint",9511]95129513[[package]]9514name = "sc-service"9515version = "0.9.0"9516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9517dependencies = [9518 "async-trait",9519 "directories",9520 "exit-future",9521 "futures 0.1.31",9522 "futures 0.3.16",9523 "futures-timer 3.0.2",9524 "hash-db",9525 "jsonrpc-core 15.1.0",9526 "jsonrpc-pubsub 15.1.0",9527 "lazy_static",9528 "log",9529 "parity-scale-codec",9530 "parity-util-mem",9531 "parking_lot 0.11.1",9532 "pin-project 1.0.8",9533 "rand 0.7.3",9534 "sc-block-builder",9535 "sc-chain-spec",9536 "sc-client-api",9537 "sc-client-db",9538 "sc-executor",9539 "sc-informant",9540 "sc-keystore",9541 "sc-light",9542 "sc-network",9543 "sc-offchain",9544 "sc-rpc",9545 "sc-rpc-server",9546 "sc-telemetry",9547 "sc-tracing",9548 "sc-transaction-pool",9549 "serde",9550 "serde_json",9551 "sp-api",9552 "sp-application-crypto",9553 "sp-block-builder",9554 "sp-blockchain",9555 "sp-consensus",9556 "sp-core",9557 "sp-externalities",9558 "sp-inherents",9559 "sp-io",9560 "sp-keystore",9561 "sp-runtime",9562 "sp-session",9563 "sp-state-machine",9564 "sp-storage",9565 "sp-tracing",9566 "sp-transaction-pool",9567 "sp-transaction-storage-proof",9568 "sp-trie",9569 "sp-utils",9570 "sp-version",9571 "substrate-prometheus-endpoint",9572 "tempfile",9573 "thiserror",9574 "tracing",9575 "tracing-futures",9576 "wasm-timer",9577]95789579[[package]]9580name = "sc-state-db"9581version = "0.9.0"9582source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9583dependencies = [9584 "log",9585 "parity-scale-codec",9586 "parity-util-mem",9587 "parity-util-mem-derive",9588 "parking_lot 0.11.1",9589 "sc-client-api",9590 "sp-core",9591 "thiserror",9592]95939594[[package]]9595name = "sc-sync-state-rpc"9596version = "0.9.0"9597source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9598dependencies = [9599 "jsonrpc-core 15.1.0",9600 "jsonrpc-core-client 15.1.0",9601 "jsonrpc-derive 15.1.0",9602 "sc-chain-spec",9603 "sc-client-api",9604 "sc-consensus-babe",9605 "sc-consensus-epochs",9606 "sc-finality-grandpa",9607 "sc-rpc-api",9608 "serde_json",9609 "sp-blockchain",9610 "sp-runtime",9611 "thiserror",9612]96139614[[package]]9615name = "sc-telemetry"9616version = "3.0.0"9617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9618dependencies = [9619 "chrono",9620 "futures 0.3.16",9621 "libp2p",9622 "log",9623 "parking_lot 0.11.1",9624 "pin-project 1.0.8",9625 "rand 0.7.3",9626 "serde",9627 "serde_json",9628 "take_mut",9629 "thiserror",9630 "void",9631 "wasm-timer",9632]96339634[[package]]9635name = "sc-tracing"9636version = "3.0.0"9637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9638dependencies = [9639 "ansi_term 0.12.1",9640 "atty",9641 "erased-serde",9642 "lazy_static",9643 "log",9644 "once_cell",9645 "parking_lot 0.11.1",9646 "regex",9647 "rustc-hash",9648 "sc-client-api",9649 "sc-rpc-server",9650 "sc-telemetry",9651 "sc-tracing-proc-macro",9652 "serde",9653 "serde_json",9654 "sp-api",9655 "sp-block-builder",9656 "sp-blockchain",9657 "sp-core",9658 "sp-rpc",9659 "sp-runtime",9660 "sp-storage",9661 "sp-tracing",9662 "thiserror",9663 "tracing",9664 "tracing-log",9665 "tracing-subscriber",9666 "wasm-bindgen",9667 "wasm-timer",9668 "web-sys",9669]96709671[[package]]9672name = "sc-tracing-proc-macro"9673version = "3.0.0"9674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9675dependencies = [9676 "proc-macro-crate 1.0.0",9677 "proc-macro2",9678 "quote",9679 "syn",9680]96819682[[package]]9683name = "sc-transaction-graph"9684version = "3.0.0"9685source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9686dependencies = [9687 "derive_more",9688 "futures 0.3.16",9689 "linked-hash-map",9690 "log",9691 "parity-util-mem",9692 "parking_lot 0.11.1",9693 "retain_mut",9694 "serde",9695 "sp-blockchain",9696 "sp-core",9697 "sp-runtime",9698 "sp-transaction-pool",9699 "sp-utils",9700 "thiserror",9701 "wasm-timer",9702]97039704[[package]]9705name = "sc-transaction-pool"9706version = "3.0.0"9707source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9708dependencies = [9709 "futures 0.3.16",9710 "intervalier",9711 "log",9712 "parity-scale-codec",9713 "parity-util-mem",9714 "parking_lot 0.11.1",9715 "sc-client-api",9716 "sc-transaction-graph",9717 "sp-api",9718 "sp-blockchain",9719 "sp-core",9720 "sp-runtime",9721 "sp-tracing",9722 "sp-transaction-pool",9723 "sp-utils",9724 "substrate-prometheus-endpoint",9725 "thiserror",9726 "wasm-timer",9727]97289729[[package]]9730name = "schannel"9731version = "0.1.19"9732source = "registry+https://github.com/rust-lang/crates.io-index"9733checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9734dependencies = [9735 "lazy_static",9736 "winapi 0.3.9",9737]97389739[[package]]9740name = "schnorrkel"9741version = "0.9.1"9742source = "registry+https://github.com/rust-lang/crates.io-index"9743checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9744dependencies = [9745 "arrayref",9746 "arrayvec 0.5.2",9747 "curve25519-dalek 2.1.3",9748 "getrandom 0.1.16",9749 "merlin",9750 "rand 0.7.3",9751 "rand_core 0.5.1",9752 "sha2 0.8.2",9753 "subtle 2.4.1",9754 "zeroize",9755]97569757[[package]]9758name = "scoped-tls"9759version = "1.0.0"9760source = "registry+https://github.com/rust-lang/crates.io-index"9761checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"97629763[[package]]9764name = "scopeguard"9765version = "1.1.0"9766source = "registry+https://github.com/rust-lang/crates.io-index"9767checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"97689769[[package]]9770name = "scroll"9771version = "0.10.2"9772source = "registry+https://github.com/rust-lang/crates.io-index"9773checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"9774dependencies = [9775 "scroll_derive",9776]97779778[[package]]9779name = "scroll_derive"9780version = "0.10.5"9781source = "registry+https://github.com/rust-lang/crates.io-index"9782checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"9783dependencies = [9784 "proc-macro2",9785 "quote",9786 "syn",9787]97889789[[package]]9790name = "sct"9791version = "0.6.1"9792source = "registry+https://github.com/rust-lang/crates.io-index"9793checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9794dependencies = [9795 "ring",9796 "untrusted",9797]97989799[[package]]9800name = "secrecy"9801version = "0.7.0"9802source = "registry+https://github.com/rust-lang/crates.io-index"9803checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"9804dependencies = [9805 "zeroize",9806]98079808[[package]]9809name = "security-framework"9810version = "1.0.0"9811source = "registry+https://github.com/rust-lang/crates.io-index"9812checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"9813dependencies = [9814 "bitflags",9815 "core-foundation 0.7.0",9816 "core-foundation-sys 0.7.0",9817 "libc",9818 "security-framework-sys 1.0.0",9819]98209821[[package]]9822name = "security-framework"9823version = "2.3.1"9824source = "registry+https://github.com/rust-lang/crates.io-index"9825checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"9826dependencies = [9827 "bitflags",9828 "core-foundation 0.9.1",9829 "core-foundation-sys 0.8.2",9830 "libc",9831 "security-framework-sys 2.3.0",9832]98339834[[package]]9835name = "security-framework-sys"9836version = "1.0.0"9837source = "registry+https://github.com/rust-lang/crates.io-index"9838checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"9839dependencies = [9840 "core-foundation-sys 0.7.0",9841 "libc",9842]98439844[[package]]9845name = "security-framework-sys"9846version = "2.3.0"9847source = "registry+https://github.com/rust-lang/crates.io-index"9848checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"9849dependencies = [9850 "core-foundation-sys 0.8.2",9851 "libc",9852]98539854[[package]]9855name = "semver"9856version = "0.6.0"9857source = "registry+https://github.com/rust-lang/crates.io-index"9858checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9859dependencies = [9860 "semver-parser 0.7.0",9861]98629863[[package]]9864name = "semver"9865version = "0.9.0"9866source = "registry+https://github.com/rust-lang/crates.io-index"9867checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9868dependencies = [9869 "semver-parser 0.7.0",9870]98719872[[package]]9873name = "semver"9874version = "0.11.0"9875source = "registry+https://github.com/rust-lang/crates.io-index"9876checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9877dependencies = [9878 "semver-parser 0.10.2",9879 "serde",9880]98819882[[package]]9883name = "semver-parser"9884version = "0.7.0"9885source = "registry+https://github.com/rust-lang/crates.io-index"9886checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"98879888[[package]]9889name = "semver-parser"9890version = "0.10.2"9891source = "registry+https://github.com/rust-lang/crates.io-index"9892checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9893dependencies = [9894 "pest",9895]98969897[[package]]9898name = "serde"9899version = "1.0.126"9900source = "registry+https://github.com/rust-lang/crates.io-index"9901checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"9902dependencies = [9903 "serde_derive",9904]99059906[[package]]9907name = "serde_derive"9908version = "1.0.126"9909source = "registry+https://github.com/rust-lang/crates.io-index"9910checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"9911dependencies = [9912 "proc-macro2",9913 "quote",9914 "syn",9915]99169917[[package]]9918name = "serde_json"9919version = "1.0.64"9920source = "registry+https://github.com/rust-lang/crates.io-index"9921checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"9922dependencies = [9923 "itoa",9924 "ryu",9925 "serde",9926]99279928[[package]]9929name = "sha-1"9930version = "0.8.2"9931source = "registry+https://github.com/rust-lang/crates.io-index"9932checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9933dependencies = [9934 "block-buffer 0.7.3",9935 "digest 0.8.1",9936 "fake-simd",9937 "opaque-debug 0.2.3",9938]99399940[[package]]9941name = "sha-1"9942version = "0.9.7"9943source = "registry+https://github.com/rust-lang/crates.io-index"9944checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81"9945dependencies = [9946 "block-buffer 0.9.0",9947 "cfg-if 1.0.0",9948 "cpufeatures",9949 "digest 0.9.0",9950 "opaque-debug 0.3.0",9951]99529953[[package]]9954name = "sha2"9955version = "0.8.2"9956source = "registry+https://github.com/rust-lang/crates.io-index"9957checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9958dependencies = [9959 "block-buffer 0.7.3",9960 "digest 0.8.1",9961 "fake-simd",9962 "opaque-debug 0.2.3",9963]99649965[[package]]9966name = "sha2"9967version = "0.9.5"9968source = "registry+https://github.com/rust-lang/crates.io-index"9969checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"9970dependencies = [9971 "block-buffer 0.9.0",9972 "cfg-if 1.0.0",9973 "cpufeatures",9974 "digest 0.9.0",9975 "opaque-debug 0.3.0",9976]99779978[[package]]9979name = "sha3"9980version = "0.8.2"9981source = "registry+https://github.com/rust-lang/crates.io-index"9982checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9983dependencies = [9984 "block-buffer 0.7.3",9985 "byte-tools",9986 "digest 0.8.1",9987 "keccak",9988 "opaque-debug 0.2.3",9989]99909991[[package]]9992name = "sha3"9993version = "0.9.1"9994source = "registry+https://github.com/rust-lang/crates.io-index"9995checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9996dependencies = [9997 "block-buffer 0.9.0",9998 "digest 0.9.0",9999 "keccak",10000 "opaque-debug 0.3.0",10001]1000210003[[package]]10004name = "sharded-slab"10005version = "0.1.1"10006source = "registry+https://github.com/rust-lang/crates.io-index"10007checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"10008dependencies = [10009 "lazy_static",10010]1001110012[[package]]10013name = "shlex"10014version = "1.0.0"10015source = "registry+https://github.com/rust-lang/crates.io-index"10016checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"1001710018[[package]]10019name = "signal-hook"10020version = "0.3.9"10021source = "registry+https://github.com/rust-lang/crates.io-index"10022checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"10023dependencies = [10024 "libc",10025 "signal-hook-registry",10026]1002710028[[package]]10029name = "signal-hook-registry"10030version = "1.4.0"10031source = "registry+https://github.com/rust-lang/crates.io-index"10032checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10033dependencies = [10034 "libc",10035]1003610037[[package]]10038name = "signature"10039version = "1.3.1"10040source = "registry+https://github.com/rust-lang/crates.io-index"10041checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"1004210043[[package]]10044name = "simba"10045version = "0.5.1"10046source = "registry+https://github.com/rust-lang/crates.io-index"10047checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10048dependencies = [10049 "approx",10050 "num-complex",10051 "num-traits",10052 "paste",10053]1005410055[[package]]10056name = "slab"10057version = "0.4.3"10058source = "registry+https://github.com/rust-lang/crates.io-index"10059checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"1006010061[[package]]10062name = "slog"10063version = "2.7.0"10064source = "registry+https://github.com/rust-lang/crates.io-index"10065checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"10066dependencies = [10067 "erased-serde",10068]1006910070[[package]]10071name = "slot-range-helper"10072version = "0.9.8"10073source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"10074dependencies = [10075 "enumn",10076 "parity-scale-codec",10077 "paste",10078 "sp-runtime",10079 "sp-std",10080]1008110082[[package]]10083name = "slotmap"10084version = "1.0.5"10085source = "registry+https://github.com/rust-lang/crates.io-index"10086checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4"10087dependencies = [10088 "version_check",10089]1009010091[[package]]10092name = "smallvec"10093version = "0.6.14"10094source = "registry+https://github.com/rust-lang/crates.io-index"10095checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"10096dependencies = [10097 "maybe-uninit",10098]1009910100[[package]]10101name = "smallvec"10102version = "1.6.1"10103source = "registry+https://github.com/rust-lang/crates.io-index"10104checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"1010510106[[package]]10107name = "snow"10108version = "0.7.2"10109source = "registry+https://github.com/rust-lang/crates.io-index"10110checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50"10111dependencies = [10112 "aes-gcm",10113 "blake2",10114 "chacha20poly1305",10115 "rand 0.7.3",10116 "rand_core 0.5.1",10117 "ring",10118 "rustc_version 0.2.3",10119 "sha2 0.9.5",10120 "subtle 2.4.1",10121 "x25519-dalek",10122]1012310124[[package]]10125name = "socket2"10126version = "0.3.19"10127source = "registry+https://github.com/rust-lang/crates.io-index"10128checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10129dependencies = [10130 "cfg-if 1.0.0",10131 "libc",10132 "winapi 0.3.9",10133]1013410135[[package]]10136name = "socket2"10137version = "0.4.0"10138source = "registry+https://github.com/rust-lang/crates.io-index"10139checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"10140dependencies = [10141 "libc",10142 "winapi 0.3.9",10143]1014410145[[package]]10146name = "soketto"10147version = "0.4.2"10148source = "registry+https://github.com/rust-lang/crates.io-index"10149checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"10150dependencies = [10151 "base64 0.12.3",10152 "bytes 0.5.6",10153 "flate2",10154 "futures 0.3.16",10155 "httparse",10156 "log",10157 "rand 0.7.3",10158 "sha-1 0.9.7",10159]1016010161[[package]]10162name = "soketto"10163version = "0.5.0"10164source = "registry+https://github.com/rust-lang/crates.io-index"10165checksum = "4919971d141dbadaa0e82b5d369e2d7666c98e4625046140615ca363e50d4daa"10166dependencies = [10167 "base64 0.13.0",10168 "bytes 1.0.1",10169 "futures 0.3.16",10170 "httparse",10171 "log",10172 "rand 0.8.4",10173 "sha-1 0.9.7",10174]1017510176[[package]]10177name = "sp-api"10178version = "3.0.0"10179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10180dependencies = [10181 "hash-db",10182 "log",10183 "parity-scale-codec",10184 "sp-api-proc-macro",10185 "sp-core",10186 "sp-runtime",10187 "sp-state-machine",10188 "sp-std",10189 "sp-version",10190 "thiserror",10191]1019210193[[package]]10194name = "sp-api-proc-macro"10195version = "3.0.0"10196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10197dependencies = [10198 "blake2-rfc",10199 "proc-macro-crate 1.0.0",10200 "proc-macro2",10201 "quote",10202 "syn",10203]1020410205[[package]]10206name = "sp-application-crypto"10207version = "3.0.0"10208source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10209dependencies = [10210 "max-encoded-len",10211 "parity-scale-codec",10212 "serde",10213 "sp-core",10214 "sp-io",10215 "sp-std",10216]1021710218[[package]]10219name = "sp-arithmetic"10220version = "3.0.0"10221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10222dependencies = [10223 "integer-sqrt",10224 "num-traits",10225 "parity-scale-codec",10226 "serde",10227 "sp-debug-derive",10228 "sp-std",10229 "static_assertions",10230]1023110232[[package]]10233name = "sp-authority-discovery"10234version = "3.0.0"10235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10236dependencies = [10237 "parity-scale-codec",10238 "sp-api",10239 "sp-application-crypto",10240 "sp-runtime",10241 "sp-std",10242]1024310244[[package]]10245name = "sp-authorship"10246version = "3.0.0"10247source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10248dependencies = [10249 "async-trait",10250 "parity-scale-codec",10251 "sp-inherents",10252 "sp-runtime",10253 "sp-std",10254]1025510256[[package]]10257name = "sp-block-builder"10258version = "3.0.0"10259source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10260dependencies = [10261 "parity-scale-codec",10262 "sp-api",10263 "sp-inherents",10264 "sp-runtime",10265 "sp-std",10266]1026710268[[package]]10269name = "sp-blockchain"10270version = "3.0.0"10271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10272dependencies = [10273 "futures 0.3.16",10274 "log",10275 "lru",10276 "parity-scale-codec",10277 "parking_lot 0.11.1",10278 "sp-api",10279 "sp-consensus",10280 "sp-database",10281 "sp-runtime",10282 "sp-state-machine",10283 "thiserror",10284]1028510286[[package]]10287name = "sp-consensus"10288version = "0.9.0"10289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10290dependencies = [10291 "async-trait",10292 "futures 0.3.16",10293 "futures-timer 3.0.2",10294 "libp2p",10295 "log",10296 "parity-scale-codec",10297 "parking_lot 0.11.1",10298 "serde",10299 "sp-api",10300 "sp-core",10301 "sp-inherents",10302 "sp-runtime",10303 "sp-state-machine",10304 "sp-std",10305 "sp-trie",10306 "sp-utils",10307 "sp-version",10308 "substrate-prometheus-endpoint",10309 "thiserror",10310 "wasm-timer",10311]1031210313[[package]]10314name = "sp-consensus-aura"10315version = "0.9.0"10316source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10317dependencies = [10318 "async-trait",10319 "parity-scale-codec",10320 "sp-api",10321 "sp-application-crypto",10322 "sp-consensus",10323 "sp-consensus-slots",10324 "sp-inherents",10325 "sp-runtime",10326 "sp-std",10327 "sp-timestamp",10328]1032910330[[package]]10331name = "sp-consensus-babe"10332version = "0.9.0"10333source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10334dependencies = [10335 "async-trait",10336 "merlin",10337 "parity-scale-codec",10338 "serde",10339 "sp-api",10340 "sp-application-crypto",10341 "sp-consensus",10342 "sp-consensus-slots",10343 "sp-consensus-vrf",10344 "sp-core",10345 "sp-inherents",10346 "sp-keystore",10347 "sp-runtime",10348 "sp-std",10349 "sp-timestamp",10350]1035110352[[package]]10353name = "sp-consensus-slots"10354version = "0.9.0"10355source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10356dependencies = [10357 "parity-scale-codec",10358 "sp-arithmetic",10359 "sp-runtime",10360]1036110362[[package]]10363name = "sp-consensus-vrf"10364version = "0.9.0"10365source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10366dependencies = [10367 "parity-scale-codec",10368 "schnorrkel",10369 "sp-core",10370 "sp-runtime",10371 "sp-std",10372]1037310374[[package]]10375name = "sp-core"10376version = "3.0.0"10377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10378dependencies = [10379 "base58",10380 "blake2-rfc",10381 "byteorder",10382 "dyn-clonable",10383 "ed25519-dalek",10384 "futures 0.3.16",10385 "hash-db",10386 "hash256-std-hasher",10387 "hex",10388 "impl-serde",10389 "lazy_static",10390 "libsecp256k1 0.3.5",10391 "log",10392 "max-encoded-len",10393 "merlin",10394 "num-traits",10395 "parity-scale-codec",10396 "parity-util-mem",10397 "parking_lot 0.11.1",10398 "primitive-types",10399 "rand 0.7.3",10400 "regex",10401 "schnorrkel",10402 "secrecy",10403 "serde",10404 "sha2 0.9.5",10405 "sp-debug-derive",10406 "sp-externalities",10407 "sp-runtime-interface",10408 "sp-std",10409 "sp-storage",10410 "substrate-bip39",10411 "thiserror",10412 "tiny-bip39",10413 "tiny-keccak",10414 "twox-hash",10415 "wasmi",10416 "zeroize",10417]1041810419[[package]]10420name = "sp-database"10421version = "3.0.0"10422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10423dependencies = [10424 "kvdb",10425 "parking_lot 0.11.1",10426]1042710428[[package]]10429name = "sp-debug-derive"10430version = "3.0.0"10431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10432dependencies = [10433 "proc-macro2",10434 "quote",10435 "syn",10436]1043710438[[package]]10439name = "sp-externalities"10440version = "0.9.0"10441source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10442dependencies = [10443 "environmental",10444 "parity-scale-codec",10445 "sp-std",10446 "sp-storage",10447]1044810449[[package]]10450name = "sp-finality-grandpa"10451version = "3.0.0"10452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10453dependencies = [10454 "finality-grandpa",10455 "log",10456 "parity-scale-codec",10457 "serde",10458 "sp-api",10459 "sp-application-crypto",10460 "sp-core",10461 "sp-keystore",10462 "sp-runtime",10463 "sp-std",10464]1046510466[[package]]10467name = "sp-inherents"10468version = "3.0.0"10469source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10470dependencies = [10471 "async-trait",10472 "impl-trait-for-tuples",10473 "parity-scale-codec",10474 "sp-core",10475 "sp-runtime",10476 "sp-std",10477 "thiserror",10478]1047910480[[package]]10481name = "sp-io"10482version = "3.0.0"10483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10484dependencies = [10485 "futures 0.3.16",10486 "hash-db",10487 "libsecp256k1 0.3.5",10488 "log",10489 "parity-scale-codec",10490 "parking_lot 0.11.1",10491 "sp-core",10492 "sp-externalities",10493 "sp-keystore",10494 "sp-maybe-compressed-blob",10495 "sp-runtime-interface",10496 "sp-state-machine",10497 "sp-std",10498 "sp-tracing",10499 "sp-trie",10500 "sp-wasm-interface",10501 "tracing",10502 "tracing-core",10503]1050410505[[package]]10506name = "sp-keyring"10507version = "3.0.0"10508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10509dependencies = [10510 "lazy_static",10511 "sp-core",10512 "sp-runtime",10513 "strum",10514]1051510516[[package]]10517name = "sp-keystore"10518version = "0.9.0"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10520dependencies = [10521 "async-trait",10522 "derive_more",10523 "futures 0.3.16",10524 "merlin",10525 "parity-scale-codec",10526 "parking_lot 0.11.1",10527 "schnorrkel",10528 "serde",10529 "sp-core",10530 "sp-externalities",10531]1053210533[[package]]10534name = "sp-maybe-compressed-blob"10535version = "3.0.0"10536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10537dependencies = [10538 "ruzstd",10539 "zstd",10540]1054110542[[package]]10543name = "sp-npos-elections"10544version = "3.0.0"10545source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10546dependencies = [10547 "parity-scale-codec",10548 "serde",10549 "sp-arithmetic",10550 "sp-core",10551 "sp-npos-elections-compact",10552 "sp-std",10553]1055410555[[package]]10556name = "sp-npos-elections-compact"10557version = "3.0.0"10558source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10559dependencies = [10560 "proc-macro-crate 1.0.0",10561 "proc-macro2",10562 "quote",10563 "syn",10564]1056510566[[package]]10567name = "sp-offchain"10568version = "3.0.0"10569source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10570dependencies = [10571 "sp-api",10572 "sp-core",10573 "sp-runtime",10574]1057510576[[package]]10577name = "sp-panic-handler"10578version = "3.0.0"10579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10580dependencies = [10581 "backtrace",10582]1058310584[[package]]10585name = "sp-rpc"10586version = "3.0.0"10587source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10588dependencies = [10589 "rustc-hash",10590 "serde",10591 "sp-core",10592 "tracing-core",10593]1059410595[[package]]10596name = "sp-runtime"10597version = "3.0.0"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10599dependencies = [10600 "either",10601 "hash256-std-hasher",10602 "impl-trait-for-tuples",10603 "log",10604 "max-encoded-len",10605 "parity-scale-codec",10606 "parity-util-mem",10607 "paste",10608 "rand 0.7.3",10609 "serde",10610 "sp-application-crypto",10611 "sp-arithmetic",10612 "sp-core",10613 "sp-io",10614 "sp-std",10615]1061610617[[package]]10618name = "sp-runtime-interface"10619version = "3.0.0"10620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10621dependencies = [10622 "impl-trait-for-tuples",10623 "parity-scale-codec",10624 "primitive-types",10625 "sp-externalities",10626 "sp-runtime-interface-proc-macro",10627 "sp-std",10628 "sp-storage",10629 "sp-tracing",10630 "sp-wasm-interface",10631 "static_assertions",10632]1063310634[[package]]10635name = "sp-runtime-interface-proc-macro"10636version = "3.0.0"10637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10638dependencies = [10639 "Inflector",10640 "proc-macro-crate 1.0.0",10641 "proc-macro2",10642 "quote",10643 "syn",10644]1064510646[[package]]10647name = "sp-sandbox"10648version = "0.9.0"10649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10650dependencies = [10651 "parity-scale-codec",10652 "sp-core",10653 "sp-io",10654 "sp-std",10655 "sp-wasm-interface",10656 "wasmi",10657]1065810659[[package]]10660name = "sp-serializer"10661version = "3.0.0"10662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10663dependencies = [10664 "serde",10665 "serde_json",10666]1066710668[[package]]10669name = "sp-session"10670version = "3.0.0"10671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10672dependencies = [10673 "parity-scale-codec",10674 "sp-api",10675 "sp-core",10676 "sp-runtime",10677 "sp-staking",10678 "sp-std",10679]1068010681[[package]]10682name = "sp-staking"10683version = "3.0.0"10684source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10685dependencies = [10686 "parity-scale-codec",10687 "sp-runtime",10688 "sp-std",10689]1069010691[[package]]10692name = "sp-state-machine"10693version = "0.9.0"10694source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10695dependencies = [10696 "hash-db",10697 "log",10698 "num-traits",10699 "parity-scale-codec",10700 "parking_lot 0.11.1",10701 "rand 0.7.3",10702 "smallvec 1.6.1",10703 "sp-core",10704 "sp-externalities",10705 "sp-panic-handler",10706 "sp-std",10707 "sp-trie",10708 "thiserror",10709 "tracing",10710 "trie-db",10711 "trie-root",10712]1071310714[[package]]10715name = "sp-std"10716version = "3.0.0"10717source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"1071810719[[package]]10720name = "sp-storage"10721version = "3.0.0"10722source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10723dependencies = [10724 "impl-serde",10725 "parity-scale-codec",10726 "ref-cast",10727 "serde",10728 "sp-debug-derive",10729 "sp-std",10730]1073110732[[package]]10733name = "sp-tasks"10734version = "3.0.0"10735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10736dependencies = [10737 "log",10738 "sp-core",10739 "sp-externalities",10740 "sp-io",10741 "sp-runtime-interface",10742 "sp-std",10743]1074410745[[package]]10746name = "sp-timestamp"10747version = "3.0.0"10748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10749dependencies = [10750 "async-trait",10751 "futures-timer 3.0.2",10752 "log",10753 "parity-scale-codec",10754 "sp-api",10755 "sp-inherents",10756 "sp-runtime",10757 "sp-std",10758 "thiserror",10759 "wasm-timer",10760]1076110762[[package]]10763name = "sp-tracing"10764version = "3.0.0"10765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10766dependencies = [10767 "erased-serde",10768 "log",10769 "parity-scale-codec",10770 "parking_lot 0.10.2",10771 "serde",10772 "serde_json",10773 "slog",10774 "sp-std",10775 "tracing",10776 "tracing-core",10777 "tracing-subscriber",10778]1077910780[[package]]10781name = "sp-transaction-pool"10782version = "3.0.0"10783source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10784dependencies = [10785 "derive_more",10786 "futures 0.3.16",10787 "log",10788 "parity-scale-codec",10789 "serde",10790 "sp-api",10791 "sp-blockchain",10792 "sp-runtime",10793 "thiserror",10794]1079510796[[package]]10797name = "sp-transaction-storage-proof"10798version = "3.0.0"10799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10800dependencies = [10801 "async-trait",10802 "log",10803 "parity-scale-codec",10804 "sp-core",10805 "sp-inherents",10806 "sp-runtime",10807 "sp-std",10808 "sp-trie",10809]1081010811[[package]]10812name = "sp-trie"10813version = "3.0.0"10814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10815dependencies = [10816 "hash-db",10817 "memory-db",10818 "parity-scale-codec",10819 "sp-core",10820 "sp-std",10821 "trie-db",10822 "trie-root",10823]1082410825[[package]]10826name = "sp-utils"10827version = "3.0.0"10828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10829dependencies = [10830 "futures 0.3.16",10831 "futures-core",10832 "futures-timer 3.0.2",10833 "lazy_static",10834 "prometheus",10835]1083610837[[package]]10838name = "sp-version"10839version = "3.0.0"10840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10841dependencies = [10842 "impl-serde",10843 "parity-scale-codec",10844 "serde",10845 "sp-runtime",10846 "sp-std",10847 "sp-version-proc-macro",10848]1084910850[[package]]10851name = "sp-version-proc-macro"10852version = "3.0.0"10853source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10854dependencies = [10855 "parity-scale-codec",10856 "proc-macro-crate 1.0.0",10857 "proc-macro2",10858 "quote",10859 "syn",10860]1086110862[[package]]10863name = "sp-wasm-interface"10864version = "3.0.0"10865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10866dependencies = [10867 "impl-trait-for-tuples",10868 "parity-scale-codec",10869 "sp-std",10870 "wasmi",10871]1087210873[[package]]10874name = "spin"10875version = "0.5.2"10876source = "registry+https://github.com/rust-lang/crates.io-index"10877checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1087810879[[package]]10880name = "stable_deref_trait"10881version = "1.2.0"10882source = "registry+https://github.com/rust-lang/crates.io-index"10883checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1088410885[[package]]10886name = "static_assertions"10887version = "1.1.0"10888source = "registry+https://github.com/rust-lang/crates.io-index"10889checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1089010891[[package]]10892name = "static_init"10893version = "0.5.2"10894source = "registry+https://github.com/rust-lang/crates.io-index"10895checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10896dependencies = [10897 "cfg_aliases",10898 "libc",10899 "parking_lot 0.11.1",10900 "static_init_macro",10901]1090210903[[package]]10904name = "static_init_macro"10905version = "0.5.0"10906source = "registry+https://github.com/rust-lang/crates.io-index"10907checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10908dependencies = [10909 "cfg_aliases",10910 "memchr",10911 "proc-macro2",10912 "quote",10913 "syn",10914]1091510916[[package]]10917name = "statrs"10918version = "0.15.0"10919source = "registry+https://github.com/rust-lang/crates.io-index"10920checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10921dependencies = [10922 "approx",10923 "lazy_static",10924 "nalgebra",10925 "num-traits",10926 "rand 0.8.4",10927]1092810929[[package]]10930name = "stream-cipher"10931version = "0.7.1"10932source = "registry+https://github.com/rust-lang/crates.io-index"10933checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89"10934dependencies = [10935 "block-cipher",10936 "generic-array 0.14.4",10937]1093810939[[package]]10940name = "string"10941version = "0.2.1"10942source = "registry+https://github.com/rust-lang/crates.io-index"10943checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"10944dependencies = [10945 "bytes 0.4.12",10946]1094710948[[package]]10949name = "strsim"10950version = "0.8.0"10951source = "registry+https://github.com/rust-lang/crates.io-index"10952checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1095310954[[package]]10955name = "strsim"10956version = "0.10.0"10957source = "registry+https://github.com/rust-lang/crates.io-index"10958checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1095910960[[package]]10961name = "structopt"10962version = "0.3.22"10963source = "registry+https://github.com/rust-lang/crates.io-index"10964checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"10965dependencies = [10966 "clap",10967 "lazy_static",10968 "structopt-derive",10969]1097010971[[package]]10972name = "structopt-derive"10973version = "0.4.15"10974source = "registry+https://github.com/rust-lang/crates.io-index"10975checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"10976dependencies = [10977 "heck",10978 "proc-macro-error",10979 "proc-macro2",10980 "quote",10981 "syn",10982]1098310984[[package]]10985name = "strum"10986version = "0.20.0"10987source = "registry+https://github.com/rust-lang/crates.io-index"10988checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"10989dependencies = [10990 "strum_macros",10991]1099210993[[package]]10994name = "strum_macros"10995version = "0.20.1"10996source = "registry+https://github.com/rust-lang/crates.io-index"10997checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"10998dependencies = [10999 "heck",11000 "proc-macro2",11001 "quote",11002 "syn",11003]1100411005[[package]]11006name = "substrate-bip39"11007version = "0.4.2"11008source = "registry+https://github.com/rust-lang/crates.io-index"11009checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"11010dependencies = [11011 "hmac 0.7.1",11012 "pbkdf2 0.3.0",11013 "schnorrkel",11014 "sha2 0.8.2",11015 "zeroize",11016]1101711018[[package]]11019name = "substrate-build-script-utils"11020version = "3.0.0"11021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11022dependencies = [11023 "platforms",11024]1102511026[[package]]11027name = "substrate-frame-rpc-system"11028version = "3.0.0"11029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11030dependencies = [11031 "frame-system-rpc-runtime-api",11032 "futures 0.3.16",11033 "jsonrpc-core 15.1.0",11034 "jsonrpc-core-client 15.1.0",11035 "jsonrpc-derive 15.1.0",11036 "log",11037 "parity-scale-codec",11038 "sc-client-api",11039 "sc-rpc-api",11040 "serde",11041 "sp-api",11042 "sp-block-builder",11043 "sp-blockchain",11044 "sp-core",11045 "sp-runtime",11046 "sp-transaction-pool",11047]1104811049[[package]]11050name = "substrate-prometheus-endpoint"11051version = "0.9.0"11052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11053dependencies = [11054 "async-std",11055 "derive_more",11056 "futures-util",11057 "hyper 0.13.10",11058 "log",11059 "prometheus",11060 "tokio 0.2.25",11061]1106211063[[package]]11064name = "substrate-test-client"11065version = "2.0.1"11066source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11067dependencies = [11068 "async-trait",11069 "futures 0.1.31",11070 "futures 0.3.16",11071 "hash-db",11072 "hex",11073 "parity-scale-codec",11074 "sc-client-api",11075 "sc-client-db",11076 "sc-consensus",11077 "sc-executor",11078 "sc-light",11079 "sc-offchain",11080 "sc-service",11081 "serde",11082 "serde_json",11083 "sp-blockchain",11084 "sp-consensus",11085 "sp-core",11086 "sp-keyring",11087 "sp-keystore",11088 "sp-runtime",11089 "sp-state-machine",11090]1109111092[[package]]11093name = "substrate-test-utils"11094version = "3.0.0"11095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11096dependencies = [11097 "futures 0.3.16",11098 "substrate-test-utils-derive",11099 "tokio 0.2.25",11100]1110111102[[package]]11103name = "substrate-test-utils-derive"11104version = "0.9.0"11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11106dependencies = [11107 "proc-macro-crate 1.0.0",11108 "quote",11109 "syn",11110]1111111112[[package]]11113name = "substrate-wasm-builder"11114version = "4.0.0"11115source = "registry+https://github.com/rust-lang/crates.io-index"11116checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"11117dependencies = [11118 "ansi_term 0.12.1",11119 "atty",11120 "build-helper",11121 "cargo_metadata 0.12.3",11122 "tempfile",11123 "toml",11124 "walkdir",11125 "wasm-gc-api",11126]1112711128[[package]]11129name = "substrate-wasm-builder"11130version = "4.0.0"11131source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11132dependencies = [11133 "ansi_term 0.12.1",11134 "atty",11135 "build-helper",11136 "cargo_metadata 0.13.1",11137 "sp-maybe-compressed-blob",11138 "tempfile",11139 "toml",11140 "walkdir",11141 "wasm-gc-api",11142]1114311144[[package]]11145name = "subtle"11146version = "1.0.0"11147source = "registry+https://github.com/rust-lang/crates.io-index"11148checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1114911150[[package]]11151name = "subtle"11152version = "2.4.1"11153source = "registry+https://github.com/rust-lang/crates.io-index"11154checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1115511156[[package]]11157name = "syn"11158version = "1.0.74"11159source = "registry+https://github.com/rust-lang/crates.io-index"11160checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"11161dependencies = [11162 "proc-macro2",11163 "quote",11164 "unicode-xid",11165]1116611167[[package]]11168name = "synstructure"11169version = "0.12.5"11170source = "registry+https://github.com/rust-lang/crates.io-index"11171checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"11172dependencies = [11173 "proc-macro2",11174 "quote",11175 "syn",11176 "unicode-xid",11177]1117811179[[package]]11180name = "take_mut"11181version = "0.2.2"11182source = "registry+https://github.com/rust-lang/crates.io-index"11183checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"1118411185[[package]]11186name = "tap"11187version = "1.0.1"11188source = "registry+https://github.com/rust-lang/crates.io-index"11189checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1119011191[[package]]11192name = "target-lexicon"11193version = "0.12.1"11194source = "registry+https://github.com/rust-lang/crates.io-index"11195checksum = "b0652da4c4121005e9ed22b79f6c5f2d9e2752906b53a33e9490489ba421a6fb"1119611197[[package]]11198name = "tempfile"11199version = "3.2.0"11200source = "registry+https://github.com/rust-lang/crates.io-index"11201checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"11202dependencies = [11203 "cfg-if 1.0.0",11204 "libc",11205 "rand 0.8.4",11206 "redox_syscall 0.2.9",11207 "remove_dir_all",11208 "winapi 0.3.9",11209]1121011211[[package]]11212name = "termcolor"11213version = "1.1.2"11214source = "registry+https://github.com/rust-lang/crates.io-index"11215checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11216dependencies = [11217 "winapi-util",11218]1121911220[[package]]11221name = "textwrap"11222version = "0.11.0"11223source = "registry+https://github.com/rust-lang/crates.io-index"11224checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11225dependencies = [11226 "unicode-width",11227]1122811229[[package]]11230name = "thiserror"11231version = "1.0.26"11232source = "registry+https://github.com/rust-lang/crates.io-index"11233checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"11234dependencies = [11235 "thiserror-impl",11236]1123711238[[package]]11239name = "thiserror-impl"11240version = "1.0.26"11241source = "registry+https://github.com/rust-lang/crates.io-index"11242checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"11243dependencies = [11244 "proc-macro2",11245 "quote",11246 "syn",11247]1124811249[[package]]11250name = "thread_local"11251version = "1.1.3"11252source = "registry+https://github.com/rust-lang/crates.io-index"11253checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"11254dependencies = [11255 "once_cell",11256]1125711258[[package]]11259name = "threadpool"11260version = "1.8.1"11261source = "registry+https://github.com/rust-lang/crates.io-index"11262checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11263dependencies = [11264 "num_cpus",11265]1126611267[[package]]11268name = "thrift"11269version = "0.13.0"11270source = "registry+https://github.com/rust-lang/crates.io-index"11271checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"11272dependencies = [11273 "byteorder",11274 "integer-encoding",11275 "log",11276 "ordered-float",11277 "threadpool",11278]1127911280[[package]]11281name = "time"11282version = "0.1.44"11283source = "registry+https://github.com/rust-lang/crates.io-index"11284checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11285dependencies = [11286 "libc",11287 "wasi 0.10.0+wasi-snapshot-preview1",11288 "winapi 0.3.9",11289]1129011291[[package]]11292name = "tiny-bip39"11293version = "0.8.0"11294source = "registry+https://github.com/rust-lang/crates.io-index"11295checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"11296dependencies = [11297 "anyhow",11298 "hmac 0.8.1",11299 "once_cell",11300 "pbkdf2 0.4.0",11301 "rand 0.7.3",11302 "rustc-hash",11303 "sha2 0.9.5",11304 "thiserror",11305 "unicode-normalization",11306 "zeroize",11307]1130811309[[package]]11310name = "tiny-keccak"11311version = "2.0.2"11312source = "registry+https://github.com/rust-lang/crates.io-index"11313checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11314dependencies = [11315 "crunchy",11316]1131711318[[package]]11319name = "tinyvec"11320version = "1.3.1"11321source = "registry+https://github.com/rust-lang/crates.io-index"11322checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"11323dependencies = [11324 "tinyvec_macros",11325]1132611327[[package]]11328name = "tinyvec_macros"11329version = "0.1.0"11330source = "registry+https://github.com/rust-lang/crates.io-index"11331checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1133211333[[package]]11334name = "tokio"11335version = "0.1.22"11336source = "registry+https://github.com/rust-lang/crates.io-index"11337checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"11338dependencies = [11339 "bytes 0.4.12",11340 "futures 0.1.31",11341 "mio",11342 "num_cpus",11343 "tokio-codec",11344 "tokio-current-thread",11345 "tokio-executor",11346 "tokio-fs",11347 "tokio-io",11348 "tokio-reactor",11349 "tokio-sync",11350 "tokio-tcp",11351 "tokio-threadpool",11352 "tokio-timer",11353 "tokio-udp",11354 "tokio-uds",11355]1135611357[[package]]11358name = "tokio"11359version = "0.2.25"11360source = "registry+https://github.com/rust-lang/crates.io-index"11361checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11362dependencies = [11363 "bytes 0.5.6",11364 "fnv",11365 "futures-core",11366 "iovec",11367 "lazy_static",11368 "libc",11369 "memchr",11370 "mio",11371 "mio-uds",11372 "num_cpus",11373 "pin-project-lite 0.1.12",11374 "signal-hook-registry",11375 "slab",11376 "tokio-macros",11377 "winapi 0.3.9",11378]1137911380[[package]]11381name = "tokio"11382version = "1.9.0"11383source = "registry+https://github.com/rust-lang/crates.io-index"11384checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"11385dependencies = [11386 "autocfg",11387 "pin-project-lite 0.2.7",11388]1138911390[[package]]11391name = "tokio-buf"11392version = "0.1.1"11393source = "registry+https://github.com/rust-lang/crates.io-index"11394checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"11395dependencies = [11396 "bytes 0.4.12",11397 "either",11398 "futures 0.1.31",11399]1140011401[[package]]11402name = "tokio-codec"11403version = "0.1.2"11404source = "registry+https://github.com/rust-lang/crates.io-index"11405checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"11406dependencies = [11407 "bytes 0.4.12",11408 "futures 0.1.31",11409 "tokio-io",11410]1141111412[[package]]11413name = "tokio-current-thread"11414version = "0.1.7"11415source = "registry+https://github.com/rust-lang/crates.io-index"11416checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"11417dependencies = [11418 "futures 0.1.31",11419 "tokio-executor",11420]1142111422[[package]]11423name = "tokio-executor"11424version = "0.1.10"11425source = "registry+https://github.com/rust-lang/crates.io-index"11426checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"11427dependencies = [11428 "crossbeam-utils 0.7.2",11429 "futures 0.1.31",11430]1143111432[[package]]11433name = "tokio-fs"11434version = "0.1.7"11435source = "registry+https://github.com/rust-lang/crates.io-index"11436checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"11437dependencies = [11438 "futures 0.1.31",11439 "tokio-io",11440 "tokio-threadpool",11441]1144211443[[package]]11444name = "tokio-io"11445version = "0.1.13"11446source = "registry+https://github.com/rust-lang/crates.io-index"11447checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"11448dependencies = [11449 "bytes 0.4.12",11450 "futures 0.1.31",11451 "log",11452]1145311454[[package]]11455name = "tokio-macros"11456version = "0.2.6"11457source = "registry+https://github.com/rust-lang/crates.io-index"11458checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11459dependencies = [11460 "proc-macro2",11461 "quote",11462 "syn",11463]1146411465[[package]]11466name = "tokio-named-pipes"11467version = "0.1.0"11468source = "registry+https://github.com/rust-lang/crates.io-index"11469checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11470dependencies = [11471 "bytes 0.4.12",11472 "futures 0.1.31",11473 "mio",11474 "mio-named-pipes",11475 "tokio 0.1.22",11476]1147711478[[package]]11479name = "tokio-reactor"11480version = "0.1.12"11481source = "registry+https://github.com/rust-lang/crates.io-index"11482checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"11483dependencies = [11484 "crossbeam-utils 0.7.2",11485 "futures 0.1.31",11486 "lazy_static",11487 "log",11488 "mio",11489 "num_cpus",11490 "parking_lot 0.9.0",11491 "slab",11492 "tokio-executor",11493 "tokio-io",11494 "tokio-sync",11495]1149611497[[package]]11498name = "tokio-rustls"11499version = "0.14.1"11500source = "registry+https://github.com/rust-lang/crates.io-index"11501checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"11502dependencies = [11503 "futures-core",11504 "rustls 0.18.1",11505 "tokio 0.2.25",11506 "webpki",11507]1150811509[[package]]11510name = "tokio-rustls"11511version = "0.15.0"11512source = "registry+https://github.com/rust-lang/crates.io-index"11513checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"11514dependencies = [11515 "futures-core",11516 "rustls 0.19.1",11517 "tokio 0.2.25",11518 "webpki",11519]1152011521[[package]]11522name = "tokio-service"11523version = "0.1.0"11524source = "registry+https://github.com/rust-lang/crates.io-index"11525checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"11526dependencies = [11527 "futures 0.1.31",11528]1152911530[[package]]11531name = "tokio-sync"11532version = "0.1.8"11533source = "registry+https://github.com/rust-lang/crates.io-index"11534checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"11535dependencies = [11536 "fnv",11537 "futures 0.1.31",11538]1153911540[[package]]11541name = "tokio-tcp"11542version = "0.1.4"11543source = "registry+https://github.com/rust-lang/crates.io-index"11544checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"11545dependencies = [11546 "bytes 0.4.12",11547 "futures 0.1.31",11548 "iovec",11549 "mio",11550 "tokio-io",11551 "tokio-reactor",11552]1155311554[[package]]11555name = "tokio-threadpool"11556version = "0.1.18"11557source = "registry+https://github.com/rust-lang/crates.io-index"11558checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"11559dependencies = [11560 "crossbeam-deque 0.7.3",11561 "crossbeam-queue",11562 "crossbeam-utils 0.7.2",11563 "futures 0.1.31",11564 "lazy_static",11565 "log",11566 "num_cpus",11567 "slab",11568 "tokio-executor",11569]1157011571[[package]]11572name = "tokio-timer"11573version = "0.2.13"11574source = "registry+https://github.com/rust-lang/crates.io-index"11575checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"11576dependencies = [11577 "crossbeam-utils 0.7.2",11578 "futures 0.1.31",11579 "slab",11580 "tokio-executor",11581]1158211583[[package]]11584name = "tokio-udp"11585version = "0.1.6"11586source = "registry+https://github.com/rust-lang/crates.io-index"11587checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"11588dependencies = [11589 "bytes 0.4.12",11590 "futures 0.1.31",11591 "log",11592 "mio",11593 "tokio-codec",11594 "tokio-io",11595 "tokio-reactor",11596]1159711598[[package]]11599name = "tokio-uds"11600version = "0.2.7"11601source = "registry+https://github.com/rust-lang/crates.io-index"11602checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"11603dependencies = [11604 "bytes 0.4.12",11605 "futures 0.1.31",11606 "iovec",11607 "libc",11608 "log",11609 "mio",11610 "mio-uds",11611 "tokio-codec",11612 "tokio-io",11613 "tokio-reactor",11614]1161511616[[package]]11617name = "tokio-util"11618version = "0.3.1"11619source = "registry+https://github.com/rust-lang/crates.io-index"11620checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"11621dependencies = [11622 "bytes 0.5.6",11623 "futures-core",11624 "futures-io",11625 "futures-sink",11626 "log",11627 "pin-project-lite 0.1.12",11628 "tokio 0.2.25",11629]1163011631[[package]]11632name = "toml"11633version = "0.5.8"11634source = "registry+https://github.com/rust-lang/crates.io-index"11635checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11636dependencies = [11637 "serde",11638]1163911640[[package]]11641name = "tower-service"11642version = "0.3.1"11643source = "registry+https://github.com/rust-lang/crates.io-index"11644checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1164511646[[package]]11647name = "tracing"11648version = "0.1.26"11649source = "registry+https://github.com/rust-lang/crates.io-index"11650checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"11651dependencies = [11652 "cfg-if 1.0.0",11653 "log",11654 "pin-project-lite 0.2.7",11655 "tracing-attributes",11656 "tracing-core",11657]1165811659[[package]]11660name = "tracing-attributes"11661version = "0.1.15"11662source = "registry+https://github.com/rust-lang/crates.io-index"11663checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"11664dependencies = [11665 "proc-macro2",11666 "quote",11667 "syn",11668]1166911670[[package]]11671name = "tracing-core"11672version = "0.1.18"11673source = "registry+https://github.com/rust-lang/crates.io-index"11674checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"11675dependencies = [11676 "lazy_static",11677]1167811679[[package]]11680name = "tracing-futures"11681version = "0.2.5"11682source = "registry+https://github.com/rust-lang/crates.io-index"11683checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11684dependencies = [11685 "pin-project 1.0.8",11686 "tracing",11687]1168811689[[package]]11690name = "tracing-log"11691version = "0.1.2"11692source = "registry+https://github.com/rust-lang/crates.io-index"11693checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11694dependencies = [11695 "lazy_static",11696 "log",11697 "tracing-core",11698]1169911700[[package]]11701name = "tracing-serde"11702version = "0.1.2"11703source = "registry+https://github.com/rust-lang/crates.io-index"11704checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11705dependencies = [11706 "serde",11707 "tracing-core",11708]1170911710[[package]]11711name = "tracing-subscriber"11712version = "0.2.19"11713source = "registry+https://github.com/rust-lang/crates.io-index"11714checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"11715dependencies = [11716 "ansi_term 0.12.1",11717 "chrono",11718 "lazy_static",11719 "matchers",11720 "regex",11721 "serde",11722 "serde_json",11723 "sharded-slab",11724 "smallvec 1.6.1",11725 "thread_local",11726 "tracing",11727 "tracing-core",11728 "tracing-log",11729 "tracing-serde",11730]1173111732[[package]]11733name = "trie-db"11734version = "0.22.6"11735source = "registry+https://github.com/rust-lang/crates.io-index"11736checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"11737dependencies = [11738 "hash-db",11739 "hashbrown 0.11.2",11740 "log",11741 "rustc-hex",11742 "smallvec 1.6.1",11743]1174411745[[package]]11746name = "trie-root"11747version = "0.16.0"11748source = "registry+https://github.com/rust-lang/crates.io-index"11749checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"11750dependencies = [11751 "hash-db",11752]1175311754[[package]]11755name = "triehash"11756version = "0.8.4"11757source = "registry+https://github.com/rust-lang/crates.io-index"11758checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11759dependencies = [11760 "hash-db",11761 "rlp",11762]1176311764[[package]]11765name = "trust-dns-proto"11766version = "0.20.3"11767source = "registry+https://github.com/rust-lang/crates.io-index"11768checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11769dependencies = [11770 "async-trait",11771 "cfg-if 1.0.0",11772 "data-encoding",11773 "enum-as-inner",11774 "futures-channel",11775 "futures-io",11776 "futures-util",11777 "idna 0.2.3",11778 "ipnet",11779 "lazy_static",11780 "log",11781 "rand 0.8.4",11782 "smallvec 1.6.1",11783 "thiserror",11784 "tinyvec",11785 "url 2.2.2",11786]1178711788[[package]]11789name = "trust-dns-resolver"11790version = "0.20.3"11791source = "registry+https://github.com/rust-lang/crates.io-index"11792checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11793dependencies = [11794 "cfg-if 1.0.0",11795 "futures-util",11796 "ipconfig",11797 "lazy_static",11798 "log",11799 "lru-cache",11800 "parking_lot 0.11.1",11801 "resolv-conf",11802 "smallvec 1.6.1",11803 "thiserror",11804 "trust-dns-proto",11805]1180611807[[package]]11808name = "try-lock"11809version = "0.2.3"11810source = "registry+https://github.com/rust-lang/crates.io-index"11811checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1181211813[[package]]11814name = "try-runtime-cli"11815version = "0.9.0"11816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11817dependencies = [11818 "frame-try-runtime",11819 "log",11820 "parity-scale-codec",11821 "remote-externalities",11822 "sc-chain-spec",11823 "sc-cli",11824 "sc-client-api",11825 "sc-executor",11826 "sc-service",11827 "serde",11828 "sp-api",11829 "sp-blockchain",11830 "sp-core",11831 "sp-externalities",11832 "sp-io",11833 "sp-keystore",11834 "sp-runtime",11835 "sp-state-machine",11836 "structopt",11837]1183811839[[package]]11840name = "twox-hash"11841version = "1.6.0"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"11844dependencies = [11845 "cfg-if 0.1.10",11846 "rand 0.7.3",11847 "static_assertions",11848]1184911850[[package]]11851name = "typenum"11852version = "1.13.0"11853source = "registry+https://github.com/rust-lang/crates.io-index"11854checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"1185511856[[package]]11857name = "ucd-trie"11858version = "0.1.3"11859source = "registry+https://github.com/rust-lang/crates.io-index"11860checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1186111862[[package]]11863name = "uint"11864version = "0.9.1"11865source = "registry+https://github.com/rust-lang/crates.io-index"11866checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"11867dependencies = [11868 "byteorder",11869 "crunchy",11870 "hex",11871 "static_assertions",11872]1187311874[[package]]11875name = "unicase"11876version = "2.6.0"11877source = "registry+https://github.com/rust-lang/crates.io-index"11878checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11879dependencies = [11880 "version_check",11881]1188211883[[package]]11884name = "unicode-bidi"11885version = "0.3.5"11886source = "registry+https://github.com/rust-lang/crates.io-index"11887checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"11888dependencies = [11889 "matches",11890]1189111892[[package]]11893name = "unicode-normalization"11894version = "0.1.19"11895source = "registry+https://github.com/rust-lang/crates.io-index"11896checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11897dependencies = [11898 "tinyvec",11899]1190011901[[package]]11902name = "unicode-segmentation"11903version = "1.8.0"11904source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"1190611907[[package]]11908name = "unicode-width"11909version = "0.1.8"11910source = "registry+https://github.com/rust-lang/crates.io-index"11911checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"1191211913[[package]]11914name = "unicode-xid"11915version = "0.2.2"11916source = "registry+https://github.com/rust-lang/crates.io-index"11917checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1191811919[[package]]11920name = "universal-hash"11921version = "0.4.1"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11924dependencies = [11925 "generic-array 0.14.4",11926 "subtle 2.4.1",11927]1192811929[[package]]11930name = "unsigned-varint"11931version = "0.5.1"11932source = "registry+https://github.com/rust-lang/crates.io-index"11933checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1193411935[[package]]11936name = "unsigned-varint"11937version = "0.6.0"11938source = "registry+https://github.com/rust-lang/crates.io-index"11939checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11940dependencies = [11941 "asynchronous-codec 0.5.0",11942 "bytes 1.0.1",11943 "futures-io",11944 "futures-util",11945]1194611947[[package]]11948name = "unsigned-varint"11949version = "0.7.0"11950source = "registry+https://github.com/rust-lang/crates.io-index"11951checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11952dependencies = [11953 "asynchronous-codec 0.6.0",11954 "bytes 1.0.1",11955 "futures-io",11956 "futures-util",11957]1195811959[[package]]11960name = "untrusted"11961version = "0.7.1"11962source = "registry+https://github.com/rust-lang/crates.io-index"11963checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1196411965[[package]]11966name = "up-sponsorship"11967version = "0.1.0"11968dependencies = [11969 "impl-trait-for-tuples",11970]1197111972[[package]]11973name = "url"11974version = "1.7.2"11975source = "registry+https://github.com/rust-lang/crates.io-index"11976checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11977dependencies = [11978 "idna 0.1.5",11979 "matches",11980 "percent-encoding 1.0.1",11981]1198211983[[package]]11984name = "url"11985version = "2.2.2"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11988dependencies = [11989 "form_urlencoded",11990 "idna 0.2.3",11991 "matches",11992 "percent-encoding 2.1.0",11993]1199411995[[package]]11996name = "value-bag"11997version = "1.0.0-alpha.7"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"12000dependencies = [12001 "ctor",12002 "version_check",12003]1200412005[[package]]12006name = "vcpkg"12007version = "0.2.15"12008source = "registry+https://github.com/rust-lang/crates.io-index"12009checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1201012011[[package]]12012name = "vec_map"12013version = "0.8.2"12014source = "registry+https://github.com/rust-lang/crates.io-index"12015checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1201612017[[package]]12018name = "version_check"12019version = "0.9.3"12020source = "registry+https://github.com/rust-lang/crates.io-index"12021checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"1202212023[[package]]12024name = "void"12025version = "1.0.2"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1202812029[[package]]12030name = "waker-fn"12031version = "1.1.0"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1203412035[[package]]12036name = "walkdir"12037version = "2.3.2"12038source = "registry+https://github.com/rust-lang/crates.io-index"12039checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12040dependencies = [12041 "same-file",12042 "winapi 0.3.9",12043 "winapi-util",12044]1204512046[[package]]12047name = "want"12048version = "0.2.0"12049source = "registry+https://github.com/rust-lang/crates.io-index"12050checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"12051dependencies = [12052 "futures 0.1.31",12053 "log",12054 "try-lock",12055]1205612057[[package]]12058name = "want"12059version = "0.3.0"12060source = "registry+https://github.com/rust-lang/crates.io-index"12061checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12062dependencies = [12063 "log",12064 "try-lock",12065]1206612067[[package]]12068name = "wasi"12069version = "0.9.0+wasi-snapshot-preview1"12070source = "registry+https://github.com/rust-lang/crates.io-index"12071checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1207212073[[package]]12074name = "wasi"12075version = "0.10.0+wasi-snapshot-preview1"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1207812079[[package]]12080name = "wasm-bindgen"12081version = "0.2.74"12082source = "registry+https://github.com/rust-lang/crates.io-index"12083checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"12084dependencies = [12085 "cfg-if 1.0.0",12086 "wasm-bindgen-macro",12087]1208812089[[package]]12090name = "wasm-bindgen-backend"12091version = "0.2.74"12092source = "registry+https://github.com/rust-lang/crates.io-index"12093checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"12094dependencies = [12095 "bumpalo",12096 "lazy_static",12097 "log",12098 "proc-macro2",12099 "quote",12100 "syn",12101 "wasm-bindgen-shared",12102]1210312104[[package]]12105name = "wasm-bindgen-futures"12106version = "0.4.24"12107source = "registry+https://github.com/rust-lang/crates.io-index"12108checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"12109dependencies = [12110 "cfg-if 1.0.0",12111 "js-sys",12112 "wasm-bindgen",12113 "web-sys",12114]1211512116[[package]]12117name = "wasm-bindgen-macro"12118version = "0.2.74"12119source = "registry+https://github.com/rust-lang/crates.io-index"12120checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"12121dependencies = [12122 "quote",12123 "wasm-bindgen-macro-support",12124]1212512126[[package]]12127name = "wasm-bindgen-macro-support"12128version = "0.2.74"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"12131dependencies = [12132 "proc-macro2",12133 "quote",12134 "syn",12135 "wasm-bindgen-backend",12136 "wasm-bindgen-shared",12137]1213812139[[package]]12140name = "wasm-bindgen-shared"12141version = "0.2.74"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"1214412145[[package]]12146name = "wasm-gc-api"12147version = "0.1.11"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12150dependencies = [12151 "log",12152 "parity-wasm 0.32.0",12153 "rustc-demangle",12154]1215512156[[package]]12157name = "wasm-timer"12158version = "0.2.5"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12161dependencies = [12162 "futures 0.3.16",12163 "js-sys",12164 "parking_lot 0.11.1",12165 "pin-utils",12166 "wasm-bindgen",12167 "wasm-bindgen-futures",12168 "web-sys",12169]1217012171[[package]]12172name = "wasmi"12173version = "0.9.0"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"12176dependencies = [12177 "downcast-rs",12178 "libc",12179 "memory_units",12180 "num-rational 0.2.4",12181 "num-traits",12182 "parity-wasm 0.42.2",12183 "wasmi-validation",12184]1218512186[[package]]12187name = "wasmi-validation"12188version = "0.4.0"12189source = "registry+https://github.com/rust-lang/crates.io-index"12190checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"12191dependencies = [12192 "parity-wasm 0.42.2",12193]1219412195[[package]]12196name = "wasmparser"12197version = "0.78.2"12198source = "registry+https://github.com/rust-lang/crates.io-index"12199checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"1220012201[[package]]12202name = "wasmtime"12203version = "0.27.0"12204source = "registry+https://github.com/rust-lang/crates.io-index"12205checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"12206dependencies = [12207 "anyhow",12208 "backtrace",12209 "bincode",12210 "cfg-if 1.0.0",12211 "cpp_demangle",12212 "indexmap",12213 "lazy_static",12214 "libc",12215 "log",12216 "paste",12217 "psm",12218 "region",12219 "rustc-demangle",12220 "serde",12221 "smallvec 1.6.1",12222 "target-lexicon",12223 "wasmparser",12224 "wasmtime-cache",12225 "wasmtime-environ",12226 "wasmtime-fiber",12227 "wasmtime-jit",12228 "wasmtime-profiling",12229 "wasmtime-runtime",12230 "wat",12231 "winapi 0.3.9",12232]1223312234[[package]]12235name = "wasmtime-cache"12236version = "0.27.0"12237source = "registry+https://github.com/rust-lang/crates.io-index"12238checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"12239dependencies = [12240 "anyhow",12241 "base64 0.13.0",12242 "bincode",12243 "directories-next",12244 "errno",12245 "file-per-thread-logger",12246 "libc",12247 "log",12248 "serde",12249 "sha2 0.9.5",12250 "toml",12251 "winapi 0.3.9",12252 "zstd",12253]1225412255[[package]]12256name = "wasmtime-cranelift"12257version = "0.27.0"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"12260dependencies = [12261 "cranelift-codegen",12262 "cranelift-entity",12263 "cranelift-frontend",12264 "cranelift-wasm",12265 "target-lexicon",12266 "wasmparser",12267 "wasmtime-environ",12268]1226912270[[package]]12271name = "wasmtime-debug"12272version = "0.27.0"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"12275dependencies = [12276 "anyhow",12277 "gimli 0.24.0",12278 "more-asserts",12279 "object 0.24.0",12280 "target-lexicon",12281 "thiserror",12282 "wasmparser",12283 "wasmtime-environ",12284]1228512286[[package]]12287name = "wasmtime-environ"12288version = "0.27.0"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"12291dependencies = [12292 "cfg-if 1.0.0",12293 "cranelift-codegen",12294 "cranelift-entity",12295 "cranelift-wasm",12296 "gimli 0.24.0",12297 "indexmap",12298 "log",12299 "more-asserts",12300 "serde",12301 "thiserror",12302 "wasmparser",12303]1230412305[[package]]12306name = "wasmtime-fiber"12307version = "0.27.0"12308source = "registry+https://github.com/rust-lang/crates.io-index"12309checksum = "a089d44cd7e2465d41a53b840a5b4fca1bf6d1ecfebc970eac9592b34ea5f0b3"12310dependencies = [12311 "cc",12312 "libc",12313 "winapi 0.3.9",12314]1231512316[[package]]12317name = "wasmtime-jit"12318version = "0.27.0"12319source = "registry+https://github.com/rust-lang/crates.io-index"12320checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"12321dependencies = [12322 "addr2line 0.15.2",12323 "anyhow",12324 "cfg-if 1.0.0",12325 "cranelift-codegen",12326 "cranelift-entity",12327 "cranelift-frontend",12328 "cranelift-native",12329 "cranelift-wasm",12330 "gimli 0.24.0",12331 "log",12332 "more-asserts",12333 "object 0.24.0",12334 "rayon",12335 "region",12336 "serde",12337 "target-lexicon",12338 "thiserror",12339 "wasmparser",12340 "wasmtime-cranelift",12341 "wasmtime-debug",12342 "wasmtime-environ",12343 "wasmtime-obj",12344 "wasmtime-profiling",12345 "wasmtime-runtime",12346 "winapi 0.3.9",12347]1234812349[[package]]12350name = "wasmtime-obj"12351version = "0.27.0"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"12354dependencies = [12355 "anyhow",12356 "more-asserts",12357 "object 0.24.0",12358 "target-lexicon",12359 "wasmtime-debug",12360 "wasmtime-environ",12361]1236212363[[package]]12364name = "wasmtime-profiling"12365version = "0.27.0"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"12368dependencies = [12369 "anyhow",12370 "cfg-if 1.0.0",12371 "gimli 0.24.0",12372 "lazy_static",12373 "libc",12374 "object 0.24.0",12375 "scroll",12376 "serde",12377 "target-lexicon",12378 "wasmtime-environ",12379 "wasmtime-runtime",12380]1238112382[[package]]12383name = "wasmtime-runtime"12384version = "0.27.0"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"12387dependencies = [12388 "anyhow",12389 "backtrace",12390 "cc",12391 "cfg-if 1.0.0",12392 "indexmap",12393 "lazy_static",12394 "libc",12395 "log",12396 "mach",12397 "memoffset 0.6.4",12398 "more-asserts",12399 "rand 0.8.4",12400 "region",12401 "thiserror",12402 "wasmtime-environ",12403 "wasmtime-fiber",12404 "winapi 0.3.9",12405]1240612407[[package]]12408name = "wast"12409version = "36.0.0"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "8b5d7ba374a364571da1cb0a379a3dc302582a2d9937a183bfe35b68ad5bb9c4"12412dependencies = [12413 "leb128",12414]1241512416[[package]]12417name = "wat"12418version = "1.0.38"12419source = "registry+https://github.com/rust-lang/crates.io-index"12420checksum = "16383df7f0e3901484c2dda6294ed6895caa3627ce4f6584141dcf30a33a23e6"12421dependencies = [12422 "wast",12423]1242412425[[package]]12426name = "web-sys"12427version = "0.3.51"12428source = "registry+https://github.com/rust-lang/crates.io-index"12429checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"12430dependencies = [12431 "js-sys",12432 "wasm-bindgen",12433]1243412435[[package]]12436name = "webpki"12437version = "0.21.4"12438source = "registry+https://github.com/rust-lang/crates.io-index"12439checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12440dependencies = [12441 "ring",12442 "untrusted",12443]1244412445[[package]]12446name = "webpki-roots"12447version = "0.21.1"12448source = "registry+https://github.com/rust-lang/crates.io-index"12449checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12450dependencies = [12451 "webpki",12452]1245312454[[package]]12455name = "wepoll-ffi"12456version = "0.1.2"12457source = "registry+https://github.com/rust-lang/crates.io-index"12458checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12459dependencies = [12460 "cc",12461]1246212463[[package]]12464name = "westend-runtime"12465version = "0.9.8"12466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12467dependencies = [12468 "beefy-primitives",12469 "bitvec 0.20.4",12470 "frame-benchmarking",12471 "frame-election-provider-support",12472 "frame-executive",12473 "frame-support",12474 "frame-system",12475 "frame-system-benchmarking",12476 "frame-system-rpc-runtime-api",12477 "frame-try-runtime",12478 "hex-literal",12479 "log",12480 "max-encoded-len",12481 "pallet-authority-discovery",12482 "pallet-authorship",12483 "pallet-babe",12484 "pallet-balances",12485 "pallet-collective",12486 "pallet-democracy",12487 "pallet-election-provider-multi-phase",12488 "pallet-elections-phragmen",12489 "pallet-grandpa",12490 "pallet-identity",12491 "pallet-im-online",12492 "pallet-indices",12493 "pallet-membership",12494 "pallet-mmr-primitives",12495 "pallet-multisig",12496 "pallet-nicks",12497 "pallet-offences",12498 "pallet-offences-benchmarking",12499 "pallet-proxy",12500 "pallet-recovery",12501 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",12502 "pallet-session",12503 "pallet-session-benchmarking",12504 "pallet-society",12505 "pallet-staking",12506 "pallet-staking-reward-curve",12507 "pallet-sudo",12508 "pallet-timestamp",12509 "pallet-transaction-payment",12510 "pallet-transaction-payment-rpc-runtime-api",12511 "pallet-treasury",12512 "pallet-utility",12513 "pallet-vesting",12514 "pallet-xcm",12515 "parity-scale-codec",12516 "polkadot-parachain",12517 "polkadot-primitives",12518 "polkadot-runtime-common",12519 "polkadot-runtime-parachains",12520 "rustc-hex",12521 "serde",12522 "serde_derive",12523 "smallvec 1.6.1",12524 "sp-api",12525 "sp-authority-discovery",12526 "sp-block-builder",12527 "sp-consensus-babe",12528 "sp-core",12529 "sp-inherents",12530 "sp-io",12531 "sp-npos-elections",12532 "sp-offchain",12533 "sp-runtime",12534 "sp-session",12535 "sp-staking",12536 "sp-std",12537 "sp-transaction-pool",12538 "sp-version",12539 "static_assertions",12540 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",12541 "xcm",12542 "xcm-builder",12543 "xcm-executor",12544]1254512546[[package]]12547name = "which"12548version = "4.1.0"12549source = "registry+https://github.com/rust-lang/crates.io-index"12550checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"12551dependencies = [12552 "either",12553 "libc",12554]1255512556[[package]]12557name = "widestring"12558version = "0.4.3"12559source = "registry+https://github.com/rust-lang/crates.io-index"12560checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1256112562[[package]]12563name = "winapi"12564version = "0.2.8"12565source = "registry+https://github.com/rust-lang/crates.io-index"12566checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1256712568[[package]]12569name = "winapi"12570version = "0.3.9"12571source = "registry+https://github.com/rust-lang/crates.io-index"12572checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12573dependencies = [12574 "winapi-i686-pc-windows-gnu",12575 "winapi-x86_64-pc-windows-gnu",12576]1257712578[[package]]12579name = "winapi-build"12580version = "0.1.1"12581source = "registry+https://github.com/rust-lang/crates.io-index"12582checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1258312584[[package]]12585name = "winapi-i686-pc-windows-gnu"12586version = "0.4.0"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1258912590[[package]]12591name = "winapi-util"12592version = "0.1.5"12593source = "registry+https://github.com/rust-lang/crates.io-index"12594checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12595dependencies = [12596 "winapi 0.3.9",12597]1259812599[[package]]12600name = "winapi-x86_64-pc-windows-gnu"12601version = "0.4.0"12602source = "registry+https://github.com/rust-lang/crates.io-index"12603checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1260412605[[package]]12606name = "winreg"12607version = "0.6.2"12608source = "registry+https://github.com/rust-lang/crates.io-index"12609checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12610dependencies = [12611 "winapi 0.3.9",12612]1261312614[[package]]12615name = "ws2_32-sys"12616version = "0.2.1"12617source = "registry+https://github.com/rust-lang/crates.io-index"12618checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12619dependencies = [12620 "winapi 0.2.8",12621 "winapi-build",12622]1262312624[[package]]12625name = "wyz"12626version = "0.2.0"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1262912630[[package]]12631name = "x25519-dalek"12632version = "1.1.1"12633source = "registry+https://github.com/rust-lang/crates.io-index"12634checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12635dependencies = [12636 "curve25519-dalek 3.1.0",12637 "rand_core 0.5.1",12638 "zeroize",12639]1264012641[[package]]12642name = "xcm"12643version = "0.9.8"12644source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12645dependencies = [12646 "derivative",12647 "impl-trait-for-tuples",12648 "parity-scale-codec",12649]1265012651[[package]]12652name = "xcm-builder"12653version = "0.9.8"12654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12655dependencies = [12656 "frame-support",12657 "frame-system",12658 "impl-trait-for-tuples",12659 "pallet-transaction-payment",12660 "parity-scale-codec",12661 "polkadot-parachain",12662 "sp-arithmetic",12663 "sp-io",12664 "sp-runtime",12665 "sp-std",12666 "xcm",12667 "xcm-executor",12668]1266912670[[package]]12671name = "xcm-executor"12672version = "0.9.8"12673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12674dependencies = [12675 "frame-support",12676 "impl-trait-for-tuples",12677 "log",12678 "parity-scale-codec",12679 "sp-arithmetic",12680 "sp-core",12681 "sp-io",12682 "sp-runtime",12683 "sp-std",12684 "xcm",12685]1268612687[[package]]12688name = "yamux"12689version = "0.9.0"12690source = "registry+https://github.com/rust-lang/crates.io-index"12691checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12692dependencies = [12693 "futures 0.3.16",12694 "log",12695 "nohash-hasher",12696 "parking_lot 0.11.1",12697 "rand 0.8.4",12698 "static_assertions",12699]1270012701[[package]]12702name = "yansi"12703version = "0.5.0"12704source = "registry+https://github.com/rust-lang/crates.io-index"12705checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1270612707[[package]]12708name = "zeroize"12709version = "1.4.1"12710source = "registry+https://github.com/rust-lang/crates.io-index"12711checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"12712dependencies = [12713 "zeroize_derive",12714]1271512716[[package]]12717name = "zeroize_derive"12718version = "1.1.0"12719source = "registry+https://github.com/rust-lang/crates.io-index"12720checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"12721dependencies = [12722 "proc-macro2",12723 "quote",12724 "syn",12725 "synstructure",12726]1272712728[[package]]12729name = "zstd"12730version = "0.6.1+zstd.1.4.9"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"12733dependencies = [12734 "zstd-safe",12735]1273612737[[package]]12738name = "zstd-safe"12739version = "3.0.1+zstd.1.4.9"12740source = "registry+https://github.com/rust-lang/crates.io-index"12741checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"12742dependencies = [12743 "libc",12744 "zstd-sys",12745]1274612747[[package]]12748name = "zstd-sys"12749version = "1.4.20+zstd.1.4.9"12750source = "registry+https://github.com/rust-lang/crates.io-index"12751checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"12752dependencies = [12753 "cc",12754 "libc",12755]