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

difftreelog

source

Cargo.lock277.8 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.15.2"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"20dependencies = [21 "gimli 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 = "bs58"708version = "0.4.0"709source = "registry+https://github.com/rust-lang/crates.io-index"710checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"711712[[package]]713name = "bstr"714version = "0.2.16"715source = "registry+https://github.com/rust-lang/crates.io-index"716checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"717dependencies = [718 "memchr",719]720721[[package]]722name = "build-helper"723version = "0.1.1"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"726dependencies = [727 "semver 0.6.0",728]729730[[package]]731name = "bumpalo"732version = "3.7.0"733source = "registry+https://github.com/rust-lang/crates.io-index"734checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"735736[[package]]737name = "byte-slice-cast"738version = "1.0.0"739source = "registry+https://github.com/rust-lang/crates.io-index"740checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"741742[[package]]743name = "byte-tools"744version = "0.3.1"745source = "registry+https://github.com/rust-lang/crates.io-index"746checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"747748[[package]]749name = "byteorder"750version = "1.4.3"751source = "registry+https://github.com/rust-lang/crates.io-index"752checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"753754[[package]]755name = "bytes"756version = "0.4.12"757source = "registry+https://github.com/rust-lang/crates.io-index"758checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"759dependencies = [760 "byteorder",761 "either",762 "iovec",763]764765[[package]]766name = "bytes"767version = "0.5.6"768source = "registry+https://github.com/rust-lang/crates.io-index"769checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"770771[[package]]772name = "bytes"773version = "1.0.1"774source = "registry+https://github.com/rust-lang/crates.io-index"775checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"776777[[package]]778name = "cache-padded"779version = "1.1.1"780source = "registry+https://github.com/rust-lang/crates.io-index"781checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"782783[[package]]784name = "camino"785version = "1.0.4"786source = "registry+https://github.com/rust-lang/crates.io-index"787checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9"788dependencies = [789 "serde",790]791792[[package]]793name = "cargo-platform"794version = "0.1.1"795source = "registry+https://github.com/rust-lang/crates.io-index"796checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"797dependencies = [798 "serde",799]800801[[package]]802name = "cargo_metadata"803version = "0.12.3"804source = "registry+https://github.com/rust-lang/crates.io-index"805checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"806dependencies = [807 "cargo-platform",808 "semver 0.11.0",809 "semver-parser 0.10.2",810 "serde",811 "serde_json",812]813814[[package]]815name = "cargo_metadata"816version = "0.13.1"817source = "registry+https://github.com/rust-lang/crates.io-index"818checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"819dependencies = [820 "camino",821 "cargo-platform",822 "semver 0.11.0",823 "semver-parser 0.10.2",824 "serde",825 "serde_json",826]827828[[package]]829name = "cc"830version = "1.0.69"831source = "registry+https://github.com/rust-lang/crates.io-index"832checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"833dependencies = [834 "jobserver",835]836837[[package]]838name = "cexpr"839version = "0.5.0"840source = "registry+https://github.com/rust-lang/crates.io-index"841checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"842dependencies = [843 "nom",844]845846[[package]]847name = "cfg-if"848version = "0.1.10"849source = "registry+https://github.com/rust-lang/crates.io-index"850checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"851852[[package]]853name = "cfg-if"854version = "1.0.0"855source = "registry+https://github.com/rust-lang/crates.io-index"856checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"857858[[package]]859name = "cfg_aliases"860version = "0.1.1"861source = "registry+https://github.com/rust-lang/crates.io-index"862checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"863864[[package]]865name = "chacha20"866version = "0.5.0"867source = "registry+https://github.com/rust-lang/crates.io-index"868checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845"869dependencies = [870 "stream-cipher",871 "zeroize",872]873874[[package]]875name = "chacha20poly1305"876version = "0.6.0"877source = "registry+https://github.com/rust-lang/crates.io-index"878checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5"879dependencies = [880 "aead",881 "chacha20",882 "poly1305",883 "stream-cipher",884 "zeroize",885]886887[[package]]888name = "chrono"889version = "0.4.19"890source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"892dependencies = [893 "libc",894 "num-integer",895 "num-traits",896 "time",897 "winapi 0.3.9",898]899900[[package]]901name = "cid"902version = "0.6.1"903source = "registry+https://github.com/rust-lang/crates.io-index"904checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"905dependencies = [906 "multibase",907 "multihash",908 "unsigned-varint 0.5.1",909]910911[[package]]912name = "cipher"913version = "0.2.5"914source = "registry+https://github.com/rust-lang/crates.io-index"915checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"916dependencies = [917 "generic-array 0.14.4",918]919920[[package]]921name = "ckb-merkle-mountain-range"922version = "0.3.1"923source = "registry+https://github.com/rust-lang/crates.io-index"924checksum = "e486fe53bb9f2ca0f58cb60e8679a5354fd6687a839942ef0a75967250289ca6"925dependencies = [926 "cfg-if 0.1.10",927]928929[[package]]930name = "clang-sys"931version = "1.2.0"932source = "registry+https://github.com/rust-lang/crates.io-index"933checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"934dependencies = [935 "glob",936 "libc",937 "libloading 0.7.0",938]939940[[package]]941name = "clap"942version = "2.33.3"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"945dependencies = [946 "ansi_term 0.11.0",947 "atty",948 "bitflags",949 "strsim 0.8.0",950 "textwrap",951 "unicode-width",952 "vec_map",953]954955[[package]]956name = "cloudabi"957version = "0.0.3"958source = "registry+https://github.com/rust-lang/crates.io-index"959checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"960dependencies = [961 "bitflags",962]963964[[package]]965name = "concurrent-queue"966version = "1.2.2"967source = "registry+https://github.com/rust-lang/crates.io-index"968checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"969dependencies = [970 "cache-padded",971]972973[[package]]974name = "constant_time_eq"975version = "0.1.5"976source = "registry+https://github.com/rust-lang/crates.io-index"977checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"978979[[package]]980name = "convert_case"981version = "0.4.0"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"984985[[package]]986name = "core-foundation"987version = "0.7.0"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"990dependencies = [991 "core-foundation-sys 0.7.0",992 "libc",993]994995[[package]]996name = "core-foundation"997version = "0.9.1"998source = "registry+https://github.com/rust-lang/crates.io-index"999checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"1000dependencies = [1001 "core-foundation-sys 0.8.2",1002 "libc",1003]10041005[[package]]1006name = "core-foundation-sys"1007version = "0.7.0"1008source = "registry+https://github.com/rust-lang/crates.io-index"1009checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"10101011[[package]]1012name = "core-foundation-sys"1013version = "0.8.2"1014source = "registry+https://github.com/rust-lang/crates.io-index"1015checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"10161017[[package]]1018name = "cpp_demangle"1019version = "0.3.3"1020source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"1022dependencies = [1023 "cfg-if 1.0.0",1024]10251026[[package]]1027name = "cpufeatures"1028version = "0.1.5"1029source = "registry+https://github.com/rust-lang/crates.io-index"1030checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1031dependencies = [1032 "libc",1033]10341035[[package]]1036name = "cpuid-bool"1037version = "0.2.0"1038source = "registry+https://github.com/rust-lang/crates.io-index"1039checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"10401041[[package]]1042name = "cranelift-bforest"1043version = "0.74.0"1044source = "registry+https://github.com/rust-lang/crates.io-index"1045checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"1046dependencies = [1047 "cranelift-entity",1048]10491050[[package]]1051name = "cranelift-codegen"1052version = "0.74.0"1053source = "registry+https://github.com/rust-lang/crates.io-index"1054checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"1055dependencies = [1056 "cranelift-bforest",1057 "cranelift-codegen-meta",1058 "cranelift-codegen-shared",1059 "cranelift-entity",1060 "gimli 0.24.0",1061 "log",1062 "regalloc",1063 "serde",1064 "smallvec 1.6.1",1065 "target-lexicon",1066]10671068[[package]]1069name = "cranelift-codegen-meta"1070version = "0.74.0"1071source = "registry+https://github.com/rust-lang/crates.io-index"1072checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"1073dependencies = [1074 "cranelift-codegen-shared",1075 "cranelift-entity",1076]10771078[[package]]1079name = "cranelift-codegen-shared"1080version = "0.74.0"1081source = "registry+https://github.com/rust-lang/crates.io-index"1082checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"1083dependencies = [1084 "serde",1085]10861087[[package]]1088name = "cranelift-entity"1089version = "0.74.0"1090source = "registry+https://github.com/rust-lang/crates.io-index"1091checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"1092dependencies = [1093 "serde",1094]10951096[[package]]1097name = "cranelift-frontend"1098version = "0.74.0"1099source = "registry+https://github.com/rust-lang/crates.io-index"1100checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"1101dependencies = [1102 "cranelift-codegen",1103 "log",1104 "smallvec 1.6.1",1105 "target-lexicon",1106]11071108[[package]]1109name = "cranelift-native"1110version = "0.74.0"1111source = "registry+https://github.com/rust-lang/crates.io-index"1112checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"1113dependencies = [1114 "cranelift-codegen",1115 "target-lexicon",1116]11171118[[package]]1119name = "cranelift-wasm"1120version = "0.74.0"1121source = "registry+https://github.com/rust-lang/crates.io-index"1122checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"1123dependencies = [1124 "cranelift-codegen",1125 "cranelift-entity",1126 "cranelift-frontend",1127 "itertools 0.10.1",1128 "log",1129 "serde",1130 "smallvec 1.6.1",1131 "thiserror",1132 "wasmparser",1133]11341135[[package]]1136name = "crc32fast"1137version = "1.2.1"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1140dependencies = [1141 "cfg-if 1.0.0",1142]11431144[[package]]1145name = "crossbeam-channel"1146version = "0.5.1"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"1149dependencies = [1150 "cfg-if 1.0.0",1151 "crossbeam-utils 0.8.5",1152]11531154[[package]]1155name = "crossbeam-deque"1156version = "0.7.3"1157source = "registry+https://github.com/rust-lang/crates.io-index"1158checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"1159dependencies = [1160 "crossbeam-epoch 0.8.2",1161 "crossbeam-utils 0.7.2",1162 "maybe-uninit",1163]11641165[[package]]1166name = "crossbeam-deque"1167version = "0.8.0"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"1170dependencies = [1171 "cfg-if 1.0.0",1172 "crossbeam-epoch 0.9.5",1173 "crossbeam-utils 0.8.5",1174]11751176[[package]]1177name = "crossbeam-epoch"1178version = "0.8.2"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1181dependencies = [1182 "autocfg",1183 "cfg-if 0.1.10",1184 "crossbeam-utils 0.7.2",1185 "lazy_static",1186 "maybe-uninit",1187 "memoffset 0.5.6",1188 "scopeguard",1189]11901191[[package]]1192name = "crossbeam-epoch"1193version = "0.9.5"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"1196dependencies = [1197 "cfg-if 1.0.0",1198 "crossbeam-utils 0.8.5",1199 "lazy_static",1200 "memoffset 0.6.4",1201 "scopeguard",1202]12031204[[package]]1205name = "crossbeam-queue"1206version = "0.2.3"1207source = "registry+https://github.com/rust-lang/crates.io-index"1208checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1209dependencies = [1210 "cfg-if 0.1.10",1211 "crossbeam-utils 0.7.2",1212 "maybe-uninit",1213]12141215[[package]]1216name = "crossbeam-utils"1217version = "0.7.2"1218source = "registry+https://github.com/rust-lang/crates.io-index"1219checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"1220dependencies = [1221 "autocfg",1222 "cfg-if 0.1.10",1223 "lazy_static",1224]12251226[[package]]1227name = "crossbeam-utils"1228version = "0.8.5"1229source = "registry+https://github.com/rust-lang/crates.io-index"1230checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1231dependencies = [1232 "cfg-if 1.0.0",1233 "lazy_static",1234]12351236[[package]]1237name = "crunchy"1238version = "0.2.2"1239source = "registry+https://github.com/rust-lang/crates.io-index"1240checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12411242[[package]]1243name = "crypto-mac"1244version = "0.7.0"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1247dependencies = [1248 "generic-array 0.12.4",1249 "subtle 1.0.0",1250]12511252[[package]]1253name = "crypto-mac"1254version = "0.8.0"1255source = "registry+https://github.com/rust-lang/crates.io-index"1256checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1257dependencies = [1258 "generic-array 0.14.4",1259 "subtle 2.4.1",1260]12611262[[package]]1263name = "ct-logs"1264version = "0.7.0"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1267dependencies = [1268 "sct",1269]12701271[[package]]1272name = "ctor"1273version = "0.1.20"1274source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"1276dependencies = [1277 "quote",1278 "syn",1279]12801281[[package]]1282name = "cuckoofilter"1283version = "0.5.0"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1286dependencies = [1287 "byteorder",1288 "fnv",1289 "rand 0.7.3",1290]12911292[[package]]1293name = "cumulus-client-cli"1294version = "0.1.0"1295source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1296dependencies = [1297 "sc-cli",1298 "sc-service",1299 "structopt",1300]13011302[[package]]1303name = "cumulus-client-collator"1304version = "0.1.0"1305source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1306dependencies = [1307 "cumulus-client-consensus-common",1308 "cumulus-client-network",1309 "cumulus-primitives-core",1310 "futures 0.3.16",1311 "parity-scale-codec",1312 "parking_lot 0.10.2",1313 "polkadot-node-primitives",1314 "polkadot-node-subsystem",1315 "polkadot-overseer",1316 "polkadot-primitives",1317 "sc-client-api",1318 "sp-api",1319 "sp-consensus",1320 "sp-core",1321 "sp-io",1322 "sp-runtime",1323 "tracing",1324]13251326[[package]]1327name = "cumulus-client-consensus-aura"1328version = "0.1.0"1329source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1330dependencies = [1331 "async-trait",1332 "cumulus-client-consensus-common",1333 "cumulus-primitives-core",1334 "futures 0.3.16",1335 "parity-scale-codec",1336 "parking_lot 0.10.2",1337 "polkadot-client",1338 "sc-client-api",1339 "sc-consensus-aura",1340 "sc-consensus-slots",1341 "sc-telemetry",1342 "sp-api",1343 "sp-application-crypto",1344 "sp-block-builder",1345 "sp-blockchain",1346 "sp-consensus",1347 "sp-consensus-aura",1348 "sp-core",1349 "sp-inherents",1350 "sp-keystore",1351 "sp-runtime",1352 "substrate-prometheus-endpoint",1353 "tracing",1354]13551356[[package]]1357name = "cumulus-client-consensus-common"1358version = "0.1.0"1359source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1360dependencies = [1361 "async-trait",1362 "dyn-clone",1363 "futures 0.3.16",1364 "parity-scale-codec",1365 "polkadot-primitives",1366 "polkadot-runtime",1367 "sc-client-api",1368 "sp-api",1369 "sp-block-builder",1370 "sp-blockchain",1371 "sp-consensus",1372 "sp-core",1373 "sp-inherents",1374 "sp-runtime",1375 "sp-trie",1376 "substrate-prometheus-endpoint",1377 "tracing",1378]13791380[[package]]1381name = "cumulus-client-network"1382version = "0.1.0"1383source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1384dependencies = [1385 "derive_more",1386 "futures 0.3.16",1387 "futures-timer 3.0.2",1388 "parity-scale-codec",1389 "parking_lot 0.10.2",1390 "polkadot-client",1391 "polkadot-node-primitives",1392 "polkadot-parachain",1393 "polkadot-primitives",1394 "polkadot-statement-table",1395 "sc-client-api",1396 "sp-api",1397 "sp-blockchain",1398 "sp-consensus",1399 "sp-core",1400 "sp-runtime",1401 "tracing",1402]14031404[[package]]1405name = "cumulus-client-pov-recovery"1406version = "0.1.0"1407source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1408dependencies = [1409 "cumulus-primitives-core",1410 "futures 0.3.16",1411 "futures-timer 3.0.2",1412 "parity-scale-codec",1413 "polkadot-node-primitives",1414 "polkadot-node-subsystem",1415 "polkadot-overseer",1416 "polkadot-primitives",1417 "rand 0.8.4",1418 "sc-client-api",1419 "sp-api",1420 "sp-consensus",1421 "sp-core",1422 "sp-maybe-compressed-blob",1423 "sp-runtime",1424 "tracing",1425]14261427[[package]]1428name = "cumulus-client-service"1429version = "0.1.0"1430source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1431dependencies = [1432 "cumulus-client-collator",1433 "cumulus-client-consensus-common",1434 "cumulus-client-pov-recovery",1435 "cumulus-primitives-core",1436 "parity-scale-codec",1437 "parking_lot 0.10.2",1438 "polkadot-overseer",1439 "polkadot-primitives",1440 "polkadot-service",1441 "sc-chain-spec",1442 "sc-client-api",1443 "sc-consensus-babe",1444 "sc-service",1445 "sc-telemetry",1446 "sc-tracing",1447 "sp-api",1448 "sp-blockchain",1449 "sp-consensus",1450 "sp-core",1451 "sp-runtime",1452 "tracing",1453]14541455[[package]]1456name = "cumulus-pallet-aura-ext"1457version = "0.1.0"1458source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1459dependencies = [1460 "frame-executive",1461 "frame-support",1462 "frame-system",1463 "pallet-aura",1464 "parity-scale-codec",1465 "serde",1466 "sp-application-crypto",1467 "sp-consensus-aura",1468 "sp-runtime",1469 "sp-std",1470]14711472[[package]]1473name = "cumulus-pallet-dmp-queue"1474version = "0.1.0"1475source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1476dependencies = [1477 "cumulus-primitives-core",1478 "frame-support",1479 "frame-system",1480 "log",1481 "parity-scale-codec",1482 "rand 0.8.4",1483 "rand_chacha 0.3.1",1484 "sp-io",1485 "sp-runtime",1486 "sp-std",1487 "xcm",1488 "xcm-executor",1489]14901491[[package]]1492name = "cumulus-pallet-parachain-system"1493version = "0.1.0"1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1495dependencies = [1496 "cumulus-pallet-parachain-system-proc-macro",1497 "cumulus-primitives-core",1498 "cumulus-primitives-parachain-inherent",1499 "environmental",1500 "frame-support",1501 "frame-system",1502 "log",1503 "pallet-balances",1504 "parity-scale-codec",1505 "polkadot-parachain",1506 "serde",1507 "sp-core",1508 "sp-externalities",1509 "sp-inherents",1510 "sp-io",1511 "sp-runtime",1512 "sp-state-machine",1513 "sp-std",1514 "sp-trie",1515 "sp-version",1516 "xcm",1517]15181519[[package]]1520name = "cumulus-pallet-parachain-system-proc-macro"1521version = "0.1.0"1522source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1523dependencies = [1524 "proc-macro-crate 1.0.0",1525 "proc-macro2",1526 "quote",1527 "syn",1528]15291530[[package]]1531name = "cumulus-pallet-xcm"1532version = "0.1.0"1533source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1534dependencies = [1535 "cumulus-primitives-core",1536 "frame-support",1537 "frame-system",1538 "parity-scale-codec",1539 "serde",1540 "sp-io",1541 "sp-runtime",1542 "sp-std",1543 "xcm",1544]15451546[[package]]1547name = "cumulus-pallet-xcmp-queue"1548version = "0.1.0"1549source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1550dependencies = [1551 "cumulus-primitives-core",1552 "frame-support",1553 "frame-system",1554 "log",1555 "parity-scale-codec",1556 "rand 0.8.4",1557 "rand_chacha 0.3.1",1558 "sp-runtime",1559 "sp-std",1560 "xcm",1561 "xcm-executor",1562]15631564[[package]]1565name = "cumulus-primitives-core"1566version = "0.1.0"1567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1568dependencies = [1569 "frame-support",1570 "impl-trait-for-tuples",1571 "parity-scale-codec",1572 "polkadot-core-primitives",1573 "polkadot-parachain",1574 "polkadot-primitives",1575 "sp-api",1576 "sp-runtime",1577 "sp-std",1578 "sp-trie",1579 "xcm",1580]15811582[[package]]1583name = "cumulus-primitives-parachain-inherent"1584version = "0.1.0"1585source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1586dependencies = [1587 "async-trait",1588 "cumulus-primitives-core",1589 "cumulus-test-relay-sproof-builder",1590 "parity-scale-codec",1591 "polkadot-client",1592 "sc-client-api",1593 "sp-api",1594 "sp-core",1595 "sp-inherents",1596 "sp-runtime",1597 "sp-state-machine",1598 "sp-std",1599 "sp-trie",1600 "tracing",1601]16021603[[package]]1604name = "cumulus-primitives-timestamp"1605version = "0.1.0"1606source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1607dependencies = [1608 "cumulus-primitives-core",1609 "sp-inherents",1610 "sp-std",1611 "sp-timestamp",1612]16131614[[package]]1615name = "cumulus-primitives-utility"1616version = "0.1.0"1617source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1618dependencies = [1619 "cumulus-primitives-core",1620 "frame-support",1621 "impl-trait-for-tuples",1622 "parity-scale-codec",1623 "polkadot-core-primitives",1624 "polkadot-parachain",1625 "polkadot-primitives",1626 "sp-runtime",1627 "sp-std",1628 "sp-trie",1629 "xcm",1630]16311632[[package]]1633name = "cumulus-test-relay-sproof-builder"1634version = "0.1.0"1635source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"1636dependencies = [1637 "cumulus-primitives-core",1638 "parity-scale-codec",1639 "polkadot-primitives",1640 "sp-runtime",1641 "sp-state-machine",1642 "sp-std",1643]16441645[[package]]1646name = "curve25519-dalek"1647version = "2.1.3"1648source = "registry+https://github.com/rust-lang/crates.io-index"1649checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1650dependencies = [1651 "byteorder",1652 "digest 0.8.1",1653 "rand_core 0.5.1",1654 "subtle 2.4.1",1655 "zeroize",1656]16571658[[package]]1659name = "curve25519-dalek"1660version = "3.1.0"1661source = "registry+https://github.com/rust-lang/crates.io-index"1662checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"1663dependencies = [1664 "byteorder",1665 "digest 0.9.0",1666 "rand_core 0.5.1",1667 "subtle 2.4.1",1668 "zeroize",1669]16701671[[package]]1672name = "darling"1673version = "0.13.0"1674source = "registry+https://github.com/rust-lang/crates.io-index"1675checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"1676dependencies = [1677 "darling_core",1678 "darling_macro",1679]16801681[[package]]1682name = "darling_core"1683version = "0.13.0"1684source = "registry+https://github.com/rust-lang/crates.io-index"1685checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"1686dependencies = [1687 "fnv",1688 "ident_case",1689 "proc-macro2",1690 "quote",1691 "strsim 0.10.0",1692 "syn",1693]16941695[[package]]1696name = "darling_macro"1697version = "0.13.0"1698source = "registry+https://github.com/rust-lang/crates.io-index"1699checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"1700dependencies = [1701 "darling_core",1702 "quote",1703 "syn",1704]17051706[[package]]1707name = "data-encoding"1708version = "2.3.2"1709source = "registry+https://github.com/rust-lang/crates.io-index"1710checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"17111712[[package]]1713name = "data-encoding-macro"1714version = "0.1.12"1715source = "registry+https://github.com/rust-lang/crates.io-index"1716checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1717dependencies = [1718 "data-encoding",1719 "data-encoding-macro-internal",1720]17211722[[package]]1723name = "data-encoding-macro-internal"1724version = "0.1.10"1725source = "registry+https://github.com/rust-lang/crates.io-index"1726checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1727dependencies = [1728 "data-encoding",1729 "syn",1730]17311732[[package]]1733name = "derivative"1734version = "2.2.0"1735source = "registry+https://github.com/rust-lang/crates.io-index"1736checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1737dependencies = [1738 "proc-macro2",1739 "quote",1740 "syn",1741]17421743[[package]]1744name = "derive_more"1745version = "0.99.16"1746source = "registry+https://github.com/rust-lang/crates.io-index"1747checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1748dependencies = [1749 "convert_case",1750 "proc-macro2",1751 "quote",1752 "rustc_version 0.3.3",1753 "syn",1754]17551756[[package]]1757name = "digest"1758version = "0.8.1"1759source = "registry+https://github.com/rust-lang/crates.io-index"1760checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1761dependencies = [1762 "generic-array 0.12.4",1763]17641765[[package]]1766name = "digest"1767version = "0.9.0"1768source = "registry+https://github.com/rust-lang/crates.io-index"1769checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1770dependencies = [1771 "generic-array 0.14.4",1772]17731774[[package]]1775name = "directories"1776version = "3.0.2"1777source = "registry+https://github.com/rust-lang/crates.io-index"1778checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1779dependencies = [1780 "dirs-sys",1781]17821783[[package]]1784name = "directories-next"1785version = "2.0.0"1786source = "registry+https://github.com/rust-lang/crates.io-index"1787checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1788dependencies = [1789 "cfg-if 1.0.0",1790 "dirs-sys-next",1791]17921793[[package]]1794name = "dirs-sys"1795version = "0.3.6"1796source = "registry+https://github.com/rust-lang/crates.io-index"1797checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1798dependencies = [1799 "libc",1800 "redox_users",1801 "winapi 0.3.9",1802]18031804[[package]]1805name = "dirs-sys-next"1806version = "0.1.2"1807source = "registry+https://github.com/rust-lang/crates.io-index"1808checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1809dependencies = [1810 "libc",1811 "redox_users",1812 "winapi 0.3.9",1813]18141815[[package]]1816name = "dns-parser"1817version = "0.8.0"1818source = "registry+https://github.com/rust-lang/crates.io-index"1819checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1820dependencies = [1821 "byteorder",1822 "quick-error 1.2.3",1823]18241825[[package]]1826name = "downcast-rs"1827version = "1.2.0"1828source = "registry+https://github.com/rust-lang/crates.io-index"1829checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"18301831[[package]]1832name = "dyn-clonable"1833version = "0.9.0"1834source = "registry+https://github.com/rust-lang/crates.io-index"1835checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1836dependencies = [1837 "dyn-clonable-impl",1838 "dyn-clone",1839]18401841[[package]]1842name = "dyn-clonable-impl"1843version = "0.9.0"1844source = "registry+https://github.com/rust-lang/crates.io-index"1845checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1846dependencies = [1847 "proc-macro2",1848 "quote",1849 "syn",1850]18511852[[package]]1853name = "dyn-clone"1854version = "1.0.4"1855source = "registry+https://github.com/rust-lang/crates.io-index"1856checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"18571858[[package]]1859name = "ed25519"1860version = "1.2.0"1861source = "registry+https://github.com/rust-lang/crates.io-index"1862checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"1863dependencies = [1864 "signature",1865]18661867[[package]]1868name = "ed25519-dalek"1869version = "1.0.1"1870source = "registry+https://github.com/rust-lang/crates.io-index"1871checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1872dependencies = [1873 "curve25519-dalek 3.1.0",1874 "ed25519",1875 "rand 0.7.3",1876 "serde",1877 "sha2 0.9.5",1878 "zeroize",1879]18801881[[package]]1882name = "either"1883version = "1.6.1"1884source = "registry+https://github.com/rust-lang/crates.io-index"1885checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"18861887[[package]]1888name = "enum-as-inner"1889version = "0.3.3"1890source = "registry+https://github.com/rust-lang/crates.io-index"1891checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"1892dependencies = [1893 "heck",1894 "proc-macro2",1895 "quote",1896 "syn",1897]18981899[[package]]1900name = "enumflags2"1901version = "0.6.4"1902source = "registry+https://github.com/rust-lang/crates.io-index"1903checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"1904dependencies = [1905 "enumflags2_derive",1906]19071908[[package]]1909name = "enumflags2_derive"1910version = "0.6.4"1911source = "registry+https://github.com/rust-lang/crates.io-index"1912checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"1913dependencies = [1914 "proc-macro2",1915 "quote",1916 "syn",1917]19181919[[package]]1920name = "enumn"1921version = "0.1.3"1922source = "registry+https://github.com/rust-lang/crates.io-index"1923checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"1924dependencies = [1925 "proc-macro2",1926 "quote",1927 "syn",1928]19291930[[package]]1931name = "env_logger"1932version = "0.7.1"1933source = "registry+https://github.com/rust-lang/crates.io-index"1934checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"1935dependencies = [1936 "atty",1937 "humantime 1.3.0",1938 "log",1939 "regex",1940 "termcolor",1941]19421943[[package]]1944name = "env_logger"1945version = "0.8.4"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"1948dependencies = [1949 "atty",1950 "humantime 2.1.0",1951 "log",1952 "regex",1953 "termcolor",1954]19551956[[package]]1957name = "environmental"1958version = "1.1.3"1959source = "registry+https://github.com/rust-lang/crates.io-index"1960checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"19611962[[package]]1963name = "erased-serde"1964version = "0.3.16"1965source = "registry+https://github.com/rust-lang/crates.io-index"1966checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa"1967dependencies = [1968 "serde",1969]19701971[[package]]1972name = "errno"1973version = "0.2.7"1974source = "registry+https://github.com/rust-lang/crates.io-index"1975checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"1976dependencies = [1977 "errno-dragonfly",1978 "libc",1979 "winapi 0.3.9",1980]19811982[[package]]1983name = "errno-dragonfly"1984version = "0.1.1"1985source = "registry+https://github.com/rust-lang/crates.io-index"1986checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"1987dependencies = [1988 "gcc",1989 "libc",1990]19911992[[package]]1993name = "ethbloom"1994version = "0.11.0"1995source = "registry+https://github.com/rust-lang/crates.io-index"1996checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"1997dependencies = [1998 "crunchy",1999 "fixed-hash",2000 "impl-codec",2001 "impl-rlp",2002 "impl-serde",2003 "tiny-keccak",2004]20052006[[package]]2007name = "ethereum"2008version = "0.7.1"2009source = "registry+https://github.com/rust-lang/crates.io-index"2010checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"2011dependencies = [2012 "ethereum-types",2013 "funty",2014 "hash-db",2015 "hash256-std-hasher",2016 "parity-scale-codec",2017 "rlp",2018 "rlp-derive",2019 "serde",2020 "sha3 0.9.1",2021 "triehash",2022]20232024[[package]]2025name = "ethereum-types"2026version = "0.11.0"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"2029dependencies = [2030 "ethbloom",2031 "fixed-hash",2032 "impl-codec",2033 "impl-rlp",2034 "impl-serde",2035 "primitive-types",2036 "uint",2037]20382039[[package]]2040name = "event-listener"2041version = "2.5.1"2042source = "registry+https://github.com/rust-lang/crates.io-index"2043checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"20442045[[package]]2046name = "evm"2047version = "0.27.0"2048source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2049dependencies = [2050 "environmental",2051 "ethereum",2052 "evm-core",2053 "evm-gasometer",2054 "evm-runtime",2055 "log",2056 "parity-scale-codec",2057 "primitive-types",2058 "rlp",2059 "serde",2060 "sha3 0.8.2",2061]20622063[[package]]2064name = "evm-coder"2065version = "0.1.0"2066dependencies = [2067 "ethereum",2068 "evm-coder-macros",2069 "evm-core",2070 "hex",2071 "hex-literal",2072 "impl-trait-for-tuples",2073 "primitive-types",2074]20752076[[package]]2077name = "evm-coder-macros"2078version = "0.1.0"2079dependencies = [2080 "Inflector",2081 "darling",2082 "hex",2083 "proc-macro2",2084 "quote",2085 "sha3 0.9.1",2086 "syn",2087]20882089[[package]]2090name = "evm-core"2091version = "0.27.1"2092source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2093dependencies = [2094 "funty",2095 "parity-scale-codec",2096 "primitive-types",2097 "serde",2098]20992100[[package]]2101name = "evm-gasometer"2102version = "0.27.0"2103source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2104dependencies = [2105 "environmental",2106 "evm-core",2107 "evm-runtime",2108 "primitive-types",2109]21102111[[package]]2112name = "evm-runtime"2113version = "0.27.0"2114source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#e13990a627375f327ca7da3c85d9bdfa0a9e903b"2115dependencies = [2116 "environmental",2117 "evm-core",2118 "primitive-types",2119 "sha3 0.8.2",2120]21212122[[package]]2123name = "exit-future"2124version = "0.2.0"2125source = "registry+https://github.com/rust-lang/crates.io-index"2126checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2127dependencies = [2128 "futures 0.3.16",2129]21302131[[package]]2132name = "failure"2133version = "0.1.8"2134source = "registry+https://github.com/rust-lang/crates.io-index"2135checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"2136dependencies = [2137 "backtrace",2138 "failure_derive",2139]21402141[[package]]2142name = "failure_derive"2143version = "0.1.8"2144source = "registry+https://github.com/rust-lang/crates.io-index"2145checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"2146dependencies = [2147 "proc-macro2",2148 "quote",2149 "syn",2150 "synstructure",2151]21522153[[package]]2154name = "fake-simd"2155version = "0.1.2"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"21582159[[package]]2160name = "fallible-iterator"2161version = "0.2.0"2162source = "registry+https://github.com/rust-lang/crates.io-index"2163checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"21642165[[package]]2166name = "fastrand"2167version = "1.5.0"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"2170dependencies = [2171 "instant",2172]21732174[[package]]2175name = "fc-consensus"2176version = "2.0.0"2177source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2178dependencies = [2179 "async-trait",2180 "derive_more",2181 "fc-db",2182 "fp-consensus",2183 "fp-rpc",2184 "futures 0.3.16",2185 "log",2186 "parity-scale-codec",2187 "sc-client-api",2188 "sp-api",2189 "sp-block-builder",2190 "sp-blockchain",2191 "sp-consensus",2192 "sp-core",2193 "sp-inherents",2194 "sp-runtime",2195 "sp-timestamp",2196 "substrate-prometheus-endpoint",2197]21982199[[package]]2200name = "fc-db"2201version = "1.0.0"2202source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2203dependencies = [2204 "kvdb",2205 "kvdb-rocksdb",2206 "parity-scale-codec",2207 "parking_lot 0.11.1",2208 "sp-core",2209 "sp-database",2210 "sp-runtime",2211]22122213[[package]]2214name = "fc-mapping-sync"2215version = "2.0.0-dev"2216source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2217dependencies = [2218 "fc-consensus",2219 "fc-db",2220 "fp-consensus",2221 "fp-rpc",2222 "futures 0.3.16",2223 "futures-timer 3.0.2",2224 "log",2225 "sc-client-api",2226 "sp-api",2227 "sp-blockchain",2228 "sp-runtime",2229]22302231[[package]]2232name = "fc-rpc"2233version = "2.0.0-dev"2234source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2235dependencies = [2236 "ethereum",2237 "ethereum-types",2238 "evm",2239 "fc-consensus",2240 "fc-db",2241 "fc-rpc-core",2242 "fp-consensus",2243 "fp-evm",2244 "fp-rpc",2245 "fp-storage",2246 "futures 0.3.16",2247 "jsonrpc-core 15.1.0",2248 "jsonrpc-core-client 14.2.0",2249 "jsonrpc-derive 14.2.2",2250 "jsonrpc-pubsub 15.1.0",2251 "libsecp256k1 0.3.5",2252 "log",2253 "pallet-ethereum",2254 "pallet-evm",2255 "parity-scale-codec",2256 "rand 0.7.3",2257 "rlp",2258 "rustc-hex",2259 "sc-client-api",2260 "sc-network",2261 "sc-rpc",2262 "sc-service",2263 "sha3 0.8.2",2264 "sp-api",2265 "sp-blockchain",2266 "sp-io",2267 "sp-runtime",2268 "sp-storage",2269 "sp-transaction-pool",2270]22712272[[package]]2273name = "fc-rpc-core"2274version = "1.1.0-dev"2275source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2276dependencies = [2277 "ethereum-types",2278 "jsonrpc-core 15.1.0",2279 "jsonrpc-core-client 14.2.0",2280 "jsonrpc-derive 14.2.2",2281 "jsonrpc-pubsub 15.1.0",2282 "rustc-hex",2283 "serde",2284 "serde_json",2285]22862287[[package]]2288name = "fdlimit"2289version = "0.2.1"2290source = "registry+https://github.com/rust-lang/crates.io-index"2291checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2292dependencies = [2293 "libc",2294]22952296[[package]]2297name = "file-per-thread-logger"2298version = "0.1.4"2299source = "registry+https://github.com/rust-lang/crates.io-index"2300checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2301dependencies = [2302 "env_logger 0.7.1",2303 "log",2304]23052306[[package]]2307name = "finality-grandpa"2308version = "0.14.1"2309source = "registry+https://github.com/rust-lang/crates.io-index"2310checksum = "74a1bfdcc776e63e49f741c7ce6116fa1b887e8ac2e3ccb14dd4aa113e54feb9"2311dependencies = [2312 "either",2313 "futures 0.3.16",2314 "futures-timer 3.0.2",2315 "log",2316 "num-traits",2317 "parity-scale-codec",2318 "parking_lot 0.11.1",2319]23202321[[package]]2322name = "fixed-hash"2323version = "0.7.0"2324source = "registry+https://github.com/rust-lang/crates.io-index"2325checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2326dependencies = [2327 "byteorder",2328 "rand 0.8.4",2329 "rustc-hex",2330 "static_assertions",2331]23322333[[package]]2334name = "fixedbitset"2335version = "0.2.0"2336source = "registry+https://github.com/rust-lang/crates.io-index"2337checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"23382339[[package]]2340name = "flate2"2341version = "1.0.20"2342source = "registry+https://github.com/rust-lang/crates.io-index"2343checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"2344dependencies = [2345 "cfg-if 1.0.0",2346 "crc32fast",2347 "libc",2348 "libz-sys",2349 "miniz_oxide",2350]23512352[[package]]2353name = "flexi_logger"2354version = "0.15.12"2355source = "registry+https://github.com/rust-lang/crates.io-index"2356checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2357dependencies = [2358 "atty",2359 "chrono",2360 "glob",2361 "lazy_static",2362 "log",2363 "regex",2364 "thiserror",2365 "yansi",2366]23672368[[package]]2369name = "fnv"2370version = "1.0.7"2371source = "registry+https://github.com/rust-lang/crates.io-index"2372checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"23732374[[package]]2375name = "fork-tree"2376version = "3.0.0"2377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2378dependencies = [2379 "parity-scale-codec",2380]23812382[[package]]2383name = "form_urlencoded"2384version = "1.0.1"2385source = "registry+https://github.com/rust-lang/crates.io-index"2386checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2387dependencies = [2388 "matches",2389 "percent-encoding 2.1.0",2390]23912392[[package]]2393name = "fp-consensus"2394version = "1.0.0"2395source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2396dependencies = [2397 "ethereum",2398 "parity-scale-codec",2399 "rlp",2400 "sha3 0.8.2",2401 "sp-core",2402 "sp-runtime",2403 "sp-std",2404]24052406[[package]]2407name = "fp-evm"2408version = "2.0.0"2409source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2410dependencies = [2411 "evm",2412 "impl-trait-for-tuples",2413 "parity-scale-codec",2414 "serde",2415 "sp-core",2416 "sp-std",2417]24182419[[package]]2420name = "fp-rpc"2421version = "2.1.0"2422source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"2423dependencies = [2424 "ethereum",2425 "ethereum-types",2426 "fp-evm",2427 "parity-scale-codec",2428 "sp-api",2429 "sp-core",2430 "sp-io",2431 "sp-runtime",2432 "sp-std",2433]24342435[[package]]2436name = "fp-storage"2437version = "1.0.1"2438source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"24392440[[package]]2441name = "frame-benchmarking"2442version = "3.1.0"2443source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2444dependencies = [2445 "frame-support",2446 "frame-system",2447 "linregress",2448 "log",2449 "parity-scale-codec",2450 "paste",2451 "sp-api",2452 "sp-io",2453 "sp-runtime",2454 "sp-runtime-interface",2455 "sp-std",2456 "sp-storage",2457]24582459[[package]]2460name = "frame-benchmarking-cli"2461version = "3.0.0"2462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2463dependencies = [2464 "Inflector",2465 "chrono",2466 "frame-benchmarking",2467 "handlebars",2468 "parity-scale-codec",2469 "sc-cli",2470 "sc-client-db",2471 "sc-executor",2472 "sc-service",2473 "serde",2474 "sp-core",2475 "sp-externalities",2476 "sp-keystore",2477 "sp-runtime",2478 "sp-state-machine",2479 "structopt",2480]24812482[[package]]2483name = "frame-election-provider-support"2484version = "3.0.0"2485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2486dependencies = [2487 "frame-support",2488 "frame-system",2489 "parity-scale-codec",2490 "sp-arithmetic",2491 "sp-npos-elections",2492 "sp-std",2493]24942495[[package]]2496name = "frame-executive"2497version = "3.0.0"2498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2499dependencies = [2500 "frame-support",2501 "frame-system",2502 "parity-scale-codec",2503 "sp-core",2504 "sp-io",2505 "sp-runtime",2506 "sp-std",2507 "sp-tracing",2508]25092510[[package]]2511name = "frame-metadata"2512version = "13.0.0"2513source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2514dependencies = [2515 "parity-scale-codec",2516 "serde",2517 "sp-core",2518 "sp-std",2519]25202521[[package]]2522name = "frame-support"2523version = "3.0.0"2524source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2525dependencies = [2526 "bitflags",2527 "frame-metadata",2528 "frame-support-procedural",2529 "impl-trait-for-tuples",2530 "log",2531 "max-encoded-len",2532 "once_cell",2533 "parity-scale-codec",2534 "paste",2535 "serde",2536 "smallvec 1.6.1",2537 "sp-arithmetic",2538 "sp-core",2539 "sp-inherents",2540 "sp-io",2541 "sp-runtime",2542 "sp-staking",2543 "sp-state-machine",2544 "sp-std",2545 "sp-tracing",2546]25472548[[package]]2549name = "frame-support-procedural"2550version = "3.0.0"2551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2552dependencies = [2553 "Inflector",2554 "frame-support-procedural-tools",2555 "proc-macro2",2556 "quote",2557 "syn",2558]25592560[[package]]2561name = "frame-support-procedural-tools"2562version = "3.0.0"2563source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2564dependencies = [2565 "frame-support-procedural-tools-derive",2566 "proc-macro-crate 1.0.0",2567 "proc-macro2",2568 "quote",2569 "syn",2570]25712572[[package]]2573name = "frame-support-procedural-tools-derive"2574version = "3.0.0"2575source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2576dependencies = [2577 "proc-macro2",2578 "quote",2579 "syn",2580]25812582[[package]]2583name = "frame-system"2584version = "3.0.0"2585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2586dependencies = [2587 "frame-support",2588 "impl-trait-for-tuples",2589 "log",2590 "parity-scale-codec",2591 "serde",2592 "sp-core",2593 "sp-io",2594 "sp-runtime",2595 "sp-std",2596 "sp-version",2597]25982599[[package]]2600name = "frame-system-benchmarking"2601version = "3.0.0"2602source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2603dependencies = [2604 "frame-benchmarking",2605 "frame-support",2606 "frame-system",2607 "parity-scale-codec",2608 "sp-core",2609 "sp-runtime",2610 "sp-std",2611]26122613[[package]]2614name = "frame-system-rpc-runtime-api"2615version = "3.0.0"2616source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2617dependencies = [2618 "parity-scale-codec",2619 "sp-api",2620]26212622[[package]]2623name = "frame-try-runtime"2624version = "0.9.0"2625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"2626dependencies = [2627 "frame-support",2628 "parity-scale-codec",2629 "sp-api",2630 "sp-runtime",2631 "sp-std",2632]26332634[[package]]2635name = "fs-err"2636version = "2.6.0"2637source = "registry+https://github.com/rust-lang/crates.io-index"2638checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"26392640[[package]]2641name = "fs-swap"2642version = "0.2.6"2643source = "registry+https://github.com/rust-lang/crates.io-index"2644checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2645dependencies = [2646 "lazy_static",2647 "libc",2648 "libloading 0.5.2",2649 "winapi 0.3.9",2650]26512652[[package]]2653name = "fs2"2654version = "0.4.3"2655source = "registry+https://github.com/rust-lang/crates.io-index"2656checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2657dependencies = [2658 "libc",2659 "winapi 0.3.9",2660]26612662[[package]]2663name = "fuchsia-cprng"2664version = "0.1.1"2665source = "registry+https://github.com/rust-lang/crates.io-index"2666checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"26672668[[package]]2669name = "fuchsia-zircon"2670version = "0.3.3"2671source = "registry+https://github.com/rust-lang/crates.io-index"2672checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2673dependencies = [2674 "bitflags",2675 "fuchsia-zircon-sys",2676]26772678[[package]]2679name = "fuchsia-zircon-sys"2680version = "0.3.3"2681source = "registry+https://github.com/rust-lang/crates.io-index"2682checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"26832684[[package]]2685name = "funty"2686version = "1.1.0"2687source = "registry+https://github.com/rust-lang/crates.io-index"2688checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"26892690[[package]]2691name = "futures"2692version = "0.1.31"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"26952696[[package]]2697name = "futures"2698version = "0.3.16"2699source = "registry+https://github.com/rust-lang/crates.io-index"2700checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"2701dependencies = [2702 "futures-channel",2703 "futures-core",2704 "futures-executor",2705 "futures-io",2706 "futures-sink",2707 "futures-task",2708 "futures-util",2709]27102711[[package]]2712name = "futures-channel"2713version = "0.3.16"2714source = "registry+https://github.com/rust-lang/crates.io-index"2715checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"2716dependencies = [2717 "futures-core",2718 "futures-sink",2719]27202721[[package]]2722name = "futures-core"2723version = "0.3.16"2724source = "registry+https://github.com/rust-lang/crates.io-index"2725checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"27262727[[package]]2728name = "futures-cpupool"2729version = "0.1.8"2730source = "registry+https://github.com/rust-lang/crates.io-index"2731checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2732dependencies = [2733 "futures 0.1.31",2734 "num_cpus",2735]27362737[[package]]2738name = "futures-executor"2739version = "0.3.16"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"2742dependencies = [2743 "futures-core",2744 "futures-task",2745 "futures-util",2746 "num_cpus",2747]27482749[[package]]2750name = "futures-io"2751version = "0.3.16"2752source = "registry+https://github.com/rust-lang/crates.io-index"2753checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"27542755[[package]]2756name = "futures-lite"2757version = "1.12.0"2758source = "registry+https://github.com/rust-lang/crates.io-index"2759checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2760dependencies = [2761 "fastrand",2762 "futures-core",2763 "futures-io",2764 "memchr",2765 "parking",2766 "pin-project-lite 0.2.7",2767 "waker-fn",2768]27692770[[package]]2771name = "futures-macro"2772version = "0.3.16"2773source = "registry+https://github.com/rust-lang/crates.io-index"2774checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"2775dependencies = [2776 "autocfg",2777 "proc-macro-hack",2778 "proc-macro2",2779 "quote",2780 "syn",2781]27822783[[package]]2784name = "futures-rustls"2785version = "0.21.1"2786source = "registry+https://github.com/rust-lang/crates.io-index"2787checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2788dependencies = [2789 "futures-io",2790 "rustls 0.19.1",2791 "webpki",2792]27932794[[package]]2795name = "futures-sink"2796version = "0.3.16"2797source = "registry+https://github.com/rust-lang/crates.io-index"2798checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"27992800[[package]]2801name = "futures-task"2802version = "0.3.16"2803source = "registry+https://github.com/rust-lang/crates.io-index"2804checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"28052806[[package]]2807name = "futures-timer"2808version = "2.0.2"2809source = "registry+https://github.com/rust-lang/crates.io-index"2810checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"28112812[[package]]2813name = "futures-timer"2814version = "3.0.2"2815source = "registry+https://github.com/rust-lang/crates.io-index"2816checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"28172818[[package]]2819name = "futures-util"2820version = "0.3.16"2821source = "registry+https://github.com/rust-lang/crates.io-index"2822checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"2823dependencies = [2824 "autocfg",2825 "futures 0.1.31",2826 "futures-channel",2827 "futures-core",2828 "futures-io",2829 "futures-macro",2830 "futures-sink",2831 "futures-task",2832 "memchr",2833 "pin-project-lite 0.2.7",2834 "pin-utils",2835 "proc-macro-hack",2836 "proc-macro-nested",2837 "slab",2838]28392840[[package]]2841name = "gcc"2842version = "0.3.55"2843source = "registry+https://github.com/rust-lang/crates.io-index"2844checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"28452846[[package]]2847name = "generic-array"2848version = "0.12.4"2849source = "registry+https://github.com/rust-lang/crates.io-index"2850checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2851dependencies = [2852 "typenum",2853]28542855[[package]]2856name = "generic-array"2857version = "0.14.4"2858source = "registry+https://github.com/rust-lang/crates.io-index"2859checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"2860dependencies = [2861 "typenum",2862 "version_check",2863]28642865[[package]]2866name = "getrandom"2867version = "0.1.16"2868source = "registry+https://github.com/rust-lang/crates.io-index"2869checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2870dependencies = [2871 "cfg-if 1.0.0",2872 "libc",2873 "wasi 0.9.0+wasi-snapshot-preview1",2874]28752876[[package]]2877name = "getrandom"2878version = "0.2.3"2879source = "registry+https://github.com/rust-lang/crates.io-index"2880checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"2881dependencies = [2882 "cfg-if 1.0.0",2883 "libc",2884 "wasi 0.10.0+wasi-snapshot-preview1",2885]28862887[[package]]2888name = "ghash"2889version = "0.3.1"2890source = "registry+https://github.com/rust-lang/crates.io-index"2891checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"2892dependencies = [2893 "opaque-debug 0.3.0",2894 "polyval",2895]28962897[[package]]2898name = "gimli"2899version = "0.24.0"2900source = "registry+https://github.com/rust-lang/crates.io-index"2901checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"2902dependencies = [2903 "fallible-iterator",2904 "indexmap",2905 "stable_deref_trait",2906]29072908[[package]]2909name = "gimli"2910version = "0.25.0"2911source = "registry+https://github.com/rust-lang/crates.io-index"2912checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"29132914[[package]]2915name = "glob"2916version = "0.3.0"2917source = "registry+https://github.com/rust-lang/crates.io-index"2918checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"29192920[[package]]2921name = "globset"2922version = "0.4.8"2923source = "registry+https://github.com/rust-lang/crates.io-index"2924checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"2925dependencies = [2926 "aho-corasick",2927 "bstr",2928 "fnv",2929 "log",2930 "regex",2931]29322933[[package]]2934name = "gloo-timers"2935version = "0.2.1"2936source = "registry+https://github.com/rust-lang/crates.io-index"2937checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"2938dependencies = [2939 "futures-channel",2940 "futures-core",2941 "js-sys",2942 "wasm-bindgen",2943 "web-sys",2944]29452946[[package]]2947name = "h2"2948version = "0.1.26"2949source = "registry+https://github.com/rust-lang/crates.io-index"2950checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"2951dependencies = [2952 "byteorder",2953 "bytes 0.4.12",2954 "fnv",2955 "futures 0.1.31",2956 "http 0.1.21",2957 "indexmap",2958 "log",2959 "slab",2960 "string",2961 "tokio-io",2962]29632964[[package]]2965name = "h2"2966version = "0.2.7"2967source = "registry+https://github.com/rust-lang/crates.io-index"2968checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"2969dependencies = [2970 "bytes 0.5.6",2971 "fnv",2972 "futures-core",2973 "futures-sink",2974 "futures-util",2975 "http 0.2.4",2976 "indexmap",2977 "slab",2978 "tokio 0.2.25",2979 "tokio-util",2980 "tracing",2981 "tracing-futures",2982]29832984[[package]]2985name = "handlebars"2986version = "3.5.5"2987source = "registry+https://github.com/rust-lang/crates.io-index"2988checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"2989dependencies = [2990 "log",2991 "pest",2992 "pest_derive",2993 "quick-error 2.0.1",2994 "serde",2995 "serde_json",2996]29972998[[package]]2999name = "hash-db"3000version = "0.15.2"3001source = "registry+https://github.com/rust-lang/crates.io-index"3002checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"30033004[[package]]3005name = "hash256-std-hasher"3006version = "0.15.2"3007source = "registry+https://github.com/rust-lang/crates.io-index"3008checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3009dependencies = [3010 "crunchy",3011]30123013[[package]]3014name = "hashbrown"3015version = "0.9.1"3016source = "registry+https://github.com/rust-lang/crates.io-index"3017checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"3018dependencies = [3019 "ahash 0.4.7",3020]30213022[[package]]3023name = "hashbrown"3024version = "0.11.2"3025source = "registry+https://github.com/rust-lang/crates.io-index"3026checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3027dependencies = [3028 "ahash 0.7.4",3029]30303031[[package]]3032name = "heck"3033version = "0.3.3"3034source = "registry+https://github.com/rust-lang/crates.io-index"3035checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3036dependencies = [3037 "unicode-segmentation",3038]30393040[[package]]3041name = "hermit-abi"3042version = "0.1.19"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3045dependencies = [3046 "libc",3047]30483049[[package]]3050name = "hex"3051version = "0.4.3"3052source = "registry+https://github.com/rust-lang/crates.io-index"3053checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"30543055[[package]]3056name = "hex-literal"3057version = "0.3.3"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"30603061[[package]]3062name = "hex_fmt"3063version = "0.3.0"3064source = "registry+https://github.com/rust-lang/crates.io-index"3065checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"30663067[[package]]3068name = "hmac"3069version = "0.7.1"3070source = "registry+https://github.com/rust-lang/crates.io-index"3071checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3072dependencies = [3073 "crypto-mac 0.7.0",3074 "digest 0.8.1",3075]30763077[[package]]3078name = "hmac"3079version = "0.8.1"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3082dependencies = [3083 "crypto-mac 0.8.0",3084 "digest 0.9.0",3085]30863087[[package]]3088name = "hmac-drbg"3089version = "0.2.0"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3092dependencies = [3093 "digest 0.8.1",3094 "generic-array 0.12.4",3095 "hmac 0.7.1",3096]30973098[[package]]3099name = "hmac-drbg"3100version = "0.3.0"3101source = "registry+https://github.com/rust-lang/crates.io-index"3102checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3103dependencies = [3104 "digest 0.9.0",3105 "generic-array 0.14.4",3106 "hmac 0.8.1",3107]31083109[[package]]3110name = "hostname"3111version = "0.3.1"3112source = "registry+https://github.com/rust-lang/crates.io-index"3113checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3114dependencies = [3115 "libc",3116 "match_cfg",3117 "winapi 0.3.9",3118]31193120[[package]]3121name = "http"3122version = "0.1.21"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"3125dependencies = [3126 "bytes 0.4.12",3127 "fnv",3128 "itoa",3129]31303131[[package]]3132name = "http"3133version = "0.2.4"3134source = "registry+https://github.com/rust-lang/crates.io-index"3135checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"3136dependencies = [3137 "bytes 1.0.1",3138 "fnv",3139 "itoa",3140]31413142[[package]]3143name = "http-body"3144version = "0.1.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"3147dependencies = [3148 "bytes 0.4.12",3149 "futures 0.1.31",3150 "http 0.1.21",3151 "tokio-buf",3152]31533154[[package]]3155name = "http-body"3156version = "0.3.1"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"3159dependencies = [3160 "bytes 0.5.6",3161 "http 0.2.4",3162]31633164[[package]]3165name = "http-body"3166version = "0.4.2"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"3169dependencies = [3170 "bytes 1.0.1",3171 "http 0.2.4",3172 "pin-project-lite 0.2.7",3173]31743175[[package]]3176name = "httparse"3177version = "1.4.1"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"31803181[[package]]3182name = "httpdate"3183version = "0.3.2"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"31863187[[package]]3188name = "httpdate"3189version = "1.0.1"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"31923193[[package]]3194name = "humantime"3195version = "1.3.0"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3198dependencies = [3199 "quick-error 1.2.3",3200]32013202[[package]]3203name = "humantime"3204version = "2.1.0"3205source = "registry+https://github.com/rust-lang/crates.io-index"3206checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32073208[[package]]3209name = "hyper"3210version = "0.12.36"3211source = "registry+https://github.com/rust-lang/crates.io-index"3212checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"3213dependencies = [3214 "bytes 0.4.12",3215 "futures 0.1.31",3216 "futures-cpupool",3217 "h2 0.1.26",3218 "http 0.1.21",3219 "http-body 0.1.0",3220 "httparse",3221 "iovec",3222 "itoa",3223 "log",3224 "net2",3225 "rustc_version 0.2.3",3226 "time",3227 "tokio 0.1.22",3228 "tokio-buf",3229 "tokio-executor",3230 "tokio-io",3231 "tokio-reactor",3232 "tokio-tcp",3233 "tokio-threadpool",3234 "tokio-timer",3235 "want 0.2.0",3236]32373238[[package]]3239name = "hyper"3240version = "0.13.10"3241source = "registry+https://github.com/rust-lang/crates.io-index"3242checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"3243dependencies = [3244 "bytes 0.5.6",3245 "futures-channel",3246 "futures-core",3247 "futures-util",3248 "h2 0.2.7",3249 "http 0.2.4",3250 "http-body 0.3.1",3251 "httparse",3252 "httpdate 0.3.2",3253 "itoa",3254 "pin-project 1.0.8",3255 "socket2 0.3.19",3256 "tokio 0.2.25",3257 "tower-service",3258 "tracing",3259 "want 0.3.0",3260]32613262[[package]]3263name = "hyper"3264version = "0.14.11"3265source = "registry+https://github.com/rust-lang/crates.io-index"3266checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"3267dependencies = [3268 "bytes 1.0.1",3269 "futures-channel",3270 "futures-core",3271 "futures-util",3272 "http 0.2.4",3273 "http-body 0.4.2",3274 "httparse",3275 "httpdate 1.0.1",3276 "itoa",3277 "pin-project-lite 0.2.7",3278 "tokio 1.9.0",3279 "tower-service",3280 "tracing",3281 "want 0.3.0",3282]32833284[[package]]3285name = "hyper-rustls"3286version = "0.21.0"3287source = "registry+https://github.com/rust-lang/crates.io-index"3288checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"3289dependencies = [3290 "bytes 0.5.6",3291 "ct-logs",3292 "futures-util",3293 "hyper 0.13.10",3294 "log",3295 "rustls 0.18.1",3296 "rustls-native-certs 0.4.0",3297 "tokio 0.2.25",3298 "tokio-rustls 0.14.1",3299 "webpki",3300]33013302[[package]]3303name = "ident_case"3304version = "1.0.1"3305source = "registry+https://github.com/rust-lang/crates.io-index"3306checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"33073308[[package]]3309name = "idna"3310version = "0.1.5"3311source = "registry+https://github.com/rust-lang/crates.io-index"3312checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3313dependencies = [3314 "matches",3315 "unicode-bidi",3316 "unicode-normalization",3317]33183319[[package]]3320name = "idna"3321version = "0.2.3"3322source = "registry+https://github.com/rust-lang/crates.io-index"3323checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3324dependencies = [3325 "matches",3326 "unicode-bidi",3327 "unicode-normalization",3328]33293330[[package]]3331name = "if-addrs"3332version = "0.6.5"3333source = "registry+https://github.com/rust-lang/crates.io-index"3334checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"3335dependencies = [3336 "if-addrs-sys",3337 "libc",3338 "winapi 0.3.9",3339]33403341[[package]]3342name = "if-addrs-sys"3343version = "0.3.2"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3346dependencies = [3347 "cc",3348 "libc",3349]33503351[[package]]3352name = "if-watch"3353version = "0.2.2"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3356dependencies = [3357 "async-io",3358 "futures 0.3.16",3359 "futures-lite",3360 "if-addrs",3361 "ipnet",3362 "libc",3363 "log",3364 "winapi 0.3.9",3365]33663367[[package]]3368name = "impl-codec"3369version = "0.5.1"3370source = "registry+https://github.com/rust-lang/crates.io-index"3371checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3372dependencies = [3373 "parity-scale-codec",3374]33753376[[package]]3377name = "impl-rlp"3378version = "0.3.0"3379source = "registry+https://github.com/rust-lang/crates.io-index"3380checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3381dependencies = [3382 "rlp",3383]33843385[[package]]3386name = "impl-serde"3387version = "0.3.1"3388source = "registry+https://github.com/rust-lang/crates.io-index"3389checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3390dependencies = [3391 "serde",3392]33933394[[package]]3395name = "impl-trait-for-tuples"3396version = "0.2.1"3397source = "registry+https://github.com/rust-lang/crates.io-index"3398checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3399dependencies = [3400 "proc-macro2",3401 "quote",3402 "syn",3403]34043405[[package]]3406name = "indexmap"3407version = "1.7.0"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3410dependencies = [3411 "autocfg",3412 "hashbrown 0.11.2",3413 "serde",3414]34153416[[package]]3417name = "instant"3418version = "0.1.10"3419source = "registry+https://github.com/rust-lang/crates.io-index"3420checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"3421dependencies = [3422 "cfg-if 1.0.0",3423]34243425[[package]]3426name = "integer-encoding"3427version = "1.1.7"3428source = "registry+https://github.com/rust-lang/crates.io-index"3429checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"34303431[[package]]3432name = "integer-sqrt"3433version = "0.1.5"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3436dependencies = [3437 "num-traits",3438]34393440[[package]]3441name = "intervalier"3442version = "0.4.0"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3445dependencies = [3446 "futures 0.3.16",3447 "futures-timer 2.0.2",3448]34493450[[package]]3451name = "iovec"3452version = "0.1.4"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3455dependencies = [3456 "libc",3457]34583459[[package]]3460name = "ip_network"3461version = "0.3.4"3462source = "registry+https://github.com/rust-lang/crates.io-index"3463checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"34643465[[package]]3466name = "ipconfig"3467version = "0.2.2"3468source = "registry+https://github.com/rust-lang/crates.io-index"3469checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3470dependencies = [3471 "socket2 0.3.19",3472 "widestring",3473 "winapi 0.3.9",3474 "winreg",3475]34763477[[package]]3478name = "ipnet"3479version = "2.3.1"3480source = "registry+https://github.com/rust-lang/crates.io-index"3481checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"34823483[[package]]3484name = "itertools"3485version = "0.9.0"3486source = "registry+https://github.com/rust-lang/crates.io-index"3487checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"3488dependencies = [3489 "either",3490]34913492[[package]]3493name = "itertools"3494version = "0.10.1"3495source = "registry+https://github.com/rust-lang/crates.io-index"3496checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3497dependencies = [3498 "either",3499]35003501[[package]]3502name = "itoa"3503version = "0.4.7"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"35063507[[package]]3508name = "jobserver"3509version = "0.1.22"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"3512dependencies = [3513 "libc",3514]35153516[[package]]3517name = "js-sys"3518version = "0.3.51"3519source = "registry+https://github.com/rust-lang/crates.io-index"3520checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"3521dependencies = [3522 "wasm-bindgen",3523]35243525[[package]]3526name = "jsonrpc-client-transports"3527version = "14.2.1"3528source = "registry+https://github.com/rust-lang/crates.io-index"3529checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"3530dependencies = [3531 "failure",3532 "futures 0.1.31",3533 "jsonrpc-core 14.2.0",3534 "jsonrpc-pubsub 14.2.0",3535 "log",3536 "serde",3537 "serde_json",3538 "url 1.7.2",3539]35403541[[package]]3542name = "jsonrpc-client-transports"3543version = "15.1.0"3544source = "registry+https://github.com/rust-lang/crates.io-index"3545checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3546dependencies = [3547 "failure",3548 "futures 0.1.31",3549 "jsonrpc-core 15.1.0",3550 "jsonrpc-pubsub 15.1.0",3551 "log",3552 "serde",3553 "serde_json",3554 "url 1.7.2",3555]35563557[[package]]3558name = "jsonrpc-core"3559version = "14.2.0"3560source = "registry+https://github.com/rust-lang/crates.io-index"3561checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3562dependencies = [3563 "futures 0.1.31",3564 "log",3565 "serde",3566 "serde_derive",3567 "serde_json",3568]35693570[[package]]3571name = "jsonrpc-core"3572version = "15.1.0"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3575dependencies = [3576 "futures 0.1.31",3577 "log",3578 "serde",3579 "serde_derive",3580 "serde_json",3581]35823583[[package]]3584name = "jsonrpc-core-client"3585version = "14.2.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3588dependencies = [3589 "jsonrpc-client-transports 14.2.1",3590]35913592[[package]]3593name = "jsonrpc-core-client"3594version = "15.1.0"3595source = "registry+https://github.com/rust-lang/crates.io-index"3596checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"3597dependencies = [3598 "jsonrpc-client-transports 15.1.0",3599]36003601[[package]]3602name = "jsonrpc-derive"3603version = "14.2.2"3604source = "registry+https://github.com/rust-lang/crates.io-index"3605checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3606dependencies = [3607 "proc-macro-crate 0.1.5",3608 "proc-macro2",3609 "quote",3610 "syn",3611]36123613[[package]]3614name = "jsonrpc-derive"3615version = "15.1.0"3616source = "registry+https://github.com/rust-lang/crates.io-index"3617checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"3618dependencies = [3619 "proc-macro-crate 0.1.5",3620 "proc-macro2",3621 "quote",3622 "syn",3623]36243625[[package]]3626name = "jsonrpc-http-server"3627version = "15.1.0"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3630dependencies = [3631 "hyper 0.12.36",3632 "jsonrpc-core 15.1.0",3633 "jsonrpc-server-utils",3634 "log",3635 "net2",3636 "parking_lot 0.10.2",3637 "unicase",3638]36393640[[package]]3641name = "jsonrpc-ipc-server"3642version = "15.1.0"3643source = "registry+https://github.com/rust-lang/crates.io-index"3644checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3645dependencies = [3646 "jsonrpc-core 15.1.0",3647 "jsonrpc-server-utils",3648 "log",3649 "parity-tokio-ipc",3650 "parking_lot 0.10.2",3651 "tokio-service",3652]36533654[[package]]3655name = "jsonrpc-pubsub"3656version = "14.2.0"3657source = "registry+https://github.com/rust-lang/crates.io-index"3658checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3659dependencies = [3660 "jsonrpc-core 14.2.0",3661 "log",3662 "parking_lot 0.10.2",3663 "rand 0.7.3",3664 "serde",3665]36663667[[package]]3668name = "jsonrpc-pubsub"3669version = "15.1.0"3670source = "registry+https://github.com/rust-lang/crates.io-index"3671checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"3672dependencies = [3673 "jsonrpc-core 15.1.0",3674 "log",3675 "parking_lot 0.10.2",3676 "rand 0.7.3",3677 "serde",3678]36793680[[package]]3681name = "jsonrpc-server-utils"3682version = "15.1.0"3683source = "registry+https://github.com/rust-lang/crates.io-index"3684checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3685dependencies = [3686 "bytes 0.4.12",3687 "globset",3688 "jsonrpc-core 15.1.0",3689 "lazy_static",3690 "log",3691 "tokio 0.1.22",3692 "tokio-codec",3693 "unicase",3694]36953696[[package]]3697name = "jsonrpc-ws-server"3698version = "15.1.0"3699source = "registry+https://github.com/rust-lang/crates.io-index"3700checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3701dependencies = [3702 "jsonrpc-core 15.1.0",3703 "jsonrpc-server-utils",3704 "log",3705 "parity-ws",3706 "parking_lot 0.10.2",3707 "slab",3708]37093710[[package]]3711name = "jsonrpsee-proc-macros"3712version = "0.2.0"3713source = "registry+https://github.com/rust-lang/crates.io-index"3714checksum = "3b4c85cfa6767333f3e5f3b2f2f765dad2727b0033ee270ae07c599bf43ed5ae"3715dependencies = [3716 "Inflector",3717 "proc-macro-crate 1.0.0",3718 "proc-macro2",3719 "quote",3720 "syn",3721]37223723[[package]]3724name = "jsonrpsee-types"3725version = "0.2.0"3726source = "registry+https://github.com/rust-lang/crates.io-index"3727checksum = "c0cf7bd4e93b3b56e59131de7f24afbea871faf914e97bcdd942c86927ab0172"3728dependencies = [3729 "async-trait",3730 "beef",3731 "futures-channel",3732 "futures-util",3733 "hyper 0.14.11",3734 "log",3735 "serde",3736 "serde_json",3737 "soketto 0.5.0",3738 "thiserror",3739]37403741[[package]]3742name = "jsonrpsee-ws-client"3743version = "0.2.0"3744source = "registry+https://github.com/rust-lang/crates.io-index"3745checksum = "6ec51150965544e1a4468f372bdab8545243a1b045d4ab272023aac74c60de32"3746dependencies = [3747 "async-trait",3748 "fnv",3749 "futures 0.3.16",3750 "jsonrpsee-types",3751 "log",3752 "pin-project 1.0.8",3753 "rustls 0.19.1",3754 "rustls-native-certs 0.5.0",3755 "serde",3756 "serde_json",3757 "soketto 0.5.0",3758 "thiserror",3759 "tokio 0.2.25",3760 "tokio-rustls 0.15.0",3761 "tokio-util",3762 "url 2.2.2",3763]37643765[[package]]3766name = "keccak"3767version = "0.1.0"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"37703771[[package]]3772name = "kernel32-sys"3773version = "0.2.2"3774source = "registry+https://github.com/rust-lang/crates.io-index"3775checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3776dependencies = [3777 "winapi 0.2.8",3778 "winapi-build",3779]37803781[[package]]3782name = "kv-log-macro"3783version = "1.0.7"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3786dependencies = [3787 "log",3788]37893790[[package]]3791name = "kvdb"3792version = "0.9.0"3793source = "registry+https://github.com/rust-lang/crates.io-index"3794checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"3795dependencies = [3796 "parity-util-mem",3797 "smallvec 1.6.1",3798]37993800[[package]]3801name = "kvdb-memorydb"3802version = "0.9.0"3803source = "registry+https://github.com/rust-lang/crates.io-index"3804checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"3805dependencies = [3806 "kvdb",3807 "parity-util-mem",3808 "parking_lot 0.11.1",3809]38103811[[package]]3812name = "kvdb-rocksdb"3813version = "0.11.1"3814source = "registry+https://github.com/rust-lang/crates.io-index"3815checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1"3816dependencies = [3817 "fs-swap",3818 "kvdb",3819 "log",3820 "num_cpus",3821 "owning_ref",3822 "parity-util-mem",3823 "parking_lot 0.11.1",3824 "regex",3825 "rocksdb",3826 "smallvec 1.6.1",3827]38283829[[package]]3830name = "lazy_static"3831version = "1.4.0"3832source = "registry+https://github.com/rust-lang/crates.io-index"3833checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"38343835[[package]]3836name = "lazycell"3837version = "1.3.0"3838source = "registry+https://github.com/rust-lang/crates.io-index"3839checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"38403841[[package]]3842name = "leb128"3843version = "0.2.4"3844source = "registry+https://github.com/rust-lang/crates.io-index"3845checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"38463847[[package]]3848name = "libc"3849version = "0.2.98"3850source = "registry+https://github.com/rust-lang/crates.io-index"3851checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"38523853[[package]]3854name = "libloading"3855version = "0.5.2"3856source = "registry+https://github.com/rust-lang/crates.io-index"3857checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3858dependencies = [3859 "cc",3860 "winapi 0.3.9",3861]38623863[[package]]3864name = "libloading"3865version = "0.7.0"3866source = "registry+https://github.com/rust-lang/crates.io-index"3867checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"3868dependencies = [3869 "cfg-if 1.0.0",3870 "winapi 0.3.9",3871]38723873[[package]]3874name = "libm"3875version = "0.2.1"3876source = "registry+https://github.com/rust-lang/crates.io-index"3877checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"38783879[[package]]3880name = "libp2p"3881version = "0.37.1"3882source = "registry+https://github.com/rust-lang/crates.io-index"3883checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b"3884dependencies = [3885 "atomic",3886 "bytes 1.0.1",3887 "futures 0.3.16",3888 "lazy_static",3889 "libp2p-core",3890 "libp2p-deflate",3891 "libp2p-dns",3892 "libp2p-floodsub",3893 "libp2p-gossipsub",3894 "libp2p-identify",3895 "libp2p-kad",3896 "libp2p-mdns",3897 "libp2p-mplex",3898 "libp2p-noise",3899 "libp2p-ping",3900 "libp2p-plaintext",3901 "libp2p-pnet",3902 "libp2p-relay",3903 "libp2p-request-response",3904 "libp2p-swarm",3905 "libp2p-swarm-derive",3906 "libp2p-tcp",3907 "libp2p-uds",3908 "libp2p-wasm-ext",3909 "libp2p-websocket",3910 "libp2p-yamux",3911 "parity-multiaddr",3912 "parking_lot 0.11.1",3913 "pin-project 1.0.8",3914 "smallvec 1.6.1",3915 "wasm-timer",3916]39173918[[package]]3919name = "libp2p-core"3920version = "0.28.3"3921source = "registry+https://github.com/rust-lang/crates.io-index"3922checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9"3923dependencies = [3924 "asn1_der",3925 "bs58",3926 "ed25519-dalek",3927 "either",3928 "fnv",3929 "futures 0.3.16",3930 "futures-timer 3.0.2",3931 "lazy_static",3932 "libsecp256k1 0.3.5",3933 "log",3934 "multihash",3935 "multistream-select",3936 "parity-multiaddr",3937 "parking_lot 0.11.1",3938 "pin-project 1.0.8",3939 "prost",3940 "prost-build",3941 "rand 0.7.3",3942 "ring",3943 "rw-stream-sink",3944 "sha2 0.9.5",3945 "smallvec 1.6.1",3946 "thiserror",3947 "unsigned-varint 0.7.0",3948 "void",3949 "zeroize",3950]39513952[[package]]3953name = "libp2p-deflate"3954version = "0.28.0"3955source = "registry+https://github.com/rust-lang/crates.io-index"3956checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08"3957dependencies = [3958 "flate2",3959 "futures 0.3.16",3960 "libp2p-core",3961]39623963[[package]]3964name = "libp2p-dns"3965version = "0.28.1"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b"3968dependencies = [3969 "async-std-resolver",3970 "futures 0.3.16",3971 "libp2p-core",3972 "log",3973 "smallvec 1.6.1",3974 "trust-dns-resolver",3975]39763977[[package]]3978name = "libp2p-floodsub"3979version = "0.29.0"3980source = "registry+https://github.com/rust-lang/crates.io-index"3981checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf"3982dependencies = [3983 "cuckoofilter",3984 "fnv",3985 "futures 0.3.16",3986 "libp2p-core",3987 "libp2p-swarm",3988 "log",3989 "prost",3990 "prost-build",3991 "rand 0.7.3",3992 "smallvec 1.6.1",3993]39943995[[package]]3996name = "libp2p-gossipsub"3997version = "0.30.1"3998source = "registry+https://github.com/rust-lang/crates.io-index"3999checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9"4000dependencies = [4001 "asynchronous-codec 0.6.0",4002 "base64 0.13.0",4003 "byteorder",4004 "bytes 1.0.1",4005 "fnv",4006 "futures 0.3.16",4007 "hex_fmt",4008 "libp2p-core",4009 "libp2p-swarm",4010 "log",4011 "prost",4012 "prost-build",4013 "rand 0.7.3",4014 "regex",4015 "sha2 0.9.5",4016 "smallvec 1.6.1",4017 "unsigned-varint 0.7.0",4018 "wasm-timer",4019]40204021[[package]]4022name = "libp2p-identify"4023version = "0.29.0"4024source = "registry+https://github.com/rust-lang/crates.io-index"4025checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46"4026dependencies = [4027 "futures 0.3.16",4028 "libp2p-core",4029 "libp2p-swarm",4030 "log",4031 "prost",4032 "prost-build",4033 "smallvec 1.6.1",4034 "wasm-timer",4035]40364037[[package]]4038name = "libp2p-kad"4039version = "0.30.0"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820"4042dependencies = [4043 "arrayvec 0.5.2",4044 "asynchronous-codec 0.6.0",4045 "bytes 1.0.1",4046 "either",4047 "fnv",4048 "futures 0.3.16",4049 "libp2p-core",4050 "libp2p-swarm",4051 "log",4052 "prost",4053 "prost-build",4054 "rand 0.7.3",4055 "sha2 0.9.5",4056 "smallvec 1.6.1",4057 "uint",4058 "unsigned-varint 0.7.0",4059 "void",4060 "wasm-timer",4061]40624063[[package]]4064name = "libp2p-mdns"4065version = "0.30.2"4066source = "registry+https://github.com/rust-lang/crates.io-index"4067checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714"4068dependencies = [4069 "async-io",4070 "data-encoding",4071 "dns-parser",4072 "futures 0.3.16",4073 "if-watch",4074 "lazy_static",4075 "libp2p-core",4076 "libp2p-swarm",4077 "log",4078 "rand 0.8.4",4079 "smallvec 1.6.1",4080 "socket2 0.4.0",4081 "void",4082]40834084[[package]]4085name = "libp2p-mplex"4086version = "0.28.0"4087source = "registry+https://github.com/rust-lang/crates.io-index"4088checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d"4089dependencies = [4090 "asynchronous-codec 0.6.0",4091 "bytes 1.0.1",4092 "futures 0.3.16",4093 "libp2p-core",4094 "log",4095 "nohash-hasher",4096 "parking_lot 0.11.1",4097 "rand 0.7.3",4098 "smallvec 1.6.1",4099 "unsigned-varint 0.7.0",4100]41014102[[package]]4103name = "libp2p-noise"4104version = "0.30.0"4105source = "registry+https://github.com/rust-lang/crates.io-index"4106checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd"4107dependencies = [4108 "bytes 1.0.1",4109 "curve25519-dalek 3.1.0",4110 "futures 0.3.16",4111 "lazy_static",4112 "libp2p-core",4113 "log",4114 "prost",4115 "prost-build",4116 "rand 0.7.3",4117 "sha2 0.9.5",4118 "snow",4119 "static_assertions",4120 "x25519-dalek",4121 "zeroize",4122]41234124[[package]]4125name = "libp2p-ping"4126version = "0.29.0"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1"4129dependencies = [4130 "futures 0.3.16",4131 "libp2p-core",4132 "libp2p-swarm",4133 "log",4134 "rand 0.7.3",4135 "void",4136 "wasm-timer",4137]41384139[[package]]4140name = "libp2p-plaintext"4141version = "0.28.0"4142source = "registry+https://github.com/rust-lang/crates.io-index"4143checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11"4144dependencies = [4145 "asynchronous-codec 0.6.0",4146 "bytes 1.0.1",4147 "futures 0.3.16",4148 "libp2p-core",4149 "log",4150 "prost",4151 "prost-build",4152 "unsigned-varint 0.7.0",4153 "void",4154]41554156[[package]]4157name = "libp2p-pnet"4158version = "0.20.0"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"4161dependencies = [4162 "futures 0.3.16",4163 "log",4164 "pin-project 1.0.8",4165 "rand 0.7.3",4166 "salsa20",4167 "sha3 0.9.1",4168]41694170[[package]]4171name = "libp2p-relay"4172version = "0.2.0"4173source = "registry+https://github.com/rust-lang/crates.io-index"4174checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d"4175dependencies = [4176 "asynchronous-codec 0.6.0",4177 "bytes 1.0.1",4178 "futures 0.3.16",4179 "futures-timer 3.0.2",4180 "libp2p-core",4181 "libp2p-swarm",4182 "log",4183 "pin-project 1.0.8",4184 "prost",4185 "prost-build",4186 "rand 0.7.3",4187 "smallvec 1.6.1",4188 "unsigned-varint 0.7.0",4189 "void",4190 "wasm-timer",4191]41924193[[package]]4194name = "libp2p-request-response"4195version = "0.11.0"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3"4198dependencies = [4199 "async-trait",4200 "bytes 1.0.1",4201 "futures 0.3.16",4202 "libp2p-core",4203 "libp2p-swarm",4204 "log",4205 "lru",4206 "minicbor",4207 "rand 0.7.3",4208 "smallvec 1.6.1",4209 "unsigned-varint 0.7.0",4210 "wasm-timer",4211]42124213[[package]]4214name = "libp2p-swarm"4215version = "0.29.0"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92"4218dependencies = [4219 "either",4220 "futures 0.3.16",4221 "libp2p-core",4222 "log",4223 "rand 0.7.3",4224 "smallvec 1.6.1",4225 "void",4226 "wasm-timer",4227]42284229[[package]]4230name = "libp2p-swarm-derive"4231version = "0.23.0"4232source = "registry+https://github.com/rust-lang/crates.io-index"4233checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed"4234dependencies = [4235 "quote",4236 "syn",4237]42384239[[package]]4240name = "libp2p-tcp"4241version = "0.28.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9"4244dependencies = [4245 "async-io",4246 "futures 0.3.16",4247 "futures-timer 3.0.2",4248 "if-watch",4249 "ipnet",4250 "libc",4251 "libp2p-core",4252 "log",4253 "socket2 0.4.0",4254]42554256[[package]]4257name = "libp2p-uds"4258version = "0.28.0"4259source = "registry+https://github.com/rust-lang/crates.io-index"4260checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5"4261dependencies = [4262 "async-std",4263 "futures 0.3.16",4264 "libp2p-core",4265 "log",4266]42674268[[package]]4269name = "libp2p-wasm-ext"4270version = "0.28.2"4271source = "registry+https://github.com/rust-lang/crates.io-index"4272checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de"4273dependencies = [4274 "futures 0.3.16",4275 "js-sys",4276 "libp2p-core",4277 "parity-send-wrapper",4278 "wasm-bindgen",4279 "wasm-bindgen-futures",4280]42814282[[package]]4283name = "libp2p-websocket"4284version = "0.29.0"4285source = "registry+https://github.com/rust-lang/crates.io-index"4286checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74"4287dependencies = [4288 "either",4289 "futures 0.3.16",4290 "futures-rustls",4291 "libp2p-core",4292 "log",4293 "quicksink",4294 "rw-stream-sink",4295 "soketto 0.4.2",4296 "url 2.2.2",4297 "webpki-roots",4298]42994300[[package]]4301name = "libp2p-yamux"4302version = "0.32.0"4303source = "registry+https://github.com/rust-lang/crates.io-index"4304checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4"4305dependencies = [4306 "futures 0.3.16",4307 "libp2p-core",4308 "parking_lot 0.11.1",4309 "thiserror",4310 "yamux",4311]43124313[[package]]4314name = "librocksdb-sys"4315version = "6.20.3"4316source = "registry+https://github.com/rust-lang/crates.io-index"4317checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4318dependencies = [4319 "bindgen",4320 "cc",4321 "glob",4322 "libc",4323]43244325[[package]]4326name = "libsecp256k1"4327version = "0.3.5"4328source = "registry+https://github.com/rust-lang/crates.io-index"4329checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4330dependencies = [4331 "arrayref",4332 "crunchy",4333 "digest 0.8.1",4334 "hmac-drbg 0.2.0",4335 "rand 0.7.3",4336 "sha2 0.8.2",4337 "subtle 2.4.1",4338 "typenum",4339]43404341[[package]]4342name = "libsecp256k1"4343version = "0.5.0"4344source = "registry+https://github.com/rust-lang/crates.io-index"4345checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"4346dependencies = [4347 "arrayref",4348 "base64 0.12.3",4349 "digest 0.9.0",4350 "hmac-drbg 0.3.0",4351 "libsecp256k1-core",4352 "libsecp256k1-gen-ecmult",4353 "libsecp256k1-gen-genmult",4354 "rand 0.7.3",4355 "serde",4356 "sha2 0.9.5",4357 "typenum",4358]43594360[[package]]4361name = "libsecp256k1-core"4362version = "0.2.2"4363source = "registry+https://github.com/rust-lang/crates.io-index"4364checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"4365dependencies = [4366 "crunchy",4367 "digest 0.9.0",4368 "subtle 2.4.1",4369]43704371[[package]]4372name = "libsecp256k1-gen-ecmult"4373version = "0.2.1"4374source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4376dependencies = [4377 "libsecp256k1-core",4378]43794380[[package]]4381name = "libsecp256k1-gen-genmult"4382version = "0.2.1"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4385dependencies = [4386 "libsecp256k1-core",4387]43884389[[package]]4390name = "libz-sys"4391version = "1.1.3"4392source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4394dependencies = [4395 "cc",4396 "pkg-config",4397 "vcpkg",4398]43994400[[package]]4401name = "linked-hash-map"4402version = "0.5.4"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"44054406[[package]]4407name = "linked_hash_set"4408version = "0.1.4"4409source = "registry+https://github.com/rust-lang/crates.io-index"4410checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4411dependencies = [4412 "linked-hash-map",4413]44144415[[package]]4416name = "linregress"4417version = "0.4.3"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395"4420dependencies = [4421 "nalgebra",4422 "statrs",4423]44244425[[package]]4426name = "lock_api"4427version = "0.3.4"4428source = "registry+https://github.com/rust-lang/crates.io-index"4429checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4430dependencies = [4431 "scopeguard",4432]44334434[[package]]4435name = "lock_api"4436version = "0.4.4"4437source = "registry+https://github.com/rust-lang/crates.io-index"4438checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"4439dependencies = [4440 "scopeguard",4441]44424443[[package]]4444name = "log"4445version = "0.4.14"4446source = "registry+https://github.com/rust-lang/crates.io-index"4447checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4448dependencies = [4449 "cfg-if 1.0.0",4450 "value-bag",4451]44524453[[package]]4454name = "lru"4455version = "0.6.5"4456source = "registry+https://github.com/rust-lang/crates.io-index"4457checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"4458dependencies = [4459 "hashbrown 0.9.1",4460]44614462[[package]]4463name = "lru-cache"4464version = "0.1.2"4465source = "registry+https://github.com/rust-lang/crates.io-index"4466checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4467dependencies = [4468 "linked-hash-map",4469]44704471[[package]]4472name = "mach"4473version = "0.3.2"4474source = "registry+https://github.com/rust-lang/crates.io-index"4475checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4476dependencies = [4477 "libc",4478]44794480[[package]]4481name = "maplit"4482version = "1.0.2"4483source = "registry+https://github.com/rust-lang/crates.io-index"4484checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"44854486[[package]]4487name = "match_cfg"4488version = "0.1.0"4489source = "registry+https://github.com/rust-lang/crates.io-index"4490checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"44914492[[package]]4493name = "matchers"4494version = "0.0.1"4495source = "registry+https://github.com/rust-lang/crates.io-index"4496checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4497dependencies = [4498 "regex-automata",4499]45004501[[package]]4502name = "matches"4503version = "0.1.8"4504source = "registry+https://github.com/rust-lang/crates.io-index"4505checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"45064507[[package]]4508name = "matrixmultiply"4509version = "0.3.1"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4512dependencies = [4513 "rawpointer",4514]45154516[[package]]4517name = "max-encoded-len"4518version = "3.0.0"4519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"4520dependencies = [4521 "impl-trait-for-tuples",4522 "max-encoded-len-derive",4523 "parity-scale-codec",4524 "primitive-types",4525]45264527[[package]]4528name = "max-encoded-len-derive"4529version = "3.0.0"4530source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"4531dependencies = [4532 "proc-macro-crate 1.0.0",4533 "proc-macro2",4534 "quote",4535 "syn",4536]45374538[[package]]4539name = "maybe-uninit"4540version = "2.0.0"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"45434544[[package]]4545name = "memchr"4546version = "2.4.0"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"45494550[[package]]4551name = "memmap2"4552version = "0.2.3"4553source = "registry+https://github.com/rust-lang/crates.io-index"4554checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4555dependencies = [4556 "libc",4557]45584559[[package]]4560name = "memoffset"4561version = "0.5.6"4562source = "registry+https://github.com/rust-lang/crates.io-index"4563checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"4564dependencies = [4565 "autocfg",4566]45674568[[package]]4569name = "memoffset"4570version = "0.6.4"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4573dependencies = [4574 "autocfg",4575]45764577[[package]]4578name = "memory-db"4579version = "0.26.0"4580source = "registry+https://github.com/rust-lang/crates.io-index"4581checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"4582dependencies = [4583 "hash-db",4584 "hashbrown 0.9.1",4585 "parity-util-mem",4586]45874588[[package]]4589name = "memory-lru"4590version = "0.1.0"4591source = "registry+https://github.com/rust-lang/crates.io-index"4592checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4593dependencies = [4594 "lru",4595]45964597[[package]]4598name = "memory_units"4599version = "0.3.0"4600source = "registry+https://github.com/rust-lang/crates.io-index"4601checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"46024603[[package]]4604name = "merlin"4605version = "2.0.1"4606source = "registry+https://github.com/rust-lang/crates.io-index"4607checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4608dependencies = [4609 "byteorder",4610 "keccak",4611 "rand_core 0.5.1",4612 "zeroize",4613]46144615[[package]]4616name = "metered-channel"4617version = "0.1.0"4618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"4619dependencies = [4620 "derive_more",4621 "futures 0.3.16",4622 "futures-timer 3.0.2",4623]46244625[[package]]4626name = "mick-jaeger"4627version = "0.1.4"4628source = "registry+https://github.com/rust-lang/crates.io-index"4629checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4630dependencies = [4631 "futures 0.3.16",4632 "rand 0.7.3",4633 "thrift",4634]46354636[[package]]4637name = "minicbor"4638version = "0.8.1"4639source = "registry+https://github.com/rust-lang/crates.io-index"4640checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4641dependencies = [4642 "minicbor-derive",4643]46444645[[package]]4646name = "minicbor-derive"4647version = "0.6.4"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"4650dependencies = [4651 "proc-macro2",4652 "quote",4653 "syn",4654]46554656[[package]]4657name = "miniz_oxide"4658version = "0.4.4"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4661dependencies = [4662 "adler",4663 "autocfg",4664]46654666[[package]]4667name = "mio"4668version = "0.6.23"4669source = "registry+https://github.com/rust-lang/crates.io-index"4670checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4671dependencies = [4672 "cfg-if 0.1.10",4673 "fuchsia-zircon",4674 "fuchsia-zircon-sys",4675 "iovec",4676 "kernel32-sys",4677 "libc",4678 "log",4679 "miow 0.2.2",4680 "net2",4681 "slab",4682 "winapi 0.2.8",4683]46844685[[package]]4686name = "mio-extras"4687version = "2.0.6"4688source = "registry+https://github.com/rust-lang/crates.io-index"4689checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4690dependencies = [4691 "lazycell",4692 "log",4693 "mio",4694 "slab",4695]46964697[[package]]4698name = "mio-named-pipes"4699version = "0.1.7"4700source = "registry+https://github.com/rust-lang/crates.io-index"4701checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"4702dependencies = [4703 "log",4704 "mio",4705 "miow 0.3.7",4706 "winapi 0.3.9",4707]47084709[[package]]4710name = "mio-uds"4711version = "0.6.8"4712source = "registry+https://github.com/rust-lang/crates.io-index"4713checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"4714dependencies = [4715 "iovec",4716 "libc",4717 "mio",4718]47194720[[package]]4721name = "miow"4722version = "0.2.2"4723source = "registry+https://github.com/rust-lang/crates.io-index"4724checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4725dependencies = [4726 "kernel32-sys",4727 "net2",4728 "winapi 0.2.8",4729 "ws2_32-sys",4730]47314732[[package]]4733name = "miow"4734version = "0.3.7"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4737dependencies = [4738 "winapi 0.3.9",4739]47404741[[package]]4742name = "more-asserts"4743version = "0.2.1"4744source = "registry+https://github.com/rust-lang/crates.io-index"4745checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"47464747[[package]]4748name = "multibase"4749version = "0.8.0"4750source = "registry+https://github.com/rust-lang/crates.io-index"4751checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4752dependencies = [4753 "base-x",4754 "data-encoding",4755 "data-encoding-macro",4756]47574758[[package]]4759name = "multihash"4760version = "0.13.2"4761source = "registry+https://github.com/rust-lang/crates.io-index"4762checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4763dependencies = [4764 "blake2b_simd",4765 "blake2s_simd",4766 "blake3",4767 "digest 0.9.0",4768 "generic-array 0.14.4",4769 "multihash-derive",4770 "sha2 0.9.5",4771 "sha3 0.9.1",4772 "unsigned-varint 0.5.1",4773]47744775[[package]]4776name = "multihash-derive"4777version = "0.7.2"4778source = "registry+https://github.com/rust-lang/crates.io-index"4779checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4780dependencies = [4781 "proc-macro-crate 1.0.0",4782 "proc-macro-error",4783 "proc-macro2",4784 "quote",4785 "syn",4786 "synstructure",4787]47884789[[package]]4790name = "multimap"4791version = "0.8.3"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"47944795[[package]]4796name = "multistream-select"4797version = "0.10.2"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"4800dependencies = [4801 "bytes 1.0.1",4802 "futures 0.3.16",4803 "log",4804 "pin-project 1.0.8",4805 "smallvec 1.6.1",4806 "unsigned-varint 0.7.0",4807]48084809[[package]]4810name = "nalgebra"4811version = "0.27.1"4812source = "registry+https://github.com/rust-lang/crates.io-index"4813checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4814dependencies = [4815 "approx",4816 "matrixmultiply",4817 "nalgebra-macros",4818 "num-complex",4819 "num-rational 0.4.0",4820 "num-traits",4821 "rand 0.8.4",4822 "rand_distr",4823 "simba",4824 "typenum",4825]48264827[[package]]4828name = "nalgebra-macros"4829version = "0.1.0"4830source = "registry+https://github.com/rust-lang/crates.io-index"4831checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4832dependencies = [4833 "proc-macro2",4834 "quote",4835 "syn",4836]48374838[[package]]4839name = "names"4840version = "0.11.0"4841source = "registry+https://github.com/rust-lang/crates.io-index"4842checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"4843dependencies = [4844 "rand 0.3.23",4845]48464847[[package]]4848name = "net2"4849version = "0.2.37"4850source = "registry+https://github.com/rust-lang/crates.io-index"4851checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4852dependencies = [4853 "cfg-if 0.1.10",4854 "libc",4855 "winapi 0.3.9",4856]48574858[[package]]4859name = "nft"4860version = "3.0.0"4861dependencies = [4862 "cumulus-client-cli",4863 "cumulus-client-collator",4864 "cumulus-client-consensus-aura",4865 "cumulus-client-consensus-common",4866 "cumulus-client-network",4867 "cumulus-client-service",4868 "cumulus-primitives-core",4869 "cumulus-primitives-parachain-inherent",4870 "fc-consensus",4871 "fc-db",4872 "fc-mapping-sync",4873 "fc-rpc",4874 "fc-rpc-core",4875 "flexi_logger",4876 "fp-rpc",4877 "frame-benchmarking",4878 "frame-benchmarking-cli",4879 "futures 0.3.16",4880 "jsonrpc-core 15.1.0",4881 "jsonrpc-pubsub 15.1.0",4882 "log",4883 "nft-data-structs",4884 "nft-rpc",4885 "nft-runtime",4886 "pallet-ethereum",4887 "pallet-transaction-payment-rpc",4888 "parity-scale-codec",4889 "parking_lot 0.10.2",4890 "polkadot-cli",4891 "polkadot-parachain",4892 "polkadot-primitives",4893 "polkadot-service",4894 "polkadot-test-service",4895 "sc-basic-authorship",4896 "sc-chain-spec",4897 "sc-cli",4898 "sc-client-api",4899 "sc-consensus",4900 "sc-consensus-aura",4901 "sc-executor",4902 "sc-finality-grandpa",4903 "sc-keystore",4904 "sc-network",4905 "sc-rpc",4906 "sc-rpc-api",4907 "sc-service",4908 "sc-telemetry",4909 "sc-tracing",4910 "sc-transaction-pool",4911 "serde",4912 "serde_json",4913 "sp-api",4914 "sp-block-builder",4915 "sp-blockchain",4916 "sp-consensus",4917 "sp-consensus-aura",4918 "sp-core",4919 "sp-finality-grandpa",4920 "sp-inherents",4921 "sp-keystore",4922 "sp-offchain",4923 "sp-runtime",4924 "sp-session",4925 "sp-timestamp",4926 "sp-transaction-pool",4927 "sp-trie",4928 "structopt",4929 "substrate-build-script-utils",4930 "substrate-frame-rpc-system",4931 "substrate-prometheus-endpoint",4932]49334934[[package]]4935name = "nft-data-structs"4936version = "0.9.0"4937dependencies = [4938 "frame-support",4939 "frame-system",4940 "parity-scale-codec",4941 "serde",4942 "sp-core",4943 "sp-runtime",4944]49454946[[package]]4947name = "nft-rpc"4948version = "3.3.1"4949dependencies = [4950 "fc-db",4951 "fc-mapping-sync",4952 "fc-rpc",4953 "fc-rpc-core",4954 "fp-rpc",4955 "futures 0.3.16",4956 "jsonrpc-core 15.1.0",4957 "jsonrpc-pubsub 15.1.0",4958 "nft-runtime",4959 "pallet-ethereum",4960 "pallet-nft",4961 "pallet-transaction-payment-rpc",4962 "pallet-transaction-payment-rpc-runtime-api",4963 "sc-client-api",4964 "sc-consensus-aura",4965 "sc-consensus-epochs",4966 "sc-finality-grandpa",4967 "sc-finality-grandpa-rpc",4968 "sc-keystore",4969 "sc-network",4970 "sc-rpc",4971 "sc-rpc-api",4972 "sc-service",4973 "sc-transaction-graph",4974 "sc-transaction-pool",4975 "sp-api",4976 "sp-block-builder",4977 "sp-blockchain",4978 "sp-consensus",4979 "sp-consensus-aura",4980 "sp-core",4981 "sp-offchain",4982 "sp-runtime",4983 "sp-session",4984 "sp-storage",4985 "sp-transaction-pool",4986 "substrate-frame-rpc-system",4987 "tokio 0.2.25",4988]49894990[[package]]4991name = "nft-runtime"4992version = "3.0.0"4993dependencies = [4994 "cumulus-pallet-aura-ext",4995 "cumulus-pallet-dmp-queue",4996 "cumulus-pallet-parachain-system",4997 "cumulus-pallet-xcm",4998 "cumulus-pallet-xcmp-queue",4999 "cumulus-primitives-core",5000 "cumulus-primitives-timestamp",5001 "cumulus-primitives-utility",5002 "fp-rpc",5003 "frame-benchmarking",5004 "frame-executive",5005 "frame-support",5006 "frame-system",5007 "frame-system-benchmarking",5008 "frame-system-rpc-runtime-api",5009 "hex-literal",5010 "nft-data-structs",5011 "pallet-aura",5012 "pallet-balances",5013 "pallet-ethereum",5014 "pallet-evm",5015 "pallet-evm-coder-substrate",5016 "pallet-evm-contract-helpers",5017 "pallet-evm-transaction-payment",5018 "pallet-inflation",5019 "pallet-nft",5020 "pallet-nft-charge-transaction",5021 "pallet-nft-transaction-payment",5022 "pallet-randomness-collective-flip",5023 "pallet-scheduler 3.0.0",5024 "pallet-sudo",5025 "pallet-timestamp",5026 "pallet-transaction-payment",5027 "pallet-transaction-payment-rpc-runtime-api",5028 "pallet-treasury",5029 "pallet-vesting",5030 "pallet-xcm",5031 "parachain-info",5032 "parity-scale-codec",5033 "polkadot-parachain",5034 "serde",5035 "smallvec 1.6.1",5036 "sp-api",5037 "sp-arithmetic",5038 "sp-block-builder",5039 "sp-consensus-aura",5040 "sp-core",5041 "sp-inherents",5042 "sp-io",5043 "sp-offchain",5044 "sp-runtime",5045 "sp-session",5046 "sp-std",5047 "sp-transaction-pool",5048 "sp-version",5049 "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",5050 "xcm",5051 "xcm-builder",5052 "xcm-executor",5053]50545055[[package]]5056name = "nodrop"5057version = "0.1.14"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"50605061[[package]]5062name = "nohash-hasher"5063version = "0.2.0"5064source = "registry+https://github.com/rust-lang/crates.io-index"5065checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"50665067[[package]]5068name = "nom"5069version = "6.1.2"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"5072dependencies = [5073 "bitvec 0.19.5",5074 "funty",5075 "memchr",5076 "version_check",5077]50785079[[package]]5080name = "num-bigint"5081version = "0.2.6"5082source = "registry+https://github.com/rust-lang/crates.io-index"5083checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5084dependencies = [5085 "autocfg",5086 "num-integer",5087 "num-traits",5088]50895090[[package]]5091name = "num-complex"5092version = "0.4.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5095dependencies = [5096 "num-traits",5097]50985099[[package]]5100name = "num-integer"5101version = "0.1.44"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5104dependencies = [5105 "autocfg",5106 "num-traits",5107]51085109[[package]]5110name = "num-rational"5111version = "0.2.4"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5114dependencies = [5115 "autocfg",5116 "num-bigint",5117 "num-integer",5118 "num-traits",5119]51205121[[package]]5122name = "num-rational"5123version = "0.4.0"5124source = "registry+https://github.com/rust-lang/crates.io-index"5125checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5126dependencies = [5127 "autocfg",5128 "num-integer",5129 "num-traits",5130]51315132[[package]]5133name = "num-traits"5134version = "0.2.14"5135source = "registry+https://github.com/rust-lang/crates.io-index"5136checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5137dependencies = [5138 "autocfg",5139 "libm",5140]51415142[[package]]5143name = "num_cpus"5144version = "1.13.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"5147dependencies = [5148 "hermit-abi",5149 "libc",5150]51515152[[package]]5153name = "object"5154version = "0.24.0"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"5157dependencies = [5158 "crc32fast",5159 "indexmap",5160]51615162[[package]]5163name = "object"5164version = "0.26.0"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386"5167dependencies = [5168 "memchr",5169]51705171[[package]]5172name = "once_cell"5173version = "1.8.0"5174source = "registry+https://github.com/rust-lang/crates.io-index"5175checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"5176dependencies = [5177 "parking_lot 0.11.1",5178]51795180[[package]]5181name = "opaque-debug"5182version = "0.2.3"5183source = "registry+https://github.com/rust-lang/crates.io-index"5184checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"51855186[[package]]5187name = "opaque-debug"5188version = "0.3.0"5189source = "registry+https://github.com/rust-lang/crates.io-index"5190checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"51915192[[package]]5193name = "openssl-probe"5194version = "0.1.4"5195source = "registry+https://github.com/rust-lang/crates.io-index"5196checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"51975198[[package]]5199name = "ordered-float"5200version = "1.1.1"5201source = "registry+https://github.com/rust-lang/crates.io-index"5202checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5203dependencies = [5204 "num-traits",5205]52065207[[package]]5208name = "owning_ref"5209version = "0.4.1"5210source = "registry+https://github.com/rust-lang/crates.io-index"5211checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5212dependencies = [5213 "stable_deref_trait",5214]52155216[[package]]5217name = "pallet-aura"5218version = "3.0.0"5219source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5220dependencies = [5221 "frame-support",5222 "frame-system",5223 "pallet-session",5224 "pallet-timestamp",5225 "parity-scale-codec",5226 "sp-application-crypto",5227 "sp-consensus-aura",5228 "sp-runtime",5229 "sp-std",5230]52315232[[package]]5233name = "pallet-authority-discovery"5234version = "3.0.0"5235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5236dependencies = [5237 "frame-support",5238 "frame-system",5239 "pallet-session",5240 "parity-scale-codec",5241 "sp-application-crypto",5242 "sp-authority-discovery",5243 "sp-runtime",5244 "sp-std",5245]52465247[[package]]5248name = "pallet-authorship"5249version = "3.0.0"5250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5251dependencies = [5252 "frame-support",5253 "frame-system",5254 "impl-trait-for-tuples",5255 "parity-scale-codec",5256 "sp-authorship",5257 "sp-runtime",5258 "sp-std",5259]52605261[[package]]5262name = "pallet-babe"5263version = "3.0.0"5264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5265dependencies = [5266 "frame-benchmarking",5267 "frame-support",5268 "frame-system",5269 "log",5270 "pallet-authorship",5271 "pallet-session",5272 "pallet-timestamp",5273 "parity-scale-codec",5274 "sp-application-crypto",5275 "sp-consensus-babe",5276 "sp-consensus-vrf",5277 "sp-io",5278 "sp-runtime",5279 "sp-session",5280 "sp-staking",5281 "sp-std",5282]52835284[[package]]5285name = "pallet-balances"5286version = "3.0.0"5287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5288dependencies = [5289 "frame-benchmarking",5290 "frame-support",5291 "frame-system",5292 "log",5293 "max-encoded-len",5294 "parity-scale-codec",5295 "sp-runtime",5296 "sp-std",5297]52985299[[package]]5300name = "pallet-beefy"5301version = "0.1.0"5302source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.8#55ae3329847e0bbde51c9d45991d99f444777555"5303dependencies = [5304 "beefy-primitives",5305 "frame-support",5306 "frame-system",5307 "pallet-session",5308 "parity-scale-codec",5309 "serde",5310 "sp-runtime",5311 "sp-std",5312]53135314[[package]]5315name = "pallet-bounties"5316version = "3.0.0"5317source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5318dependencies = [5319 "frame-support",5320 "frame-system",5321 "pallet-treasury",5322 "parity-scale-codec",5323 "sp-runtime",5324 "sp-std",5325]53265327[[package]]5328name = "pallet-collective"5329version = "3.0.0"5330source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5331dependencies = [5332 "frame-support",5333 "frame-system",5334 "log",5335 "parity-scale-codec",5336 "sp-core",5337 "sp-io",5338 "sp-runtime",5339 "sp-std",5340]53415342[[package]]5343name = "pallet-contract-helpers"5344version = "0.1.0"5345dependencies = [5346 "frame-support",5347 "frame-system",5348 "pallet-contracts",5349 "parity-scale-codec",5350 "sp-runtime",5351 "sp-std",5352 "up-sponsorship",5353]53545355[[package]]5356name = "pallet-contracts"5357version = "3.0.0"5358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5359dependencies = [5360 "bitflags",5361 "frame-support",5362 "frame-system",5363 "log",5364 "pallet-contracts-primitives",5365 "pallet-contracts-proc-macro",5366 "parity-scale-codec",5367 "pwasm-utils",5368 "serde",5369 "smallvec 1.6.1",5370 "sp-core",5371 "sp-io",5372 "sp-runtime",5373 "sp-sandbox",5374 "sp-std",5375 "wasmi-validation",5376]53775378[[package]]5379name = "pallet-contracts-primitives"5380version = "3.0.0"5381source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5382dependencies = [5383 "bitflags",5384 "parity-scale-codec",5385 "serde",5386 "sp-core",5387 "sp-runtime",5388 "sp-std",5389]53905391[[package]]5392name = "pallet-contracts-proc-macro"5393version = "3.0.0"5394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5395dependencies = [5396 "proc-macro2",5397 "quote",5398 "syn",5399]54005401[[package]]5402name = "pallet-democracy"5403version = "3.0.0"5404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5405dependencies = [5406 "frame-benchmarking",5407 "frame-support",5408 "frame-system",5409 "parity-scale-codec",5410 "serde",5411 "sp-io",5412 "sp-runtime",5413 "sp-std",5414]54155416[[package]]5417name = "pallet-election-provider-multi-phase"5418version = "3.0.0"5419source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5420dependencies = [5421 "frame-election-provider-support",5422 "frame-support",5423 "frame-system",5424 "log",5425 "parity-scale-codec",5426 "sp-arithmetic",5427 "sp-core",5428 "sp-io",5429 "sp-npos-elections",5430 "sp-runtime",5431 "sp-std",5432 "static_assertions",5433]54345435[[package]]5436name = "pallet-elections-phragmen"5437version = "4.0.0"5438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5439dependencies = [5440 "frame-support",5441 "frame-system",5442 "log",5443 "parity-scale-codec",5444 "sp-core",5445 "sp-io",5446 "sp-npos-elections",5447 "sp-runtime",5448 "sp-std",5449]54505451[[package]]5452name = "pallet-ethereum"5453version = "3.0.0-dev"5454source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"5455dependencies = [5456 "ethereum",5457 "ethereum-types",5458 "evm",5459 "fp-consensus",5460 "fp-evm",5461 "fp-rpc",5462 "fp-storage",5463 "frame-support",5464 "frame-system",5465 "libsecp256k1 0.5.0",5466 "pallet-balances",5467 "pallet-evm",5468 "pallet-timestamp",5469 "parity-scale-codec",5470 "rlp",5471 "rustc-hex",5472 "serde",5473 "sha3 0.8.2",5474 "sp-io",5475 "sp-runtime",5476 "sp-std",5477]54785479[[package]]5480name = "pallet-evm"5481version = "5.0.0-dev"5482source = "git+https://github.com/uniquenetwork/frontier.git?branch=injected-transactions-parachain#1e2a0537db656af0b300493b4f8eda72c22e9421"5483dependencies = [5484 "evm",5485 "evm-gasometer",5486 "evm-runtime",5487 "fp-evm",5488 "frame-benchmarking",5489 "frame-support",5490 "frame-system",5491 "hex",5492 "impl-trait-for-tuples",5493 "log",5494 "pallet-balances",5495 "pallet-timestamp",5496 "parity-scale-codec",5497 "primitive-types",5498 "rlp",5499 "serde",5500 "sha3 0.8.2",5501 "sp-core",5502 "sp-io",5503 "sp-runtime",5504 "sp-std",5505]55065507[[package]]5508name = "pallet-evm-coder-substrate"5509version = "0.1.0"5510dependencies = [5511 "ethereum",5512 "evm-coder",5513 "frame-support",5514 "frame-system",5515 "pallet-ethereum",5516 "pallet-evm",5517 "parity-scale-codec",5518 "sp-core",5519 "sp-std",5520]55215522[[package]]5523name = "pallet-evm-contract-helpers"5524version = "0.1.0"5525dependencies = [5526 "evm-coder",5527 "frame-support",5528 "frame-system",5529 "log",5530 "pallet-evm",5531 "pallet-evm-coder-substrate",5532 "parity-scale-codec",5533 "sp-core",5534 "sp-runtime",5535 "sp-std",5536 "up-sponsorship",5537]55385539[[package]]5540name = "pallet-evm-transaction-payment"5541version = "0.1.0"5542dependencies = [5543 "fp-evm",5544 "frame-support",5545 "frame-system",5546 "pallet-ethereum",5547 "pallet-evm",5548 "parity-scale-codec",5549 "sp-core",5550 "sp-io",5551 "sp-runtime",5552 "sp-std",5553 "up-sponsorship",5554]55555556[[package]]5557name = "pallet-grandpa"5558version = "3.1.0"5559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5560dependencies = [5561 "frame-benchmarking",5562 "frame-support",5563 "frame-system",5564 "log",5565 "pallet-authorship",5566 "pallet-session",5567 "parity-scale-codec",5568 "sp-application-crypto",5569 "sp-core",5570 "sp-finality-grandpa",5571 "sp-io",5572 "sp-runtime",5573 "sp-session",5574 "sp-staking",5575 "sp-std",5576]55775578[[package]]5579name = "pallet-identity"5580version = "3.0.0"5581source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5582dependencies = [5583 "enumflags2",5584 "frame-benchmarking",5585 "frame-support",5586 "frame-system",5587 "parity-scale-codec",5588 "sp-io",5589 "sp-runtime",5590 "sp-std",5591]55925593[[package]]5594name = "pallet-im-online"5595version = "3.0.0"5596source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5597dependencies = [5598 "frame-support",5599 "frame-system",5600 "log",5601 "pallet-authorship",5602 "parity-scale-codec",5603 "sp-application-crypto",5604 "sp-core",5605 "sp-io",5606 "sp-runtime",5607 "sp-staking",5608 "sp-std",5609]56105611[[package]]5612name = "pallet-indices"5613version = "3.0.0"5614source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5615dependencies = [5616 "frame-support",5617 "frame-system",5618 "parity-scale-codec",5619 "sp-core",5620 "sp-io",5621 "sp-keyring",5622 "sp-runtime",5623 "sp-std",5624]56255626[[package]]5627name = "pallet-inflation"5628version = "3.0.0"5629dependencies = [5630 "frame-benchmarking",5631 "frame-support",5632 "frame-system",5633 "pallet-balances",5634 "pallet-randomness-collective-flip",5635 "pallet-timestamp",5636 "parity-scale-codec",5637 "serde",5638 "sp-core",5639 "sp-io",5640 "sp-runtime",5641 "sp-std",5642]56435644[[package]]5645name = "pallet-membership"5646version = "3.0.0"5647source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5648dependencies = [5649 "frame-benchmarking",5650 "frame-support",5651 "frame-system",5652 "log",5653 "parity-scale-codec",5654 "sp-io",5655 "sp-runtime",5656 "sp-std",5657]56585659[[package]]5660name = "pallet-mmr"5661version = "3.0.0"5662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5663dependencies = [5664 "ckb-merkle-mountain-range",5665 "frame-benchmarking",5666 "frame-support",5667 "frame-system",5668 "pallet-mmr-primitives",5669 "parity-scale-codec",5670 "sp-core",5671 "sp-io",5672 "sp-runtime",5673 "sp-std",5674]56755676[[package]]5677name = "pallet-mmr-primitives"5678version = "3.0.0"5679source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5680dependencies = [5681 "frame-support",5682 "frame-system",5683 "log",5684 "parity-scale-codec",5685 "serde",5686 "sp-api",5687 "sp-core",5688 "sp-runtime",5689 "sp-std",5690]56915692[[package]]5693name = "pallet-mmr-rpc"5694version = "3.0.0"5695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5696dependencies = [5697 "jsonrpc-core 15.1.0",5698 "jsonrpc-core-client 15.1.0",5699 "jsonrpc-derive 15.1.0",5700 "pallet-mmr-primitives",5701 "parity-scale-codec",5702 "serde",5703 "sp-api",5704 "sp-blockchain",5705 "sp-core",5706 "sp-rpc",5707 "sp-runtime",5708]57095710[[package]]5711name = "pallet-multisig"5712version = "3.0.0"5713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5714dependencies = [5715 "frame-support",5716 "frame-system",5717 "parity-scale-codec",5718 "sp-core",5719 "sp-io",5720 "sp-runtime",5721 "sp-std",5722]57235724[[package]]5725name = "pallet-nft"5726version = "3.0.0"5727dependencies = [5728 "ethereum",5729 "evm-coder",5730 "fp-evm",5731 "frame-benchmarking",5732 "frame-support",5733 "frame-system",5734 "hex-literal",5735 "nft-data-structs",5736 "pallet-balances",5737 "pallet-ethereum",5738 "pallet-evm",5739 "pallet-evm-coder-substrate",5740 "pallet-randomness-collective-flip",5741 "pallet-timestamp",5742 "pallet-transaction-payment",5743 "parity-scale-codec",5744 "primitive-types",5745 "rlp",5746 "serde",5747 "sp-api",5748 "sp-core",5749 "sp-io",5750 "sp-runtime",5751 "sp-std",5752 "up-sponsorship",5753]57545755[[package]]5756name = "pallet-nft-charge-transaction"5757version = "3.0.0"5758dependencies = [5759 "frame-benchmarking",5760 "frame-support",5761 "frame-system",5762 "pallet-balances",5763 "pallet-nft-transaction-payment",5764 "pallet-transaction-payment",5765 "parity-scale-codec",5766 "serde",5767 "sp-core",5768 "sp-io",5769 "sp-runtime",5770 "sp-std",5771]57725773[[package]]5774name = "pallet-nft-transaction-payment"5775version = "3.0.0"5776dependencies = [5777 "frame-benchmarking",5778 "frame-support",5779 "frame-system",5780 "pallet-transaction-payment",5781 "parity-scale-codec",5782 "serde",5783 "sp-core",5784 "sp-io",5785 "sp-runtime",5786 "sp-std",5787 "up-sponsorship",5788]57895790[[package]]5791name = "pallet-nicks"5792version = "3.0.0"5793source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5794dependencies = [5795 "frame-support",5796 "frame-system",5797 "parity-scale-codec",5798 "sp-io",5799 "sp-runtime",5800 "sp-std",5801]58025803[[package]]5804name = "pallet-offences"5805version = "3.0.0"5806source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5807dependencies = [5808 "frame-support",5809 "frame-system",5810 "log",5811 "pallet-balances",5812 "parity-scale-codec",5813 "serde",5814 "sp-runtime",5815 "sp-staking",5816 "sp-std",5817]58185819[[package]]5820name = "pallet-proxy"5821version = "3.0.0"5822source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5823dependencies = [5824 "frame-support",5825 "frame-system",5826 "max-encoded-len",5827 "parity-scale-codec",5828 "sp-core",5829 "sp-io",5830 "sp-runtime",5831 "sp-std",5832]58335834[[package]]5835name = "pallet-randomness-collective-flip"5836version = "3.0.0"5837source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5838dependencies = [5839 "frame-support",5840 "frame-system",5841 "parity-scale-codec",5842 "safe-mix",5843 "sp-runtime",5844 "sp-std",5845]58465847[[package]]5848name = "pallet-scheduler"5849version = "3.0.0"5850dependencies = [5851 "frame-benchmarking",5852 "frame-support",5853 "frame-system",5854 "log",5855 "parity-scale-codec",5856 "serde",5857 "sp-core",5858 "sp-io",5859 "sp-runtime",5860 "sp-std",5861 "substrate-test-utils",5862 "up-sponsorship",5863]58645865[[package]]5866name = "pallet-scheduler"5867version = "3.0.0"5868source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5869dependencies = [5870 "frame-benchmarking",5871 "frame-support",5872 "frame-system",5873 "log",5874 "parity-scale-codec",5875 "sp-io",5876 "sp-runtime",5877 "sp-std",5878]58795880[[package]]5881name = "pallet-session"5882version = "3.0.0"5883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5884dependencies = [5885 "frame-support",5886 "frame-system",5887 "impl-trait-for-tuples",5888 "log",5889 "pallet-timestamp",5890 "parity-scale-codec",5891 "sp-core",5892 "sp-io",5893 "sp-runtime",5894 "sp-session",5895 "sp-staking",5896 "sp-std",5897 "sp-trie",5898]58995900[[package]]5901name = "pallet-staking"5902version = "3.0.0"5903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5904dependencies = [5905 "frame-election-provider-support",5906 "frame-support",5907 "frame-system",5908 "log",5909 "pallet-authorship",5910 "pallet-session",5911 "parity-scale-codec",5912 "paste",5913 "serde",5914 "sp-application-crypto",5915 "sp-io",5916 "sp-runtime",5917 "sp-staking",5918 "sp-std",5919 "static_assertions",5920]59215922[[package]]5923name = "pallet-staking-reward-curve"5924version = "3.0.0"5925source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5926dependencies = [5927 "proc-macro-crate 1.0.0",5928 "proc-macro2",5929 "quote",5930 "syn",5931]59325933[[package]]5934name = "pallet-sudo"5935version = "3.0.0"5936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5937dependencies = [5938 "frame-support",5939 "frame-system",5940 "parity-scale-codec",5941 "sp-io",5942 "sp-runtime",5943 "sp-std",5944]59455946[[package]]5947name = "pallet-timestamp"5948version = "3.0.0"5949source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5950dependencies = [5951 "frame-benchmarking",5952 "frame-support",5953 "frame-system",5954 "impl-trait-for-tuples",5955 "log",5956 "parity-scale-codec",5957 "sp-inherents",5958 "sp-io",5959 "sp-runtime",5960 "sp-std",5961 "sp-timestamp",5962]59635964[[package]]5965name = "pallet-tips"5966version = "3.0.0"5967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5968dependencies = [5969 "frame-support",5970 "frame-system",5971 "pallet-treasury",5972 "parity-scale-codec",5973 "serde",5974 "sp-runtime",5975 "sp-std",5976]59775978[[package]]5979name = "pallet-transaction-payment"5980version = "3.0.0"5981source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5982dependencies = [5983 "frame-support",5984 "frame-system",5985 "parity-scale-codec",5986 "serde",5987 "smallvec 1.6.1",5988 "sp-core",5989 "sp-io",5990 "sp-runtime",5991 "sp-std",5992]59935994[[package]]5995name = "pallet-transaction-payment-rpc"5996version = "3.0.0"5997source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"5998dependencies = [5999 "jsonrpc-core 15.1.0",6000 "jsonrpc-core-client 15.1.0",6001 "jsonrpc-derive 15.1.0",6002 "pallet-transaction-payment-rpc-runtime-api",6003 "parity-scale-codec",6004 "sp-api",6005 "sp-blockchain",6006 "sp-core",6007 "sp-rpc",6008 "sp-runtime",6009]60106011[[package]]6012name = "pallet-transaction-payment-rpc-runtime-api"6013version = "3.0.0"6014source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6015dependencies = [6016 "pallet-transaction-payment",6017 "parity-scale-codec",6018 "sp-api",6019 "sp-runtime",6020]60216022[[package]]6023name = "pallet-treasury"6024version = "3.0.0"6025source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6026dependencies = [6027 "frame-support",6028 "frame-system",6029 "impl-trait-for-tuples",6030 "pallet-balances",6031 "parity-scale-codec",6032 "serde",6033 "sp-runtime",6034 "sp-std",6035]60366037[[package]]6038name = "pallet-utility"6039version = "3.0.0"6040source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6041dependencies = [6042 "frame-support",6043 "frame-system",6044 "parity-scale-codec",6045 "sp-core",6046 "sp-io",6047 "sp-runtime",6048 "sp-std",6049]60506051[[package]]6052name = "pallet-vesting"6053version = "3.0.0"6054source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"6055dependencies = [6056 "enumflags2",6057 "frame-support",6058 "frame-system",6059 "parity-scale-codec",6060 "sp-runtime",6061 "sp-std",6062]60636064[[package]]6065name = "pallet-xcm"6066version = "0.1.0"6067source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6068dependencies = [6069 "frame-support",6070 "frame-system",6071 "parity-scale-codec",6072 "sp-runtime",6073 "sp-std",6074 "xcm",6075 "xcm-executor",6076]60776078[[package]]6079name = "parachain-info"6080version = "0.1.0"6081source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.8#ed6ba5dfb2c112c29505e856e8971da3420ce6d0"6082dependencies = [6083 "cumulus-primitives-core",6084 "frame-support",6085 "frame-system",6086 "parity-scale-codec",6087 "serde",6088]60896090[[package]]6091name = "parity-db"6092version = "0.2.4"6093source = "registry+https://github.com/rust-lang/crates.io-index"6094checksum = "2e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47"6095dependencies = [6096 "blake2-rfc",6097 "crc32fast",6098 "fs2",6099 "hex",6100 "libc",6101 "log",6102 "memmap2",6103 "parking_lot 0.11.1",6104 "rand 0.8.4",6105]61066107[[package]]6108name = "parity-multiaddr"6109version = "0.11.2"6110source = "registry+https://github.com/rust-lang/crates.io-index"6111checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4"6112dependencies = [6113 "arrayref",6114 "bs58",6115 "byteorder",6116 "data-encoding",6117 "multihash",6118 "percent-encoding 2.1.0",6119 "serde",6120 "static_assertions",6121 "unsigned-varint 0.7.0",6122 "url 2.2.2",6123]61246125[[package]]6126name = "parity-scale-codec"6127version = "2.2.0"6128source = "registry+https://github.com/rust-lang/crates.io-index"6129checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9"6130dependencies = [6131 "arrayvec 0.7.1",6132 "bitvec 0.20.4",6133 "byte-slice-cast",6134 "impl-trait-for-tuples",6135 "parity-scale-codec-derive",6136 "serde",6137]61386139[[package]]6140name = "parity-scale-codec-derive"6141version = "2.2.0"6142source = "registry+https://github.com/rust-lang/crates.io-index"6143checksum = "40dbbfef7f0a1143c5b06e0d76a6278e25dac0bc1af4be51a0fbb73f07e7ad09"6144dependencies = [6145 "proc-macro-crate 1.0.0",6146 "proc-macro2",6147 "quote",6148 "syn",6149]61506151[[package]]6152name = "parity-send-wrapper"6153version = "0.1.0"6154source = "registry+https://github.com/rust-lang/crates.io-index"6155checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"61566157[[package]]6158name = "parity-tokio-ipc"6159version = "0.4.0"6160source = "registry+https://github.com/rust-lang/crates.io-index"6161checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"6162dependencies = [6163 "bytes 0.4.12",6164 "futures 0.1.31",6165 "libc",6166 "log",6167 "mio-named-pipes",6168 "miow 0.3.7",6169 "rand 0.7.3",6170 "tokio 0.1.22",6171 "tokio-named-pipes",6172 "tokio-uds",6173 "winapi 0.3.9",6174]61756176[[package]]6177name = "parity-util-mem"6178version = "0.9.0"6179source = "registry+https://github.com/rust-lang/crates.io-index"6180checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42"6181dependencies = [6182 "cfg-if 1.0.0",6183 "ethereum-types",6184 "hashbrown 0.9.1",6185 "impl-trait-for-tuples",6186 "lru",6187 "parity-util-mem-derive",6188 "parking_lot 0.11.1",6189 "primitive-types",6190 "smallvec 1.6.1",6191 "winapi 0.3.9",6192]61936194[[package]]6195name = "parity-util-mem-derive"6196version = "0.1.0"6197source = "registry+https://github.com/rust-lang/crates.io-index"6198checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6199dependencies = [6200 "proc-macro2",6201 "syn",6202 "synstructure",6203]62046205[[package]]6206name = "parity-wasm"6207version = "0.32.0"6208source = "registry+https://github.com/rust-lang/crates.io-index"6209checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6210dependencies = [6211 "byteorder",6212]62136214[[package]]6215name = "parity-wasm"6216version = "0.42.2"6217source = "registry+https://github.com/rust-lang/crates.io-index"6218checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"62196220[[package]]6221name = "parity-ws"6222version = "0.10.1"6223source = "registry+https://github.com/rust-lang/crates.io-index"6224checksum = "322d72dfe461b8b9e367d057ceace105379d64d5b03907d23c481ccf3fbf8aa4"6225dependencies = [6226 "byteorder",6227 "bytes 0.4.12",6228 "httparse",6229 "log",6230 "mio",6231 "mio-extras",6232 "rand 0.7.3",6233 "sha-1 0.8.2",6234 "slab",6235 "url 2.2.2",6236]62376238[[package]]6239name = "parking"6240version = "2.0.0"6241source = "registry+https://github.com/rust-lang/crates.io-index"6242checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"62436244[[package]]6245name = "parking_lot"6246version = "0.9.0"6247source = "registry+https://github.com/rust-lang/crates.io-index"6248checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"6249dependencies = [6250 "lock_api 0.3.4",6251 "parking_lot_core 0.6.2",6252 "rustc_version 0.2.3",6253]62546255[[package]]6256name = "parking_lot"6257version = "0.10.2"6258source = "registry+https://github.com/rust-lang/crates.io-index"6259checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6260dependencies = [6261 "lock_api 0.3.4",6262 "parking_lot_core 0.7.2",6263]62646265[[package]]6266name = "parking_lot"6267version = "0.11.1"6268source = "registry+https://github.com/rust-lang/crates.io-index"6269checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"6270dependencies = [6271 "instant",6272 "lock_api 0.4.4",6273 "parking_lot_core 0.8.3",6274]62756276[[package]]6277name = "parking_lot_core"6278version = "0.6.2"6279source = "registry+https://github.com/rust-lang/crates.io-index"6280checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"6281dependencies = [6282 "cfg-if 0.1.10",6283 "cloudabi",6284 "libc",6285 "redox_syscall 0.1.57",6286 "rustc_version 0.2.3",6287 "smallvec 0.6.14",6288 "winapi 0.3.9",6289]62906291[[package]]6292name = "parking_lot_core"6293version = "0.7.2"6294source = "registry+https://github.com/rust-lang/crates.io-index"6295checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6296dependencies = [6297 "cfg-if 0.1.10",6298 "cloudabi",6299 "libc",6300 "redox_syscall 0.1.57",6301 "smallvec 1.6.1",6302 "winapi 0.3.9",6303]63046305[[package]]6306name = "parking_lot_core"6307version = "0.8.3"6308source = "registry+https://github.com/rust-lang/crates.io-index"6309checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"6310dependencies = [6311 "cfg-if 1.0.0",6312 "instant",6313 "libc",6314 "redox_syscall 0.2.9",6315 "smallvec 1.6.1",6316 "winapi 0.3.9",6317]63186319[[package]]6320name = "paste"6321version = "1.0.5"6322source = "registry+https://github.com/rust-lang/crates.io-index"6323checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"63246325[[package]]6326name = "pbkdf2"6327version = "0.3.0"6328source = "registry+https://github.com/rust-lang/crates.io-index"6329checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"6330dependencies = [6331 "byteorder",6332 "crypto-mac 0.7.0",6333]63346335[[package]]6336name = "pbkdf2"6337version = "0.4.0"6338source = "registry+https://github.com/rust-lang/crates.io-index"6339checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6340dependencies = [6341 "crypto-mac 0.8.0",6342]63436344[[package]]6345name = "pdqselect"6346version = "0.1.0"6347source = "registry+https://github.com/rust-lang/crates.io-index"6348checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"63496350[[package]]6351name = "peeking_take_while"6352version = "0.1.2"6353source = "registry+https://github.com/rust-lang/crates.io-index"6354checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"63556356[[package]]6357name = "percent-encoding"6358version = "1.0.1"6359source = "registry+https://github.com/rust-lang/crates.io-index"6360checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"63616362[[package]]6363name = "percent-encoding"6364version = "2.1.0"6365source = "registry+https://github.com/rust-lang/crates.io-index"6366checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"63676368[[package]]6369name = "pest"6370version = "2.1.3"6371source = "registry+https://github.com/rust-lang/crates.io-index"6372checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6373dependencies = [6374 "ucd-trie",6375]63766377[[package]]6378name = "pest_derive"6379version = "2.1.0"6380source = "registry+https://github.com/rust-lang/crates.io-index"6381checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6382dependencies = [6383 "pest",6384 "pest_generator",6385]63866387[[package]]6388name = "pest_generator"6389version = "2.1.3"6390source = "registry+https://github.com/rust-lang/crates.io-index"6391checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6392dependencies = [6393 "pest",6394 "pest_meta",6395 "proc-macro2",6396 "quote",6397 "syn",6398]63996400[[package]]6401name = "pest_meta"6402version = "2.1.3"6403source = "registry+https://github.com/rust-lang/crates.io-index"6404checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6405dependencies = [6406 "maplit",6407 "pest",6408 "sha-1 0.8.2",6409]64106411[[package]]6412name = "petgraph"6413version = "0.5.1"6414source = "registry+https://github.com/rust-lang/crates.io-index"6415checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6416dependencies = [6417 "fixedbitset",6418 "indexmap",6419]64206421[[package]]6422name = "pin-project"6423version = "0.4.28"6424source = "registry+https://github.com/rust-lang/crates.io-index"6425checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6426dependencies = [6427 "pin-project-internal 0.4.28",6428]64296430[[package]]6431name = "pin-project"6432version = "1.0.8"6433source = "registry+https://github.com/rust-lang/crates.io-index"6434checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"6435dependencies = [6436 "pin-project-internal 1.0.8",6437]64386439[[package]]6440name = "pin-project-internal"6441version = "0.4.28"6442source = "registry+https://github.com/rust-lang/crates.io-index"6443checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6444dependencies = [6445 "proc-macro2",6446 "quote",6447 "syn",6448]64496450[[package]]6451name = "pin-project-internal"6452version = "1.0.8"6453source = "registry+https://github.com/rust-lang/crates.io-index"6454checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"6455dependencies = [6456 "proc-macro2",6457 "quote",6458 "syn",6459]64606461[[package]]6462name = "pin-project-lite"6463version = "0.1.12"6464source = "registry+https://github.com/rust-lang/crates.io-index"6465checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"64666467[[package]]6468name = "pin-project-lite"6469version = "0.2.7"6470source = "registry+https://github.com/rust-lang/crates.io-index"6471checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"64726473[[package]]6474name = "pin-utils"6475version = "0.1.0"6476source = "registry+https://github.com/rust-lang/crates.io-index"6477checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"64786479[[package]]6480name = "pkg-config"6481version = "0.3.19"6482source = "registry+https://github.com/rust-lang/crates.io-index"6483checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"64846485[[package]]6486name = "platforms"6487version = "1.1.0"6488source = "registry+https://github.com/rust-lang/crates.io-index"6489checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"64906491[[package]]6492name = "polkadot-approval-distribution"6493version = "0.1.0"6494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6495dependencies = [6496 "futures 0.3.16",6497 "polkadot-node-network-protocol",6498 "polkadot-node-primitives",6499 "polkadot-node-subsystem",6500 "polkadot-node-subsystem-util",6501 "polkadot-primitives",6502 "tracing",6503]65046505[[package]]6506name = "polkadot-availability-bitfield-distribution"6507version = "0.1.0"6508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6509dependencies = [6510 "futures 0.3.16",6511 "polkadot-node-network-protocol",6512 "polkadot-node-subsystem",6513 "polkadot-node-subsystem-util",6514 "polkadot-primitives",6515 "tracing",6516]65176518[[package]]6519name = "polkadot-availability-distribution"6520version = "0.1.0"6521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6522dependencies = [6523 "futures 0.3.16",6524 "lru",6525 "parity-scale-codec",6526 "polkadot-erasure-coding",6527 "polkadot-node-core-runtime-api",6528 "polkadot-node-network-protocol",6529 "polkadot-node-primitives",6530 "polkadot-node-subsystem",6531 "polkadot-node-subsystem-util",6532 "polkadot-primitives",6533 "rand 0.8.4",6534 "sp-application-crypto",6535 "sp-core",6536 "sp-keystore",6537 "thiserror",6538 "tracing",6539]65406541[[package]]6542name = "polkadot-availability-recovery"6543version = "0.1.0"6544source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6545dependencies = [6546 "futures 0.3.16",6547 "lru",6548 "parity-scale-codec",6549 "polkadot-erasure-coding",6550 "polkadot-node-network-protocol",6551 "polkadot-node-primitives",6552 "polkadot-node-subsystem",6553 "polkadot-node-subsystem-util",6554 "polkadot-primitives",6555 "rand 0.8.4",6556 "thiserror",6557 "tracing",6558]65596560[[package]]6561name = "polkadot-cli"6562version = "0.9.8"6563source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6564dependencies = [6565 "frame-benchmarking-cli",6566 "futures 0.3.16",6567 "log",6568 "polkadot-node-core-pvf",6569 "polkadot-service",6570 "sc-cli",6571 "sc-service",6572 "sp-core",6573 "sp-trie",6574 "structopt",6575 "substrate-build-script-utils",6576 "thiserror",6577 "try-runtime-cli",6578]65796580[[package]]6581name = "polkadot-client"6582version = "0.9.8"6583source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6584dependencies = [6585 "beefy-primitives",6586 "frame-benchmarking",6587 "frame-system-rpc-runtime-api",6588 "pallet-mmr-primitives",6589 "pallet-transaction-payment-rpc-runtime-api",6590 "polkadot-primitives",6591 "polkadot-runtime",6592 "sc-client-api",6593 "sc-executor",6594 "sc-service",6595 "sp-api",6596 "sp-authority-discovery",6597 "sp-block-builder",6598 "sp-blockchain",6599 "sp-consensus",6600 "sp-consensus-babe",6601 "sp-finality-grandpa",6602 "sp-offchain",6603 "sp-runtime",6604 "sp-session",6605 "sp-storage",6606 "sp-transaction-pool",6607]66086609[[package]]6610name = "polkadot-collator-protocol"6611version = "0.1.0"6612source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6613dependencies = [6614 "always-assert",6615 "futures 0.3.16",6616 "futures-timer 3.0.2",6617 "polkadot-node-network-protocol",6618 "polkadot-node-primitives",6619 "polkadot-node-subsystem",6620 "polkadot-node-subsystem-util",6621 "polkadot-primitives",6622 "sp-core",6623 "sp-keystore",6624 "sp-runtime",6625 "thiserror",6626 "tracing",6627]66286629[[package]]6630name = "polkadot-core-primitives"6631version = "0.9.8"6632source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6633dependencies = [6634 "parity-scale-codec",6635 "parity-util-mem",6636 "sp-core",6637 "sp-runtime",6638 "sp-std",6639]66406641[[package]]6642name = "polkadot-erasure-coding"6643version = "0.9.8"6644source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6645dependencies = [6646 "parity-scale-codec",6647 "polkadot-node-primitives",6648 "polkadot-primitives",6649 "reed-solomon-novelpoly",6650 "sp-core",6651 "sp-trie",6652 "thiserror",6653]66546655[[package]]6656name = "polkadot-gossip-support"6657version = "0.1.0"6658source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6659dependencies = [6660 "futures 0.3.16",6661 "polkadot-node-network-protocol",6662 "polkadot-node-subsystem",6663 "polkadot-node-subsystem-util",6664 "polkadot-primitives",6665 "rand 0.8.4",6666 "rand_chacha 0.3.1",6667 "sp-application-crypto",6668 "sp-core",6669 "sp-keystore",6670 "tracing",6671]66726673[[package]]6674name = "polkadot-network-bridge"6675version = "0.1.0"6676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6677dependencies = [6678 "async-trait",6679 "futures 0.3.16",6680 "parity-scale-codec",6681 "parking_lot 0.11.1",6682 "polkadot-node-network-protocol",6683 "polkadot-node-subsystem",6684 "polkadot-node-subsystem-util",6685 "polkadot-primitives",6686 "sc-authority-discovery",6687 "sc-network",6688 "sp-consensus",6689 "strum",6690 "tracing",6691]66926693[[package]]6694name = "polkadot-node-collation-generation"6695version = "0.1.0"6696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6697dependencies = [6698 "futures 0.3.16",6699 "parity-scale-codec",6700 "polkadot-erasure-coding",6701 "polkadot-node-primitives",6702 "polkadot-node-subsystem",6703 "polkadot-node-subsystem-util",6704 "polkadot-primitives",6705 "sp-core",6706 "sp-maybe-compressed-blob",6707 "thiserror",6708 "tracing",6709]67106711[[package]]6712name = "polkadot-node-core-approval-voting"6713version = "0.1.0"6714source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6715dependencies = [6716 "bitvec 0.20.4",6717 "derive_more",6718 "futures 0.3.16",6719 "futures-timer 3.0.2",6720 "kvdb",6721 "lru",6722 "merlin",6723 "parity-scale-codec",6724 "polkadot-node-jaeger",6725 "polkadot-node-primitives",6726 "polkadot-node-subsystem",6727 "polkadot-node-subsystem-util",6728 "polkadot-overseer",6729 "polkadot-primitives",6730 "sc-client-api",6731 "sc-keystore",6732 "schnorrkel",6733 "sp-application-crypto",6734 "sp-blockchain",6735 "sp-consensus",6736 "sp-consensus-slots",6737 "sp-runtime",6738 "tracing",6739]67406741[[package]]6742name = "polkadot-node-core-av-store"6743version = "0.1.0"6744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6745dependencies = [6746 "bitvec 0.20.4",6747 "futures 0.3.16",6748 "futures-timer 3.0.2",6749 "kvdb",6750 "parity-scale-codec",6751 "polkadot-erasure-coding",6752 "polkadot-node-primitives",6753 "polkadot-node-subsystem",6754 "polkadot-node-subsystem-util",6755 "polkadot-overseer",6756 "polkadot-primitives",6757 "thiserror",6758 "tracing",6759]67606761[[package]]6762name = "polkadot-node-core-backing"6763version = "0.1.0"6764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6765dependencies = [6766 "bitvec 0.20.4",6767 "futures 0.3.16",6768 "polkadot-erasure-coding",6769 "polkadot-node-primitives",6770 "polkadot-node-subsystem",6771 "polkadot-node-subsystem-util",6772 "polkadot-primitives",6773 "polkadot-statement-table",6774 "sp-keystore",6775 "thiserror",6776 "tracing",6777]67786779[[package]]6780name = "polkadot-node-core-bitfield-signing"6781version = "0.1.0"6782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6783dependencies = [6784 "futures 0.3.16",6785 "polkadot-node-subsystem",6786 "polkadot-node-subsystem-util",6787 "polkadot-primitives",6788 "sp-keystore",6789 "thiserror",6790 "tracing",6791 "wasm-timer",6792]67936794[[package]]6795name = "polkadot-node-core-candidate-validation"6796version = "0.1.0"6797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6798dependencies = [6799 "async-trait",6800 "futures 0.3.16",6801 "parity-scale-codec",6802 "polkadot-node-core-pvf",6803 "polkadot-node-primitives",6804 "polkadot-node-subsystem",6805 "polkadot-node-subsystem-util",6806 "polkadot-parachain",6807 "polkadot-primitives",6808 "sp-maybe-compressed-blob",6809 "tracing",6810]68116812[[package]]6813name = "polkadot-node-core-chain-api"6814version = "0.1.0"6815source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6816dependencies = [6817 "futures 0.3.16",6818 "polkadot-node-subsystem",6819 "polkadot-node-subsystem-util",6820 "polkadot-primitives",6821 "sc-client-api",6822 "sc-consensus-babe",6823 "sp-blockchain",6824 "tracing",6825]68266827[[package]]6828name = "polkadot-node-core-parachains-inherent"6829version = "0.1.0"6830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6831dependencies = [6832 "async-trait",6833 "futures 0.3.16",6834 "futures-timer 3.0.2",6835 "polkadot-node-subsystem",6836 "polkadot-overseer",6837 "polkadot-primitives",6838 "sp-blockchain",6839 "sp-inherents",6840 "sp-runtime",6841 "thiserror",6842 "tracing",6843]68446845[[package]]6846name = "polkadot-node-core-provisioner"6847version = "0.1.0"6848source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6849dependencies = [6850 "bitvec 0.20.4",6851 "futures 0.3.16",6852 "futures-timer 3.0.2",6853 "polkadot-node-subsystem",6854 "polkadot-node-subsystem-util",6855 "polkadot-primitives",6856 "thiserror",6857 "tracing",6858]68596860[[package]]6861name = "polkadot-node-core-pvf"6862version = "0.1.0"6863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6864dependencies = [6865 "always-assert",6866 "assert_matches",6867 "async-process",6868 "async-std",6869 "futures 0.3.16",6870 "futures-timer 3.0.2",6871 "libc",6872 "parity-scale-codec",6873 "pin-project 1.0.8",6874 "polkadot-core-primitives",6875 "polkadot-parachain",6876 "rand 0.8.4",6877 "sc-executor",6878 "sc-executor-common",6879 "sc-executor-wasmtime",6880 "slotmap",6881 "sp-core",6882 "sp-externalities",6883 "sp-io",6884 "sp-maybe-compressed-blob",6885 "sp-wasm-interface",6886 "tracing",6887]68886889[[package]]6890name = "polkadot-node-core-runtime-api"6891version = "0.1.0"6892source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6893dependencies = [6894 "futures 0.3.16",6895 "memory-lru",6896 "parity-util-mem",6897 "polkadot-node-subsystem",6898 "polkadot-node-subsystem-util",6899 "polkadot-primitives",6900 "sp-api",6901 "sp-authority-discovery",6902 "sp-consensus-babe",6903 "sp-core",6904 "tracing",6905]69066907[[package]]6908name = "polkadot-node-jaeger"6909version = "0.1.0"6910source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6911dependencies = [6912 "async-std",6913 "lazy_static",6914 "log",6915 "mick-jaeger",6916 "parity-scale-codec",6917 "parking_lot 0.11.1",6918 "polkadot-node-primitives",6919 "polkadot-primitives",6920 "sc-network",6921 "sp-core",6922 "thiserror",6923]69246925[[package]]6926name = "polkadot-node-network-protocol"6927version = "0.1.0"6928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6929dependencies = [6930 "futures 0.3.16",6931 "parity-scale-codec",6932 "polkadot-node-jaeger",6933 "polkadot-node-primitives",6934 "polkadot-primitives",6935 "sc-network",6936 "strum",6937 "thiserror",6938]69396940[[package]]6941name = "polkadot-node-primitives"6942version = "0.1.0"6943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6944dependencies = [6945 "futures 0.3.16",6946 "parity-scale-codec",6947 "polkadot-parachain",6948 "polkadot-primitives",6949 "polkadot-statement-table",6950 "schnorrkel",6951 "serde",6952 "sp-application-crypto",6953 "sp-consensus-babe",6954 "sp-consensus-vrf",6955 "sp-core",6956 "sp-keystore",6957 "sp-maybe-compressed-blob",6958 "sp-runtime",6959 "thiserror",6960 "zstd",6961]69626963[[package]]6964name = "polkadot-node-subsystem"6965version = "0.1.0"6966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6967dependencies = [6968 "async-std",6969 "async-trait",6970 "derive_more",6971 "futures 0.3.16",6972 "futures-timer 3.0.2",6973 "lazy_static",6974 "log",6975 "mick-jaeger",6976 "parity-scale-codec",6977 "parking_lot 0.11.1",6978 "pin-project 1.0.8",6979 "polkadot-node-jaeger",6980 "polkadot-node-network-protocol",6981 "polkadot-node-primitives",6982 "polkadot-primitives",6983 "polkadot-procmacro-subsystem-dispatch-gen",6984 "polkadot-statement-table",6985 "sc-network",6986 "smallvec 1.6.1",6987 "sp-core",6988 "substrate-prometheus-endpoint",6989 "thiserror",6990 "tracing",6991]69926993[[package]]6994name = "polkadot-node-subsystem-util"6995version = "0.1.0"6996source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"6997dependencies = [6998 "async-trait",6999 "futures 0.3.16",7000 "futures-timer 3.0.2",7001 "itertools 0.10.1",7002 "lru",7003 "metered-channel",7004 "parity-scale-codec",7005 "pin-project 1.0.8",7006 "polkadot-node-jaeger",7007 "polkadot-node-network-protocol",7008 "polkadot-node-primitives",7009 "polkadot-node-subsystem",7010 "polkadot-primitives",7011 "rand 0.8.4",7012 "sc-network",7013 "sp-application-crypto",7014 "sp-core",7015 "sp-keystore",7016 "substrate-prometheus-endpoint",7017 "thiserror",7018 "tracing",7019]70207021[[package]]7022name = "polkadot-overseer"7023version = "0.1.0"7024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7025dependencies = [7026 "async-trait",7027 "futures 0.3.16",7028 "futures-timer 3.0.2",7029 "lru",7030 "polkadot-node-primitives",7031 "polkadot-node-subsystem",7032 "polkadot-node-subsystem-util",7033 "polkadot-primitives",7034 "polkadot-procmacro-overseer-subsystems-gen",7035 "sc-client-api",7036 "sp-api",7037 "tracing",7038]70397040[[package]]7041name = "polkadot-parachain"7042version = "0.9.8"7043source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7044dependencies = [7045 "derive_more",7046 "parity-scale-codec",7047 "parity-util-mem",7048 "polkadot-core-primitives",7049 "serde",7050 "sp-core",7051 "sp-runtime",7052 "sp-std",7053]70547055[[package]]7056name = "polkadot-primitives"7057version = "0.9.8"7058source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7059dependencies = [7060 "bitvec 0.20.4",7061 "frame-system",7062 "hex-literal",7063 "parity-scale-codec",7064 "parity-util-mem",7065 "polkadot-core-primitives",7066 "polkadot-parachain",7067 "serde",7068 "sp-api",7069 "sp-application-crypto",7070 "sp-arithmetic",7071 "sp-authority-discovery",7072 "sp-consensus-slots",7073 "sp-core",7074 "sp-inherents",7075 "sp-io",7076 "sp-keystore",7077 "sp-runtime",7078 "sp-staking",7079 "sp-std",7080 "sp-trie",7081 "sp-version",7082 "thiserror",7083]70847085[[package]]7086name = "polkadot-procmacro-overseer-subsystems-gen"7087version = "0.1.0"7088source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7089dependencies = [7090 "assert_matches",7091 "proc-macro2",7092 "quote",7093 "syn",7094]70957096[[package]]7097name = "polkadot-procmacro-subsystem-dispatch-gen"7098version = "0.1.0"7099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7100dependencies = [7101 "assert_matches",7102 "proc-macro2",7103 "quote",7104 "syn",7105]71067107[[package]]7108name = "polkadot-rpc"7109version = "0.9.8"7110source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7111dependencies = [7112 "beefy-gadget",7113 "beefy-gadget-rpc",7114 "jsonrpc-core 15.1.0",7115 "pallet-mmr-rpc",7116 "pallet-transaction-payment-rpc",7117 "parity-scale-codec",7118 "polkadot-primitives",7119 "sc-chain-spec",7120 "sc-client-api",7121 "sc-consensus-babe",7122 "sc-consensus-babe-rpc",7123 "sc-consensus-epochs",7124 "sc-finality-grandpa",7125 "sc-finality-grandpa-rpc",7126 "sc-keystore",7127 "sc-rpc",7128 "sc-sync-state-rpc",7129 "sp-api",7130 "sp-block-builder",7131 "sp-blockchain",7132 "sp-consensus",7133 "sp-consensus-babe",7134 "sp-keystore",7135 "sp-runtime",7136 "sp-transaction-pool",7137 "substrate-frame-rpc-system",7138]71397140[[package]]7141name = "polkadot-runtime"7142version = "0.9.8"7143source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7144dependencies = [7145 "beefy-primitives",7146 "bitvec 0.20.4",7147 "frame-election-provider-support",7148 "frame-executive",7149 "frame-support",7150 "frame-system",7151 "frame-system-rpc-runtime-api",7152 "frame-try-runtime",7153 "log",7154 "max-encoded-len",7155 "pallet-authority-discovery",7156 "pallet-authorship",7157 "pallet-babe",7158 "pallet-balances",7159 "pallet-bounties",7160 "pallet-collective",7161 "pallet-democracy",7162 "pallet-election-provider-multi-phase",7163 "pallet-elections-phragmen",7164 "pallet-grandpa",7165 "pallet-identity",7166 "pallet-im-online",7167 "pallet-indices",7168 "pallet-membership",7169 "pallet-mmr-primitives",7170 "pallet-multisig",7171 "pallet-nicks",7172 "pallet-offences",7173 "pallet-proxy",7174 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7175 "pallet-session",7176 "pallet-staking",7177 "pallet-staking-reward-curve",7178 "pallet-timestamp",7179 "pallet-tips",7180 "pallet-transaction-payment",7181 "pallet-transaction-payment-rpc-runtime-api",7182 "pallet-treasury",7183 "pallet-utility",7184 "pallet-vesting",7185 "parity-scale-codec",7186 "polkadot-primitives",7187 "polkadot-runtime-common",7188 "rustc-hex",7189 "serde",7190 "serde_derive",7191 "smallvec 1.6.1",7192 "sp-api",7193 "sp-authority-discovery",7194 "sp-block-builder",7195 "sp-consensus-babe",7196 "sp-core",7197 "sp-inherents",7198 "sp-io",7199 "sp-npos-elections",7200 "sp-offchain",7201 "sp-runtime",7202 "sp-session",7203 "sp-staking",7204 "sp-std",7205 "sp-transaction-pool",7206 "sp-version",7207 "static_assertions",7208 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7209]72107211[[package]]7212name = "polkadot-runtime-common"7213version = "0.9.8"7214source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7215dependencies = [7216 "beefy-primitives",7217 "bitvec 0.20.4",7218 "frame-support",7219 "frame-system",7220 "impl-trait-for-tuples",7221 "libsecp256k1 0.3.5",7222 "log",7223 "pallet-authorship",7224 "pallet-balances",7225 "pallet-beefy",7226 "pallet-election-provider-multi-phase",7227 "pallet-mmr",7228 "pallet-offences",7229 "pallet-session",7230 "pallet-staking",7231 "pallet-timestamp",7232 "pallet-transaction-payment",7233 "pallet-treasury",7234 "pallet-vesting",7235 "parity-scale-codec",7236 "polkadot-primitives",7237 "polkadot-runtime-parachains",7238 "rustc-hex",7239 "serde",7240 "serde_derive",7241 "slot-range-helper",7242 "sp-api",7243 "sp-core",7244 "sp-inherents",7245 "sp-io",7246 "sp-runtime",7247 "sp-session",7248 "sp-staking",7249 "sp-std",7250 "static_assertions",7251 "xcm",7252]72537254[[package]]7255name = "polkadot-runtime-parachains"7256version = "0.9.8"7257source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7258dependencies = [7259 "bitvec 0.20.4",7260 "derive_more",7261 "frame-support",7262 "frame-system",7263 "log",7264 "pallet-authority-discovery",7265 "pallet-authorship",7266 "pallet-balances",7267 "pallet-offences",7268 "pallet-session",7269 "pallet-staking",7270 "pallet-timestamp",7271 "pallet-vesting",7272 "parity-scale-codec",7273 "polkadot-primitives",7274 "rand 0.8.4",7275 "rand_chacha 0.3.1",7276 "rustc-hex",7277 "serde",7278 "sp-api",7279 "sp-core",7280 "sp-inherents",7281 "sp-io",7282 "sp-keystore",7283 "sp-runtime",7284 "sp-session",7285 "sp-staking",7286 "sp-std",7287 "xcm",7288 "xcm-executor",7289]72907291[[package]]7292name = "polkadot-service"7293version = "0.9.8"7294source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7295dependencies = [7296 "async-trait",7297 "beefy-gadget",7298 "beefy-primitives",7299 "frame-system-rpc-runtime-api",7300 "futures 0.3.16",7301 "hex-literal",7302 "kvdb",7303 "kvdb-rocksdb",7304 "pallet-babe",7305 "pallet-im-online",7306 "pallet-mmr-primitives",7307 "pallet-staking",7308 "pallet-transaction-payment-rpc-runtime-api",7309 "polkadot-approval-distribution",7310 "polkadot-availability-bitfield-distribution",7311 "polkadot-availability-distribution",7312 "polkadot-availability-recovery",7313 "polkadot-client",7314 "polkadot-collator-protocol",7315 "polkadot-gossip-support",7316 "polkadot-network-bridge",7317 "polkadot-node-collation-generation",7318 "polkadot-node-core-approval-voting",7319 "polkadot-node-core-av-store",7320 "polkadot-node-core-backing",7321 "polkadot-node-core-bitfield-signing",7322 "polkadot-node-core-candidate-validation",7323 "polkadot-node-core-chain-api",7324 "polkadot-node-core-parachains-inherent",7325 "polkadot-node-core-provisioner",7326 "polkadot-node-core-runtime-api",7327 "polkadot-node-primitives",7328 "polkadot-node-subsystem",7329 "polkadot-node-subsystem-util",7330 "polkadot-overseer",7331 "polkadot-parachain",7332 "polkadot-primitives",7333 "polkadot-rpc",7334 "polkadot-runtime",7335 "polkadot-runtime-parachains",7336 "polkadot-statement-distribution",7337 "sc-authority-discovery",7338 "sc-basic-authorship",7339 "sc-block-builder",7340 "sc-chain-spec",7341 "sc-client-api",7342 "sc-client-db",7343 "sc-consensus",7344 "sc-consensus-babe",7345 "sc-consensus-slots",7346 "sc-consensus-uncles",7347 "sc-executor",7348 "sc-finality-grandpa",7349 "sc-finality-grandpa-warp-sync",7350 "sc-keystore",7351 "sc-network",7352 "sc-service",7353 "sc-telemetry",7354 "sc-transaction-pool",7355 "serde",7356 "sp-api",7357 "sp-authority-discovery",7358 "sp-block-builder",7359 "sp-blockchain",7360 "sp-consensus",7361 "sp-consensus-babe",7362 "sp-core",7363 "sp-finality-grandpa",7364 "sp-inherents",7365 "sp-io",7366 "sp-keystore",7367 "sp-offchain",7368 "sp-runtime",7369 "sp-session",7370 "sp-state-machine",7371 "sp-storage",7372 "sp-timestamp",7373 "sp-transaction-pool",7374 "sp-trie",7375 "substrate-prometheus-endpoint",7376 "thiserror",7377 "tracing",7378]73797380[[package]]7381name = "polkadot-statement-distribution"7382version = "0.1.0"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7384dependencies = [7385 "arrayvec 0.5.2",7386 "futures 0.3.16",7387 "indexmap",7388 "parity-scale-codec",7389 "polkadot-node-network-protocol",7390 "polkadot-node-primitives",7391 "polkadot-node-subsystem",7392 "polkadot-node-subsystem-util",7393 "polkadot-primitives",7394 "sc-network",7395 "sp-keystore",7396 "sp-staking",7397 "thiserror",7398 "tracing",7399]74007401[[package]]7402name = "polkadot-statement-table"7403version = "0.9.8"7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7405dependencies = [7406 "parity-scale-codec",7407 "polkadot-primitives",7408 "sp-core",7409]74107411[[package]]7412name = "polkadot-test-runtime"7413version = "0.9.8"7414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7415dependencies = [7416 "beefy-primitives",7417 "bitvec 0.20.4",7418 "frame-election-provider-support",7419 "frame-executive",7420 "frame-support",7421 "frame-system",7422 "frame-system-rpc-runtime-api",7423 "log",7424 "pallet-authority-discovery",7425 "pallet-authorship",7426 "pallet-babe",7427 "pallet-balances",7428 "pallet-grandpa",7429 "pallet-indices",7430 "pallet-mmr-primitives",7431 "pallet-nicks",7432 "pallet-offences",7433 "pallet-session",7434 "pallet-staking",7435 "pallet-staking-reward-curve",7436 "pallet-sudo",7437 "pallet-timestamp",7438 "pallet-transaction-payment",7439 "pallet-transaction-payment-rpc-runtime-api",7440 "pallet-vesting",7441 "parity-scale-codec",7442 "polkadot-parachain",7443 "polkadot-primitives",7444 "polkadot-runtime-common",7445 "polkadot-runtime-parachains",7446 "rustc-hex",7447 "serde",7448 "serde_derive",7449 "smallvec 1.6.1",7450 "sp-api",7451 "sp-authority-discovery",7452 "sp-block-builder",7453 "sp-consensus-babe",7454 "sp-core",7455 "sp-inherents",7456 "sp-io",7457 "sp-offchain",7458 "sp-runtime",7459 "sp-session",7460 "sp-staking",7461 "sp-std",7462 "sp-transaction-pool",7463 "sp-version",7464 "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8)",7465]74667467[[package]]7468name = "polkadot-test-service"7469version = "0.9.8"7470source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"7471dependencies = [7472 "frame-benchmarking",7473 "frame-system",7474 "futures 0.1.31",7475 "futures 0.3.16",7476 "hex",7477 "pallet-balances",7478 "pallet-staking",7479 "pallet-transaction-payment",7480 "polkadot-node-primitives",7481 "polkadot-node-subsystem",7482 "polkadot-overseer",7483 "polkadot-parachain",7484 "polkadot-primitives",7485 "polkadot-rpc",7486 "polkadot-runtime-common",7487 "polkadot-runtime-parachains",7488 "polkadot-service",7489 "polkadot-test-runtime",7490 "rand 0.8.4",7491 "sc-authority-discovery",7492 "sc-chain-spec",7493 "sc-cli",7494 "sc-client-api",7495 "sc-consensus",7496 "sc-consensus-babe",7497 "sc-executor",7498 "sc-finality-grandpa",7499 "sc-network",7500 "sc-service",7501 "sc-tracing",7502 "sc-transaction-pool",7503 "sp-arithmetic",7504 "sp-authority-discovery",7505 "sp-blockchain",7506 "sp-consensus",7507 "sp-consensus-babe",7508 "sp-core",7509 "sp-finality-grandpa",7510 "sp-inherents",7511 "sp-keyring",7512 "sp-runtime",7513 "sp-state-machine",7514 "substrate-test-client",7515 "tempfile",7516 "tracing",7517]75187519[[package]]7520name = "polling"7521version = "2.1.0"7522source = "registry+https://github.com/rust-lang/crates.io-index"7523checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"7524dependencies = [7525 "cfg-if 1.0.0",7526 "libc",7527 "log",7528 "wepoll-ffi",7529 "winapi 0.3.9",7530]75317532[[package]]7533name = "poly1305"7534version = "0.6.2"7535source = "registry+https://github.com/rust-lang/crates.io-index"7536checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"7537dependencies = [7538 "cpuid-bool",7539 "universal-hash",7540]75417542[[package]]7543name = "polyval"7544version = "0.4.5"7545source = "registry+https://github.com/rust-lang/crates.io-index"7546checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"7547dependencies = [7548 "cpuid-bool",7549 "opaque-debug 0.3.0",7550 "universal-hash",7551]75527553[[package]]7554name = "ppv-lite86"7555version = "0.2.10"7556source = "registry+https://github.com/rust-lang/crates.io-index"7557checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"75587559[[package]]7560name = "primitive-types"7561version = "0.9.1"7562source = "registry+https://github.com/rust-lang/crates.io-index"7563checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"7564dependencies = [7565 "fixed-hash",7566 "impl-codec",7567 "impl-rlp",7568 "impl-serde",7569 "uint",7570]75717572[[package]]7573name = "proc-macro-crate"7574version = "0.1.5"7575source = "registry+https://github.com/rust-lang/crates.io-index"7576checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"7577dependencies = [7578 "toml",7579]75807581[[package]]7582name = "proc-macro-crate"7583version = "1.0.0"7584source = "registry+https://github.com/rust-lang/crates.io-index"7585checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"7586dependencies = [7587 "thiserror",7588 "toml",7589]75907591[[package]]7592name = "proc-macro-error"7593version = "1.0.4"7594source = "registry+https://github.com/rust-lang/crates.io-index"7595checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"7596dependencies = [7597 "proc-macro-error-attr",7598 "proc-macro2",7599 "quote",7600 "syn",7601 "version_check",7602]76037604[[package]]7605name = "proc-macro-error-attr"7606version = "1.0.4"7607source = "registry+https://github.com/rust-lang/crates.io-index"7608checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"7609dependencies = [7610 "proc-macro2",7611 "quote",7612 "version_check",7613]76147615[[package]]7616name = "proc-macro-hack"7617version = "0.5.19"7618source = "registry+https://github.com/rust-lang/crates.io-index"7619checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"76207621[[package]]7622name = "proc-macro-nested"7623version = "0.1.7"7624source = "registry+https://github.com/rust-lang/crates.io-index"7625checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"76267627[[package]]7628name = "proc-macro2"7629version = "1.0.28"7630source = "registry+https://github.com/rust-lang/crates.io-index"7631checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"7632dependencies = [7633 "unicode-xid",7634]76357636[[package]]7637name = "prometheus"7638version = "0.11.0"7639source = "registry+https://github.com/rust-lang/crates.io-index"7640checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"7641dependencies = [7642 "cfg-if 1.0.0",7643 "fnv",7644 "lazy_static",7645 "parking_lot 0.11.1",7646 "regex",7647 "thiserror",7648]76497650[[package]]7651name = "prost"7652version = "0.7.0"7653source = "registry+https://github.com/rust-lang/crates.io-index"7654checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"7655dependencies = [7656 "bytes 1.0.1",7657 "prost-derive",7658]76597660[[package]]7661name = "prost-build"7662version = "0.7.0"7663source = "registry+https://github.com/rust-lang/crates.io-index"7664checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"7665dependencies = [7666 "bytes 1.0.1",7667 "heck",7668 "itertools 0.9.0",7669 "log",7670 "multimap",7671 "petgraph",7672 "prost",7673 "prost-types",7674 "tempfile",7675 "which",7676]76777678[[package]]7679name = "prost-derive"7680version = "0.7.0"7681source = "registry+https://github.com/rust-lang/crates.io-index"7682checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"7683dependencies = [7684 "anyhow",7685 "itertools 0.9.0",7686 "proc-macro2",7687 "quote",7688 "syn",7689]76907691[[package]]7692name = "prost-types"7693version = "0.7.0"7694source = "registry+https://github.com/rust-lang/crates.io-index"7695checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"7696dependencies = [7697 "bytes 1.0.1",7698 "prost",7699]77007701[[package]]7702name = "psm"7703version = "0.1.14"7704source = "registry+https://github.com/rust-lang/crates.io-index"7705checksum = "14ce37fa8c0428a37307d163292add09b3aedc003472e6b3622486878404191d"7706dependencies = [7707 "cc",7708]77097710[[package]]7711name = "pwasm-utils"7712version = "0.18.1"7713source = "registry+https://github.com/rust-lang/crates.io-index"7714checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f"7715dependencies = [7716 "byteorder",7717 "log",7718 "parity-wasm 0.42.2",7719]77207721[[package]]7722name = "quick-error"7723version = "1.2.3"7724source = "registry+https://github.com/rust-lang/crates.io-index"7725checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"77267727[[package]]7728name = "quick-error"7729version = "2.0.1"7730source = "registry+https://github.com/rust-lang/crates.io-index"7731checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"77327733[[package]]7734name = "quicksink"7735version = "0.1.2"7736source = "registry+https://github.com/rust-lang/crates.io-index"7737checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"7738dependencies = [7739 "futures-core",7740 "futures-sink",7741 "pin-project-lite 0.1.12",7742]77437744[[package]]7745name = "quote"7746version = "1.0.9"7747source = "registry+https://github.com/rust-lang/crates.io-index"7748checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"7749dependencies = [7750 "proc-macro2",7751]77527753[[package]]7754name = "radium"7755version = "0.5.3"7756source = "registry+https://github.com/rust-lang/crates.io-index"7757checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"77587759[[package]]7760name = "radium"7761version = "0.6.2"7762source = "registry+https://github.com/rust-lang/crates.io-index"7763checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"77647765[[package]]7766name = "rand"7767version = "0.3.23"7768source = "registry+https://github.com/rust-lang/crates.io-index"7769checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"7770dependencies = [7771 "libc",7772 "rand 0.4.6",7773]77747775[[package]]7776name = "rand"7777version = "0.4.6"7778source = "registry+https://github.com/rust-lang/crates.io-index"7779checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"7780dependencies = [7781 "fuchsia-cprng",7782 "libc",7783 "rand_core 0.3.1",7784 "rdrand",7785 "winapi 0.3.9",7786]77877788[[package]]7789name = "rand"7790version = "0.7.3"7791source = "registry+https://github.com/rust-lang/crates.io-index"7792checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"7793dependencies = [7794 "getrandom 0.1.16",7795 "libc",7796 "rand_chacha 0.2.2",7797 "rand_core 0.5.1",7798 "rand_hc 0.2.0",7799 "rand_pcg",7800]78017802[[package]]7803name = "rand"7804version = "0.8.4"7805source = "registry+https://github.com/rust-lang/crates.io-index"7806checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"7807dependencies = [7808 "libc",7809 "rand_chacha 0.3.1",7810 "rand_core 0.6.3",7811 "rand_hc 0.3.1",7812]78137814[[package]]7815name = "rand_chacha"7816version = "0.2.2"7817source = "registry+https://github.com/rust-lang/crates.io-index"7818checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"7819dependencies = [7820 "ppv-lite86",7821 "rand_core 0.5.1",7822]78237824[[package]]7825name = "rand_chacha"7826version = "0.3.1"7827source = "registry+https://github.com/rust-lang/crates.io-index"7828checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"7829dependencies = [7830 "ppv-lite86",7831 "rand_core 0.6.3",7832]78337834[[package]]7835name = "rand_core"7836version = "0.3.1"7837source = "registry+https://github.com/rust-lang/crates.io-index"7838checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"7839dependencies = [7840 "rand_core 0.4.2",7841]78427843[[package]]7844name = "rand_core"7845version = "0.4.2"7846source = "registry+https://github.com/rust-lang/crates.io-index"7847checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"78487849[[package]]7850name = "rand_core"7851version = "0.5.1"7852source = "registry+https://github.com/rust-lang/crates.io-index"7853checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"7854dependencies = [7855 "getrandom 0.1.16",7856]78577858[[package]]7859name = "rand_core"7860version = "0.6.3"7861source = "registry+https://github.com/rust-lang/crates.io-index"7862checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"7863dependencies = [7864 "getrandom 0.2.3",7865]78667867[[package]]7868name = "rand_distr"7869version = "0.4.1"7870source = "registry+https://github.com/rust-lang/crates.io-index"7871checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"7872dependencies = [7873 "num-traits",7874 "rand 0.8.4",7875]78767877[[package]]7878name = "rand_hc"7879version = "0.2.0"7880source = "registry+https://github.com/rust-lang/crates.io-index"7881checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"7882dependencies = [7883 "rand_core 0.5.1",7884]78857886[[package]]7887name = "rand_hc"7888version = "0.3.1"7889source = "registry+https://github.com/rust-lang/crates.io-index"7890checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"7891dependencies = [7892 "rand_core 0.6.3",7893]78947895[[package]]7896name = "rand_pcg"7897version = "0.2.1"7898source = "registry+https://github.com/rust-lang/crates.io-index"7899checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"7900dependencies = [7901 "rand_core 0.5.1",7902]79037904[[package]]7905name = "rawpointer"7906version = "0.2.1"7907source = "registry+https://github.com/rust-lang/crates.io-index"7908checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"79097910[[package]]7911name = "rayon"7912version = "1.5.1"7913source = "registry+https://github.com/rust-lang/crates.io-index"7914checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"7915dependencies = [7916 "autocfg",7917 "crossbeam-deque 0.8.0",7918 "either",7919 "rayon-core",7920]79217922[[package]]7923name = "rayon-core"7924version = "1.9.1"7925source = "registry+https://github.com/rust-lang/crates.io-index"7926checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"7927dependencies = [7928 "crossbeam-channel",7929 "crossbeam-deque 0.8.0",7930 "crossbeam-utils 0.8.5",7931 "lazy_static",7932 "num_cpus",7933]79347935[[package]]7936name = "rdrand"7937version = "0.4.0"7938source = "registry+https://github.com/rust-lang/crates.io-index"7939checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"7940dependencies = [7941 "rand_core 0.3.1",7942]79437944[[package]]7945name = "redox_syscall"7946version = "0.1.57"7947source = "registry+https://github.com/rust-lang/crates.io-index"7948checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"79497950[[package]]7951name = "redox_syscall"7952version = "0.2.9"7953source = "registry+https://github.com/rust-lang/crates.io-index"7954checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"7955dependencies = [7956 "bitflags",7957]79587959[[package]]7960name = "redox_users"7961version = "0.4.0"7962source = "registry+https://github.com/rust-lang/crates.io-index"7963checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"7964dependencies = [7965 "getrandom 0.2.3",7966 "redox_syscall 0.2.9",7967]79687969[[package]]7970name = "reed-solomon-novelpoly"7971version = "1.0.0"7972source = "registry+https://github.com/rust-lang/crates.io-index"7973checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"7974dependencies = [7975 "derive_more",7976 "fs-err",7977 "itertools 0.10.1",7978 "static_init",7979 "thiserror",7980]79817982[[package]]7983name = "ref-cast"7984version = "1.0.6"7985source = "registry+https://github.com/rust-lang/crates.io-index"7986checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"7987dependencies = [7988 "ref-cast-impl",7989]79907991[[package]]7992name = "ref-cast-impl"7993version = "1.0.6"7994source = "registry+https://github.com/rust-lang/crates.io-index"7995checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"7996dependencies = [7997 "proc-macro2",7998 "quote",7999 "syn",8000]80018002[[package]]8003name = "regalloc"8004version = "0.0.31"8005source = "registry+https://github.com/rust-lang/crates.io-index"8006checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8007dependencies = [8008 "log",8009 "rustc-hash",8010 "serde",8011 "smallvec 1.6.1",8012]80138014[[package]]8015name = "regex"8016version = "1.5.4"8017source = "registry+https://github.com/rust-lang/crates.io-index"8018checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8019dependencies = [8020 "aho-corasick",8021 "memchr",8022 "regex-syntax",8023]80248025[[package]]8026name = "regex-automata"8027version = "0.1.10"8028source = "registry+https://github.com/rust-lang/crates.io-index"8029checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8030dependencies = [8031 "regex-syntax",8032]80338034[[package]]8035name = "regex-syntax"8036version = "0.6.25"8037source = "registry+https://github.com/rust-lang/crates.io-index"8038checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"80398040[[package]]8041name = "region"8042version = "2.2.0"8043source = "registry+https://github.com/rust-lang/crates.io-index"8044checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8045dependencies = [8046 "bitflags",8047 "libc",8048 "mach",8049 "winapi 0.3.9",8050]80518052[[package]]8053name = "remote-externalities"8054version = "0.9.0"8055source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8056dependencies = [8057 "env_logger 0.8.4",8058 "hex",8059 "jsonrpsee-proc-macros",8060 "jsonrpsee-ws-client",8061 "log",8062 "parity-scale-codec",8063 "serde",8064 "serde_json",8065 "sp-core",8066 "sp-io",8067 "sp-runtime",8068]80698070[[package]]8071name = "remove_dir_all"8072version = "0.5.3"8073source = "registry+https://github.com/rust-lang/crates.io-index"8074checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8075dependencies = [8076 "winapi 0.3.9",8077]80788079[[package]]8080name = "resolv-conf"8081version = "0.7.0"8082source = "registry+https://github.com/rust-lang/crates.io-index"8083checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8084dependencies = [8085 "hostname",8086 "quick-error 1.2.3",8087]80888089[[package]]8090name = "retain_mut"8091version = "0.1.3"8092source = "registry+https://github.com/rust-lang/crates.io-index"8093checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"80948095[[package]]8096name = "ring"8097version = "0.16.20"8098source = "registry+https://github.com/rust-lang/crates.io-index"8099checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8100dependencies = [8101 "cc",8102 "libc",8103 "once_cell",8104 "spin",8105 "untrusted",8106 "web-sys",8107 "winapi 0.3.9",8108]81098110[[package]]8111name = "rlp"8112version = "0.5.0"8113source = "registry+https://github.com/rust-lang/crates.io-index"8114checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"8115dependencies = [8116 "bytes 1.0.1",8117 "rustc-hex",8118]81198120[[package]]8121name = "rlp-derive"8122version = "0.1.0"8123source = "registry+https://github.com/rust-lang/crates.io-index"8124checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8125dependencies = [8126 "proc-macro2",8127 "quote",8128 "syn",8129]81308131[[package]]8132name = "rocksdb"8133version = "0.16.0"8134source = "registry+https://github.com/rust-lang/crates.io-index"8135checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"8136dependencies = [8137 "libc",8138 "librocksdb-sys",8139]81408141[[package]]8142name = "rpassword"8143version = "5.0.1"8144source = "registry+https://github.com/rust-lang/crates.io-index"8145checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8146dependencies = [8147 "libc",8148 "winapi 0.3.9",8149]81508151[[package]]8152name = "rustc-demangle"8153version = "0.1.20"8154source = "registry+https://github.com/rust-lang/crates.io-index"8155checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"81568157[[package]]8158name = "rustc-hash"8159version = "1.1.0"8160source = "registry+https://github.com/rust-lang/crates.io-index"8161checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"81628163[[package]]8164name = "rustc-hex"8165version = "2.1.0"8166source = "registry+https://github.com/rust-lang/crates.io-index"8167checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"81688169[[package]]8170name = "rustc_version"8171version = "0.2.3"8172source = "registry+https://github.com/rust-lang/crates.io-index"8173checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8174dependencies = [8175 "semver 0.9.0",8176]81778178[[package]]8179name = "rustc_version"8180version = "0.3.3"8181source = "registry+https://github.com/rust-lang/crates.io-index"8182checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8183dependencies = [8184 "semver 0.11.0",8185]81868187[[package]]8188name = "rustls"8189version = "0.18.1"8190source = "registry+https://github.com/rust-lang/crates.io-index"8191checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"8192dependencies = [8193 "base64 0.12.3",8194 "log",8195 "ring",8196 "sct",8197 "webpki",8198]81998200[[package]]8201name = "rustls"8202version = "0.19.1"8203source = "registry+https://github.com/rust-lang/crates.io-index"8204checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8205dependencies = [8206 "base64 0.13.0",8207 "log",8208 "ring",8209 "sct",8210 "webpki",8211]82128213[[package]]8214name = "rustls-native-certs"8215version = "0.4.0"8216source = "registry+https://github.com/rust-lang/crates.io-index"8217checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"8218dependencies = [8219 "openssl-probe",8220 "rustls 0.18.1",8221 "schannel",8222 "security-framework 1.0.0",8223]82248225[[package]]8226name = "rustls-native-certs"8227version = "0.5.0"8228source = "registry+https://github.com/rust-lang/crates.io-index"8229checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8230dependencies = [8231 "openssl-probe",8232 "rustls 0.19.1",8233 "schannel",8234 "security-framework 2.3.1",8235]82368237[[package]]8238name = "ruzstd"8239version = "0.2.4"8240source = "registry+https://github.com/rust-lang/crates.io-index"8241checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100"8242dependencies = [8243 "byteorder",8244 "twox-hash",8245]82468247[[package]]8248name = "rw-stream-sink"8249version = "0.2.1"8250source = "registry+https://github.com/rust-lang/crates.io-index"8251checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8252dependencies = [8253 "futures 0.3.16",8254 "pin-project 0.4.28",8255 "static_assertions",8256]82578258[[package]]8259name = "ryu"8260version = "1.0.5"8261source = "registry+https://github.com/rust-lang/crates.io-index"8262checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"82638264[[package]]8265name = "safe-mix"8266version = "1.0.1"8267source = "registry+https://github.com/rust-lang/crates.io-index"8268checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8269dependencies = [8270 "rustc_version 0.2.3",8271]82728273[[package]]8274name = "salsa20"8275version = "0.7.2"8276source = "registry+https://github.com/rust-lang/crates.io-index"8277checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"8278dependencies = [8279 "cipher",8280]82818282[[package]]8283name = "same-file"8284version = "1.0.6"8285source = "registry+https://github.com/rust-lang/crates.io-index"8286checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8287dependencies = [8288 "winapi-util",8289]82908291[[package]]8292name = "sc-allocator"8293version = "3.0.0"8294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8295dependencies = [8296 "log",8297 "sp-core",8298 "sp-std",8299 "sp-wasm-interface",8300 "thiserror",8301]83028303[[package]]8304name = "sc-authority-discovery"8305version = "0.9.0"8306source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8307dependencies = [8308 "async-trait",8309 "derive_more",8310 "either",8311 "futures 0.3.16",8312 "futures-timer 3.0.2",8313 "ip_network",8314 "libp2p",8315 "log",8316 "parity-scale-codec",8317 "prost",8318 "prost-build",8319 "rand 0.7.3",8320 "sc-client-api",8321 "sc-network",8322 "serde_json",8323 "sp-api",8324 "sp-authority-discovery",8325 "sp-blockchain",8326 "sp-core",8327 "sp-keystore",8328 "sp-runtime",8329 "substrate-prometheus-endpoint",8330]83318332[[package]]8333name = "sc-basic-authorship"8334version = "0.9.0"8335source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8336dependencies = [8337 "futures 0.3.16",8338 "futures-timer 3.0.2",8339 "log",8340 "parity-scale-codec",8341 "sc-block-builder",8342 "sc-client-api",8343 "sc-proposer-metrics",8344 "sc-telemetry",8345 "sp-api",8346 "sp-blockchain",8347 "sp-consensus",8348 "sp-core",8349 "sp-inherents",8350 "sp-runtime",8351 "sp-transaction-pool",8352 "substrate-prometheus-endpoint",8353]83548355[[package]]8356name = "sc-block-builder"8357version = "0.9.0"8358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8359dependencies = [8360 "parity-scale-codec",8361 "sc-client-api",8362 "sp-api",8363 "sp-block-builder",8364 "sp-blockchain",8365 "sp-core",8366 "sp-inherents",8367 "sp-runtime",8368 "sp-state-machine",8369]83708371[[package]]8372name = "sc-chain-spec"8373version = "3.0.0"8374source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8375dependencies = [8376 "impl-trait-for-tuples",8377 "parity-scale-codec",8378 "sc-chain-spec-derive",8379 "sc-consensus-babe",8380 "sc-consensus-epochs",8381 "sc-finality-grandpa",8382 "sc-network",8383 "sc-telemetry",8384 "serde",8385 "serde_json",8386 "sp-consensus-babe",8387 "sp-core",8388 "sp-runtime",8389]83908391[[package]]8392name = "sc-chain-spec-derive"8393version = "3.0.0"8394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8395dependencies = [8396 "proc-macro-crate 1.0.0",8397 "proc-macro2",8398 "quote",8399 "syn",8400]84018402[[package]]8403name = "sc-cli"8404version = "0.9.0"8405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8406dependencies = [8407 "chrono",8408 "fdlimit",8409 "futures 0.3.16",8410 "hex",8411 "libp2p",8412 "log",8413 "names",8414 "parity-scale-codec",8415 "rand 0.7.3",8416 "regex",8417 "rpassword",8418 "sc-client-api",8419 "sc-keystore",8420 "sc-network",8421 "sc-service",8422 "sc-telemetry",8423 "sc-tracing",8424 "serde",8425 "serde_json",8426 "sp-blockchain",8427 "sp-core",8428 "sp-keyring",8429 "sp-keystore",8430 "sp-panic-handler",8431 "sp-runtime",8432 "sp-utils",8433 "sp-version",8434 "structopt",8435 "thiserror",8436 "tiny-bip39",8437 "tokio 0.2.25",8438]84398440[[package]]8441name = "sc-client-api"8442version = "3.0.0"8443source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8444dependencies = [8445 "derive_more",8446 "fnv",8447 "futures 0.3.16",8448 "hash-db",8449 "kvdb",8450 "lazy_static",8451 "log",8452 "parity-scale-codec",8453 "parking_lot 0.11.1",8454 "sc-executor",8455 "sp-api",8456 "sp-blockchain",8457 "sp-consensus",8458 "sp-core",8459 "sp-database",8460 "sp-externalities",8461 "sp-inherents",8462 "sp-keystore",8463 "sp-runtime",8464 "sp-state-machine",8465 "sp-std",8466 "sp-storage",8467 "sp-transaction-pool",8468 "sp-trie",8469 "sp-utils",8470 "sp-version",8471 "substrate-prometheus-endpoint",8472]84738474[[package]]8475name = "sc-client-db"8476version = "0.9.0"8477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8478dependencies = [8479 "blake2-rfc",8480 "hash-db",8481 "kvdb",8482 "kvdb-memorydb",8483 "kvdb-rocksdb",8484 "linked-hash-map",8485 "log",8486 "parity-db",8487 "parity-scale-codec",8488 "parity-util-mem",8489 "parking_lot 0.11.1",8490 "sc-client-api",8491 "sc-executor",8492 "sc-state-db",8493 "sp-arithmetic",8494 "sp-blockchain",8495 "sp-consensus",8496 "sp-core",8497 "sp-database",8498 "sp-runtime",8499 "sp-state-machine",8500 "sp-trie",8501 "substrate-prometheus-endpoint",8502]85038504[[package]]8505name = "sc-consensus"8506version = "0.9.0"8507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8508dependencies = [8509 "async-trait",8510 "parking_lot 0.11.1",8511 "sc-client-api",8512 "sp-blockchain",8513 "sp-consensus",8514 "sp-runtime",8515]85168517[[package]]8518name = "sc-consensus-aura"8519version = "0.9.0"8520source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8521dependencies = [8522 "async-trait",8523 "derive_more",8524 "futures 0.3.16",8525 "futures-timer 3.0.2",8526 "log",8527 "parity-scale-codec",8528 "sc-block-builder",8529 "sc-client-api",8530 "sc-consensus-slots",8531 "sc-telemetry",8532 "sp-api",8533 "sp-application-crypto",8534 "sp-block-builder",8535 "sp-blockchain",8536 "sp-consensus",8537 "sp-consensus-aura",8538 "sp-consensus-slots",8539 "sp-core",8540 "sp-inherents",8541 "sp-io",8542 "sp-keystore",8543 "sp-runtime",8544 "sp-version",8545 "substrate-prometheus-endpoint",8546]85478548[[package]]8549name = "sc-consensus-babe"8550version = "0.9.0"8551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8552dependencies = [8553 "async-trait",8554 "derive_more",8555 "fork-tree",8556 "futures 0.3.16",8557 "futures-timer 3.0.2",8558 "log",8559 "merlin",8560 "num-bigint",8561 "num-rational 0.2.4",8562 "num-traits",8563 "parity-scale-codec",8564 "parking_lot 0.11.1",8565 "pdqselect",8566 "rand 0.7.3",8567 "retain_mut",8568 "sc-client-api",8569 "sc-consensus-epochs",8570 "sc-consensus-slots",8571 "sc-consensus-uncles",8572 "sc-keystore",8573 "sc-telemetry",8574 "schnorrkel",8575 "serde",8576 "sp-api",8577 "sp-application-crypto",8578 "sp-block-builder",8579 "sp-blockchain",8580 "sp-consensus",8581 "sp-consensus-babe",8582 "sp-consensus-slots",8583 "sp-consensus-vrf",8584 "sp-core",8585 "sp-inherents",8586 "sp-io",8587 "sp-keystore",8588 "sp-runtime",8589 "sp-utils",8590 "sp-version",8591 "substrate-prometheus-endpoint",8592]85938594[[package]]8595name = "sc-consensus-babe-rpc"8596version = "0.9.0"8597source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8598dependencies = [8599 "derive_more",8600 "futures 0.3.16",8601 "jsonrpc-core 15.1.0",8602 "jsonrpc-core-client 15.1.0",8603 "jsonrpc-derive 15.1.0",8604 "sc-consensus-babe",8605 "sc-consensus-epochs",8606 "sc-rpc-api",8607 "serde",8608 "sp-api",8609 "sp-application-crypto",8610 "sp-blockchain",8611 "sp-consensus",8612 "sp-consensus-babe",8613 "sp-core",8614 "sp-keystore",8615 "sp-runtime",8616]86178618[[package]]8619name = "sc-consensus-epochs"8620version = "0.9.0"8621source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8622dependencies = [8623 "fork-tree",8624 "parity-scale-codec",8625 "sc-client-api",8626 "sc-consensus",8627 "sp-blockchain",8628 "sp-runtime",8629]86308631[[package]]8632name = "sc-consensus-slots"8633version = "0.9.0"8634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8635dependencies = [8636 "async-trait",8637 "futures 0.3.16",8638 "futures-timer 3.0.2",8639 "impl-trait-for-tuples",8640 "log",8641 "parity-scale-codec",8642 "sc-client-api",8643 "sc-telemetry",8644 "sp-api",8645 "sp-application-crypto",8646 "sp-arithmetic",8647 "sp-blockchain",8648 "sp-consensus",8649 "sp-consensus-slots",8650 "sp-core",8651 "sp-inherents",8652 "sp-runtime",8653 "sp-state-machine",8654 "sp-timestamp",8655 "sp-trie",8656 "thiserror",8657]86588659[[package]]8660name = "sc-consensus-uncles"8661version = "0.9.0"8662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8663dependencies = [8664 "sc-client-api",8665 "sp-authorship",8666 "sp-runtime",8667 "thiserror",8668]86698670[[package]]8671name = "sc-executor"8672version = "0.9.0"8673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8674dependencies = [8675 "derive_more",8676 "lazy_static",8677 "libsecp256k1 0.3.5",8678 "log",8679 "parity-scale-codec",8680 "parity-wasm 0.42.2",8681 "parking_lot 0.11.1",8682 "sc-executor-common",8683 "sc-executor-wasmi",8684 "sc-executor-wasmtime",8685 "sp-api",8686 "sp-core",8687 "sp-externalities",8688 "sp-io",8689 "sp-panic-handler",8690 "sp-runtime-interface",8691 "sp-serializer",8692 "sp-tasks",8693 "sp-trie",8694 "sp-version",8695 "sp-wasm-interface",8696 "wasmi",8697]86988699[[package]]8700name = "sc-executor-common"8701version = "0.9.0"8702source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8703dependencies = [8704 "derive_more",8705 "parity-scale-codec",8706 "pwasm-utils",8707 "sc-allocator",8708 "sp-core",8709 "sp-maybe-compressed-blob",8710 "sp-serializer",8711 "sp-wasm-interface",8712 "thiserror",8713 "wasmi",8714]87158716[[package]]8717name = "sc-executor-wasmi"8718version = "0.9.0"8719source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8720dependencies = [8721 "log",8722 "parity-scale-codec",8723 "sc-allocator",8724 "sc-executor-common",8725 "sp-core",8726 "sp-runtime-interface",8727 "sp-wasm-interface",8728 "wasmi",8729]87308731[[package]]8732name = "sc-executor-wasmtime"8733version = "0.9.0"8734source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8735dependencies = [8736 "cfg-if 1.0.0",8737 "libc",8738 "log",8739 "parity-scale-codec",8740 "parity-wasm 0.42.2",8741 "sc-allocator",8742 "sc-executor-common",8743 "scoped-tls",8744 "sp-core",8745 "sp-runtime-interface",8746 "sp-wasm-interface",8747 "wasmtime",8748]87498750[[package]]8751name = "sc-finality-grandpa"8752version = "0.9.0"8753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8754dependencies = [8755 "async-trait",8756 "derive_more",8757 "dyn-clone",8758 "finality-grandpa",8759 "fork-tree",8760 "futures 0.3.16",8761 "futures-timer 3.0.2",8762 "linked-hash-map",8763 "log",8764 "parity-scale-codec",8765 "parking_lot 0.11.1",8766 "pin-project 1.0.8",8767 "rand 0.7.3",8768 "sc-block-builder",8769 "sc-client-api",8770 "sc-consensus",8771 "sc-keystore",8772 "sc-network",8773 "sc-network-gossip",8774 "sc-telemetry",8775 "serde_json",8776 "sp-api",8777 "sp-application-crypto",8778 "sp-arithmetic",8779 "sp-blockchain",8780 "sp-consensus",8781 "sp-core",8782 "sp-finality-grandpa",8783 "sp-inherents",8784 "sp-keystore",8785 "sp-runtime",8786 "sp-utils",8787 "substrate-prometheus-endpoint",8788 "wasm-timer",8789]87908791[[package]]8792name = "sc-finality-grandpa-rpc"8793version = "0.9.0"8794source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8795dependencies = [8796 "derive_more",8797 "finality-grandpa",8798 "futures 0.3.16",8799 "jsonrpc-core 15.1.0",8800 "jsonrpc-core-client 15.1.0",8801 "jsonrpc-derive 15.1.0",8802 "jsonrpc-pubsub 15.1.0",8803 "log",8804 "parity-scale-codec",8805 "sc-client-api",8806 "sc-finality-grandpa",8807 "sc-rpc",8808 "serde",8809 "serde_json",8810 "sp-blockchain",8811 "sp-core",8812 "sp-runtime",8813]88148815[[package]]8816name = "sc-finality-grandpa-warp-sync"8817version = "0.9.0"8818source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8819dependencies = [8820 "derive_more",8821 "futures 0.3.16",8822 "log",8823 "num-traits",8824 "parity-scale-codec",8825 "parking_lot 0.11.1",8826 "prost",8827 "sc-client-api",8828 "sc-finality-grandpa",8829 "sc-network",8830 "sc-service",8831 "sp-blockchain",8832 "sp-finality-grandpa",8833 "sp-runtime",8834]88358836[[package]]8837name = "sc-informant"8838version = "0.9.0"8839source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8840dependencies = [8841 "ansi_term 0.12.1",8842 "futures 0.3.16",8843 "futures-timer 3.0.2",8844 "log",8845 "parity-util-mem",8846 "sc-client-api",8847 "sc-network",8848 "sp-blockchain",8849 "sp-runtime",8850 "sp-transaction-pool",8851 "wasm-timer",8852]88538854[[package]]8855name = "sc-keystore"8856version = "3.0.0"8857source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8858dependencies = [8859 "async-trait",8860 "derive_more",8861 "futures 0.3.16",8862 "futures-util",8863 "hex",8864 "merlin",8865 "parking_lot 0.11.1",8866 "rand 0.7.3",8867 "serde_json",8868 "sp-application-crypto",8869 "sp-core",8870 "sp-keystore",8871 "subtle 2.4.1",8872]88738874[[package]]8875name = "sc-light"8876version = "3.0.0"8877source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8878dependencies = [8879 "hash-db",8880 "lazy_static",8881 "parity-scale-codec",8882 "parking_lot 0.11.1",8883 "sc-client-api",8884 "sc-executor",8885 "sp-api",8886 "sp-blockchain",8887 "sp-core",8888 "sp-externalities",8889 "sp-runtime",8890 "sp-state-machine",8891]88928893[[package]]8894name = "sc-network"8895version = "0.9.0"8896source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8897dependencies = [8898 "async-std",8899 "async-trait",8900 "asynchronous-codec 0.5.0",8901 "bitflags",8902 "bs58",8903 "bytes 1.0.1",8904 "cid",8905 "derive_more",8906 "either",8907 "erased-serde",8908 "fnv",8909 "fork-tree",8910 "futures 0.3.16",8911 "futures-timer 3.0.2",8912 "hex",8913 "ip_network",8914 "libp2p",8915 "linked-hash-map",8916 "linked_hash_set",8917 "log",8918 "lru",8919 "nohash-hasher",8920 "parity-scale-codec",8921 "parking_lot 0.11.1",8922 "pin-project 1.0.8",8923 "prost",8924 "prost-build",8925 "rand 0.7.3",8926 "sc-block-builder",8927 "sc-client-api",8928 "sc-peerset",8929 "serde",8930 "serde_json",8931 "smallvec 1.6.1",8932 "sp-arithmetic",8933 "sp-blockchain",8934 "sp-consensus",8935 "sp-core",8936 "sp-runtime",8937 "sp-utils",8938 "substrate-prometheus-endpoint",8939 "thiserror",8940 "unsigned-varint 0.6.0",8941 "void",8942 "wasm-timer",8943 "zeroize",8944]89458946[[package]]8947name = "sc-network-gossip"8948version = "0.9.0"8949source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8950dependencies = [8951 "futures 0.3.16",8952 "futures-timer 3.0.2",8953 "libp2p",8954 "log",8955 "lru",8956 "sc-network",8957 "sp-runtime",8958 "substrate-prometheus-endpoint",8959 "tracing",8960 "wasm-timer",8961]89628963[[package]]8964name = "sc-offchain"8965version = "3.0.0"8966source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8967dependencies = [8968 "bytes 0.5.6",8969 "fnv",8970 "futures 0.3.16",8971 "futures-timer 3.0.2",8972 "hex",8973 "hyper 0.13.10",8974 "hyper-rustls",8975 "log",8976 "num_cpus",8977 "parity-scale-codec",8978 "parking_lot 0.11.1",8979 "rand 0.7.3",8980 "sc-client-api",8981 "sc-keystore",8982 "sc-network",8983 "sp-api",8984 "sp-core",8985 "sp-offchain",8986 "sp-runtime",8987 "sp-utils",8988 "threadpool",8989]89908991[[package]]8992name = "sc-peerset"8993version = "3.0.0"8994source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"8995dependencies = [8996 "futures 0.3.16",8997 "libp2p",8998 "log",8999 "serde_json",9000 "sp-utils",9001 "wasm-timer",9002]90039004[[package]]9005name = "sc-proposer-metrics"9006version = "0.9.0"9007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9008dependencies = [9009 "log",9010 "substrate-prometheus-endpoint",9011]90129013[[package]]9014name = "sc-rpc"9015version = "3.0.0"9016source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9017dependencies = [9018 "futures 0.3.16",9019 "hash-db",9020 "jsonrpc-core 15.1.0",9021 "jsonrpc-pubsub 15.1.0",9022 "log",9023 "parity-scale-codec",9024 "parking_lot 0.11.1",9025 "sc-block-builder",9026 "sc-chain-spec",9027 "sc-client-api",9028 "sc-executor",9029 "sc-keystore",9030 "sc-rpc-api",9031 "sc-tracing",9032 "serde_json",9033 "sp-api",9034 "sp-blockchain",9035 "sp-core",9036 "sp-keystore",9037 "sp-offchain",9038 "sp-rpc",9039 "sp-runtime",9040 "sp-session",9041 "sp-state-machine",9042 "sp-tracing",9043 "sp-transaction-pool",9044 "sp-utils",9045 "sp-version",9046]90479048[[package]]9049name = "sc-rpc-api"9050version = "0.9.0"9051source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9052dependencies = [9053 "derive_more",9054 "futures 0.3.16",9055 "jsonrpc-core 15.1.0",9056 "jsonrpc-core-client 15.1.0",9057 "jsonrpc-derive 15.1.0",9058 "jsonrpc-pubsub 15.1.0",9059 "log",9060 "parity-scale-codec",9061 "parking_lot 0.11.1",9062 "sc-chain-spec",9063 "serde",9064 "serde_json",9065 "sp-core",9066 "sp-rpc",9067 "sp-runtime",9068 "sp-tracing",9069 "sp-transaction-pool",9070 "sp-version",9071]90729073[[package]]9074name = "sc-rpc-server"9075version = "3.0.0"9076source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9077dependencies = [9078 "futures 0.1.31",9079 "jsonrpc-core 15.1.0",9080 "jsonrpc-http-server",9081 "jsonrpc-ipc-server",9082 "jsonrpc-pubsub 15.1.0",9083 "jsonrpc-ws-server",9084 "log",9085 "serde",9086 "serde_json",9087 "sp-runtime",9088 "substrate-prometheus-endpoint",9089]90909091[[package]]9092name = "sc-service"9093version = "0.9.0"9094source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9095dependencies = [9096 "async-trait",9097 "directories",9098 "exit-future",9099 "futures 0.1.31",9100 "futures 0.3.16",9101 "futures-timer 3.0.2",9102 "hash-db",9103 "jsonrpc-core 15.1.0",9104 "jsonrpc-pubsub 15.1.0",9105 "lazy_static",9106 "log",9107 "parity-scale-codec",9108 "parity-util-mem",9109 "parking_lot 0.11.1",9110 "pin-project 1.0.8",9111 "rand 0.7.3",9112 "sc-block-builder",9113 "sc-chain-spec",9114 "sc-client-api",9115 "sc-client-db",9116 "sc-executor",9117 "sc-informant",9118 "sc-keystore",9119 "sc-light",9120 "sc-network",9121 "sc-offchain",9122 "sc-rpc",9123 "sc-rpc-server",9124 "sc-telemetry",9125 "sc-tracing",9126 "sc-transaction-pool",9127 "serde",9128 "serde_json",9129 "sp-api",9130 "sp-application-crypto",9131 "sp-block-builder",9132 "sp-blockchain",9133 "sp-consensus",9134 "sp-core",9135 "sp-externalities",9136 "sp-inherents",9137 "sp-io",9138 "sp-keystore",9139 "sp-runtime",9140 "sp-session",9141 "sp-state-machine",9142 "sp-storage",9143 "sp-tracing",9144 "sp-transaction-pool",9145 "sp-transaction-storage-proof",9146 "sp-trie",9147 "sp-utils",9148 "sp-version",9149 "substrate-prometheus-endpoint",9150 "tempfile",9151 "thiserror",9152 "tracing",9153 "tracing-futures",9154 "wasm-timer",9155]91569157[[package]]9158name = "sc-state-db"9159version = "0.9.0"9160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9161dependencies = [9162 "log",9163 "parity-scale-codec",9164 "parity-util-mem",9165 "parity-util-mem-derive",9166 "parking_lot 0.11.1",9167 "sc-client-api",9168 "sp-core",9169 "thiserror",9170]91719172[[package]]9173name = "sc-sync-state-rpc"9174version = "0.9.0"9175source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9176dependencies = [9177 "jsonrpc-core 15.1.0",9178 "jsonrpc-core-client 15.1.0",9179 "jsonrpc-derive 15.1.0",9180 "sc-chain-spec",9181 "sc-client-api",9182 "sc-consensus-babe",9183 "sc-consensus-epochs",9184 "sc-finality-grandpa",9185 "sc-rpc-api",9186 "serde_json",9187 "sp-blockchain",9188 "sp-runtime",9189 "thiserror",9190]91919192[[package]]9193name = "sc-telemetry"9194version = "3.0.0"9195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9196dependencies = [9197 "chrono",9198 "futures 0.3.16",9199 "libp2p",9200 "log",9201 "parking_lot 0.11.1",9202 "pin-project 1.0.8",9203 "rand 0.7.3",9204 "serde",9205 "serde_json",9206 "take_mut",9207 "thiserror",9208 "void",9209 "wasm-timer",9210]92119212[[package]]9213name = "sc-tracing"9214version = "3.0.0"9215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9216dependencies = [9217 "ansi_term 0.12.1",9218 "atty",9219 "erased-serde",9220 "lazy_static",9221 "log",9222 "once_cell",9223 "parking_lot 0.11.1",9224 "regex",9225 "rustc-hash",9226 "sc-client-api",9227 "sc-rpc-server",9228 "sc-telemetry",9229 "sc-tracing-proc-macro",9230 "serde",9231 "serde_json",9232 "sp-api",9233 "sp-block-builder",9234 "sp-blockchain",9235 "sp-core",9236 "sp-rpc",9237 "sp-runtime",9238 "sp-storage",9239 "sp-tracing",9240 "thiserror",9241 "tracing",9242 "tracing-log",9243 "tracing-subscriber",9244 "wasm-bindgen",9245 "wasm-timer",9246 "web-sys",9247]92489249[[package]]9250name = "sc-tracing-proc-macro"9251version = "3.0.0"9252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9253dependencies = [9254 "proc-macro-crate 1.0.0",9255 "proc-macro2",9256 "quote",9257 "syn",9258]92599260[[package]]9261name = "sc-transaction-graph"9262version = "3.0.0"9263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9264dependencies = [9265 "derive_more",9266 "futures 0.3.16",9267 "linked-hash-map",9268 "log",9269 "parity-util-mem",9270 "parking_lot 0.11.1",9271 "retain_mut",9272 "serde",9273 "sp-blockchain",9274 "sp-core",9275 "sp-runtime",9276 "sp-transaction-pool",9277 "sp-utils",9278 "thiserror",9279 "wasm-timer",9280]92819282[[package]]9283name = "sc-transaction-pool"9284version = "3.0.0"9285source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9286dependencies = [9287 "futures 0.3.16",9288 "intervalier",9289 "log",9290 "parity-scale-codec",9291 "parity-util-mem",9292 "parking_lot 0.11.1",9293 "sc-client-api",9294 "sc-transaction-graph",9295 "sp-api",9296 "sp-blockchain",9297 "sp-core",9298 "sp-runtime",9299 "sp-tracing",9300 "sp-transaction-pool",9301 "sp-utils",9302 "substrate-prometheus-endpoint",9303 "thiserror",9304 "wasm-timer",9305]93069307[[package]]9308name = "schannel"9309version = "0.1.19"9310source = "registry+https://github.com/rust-lang/crates.io-index"9311checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9312dependencies = [9313 "lazy_static",9314 "winapi 0.3.9",9315]93169317[[package]]9318name = "schnorrkel"9319version = "0.9.1"9320source = "registry+https://github.com/rust-lang/crates.io-index"9321checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9322dependencies = [9323 "arrayref",9324 "arrayvec 0.5.2",9325 "curve25519-dalek 2.1.3",9326 "getrandom 0.1.16",9327 "merlin",9328 "rand 0.7.3",9329 "rand_core 0.5.1",9330 "sha2 0.8.2",9331 "subtle 2.4.1",9332 "zeroize",9333]93349335[[package]]9336name = "scoped-tls"9337version = "1.0.0"9338source = "registry+https://github.com/rust-lang/crates.io-index"9339checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"93409341[[package]]9342name = "scopeguard"9343version = "1.1.0"9344source = "registry+https://github.com/rust-lang/crates.io-index"9345checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"93469347[[package]]9348name = "scroll"9349version = "0.10.2"9350source = "registry+https://github.com/rust-lang/crates.io-index"9351checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"9352dependencies = [9353 "scroll_derive",9354]93559356[[package]]9357name = "scroll_derive"9358version = "0.10.5"9359source = "registry+https://github.com/rust-lang/crates.io-index"9360checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"9361dependencies = [9362 "proc-macro2",9363 "quote",9364 "syn",9365]93669367[[package]]9368name = "sct"9369version = "0.6.1"9370source = "registry+https://github.com/rust-lang/crates.io-index"9371checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9372dependencies = [9373 "ring",9374 "untrusted",9375]93769377[[package]]9378name = "secrecy"9379version = "0.7.0"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"9382dependencies = [9383 "zeroize",9384]93859386[[package]]9387name = "security-framework"9388version = "1.0.0"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"9391dependencies = [9392 "bitflags",9393 "core-foundation 0.7.0",9394 "core-foundation-sys 0.7.0",9395 "libc",9396 "security-framework-sys 1.0.0",9397]93989399[[package]]9400name = "security-framework"9401version = "2.3.1"9402source = "registry+https://github.com/rust-lang/crates.io-index"9403checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"9404dependencies = [9405 "bitflags",9406 "core-foundation 0.9.1",9407 "core-foundation-sys 0.8.2",9408 "libc",9409 "security-framework-sys 2.3.0",9410]94119412[[package]]9413name = "security-framework-sys"9414version = "1.0.0"9415source = "registry+https://github.com/rust-lang/crates.io-index"9416checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"9417dependencies = [9418 "core-foundation-sys 0.7.0",9419 "libc",9420]94219422[[package]]9423name = "security-framework-sys"9424version = "2.3.0"9425source = "registry+https://github.com/rust-lang/crates.io-index"9426checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"9427dependencies = [9428 "core-foundation-sys 0.8.2",9429 "libc",9430]94319432[[package]]9433name = "semver"9434version = "0.6.0"9435source = "registry+https://github.com/rust-lang/crates.io-index"9436checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9437dependencies = [9438 "semver-parser 0.7.0",9439]94409441[[package]]9442name = "semver"9443version = "0.9.0"9444source = "registry+https://github.com/rust-lang/crates.io-index"9445checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9446dependencies = [9447 "semver-parser 0.7.0",9448]94499450[[package]]9451name = "semver"9452version = "0.11.0"9453source = "registry+https://github.com/rust-lang/crates.io-index"9454checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9455dependencies = [9456 "semver-parser 0.10.2",9457 "serde",9458]94599460[[package]]9461name = "semver-parser"9462version = "0.7.0"9463source = "registry+https://github.com/rust-lang/crates.io-index"9464checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"94659466[[package]]9467name = "semver-parser"9468version = "0.10.2"9469source = "registry+https://github.com/rust-lang/crates.io-index"9470checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9471dependencies = [9472 "pest",9473]94749475[[package]]9476name = "serde"9477version = "1.0.126"9478source = "registry+https://github.com/rust-lang/crates.io-index"9479checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"9480dependencies = [9481 "serde_derive",9482]94839484[[package]]9485name = "serde_derive"9486version = "1.0.126"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"9489dependencies = [9490 "proc-macro2",9491 "quote",9492 "syn",9493]94949495[[package]]9496name = "serde_json"9497version = "1.0.64"9498source = "registry+https://github.com/rust-lang/crates.io-index"9499checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"9500dependencies = [9501 "itoa",9502 "ryu",9503 "serde",9504]95059506[[package]]9507name = "sha-1"9508version = "0.8.2"9509source = "registry+https://github.com/rust-lang/crates.io-index"9510checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9511dependencies = [9512 "block-buffer 0.7.3",9513 "digest 0.8.1",9514 "fake-simd",9515 "opaque-debug 0.2.3",9516]95179518[[package]]9519name = "sha-1"9520version = "0.9.7"9521source = "registry+https://github.com/rust-lang/crates.io-index"9522checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81"9523dependencies = [9524 "block-buffer 0.9.0",9525 "cfg-if 1.0.0",9526 "cpufeatures",9527 "digest 0.9.0",9528 "opaque-debug 0.3.0",9529]95309531[[package]]9532name = "sha2"9533version = "0.8.2"9534source = "registry+https://github.com/rust-lang/crates.io-index"9535checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9536dependencies = [9537 "block-buffer 0.7.3",9538 "digest 0.8.1",9539 "fake-simd",9540 "opaque-debug 0.2.3",9541]95429543[[package]]9544name = "sha2"9545version = "0.9.5"9546source = "registry+https://github.com/rust-lang/crates.io-index"9547checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"9548dependencies = [9549 "block-buffer 0.9.0",9550 "cfg-if 1.0.0",9551 "cpufeatures",9552 "digest 0.9.0",9553 "opaque-debug 0.3.0",9554]95559556[[package]]9557name = "sha3"9558version = "0.8.2"9559source = "registry+https://github.com/rust-lang/crates.io-index"9560checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9561dependencies = [9562 "block-buffer 0.7.3",9563 "byte-tools",9564 "digest 0.8.1",9565 "keccak",9566 "opaque-debug 0.2.3",9567]95689569[[package]]9570name = "sha3"9571version = "0.9.1"9572source = "registry+https://github.com/rust-lang/crates.io-index"9573checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9574dependencies = [9575 "block-buffer 0.9.0",9576 "digest 0.9.0",9577 "keccak",9578 "opaque-debug 0.3.0",9579]95809581[[package]]9582name = "sharded-slab"9583version = "0.1.1"9584source = "registry+https://github.com/rust-lang/crates.io-index"9585checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"9586dependencies = [9587 "lazy_static",9588]95899590[[package]]9591name = "shlex"9592version = "1.0.0"9593source = "registry+https://github.com/rust-lang/crates.io-index"9594checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"95959596[[package]]9597name = "signal-hook"9598version = "0.3.9"9599source = "registry+https://github.com/rust-lang/crates.io-index"9600checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"9601dependencies = [9602 "libc",9603 "signal-hook-registry",9604]96059606[[package]]9607name = "signal-hook-registry"9608version = "1.4.0"9609source = "registry+https://github.com/rust-lang/crates.io-index"9610checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"9611dependencies = [9612 "libc",9613]96149615[[package]]9616name = "signature"9617version = "1.3.1"9618source = "registry+https://github.com/rust-lang/crates.io-index"9619checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"96209621[[package]]9622name = "simba"9623version = "0.5.1"9624source = "registry+https://github.com/rust-lang/crates.io-index"9625checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"9626dependencies = [9627 "approx",9628 "num-complex",9629 "num-traits",9630 "paste",9631]96329633[[package]]9634name = "slab"9635version = "0.4.3"9636source = "registry+https://github.com/rust-lang/crates.io-index"9637checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"96389639[[package]]9640name = "slog"9641version = "2.7.0"9642source = "registry+https://github.com/rust-lang/crates.io-index"9643checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"9644dependencies = [9645 "erased-serde",9646]96479648[[package]]9649name = "slot-range-helper"9650version = "0.9.8"9651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"9652dependencies = [9653 "enumn",9654 "parity-scale-codec",9655 "paste",9656 "sp-runtime",9657 "sp-std",9658]96599660[[package]]9661name = "slotmap"9662version = "1.0.5"9663source = "registry+https://github.com/rust-lang/crates.io-index"9664checksum = "a952280edbecfb1d4bd3cf2dbc309dc6ab523e53487c438ae21a6df09fe84bc4"9665dependencies = [9666 "version_check",9667]96689669[[package]]9670name = "smallvec"9671version = "0.6.14"9672source = "registry+https://github.com/rust-lang/crates.io-index"9673checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"9674dependencies = [9675 "maybe-uninit",9676]96779678[[package]]9679name = "smallvec"9680version = "1.6.1"9681source = "registry+https://github.com/rust-lang/crates.io-index"9682checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"96839684[[package]]9685name = "snow"9686version = "0.7.2"9687source = "registry+https://github.com/rust-lang/crates.io-index"9688checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50"9689dependencies = [9690 "aes-gcm",9691 "blake2",9692 "chacha20poly1305",9693 "rand 0.7.3",9694 "rand_core 0.5.1",9695 "ring",9696 "rustc_version 0.2.3",9697 "sha2 0.9.5",9698 "subtle 2.4.1",9699 "x25519-dalek",9700]97019702[[package]]9703name = "socket2"9704version = "0.3.19"9705source = "registry+https://github.com/rust-lang/crates.io-index"9706checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"9707dependencies = [9708 "cfg-if 1.0.0",9709 "libc",9710 "winapi 0.3.9",9711]97129713[[package]]9714name = "socket2"9715version = "0.4.0"9716source = "registry+https://github.com/rust-lang/crates.io-index"9717checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"9718dependencies = [9719 "libc",9720 "winapi 0.3.9",9721]97229723[[package]]9724name = "soketto"9725version = "0.4.2"9726source = "registry+https://github.com/rust-lang/crates.io-index"9727checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"9728dependencies = [9729 "base64 0.12.3",9730 "bytes 0.5.6",9731 "flate2",9732 "futures 0.3.16",9733 "httparse",9734 "log",9735 "rand 0.7.3",9736 "sha-1 0.9.7",9737]97389739[[package]]9740name = "soketto"9741version = "0.5.0"9742source = "registry+https://github.com/rust-lang/crates.io-index"9743checksum = "4919971d141dbadaa0e82b5d369e2d7666c98e4625046140615ca363e50d4daa"9744dependencies = [9745 "base64 0.13.0",9746 "bytes 1.0.1",9747 "futures 0.3.16",9748 "httparse",9749 "log",9750 "rand 0.8.4",9751 "sha-1 0.9.7",9752]97539754[[package]]9755name = "sp-api"9756version = "3.0.0"9757source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9758dependencies = [9759 "hash-db",9760 "log",9761 "parity-scale-codec",9762 "sp-api-proc-macro",9763 "sp-core",9764 "sp-runtime",9765 "sp-state-machine",9766 "sp-std",9767 "sp-version",9768 "thiserror",9769]97709771[[package]]9772name = "sp-api-proc-macro"9773version = "3.0.0"9774source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9775dependencies = [9776 "blake2-rfc",9777 "proc-macro-crate 1.0.0",9778 "proc-macro2",9779 "quote",9780 "syn",9781]97829783[[package]]9784name = "sp-application-crypto"9785version = "3.0.0"9786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9787dependencies = [9788 "max-encoded-len",9789 "parity-scale-codec",9790 "serde",9791 "sp-core",9792 "sp-io",9793 "sp-std",9794]97959796[[package]]9797name = "sp-arithmetic"9798version = "3.0.0"9799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9800dependencies = [9801 "integer-sqrt",9802 "num-traits",9803 "parity-scale-codec",9804 "serde",9805 "sp-debug-derive",9806 "sp-std",9807 "static_assertions",9808]98099810[[package]]9811name = "sp-authority-discovery"9812version = "3.0.0"9813source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9814dependencies = [9815 "parity-scale-codec",9816 "sp-api",9817 "sp-application-crypto",9818 "sp-runtime",9819 "sp-std",9820]98219822[[package]]9823name = "sp-authorship"9824version = "3.0.0"9825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9826dependencies = [9827 "async-trait",9828 "parity-scale-codec",9829 "sp-inherents",9830 "sp-runtime",9831 "sp-std",9832]98339834[[package]]9835name = "sp-block-builder"9836version = "3.0.0"9837source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9838dependencies = [9839 "parity-scale-codec",9840 "sp-api",9841 "sp-inherents",9842 "sp-runtime",9843 "sp-std",9844]98459846[[package]]9847name = "sp-blockchain"9848version = "3.0.0"9849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9850dependencies = [9851 "futures 0.3.16",9852 "log",9853 "lru",9854 "parity-scale-codec",9855 "parking_lot 0.11.1",9856 "sp-api",9857 "sp-consensus",9858 "sp-database",9859 "sp-runtime",9860 "sp-state-machine",9861 "thiserror",9862]98639864[[package]]9865name = "sp-consensus"9866version = "0.9.0"9867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9868dependencies = [9869 "async-trait",9870 "futures 0.3.16",9871 "futures-timer 3.0.2",9872 "libp2p",9873 "log",9874 "parity-scale-codec",9875 "parking_lot 0.11.1",9876 "serde",9877 "sp-api",9878 "sp-core",9879 "sp-inherents",9880 "sp-runtime",9881 "sp-state-machine",9882 "sp-std",9883 "sp-trie",9884 "sp-utils",9885 "sp-version",9886 "substrate-prometheus-endpoint",9887 "thiserror",9888 "wasm-timer",9889]98909891[[package]]9892name = "sp-consensus-aura"9893version = "0.9.0"9894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9895dependencies = [9896 "async-trait",9897 "parity-scale-codec",9898 "sp-api",9899 "sp-application-crypto",9900 "sp-consensus",9901 "sp-consensus-slots",9902 "sp-inherents",9903 "sp-runtime",9904 "sp-std",9905 "sp-timestamp",9906]99079908[[package]]9909name = "sp-consensus-babe"9910version = "0.9.0"9911source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9912dependencies = [9913 "async-trait",9914 "merlin",9915 "parity-scale-codec",9916 "serde",9917 "sp-api",9918 "sp-application-crypto",9919 "sp-consensus",9920 "sp-consensus-slots",9921 "sp-consensus-vrf",9922 "sp-core",9923 "sp-inherents",9924 "sp-keystore",9925 "sp-runtime",9926 "sp-std",9927 "sp-timestamp",9928]99299930[[package]]9931name = "sp-consensus-slots"9932version = "0.9.0"9933source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9934dependencies = [9935 "parity-scale-codec",9936 "sp-arithmetic",9937 "sp-runtime",9938]99399940[[package]]9941name = "sp-consensus-vrf"9942version = "0.9.0"9943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9944dependencies = [9945 "parity-scale-codec",9946 "schnorrkel",9947 "sp-core",9948 "sp-runtime",9949 "sp-std",9950]99519952[[package]]9953name = "sp-core"9954version = "3.0.0"9955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"9956dependencies = [9957 "base58",9958 "blake2-rfc",9959 "byteorder",9960 "dyn-clonable",9961 "ed25519-dalek",9962 "futures 0.3.16",9963 "hash-db",9964 "hash256-std-hasher",9965 "hex",9966 "impl-serde",9967 "lazy_static",9968 "libsecp256k1 0.3.5",9969 "log",9970 "max-encoded-len",9971 "merlin",9972 "num-traits",9973 "parity-scale-codec",9974 "parity-util-mem",9975 "parking_lot 0.11.1",9976 "primitive-types",9977 "rand 0.7.3",9978 "regex",9979 "schnorrkel",9980 "secrecy",9981 "serde",9982 "sha2 0.9.5",9983 "sp-debug-derive",9984 "sp-externalities",9985 "sp-runtime-interface",9986 "sp-std",9987 "sp-storage",9988 "substrate-bip39",9989 "thiserror",9990 "tiny-bip39",9991 "tiny-keccak",9992 "twox-hash",9993 "wasmi",9994 "zeroize",9995]99969997[[package]]9998name = "sp-database"9999version = "3.0.0"10000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10001dependencies = [10002 "kvdb",10003 "parking_lot 0.11.1",10004]1000510006[[package]]10007name = "sp-debug-derive"10008version = "3.0.0"10009source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10010dependencies = [10011 "proc-macro2",10012 "quote",10013 "syn",10014]1001510016[[package]]10017name = "sp-externalities"10018version = "0.9.0"10019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10020dependencies = [10021 "environmental",10022 "parity-scale-codec",10023 "sp-std",10024 "sp-storage",10025]1002610027[[package]]10028name = "sp-finality-grandpa"10029version = "3.0.0"10030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10031dependencies = [10032 "finality-grandpa",10033 "log",10034 "parity-scale-codec",10035 "serde",10036 "sp-api",10037 "sp-application-crypto",10038 "sp-core",10039 "sp-keystore",10040 "sp-runtime",10041 "sp-std",10042]1004310044[[package]]10045name = "sp-inherents"10046version = "3.0.0"10047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10048dependencies = [10049 "async-trait",10050 "impl-trait-for-tuples",10051 "parity-scale-codec",10052 "sp-core",10053 "sp-runtime",10054 "sp-std",10055 "thiserror",10056]1005710058[[package]]10059name = "sp-io"10060version = "3.0.0"10061source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10062dependencies = [10063 "futures 0.3.16",10064 "hash-db",10065 "libsecp256k1 0.3.5",10066 "log",10067 "parity-scale-codec",10068 "parking_lot 0.11.1",10069 "sp-core",10070 "sp-externalities",10071 "sp-keystore",10072 "sp-maybe-compressed-blob",10073 "sp-runtime-interface",10074 "sp-state-machine",10075 "sp-std",10076 "sp-tracing",10077 "sp-trie",10078 "sp-wasm-interface",10079 "tracing",10080 "tracing-core",10081]1008210083[[package]]10084name = "sp-keyring"10085version = "3.0.0"10086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10087dependencies = [10088 "lazy_static",10089 "sp-core",10090 "sp-runtime",10091 "strum",10092]1009310094[[package]]10095name = "sp-keystore"10096version = "0.9.0"10097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10098dependencies = [10099 "async-trait",10100 "derive_more",10101 "futures 0.3.16",10102 "merlin",10103 "parity-scale-codec",10104 "parking_lot 0.11.1",10105 "schnorrkel",10106 "serde",10107 "sp-core",10108 "sp-externalities",10109]1011010111[[package]]10112name = "sp-maybe-compressed-blob"10113version = "3.0.0"10114source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10115dependencies = [10116 "ruzstd",10117 "zstd",10118]1011910120[[package]]10121name = "sp-npos-elections"10122version = "3.0.0"10123source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10124dependencies = [10125 "parity-scale-codec",10126 "serde",10127 "sp-arithmetic",10128 "sp-core",10129 "sp-npos-elections-compact",10130 "sp-std",10131]1013210133[[package]]10134name = "sp-npos-elections-compact"10135version = "3.0.0"10136source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10137dependencies = [10138 "proc-macro-crate 1.0.0",10139 "proc-macro2",10140 "quote",10141 "syn",10142]1014310144[[package]]10145name = "sp-offchain"10146version = "3.0.0"10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10148dependencies = [10149 "sp-api",10150 "sp-core",10151 "sp-runtime",10152]1015310154[[package]]10155name = "sp-panic-handler"10156version = "3.0.0"10157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10158dependencies = [10159 "backtrace",10160]1016110162[[package]]10163name = "sp-rpc"10164version = "3.0.0"10165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10166dependencies = [10167 "rustc-hash",10168 "serde",10169 "sp-core",10170 "tracing-core",10171]1017210173[[package]]10174name = "sp-runtime"10175version = "3.0.0"10176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10177dependencies = [10178 "either",10179 "hash256-std-hasher",10180 "impl-trait-for-tuples",10181 "log",10182 "max-encoded-len",10183 "parity-scale-codec",10184 "parity-util-mem",10185 "paste",10186 "rand 0.7.3",10187 "serde",10188 "sp-application-crypto",10189 "sp-arithmetic",10190 "sp-core",10191 "sp-io",10192 "sp-std",10193]1019410195[[package]]10196name = "sp-runtime-interface"10197version = "3.0.0"10198source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10199dependencies = [10200 "impl-trait-for-tuples",10201 "parity-scale-codec",10202 "primitive-types",10203 "sp-externalities",10204 "sp-runtime-interface-proc-macro",10205 "sp-std",10206 "sp-storage",10207 "sp-tracing",10208 "sp-wasm-interface",10209 "static_assertions",10210]1021110212[[package]]10213name = "sp-runtime-interface-proc-macro"10214version = "3.0.0"10215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10216dependencies = [10217 "Inflector",10218 "proc-macro-crate 1.0.0",10219 "proc-macro2",10220 "quote",10221 "syn",10222]1022310224[[package]]10225name = "sp-sandbox"10226version = "0.9.0"10227source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10228dependencies = [10229 "parity-scale-codec",10230 "sp-core",10231 "sp-io",10232 "sp-std",10233 "sp-wasm-interface",10234 "wasmi",10235]1023610237[[package]]10238name = "sp-serializer"10239version = "3.0.0"10240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10241dependencies = [10242 "serde",10243 "serde_json",10244]1024510246[[package]]10247name = "sp-session"10248version = "3.0.0"10249source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10250dependencies = [10251 "parity-scale-codec",10252 "sp-api",10253 "sp-core",10254 "sp-runtime",10255 "sp-staking",10256 "sp-std",10257]1025810259[[package]]10260name = "sp-staking"10261version = "3.0.0"10262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10263dependencies = [10264 "parity-scale-codec",10265 "sp-runtime",10266 "sp-std",10267]1026810269[[package]]10270name = "sp-state-machine"10271version = "0.9.0"10272source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10273dependencies = [10274 "hash-db",10275 "log",10276 "num-traits",10277 "parity-scale-codec",10278 "parking_lot 0.11.1",10279 "rand 0.7.3",10280 "smallvec 1.6.1",10281 "sp-core",10282 "sp-externalities",10283 "sp-panic-handler",10284 "sp-std",10285 "sp-trie",10286 "thiserror",10287 "tracing",10288 "trie-db",10289 "trie-root",10290]1029110292[[package]]10293name = "sp-std"10294version = "3.0.0"10295source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"1029610297[[package]]10298name = "sp-storage"10299version = "3.0.0"10300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10301dependencies = [10302 "impl-serde",10303 "parity-scale-codec",10304 "ref-cast",10305 "serde",10306 "sp-debug-derive",10307 "sp-std",10308]1030910310[[package]]10311name = "sp-tasks"10312version = "3.0.0"10313source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10314dependencies = [10315 "log",10316 "sp-core",10317 "sp-externalities",10318 "sp-io",10319 "sp-runtime-interface",10320 "sp-std",10321]1032210323[[package]]10324name = "sp-timestamp"10325version = "3.0.0"10326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10327dependencies = [10328 "async-trait",10329 "futures-timer 3.0.2",10330 "log",10331 "parity-scale-codec",10332 "sp-api",10333 "sp-inherents",10334 "sp-runtime",10335 "sp-std",10336 "thiserror",10337 "wasm-timer",10338]1033910340[[package]]10341name = "sp-tracing"10342version = "3.0.0"10343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10344dependencies = [10345 "erased-serde",10346 "log",10347 "parity-scale-codec",10348 "parking_lot 0.10.2",10349 "serde",10350 "serde_json",10351 "slog",10352 "sp-std",10353 "tracing",10354 "tracing-core",10355 "tracing-subscriber",10356]1035710358[[package]]10359name = "sp-transaction-pool"10360version = "3.0.0"10361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10362dependencies = [10363 "derive_more",10364 "futures 0.3.16",10365 "log",10366 "parity-scale-codec",10367 "serde",10368 "sp-api",10369 "sp-blockchain",10370 "sp-runtime",10371 "thiserror",10372]1037310374[[package]]10375name = "sp-transaction-storage-proof"10376version = "3.0.0"10377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10378dependencies = [10379 "async-trait",10380 "log",10381 "parity-scale-codec",10382 "sp-core",10383 "sp-inherents",10384 "sp-runtime",10385 "sp-std",10386 "sp-trie",10387]1038810389[[package]]10390name = "sp-trie"10391version = "3.0.0"10392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10393dependencies = [10394 "hash-db",10395 "memory-db",10396 "parity-scale-codec",10397 "sp-core",10398 "sp-std",10399 "trie-db",10400 "trie-root",10401]1040210403[[package]]10404name = "sp-utils"10405version = "3.0.0"10406source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10407dependencies = [10408 "futures 0.3.16",10409 "futures-core",10410 "futures-timer 3.0.2",10411 "lazy_static",10412 "prometheus",10413]1041410415[[package]]10416name = "sp-version"10417version = "3.0.0"10418source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10419dependencies = [10420 "impl-serde",10421 "parity-scale-codec",10422 "serde",10423 "sp-runtime",10424 "sp-std",10425 "sp-version-proc-macro",10426]1042710428[[package]]10429name = "sp-version-proc-macro"10430version = "3.0.0"10431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10432dependencies = [10433 "parity-scale-codec",10434 "proc-macro-crate 1.0.0",10435 "proc-macro2",10436 "quote",10437 "syn",10438]1043910440[[package]]10441name = "sp-wasm-interface"10442version = "3.0.0"10443source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10444dependencies = [10445 "impl-trait-for-tuples",10446 "parity-scale-codec",10447 "sp-std",10448 "wasmi",10449]1045010451[[package]]10452name = "spin"10453version = "0.5.2"10454source = "registry+https://github.com/rust-lang/crates.io-index"10455checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1045610457[[package]]10458name = "stable_deref_trait"10459version = "1.2.0"10460source = "registry+https://github.com/rust-lang/crates.io-index"10461checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1046210463[[package]]10464name = "static_assertions"10465version = "1.1.0"10466source = "registry+https://github.com/rust-lang/crates.io-index"10467checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1046810469[[package]]10470name = "static_init"10471version = "0.5.2"10472source = "registry+https://github.com/rust-lang/crates.io-index"10473checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10474dependencies = [10475 "cfg_aliases",10476 "libc",10477 "parking_lot 0.11.1",10478 "static_init_macro",10479]1048010481[[package]]10482name = "static_init_macro"10483version = "0.5.0"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10486dependencies = [10487 "cfg_aliases",10488 "memchr",10489 "proc-macro2",10490 "quote",10491 "syn",10492]1049310494[[package]]10495name = "statrs"10496version = "0.15.0"10497source = "registry+https://github.com/rust-lang/crates.io-index"10498checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10499dependencies = [10500 "approx",10501 "lazy_static",10502 "nalgebra",10503 "num-traits",10504 "rand 0.8.4",10505]1050610507[[package]]10508name = "stream-cipher"10509version = "0.7.1"10510source = "registry+https://github.com/rust-lang/crates.io-index"10511checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89"10512dependencies = [10513 "block-cipher",10514 "generic-array 0.14.4",10515]1051610517[[package]]10518name = "string"10519version = "0.2.1"10520source = "registry+https://github.com/rust-lang/crates.io-index"10521checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"10522dependencies = [10523 "bytes 0.4.12",10524]1052510526[[package]]10527name = "strsim"10528version = "0.8.0"10529source = "registry+https://github.com/rust-lang/crates.io-index"10530checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1053110532[[package]]10533name = "strsim"10534version = "0.10.0"10535source = "registry+https://github.com/rust-lang/crates.io-index"10536checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1053710538[[package]]10539name = "structopt"10540version = "0.3.22"10541source = "registry+https://github.com/rust-lang/crates.io-index"10542checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"10543dependencies = [10544 "clap",10545 "lazy_static",10546 "structopt-derive",10547]1054810549[[package]]10550name = "structopt-derive"10551version = "0.4.15"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"10554dependencies = [10555 "heck",10556 "proc-macro-error",10557 "proc-macro2",10558 "quote",10559 "syn",10560]1056110562[[package]]10563name = "strum"10564version = "0.20.0"10565source = "registry+https://github.com/rust-lang/crates.io-index"10566checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"10567dependencies = [10568 "strum_macros",10569]1057010571[[package]]10572name = "strum_macros"10573version = "0.20.1"10574source = "registry+https://github.com/rust-lang/crates.io-index"10575checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"10576dependencies = [10577 "heck",10578 "proc-macro2",10579 "quote",10580 "syn",10581]1058210583[[package]]10584name = "substrate-bip39"10585version = "0.4.2"10586source = "registry+https://github.com/rust-lang/crates.io-index"10587checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"10588dependencies = [10589 "hmac 0.7.1",10590 "pbkdf2 0.3.0",10591 "schnorrkel",10592 "sha2 0.8.2",10593 "zeroize",10594]1059510596[[package]]10597name = "substrate-build-script-utils"10598version = "3.0.0"10599source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10600dependencies = [10601 "platforms",10602]1060310604[[package]]10605name = "substrate-frame-rpc-system"10606version = "3.0.0"10607source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10608dependencies = [10609 "frame-system-rpc-runtime-api",10610 "futures 0.3.16",10611 "jsonrpc-core 15.1.0",10612 "jsonrpc-core-client 15.1.0",10613 "jsonrpc-derive 15.1.0",10614 "log",10615 "parity-scale-codec",10616 "sc-client-api",10617 "sc-rpc-api",10618 "serde",10619 "sp-api",10620 "sp-block-builder",10621 "sp-blockchain",10622 "sp-core",10623 "sp-runtime",10624 "sp-transaction-pool",10625]1062610627[[package]]10628name = "substrate-prometheus-endpoint"10629version = "0.9.0"10630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10631dependencies = [10632 "async-std",10633 "derive_more",10634 "futures-util",10635 "hyper 0.13.10",10636 "log",10637 "prometheus",10638 "tokio 0.2.25",10639]1064010641[[package]]10642name = "substrate-test-client"10643version = "2.0.1"10644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10645dependencies = [10646 "async-trait",10647 "futures 0.1.31",10648 "futures 0.3.16",10649 "hash-db",10650 "hex",10651 "parity-scale-codec",10652 "sc-client-api",10653 "sc-client-db",10654 "sc-consensus",10655 "sc-executor",10656 "sc-light",10657 "sc-offchain",10658 "sc-service",10659 "serde",10660 "serde_json",10661 "sp-blockchain",10662 "sp-consensus",10663 "sp-core",10664 "sp-keyring",10665 "sp-keystore",10666 "sp-runtime",10667 "sp-state-machine",10668]1066910670[[package]]10671name = "substrate-test-utils"10672version = "3.0.0"10673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10674dependencies = [10675 "futures 0.3.16",10676 "substrate-test-utils-derive",10677 "tokio 0.2.25",10678]1067910680[[package]]10681name = "substrate-test-utils-derive"10682version = "0.9.0"10683source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10684dependencies = [10685 "proc-macro-crate 1.0.0",10686 "quote",10687 "syn",10688]1068910690[[package]]10691name = "substrate-wasm-builder"10692version = "4.0.0"10693source = "registry+https://github.com/rust-lang/crates.io-index"10694checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"10695dependencies = [10696 "ansi_term 0.12.1",10697 "atty",10698 "build-helper",10699 "cargo_metadata 0.12.3",10700 "tempfile",10701 "toml",10702 "walkdir",10703 "wasm-gc-api",10704]1070510706[[package]]10707name = "substrate-wasm-builder"10708version = "4.0.0"10709source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"10710dependencies = [10711 "ansi_term 0.12.1",10712 "atty",10713 "build-helper",10714 "cargo_metadata 0.13.1",10715 "sp-maybe-compressed-blob",10716 "tempfile",10717 "toml",10718 "walkdir",10719 "wasm-gc-api",10720]1072110722[[package]]10723name = "subtle"10724version = "1.0.0"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1072710728[[package]]10729name = "subtle"10730version = "2.4.1"10731source = "registry+https://github.com/rust-lang/crates.io-index"10732checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1073310734[[package]]10735name = "syn"10736version = "1.0.74"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"10739dependencies = [10740 "proc-macro2",10741 "quote",10742 "unicode-xid",10743]1074410745[[package]]10746name = "synstructure"10747version = "0.12.5"10748source = "registry+https://github.com/rust-lang/crates.io-index"10749checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"10750dependencies = [10751 "proc-macro2",10752 "quote",10753 "syn",10754 "unicode-xid",10755]1075610757[[package]]10758name = "take_mut"10759version = "0.2.2"10760source = "registry+https://github.com/rust-lang/crates.io-index"10761checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"1076210763[[package]]10764name = "tap"10765version = "1.0.1"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1076810769[[package]]10770name = "target-lexicon"10771version = "0.12.1"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "b0652da4c4121005e9ed22b79f6c5f2d9e2752906b53a33e9490489ba421a6fb"1077410775[[package]]10776name = "tempfile"10777version = "3.2.0"10778source = "registry+https://github.com/rust-lang/crates.io-index"10779checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"10780dependencies = [10781 "cfg-if 1.0.0",10782 "libc",10783 "rand 0.8.4",10784 "redox_syscall 0.2.9",10785 "remove_dir_all",10786 "winapi 0.3.9",10787]1078810789[[package]]10790name = "termcolor"10791version = "1.1.2"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"10794dependencies = [10795 "winapi-util",10796]1079710798[[package]]10799name = "textwrap"10800version = "0.11.0"10801source = "registry+https://github.com/rust-lang/crates.io-index"10802checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"10803dependencies = [10804 "unicode-width",10805]1080610807[[package]]10808name = "thiserror"10809version = "1.0.26"10810source = "registry+https://github.com/rust-lang/crates.io-index"10811checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"10812dependencies = [10813 "thiserror-impl",10814]1081510816[[package]]10817name = "thiserror-impl"10818version = "1.0.26"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"10821dependencies = [10822 "proc-macro2",10823 "quote",10824 "syn",10825]1082610827[[package]]10828name = "thread_local"10829version = "1.1.3"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"10832dependencies = [10833 "once_cell",10834]1083510836[[package]]10837name = "threadpool"10838version = "1.8.1"10839source = "registry+https://github.com/rust-lang/crates.io-index"10840checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"10841dependencies = [10842 "num_cpus",10843]1084410845[[package]]10846name = "thrift"10847version = "0.13.0"10848source = "registry+https://github.com/rust-lang/crates.io-index"10849checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"10850dependencies = [10851 "byteorder",10852 "integer-encoding",10853 "log",10854 "ordered-float",10855 "threadpool",10856]1085710858[[package]]10859name = "time"10860version = "0.1.44"10861source = "registry+https://github.com/rust-lang/crates.io-index"10862checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"10863dependencies = [10864 "libc",10865 "wasi 0.10.0+wasi-snapshot-preview1",10866 "winapi 0.3.9",10867]1086810869[[package]]10870name = "tiny-bip39"10871version = "0.8.0"10872source = "registry+https://github.com/rust-lang/crates.io-index"10873checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"10874dependencies = [10875 "anyhow",10876 "hmac 0.8.1",10877 "once_cell",10878 "pbkdf2 0.4.0",10879 "rand 0.7.3",10880 "rustc-hash",10881 "sha2 0.9.5",10882 "thiserror",10883 "unicode-normalization",10884 "zeroize",10885]1088610887[[package]]10888name = "tiny-keccak"10889version = "2.0.2"10890source = "registry+https://github.com/rust-lang/crates.io-index"10891checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"10892dependencies = [10893 "crunchy",10894]1089510896[[package]]10897name = "tinyvec"10898version = "1.3.1"10899source = "registry+https://github.com/rust-lang/crates.io-index"10900checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"10901dependencies = [10902 "tinyvec_macros",10903]1090410905[[package]]10906name = "tinyvec_macros"10907version = "0.1.0"10908source = "registry+https://github.com/rust-lang/crates.io-index"10909checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1091010911[[package]]10912name = "tokio"10913version = "0.1.22"10914source = "registry+https://github.com/rust-lang/crates.io-index"10915checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"10916dependencies = [10917 "bytes 0.4.12",10918 "futures 0.1.31",10919 "mio",10920 "num_cpus",10921 "tokio-codec",10922 "tokio-current-thread",10923 "tokio-executor",10924 "tokio-fs",10925 "tokio-io",10926 "tokio-reactor",10927 "tokio-sync",10928 "tokio-tcp",10929 "tokio-threadpool",10930 "tokio-timer",10931 "tokio-udp",10932 "tokio-uds",10933]1093410935[[package]]10936name = "tokio"10937version = "0.2.25"10938source = "registry+https://github.com/rust-lang/crates.io-index"10939checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"10940dependencies = [10941 "bytes 0.5.6",10942 "fnv",10943 "futures-core",10944 "iovec",10945 "lazy_static",10946 "libc",10947 "memchr",10948 "mio",10949 "mio-uds",10950 "num_cpus",10951 "pin-project-lite 0.1.12",10952 "signal-hook-registry",10953 "slab",10954 "tokio-macros",10955 "winapi 0.3.9",10956]1095710958[[package]]10959name = "tokio"10960version = "1.9.0"10961source = "registry+https://github.com/rust-lang/crates.io-index"10962checksum = "4b7b349f11a7047e6d1276853e612d152f5e8a352c61917887cc2169e2366b4c"10963dependencies = [10964 "autocfg",10965 "pin-project-lite 0.2.7",10966]1096710968[[package]]10969name = "tokio-buf"10970version = "0.1.1"10971source = "registry+https://github.com/rust-lang/crates.io-index"10972checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"10973dependencies = [10974 "bytes 0.4.12",10975 "either",10976 "futures 0.1.31",10977]1097810979[[package]]10980name = "tokio-codec"10981version = "0.1.2"10982source = "registry+https://github.com/rust-lang/crates.io-index"10983checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"10984dependencies = [10985 "bytes 0.4.12",10986 "futures 0.1.31",10987 "tokio-io",10988]1098910990[[package]]10991name = "tokio-current-thread"10992version = "0.1.7"10993source = "registry+https://github.com/rust-lang/crates.io-index"10994checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"10995dependencies = [10996 "futures 0.1.31",10997 "tokio-executor",10998]1099911000[[package]]11001name = "tokio-executor"11002version = "0.1.10"11003source = "registry+https://github.com/rust-lang/crates.io-index"11004checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"11005dependencies = [11006 "crossbeam-utils 0.7.2",11007 "futures 0.1.31",11008]1100911010[[package]]11011name = "tokio-fs"11012version = "0.1.7"11013source = "registry+https://github.com/rust-lang/crates.io-index"11014checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"11015dependencies = [11016 "futures 0.1.31",11017 "tokio-io",11018 "tokio-threadpool",11019]1102011021[[package]]11022name = "tokio-io"11023version = "0.1.13"11024source = "registry+https://github.com/rust-lang/crates.io-index"11025checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"11026dependencies = [11027 "bytes 0.4.12",11028 "futures 0.1.31",11029 "log",11030]1103111032[[package]]11033name = "tokio-macros"11034version = "0.2.6"11035source = "registry+https://github.com/rust-lang/crates.io-index"11036checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11037dependencies = [11038 "proc-macro2",11039 "quote",11040 "syn",11041]1104211043[[package]]11044name = "tokio-named-pipes"11045version = "0.1.0"11046source = "registry+https://github.com/rust-lang/crates.io-index"11047checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"11048dependencies = [11049 "bytes 0.4.12",11050 "futures 0.1.31",11051 "mio",11052 "mio-named-pipes",11053 "tokio 0.1.22",11054]1105511056[[package]]11057name = "tokio-reactor"11058version = "0.1.12"11059source = "registry+https://github.com/rust-lang/crates.io-index"11060checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"11061dependencies = [11062 "crossbeam-utils 0.7.2",11063 "futures 0.1.31",11064 "lazy_static",11065 "log",11066 "mio",11067 "num_cpus",11068 "parking_lot 0.9.0",11069 "slab",11070 "tokio-executor",11071 "tokio-io",11072 "tokio-sync",11073]1107411075[[package]]11076name = "tokio-rustls"11077version = "0.14.1"11078source = "registry+https://github.com/rust-lang/crates.io-index"11079checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"11080dependencies = [11081 "futures-core",11082 "rustls 0.18.1",11083 "tokio 0.2.25",11084 "webpki",11085]1108611087[[package]]11088name = "tokio-rustls"11089version = "0.15.0"11090source = "registry+https://github.com/rust-lang/crates.io-index"11091checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"11092dependencies = [11093 "futures-core",11094 "rustls 0.19.1",11095 "tokio 0.2.25",11096 "webpki",11097]1109811099[[package]]11100name = "tokio-service"11101version = "0.1.0"11102source = "registry+https://github.com/rust-lang/crates.io-index"11103checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"11104dependencies = [11105 "futures 0.1.31",11106]1110711108[[package]]11109name = "tokio-sync"11110version = "0.1.8"11111source = "registry+https://github.com/rust-lang/crates.io-index"11112checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"11113dependencies = [11114 "fnv",11115 "futures 0.1.31",11116]1111711118[[package]]11119name = "tokio-tcp"11120version = "0.1.4"11121source = "registry+https://github.com/rust-lang/crates.io-index"11122checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"11123dependencies = [11124 "bytes 0.4.12",11125 "futures 0.1.31",11126 "iovec",11127 "mio",11128 "tokio-io",11129 "tokio-reactor",11130]1113111132[[package]]11133name = "tokio-threadpool"11134version = "0.1.18"11135source = "registry+https://github.com/rust-lang/crates.io-index"11136checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"11137dependencies = [11138 "crossbeam-deque 0.7.3",11139 "crossbeam-queue",11140 "crossbeam-utils 0.7.2",11141 "futures 0.1.31",11142 "lazy_static",11143 "log",11144 "num_cpus",11145 "slab",11146 "tokio-executor",11147]1114811149[[package]]11150name = "tokio-timer"11151version = "0.2.13"11152source = "registry+https://github.com/rust-lang/crates.io-index"11153checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"11154dependencies = [11155 "crossbeam-utils 0.7.2",11156 "futures 0.1.31",11157 "slab",11158 "tokio-executor",11159]1116011161[[package]]11162name = "tokio-udp"11163version = "0.1.6"11164source = "registry+https://github.com/rust-lang/crates.io-index"11165checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"11166dependencies = [11167 "bytes 0.4.12",11168 "futures 0.1.31",11169 "log",11170 "mio",11171 "tokio-codec",11172 "tokio-io",11173 "tokio-reactor",11174]1117511176[[package]]11177name = "tokio-uds"11178version = "0.2.7"11179source = "registry+https://github.com/rust-lang/crates.io-index"11180checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"11181dependencies = [11182 "bytes 0.4.12",11183 "futures 0.1.31",11184 "iovec",11185 "libc",11186 "log",11187 "mio",11188 "mio-uds",11189 "tokio-codec",11190 "tokio-io",11191 "tokio-reactor",11192]1119311194[[package]]11195name = "tokio-util"11196version = "0.3.1"11197source = "registry+https://github.com/rust-lang/crates.io-index"11198checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"11199dependencies = [11200 "bytes 0.5.6",11201 "futures-core",11202 "futures-io",11203 "futures-sink",11204 "log",11205 "pin-project-lite 0.1.12",11206 "tokio 0.2.25",11207]1120811209[[package]]11210name = "toml"11211version = "0.5.8"11212source = "registry+https://github.com/rust-lang/crates.io-index"11213checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11214dependencies = [11215 "serde",11216]1121711218[[package]]11219name = "tower-service"11220version = "0.3.1"11221source = "registry+https://github.com/rust-lang/crates.io-index"11222checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1122311224[[package]]11225name = "tracing"11226version = "0.1.26"11227source = "registry+https://github.com/rust-lang/crates.io-index"11228checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"11229dependencies = [11230 "cfg-if 1.0.0",11231 "log",11232 "pin-project-lite 0.2.7",11233 "tracing-attributes",11234 "tracing-core",11235]1123611237[[package]]11238name = "tracing-attributes"11239version = "0.1.15"11240source = "registry+https://github.com/rust-lang/crates.io-index"11241checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"11242dependencies = [11243 "proc-macro2",11244 "quote",11245 "syn",11246]1124711248[[package]]11249name = "tracing-core"11250version = "0.1.18"11251source = "registry+https://github.com/rust-lang/crates.io-index"11252checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"11253dependencies = [11254 "lazy_static",11255]1125611257[[package]]11258name = "tracing-futures"11259version = "0.2.5"11260source = "registry+https://github.com/rust-lang/crates.io-index"11261checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11262dependencies = [11263 "pin-project 1.0.8",11264 "tracing",11265]1126611267[[package]]11268name = "tracing-log"11269version = "0.1.2"11270source = "registry+https://github.com/rust-lang/crates.io-index"11271checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11272dependencies = [11273 "lazy_static",11274 "log",11275 "tracing-core",11276]1127711278[[package]]11279name = "tracing-serde"11280version = "0.1.2"11281source = "registry+https://github.com/rust-lang/crates.io-index"11282checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11283dependencies = [11284 "serde",11285 "tracing-core",11286]1128711288[[package]]11289name = "tracing-subscriber"11290version = "0.2.19"11291source = "registry+https://github.com/rust-lang/crates.io-index"11292checksum = "ab69019741fca4d98be3c62d2b75254528b5432233fd8a4d2739fec20278de48"11293dependencies = [11294 "ansi_term 0.12.1",11295 "chrono",11296 "lazy_static",11297 "matchers",11298 "regex",11299 "serde",11300 "serde_json",11301 "sharded-slab",11302 "smallvec 1.6.1",11303 "thread_local",11304 "tracing",11305 "tracing-core",11306 "tracing-log",11307 "tracing-serde",11308]1130911310[[package]]11311name = "trie-db"11312version = "0.22.6"11313source = "registry+https://github.com/rust-lang/crates.io-index"11314checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"11315dependencies = [11316 "hash-db",11317 "hashbrown 0.11.2",11318 "log",11319 "rustc-hex",11320 "smallvec 1.6.1",11321]1132211323[[package]]11324name = "trie-root"11325version = "0.16.0"11326source = "registry+https://github.com/rust-lang/crates.io-index"11327checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"11328dependencies = [11329 "hash-db",11330]1133111332[[package]]11333name = "triehash"11334version = "0.8.4"11335source = "registry+https://github.com/rust-lang/crates.io-index"11336checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11337dependencies = [11338 "hash-db",11339 "rlp",11340]1134111342[[package]]11343name = "trust-dns-proto"11344version = "0.20.3"11345source = "registry+https://github.com/rust-lang/crates.io-index"11346checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11347dependencies = [11348 "async-trait",11349 "cfg-if 1.0.0",11350 "data-encoding",11351 "enum-as-inner",11352 "futures-channel",11353 "futures-io",11354 "futures-util",11355 "idna 0.2.3",11356 "ipnet",11357 "lazy_static",11358 "log",11359 "rand 0.8.4",11360 "smallvec 1.6.1",11361 "thiserror",11362 "tinyvec",11363 "url 2.2.2",11364]1136511366[[package]]11367name = "trust-dns-resolver"11368version = "0.20.3"11369source = "registry+https://github.com/rust-lang/crates.io-index"11370checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11371dependencies = [11372 "cfg-if 1.0.0",11373 "futures-util",11374 "ipconfig",11375 "lazy_static",11376 "log",11377 "lru-cache",11378 "parking_lot 0.11.1",11379 "resolv-conf",11380 "smallvec 1.6.1",11381 "thiserror",11382 "trust-dns-proto",11383]1138411385[[package]]11386name = "try-lock"11387version = "0.2.3"11388source = "registry+https://github.com/rust-lang/crates.io-index"11389checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1139011391[[package]]11392name = "try-runtime-cli"11393version = "0.9.0"11394source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.8#74101dc21cfffb4c2d014fcc28edc166d5ca1b16"11395dependencies = [11396 "frame-try-runtime",11397 "log",11398 "parity-scale-codec",11399 "remote-externalities",11400 "sc-chain-spec",11401 "sc-cli",11402 "sc-client-api",11403 "sc-executor",11404 "sc-service",11405 "serde",11406 "sp-api",11407 "sp-blockchain",11408 "sp-core",11409 "sp-externalities",11410 "sp-io",11411 "sp-keystore",11412 "sp-runtime",11413 "sp-state-machine",11414 "structopt",11415]1141611417[[package]]11418name = "twox-hash"11419version = "1.6.0"11420source = "registry+https://github.com/rust-lang/crates.io-index"11421checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"11422dependencies = [11423 "cfg-if 0.1.10",11424 "rand 0.7.3",11425 "static_assertions",11426]1142711428[[package]]11429name = "typenum"11430version = "1.13.0"11431source = "registry+https://github.com/rust-lang/crates.io-index"11432checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"1143311434[[package]]11435name = "ucd-trie"11436version = "0.1.3"11437source = "registry+https://github.com/rust-lang/crates.io-index"11438checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1143911440[[package]]11441name = "uint"11442version = "0.9.1"11443source = "registry+https://github.com/rust-lang/crates.io-index"11444checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"11445dependencies = [11446 "byteorder",11447 "crunchy",11448 "hex",11449 "static_assertions",11450]1145111452[[package]]11453name = "unicase"11454version = "2.6.0"11455source = "registry+https://github.com/rust-lang/crates.io-index"11456checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11457dependencies = [11458 "version_check",11459]1146011461[[package]]11462name = "unicode-bidi"11463version = "0.3.5"11464source = "registry+https://github.com/rust-lang/crates.io-index"11465checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"11466dependencies = [11467 "matches",11468]1146911470[[package]]11471name = "unicode-normalization"11472version = "0.1.19"11473source = "registry+https://github.com/rust-lang/crates.io-index"11474checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11475dependencies = [11476 "tinyvec",11477]1147811479[[package]]11480name = "unicode-segmentation"11481version = "1.8.0"11482source = "registry+https://github.com/rust-lang/crates.io-index"11483checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"1148411485[[package]]11486name = "unicode-width"11487version = "0.1.8"11488source = "registry+https://github.com/rust-lang/crates.io-index"11489checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"1149011491[[package]]11492name = "unicode-xid"11493version = "0.2.2"11494source = "registry+https://github.com/rust-lang/crates.io-index"11495checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1149611497[[package]]11498name = "universal-hash"11499version = "0.4.1"11500source = "registry+https://github.com/rust-lang/crates.io-index"11501checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11502dependencies = [11503 "generic-array 0.14.4",11504 "subtle 2.4.1",11505]1150611507[[package]]11508name = "unsigned-varint"11509version = "0.5.1"11510source = "registry+https://github.com/rust-lang/crates.io-index"11511checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1151211513[[package]]11514name = "unsigned-varint"11515version = "0.6.0"11516source = "registry+https://github.com/rust-lang/crates.io-index"11517checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11518dependencies = [11519 "asynchronous-codec 0.5.0",11520 "bytes 1.0.1",11521 "futures-io",11522 "futures-util",11523]1152411525[[package]]11526name = "unsigned-varint"11527version = "0.7.0"11528source = "registry+https://github.com/rust-lang/crates.io-index"11529checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11530dependencies = [11531 "asynchronous-codec 0.6.0",11532 "bytes 1.0.1",11533 "futures-io",11534 "futures-util",11535]1153611537[[package]]11538name = "untrusted"11539version = "0.7.1"11540source = "registry+https://github.com/rust-lang/crates.io-index"11541checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1154211543[[package]]11544name = "up-sponsorship"11545version = "0.1.0"11546dependencies = [11547 "impl-trait-for-tuples",11548]1154911550[[package]]11551name = "url"11552version = "1.7.2"11553source = "registry+https://github.com/rust-lang/crates.io-index"11554checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11555dependencies = [11556 "idna 0.1.5",11557 "matches",11558 "percent-encoding 1.0.1",11559]1156011561[[package]]11562name = "url"11563version = "2.2.2"11564source = "registry+https://github.com/rust-lang/crates.io-index"11565checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11566dependencies = [11567 "form_urlencoded",11568 "idna 0.2.3",11569 "matches",11570 "percent-encoding 2.1.0",11571]1157211573[[package]]11574name = "value-bag"11575version = "1.0.0-alpha.7"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"11578dependencies = [11579 "ctor",11580 "version_check",11581]1158211583[[package]]11584name = "vcpkg"11585version = "0.2.15"11586source = "registry+https://github.com/rust-lang/crates.io-index"11587checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1158811589[[package]]11590name = "vec_map"11591version = "0.8.2"11592source = "registry+https://github.com/rust-lang/crates.io-index"11593checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1159411595[[package]]11596name = "version_check"11597version = "0.9.3"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"1160011601[[package]]11602name = "void"11603version = "1.0.2"11604source = "registry+https://github.com/rust-lang/crates.io-index"11605checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1160611607[[package]]11608name = "waker-fn"11609version = "1.1.0"11610source = "registry+https://github.com/rust-lang/crates.io-index"11611checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1161211613[[package]]11614name = "walkdir"11615version = "2.3.2"11616source = "registry+https://github.com/rust-lang/crates.io-index"11617checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"11618dependencies = [11619 "same-file",11620 "winapi 0.3.9",11621 "winapi-util",11622]1162311624[[package]]11625name = "want"11626version = "0.2.0"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"11629dependencies = [11630 "futures 0.1.31",11631 "log",11632 "try-lock",11633]1163411635[[package]]11636name = "want"11637version = "0.3.0"11638source = "registry+https://github.com/rust-lang/crates.io-index"11639checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"11640dependencies = [11641 "log",11642 "try-lock",11643]1164411645[[package]]11646name = "wasi"11647version = "0.9.0+wasi-snapshot-preview1"11648source = "registry+https://github.com/rust-lang/crates.io-index"11649checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1165011651[[package]]11652name = "wasi"11653version = "0.10.0+wasi-snapshot-preview1"11654source = "registry+https://github.com/rust-lang/crates.io-index"11655checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1165611657[[package]]11658name = "wasm-bindgen"11659version = "0.2.74"11660source = "registry+https://github.com/rust-lang/crates.io-index"11661checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"11662dependencies = [11663 "cfg-if 1.0.0",11664 "wasm-bindgen-macro",11665]1166611667[[package]]11668name = "wasm-bindgen-backend"11669version = "0.2.74"11670source = "registry+https://github.com/rust-lang/crates.io-index"11671checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"11672dependencies = [11673 "bumpalo",11674 "lazy_static",11675 "log",11676 "proc-macro2",11677 "quote",11678 "syn",11679 "wasm-bindgen-shared",11680]1168111682[[package]]11683name = "wasm-bindgen-futures"11684version = "0.4.24"11685source = "registry+https://github.com/rust-lang/crates.io-index"11686checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"11687dependencies = [11688 "cfg-if 1.0.0",11689 "js-sys",11690 "wasm-bindgen",11691 "web-sys",11692]1169311694[[package]]11695name = "wasm-bindgen-macro"11696version = "0.2.74"11697source = "registry+https://github.com/rust-lang/crates.io-index"11698checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"11699dependencies = [11700 "quote",11701 "wasm-bindgen-macro-support",11702]1170311704[[package]]11705name = "wasm-bindgen-macro-support"11706version = "0.2.74"11707source = "registry+https://github.com/rust-lang/crates.io-index"11708checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"11709dependencies = [11710 "proc-macro2",11711 "quote",11712 "syn",11713 "wasm-bindgen-backend",11714 "wasm-bindgen-shared",11715]1171611717[[package]]11718name = "wasm-bindgen-shared"11719version = "0.2.74"11720source = "registry+https://github.com/rust-lang/crates.io-index"11721checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"1172211723[[package]]11724name = "wasm-gc-api"11725version = "0.1.11"11726source = "registry+https://github.com/rust-lang/crates.io-index"11727checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"11728dependencies = [11729 "log",11730 "parity-wasm 0.32.0",11731 "rustc-demangle",11732]1173311734[[package]]11735name = "wasm-timer"11736version = "0.2.5"11737source = "registry+https://github.com/rust-lang/crates.io-index"11738checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"11739dependencies = [11740 "futures 0.3.16",11741 "js-sys",11742 "parking_lot 0.11.1",11743 "pin-utils",11744 "wasm-bindgen",11745 "wasm-bindgen-futures",11746 "web-sys",11747]1174811749[[package]]11750name = "wasmi"11751version = "0.9.0"11752source = "registry+https://github.com/rust-lang/crates.io-index"11753checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"11754dependencies = [11755 "downcast-rs",11756 "libc",11757 "memory_units",11758 "num-rational 0.2.4",11759 "num-traits",11760 "parity-wasm 0.42.2",11761 "wasmi-validation",11762]1176311764[[package]]11765name = "wasmi-validation"11766version = "0.4.0"11767source = "registry+https://github.com/rust-lang/crates.io-index"11768checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8"11769dependencies = [11770 "parity-wasm 0.42.2",11771]1177211773[[package]]11774name = "wasmparser"11775version = "0.78.2"11776source = "registry+https://github.com/rust-lang/crates.io-index"11777checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"1177811779[[package]]11780name = "wasmtime"11781version = "0.27.0"11782source = "registry+https://github.com/rust-lang/crates.io-index"11783checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"11784dependencies = [11785 "anyhow",11786 "backtrace",11787 "bincode",11788 "cfg-if 1.0.0",11789 "cpp_demangle",11790 "indexmap",11791 "lazy_static",11792 "libc",11793 "log",11794 "paste",11795 "psm",11796 "region",11797 "rustc-demangle",11798 "serde",11799 "smallvec 1.6.1",11800 "target-lexicon",11801 "wasmparser",11802 "wasmtime-cache",11803 "wasmtime-environ",11804 "wasmtime-fiber",11805 "wasmtime-jit",11806 "wasmtime-profiling",11807 "wasmtime-runtime",11808 "wat",11809 "winapi 0.3.9",11810]1181111812[[package]]11813name = "wasmtime-cache"11814version = "0.27.0"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"11817dependencies = [11818 "anyhow",11819 "base64 0.13.0",11820 "bincode",11821 "directories-next",11822 "errno",11823 "file-per-thread-logger",11824 "libc",11825 "log",11826 "serde",11827 "sha2 0.9.5",11828 "toml",11829 "winapi 0.3.9",11830 "zstd",11831]1183211833[[package]]11834name = "wasmtime-cranelift"11835version = "0.27.0"11836source = "registry+https://github.com/rust-lang/crates.io-index"11837checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"11838dependencies = [11839 "cranelift-codegen",11840 "cranelift-entity",11841 "cranelift-frontend",11842 "cranelift-wasm",11843 "target-lexicon",11844 "wasmparser",11845 "wasmtime-environ",11846]1184711848[[package]]11849name = "wasmtime-debug"11850version = "0.27.0"11851source = "registry+https://github.com/rust-lang/crates.io-index"11852checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"11853dependencies = [11854 "anyhow",11855 "gimli 0.24.0",11856 "more-asserts",11857 "object 0.24.0",11858 "target-lexicon",11859 "thiserror",11860 "wasmparser",11861 "wasmtime-environ",11862]1186311864[[package]]11865name = "wasmtime-environ"11866version = "0.27.0"11867source = "registry+https://github.com/rust-lang/crates.io-index"11868checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"11869dependencies = [11870 "cfg-if 1.0.0",11871 "cranelift-codegen",11872 "cranelift-entity",11873 "cranelift-wasm",11874 "gimli 0.24.0",11875 "indexmap",11876 "log",11877 "more-asserts",11878 "serde",11879 "thiserror",11880 "wasmparser",11881]1188211883[[package]]11884name = "wasmtime-fiber"11885version = "0.27.0"11886source = "registry+https://github.com/rust-lang/crates.io-index"11887checksum = "a089d44cd7e2465d41a53b840a5b4fca1bf6d1ecfebc970eac9592b34ea5f0b3"11888dependencies = [11889 "cc",11890 "libc",11891 "winapi 0.3.9",11892]1189311894[[package]]11895name = "wasmtime-jit"11896version = "0.27.0"11897source = "registry+https://github.com/rust-lang/crates.io-index"11898checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"11899dependencies = [11900 "addr2line 0.15.2",11901 "anyhow",11902 "cfg-if 1.0.0",11903 "cranelift-codegen",11904 "cranelift-entity",11905 "cranelift-frontend",11906 "cranelift-native",11907 "cranelift-wasm",11908 "gimli 0.24.0",11909 "log",11910 "more-asserts",11911 "object 0.24.0",11912 "rayon",11913 "region",11914 "serde",11915 "target-lexicon",11916 "thiserror",11917 "wasmparser",11918 "wasmtime-cranelift",11919 "wasmtime-debug",11920 "wasmtime-environ",11921 "wasmtime-obj",11922 "wasmtime-profiling",11923 "wasmtime-runtime",11924 "winapi 0.3.9",11925]1192611927[[package]]11928name = "wasmtime-obj"11929version = "0.27.0"11930source = "registry+https://github.com/rust-lang/crates.io-index"11931checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"11932dependencies = [11933 "anyhow",11934 "more-asserts",11935 "object 0.24.0",11936 "target-lexicon",11937 "wasmtime-debug",11938 "wasmtime-environ",11939]1194011941[[package]]11942name = "wasmtime-profiling"11943version = "0.27.0"11944source = "registry+https://github.com/rust-lang/crates.io-index"11945checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"11946dependencies = [11947 "anyhow",11948 "cfg-if 1.0.0",11949 "gimli 0.24.0",11950 "lazy_static",11951 "libc",11952 "object 0.24.0",11953 "scroll",11954 "serde",11955 "target-lexicon",11956 "wasmtime-environ",11957 "wasmtime-runtime",11958]1195911960[[package]]11961name = "wasmtime-runtime"11962version = "0.27.0"11963source = "registry+https://github.com/rust-lang/crates.io-index"11964checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"11965dependencies = [11966 "anyhow",11967 "backtrace",11968 "cc",11969 "cfg-if 1.0.0",11970 "indexmap",11971 "lazy_static",11972 "libc",11973 "log",11974 "mach",11975 "memoffset 0.6.4",11976 "more-asserts",11977 "rand 0.8.4",11978 "region",11979 "thiserror",11980 "wasmtime-environ",11981 "wasmtime-fiber",11982 "winapi 0.3.9",11983]1198411985[[package]]11986name = "wast"11987version = "36.0.0"11988source = "registry+https://github.com/rust-lang/crates.io-index"11989checksum = "8b5d7ba374a364571da1cb0a379a3dc302582a2d9937a183bfe35b68ad5bb9c4"11990dependencies = [11991 "leb128",11992]1199311994[[package]]11995name = "wat"11996version = "1.0.38"11997source = "registry+https://github.com/rust-lang/crates.io-index"11998checksum = "16383df7f0e3901484c2dda6294ed6895caa3627ce4f6584141dcf30a33a23e6"11999dependencies = [12000 "wast",12001]1200212003[[package]]12004name = "web-sys"12005version = "0.3.51"12006source = "registry+https://github.com/rust-lang/crates.io-index"12007checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"12008dependencies = [12009 "js-sys",12010 "wasm-bindgen",12011]1201212013[[package]]12014name = "webpki"12015version = "0.21.4"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12018dependencies = [12019 "ring",12020 "untrusted",12021]1202212023[[package]]12024name = "webpki-roots"12025version = "0.21.1"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12028dependencies = [12029 "webpki",12030]1203112032[[package]]12033name = "wepoll-ffi"12034version = "0.1.2"12035source = "registry+https://github.com/rust-lang/crates.io-index"12036checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12037dependencies = [12038 "cc",12039]1204012041[[package]]12042name = "which"12043version = "4.1.0"12044source = "registry+https://github.com/rust-lang/crates.io-index"12045checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"12046dependencies = [12047 "either",12048 "libc",12049]1205012051[[package]]12052name = "widestring"12053version = "0.4.3"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1205612057[[package]]12058name = "winapi"12059version = "0.2.8"12060source = "registry+https://github.com/rust-lang/crates.io-index"12061checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1206212063[[package]]12064name = "winapi"12065version = "0.3.9"12066source = "registry+https://github.com/rust-lang/crates.io-index"12067checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12068dependencies = [12069 "winapi-i686-pc-windows-gnu",12070 "winapi-x86_64-pc-windows-gnu",12071]1207212073[[package]]12074name = "winapi-build"12075version = "0.1.1"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1207812079[[package]]12080name = "winapi-i686-pc-windows-gnu"12081version = "0.4.0"12082source = "registry+https://github.com/rust-lang/crates.io-index"12083checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1208412085[[package]]12086name = "winapi-util"12087version = "0.1.5"12088source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12090dependencies = [12091 "winapi 0.3.9",12092]1209312094[[package]]12095name = "winapi-x86_64-pc-windows-gnu"12096version = "0.4.0"12097source = "registry+https://github.com/rust-lang/crates.io-index"12098checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1209912100[[package]]12101name = "winreg"12102version = "0.6.2"12103source = "registry+https://github.com/rust-lang/crates.io-index"12104checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12105dependencies = [12106 "winapi 0.3.9",12107]1210812109[[package]]12110name = "ws2_32-sys"12111version = "0.2.1"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12114dependencies = [12115 "winapi 0.2.8",12116 "winapi-build",12117]1211812119[[package]]12120name = "wyz"12121version = "0.2.0"12122source = "registry+https://github.com/rust-lang/crates.io-index"12123checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1212412125[[package]]12126name = "x25519-dalek"12127version = "1.1.1"12128source = "registry+https://github.com/rust-lang/crates.io-index"12129checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12130dependencies = [12131 "curve25519-dalek 3.1.0",12132 "rand_core 0.5.1",12133 "zeroize",12134]1213512136[[package]]12137name = "xcm"12138version = "0.9.8"12139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12140dependencies = [12141 "derivative",12142 "impl-trait-for-tuples",12143 "parity-scale-codec",12144]1214512146[[package]]12147name = "xcm-builder"12148version = "0.9.8"12149source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12150dependencies = [12151 "frame-support",12152 "frame-system",12153 "impl-trait-for-tuples",12154 "pallet-transaction-payment",12155 "parity-scale-codec",12156 "polkadot-parachain",12157 "sp-arithmetic",12158 "sp-io",12159 "sp-runtime",12160 "sp-std",12161 "xcm",12162 "xcm-executor",12163]1216412165[[package]]12166name = "xcm-executor"12167version = "0.9.8"12168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.8#3a10ee63c0b5703a1c802db3438ab7e01344a8ce"12169dependencies = [12170 "frame-support",12171 "impl-trait-for-tuples",12172 "log",12173 "parity-scale-codec",12174 "sp-arithmetic",12175 "sp-core",12176 "sp-io",12177 "sp-runtime",12178 "sp-std",12179 "xcm",12180]1218112182[[package]]12183name = "yamux"12184version = "0.9.0"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12187dependencies = [12188 "futures 0.3.16",12189 "log",12190 "nohash-hasher",12191 "parking_lot 0.11.1",12192 "rand 0.8.4",12193 "static_assertions",12194]1219512196[[package]]12197name = "yansi"12198version = "0.5.0"12199source = "registry+https://github.com/rust-lang/crates.io-index"12200checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1220112202[[package]]12203name = "zeroize"12204version = "1.4.1"12205source = "registry+https://github.com/rust-lang/crates.io-index"12206checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"12207dependencies = [12208 "zeroize_derive",12209]1221012211[[package]]12212name = "zeroize_derive"12213version = "1.1.0"12214source = "registry+https://github.com/rust-lang/crates.io-index"12215checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"12216dependencies = [12217 "proc-macro2",12218 "quote",12219 "syn",12220 "synstructure",12221]1222212223[[package]]12224name = "zstd"12225version = "0.6.1+zstd.1.4.9"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"12228dependencies = [12229 "zstd-safe",12230]1223112232[[package]]12233name = "zstd-safe"12234version = "3.0.1+zstd.1.4.9"12235source = "registry+https://github.com/rust-lang/crates.io-index"12236checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"12237dependencies = [12238 "libc",12239 "zstd-sys",12240]1224112242[[package]]12243name = "zstd-sys"12244version = "1.4.20+zstd.1.4.9"12245source = "registry+https://github.com/rust-lang/crates.io-index"12246checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"12247dependencies = [12248 "cc",12249 "libc",12250]