123version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures 0.2.2",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle 2.4.1",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.5",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.56"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.3"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.11.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "crossbeam-utils",271 "futures-channel",272 "futures-core",273 "futures-io",274 "futures-lite",275 "gloo-timers",276 "kv-log-macro",277 "log",278 "memchr",279 "num_cpus",280 "once_cell",281 "pin-project-lite 0.2.8",282 "pin-utils",283 "slab",284 "wasm-bindgen-futures",285]286287[[package]]288name = "async-std-resolver"289version = "0.20.4"290source = "registry+https://github.com/rust-lang/crates.io-index"291checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"292dependencies = [293 "async-std",294 "async-trait",295 "futures-io",296 "futures-util",297 "pin-utils",298 "trust-dns-resolver",299]300301[[package]]302name = "async-task"303version = "4.2.0"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"306307[[package]]308name = "async-trait"309version = "0.1.52"310source = "registry+https://github.com/rust-lang/crates.io-index"311checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"312dependencies = [313 "proc-macro2",314 "quote",315 "syn",316]317318[[package]]319name = "asynchronous-codec"320version = "0.5.0"321source = "registry+https://github.com/rust-lang/crates.io-index"322checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"323dependencies = [324 "bytes 1.1.0",325 "futures-sink",326 "futures-util",327 "memchr",328 "pin-project-lite 0.2.8",329]330331[[package]]332name = "asynchronous-codec"333version = "0.6.0"334source = "registry+https://github.com/rust-lang/crates.io-index"335checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"336dependencies = [337 "bytes 1.1.0",338 "futures-sink",339 "futures-util",340 "memchr",341 "pin-project-lite 0.2.8",342]343344[[package]]345name = "atomic"346version = "0.5.1"347source = "registry+https://github.com/rust-lang/crates.io-index"348checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"349dependencies = [350 "autocfg",351]352353[[package]]354name = "atomic-waker"355version = "1.0.0"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"358359[[package]]360name = "atty"361version = "0.2.14"362source = "registry+https://github.com/rust-lang/crates.io-index"363checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"364dependencies = [365 "hermit-abi",366 "libc",367 "winapi 0.3.9",368]369370[[package]]371name = "auto_impl"372version = "0.5.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"375dependencies = [376 "proc-macro-error",377 "proc-macro2",378 "quote",379 "syn",380]381382[[package]]383name = "autocfg"384version = "1.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"387388[[package]]389name = "backoff"390version = "0.4.0"391source = "registry+https://github.com/rust-lang/crates.io-index"392checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"393dependencies = [394 "futures-core",395 "getrandom 0.2.5",396 "instant",397 "pin-project-lite 0.2.8",398 "rand 0.8.5",399 "tokio 1.17.0",400]401402[[package]]403name = "backtrace"404version = "0.3.64"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"407dependencies = [408 "addr2line",409 "cc",410 "cfg-if 1.0.0",411 "libc",412 "miniz_oxide",413 "object",414 "rustc-demangle",415]416417[[package]]418name = "base-x"419version = "0.2.8"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"422423[[package]]424name = "base16ct"425version = "0.1.1"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"428429[[package]]430name = "base58"431version = "0.2.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"434435[[package]]436name = "base64"437version = "0.13.0"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"440441[[package]]442name = "base64ct"443version = "1.4.1"444source = "registry+https://github.com/rust-lang/crates.io-index"445checksum = "71acf5509fc522cce1b100ac0121c635129bfd4d91cdf036bcc9b9935f97ccf5"446447[[package]]448name = "beef"449version = "0.5.1"450source = "registry+https://github.com/rust-lang/crates.io-index"451checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"452dependencies = [453 "serde",454]455456[[package]]457name = "beefy-gadget"458version = "4.0.0-dev"459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"460dependencies = [461 "beefy-primitives",462 "fnv",463 "futures 0.3.21",464 "hex",465 "log",466 "parity-scale-codec",467 "parking_lot 0.12.0",468 "sc-chain-spec",469 "sc-client-api",470 "sc-keystore",471 "sc-network",472 "sc-network-gossip",473 "sc-utils",474 "sp-api",475 "sp-application-crypto",476 "sp-arithmetic",477 "sp-blockchain",478 "sp-core",479 "sp-keystore",480 "sp-runtime",481 "substrate-prometheus-endpoint",482 "thiserror",483 "wasm-timer",484]485486[[package]]487name = "beefy-gadget-rpc"488version = "4.0.0-dev"489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"490dependencies = [491 "beefy-gadget",492 "beefy-primitives",493 "futures 0.3.21",494 "jsonrpc-core",495 "jsonrpc-core-client",496 "jsonrpc-derive",497 "jsonrpc-pubsub",498 "log",499 "parity-scale-codec",500 "parking_lot 0.12.0",501 "sc-rpc",502 "sc-utils",503 "serde",504 "sp-core",505 "sp-runtime",506 "thiserror",507]508509[[package]]510name = "beefy-merkle-tree"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"513514[[package]]515name = "beefy-primitives"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"518dependencies = [519 "parity-scale-codec",520 "scale-info",521 "sp-api",522 "sp-application-crypto",523 "sp-core",524 "sp-runtime",525 "sp-std",526]527528[[package]]529name = "bimap"530version = "0.6.2"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"533534[[package]]535name = "bincode"536version = "1.3.3"537source = "registry+https://github.com/rust-lang/crates.io-index"538checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"539dependencies = [540 "serde",541]542543[[package]]544name = "bindgen"545version = "0.59.2"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"548dependencies = [549 "bitflags",550 "cexpr",551 "clang-sys",552 "lazy_static",553 "lazycell",554 "peeking_take_while",555 "proc-macro2",556 "quote",557 "regex",558 "rustc-hash",559 "shlex",560]561562[[package]]563name = "bitflags"564version = "1.3.2"565source = "registry+https://github.com/rust-lang/crates.io-index"566checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"567568[[package]]569name = "bitvec"570version = "1.0.0"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"573dependencies = [574 "funty 2.0.0",575 "radium",576 "tap",577 "wyz",578]579580[[package]]581name = "blake2"582version = "0.9.2"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"585dependencies = [586 "crypto-mac 0.8.0",587 "digest 0.9.0",588 "opaque-debug 0.3.0",589]590591[[package]]592name = "blake2"593version = "0.10.4"594source = "registry+https://github.com/rust-lang/crates.io-index"595checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"596dependencies = [597 "digest 0.10.3",598]599600[[package]]601name = "blake2-rfc"602version = "0.2.18"603source = "registry+https://github.com/rust-lang/crates.io-index"604checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"605dependencies = [606 "arrayvec 0.4.12",607 "constant_time_eq",608]609610[[package]]611name = "blake2b_simd"612version = "0.5.11"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"615dependencies = [616 "arrayref",617 "arrayvec 0.5.2",618 "constant_time_eq",619]620621[[package]]622name = "blake2s_simd"623version = "0.5.11"624source = "registry+https://github.com/rust-lang/crates.io-index"625checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"626dependencies = [627 "arrayref",628 "arrayvec 0.5.2",629 "constant_time_eq",630]631632[[package]]633name = "blake3"634version = "0.3.8"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"637dependencies = [638 "arrayref",639 "arrayvec 0.5.2",640 "cc",641 "cfg-if 0.1.10",642 "constant_time_eq",643 "crypto-mac 0.8.0",644 "digest 0.9.0",645]646647[[package]]648name = "blake3"649version = "1.3.1"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"652dependencies = [653 "arrayref",654 "arrayvec 0.7.2",655 "cc",656 "cfg-if 1.0.0",657 "constant_time_eq",658 "digest 0.10.3",659]660661[[package]]662name = "block-buffer"663version = "0.7.3"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"666dependencies = [667 "block-padding 0.1.5",668 "byte-tools",669 "byteorder",670 "generic-array 0.12.4",671]672673[[package]]674name = "block-buffer"675version = "0.9.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"678dependencies = [679 "block-padding 0.2.1",680 "generic-array 0.14.5",681]682683[[package]]684name = "block-buffer"685version = "0.10.2"686source = "registry+https://github.com/rust-lang/crates.io-index"687checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"688dependencies = [689 "generic-array 0.14.5",690]691692[[package]]693name = "block-padding"694version = "0.1.5"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"697dependencies = [698 "byte-tools",699]700701[[package]]702name = "block-padding"703version = "0.2.1"704source = "registry+https://github.com/rust-lang/crates.io-index"705checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"706707[[package]]708name = "blocking"709version = "1.2.0"710source = "registry+https://github.com/rust-lang/crates.io-index"711checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"712dependencies = [713 "async-channel",714 "async-task",715 "atomic-waker",716 "fastrand",717 "futures-lite",718 "once_cell",719]720721[[package]]722name = "bounded-vec"723version = "0.5.0"724source = "registry+https://github.com/rust-lang/crates.io-index"725checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"726dependencies = [727 "thiserror",728]729730[[package]]731name = "bp-header-chain"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"734dependencies = [735 "finality-grandpa",736 "frame-support",737 "parity-scale-codec",738 "scale-info",739 "serde",740 "sp-core",741 "sp-finality-grandpa",742 "sp-runtime",743 "sp-std",744]745746[[package]]747name = "bp-message-dispatch"748version = "0.1.0"749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"750dependencies = [751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "scale-info",755 "sp-std",756]757758[[package]]759name = "bp-messages"760version = "0.1.0"761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"762dependencies = [763 "bitvec",764 "bp-runtime",765 "frame-support",766 "frame-system",767 "impl-trait-for-tuples",768 "parity-scale-codec",769 "scale-info",770 "serde",771 "sp-std",772]773774[[package]]775name = "bp-polkadot-core"776version = "0.1.0"777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"778dependencies = [779 "bp-messages",780 "bp-runtime",781 "frame-support",782 "frame-system",783 "parity-scale-codec",784 "scale-info",785 "sp-api",786 "sp-core",787 "sp-runtime",788 "sp-std",789 "sp-version",790]791792[[package]]793name = "bp-rococo"794version = "0.1.0"795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"796dependencies = [797 "bp-messages",798 "bp-polkadot-core",799 "bp-runtime",800 "frame-support",801 "parity-scale-codec",802 "smallvec",803 "sp-api",804 "sp-runtime",805 "sp-std",806 "sp-version",807]808809[[package]]810name = "bp-runtime"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"813dependencies = [814 "frame-support",815 "hash-db",816 "num-traits",817 "parity-scale-codec",818 "scale-info",819 "sp-core",820 "sp-io",821 "sp-runtime",822 "sp-state-machine",823 "sp-std",824 "sp-trie",825]826827[[package]]828name = "bp-test-utils"829version = "0.1.0"830source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"831dependencies = [832 "bp-header-chain",833 "ed25519-dalek",834 "finality-grandpa",835 "parity-scale-codec",836 "sp-application-crypto",837 "sp-finality-grandpa",838 "sp-runtime",839 "sp-std",840]841842[[package]]843name = "bp-wococo"844version = "0.1.0"845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"846dependencies = [847 "bp-messages",848 "bp-polkadot-core",849 "bp-rococo",850 "bp-runtime",851 "parity-scale-codec",852 "sp-api",853 "sp-runtime",854 "sp-std",855]856857[[package]]858name = "bridge-runtime-common"859version = "0.1.0"860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"861dependencies = [862 "bp-message-dispatch",863 "bp-messages",864 "bp-runtime",865 "frame-support",866 "hash-db",867 "pallet-bridge-dispatch",868 "pallet-bridge-grandpa",869 "pallet-bridge-messages",870 "pallet-transaction-payment",871 "parity-scale-codec",872 "scale-info",873 "sp-core",874 "sp-runtime",875 "sp-state-machine",876 "sp-std",877 "sp-trie",878]879880[[package]]881name = "bs58"882version = "0.4.0"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"885886[[package]]887name = "bstr"888version = "0.2.17"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"891dependencies = [892 "memchr",893]894895[[package]]896name = "build-helper"897version = "0.1.1"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"900dependencies = [901 "semver 0.6.0",902]903904[[package]]905name = "bumpalo"906version = "3.9.1"907source = "registry+https://github.com/rust-lang/crates.io-index"908checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"909910[[package]]911name = "byte-slice-cast"912version = "1.2.1"913source = "registry+https://github.com/rust-lang/crates.io-index"914checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"915916[[package]]917name = "byte-tools"918version = "0.3.1"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"921922[[package]]923name = "byteorder"924version = "1.4.3"925source = "registry+https://github.com/rust-lang/crates.io-index"926checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"927928[[package]]929name = "bytes"930version = "0.4.12"931source = "registry+https://github.com/rust-lang/crates.io-index"932checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"933dependencies = [934 "byteorder",935 "iovec",936]937938[[package]]939name = "bytes"940version = "0.5.6"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"943944[[package]]945name = "bytes"946version = "1.1.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"949950[[package]]951name = "bzip2-sys"952version = "0.1.11+1.0.8"953source = "registry+https://github.com/rust-lang/crates.io-index"954checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"955dependencies = [956 "cc",957 "libc",958 "pkg-config",959]960961[[package]]962name = "cache-padded"963version = "1.2.0"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"966967[[package]]968name = "camino"969version = "1.0.7"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"972dependencies = [973 "serde",974]975976[[package]]977name = "cargo-platform"978version = "0.1.2"979source = "registry+https://github.com/rust-lang/crates.io-index"980checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"981dependencies = [982 "serde",983]984985[[package]]986name = "cargo_metadata"987version = "0.14.2"988source = "registry+https://github.com/rust-lang/crates.io-index"989checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"990dependencies = [991 "camino",992 "cargo-platform",993 "semver 1.0.6",994 "serde",995 "serde_json",996]997998[[package]]999name = "cc"1000version = "1.0.73"1001source = "registry+https://github.com/rust-lang/crates.io-index"1002checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"1003dependencies = [1004 "jobserver",1005]10061007[[package]]1008name = "cexpr"1009version = "0.6.0"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"1012dependencies = [1013 "nom",1014]10151016[[package]]1017name = "cfg-if"1018version = "0.1.10"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"10211022[[package]]1023name = "cfg-if"1024version = "1.0.0"1025source = "registry+https://github.com/rust-lang/crates.io-index"1026checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"10271028[[package]]1029name = "cfg_aliases"1030version = "0.1.1"1031source = "registry+https://github.com/rust-lang/crates.io-index"1032checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10331034[[package]]1035name = "chacha20"1036version = "0.7.1"1037source = "registry+https://github.com/rust-lang/crates.io-index"1038checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1039dependencies = [1040 "cfg-if 1.0.0",1041 "cipher",1042 "cpufeatures 0.1.5",1043 "zeroize",1044]10451046[[package]]1047name = "chacha20poly1305"1048version = "0.8.0"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1051dependencies = [1052 "aead",1053 "chacha20",1054 "cipher",1055 "poly1305",1056 "zeroize",1057]10581059[[package]]1060name = "chrono"1061version = "0.4.19"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1064dependencies = [1065 "libc",1066 "num-integer",1067 "num-traits",1068 "time",1069 "winapi 0.3.9",1070]10711072[[package]]1073name = "cid"1074version = "0.6.1"1075source = "registry+https://github.com/rust-lang/crates.io-index"1076checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1077dependencies = [1078 "multibase",1079 "multihash 0.13.2",1080 "unsigned-varint 0.5.1",1081]10821083[[package]]1084name = "cipher"1085version = "0.3.0"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1088dependencies = [1089 "generic-array 0.14.5",1090]10911092[[package]]1093name = "ckb-merkle-mountain-range"1094version = "0.3.2"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1097dependencies = [1098 "cfg-if 0.1.10",1099]11001101[[package]]1102name = "clang-sys"1103version = "1.3.1"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1106dependencies = [1107 "glob",1108 "libc",1109 "libloading 0.7.3",1110]11111112[[package]]1113name = "clap"1114version = "3.1.6"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1117dependencies = [1118 "atty",1119 "bitflags",1120 "clap_derive",1121 "indexmap",1122 "lazy_static",1123 "os_str_bytes",1124 "strsim",1125 "termcolor",1126 "textwrap",1127]11281129[[package]]1130name = "clap_derive"1131version = "3.1.4"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1134dependencies = [1135 "heck 0.4.0",1136 "proc-macro-error",1137 "proc-macro2",1138 "quote",1139 "syn",1140]11411142[[package]]1143name = "concurrent-queue"1144version = "1.2.2"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1147dependencies = [1148 "cache-padded",1149]11501151[[package]]1152name = "const-oid"1153version = "0.7.1"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11561157[[package]]1158name = "constant_time_eq"1159version = "0.1.5"1160source = "registry+https://github.com/rust-lang/crates.io-index"1161checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11621163[[package]]1164name = "convert_case"1165version = "0.4.0"1166source = "registry+https://github.com/rust-lang/crates.io-index"1167checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11681169[[package]]1170name = "core-foundation"1171version = "0.9.3"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1174dependencies = [1175 "core-foundation-sys",1176 "libc",1177]11781179[[package]]1180name = "core-foundation-sys"1181version = "0.8.3"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.1.5"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cpufeatures"1205version = "0.2.2"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1208dependencies = [1209 "libc",1210]12111212[[package]]1213name = "cranelift-bforest"1214version = "0.80.1"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1217dependencies = [1218 "cranelift-entity",1219]12201221[[package]]1222name = "cranelift-codegen"1223version = "0.80.1"1224source = "registry+https://github.com/rust-lang/crates.io-index"1225checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1226dependencies = [1227 "cranelift-bforest",1228 "cranelift-codegen-meta",1229 "cranelift-codegen-shared",1230 "cranelift-entity",1231 "gimli",1232 "log",1233 "regalloc",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-codegen-meta"1240version = "0.80.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1243dependencies = [1244 "cranelift-codegen-shared",1245]12461247[[package]]1248name = "cranelift-codegen-shared"1249version = "0.80.1"1250source = "registry+https://github.com/rust-lang/crates.io-index"1251checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"12521253[[package]]1254name = "cranelift-entity"1255version = "0.80.1"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1258dependencies = [1259 "serde",1260]12611262[[package]]1263name = "cranelift-frontend"1264version = "0.80.1"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1267dependencies = [1268 "cranelift-codegen",1269 "log",1270 "smallvec",1271 "target-lexicon",1272]12731274[[package]]1275name = "cranelift-native"1276version = "0.80.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1279dependencies = [1280 "cranelift-codegen",1281 "libc",1282 "target-lexicon",1283]12841285[[package]]1286name = "cranelift-wasm"1287version = "0.80.1"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1290dependencies = [1291 "cranelift-codegen",1292 "cranelift-entity",1293 "cranelift-frontend",1294 "itertools",1295 "log",1296 "smallvec",1297 "wasmparser",1298 "wasmtime-types",1299]13001301[[package]]1302name = "crc32fast"1303version = "1.3.2"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1306dependencies = [1307 "cfg-if 1.0.0",1308]13091310[[package]]1311name = "crossbeam-channel"1312version = "0.5.4"1313source = "registry+https://github.com/rust-lang/crates.io-index"1314checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1315dependencies = [1316 "cfg-if 1.0.0",1317 "crossbeam-utils",1318]13191320[[package]]1321name = "crossbeam-deque"1322version = "0.8.1"1323source = "registry+https://github.com/rust-lang/crates.io-index"1324checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1325dependencies = [1326 "cfg-if 1.0.0",1327 "crossbeam-epoch",1328 "crossbeam-utils",1329]13301331[[package]]1332name = "crossbeam-epoch"1333version = "0.9.8"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1336dependencies = [1337 "autocfg",1338 "cfg-if 1.0.0",1339 "crossbeam-utils",1340 "lazy_static",1341 "memoffset",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-utils"1347version = "0.8.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1350dependencies = [1351 "cfg-if 1.0.0",1352 "lazy_static",1353]13541355[[package]]1356name = "crunchy"1357version = "0.2.2"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13601361[[package]]1362name = "crypto-bigint"1363version = "0.3.2"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1366dependencies = [1367 "generic-array 0.14.5",1368 "rand_core 0.6.3",1369 "subtle 2.4.1",1370 "zeroize",1371]13721373[[package]]1374name = "crypto-common"1375version = "0.1.3"1376source = "registry+https://github.com/rust-lang/crates.io-index"1377checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1378dependencies = [1379 "generic-array 0.14.5",1380 "typenum",1381]13821383[[package]]1384name = "crypto-mac"1385version = "0.7.0"1386source = "registry+https://github.com/rust-lang/crates.io-index"1387checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1388dependencies = [1389 "generic-array 0.12.4",1390 "subtle 1.0.0",1391]13921393[[package]]1394name = "crypto-mac"1395version = "0.8.0"1396source = "registry+https://github.com/rust-lang/crates.io-index"1397checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1398dependencies = [1399 "generic-array 0.14.5",1400 "subtle 2.4.1",1401]14021403[[package]]1404name = "crypto-mac"1405version = "0.11.1"1406source = "registry+https://github.com/rust-lang/crates.io-index"1407checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1408dependencies = [1409 "generic-array 0.14.5",1410 "subtle 2.4.1",1411]14121413[[package]]1414name = "ct-logs"1415version = "0.8.0"1416source = "registry+https://github.com/rust-lang/crates.io-index"1417checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1418dependencies = [1419 "sct 0.6.1",1420]14211422[[package]]1423name = "ctor"1424version = "0.1.22"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1427dependencies = [1428 "quote",1429 "syn",1430]14311432[[package]]1433name = "ctr"1434version = "0.8.0"1435source = "registry+https://github.com/rust-lang/crates.io-index"1436checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1437dependencies = [1438 "cipher",1439]14401441[[package]]1442name = "cuckoofilter"1443version = "0.5.0"1444source = "registry+https://github.com/rust-lang/crates.io-index"1445checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1446dependencies = [1447 "byteorder",1448 "fnv",1449 "rand 0.7.3",1450]14511452[[package]]1453name = "cumulus-client-cli"1454version = "0.1.0"1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1456dependencies = [1457 "clap",1458 "sc-cli",1459 "sc-service",1460 "url 2.2.2",1461]14621463[[package]]1464name = "cumulus-client-collator"1465version = "0.1.0"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1467dependencies = [1468 "cumulus-client-consensus-common",1469 "cumulus-client-network",1470 "cumulus-primitives-core",1471 "cumulus-relay-chain-interface",1472 "futures 0.3.21",1473 "parity-scale-codec",1474 "parking_lot 0.12.0",1475 "polkadot-node-primitives",1476 "polkadot-node-subsystem",1477 "polkadot-overseer",1478 "polkadot-primitives",1479 "sc-client-api",1480 "sp-api",1481 "sp-consensus",1482 "sp-core",1483 "sp-runtime",1484 "tracing",1485]14861487[[package]]1488name = "cumulus-client-consensus-aura"1489version = "0.1.0"1490source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1491dependencies = [1492 "async-trait",1493 "cumulus-client-consensus-common",1494 "cumulus-primitives-core",1495 "futures 0.3.21",1496 "parity-scale-codec",1497 "sc-client-api",1498 "sc-consensus",1499 "sc-consensus-aura",1500 "sc-consensus-slots",1501 "sc-telemetry",1502 "sp-api",1503 "sp-application-crypto",1504 "sp-block-builder",1505 "sp-blockchain",1506 "sp-consensus",1507 "sp-consensus-aura",1508 "sp-core",1509 "sp-inherents",1510 "sp-keystore",1511 "sp-runtime",1512 "substrate-prometheus-endpoint",1513 "tracing",1514]15151516[[package]]1517name = "cumulus-client-consensus-common"1518version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1520dependencies = [1521 "async-trait",1522 "cumulus-relay-chain-interface",1523 "dyn-clone",1524 "futures 0.3.21",1525 "parity-scale-codec",1526 "polkadot-primitives",1527 "sc-client-api",1528 "sc-consensus",1529 "sp-api",1530 "sp-blockchain",1531 "sp-consensus",1532 "sp-runtime",1533 "sp-trie",1534 "tracing",1535]15361537[[package]]1538name = "cumulus-client-network"1539version = "0.1.0"1540source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1541dependencies = [1542 "async-trait",1543 "cumulus-relay-chain-interface",1544 "derive_more",1545 "futures 0.3.21",1546 "futures-timer",1547 "parity-scale-codec",1548 "parking_lot 0.12.0",1549 "polkadot-node-primitives",1550 "polkadot-parachain",1551 "polkadot-primitives",1552 "sc-client-api",1553 "sp-api",1554 "sp-blockchain",1555 "sp-consensus",1556 "sp-core",1557 "sp-runtime",1558 "sp-state-machine",1559 "tracing",1560]15611562[[package]]1563name = "cumulus-client-pov-recovery"1564version = "0.1.0"1565source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1566dependencies = [1567 "cumulus-primitives-core",1568 "cumulus-relay-chain-interface",1569 "futures 0.3.21",1570 "futures-timer",1571 "parity-scale-codec",1572 "polkadot-node-primitives",1573 "polkadot-node-subsystem",1574 "polkadot-overseer",1575 "polkadot-primitives",1576 "rand 0.8.5",1577 "sc-client-api",1578 "sc-consensus",1579 "sp-api",1580 "sp-consensus",1581 "sp-maybe-compressed-blob",1582 "sp-runtime",1583 "tracing",1584]15851586[[package]]1587name = "cumulus-client-service"1588version = "0.1.0"1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1590dependencies = [1591 "cumulus-client-cli",1592 "cumulus-client-collator",1593 "cumulus-client-consensus-common",1594 "cumulus-client-pov-recovery",1595 "cumulus-primitives-core",1596 "cumulus-relay-chain-interface",1597 "parity-scale-codec",1598 "parking_lot 0.12.0",1599 "polkadot-overseer",1600 "polkadot-primitives",1601 "sc-chain-spec",1602 "sc-client-api",1603 "sc-consensus",1604 "sc-consensus-babe",1605 "sc-service",1606 "sc-telemetry",1607 "sc-tracing",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "tracing",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1620dependencies = [1621 "frame-executive",1622 "frame-support",1623 "frame-system",1624 "pallet-aura",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-application-crypto",1629 "sp-consensus-aura",1630 "sp-runtime",1631 "sp-std",1632]16331634[[package]]1635name = "cumulus-pallet-dmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "scale-info",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-pallet-parachain-system"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1656dependencies = [1657 "cumulus-pallet-parachain-system-proc-macro",1658 "cumulus-primitives-core",1659 "cumulus-primitives-parachain-inherent",1660 "environmental",1661 "frame-support",1662 "frame-system",1663 "impl-trait-for-tuples",1664 "log",1665 "pallet-balances",1666 "parity-scale-codec",1667 "polkadot-parachain",1668 "scale-info",1669 "serde",1670 "sp-core",1671 "sp-externalities",1672 "sp-inherents",1673 "sp-io",1674 "sp-runtime",1675 "sp-state-machine",1676 "sp-std",1677 "sp-trie",1678 "sp-version",1679 "xcm",1680]16811682[[package]]1683name = "cumulus-pallet-parachain-system-proc-macro"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1686dependencies = [1687 "proc-macro-crate 1.1.3",1688 "proc-macro2",1689 "quote",1690 "syn",1691]16921693[[package]]1694name = "cumulus-pallet-xcm"1695version = "0.1.0"1696source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1697dependencies = [1698 "cumulus-primitives-core",1699 "frame-support",1700 "frame-system",1701 "parity-scale-codec",1702 "scale-info",1703 "serde",1704 "sp-io",1705 "sp-runtime",1706 "sp-std",1707 "xcm",1708]17091710[[package]]1711name = "cumulus-pallet-xcmp-queue"1712version = "0.1.0"1713source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1714dependencies = [1715 "cumulus-primitives-core",1716 "frame-support",1717 "frame-system",1718 "log",1719 "parity-scale-codec",1720 "rand_chacha 0.3.1",1721 "scale-info",1722 "sp-runtime",1723 "sp-std",1724 "xcm",1725 "xcm-executor",1726]17271728[[package]]1729name = "cumulus-primitives-core"1730version = "0.1.0"1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1732dependencies = [1733 "frame-support",1734 "parity-scale-codec",1735 "polkadot-core-primitives",1736 "polkadot-parachain",1737 "polkadot-primitives",1738 "sp-api",1739 "sp-runtime",1740 "sp-std",1741 "sp-trie",1742]17431744[[package]]1745name = "cumulus-primitives-parachain-inherent"1746version = "0.1.0"1747source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "cumulus-test-relay-sproof-builder",1753 "parity-scale-codec",1754 "sc-client-api",1755 "scale-info",1756 "sp-api",1757 "sp-core",1758 "sp-inherents",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762 "sp-storage",1763 "sp-trie",1764 "tracing",1765]17661767[[package]]1768name = "cumulus-primitives-timestamp"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1771dependencies = [1772 "cumulus-primitives-core",1773 "futures 0.3.21",1774 "parity-scale-codec",1775 "sp-inherents",1776 "sp-std",1777 "sp-timestamp",1778]17791780[[package]]1781name = "cumulus-primitives-utility"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1784dependencies = [1785 "cumulus-primitives-core",1786 "frame-support",1787 "parity-scale-codec",1788 "polkadot-core-primitives",1789 "polkadot-parachain",1790 "polkadot-primitives",1791 "sp-runtime",1792 "sp-std",1793 "sp-trie",1794 "xcm",1795]17961797[[package]]1798name = "cumulus-relay-chain-inprocess-interface"1799version = "0.1.0"1800source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1801dependencies = [1802 "async-trait",1803 "cumulus-primitives-core",1804 "cumulus-relay-chain-interface",1805 "futures 0.3.21",1806 "futures-timer",1807 "parking_lot 0.12.0",1808 "polkadot-client",1809 "polkadot-service",1810 "sc-client-api",1811 "sc-consensus-babe",1812 "sc-network",1813 "sc-service",1814 "sc-telemetry",1815 "sc-tracing",1816 "sp-api",1817 "sp-blockchain",1818 "sp-consensus",1819 "sp-core",1820 "sp-runtime",1821 "sp-state-machine",1822 "tracing",1823]18241825[[package]]1826name = "cumulus-relay-chain-interface"1827version = "0.1.0"1828source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1829dependencies = [1830 "async-trait",1831 "cumulus-primitives-core",1832 "derive_more",1833 "futures 0.3.21",1834 "jsonrpsee-core 0.9.0",1835 "parity-scale-codec",1836 "parking_lot 0.12.0",1837 "polkadot-overseer",1838 "polkadot-service",1839 "sc-client-api",1840 "sc-service",1841 "sp-api",1842 "sp-blockchain",1843 "sp-core",1844 "sp-runtime",1845 "sp-state-machine",1846 "thiserror",1847]18481849[[package]]1850name = "cumulus-relay-chain-rpc-interface"1851version = "0.1.0"1852source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1853dependencies = [1854 "async-trait",1855 "backoff",1856 "cumulus-primitives-core",1857 "cumulus-relay-chain-interface",1858 "futures 0.3.21",1859 "futures-timer",1860 "jsonrpsee 0.9.0",1861 "parity-scale-codec",1862 "parking_lot 0.12.0",1863 "polkadot-service",1864 "sc-client-api",1865 "sc-rpc-api",1866 "sp-api",1867 "sp-core",1868 "sp-runtime",1869 "sp-state-machine",1870 "sp-storage",1871 "tracing",1872 "url 2.2.2",1873]18741875[[package]]1876name = "cumulus-test-relay-sproof-builder"1877version = "0.1.0"1878source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"1879dependencies = [1880 "cumulus-primitives-core",1881 "parity-scale-codec",1882 "polkadot-primitives",1883 "sp-runtime",1884 "sp-state-machine",1885 "sp-std",1886]18871888[[package]]1889name = "curve25519-dalek"1890version = "2.1.3"1891source = "registry+https://github.com/rust-lang/crates.io-index"1892checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1893dependencies = [1894 "byteorder",1895 "digest 0.8.1",1896 "rand_core 0.5.1",1897 "subtle 2.4.1",1898 "zeroize",1899]19001901[[package]]1902name = "curve25519-dalek"1903version = "3.2.0"1904source = "registry+https://github.com/rust-lang/crates.io-index"1905checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1906dependencies = [1907 "byteorder",1908 "digest 0.9.0",1909 "rand_core 0.5.1",1910 "subtle 2.4.1",1911 "zeroize",1912]19131914[[package]]1915name = "darling"1916version = "0.13.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1919dependencies = [1920 "darling_core",1921 "darling_macro",1922]19231924[[package]]1925name = "darling_core"1926version = "0.13.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1929dependencies = [1930 "fnv",1931 "ident_case",1932 "proc-macro2",1933 "quote",1934 "strsim",1935 "syn",1936]19371938[[package]]1939name = "darling_macro"1940version = "0.13.1"1941source = "registry+https://github.com/rust-lang/crates.io-index"1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1943dependencies = [1944 "darling_core",1945 "quote",1946 "syn",1947]19481949[[package]]1950name = "data-encoding"1951version = "2.3.2"1952source = "registry+https://github.com/rust-lang/crates.io-index"1953checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19541955[[package]]1956name = "data-encoding-macro"1957version = "0.1.12"1958source = "registry+https://github.com/rust-lang/crates.io-index"1959checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1960dependencies = [1961 "data-encoding",1962 "data-encoding-macro-internal",1963]19641965[[package]]1966name = "data-encoding-macro-internal"1967version = "0.1.10"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1970dependencies = [1971 "data-encoding",1972 "syn",1973]19741975[[package]]1976name = "der"1977version = "0.5.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1980dependencies = [1981 "const-oid",1982]19831984[[package]]1985name = "derivative"1986version = "2.2.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1989dependencies = [1990 "proc-macro2",1991 "quote",1992 "syn",1993]19941995[[package]]1996name = "derive_more"1997version = "0.99.17"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2000dependencies = [2001 "convert_case",2002 "proc-macro2",2003 "quote",2004 "rustc_version 0.4.0",2005 "syn",2006]20072008[[package]]2009name = "digest"2010version = "0.8.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2013dependencies = [2014 "generic-array 0.12.4",2015]20162017[[package]]2018name = "digest"2019version = "0.9.0"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2022dependencies = [2023 "generic-array 0.14.5",2024]20252026[[package]]2027name = "digest"2028version = "0.10.3"2029source = "registry+https://github.com/rust-lang/crates.io-index"2030checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2031dependencies = [2032 "block-buffer 0.10.2",2033 "crypto-common",2034 "subtle 2.4.1",2035]20362037[[package]]2038name = "directories"2039version = "4.0.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2042dependencies = [2043 "dirs-sys",2044]20452046[[package]]2047name = "directories-next"2048version = "2.0.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2051dependencies = [2052 "cfg-if 1.0.0",2053 "dirs-sys-next",2054]20552056[[package]]2057name = "dirs-sys"2058version = "0.3.7"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2061dependencies = [2062 "libc",2063 "redox_users",2064 "winapi 0.3.9",2065]20662067[[package]]2068name = "dirs-sys-next"2069version = "0.1.2"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2072dependencies = [2073 "libc",2074 "redox_users",2075 "winapi 0.3.9",2076]20772078[[package]]2079name = "dns-parser"2080version = "0.8.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2083dependencies = [2084 "byteorder",2085 "quick-error 1.2.3",2086]20872088[[package]]2089name = "downcast-rs"2090version = "1.2.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20932094[[package]]2095name = "dtoa"2096version = "0.4.8"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"20992100[[package]]2101name = "dyn-clonable"2102version = "0.9.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2105dependencies = [2106 "dyn-clonable-impl",2107 "dyn-clone",2108]21092110[[package]]2111name = "dyn-clonable-impl"2112version = "0.9.0"2113source = "registry+https://github.com/rust-lang/crates.io-index"2114checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2115dependencies = [2116 "proc-macro2",2117 "quote",2118 "syn",2119]21202121[[package]]2122name = "dyn-clone"2123version = "1.0.5"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21262127[[package]]2128name = "ecdsa"2129version = "0.13.4"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2132dependencies = [2133 "der",2134 "elliptic-curve",2135 "signature",2136]21372138[[package]]2139name = "ed25519"2140version = "1.4.1"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"2143dependencies = [2144 "signature",2145]21462147[[package]]2148name = "ed25519-dalek"2149version = "1.0.1"2150source = "registry+https://github.com/rust-lang/crates.io-index"2151checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2152dependencies = [2153 "curve25519-dalek 3.2.0",2154 "ed25519",2155 "rand 0.7.3",2156 "serde",2157 "sha2 0.9.9",2158 "zeroize",2159]21602161[[package]]2162name = "either"2163version = "1.6.1"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"21662167[[package]]2168name = "elliptic-curve"2169version = "0.11.12"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2172dependencies = [2173 "base16ct",2174 "crypto-bigint",2175 "der",2176 "ff",2177 "generic-array 0.14.5",2178 "group",2179 "rand_core 0.6.3",2180 "sec1",2181 "subtle 2.4.1",2182 "zeroize",2183]21842185[[package]]2186name = "enum-as-inner"2187version = "0.3.4"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2190dependencies = [2191 "heck 0.4.0",2192 "proc-macro2",2193 "quote",2194 "syn",2195]21962197[[package]]2198name = "enumflags2"2199version = "0.6.4"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2202dependencies = [2203 "enumflags2_derive",2204]22052206[[package]]2207name = "enumflags2_derive"2208version = "0.6.4"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "enumn"2219version = "0.1.3"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2222dependencies = [2223 "proc-macro2",2224 "quote",2225 "syn",2226]22272228[[package]]2229name = "env_logger"2230version = "0.9.0"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2233dependencies = [2234 "atty",2235 "humantime",2236 "log",2237 "regex",2238 "termcolor",2239]22402241[[package]]2242name = "environmental"2243version = "1.1.3"2244source = "registry+https://github.com/rust-lang/crates.io-index"2245checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22462247[[package]]2248name = "errno"2249version = "0.2.8"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2252dependencies = [2253 "errno-dragonfly",2254 "libc",2255 "winapi 0.3.9",2256]22572258[[package]]2259name = "errno-dragonfly"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2263dependencies = [2264 "cc",2265 "libc",2266]22672268[[package]]2269name = "ethbloom"2270version = "0.12.1"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2273dependencies = [2274 "crunchy",2275 "fixed-hash",2276 "impl-codec",2277 "impl-rlp",2278 "impl-serde",2279 "scale-info",2280 "tiny-keccak",2281]22822283[[package]]2284name = "ethereum"2285version = "0.12.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2288dependencies = [2289 "bytes 1.1.0",2290 "ethereum-types",2291 "hash-db",2292 "hash256-std-hasher",2293 "parity-scale-codec",2294 "rlp",2295 "rlp-derive",2296 "scale-info",2297 "serde",2298 "sha3 0.10.1",2299 "triehash",2300]23012302[[package]]2303name = "ethereum-types"2304version = "0.13.1"2305source = "registry+https://github.com/rust-lang/crates.io-index"2306checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2307dependencies = [2308 "ethbloom",2309 "fixed-hash",2310 "impl-codec",2311 "impl-rlp",2312 "impl-serde",2313 "primitive-types",2314 "scale-info",2315 "uint",2316]23172318[[package]]2319name = "event-listener"2320version = "2.5.2"2321source = "registry+https://github.com/rust-lang/crates.io-index"2322checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23232324[[package]]2325name = "evm"2326version = "0.33.1"2327source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2328dependencies = [2329 "auto_impl",2330 "environmental",2331 "ethereum",2332 "evm-core",2333 "evm-gasometer",2334 "evm-runtime",2335 "log",2336 "parity-scale-codec",2337 "primitive-types",2338 "rlp",2339 "scale-info",2340 "serde",2341 "sha3 0.8.2",2342]23432344[[package]]2345name = "evm-coder"2346version = "0.1.0"2347dependencies = [2348 "ethereum",2349 "evm-coder-macros",2350 "evm-core",2351 "hex",2352 "hex-literal",2353 "impl-trait-for-tuples",2354 "primitive-types",2355]23562357[[package]]2358name = "evm-coder-macros"2359version = "0.1.0"2360dependencies = [2361 "Inflector",2362 "darling",2363 "hex",2364 "proc-macro2",2365 "quote",2366 "sha3 0.9.1",2367 "syn",2368]23692370[[package]]2371name = "evm-core"2372version = "0.33.0"2373source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2374dependencies = [2375 "funty 1.1.0",2376 "parity-scale-codec",2377 "primitive-types",2378 "scale-info",2379 "serde",2380]23812382[[package]]2383name = "evm-gasometer"2384version = "0.33.0"2385source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2386dependencies = [2387 "environmental",2388 "evm-core",2389 "evm-runtime",2390 "primitive-types",2391]23922393[[package]]2394name = "evm-runtime"2395version = "0.33.0"2396source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.18#5012fe9034f0a5cc6881d385890b11ef35d2e39a"2397dependencies = [2398 "auto_impl",2399 "environmental",2400 "evm-core",2401 "primitive-types",2402 "sha3 0.8.2",2403]24042405[[package]]2406name = "exit-future"2407version = "0.2.0"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2410dependencies = [2411 "futures 0.3.21",2412]24132414[[package]]2415name = "expander"2416version = "0.0.4"2417source = "registry+https://github.com/rust-lang/crates.io-index"2418checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2419dependencies = [2420 "blake3 1.3.1",2421 "fs-err",2422 "proc-macro2",2423 "quote",2424]24252426[[package]]2427name = "expander"2428version = "0.0.5"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa"2431dependencies = [2432 "blake2 0.10.4",2433 "fs-err",2434 "proc-macro2",2435 "quote",2436]24372438[[package]]2439name = "fake-simd"2440version = "0.1.2"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24432444[[package]]2445name = "fallible-iterator"2446version = "0.2.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24492450[[package]]2451name = "fastrand"2452version = "1.7.0"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2455dependencies = [2456 "instant",2457]24582459[[package]]2460name = "fatality"2461version = "0.0.6"2462source = "registry+https://github.com/rust-lang/crates.io-index"2463checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2464dependencies = [2465 "fatality-proc-macro",2466 "thiserror",2467]24682469[[package]]2470name = "fatality-proc-macro"2471version = "0.0.6"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2474dependencies = [2475 "expander 0.0.4",2476 "indexmap",2477 "proc-macro-crate 1.1.3",2478 "proc-macro2",2479 "quote",2480 "syn",2481 "thiserror",2482]24832484[[package]]2485name = "fc-consensus"2486version = "2.0.0-dev"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2488dependencies = [2489 "async-trait",2490 "derive_more",2491 "fc-db",2492 "fp-consensus",2493 "fp-rpc",2494 "futures 0.3.21",2495 "log",2496 "parity-scale-codec",2497 "sc-client-api",2498 "sc-consensus",2499 "sc-transaction-pool-api",2500 "sp-api",2501 "sp-block-builder",2502 "sp-blockchain",2503 "sp-consensus",2504 "sp-core",2505 "sp-inherents",2506 "sp-runtime",2507 "sp-timestamp",2508 "substrate-prometheus-endpoint",2509]25102511[[package]]2512name = "fc-db"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2515dependencies = [2516 "fp-storage",2517 "kvdb",2518 "kvdb-rocksdb",2519 "pallet-ethereum",2520 "parity-scale-codec",2521 "parking_lot 0.11.2",2522 "sp-core",2523 "sp-database",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-mapping-sync"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2531dependencies = [2532 "fc-consensus",2533 "fc-db",2534 "fp-consensus",2535 "fp-rpc",2536 "futures 0.3.21",2537 "futures-timer",2538 "log",2539 "sc-client-api",2540 "sp-api",2541 "sp-blockchain",2542 "sp-runtime",2543]25442545[[package]]2546name = "fc-rpc"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2549dependencies = [2550 "ethereum",2551 "ethereum-types",2552 "evm",2553 "fc-consensus",2554 "fc-db",2555 "fc-rpc-core",2556 "fp-consensus",2557 "fp-evm",2558 "fp-rpc",2559 "fp-storage",2560 "futures 0.3.21",2561 "futures-util",2562 "jsonrpc-core",2563 "jsonrpc-pubsub",2564 "libsecp256k1 0.3.5",2565 "log",2566 "lru 0.6.6",2567 "pallet-ethereum",2568 "pallet-evm",2569 "parity-scale-codec",2570 "parking_lot 0.11.2",2571 "rand 0.7.3",2572 "rlp",2573 "rustc-hex",2574 "sc-client-api",2575 "sc-network",2576 "sc-rpc",2577 "sc-service",2578 "sc-transaction-pool",2579 "sc-transaction-pool-api",2580 "sha3 0.8.2",2581 "sp-api",2582 "sp-block-builder",2583 "sp-blockchain",2584 "sp-io",2585 "sp-runtime",2586 "sp-storage",2587 "sp-transaction-pool",2588 "tokio 1.17.0",2589]25902591[[package]]2592name = "fc-rpc-core"2593version = "1.1.0-dev"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2595dependencies = [2596 "ethereum",2597 "ethereum-types",2598 "jsonrpc-core",2599 "jsonrpc-core-client",2600 "jsonrpc-derive",2601 "jsonrpc-pubsub",2602 "rlp",2603 "rustc-hex",2604 "serde",2605 "serde_json",2606 "sha3 0.8.2",2607]26082609[[package]]2610name = "fdlimit"2611version = "0.2.1"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2614dependencies = [2615 "libc",2616]26172618[[package]]2619name = "ff"2620version = "0.11.0"2621source = "registry+https://github.com/rust-lang/crates.io-index"2622checksum = "b2958d04124b9f27f175eaeb9a9f383d026098aa837eadd8ba22c11f13a05b9e"2623dependencies = [2624 "rand_core 0.6.3",2625 "subtle 2.4.1",2626]26272628[[package]]2629name = "file-per-thread-logger"2630version = "0.1.5"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2633dependencies = [2634 "env_logger",2635 "log",2636]26372638[[package]]2639name = "finality-grandpa"2640version = "0.15.0"2641source = "registry+https://github.com/rust-lang/crates.io-index"2642checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2643dependencies = [2644 "either",2645 "futures 0.3.21",2646 "futures-timer",2647 "log",2648 "num-traits",2649 "parity-scale-codec",2650 "parking_lot 0.11.2",2651 "scale-info",2652]26532654[[package]]2655name = "fixed-hash"2656version = "0.7.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2659dependencies = [2660 "byteorder",2661 "rand 0.8.5",2662 "rustc-hex",2663 "static_assertions",2664]26652666[[package]]2667name = "fixedbitset"2668version = "0.4.1"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26712672[[package]]2673name = "flate2"2674version = "1.0.22"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2677dependencies = [2678 "cfg-if 1.0.0",2679 "crc32fast",2680 "libc",2681 "libz-sys",2682 "miniz_oxide",2683]26842685[[package]]2686name = "flexi_logger"2687version = "0.15.12"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2690dependencies = [2691 "atty",2692 "chrono",2693 "glob",2694 "lazy_static",2695 "log",2696 "regex",2697 "thiserror",2698 "yansi",2699]27002701[[package]]2702name = "fnv"2703version = "1.0.7"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27062707[[package]]2708name = "fork-tree"2709version = "3.0.0"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2711dependencies = [2712 "parity-scale-codec",2713]27142715[[package]]2716name = "form_urlencoded"2717version = "1.0.1"2718source = "registry+https://github.com/rust-lang/crates.io-index"2719checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2720dependencies = [2721 "matches",2722 "percent-encoding 2.1.0",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2729dependencies = [2730 "ethereum",2731 "parity-scale-codec",2732 "rlp",2733 "sha3 0.8.2",2734 "sp-core",2735 "sp-runtime",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm"2741version = "3.0.0-dev"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2743dependencies = [2744 "evm",2745 "impl-trait-for-tuples",2746 "parity-scale-codec",2747 "scale-info",2748 "serde",2749 "sp-core",2750 "sp-std",2751]27522753[[package]]2754name = "fp-rpc"2755version = "3.0.0-dev"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2757dependencies = [2758 "ethereum",2759 "ethereum-types",2760 "fp-evm",2761 "parity-scale-codec",2762 "scale-info",2763 "sp-api",2764 "sp-core",2765 "sp-io",2766 "sp-runtime",2767 "sp-std",2768]27692770[[package]]2771name = "fp-self-contained"2772version = "1.0.0-dev"2773source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"2774dependencies = [2775 "ethereum",2776 "frame-support",2777 "parity-scale-codec",2778 "parity-util-mem",2779 "scale-info",2780 "serde",2781 "sha3 0.8.2",2782 "sp-core",2783 "sp-io",2784 "sp-runtime",2785]27862787[[package]]2788name = "fp-storage"2789version = "2.0.0"2790source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"27912792[[package]]2793name = "frame-benchmarking"2794version = "4.0.0-dev"2795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2796dependencies = [2797 "frame-support",2798 "frame-system",2799 "linregress",2800 "log",2801 "parity-scale-codec",2802 "paste",2803 "scale-info",2804 "serde",2805 "sp-api",2806 "sp-application-crypto",2807 "sp-io",2808 "sp-runtime",2809 "sp-runtime-interface",2810 "sp-std",2811 "sp-storage",2812]28132814[[package]]2815name = "frame-benchmarking-cli"2816version = "4.0.0-dev"2817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2818dependencies = [2819 "Inflector",2820 "chrono",2821 "clap",2822 "frame-benchmarking",2823 "frame-support",2824 "handlebars",2825 "hash-db",2826 "hex",2827 "itertools",2828 "kvdb",2829 "linked-hash-map",2830 "log",2831 "memory-db",2832 "parity-scale-codec",2833 "rand 0.8.5",2834 "sc-cli",2835 "sc-client-api",2836 "sc-client-db",2837 "sc-executor",2838 "sc-service",2839 "serde",2840 "serde_json",2841 "serde_nanos",2842 "sp-api",2843 "sp-blockchain",2844 "sp-core",2845 "sp-database",2846 "sp-externalities",2847 "sp-keystore",2848 "sp-runtime",2849 "sp-state-machine",2850 "sp-std",2851 "sp-storage",2852 "sp-trie",2853]28542855[[package]]2856name = "frame-election-provider-support"2857version = "4.0.0-dev"2858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2859dependencies = [2860 "frame-support",2861 "frame-system",2862 "parity-scale-codec",2863 "scale-info",2864 "sp-arithmetic",2865 "sp-npos-elections",2866 "sp-std",2867]28682869[[package]]2870name = "frame-executive"2871version = "4.0.0-dev"2872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2873dependencies = [2874 "frame-support",2875 "frame-system",2876 "parity-scale-codec",2877 "scale-info",2878 "sp-core",2879 "sp-io",2880 "sp-runtime",2881 "sp-std",2882 "sp-tracing",2883]28842885[[package]]2886name = "frame-metadata"2887version = "15.0.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2890dependencies = [2891 "cfg-if 1.0.0",2892 "parity-scale-codec",2893 "scale-info",2894 "serde",2895]28962897[[package]]2898name = "frame-support"2899version = "4.0.0-dev"2900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2901dependencies = [2902 "bitflags",2903 "frame-metadata",2904 "frame-support-procedural",2905 "impl-trait-for-tuples",2906 "log",2907 "once_cell",2908 "parity-scale-codec",2909 "paste",2910 "scale-info",2911 "serde",2912 "smallvec",2913 "sp-arithmetic",2914 "sp-core",2915 "sp-core-hashing-proc-macro",2916 "sp-inherents",2917 "sp-io",2918 "sp-runtime",2919 "sp-staking",2920 "sp-state-machine",2921 "sp-std",2922 "sp-tracing",2923 "tt-call",2924]29252926[[package]]2927name = "frame-support-procedural"2928version = "4.0.0-dev"2929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2930dependencies = [2931 "Inflector",2932 "frame-support-procedural-tools",2933 "proc-macro2",2934 "quote",2935 "syn",2936]29372938[[package]]2939name = "frame-support-procedural-tools"2940version = "4.0.0-dev"2941source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2942dependencies = [2943 "frame-support-procedural-tools-derive",2944 "proc-macro-crate 1.1.3",2945 "proc-macro2",2946 "quote",2947 "syn",2948]29492950[[package]]2951name = "frame-support-procedural-tools-derive"2952version = "3.0.0"2953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2954dependencies = [2955 "proc-macro2",2956 "quote",2957 "syn",2958]29592960[[package]]2961name = "frame-system"2962version = "4.0.0-dev"2963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2964dependencies = [2965 "frame-support",2966 "log",2967 "parity-scale-codec",2968 "scale-info",2969 "serde",2970 "sp-core",2971 "sp-io",2972 "sp-runtime",2973 "sp-std",2974 "sp-version",2975]29762977[[package]]2978name = "frame-system-benchmarking"2979version = "4.0.0-dev"2980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2981dependencies = [2982 "frame-benchmarking",2983 "frame-support",2984 "frame-system",2985 "parity-scale-codec",2986 "scale-info",2987 "sp-core",2988 "sp-runtime",2989 "sp-std",2990]29912992[[package]]2993name = "frame-system-rpc-runtime-api"2994version = "4.0.0-dev"2995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"2996dependencies = [2997 "parity-scale-codec",2998 "sp-api",2999]30003001[[package]]3002name = "frame-try-runtime"3003version = "0.10.0-dev"3004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"3005dependencies = [3006 "frame-support",3007 "sp-api",3008 "sp-runtime",3009 "sp-std",3010]30113012[[package]]3013name = "fs-err"3014version = "2.7.0"3015source = "registry+https://github.com/rust-lang/crates.io-index"3016checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30173018[[package]]3019name = "fs-swap"3020version = "0.2.6"3021source = "registry+https://github.com/rust-lang/crates.io-index"3022checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3023dependencies = [3024 "lazy_static",3025 "libc",3026 "libloading 0.5.2",3027 "winapi 0.3.9",3028]30293030[[package]]3031name = "fs2"3032version = "0.4.3"3033source = "registry+https://github.com/rust-lang/crates.io-index"3034checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3035dependencies = [3036 "libc",3037 "winapi 0.3.9",3038]30393040[[package]]3041name = "fs_extra"3042version = "1.2.0"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30453046[[package]]3047name = "fuchsia-zircon"3048version = "0.3.3"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"3051dependencies = [3052 "bitflags",3053 "fuchsia-zircon-sys",3054]30553056[[package]]3057name = "fuchsia-zircon-sys"3058version = "0.3.3"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"30613062[[package]]3063name = "funty"3064version = "1.1.0"3065source = "registry+https://github.com/rust-lang/crates.io-index"3066checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30673068[[package]]3069name = "funty"3070version = "2.0.0"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30733074[[package]]3075name = "futures"3076version = "0.1.31"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30793080[[package]]3081name = "futures"3082version = "0.3.21"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3085dependencies = [3086 "futures-channel",3087 "futures-core",3088 "futures-executor",3089 "futures-io",3090 "futures-sink",3091 "futures-task",3092 "futures-util",3093]30943095[[package]]3096name = "futures-channel"3097version = "0.3.21"3098source = "registry+https://github.com/rust-lang/crates.io-index"3099checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3100dependencies = [3101 "futures-core",3102 "futures-sink",3103]31043105[[package]]3106name = "futures-core"3107version = "0.3.21"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31103111[[package]]3112name = "futures-executor"3113version = "0.3.21"3114source = "registry+https://github.com/rust-lang/crates.io-index"3115checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3116dependencies = [3117 "futures-core",3118 "futures-task",3119 "futures-util",3120 "num_cpus",3121]31223123[[package]]3124name = "futures-io"3125version = "0.3.21"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31283129[[package]]3130name = "futures-lite"3131version = "1.12.0"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3134dependencies = [3135 "fastrand",3136 "futures-core",3137 "futures-io",3138 "memchr",3139 "parking",3140 "pin-project-lite 0.2.8",3141 "waker-fn",3142]31433144[[package]]3145name = "futures-macro"3146version = "0.3.21"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3149dependencies = [3150 "proc-macro2",3151 "quote",3152 "syn",3153]31543155[[package]]3156name = "futures-rustls"3157version = "0.21.1"3158source = "registry+https://github.com/rust-lang/crates.io-index"3159checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"3160dependencies = [3161 "futures-io",3162 "rustls 0.19.1",3163 "webpki 0.21.4",3164]31653166[[package]]3167name = "futures-sink"3168version = "0.3.21"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"31713172[[package]]3173name = "futures-task"3174version = "0.3.21"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"31773178[[package]]3179name = "futures-timer"3180version = "3.0.2"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31833184[[package]]3185name = "futures-util"3186version = "0.3.21"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3189dependencies = [3190 "futures 0.1.31",3191 "futures-channel",3192 "futures-core",3193 "futures-io",3194 "futures-macro",3195 "futures-sink",3196 "futures-task",3197 "memchr",3198 "pin-project-lite 0.2.8",3199 "pin-utils",3200 "slab",3201]32023203[[package]]3204name = "generic-array"3205version = "0.12.4"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3208dependencies = [3209 "typenum",3210]32113212[[package]]3213name = "generic-array"3214version = "0.14.5"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3217dependencies = [3218 "typenum",3219 "version_check",3220]32213222[[package]]3223name = "getrandom"3224version = "0.1.16"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3227dependencies = [3228 "cfg-if 1.0.0",3229 "js-sys",3230 "libc",3231 "wasi 0.9.0+wasi-snapshot-preview1",3232 "wasm-bindgen",3233]32343235[[package]]3236name = "getrandom"3237version = "0.2.5"3238source = "registry+https://github.com/rust-lang/crates.io-index"3239checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"3240dependencies = [3241 "cfg-if 1.0.0",3242 "libc",3243 "wasi 0.10.0+wasi-snapshot-preview1",3244]32453246[[package]]3247name = "ghash"3248version = "0.4.4"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3251dependencies = [3252 "opaque-debug 0.3.0",3253 "polyval",3254]32553256[[package]]3257name = "gimli"3258version = "0.26.1"3259source = "registry+https://github.com/rust-lang/crates.io-index"3260checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3261dependencies = [3262 "fallible-iterator",3263 "indexmap",3264 "stable_deref_trait",3265]32663267[[package]]3268name = "glob"3269version = "0.3.0"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"32723273[[package]]3274name = "globset"3275version = "0.4.8"3276source = "registry+https://github.com/rust-lang/crates.io-index"3277checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3278dependencies = [3279 "aho-corasick",3280 "bstr",3281 "fnv",3282 "log",3283 "regex",3284]32853286[[package]]3287name = "gloo-timers"3288version = "0.2.3"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3291dependencies = [3292 "futures-channel",3293 "futures-core",3294 "js-sys",3295 "wasm-bindgen",3296]32973298[[package]]3299name = "group"3300version = "0.11.0"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3303dependencies = [3304 "ff",3305 "rand_core 0.6.3",3306 "subtle 2.4.1",3307]33083309[[package]]3310name = "h2"3311version = "0.3.12"3312source = "registry+https://github.com/rust-lang/crates.io-index"3313checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3314dependencies = [3315 "bytes 1.1.0",3316 "fnv",3317 "futures-core",3318 "futures-sink",3319 "futures-util",3320 "http",3321 "indexmap",3322 "slab",3323 "tokio 1.17.0",3324 "tokio-util",3325 "tracing",3326]33273328[[package]]3329name = "handlebars"3330version = "4.2.2"3331source = "registry+https://github.com/rust-lang/crates.io-index"3332checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b"3333dependencies = [3334 "log",3335 "pest",3336 "pest_derive",3337 "quick-error 2.0.1",3338 "serde",3339 "serde_json",3340]33413342[[package]]3343name = "hash-db"3344version = "0.15.2"3345source = "registry+https://github.com/rust-lang/crates.io-index"3346checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33473348[[package]]3349name = "hash256-std-hasher"3350version = "0.15.2"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3353dependencies = [3354 "crunchy",3355]33563357[[package]]3358name = "hashbrown"3359version = "0.11.2"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3362dependencies = [3363 "ahash",3364]33653366[[package]]3367name = "hashbrown"3368version = "0.12.0"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3371dependencies = [3372 "ahash",3373]33743375[[package]]3376name = "heck"3377version = "0.3.3"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3380dependencies = [3381 "unicode-segmentation",3382]33833384[[package]]3385name = "heck"3386version = "0.4.0"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33893390[[package]]3391name = "hermit-abi"3392version = "0.1.19"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3395dependencies = [3396 "libc",3397]33983399[[package]]3400name = "hex"3401version = "0.4.3"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34043405[[package]]3406name = "hex-literal"3407version = "0.3.4"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34103411[[package]]3412name = "hex_fmt"3413version = "0.3.0"3414source = "registry+https://github.com/rust-lang/crates.io-index"3415checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34163417[[package]]3418name = "hmac"3419version = "0.7.1"3420source = "registry+https://github.com/rust-lang/crates.io-index"3421checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3422dependencies = [3423 "crypto-mac 0.7.0",3424 "digest 0.8.1",3425]34263427[[package]]3428name = "hmac"3429version = "0.8.1"3430source = "registry+https://github.com/rust-lang/crates.io-index"3431checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3432dependencies = [3433 "crypto-mac 0.8.0",3434 "digest 0.9.0",3435]34363437[[package]]3438name = "hmac"3439version = "0.11.0"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3442dependencies = [3443 "crypto-mac 0.11.1",3444 "digest 0.9.0",3445]34463447[[package]]3448name = "hmac-drbg"3449version = "0.2.0"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3452dependencies = [3453 "digest 0.8.1",3454 "generic-array 0.12.4",3455 "hmac 0.7.1",3456]34573458[[package]]3459name = "hmac-drbg"3460version = "0.3.0"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3463dependencies = [3464 "digest 0.9.0",3465 "generic-array 0.14.5",3466 "hmac 0.8.1",3467]34683469[[package]]3470name = "hostname"3471version = "0.3.1"3472source = "registry+https://github.com/rust-lang/crates.io-index"3473checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3474dependencies = [3475 "libc",3476 "match_cfg",3477 "winapi 0.3.9",3478]34793480[[package]]3481name = "http"3482version = "0.2.6"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3485dependencies = [3486 "bytes 1.1.0",3487 "fnv",3488 "itoa 1.0.1",3489]34903491[[package]]3492name = "http-body"3493version = "0.4.4"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3496dependencies = [3497 "bytes 1.1.0",3498 "http",3499 "pin-project-lite 0.2.8",3500]35013502[[package]]3503name = "httparse"3504version = "1.6.0"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"35073508[[package]]3509name = "httpdate"3510version = "1.0.2"3511source = "registry+https://github.com/rust-lang/crates.io-index"3512checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35133514[[package]]3515name = "humantime"3516version = "2.1.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35193520[[package]]3521name = "hyper"3522version = "0.14.18"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"3525dependencies = [3526 "bytes 1.1.0",3527 "futures-channel",3528 "futures-core",3529 "futures-util",3530 "h2",3531 "http",3532 "http-body",3533 "httparse",3534 "httpdate",3535 "itoa 1.0.1",3536 "pin-project-lite 0.2.8",3537 "socket2 0.4.4",3538 "tokio 1.17.0",3539 "tower-service",3540 "tracing",3541 "want",3542]35433544[[package]]3545name = "hyper-rustls"3546version = "0.22.1"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3549dependencies = [3550 "ct-logs",3551 "futures-util",3552 "hyper",3553 "log",3554 "rustls 0.19.1",3555 "rustls-native-certs 0.5.0",3556 "tokio 1.17.0",3557 "tokio-rustls 0.22.0",3558 "webpki 0.21.4",3559]35603561[[package]]3562name = "hyper-rustls"3563version = "0.23.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3566dependencies = [3567 "http",3568 "hyper",3569 "log",3570 "rustls 0.20.4",3571 "rustls-native-certs 0.6.1",3572 "tokio 1.17.0",3573 "tokio-rustls 0.23.3",3574 "webpki-roots 0.22.2",3575]35763577[[package]]3578name = "ident_case"3579version = "1.0.1"3580source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35823583[[package]]3584name = "idna"3585version = "0.1.5"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3588dependencies = [3589 "matches",3590 "unicode-bidi",3591 "unicode-normalization",3592]35933594[[package]]3595name = "idna"3596version = "0.2.3"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3599dependencies = [3600 "matches",3601 "unicode-bidi",3602 "unicode-normalization",3603]36043605[[package]]3606name = "if-addrs"3607version = "0.6.7"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3610dependencies = [3611 "if-addrs-sys",3612 "libc",3613 "winapi 0.3.9",3614]36153616[[package]]3617name = "if-addrs-sys"3618version = "0.3.2"3619source = "registry+https://github.com/rust-lang/crates.io-index"3620checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3621dependencies = [3622 "cc",3623 "libc",3624]36253626[[package]]3627name = "if-watch"3628version = "0.2.2"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3631dependencies = [3632 "async-io",3633 "futures 0.3.21",3634 "futures-lite",3635 "if-addrs",3636 "ipnet",3637 "libc",3638 "log",3639 "winapi 0.3.9",3640]36413642[[package]]3643name = "impl-codec"3644version = "0.6.0"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3647dependencies = [3648 "parity-scale-codec",3649]36503651[[package]]3652name = "impl-rlp"3653version = "0.3.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3656dependencies = [3657 "rlp",3658]36593660[[package]]3661name = "impl-serde"3662version = "0.3.2"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3665dependencies = [3666 "serde",3667]36683669[[package]]3670name = "impl-trait-for-tuples"3671version = "0.2.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3674dependencies = [3675 "proc-macro2",3676 "quote",3677 "syn",3678]36793680[[package]]3681name = "indexmap"3682version = "1.8.0"3683source = "registry+https://github.com/rust-lang/crates.io-index"3684checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3685dependencies = [3686 "autocfg",3687 "hashbrown 0.11.2",3688 "serde",3689]36903691[[package]]3692name = "instant"3693version = "0.1.12"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3696dependencies = [3697 "cfg-if 1.0.0",3698]36993700[[package]]3701name = "integer-encoding"3702version = "3.0.3"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"37053706[[package]]3707name = "integer-sqrt"3708version = "0.1.5"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3711dependencies = [3712 "num-traits",3713]37143715[[package]]3716name = "io-lifetimes"3717version = "0.4.4"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3720dependencies = [3721 "winapi 0.3.9",3722]37233724[[package]]3725name = "iovec"3726version = "0.1.4"3727source = "registry+https://github.com/rust-lang/crates.io-index"3728checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3729dependencies = [3730 "libc",3731]37323733[[package]]3734name = "ip_network"3735version = "0.4.1"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37383739[[package]]3740name = "ipconfig"3741version = "0.2.2"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3744dependencies = [3745 "socket2 0.3.19",3746 "widestring",3747 "winapi 0.3.9",3748 "winreg",3749]37503751[[package]]3752name = "ipnet"3753version = "2.4.0"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c"37563757[[package]]3758name = "itertools"3759version = "0.10.3"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3762dependencies = [3763 "either",3764]37653766[[package]]3767name = "itoa"3768version = "0.4.8"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37713772[[package]]3773name = "itoa"3774version = "1.0.1"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"37773778[[package]]3779name = "jobserver"3780version = "0.1.24"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3783dependencies = [3784 "libc",3785]37863787[[package]]3788name = "js-sys"3789version = "0.3.56"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3792dependencies = [3793 "wasm-bindgen",3794]37953796[[package]]3797name = "jsonrpc-client-transports"3798version = "18.0.0"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3801dependencies = [3802 "derive_more",3803 "futures 0.3.21",3804 "jsonrpc-core",3805 "jsonrpc-pubsub",3806 "log",3807 "serde",3808 "serde_json",3809 "url 1.7.2",3810]38113812[[package]]3813name = "jsonrpc-core"3814version = "18.0.0"3815source = "registry+https://github.com/rust-lang/crates.io-index"3816checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3817dependencies = [3818 "futures 0.3.21",3819 "futures-executor",3820 "futures-util",3821 "log",3822 "serde",3823 "serde_derive",3824 "serde_json",3825]38263827[[package]]3828name = "jsonrpc-core-client"3829version = "18.0.0"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3832dependencies = [3833 "futures 0.3.21",3834 "jsonrpc-client-transports",3835]38363837[[package]]3838name = "jsonrpc-derive"3839version = "18.0.0"3840source = "registry+https://github.com/rust-lang/crates.io-index"3841checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3842dependencies = [3843 "proc-macro-crate 0.1.5",3844 "proc-macro2",3845 "quote",3846 "syn",3847]38483849[[package]]3850name = "jsonrpc-http-server"3851version = "18.0.0"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3854dependencies = [3855 "futures 0.3.21",3856 "hyper",3857 "jsonrpc-core",3858 "jsonrpc-server-utils",3859 "log",3860 "net2",3861 "parking_lot 0.11.2",3862 "unicase",3863]38643865[[package]]3866name = "jsonrpc-ipc-server"3867version = "18.0.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3870dependencies = [3871 "futures 0.3.21",3872 "jsonrpc-core",3873 "jsonrpc-server-utils",3874 "log",3875 "parity-tokio-ipc",3876 "parking_lot 0.11.2",3877 "tower-service",3878]38793880[[package]]3881name = "jsonrpc-pubsub"3882version = "18.0.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3885dependencies = [3886 "futures 0.3.21",3887 "jsonrpc-core",3888 "lazy_static",3889 "log",3890 "parking_lot 0.11.2",3891 "rand 0.7.3",3892 "serde",3893]38943895[[package]]3896name = "jsonrpc-server-utils"3897version = "18.0.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3900dependencies = [3901 "bytes 1.1.0",3902 "futures 0.3.21",3903 "globset",3904 "jsonrpc-core",3905 "lazy_static",3906 "log",3907 "tokio 1.17.0",3908 "tokio-stream",3909 "tokio-util",3910 "unicase",3911]39123913[[package]]3914name = "jsonrpc-ws-server"3915version = "18.0.0"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3918dependencies = [3919 "futures 0.3.21",3920 "jsonrpc-core",3921 "jsonrpc-server-utils",3922 "log",3923 "parity-ws",3924 "parking_lot 0.11.2",3925 "slab",3926]39273928[[package]]3929name = "jsonrpsee"3930version = "0.4.1"3931source = "registry+https://github.com/rust-lang/crates.io-index"3932checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3933dependencies = [3934 "jsonrpsee-types 0.4.1",3935 "jsonrpsee-utils",3936 "jsonrpsee-ws-client 0.4.1",3937]39383939[[package]]3940name = "jsonrpsee"3941version = "0.8.0"3942source = "registry+https://github.com/rust-lang/crates.io-index"3943checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3944dependencies = [3945 "jsonrpsee-core 0.8.0",3946 "jsonrpsee-proc-macros",3947 "jsonrpsee-types 0.8.0",3948 "jsonrpsee-ws-client 0.8.0",3949]39503951[[package]]3952name = "jsonrpsee"3953version = "0.9.0"3954source = "registry+https://github.com/rust-lang/crates.io-index"3955checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"3956dependencies = [3957 "jsonrpsee-core 0.9.0",3958 "jsonrpsee-http-client",3959 "jsonrpsee-types 0.9.0",3960 "jsonrpsee-ws-client 0.9.0",3961]39623963[[package]]3964name = "jsonrpsee-client-transport"3965version = "0.8.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3968dependencies = [3969 "futures 0.3.21",3970 "http",3971 "jsonrpsee-core 0.8.0",3972 "jsonrpsee-types 0.8.0",3973 "pin-project 1.0.10",3974 "rustls-native-certs 0.6.1",3975 "soketto",3976 "thiserror",3977 "tokio 1.17.0",3978 "tokio-rustls 0.23.3",3979 "tokio-util",3980 "tracing",3981 "webpki-roots 0.22.2",3982]39833984[[package]]3985name = "jsonrpsee-client-transport"3986version = "0.9.0"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f"3989dependencies = [3990 "futures 0.3.21",3991 "http",3992 "jsonrpsee-core 0.9.0",3993 "jsonrpsee-types 0.9.0",3994 "pin-project 1.0.10",3995 "rustls-native-certs 0.6.1",3996 "soketto",3997 "thiserror",3998 "tokio 1.17.0",3999 "tokio-rustls 0.23.3",4000 "tokio-util",4001 "tracing",4002 "webpki-roots 0.22.2",4003]40044005[[package]]4006name = "jsonrpsee-core"4007version = "0.8.0"4008source = "registry+https://github.com/rust-lang/crates.io-index"4009checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"4010dependencies = [4011 "anyhow",4012 "arrayvec 0.7.2",4013 "async-trait",4014 "beef",4015 "futures-channel",4016 "futures-util",4017 "hyper",4018 "jsonrpsee-types 0.8.0",4019 "rustc-hash",4020 "serde",4021 "serde_json",4022 "soketto",4023 "thiserror",4024 "tokio 1.17.0",4025 "tracing",4026]40274028[[package]]4029name = "jsonrpsee-core"4030version = "0.9.0"4031source = "registry+https://github.com/rust-lang/crates.io-index"4032checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"4033dependencies = [4034 "anyhow",4035 "arrayvec 0.7.2",4036 "async-trait",4037 "beef",4038 "futures-channel",4039 "futures-util",4040 "hyper",4041 "jsonrpsee-types 0.9.0",4042 "rustc-hash",4043 "serde",4044 "serde_json",4045 "soketto",4046 "thiserror",4047 "tokio 1.17.0",4048 "tracing",4049]40504051[[package]]4052name = "jsonrpsee-http-client"4053version = "0.9.0"4054source = "registry+https://github.com/rust-lang/crates.io-index"4055checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68"4056dependencies = [4057 "async-trait",4058 "hyper",4059 "hyper-rustls 0.23.0",4060 "jsonrpsee-core 0.9.0",4061 "jsonrpsee-types 0.9.0",4062 "rustc-hash",4063 "serde",4064 "serde_json",4065 "thiserror",4066 "tokio 1.17.0",4067 "tracing",4068]40694070[[package]]4071name = "jsonrpsee-proc-macros"4072version = "0.8.0"4073source = "registry+https://github.com/rust-lang/crates.io-index"4074checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"4075dependencies = [4076 "proc-macro-crate 1.1.3",4077 "proc-macro2",4078 "quote",4079 "syn",4080]40814082[[package]]4083name = "jsonrpsee-types"4084version = "0.4.1"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"4087dependencies = [4088 "anyhow",4089 "async-trait",4090 "beef",4091 "futures-channel",4092 "futures-util",4093 "hyper",4094 "log",4095 "serde",4096 "serde_json",4097 "soketto",4098 "thiserror",4099]41004101[[package]]4102name = "jsonrpsee-types"4103version = "0.8.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"4106dependencies = [4107 "anyhow",4108 "beef",4109 "serde",4110 "serde_json",4111 "thiserror",4112 "tracing",4113]41144115[[package]]4116name = "jsonrpsee-types"4117version = "0.9.0"4118source = "registry+https://github.com/rust-lang/crates.io-index"4119checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"4120dependencies = [4121 "anyhow",4122 "beef",4123 "serde",4124 "serde_json",4125 "thiserror",4126 "tracing",4127]41284129[[package]]4130name = "jsonrpsee-utils"4131version = "0.4.1"4132source = "registry+https://github.com/rust-lang/crates.io-index"4133checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"4134dependencies = [4135 "arrayvec 0.7.2",4136 "beef",4137 "jsonrpsee-types 0.4.1",4138]41394140[[package]]4141name = "jsonrpsee-ws-client"4142version = "0.4.1"4143source = "registry+https://github.com/rust-lang/crates.io-index"4144checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"4145dependencies = [4146 "arrayvec 0.7.2",4147 "async-trait",4148 "fnv",4149 "futures 0.3.21",4150 "http",4151 "jsonrpsee-types 0.4.1",4152 "log",4153 "pin-project 1.0.10",4154 "rustls-native-certs 0.5.0",4155 "serde",4156 "serde_json",4157 "soketto",4158 "thiserror",4159 "tokio 1.17.0",4160 "tokio-rustls 0.22.0",4161 "tokio-util",4162]41634164[[package]]4165name = "jsonrpsee-ws-client"4166version = "0.8.0"4167source = "registry+https://github.com/rust-lang/crates.io-index"4168checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"4169dependencies = [4170 "jsonrpsee-client-transport 0.8.0",4171 "jsonrpsee-core 0.8.0",4172 "jsonrpsee-types 0.8.0",4173]41744175[[package]]4176name = "jsonrpsee-ws-client"4177version = "0.9.0"4178source = "registry+https://github.com/rust-lang/crates.io-index"4179checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3"4180dependencies = [4181 "jsonrpsee-client-transport 0.9.0",4182 "jsonrpsee-core 0.9.0",4183 "jsonrpsee-types 0.9.0",4184]41854186[[package]]4187name = "k256"4188version = "0.10.4"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4191dependencies = [4192 "cfg-if 1.0.0",4193 "ecdsa",4194 "elliptic-curve",4195 "sec1",4196]41974198[[package]]4199name = "keccak"4200version = "0.1.0"4201source = "registry+https://github.com/rust-lang/crates.io-index"4202checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"42034204[[package]]4205name = "kernel32-sys"4206version = "0.2.2"4207source = "registry+https://github.com/rust-lang/crates.io-index"4208checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"4209dependencies = [4210 "winapi 0.2.8",4211 "winapi-build",4212]42134214[[package]]4215name = "kusama-runtime"4216version = "0.9.18"4217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4218dependencies = [4219 "beefy-primitives",4220 "bitvec",4221 "frame-benchmarking",4222 "frame-election-provider-support",4223 "frame-executive",4224 "frame-support",4225 "frame-system",4226 "frame-system-benchmarking",4227 "frame-system-rpc-runtime-api",4228 "frame-try-runtime",4229 "hex-literal",4230 "kusama-runtime-constants",4231 "log",4232 "pallet-authority-discovery",4233 "pallet-authorship",4234 "pallet-babe",4235 "pallet-bags-list",4236 "pallet-balances",4237 "pallet-bounties",4238 "pallet-collective",4239 "pallet-democracy",4240 "pallet-election-provider-multi-phase",4241 "pallet-elections-phragmen",4242 "pallet-gilt",4243 "pallet-grandpa",4244 "pallet-identity",4245 "pallet-im-online",4246 "pallet-indices",4247 "pallet-membership",4248 "pallet-mmr-primitives",4249 "pallet-multisig",4250 "pallet-nicks",4251 "pallet-offences",4252 "pallet-offences-benchmarking",4253 "pallet-preimage",4254 "pallet-proxy",4255 "pallet-recovery",4256 "pallet-scheduler",4257 "pallet-session",4258 "pallet-session-benchmarking",4259 "pallet-society",4260 "pallet-staking",4261 "pallet-staking-reward-fn",4262 "pallet-timestamp",4263 "pallet-tips",4264 "pallet-transaction-payment",4265 "pallet-transaction-payment-rpc-runtime-api",4266 "pallet-treasury",4267 "pallet-utility",4268 "pallet-vesting",4269 "pallet-xcm",4270 "parity-scale-codec",4271 "polkadot-primitives",4272 "polkadot-runtime-common",4273 "polkadot-runtime-parachains",4274 "rustc-hex",4275 "scale-info",4276 "serde",4277 "serde_derive",4278 "smallvec",4279 "sp-api",4280 "sp-arithmetic",4281 "sp-authority-discovery",4282 "sp-block-builder",4283 "sp-consensus-babe",4284 "sp-core",4285 "sp-inherents",4286 "sp-io",4287 "sp-npos-elections",4288 "sp-offchain",4289 "sp-runtime",4290 "sp-session",4291 "sp-staking",4292 "sp-std",4293 "sp-transaction-pool",4294 "sp-version",4295 "static_assertions",4296 "substrate-wasm-builder",4297 "xcm",4298 "xcm-builder",4299 "xcm-executor",4300]43014302[[package]]4303name = "kusama-runtime-constants"4304version = "0.9.18"4305source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"4306dependencies = [4307 "frame-support",4308 "polkadot-primitives",4309 "polkadot-runtime-common",4310 "smallvec",4311 "sp-runtime",4312]43134314[[package]]4315name = "kv-log-macro"4316version = "1.0.7"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4319dependencies = [4320 "log",4321]43224323[[package]]4324name = "kvdb"4325version = "0.11.0"4326source = "registry+https://github.com/rust-lang/crates.io-index"4327checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4328dependencies = [4329 "parity-util-mem",4330 "smallvec",4331]43324333[[package]]4334name = "kvdb-memorydb"4335version = "0.11.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4338dependencies = [4339 "kvdb",4340 "parity-util-mem",4341 "parking_lot 0.12.0",4342]43434344[[package]]4345name = "kvdb-rocksdb"4346version = "0.15.2"4347source = "registry+https://github.com/rust-lang/crates.io-index"4348checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4349dependencies = [4350 "fs-swap",4351 "kvdb",4352 "log",4353 "num_cpus",4354 "owning_ref",4355 "parity-util-mem",4356 "parking_lot 0.12.0",4357 "regex",4358 "rocksdb",4359 "smallvec",4360]43614362[[package]]4363name = "lazy_static"4364version = "1.4.0"4365source = "registry+https://github.com/rust-lang/crates.io-index"4366checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"43674368[[package]]4369name = "lazycell"4370version = "1.3.0"4371source = "registry+https://github.com/rust-lang/crates.io-index"4372checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"43734374[[package]]4375name = "libc"4376version = "0.2.121"4377source = "registry+https://github.com/rust-lang/crates.io-index"4378checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"43794380[[package]]4381name = "libloading"4382version = "0.5.2"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4385dependencies = [4386 "cc",4387 "winapi 0.3.9",4388]43894390[[package]]4391name = "libloading"4392version = "0.7.3"4393source = "registry+https://github.com/rust-lang/crates.io-index"4394checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4395dependencies = [4396 "cfg-if 1.0.0",4397 "winapi 0.3.9",4398]43994400[[package]]4401name = "libm"4402version = "0.2.2"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"44054406[[package]]4407name = "libp2p"4408version = "0.40.0"4409source = "registry+https://github.com/rust-lang/crates.io-index"4410checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4411dependencies = [4412 "atomic",4413 "bytes 1.1.0",4414 "futures 0.3.21",4415 "lazy_static",4416 "libp2p-core",4417 "libp2p-deflate",4418 "libp2p-dns",4419 "libp2p-floodsub",4420 "libp2p-gossipsub",4421 "libp2p-identify",4422 "libp2p-kad",4423 "libp2p-mdns",4424 "libp2p-metrics",4425 "libp2p-mplex",4426 "libp2p-noise",4427 "libp2p-ping",4428 "libp2p-plaintext",4429 "libp2p-pnet",4430 "libp2p-relay",4431 "libp2p-rendezvous",4432 "libp2p-request-response",4433 "libp2p-swarm",4434 "libp2p-swarm-derive",4435 "libp2p-tcp",4436 "libp2p-uds",4437 "libp2p-wasm-ext",4438 "libp2p-websocket",4439 "libp2p-yamux",4440 "multiaddr",4441 "parking_lot 0.11.2",4442 "pin-project 1.0.10",4443 "smallvec",4444 "wasm-timer",4445]44464447[[package]]4448name = "libp2p-core"4449version = "0.30.2"4450source = "registry+https://github.com/rust-lang/crates.io-index"4451checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4452dependencies = [4453 "asn1_der",4454 "bs58",4455 "ed25519-dalek",4456 "either",4457 "fnv",4458 "futures 0.3.21",4459 "futures-timer",4460 "instant",4461 "lazy_static",4462 "libsecp256k1 0.7.0",4463 "log",4464 "multiaddr",4465 "multihash 0.14.0",4466 "multistream-select",4467 "parking_lot 0.11.2",4468 "pin-project 1.0.10",4469 "prost",4470 "prost-build",4471 "rand 0.8.5",4472 "ring",4473 "rw-stream-sink",4474 "sha2 0.9.9",4475 "smallvec",4476 "thiserror",4477 "unsigned-varint 0.7.1",4478 "void",4479 "zeroize",4480]44814482[[package]]4483name = "libp2p-deflate"4484version = "0.30.0"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4487dependencies = [4488 "flate2",4489 "futures 0.3.21",4490 "libp2p-core",4491]44924493[[package]]4494name = "libp2p-dns"4495version = "0.30.0"4496source = "registry+https://github.com/rust-lang/crates.io-index"4497checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4498dependencies = [4499 "async-std-resolver",4500 "futures 0.3.21",4501 "libp2p-core",4502 "log",4503 "smallvec",4504 "trust-dns-resolver",4505]45064507[[package]]4508name = "libp2p-floodsub"4509version = "0.31.0"4510source = "registry+https://github.com/rust-lang/crates.io-index"4511checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4512dependencies = [4513 "cuckoofilter",4514 "fnv",4515 "futures 0.3.21",4516 "libp2p-core",4517 "libp2p-swarm",4518 "log",4519 "prost",4520 "prost-build",4521 "rand 0.7.3",4522 "smallvec",4523]45244525[[package]]4526name = "libp2p-gossipsub"4527version = "0.33.0"4528source = "registry+https://github.com/rust-lang/crates.io-index"4529checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4530dependencies = [4531 "asynchronous-codec 0.6.0",4532 "base64",4533 "byteorder",4534 "bytes 1.1.0",4535 "fnv",4536 "futures 0.3.21",4537 "hex_fmt",4538 "libp2p-core",4539 "libp2p-swarm",4540 "log",4541 "prost",4542 "prost-build",4543 "rand 0.7.3",4544 "regex",4545 "sha2 0.9.9",4546 "smallvec",4547 "unsigned-varint 0.7.1",4548 "wasm-timer",4549]45504551[[package]]4552name = "libp2p-identify"4553version = "0.31.0"4554source = "registry+https://github.com/rust-lang/crates.io-index"4555checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4556dependencies = [4557 "futures 0.3.21",4558 "libp2p-core",4559 "libp2p-swarm",4560 "log",4561 "lru 0.6.6",4562 "prost",4563 "prost-build",4564 "smallvec",4565 "wasm-timer",4566]45674568[[package]]4569name = "libp2p-kad"4570version = "0.32.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4573dependencies = [4574 "arrayvec 0.5.2",4575 "asynchronous-codec 0.6.0",4576 "bytes 1.1.0",4577 "either",4578 "fnv",4579 "futures 0.3.21",4580 "libp2p-core",4581 "libp2p-swarm",4582 "log",4583 "prost",4584 "prost-build",4585 "rand 0.7.3",4586 "sha2 0.9.9",4587 "smallvec",4588 "uint",4589 "unsigned-varint 0.7.1",4590 "void",4591 "wasm-timer",4592]45934594[[package]]4595name = "libp2p-mdns"4596version = "0.32.0"4597source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4599dependencies = [4600 "async-io",4601 "data-encoding",4602 "dns-parser",4603 "futures 0.3.21",4604 "if-watch",4605 "lazy_static",4606 "libp2p-core",4607 "libp2p-swarm",4608 "log",4609 "rand 0.8.5",4610 "smallvec",4611 "socket2 0.4.4",4612 "void",4613]46144615[[package]]4616name = "libp2p-metrics"4617version = "0.1.0"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4620dependencies = [4621 "libp2p-core",4622 "libp2p-identify",4623 "libp2p-kad",4624 "libp2p-ping",4625 "libp2p-swarm",4626 "open-metrics-client",4627]46284629[[package]]4630name = "libp2p-mplex"4631version = "0.30.0"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4634dependencies = [4635 "asynchronous-codec 0.6.0",4636 "bytes 1.1.0",4637 "futures 0.3.21",4638 "libp2p-core",4639 "log",4640 "nohash-hasher",4641 "parking_lot 0.11.2",4642 "rand 0.7.3",4643 "smallvec",4644 "unsigned-varint 0.7.1",4645]46464647[[package]]4648name = "libp2p-noise"4649version = "0.33.0"4650source = "registry+https://github.com/rust-lang/crates.io-index"4651checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4652dependencies = [4653 "bytes 1.1.0",4654 "curve25519-dalek 3.2.0",4655 "futures 0.3.21",4656 "lazy_static",4657 "libp2p-core",4658 "log",4659 "prost",4660 "prost-build",4661 "rand 0.8.5",4662 "sha2 0.9.9",4663 "snow",4664 "static_assertions",4665 "x25519-dalek",4666 "zeroize",4667]46684669[[package]]4670name = "libp2p-ping"4671version = "0.31.0"4672source = "registry+https://github.com/rust-lang/crates.io-index"4673checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4674dependencies = [4675 "futures 0.3.21",4676 "libp2p-core",4677 "libp2p-swarm",4678 "log",4679 "rand 0.7.3",4680 "void",4681 "wasm-timer",4682]46834684[[package]]4685name = "libp2p-plaintext"4686version = "0.30.0"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4689dependencies = [4690 "asynchronous-codec 0.6.0",4691 "bytes 1.1.0",4692 "futures 0.3.21",4693 "libp2p-core",4694 "log",4695 "prost",4696 "prost-build",4697 "unsigned-varint 0.7.1",4698 "void",4699]47004701[[package]]4702name = "libp2p-pnet"4703version = "0.22.0"4704source = "registry+https://github.com/rust-lang/crates.io-index"4705checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4706dependencies = [4707 "futures 0.3.21",4708 "log",4709 "pin-project 1.0.10",4710 "rand 0.7.3",4711 "salsa20",4712 "sha3 0.9.1",4713]47144715[[package]]4716name = "libp2p-relay"4717version = "0.4.0"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4720dependencies = [4721 "asynchronous-codec 0.6.0",4722 "bytes 1.1.0",4723 "futures 0.3.21",4724 "futures-timer",4725 "libp2p-core",4726 "libp2p-swarm",4727 "log",4728 "pin-project 1.0.10",4729 "prost",4730 "prost-build",4731 "rand 0.7.3",4732 "smallvec",4733 "unsigned-varint 0.7.1",4734 "void",4735 "wasm-timer",4736]47374738[[package]]4739name = "libp2p-rendezvous"4740version = "0.1.0"4741source = "registry+https://github.com/rust-lang/crates.io-index"4742checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4743dependencies = [4744 "asynchronous-codec 0.6.0",4745 "bimap",4746 "futures 0.3.21",4747 "libp2p-core",4748 "libp2p-swarm",4749 "log",4750 "prost",4751 "prost-build",4752 "rand 0.8.5",4753 "sha2 0.9.9",4754 "thiserror",4755 "unsigned-varint 0.7.1",4756 "void",4757 "wasm-timer",4758]47594760[[package]]4761name = "libp2p-request-response"4762version = "0.13.0"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4765dependencies = [4766 "async-trait",4767 "bytes 1.1.0",4768 "futures 0.3.21",4769 "libp2p-core",4770 "libp2p-swarm",4771 "log",4772 "lru 0.7.3",4773 "rand 0.7.3",4774 "smallvec",4775 "unsigned-varint 0.7.1",4776 "wasm-timer",4777]47784779[[package]]4780name = "libp2p-swarm"4781version = "0.31.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4784dependencies = [4785 "either",4786 "futures 0.3.21",4787 "libp2p-core",4788 "log",4789 "rand 0.7.3",4790 "smallvec",4791 "void",4792 "wasm-timer",4793]47944795[[package]]4796name = "libp2p-swarm-derive"4797version = "0.25.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4800dependencies = [4801 "quote",4802 "syn",4803]48044805[[package]]4806name = "libp2p-tcp"4807version = "0.30.0"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4810dependencies = [4811 "async-io",4812 "futures 0.3.21",4813 "futures-timer",4814 "if-watch",4815 "ipnet",4816 "libc",4817 "libp2p-core",4818 "log",4819 "socket2 0.4.4",4820]48214822[[package]]4823name = "libp2p-uds"4824version = "0.30.0"4825source = "registry+https://github.com/rust-lang/crates.io-index"4826checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4827dependencies = [4828 "async-std",4829 "futures 0.3.21",4830 "libp2p-core",4831 "log",4832]48334834[[package]]4835name = "libp2p-wasm-ext"4836version = "0.30.0"4837source = "registry+https://github.com/rust-lang/crates.io-index"4838checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4839dependencies = [4840 "futures 0.3.21",4841 "js-sys",4842 "libp2p-core",4843 "parity-send-wrapper",4844 "wasm-bindgen",4845 "wasm-bindgen-futures",4846]48474848[[package]]4849name = "libp2p-websocket"4850version = "0.31.0"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4853dependencies = [4854 "either",4855 "futures 0.3.21",4856 "futures-rustls",4857 "libp2p-core",4858 "log",4859 "quicksink",4860 "rw-stream-sink",4861 "soketto",4862 "url 2.2.2",4863 "webpki-roots 0.21.1",4864]48654866[[package]]4867name = "libp2p-yamux"4868version = "0.34.0"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4871dependencies = [4872 "futures 0.3.21",4873 "libp2p-core",4874 "parking_lot 0.11.2",4875 "thiserror",4876 "yamux",4877]48784879[[package]]4880name = "librocksdb-sys"4881version = "0.6.1+6.28.2"4882source = "registry+https://github.com/rust-lang/crates.io-index"4883checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4884dependencies = [4885 "bindgen",4886 "bzip2-sys",4887 "cc",4888 "glob",4889 "libc",4890 "libz-sys",4891 "tikv-jemalloc-sys",4892]48934894[[package]]4895name = "libsecp256k1"4896version = "0.3.5"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4899dependencies = [4900 "arrayref",4901 "crunchy",4902 "digest 0.8.1",4903 "hmac-drbg 0.2.0",4904 "rand 0.7.3",4905 "sha2 0.8.2",4906 "subtle 2.4.1",4907 "typenum",4908]49094910[[package]]4911name = "libsecp256k1"4912version = "0.7.0"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4915dependencies = [4916 "arrayref",4917 "base64",4918 "digest 0.9.0",4919 "hmac-drbg 0.3.0",4920 "libsecp256k1-core",4921 "libsecp256k1-gen-ecmult",4922 "libsecp256k1-gen-genmult",4923 "rand 0.8.5",4924 "serde",4925 "sha2 0.9.9",4926 "typenum",4927]49284929[[package]]4930name = "libsecp256k1-core"4931version = "0.3.0"4932source = "registry+https://github.com/rust-lang/crates.io-index"4933checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4934dependencies = [4935 "crunchy",4936 "digest 0.9.0",4937 "subtle 2.4.1",4938]49394940[[package]]4941name = "libsecp256k1-gen-ecmult"4942version = "0.3.0"4943source = "registry+https://github.com/rust-lang/crates.io-index"4944checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4945dependencies = [4946 "libsecp256k1-core",4947]49484949[[package]]4950name = "libsecp256k1-gen-genmult"4951version = "0.3.0"4952source = "registry+https://github.com/rust-lang/crates.io-index"4953checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4954dependencies = [4955 "libsecp256k1-core",4956]49574958[[package]]4959name = "libz-sys"4960version = "1.1.5"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"4963dependencies = [4964 "cc",4965 "pkg-config",4966 "vcpkg",4967]49684969[[package]]4970name = "linked-hash-map"4971version = "0.5.4"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"49744975[[package]]4976name = "linked_hash_set"4977version = "0.1.4"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4980dependencies = [4981 "linked-hash-map",4982]49834984[[package]]4985name = "linregress"4986version = "0.4.4"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4989dependencies = [4990 "nalgebra",4991 "statrs",4992]49934994[[package]]4995name = "linux-raw-sys"4996version = "0.0.36"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"49995000[[package]]5001name = "lock_api"5002version = "0.4.6"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"5005dependencies = [5006 "scopeguard",5007]50085009[[package]]5010name = "log"5011version = "0.4.16"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"5014dependencies = [5015 "cfg-if 1.0.0",5016 "value-bag",5017]50185019[[package]]5020name = "lru"5021version = "0.6.6"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"5024dependencies = [5025 "hashbrown 0.11.2",5026]50275028[[package]]5029name = "lru"5030version = "0.7.3"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"5033dependencies = [5034 "hashbrown 0.11.2",5035]50365037[[package]]5038name = "lru-cache"5039version = "0.1.2"5040source = "registry+https://github.com/rust-lang/crates.io-index"5041checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5042dependencies = [5043 "linked-hash-map",5044]50455046[[package]]5047name = "lz4"5048version = "1.23.3"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"5051dependencies = [5052 "libc",5053 "lz4-sys",5054]50555056[[package]]5057name = "lz4-sys"5058version = "1.9.3"5059source = "registry+https://github.com/rust-lang/crates.io-index"5060checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"5061dependencies = [5062 "cc",5063 "libc",5064]50655066[[package]]5067name = "mach"5068version = "0.3.2"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5071dependencies = [5072 "libc",5073]50745075[[package]]5076name = "maplit"5077version = "1.0.2"5078source = "registry+https://github.com/rust-lang/crates.io-index"5079checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"50805081[[package]]5082name = "match_cfg"5083version = "0.1.0"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50865087[[package]]5088name = "matchers"5089version = "0.0.1"5090source = "registry+https://github.com/rust-lang/crates.io-index"5091checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5092dependencies = [5093 "regex-automata",5094]50955096[[package]]5097name = "matches"5098version = "0.1.9"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"51015102[[package]]5103name = "matrixmultiply"5104version = "0.3.2"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5107dependencies = [5108 "rawpointer",5109]51105111[[package]]5112name = "memchr"5113version = "2.4.1"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"51165117[[package]]5118name = "memmap2"5119version = "0.2.3"5120source = "registry+https://github.com/rust-lang/crates.io-index"5121checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"5122dependencies = [5123 "libc",5124]51255126[[package]]5127name = "memmap2"5128version = "0.5.3"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"5131dependencies = [5132 "libc",5133]51345135[[package]]5136name = "memoffset"5137version = "0.6.5"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5140dependencies = [5141 "autocfg",5142]51435144[[package]]5145name = "memory-db"5146version = "0.29.0"5147source = "registry+https://github.com/rust-lang/crates.io-index"5148checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5149dependencies = [5150 "hash-db",5151 "hashbrown 0.12.0",5152 "parity-util-mem",5153]51545155[[package]]5156name = "memory-lru"5157version = "0.1.0"5158source = "registry+https://github.com/rust-lang/crates.io-index"5159checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"5160dependencies = [5161 "lru 0.6.6",5162]51635164[[package]]5165name = "memory_units"5166version = "0.3.0"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"51695170[[package]]5171name = "merlin"5172version = "2.0.1"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5175dependencies = [5176 "byteorder",5177 "keccak",5178 "rand_core 0.5.1",5179 "zeroize",5180]51815182[[package]]5183name = "metered-channel"5184version = "0.9.18"5185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5186dependencies = [5187 "derive_more",5188 "futures 0.3.21",5189 "futures-timer",5190 "thiserror",5191 "tracing",5192]51935194[[package]]5195name = "mick-jaeger"5196version = "0.1.8"5197source = "registry+https://github.com/rust-lang/crates.io-index"5198checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5199dependencies = [5200 "futures 0.3.21",5201 "rand 0.8.5",5202 "thrift",5203]52045205[[package]]5206name = "minimal-lexical"5207version = "0.2.1"5208source = "registry+https://github.com/rust-lang/crates.io-index"5209checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"52105211[[package]]5212name = "miniz_oxide"5213version = "0.4.4"5214source = "registry+https://github.com/rust-lang/crates.io-index"5215checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"5216dependencies = [5217 "adler",5218 "autocfg",5219]52205221[[package]]5222name = "mio"5223version = "0.6.23"5224source = "registry+https://github.com/rust-lang/crates.io-index"5225checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"5226dependencies = [5227 "cfg-if 0.1.10",5228 "fuchsia-zircon",5229 "fuchsia-zircon-sys",5230 "iovec",5231 "kernel32-sys",5232 "libc",5233 "log",5234 "miow 0.2.2",5235 "net2",5236 "slab",5237 "winapi 0.2.8",5238]52395240[[package]]5241name = "mio"5242version = "0.8.2"5243source = "registry+https://github.com/rust-lang/crates.io-index"5244checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"5245dependencies = [5246 "libc",5247 "log",5248 "miow 0.3.7",5249 "ntapi",5250 "wasi 0.11.0+wasi-snapshot-preview1",5251 "winapi 0.3.9",5252]52535254[[package]]5255name = "mio-extras"5256version = "2.0.6"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"5259dependencies = [5260 "lazycell",5261 "log",5262 "mio 0.6.23",5263 "slab",5264]52655266[[package]]5267name = "miow"5268version = "0.2.2"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"5271dependencies = [5272 "kernel32-sys",5273 "net2",5274 "winapi 0.2.8",5275 "ws2_32-sys",5276]52775278[[package]]5279name = "miow"5280version = "0.3.7"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"5283dependencies = [5284 "winapi 0.3.9",5285]52865287[[package]]5288name = "more-asserts"5289version = "0.2.2"5290source = "registry+https://github.com/rust-lang/crates.io-index"5291checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"52925293[[package]]5294name = "multiaddr"5295version = "0.13.0"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"5298dependencies = [5299 "arrayref",5300 "bs58",5301 "byteorder",5302 "data-encoding",5303 "multihash 0.14.0",5304 "percent-encoding 2.1.0",5305 "serde",5306 "static_assertions",5307 "unsigned-varint 0.7.1",5308 "url 2.2.2",5309]53105311[[package]]5312name = "multibase"5313version = "0.8.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"5316dependencies = [5317 "base-x",5318 "data-encoding",5319 "data-encoding-macro",5320]53215322[[package]]5323name = "multihash"5324version = "0.13.2"5325source = "registry+https://github.com/rust-lang/crates.io-index"5326checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"5327dependencies = [5328 "blake2b_simd",5329 "blake2s_simd",5330 "blake3 0.3.8",5331 "digest 0.9.0",5332 "generic-array 0.14.5",5333 "multihash-derive",5334 "sha2 0.9.9",5335 "sha3 0.9.1",5336 "unsigned-varint 0.5.1",5337]53385339[[package]]5340name = "multihash"5341version = "0.14.0"5342source = "registry+https://github.com/rust-lang/crates.io-index"5343checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"5344dependencies = [5345 "digest 0.9.0",5346 "generic-array 0.14.5",5347 "multihash-derive",5348 "sha2 0.9.9",5349 "unsigned-varint 0.7.1",5350]53515352[[package]]5353name = "multihash-derive"5354version = "0.7.2"5355source = "registry+https://github.com/rust-lang/crates.io-index"5356checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"5357dependencies = [5358 "proc-macro-crate 1.1.3",5359 "proc-macro-error",5360 "proc-macro2",5361 "quote",5362 "syn",5363 "synstructure",5364]53655366[[package]]5367name = "multimap"5368version = "0.8.3"5369source = "registry+https://github.com/rust-lang/crates.io-index"5370checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"53715372[[package]]5373name = "multistream-select"5374version = "0.10.4"5375source = "registry+https://github.com/rust-lang/crates.io-index"5376checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5377dependencies = [5378 "bytes 1.1.0",5379 "futures 0.3.21",5380 "log",5381 "pin-project 1.0.10",5382 "smallvec",5383 "unsigned-varint 0.7.1",5384]53855386[[package]]5387name = "nalgebra"5388version = "0.27.1"5389source = "registry+https://github.com/rust-lang/crates.io-index"5390checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5391dependencies = [5392 "approx",5393 "matrixmultiply",5394 "nalgebra-macros",5395 "num-complex",5396 "num-rational 0.4.0",5397 "num-traits",5398 "rand 0.8.5",5399 "rand_distr",5400 "simba",5401 "typenum",5402]54035404[[package]]5405name = "nalgebra-macros"5406version = "0.1.0"5407source = "registry+https://github.com/rust-lang/crates.io-index"5408checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5409dependencies = [5410 "proc-macro2",5411 "quote",5412 "syn",5413]54145415[[package]]5416name = "names"5417version = "0.12.0"5418source = "registry+https://github.com/rust-lang/crates.io-index"5419checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5420dependencies = [5421 "rand 0.8.5",5422]54235424[[package]]5425name = "net2"5426version = "0.2.37"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5429dependencies = [5430 "cfg-if 0.1.10",5431 "libc",5432 "winapi 0.3.9",5433]54345435[[package]]5436name = "nodrop"5437version = "0.1.14"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"54405441[[package]]5442name = "nohash-hasher"5443version = "0.2.0"5444source = "registry+https://github.com/rust-lang/crates.io-index"5445checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"54465447[[package]]5448name = "nom"5449version = "7.1.1"5450source = "registry+https://github.com/rust-lang/crates.io-index"5451checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5452dependencies = [5453 "memchr",5454 "minimal-lexical",5455]54565457[[package]]5458name = "ntapi"5459version = "0.3.7"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5462dependencies = [5463 "winapi 0.3.9",5464]54655466[[package]]5467name = "num-bigint"5468version = "0.2.6"5469source = "registry+https://github.com/rust-lang/crates.io-index"5470checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5471dependencies = [5472 "autocfg",5473 "num-integer",5474 "num-traits",5475]54765477[[package]]5478name = "num-complex"5479version = "0.4.0"5480source = "registry+https://github.com/rust-lang/crates.io-index"5481checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5482dependencies = [5483 "num-traits",5484]54855486[[package]]5487name = "num-format"5488version = "0.4.0"5489source = "registry+https://github.com/rust-lang/crates.io-index"5490checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5491dependencies = [5492 "arrayvec 0.4.12",5493 "itoa 0.4.8",5494]54955496[[package]]5497name = "num-integer"5498version = "0.1.44"5499source = "registry+https://github.com/rust-lang/crates.io-index"5500checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5501dependencies = [5502 "autocfg",5503 "num-traits",5504]55055506[[package]]5507name = "num-rational"5508version = "0.2.4"5509source = "registry+https://github.com/rust-lang/crates.io-index"5510checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5511dependencies = [5512 "autocfg",5513 "num-bigint",5514 "num-integer",5515 "num-traits",5516]55175518[[package]]5519name = "num-rational"5520version = "0.4.0"5521source = "registry+https://github.com/rust-lang/crates.io-index"5522checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5523dependencies = [5524 "autocfg",5525 "num-integer",5526 "num-traits",5527]55285529[[package]]5530name = "num-traits"5531version = "0.2.14"5532source = "registry+https://github.com/rust-lang/crates.io-index"5533checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5534dependencies = [5535 "autocfg",5536 "libm",5537]55385539[[package]]5540name = "num_cpus"5541version = "1.13.1"5542source = "registry+https://github.com/rust-lang/crates.io-index"5543checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5544dependencies = [5545 "hermit-abi",5546 "libc",5547]55485549[[package]]5550name = "object"5551version = "0.27.1"5552source = "registry+https://github.com/rust-lang/crates.io-index"5553checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5554dependencies = [5555 "crc32fast",5556 "indexmap",5557 "memchr",5558]55595560[[package]]5561name = "once_cell"5562version = "1.10.0"5563source = "registry+https://github.com/rust-lang/crates.io-index"5564checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"55655566[[package]]5567name = "opal-runtime"5568version = "0.1.0"5569dependencies = [5570 "cumulus-pallet-aura-ext",5571 "cumulus-pallet-dmp-queue",5572 "cumulus-pallet-parachain-system",5573 "cumulus-pallet-xcm",5574 "cumulus-pallet-xcmp-queue",5575 "cumulus-primitives-core",5576 "cumulus-primitives-timestamp",5577 "cumulus-primitives-utility",5578 "derivative",5579 "fp-rpc",5580 "fp-self-contained",5581 "frame-benchmarking",5582 "frame-executive",5583 "frame-support",5584 "frame-system",5585 "frame-system-benchmarking",5586 "frame-system-rpc-runtime-api",5587 "hex-literal",5588 "orml-vesting",5589 "pallet-aura",5590 "pallet-balances",5591 "pallet-base-fee",5592 "pallet-common",5593 "pallet-ethereum",5594 "pallet-evm",5595 "pallet-evm-coder-substrate",5596 "pallet-evm-contract-helpers",5597 "pallet-evm-migration",5598 "pallet-evm-transaction-payment",5599 "pallet-fungible",5600 "pallet-inflation",5601 "pallet-nonfungible",5602 "pallet-randomness-collective-flip",5603 "pallet-refungible",5604 "pallet-sudo",5605 "pallet-template-transaction-payment",5606 "pallet-timestamp",5607 "pallet-transaction-payment",5608 "pallet-transaction-payment-rpc-runtime-api",5609 "pallet-treasury",5610 "pallet-unique",5611 "pallet-unq-scheduler",5612 "pallet-xcm",5613 "parachain-info",5614 "parity-scale-codec",5615 "polkadot-parachain",5616 "scale-info",5617 "serde",5618 "smallvec",5619 "sp-api",5620 "sp-arithmetic",5621 "sp-block-builder",5622 "sp-consensus-aura",5623 "sp-core",5624 "sp-inherents",5625 "sp-io",5626 "sp-offchain",5627 "sp-runtime",5628 "sp-session",5629 "sp-std",5630 "sp-transaction-pool",5631 "sp-version",5632 "substrate-wasm-builder",5633 "unique-runtime-common",5634 "up-data-structs",5635 "up-evm-mapping",5636 "up-rpc",5637 "xcm",5638 "xcm-builder",5639 "xcm-executor",5640]56415642[[package]]5643name = "opaque-debug"5644version = "0.2.3"5645source = "registry+https://github.com/rust-lang/crates.io-index"5646checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"56475648[[package]]5649name = "opaque-debug"5650version = "0.3.0"5651source = "registry+https://github.com/rust-lang/crates.io-index"5652checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56535654[[package]]5655name = "open-metrics-client"5656version = "0.12.0"5657source = "registry+https://github.com/rust-lang/crates.io-index"5658checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5659dependencies = [5660 "dtoa",5661 "itoa 0.4.8",5662 "open-metrics-client-derive-text-encode",5663 "owning_ref",5664]56655666[[package]]5667name = "open-metrics-client-derive-text-encode"5668version = "0.1.1"5669source = "registry+https://github.com/rust-lang/crates.io-index"5670checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5671dependencies = [5672 "proc-macro2",5673 "quote",5674 "syn",5675]56765677[[package]]5678name = "openssl-probe"5679version = "0.1.5"5680source = "registry+https://github.com/rust-lang/crates.io-index"5681checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56825683[[package]]5684name = "ordered-float"5685version = "1.1.1"5686source = "registry+https://github.com/rust-lang/crates.io-index"5687checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5688dependencies = [5689 "num-traits",5690]56915692[[package]]5693name = "orml-vesting"5694version = "0.4.1-dev"5695source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.18#4690ac0d5e85a35351608d27c4304dfc6df4eb03"5696dependencies = [5697 "frame-support",5698 "frame-system",5699 "parity-scale-codec",5700 "scale-info",5701 "serde",5702 "sp-io",5703 "sp-runtime",5704 "sp-std",5705]57065707[[package]]5708name = "os_str_bytes"5709version = "6.0.0"5710source = "registry+https://github.com/rust-lang/crates.io-index"5711checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5712dependencies = [5713 "memchr",5714]57155716[[package]]5717name = "owning_ref"5718version = "0.4.1"5719source = "registry+https://github.com/rust-lang/crates.io-index"5720checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5721dependencies = [5722 "stable_deref_trait",5723]57245725[[package]]5726name = "pallet-aura"5727version = "4.0.0-dev"5728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5729dependencies = [5730 "frame-support",5731 "frame-system",5732 "pallet-timestamp",5733 "parity-scale-codec",5734 "scale-info",5735 "sp-application-crypto",5736 "sp-consensus-aura",5737 "sp-runtime",5738 "sp-std",5739]57405741[[package]]5742name = "pallet-authority-discovery"5743version = "4.0.0-dev"5744source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5745dependencies = [5746 "frame-support",5747 "frame-system",5748 "pallet-session",5749 "parity-scale-codec",5750 "scale-info",5751 "sp-application-crypto",5752 "sp-authority-discovery",5753 "sp-runtime",5754 "sp-std",5755]57565757[[package]]5758name = "pallet-authorship"5759version = "4.0.0-dev"5760source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5761dependencies = [5762 "frame-support",5763 "frame-system",5764 "impl-trait-for-tuples",5765 "parity-scale-codec",5766 "scale-info",5767 "sp-authorship",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-babe"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5776dependencies = [5777 "frame-benchmarking",5778 "frame-support",5779 "frame-system",5780 "log",5781 "pallet-authorship",5782 "pallet-session",5783 "pallet-timestamp",5784 "parity-scale-codec",5785 "scale-info",5786 "sp-application-crypto",5787 "sp-consensus-babe",5788 "sp-consensus-vrf",5789 "sp-io",5790 "sp-runtime",5791 "sp-session",5792 "sp-staking",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-bags-list"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5800dependencies = [5801 "frame-benchmarking",5802 "frame-election-provider-support",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-balances",5807 "parity-scale-codec",5808 "scale-info",5809 "sp-core",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813 "sp-tracing",5814]58155816[[package]]5817name = "pallet-balances"5818version = "4.0.0-dev"5819source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5820dependencies = [5821 "frame-benchmarking",5822 "frame-support",5823 "frame-system",5824 "log",5825 "parity-scale-codec",5826 "scale-info",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-base-fee"5833version = "1.0.0"5834source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"5835dependencies = [5836 "frame-support",5837 "frame-system",5838 "pallet-evm",5839 "parity-scale-codec",5840 "scale-info",5841 "serde",5842 "sp-core",5843 "sp-runtime",5844]58455846[[package]]5847name = "pallet-beefy"5848version = "4.0.0-dev"5849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5850dependencies = [5851 "beefy-primitives",5852 "frame-support",5853 "frame-system",5854 "pallet-session",5855 "parity-scale-codec",5856 "scale-info",5857 "serde",5858 "sp-runtime",5859 "sp-std",5860]58615862[[package]]5863name = "pallet-beefy-mmr"5864version = "4.0.0-dev"5865source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5866dependencies = [5867 "beefy-merkle-tree",5868 "beefy-primitives",5869 "frame-support",5870 "frame-system",5871 "hex",5872 "k256",5873 "log",5874 "pallet-beefy",5875 "pallet-mmr",5876 "pallet-mmr-primitives",5877 "pallet-session",5878 "parity-scale-codec",5879 "scale-info",5880 "serde",5881 "sp-core",5882 "sp-io",5883 "sp-runtime",5884 "sp-std",5885]58865887[[package]]5888name = "pallet-bounties"5889version = "4.0.0-dev"5890source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5891dependencies = [5892 "frame-benchmarking",5893 "frame-support",5894 "frame-system",5895 "log",5896 "pallet-treasury",5897 "parity-scale-codec",5898 "scale-info",5899 "sp-core",5900 "sp-io",5901 "sp-runtime",5902 "sp-std",5903]59045905[[package]]5906name = "pallet-bridge-dispatch"5907version = "0.1.0"5908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5909dependencies = [5910 "bp-message-dispatch",5911 "bp-runtime",5912 "frame-support",5913 "frame-system",5914 "log",5915 "parity-scale-codec",5916 "scale-info",5917 "sp-core",5918 "sp-runtime",5919 "sp-std",5920]59215922[[package]]5923name = "pallet-bridge-grandpa"5924version = "0.1.0"5925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5926dependencies = [5927 "bp-header-chain",5928 "bp-runtime",5929 "bp-test-utils",5930 "finality-grandpa",5931 "frame-support",5932 "frame-system",5933 "log",5934 "num-traits",5935 "parity-scale-codec",5936 "scale-info",5937 "serde",5938 "sp-finality-grandpa",5939 "sp-runtime",5940 "sp-std",5941 "sp-trie",5942]59435944[[package]]5945name = "pallet-bridge-messages"5946version = "0.1.0"5947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"5948dependencies = [5949 "bitvec",5950 "bp-message-dispatch",5951 "bp-messages",5952 "bp-runtime",5953 "frame-support",5954 "frame-system",5955 "log",5956 "num-traits",5957 "parity-scale-codec",5958 "scale-info",5959 "serde",5960 "sp-core",5961 "sp-runtime",5962 "sp-std",5963]59645965[[package]]5966name = "pallet-collective"5967version = "4.0.0-dev"5968source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"5969dependencies = [5970 "frame-benchmarking",5971 "frame-support",5972 "frame-system",5973 "log",5974 "parity-scale-codec",5975 "scale-info",5976 "sp-core",5977 "sp-io",5978 "sp-runtime",5979 "sp-std",5980]59815982[[package]]5983name = "pallet-common"5984version = "0.1.0"5985dependencies = [5986 "evm-coder",5987 "frame-support",5988 "frame-system",5989 "pallet-evm",5990 "pallet-evm-coder-substrate",5991 "parity-scale-codec",5992 "scale-info",5993 "serde",5994 "sp-core",5995 "sp-runtime",5996 "sp-std",5997 "up-data-structs",5998 "up-evm-mapping",5999]60006001[[package]]6002name = "pallet-democracy"6003version = "4.0.0-dev"6004source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6005dependencies = [6006 "frame-benchmarking",6007 "frame-support",6008 "frame-system",6009 "parity-scale-codec",6010 "scale-info",6011 "serde",6012 "sp-io",6013 "sp-runtime",6014 "sp-std",6015]60166017[[package]]6018name = "pallet-election-provider-multi-phase"6019version = "4.0.0-dev"6020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6021dependencies = [6022 "frame-benchmarking",6023 "frame-election-provider-support",6024 "frame-support",6025 "frame-system",6026 "log",6027 "parity-scale-codec",6028 "rand 0.7.3",6029 "scale-info",6030 "sp-arithmetic",6031 "sp-core",6032 "sp-io",6033 "sp-npos-elections",6034 "sp-runtime",6035 "sp-std",6036 "static_assertions",6037 "strum 0.23.0",6038]60396040[[package]]6041name = "pallet-elections-phragmen"6042version = "5.0.0-dev"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6044dependencies = [6045 "frame-benchmarking",6046 "frame-support",6047 "frame-system",6048 "log",6049 "parity-scale-codec",6050 "scale-info",6051 "sp-core",6052 "sp-io",6053 "sp-npos-elections",6054 "sp-runtime",6055 "sp-std",6056]60576058[[package]]6059name = "pallet-ethereum"6060version = "4.0.0-dev"6061source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6062dependencies = [6063 "ethereum",6064 "ethereum-types",6065 "evm",6066 "fp-consensus",6067 "fp-evm",6068 "fp-rpc",6069 "fp-self-contained",6070 "fp-storage",6071 "frame-support",6072 "frame-system",6073 "log",6074 "pallet-balances",6075 "pallet-evm",6076 "pallet-timestamp",6077 "parity-scale-codec",6078 "rlp",6079 "rustc-hex",6080 "scale-info",6081 "serde",6082 "sha3 0.8.2",6083 "sp-io",6084 "sp-runtime",6085 "sp-std",6086]60876088[[package]]6089name = "pallet-evm"6090version = "6.0.0-dev"6091source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18#7c8ce8f83e0c8a5b57655622b721f8655b161903"6092dependencies = [6093 "evm",6094 "evm-gasometer",6095 "evm-runtime",6096 "fp-evm",6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "hex",6101 "impl-trait-for-tuples",6102 "log",6103 "pallet-balances",6104 "pallet-timestamp",6105 "parity-scale-codec",6106 "primitive-types",6107 "rlp",6108 "scale-info",6109 "serde",6110 "sha3 0.8.2",6111 "sp-core",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115]61166117[[package]]6118name = "pallet-evm-coder-substrate"6119version = "0.1.0"6120dependencies = [6121 "ethereum",6122 "evm-coder",6123 "frame-benchmarking",6124 "frame-support",6125 "frame-system",6126 "pallet-ethereum",6127 "pallet-evm",6128 "parity-scale-codec",6129 "scale-info",6130 "sp-core",6131 "sp-std",6132]61336134[[package]]6135name = "pallet-evm-contract-helpers"6136version = "0.1.0"6137dependencies = [6138 "evm-coder",6139 "frame-support",6140 "frame-system",6141 "log",6142 "pallet-evm",6143 "pallet-evm-coder-substrate",6144 "parity-scale-codec",6145 "scale-info",6146 "sp-core",6147 "sp-runtime",6148 "sp-std",6149 "up-evm-mapping",6150 "up-sponsorship",6151]61526153[[package]]6154name = "pallet-evm-migration"6155version = "0.1.0"6156dependencies = [6157 "fp-evm",6158 "frame-benchmarking",6159 "frame-support",6160 "frame-system",6161 "pallet-evm",6162 "parity-scale-codec",6163 "scale-info",6164 "sp-core",6165 "sp-io",6166 "sp-runtime",6167 "sp-std",6168]61696170[[package]]6171name = "pallet-evm-transaction-payment"6172version = "0.1.0"6173dependencies = [6174 "fp-evm",6175 "frame-support",6176 "frame-system",6177 "pallet-ethereum",6178 "pallet-evm",6179 "parity-scale-codec",6180 "scale-info",6181 "sp-core",6182 "sp-io",6183 "sp-runtime",6184 "sp-std",6185 "up-evm-mapping",6186 "up-sponsorship",6187]61886189[[package]]6190name = "pallet-fungible"6191version = "0.1.0"6192dependencies = [6193 "ethereum",6194 "evm-coder",6195 "frame-benchmarking",6196 "frame-support",6197 "frame-system",6198 "pallet-common",6199 "pallet-evm-coder-substrate",6200 "parity-scale-codec",6201 "scale-info",6202 "sp-core",6203 "sp-runtime",6204 "sp-std",6205 "up-data-structs",6206]62076208[[package]]6209name = "pallet-gilt"6210version = "4.0.0-dev"6211source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6212dependencies = [6213 "frame-benchmarking",6214 "frame-support",6215 "frame-system",6216 "parity-scale-codec",6217 "scale-info",6218 "sp-arithmetic",6219 "sp-runtime",6220 "sp-std",6221]62226223[[package]]6224name = "pallet-grandpa"6225version = "4.0.0-dev"6226source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6227dependencies = [6228 "frame-benchmarking",6229 "frame-support",6230 "frame-system",6231 "log",6232 "pallet-authorship",6233 "pallet-session",6234 "parity-scale-codec",6235 "scale-info",6236 "sp-application-crypto",6237 "sp-core",6238 "sp-finality-grandpa",6239 "sp-io",6240 "sp-runtime",6241 "sp-session",6242 "sp-staking",6243 "sp-std",6244]62456246[[package]]6247name = "pallet-identity"6248version = "4.0.0-dev"6249source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6250dependencies = [6251 "enumflags2",6252 "frame-benchmarking",6253 "frame-support",6254 "frame-system",6255 "parity-scale-codec",6256 "scale-info",6257 "sp-io",6258 "sp-runtime",6259 "sp-std",6260]62616262[[package]]6263name = "pallet-im-online"6264version = "4.0.0-dev"6265source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6266dependencies = [6267 "frame-benchmarking",6268 "frame-support",6269 "frame-system",6270 "log",6271 "pallet-authorship",6272 "parity-scale-codec",6273 "scale-info",6274 "sp-application-crypto",6275 "sp-core",6276 "sp-io",6277 "sp-runtime",6278 "sp-staking",6279 "sp-std",6280]62816282[[package]]6283name = "pallet-indices"6284version = "4.0.0-dev"6285source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6286dependencies = [6287 "frame-benchmarking",6288 "frame-support",6289 "frame-system",6290 "parity-scale-codec",6291 "scale-info",6292 "sp-core",6293 "sp-io",6294 "sp-keyring",6295 "sp-runtime",6296 "sp-std",6297]62986299[[package]]6300name = "pallet-inflation"6301version = "0.1.0"6302dependencies = [6303 "frame-benchmarking",6304 "frame-support",6305 "frame-system",6306 "pallet-balances",6307 "pallet-randomness-collective-flip",6308 "pallet-timestamp",6309 "parity-scale-codec",6310 "scale-info",6311 "serde",6312 "sp-core",6313 "sp-io",6314 "sp-runtime",6315 "sp-std",6316]63176318[[package]]6319name = "pallet-membership"6320version = "4.0.0-dev"6321source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6322dependencies = [6323 "frame-benchmarking",6324 "frame-support",6325 "frame-system",6326 "log",6327 "parity-scale-codec",6328 "scale-info",6329 "sp-core",6330 "sp-io",6331 "sp-runtime",6332 "sp-std",6333]63346335[[package]]6336name = "pallet-mmr"6337version = "4.0.0-dev"6338source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6339dependencies = [6340 "ckb-merkle-mountain-range",6341 "frame-benchmarking",6342 "frame-support",6343 "frame-system",6344 "pallet-mmr-primitives",6345 "parity-scale-codec",6346 "scale-info",6347 "sp-core",6348 "sp-io",6349 "sp-runtime",6350 "sp-std",6351]63526353[[package]]6354name = "pallet-mmr-primitives"6355version = "4.0.0-dev"6356source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6357dependencies = [6358 "frame-support",6359 "frame-system",6360 "log",6361 "parity-scale-codec",6362 "serde",6363 "sp-api",6364 "sp-core",6365 "sp-runtime",6366 "sp-std",6367]63686369[[package]]6370name = "pallet-mmr-rpc"6371version = "3.0.0"6372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6373dependencies = [6374 "jsonrpc-core",6375 "jsonrpc-core-client",6376 "jsonrpc-derive",6377 "pallet-mmr-primitives",6378 "parity-scale-codec",6379 "serde",6380 "sp-api",6381 "sp-blockchain",6382 "sp-core",6383 "sp-runtime",6384]63856386[[package]]6387name = "pallet-multisig"6388version = "4.0.0-dev"6389source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6390dependencies = [6391 "frame-benchmarking",6392 "frame-support",6393 "frame-system",6394 "parity-scale-codec",6395 "scale-info",6396 "sp-io",6397 "sp-runtime",6398 "sp-std",6399]64006401[[package]]6402name = "pallet-nicks"6403version = "4.0.0-dev"6404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6405dependencies = [6406 "frame-support",6407 "frame-system",6408 "parity-scale-codec",6409 "scale-info",6410 "sp-io",6411 "sp-runtime",6412 "sp-std",6413]64146415[[package]]6416name = "pallet-nonfungible"6417version = "0.1.0"6418dependencies = [6419 "ethereum",6420 "evm-coder",6421 "frame-benchmarking",6422 "frame-support",6423 "frame-system",6424 "pallet-common",6425 "pallet-evm-coder-substrate",6426 "parity-scale-codec",6427 "scale-info",6428 "sp-core",6429 "sp-runtime",6430 "sp-std",6431 "up-data-structs",6432]64336434[[package]]6435name = "pallet-offences"6436version = "4.0.0-dev"6437source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6438dependencies = [6439 "frame-support",6440 "frame-system",6441 "log",6442 "pallet-balances",6443 "parity-scale-codec",6444 "scale-info",6445 "serde",6446 "sp-runtime",6447 "sp-staking",6448 "sp-std",6449]64506451[[package]]6452name = "pallet-offences-benchmarking"6453version = "4.0.0-dev"6454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6455dependencies = [6456 "frame-benchmarking",6457 "frame-election-provider-support",6458 "frame-support",6459 "frame-system",6460 "pallet-babe",6461 "pallet-balances",6462 "pallet-grandpa",6463 "pallet-im-online",6464 "pallet-offences",6465 "pallet-session",6466 "pallet-staking",6467 "parity-scale-codec",6468 "scale-info",6469 "sp-runtime",6470 "sp-staking",6471 "sp-std",6472]64736474[[package]]6475name = "pallet-preimage"6476version = "4.0.0-dev"6477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6478dependencies = [6479 "frame-benchmarking",6480 "frame-support",6481 "frame-system",6482 "parity-scale-codec",6483 "scale-info",6484 "sp-core",6485 "sp-io",6486 "sp-runtime",6487 "sp-std",6488]64896490[[package]]6491name = "pallet-proxy"6492version = "4.0.0-dev"6493source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6494dependencies = [6495 "frame-benchmarking",6496 "frame-support",6497 "frame-system",6498 "parity-scale-codec",6499 "scale-info",6500 "sp-io",6501 "sp-runtime",6502 "sp-std",6503]65046505[[package]]6506name = "pallet-randomness-collective-flip"6507version = "4.0.0-dev"6508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6509dependencies = [6510 "frame-support",6511 "frame-system",6512 "parity-scale-codec",6513 "safe-mix",6514 "scale-info",6515 "sp-runtime",6516 "sp-std",6517]65186519[[package]]6520name = "pallet-recovery"6521version = "4.0.0-dev"6522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6523dependencies = [6524 "frame-support",6525 "frame-system",6526 "parity-scale-codec",6527 "scale-info",6528 "sp-io",6529 "sp-runtime",6530 "sp-std",6531]65326533[[package]]6534name = "pallet-refungible"6535version = "0.1.0"6536dependencies = [6537 "frame-benchmarking",6538 "frame-support",6539 "frame-system",6540 "pallet-common",6541 "parity-scale-codec",6542 "scale-info",6543 "sp-core",6544 "sp-runtime",6545 "sp-std",6546 "up-data-structs",6547]65486549[[package]]6550name = "pallet-scheduler"6551version = "4.0.0-dev"6552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6553dependencies = [6554 "frame-benchmarking",6555 "frame-support",6556 "frame-system",6557 "log",6558 "parity-scale-codec",6559 "scale-info",6560 "sp-io",6561 "sp-runtime",6562 "sp-std",6563]65646565[[package]]6566name = "pallet-session"6567version = "4.0.0-dev"6568source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6569dependencies = [6570 "frame-support",6571 "frame-system",6572 "impl-trait-for-tuples",6573 "log",6574 "pallet-timestamp",6575 "parity-scale-codec",6576 "scale-info",6577 "sp-core",6578 "sp-io",6579 "sp-runtime",6580 "sp-session",6581 "sp-staking",6582 "sp-std",6583 "sp-trie",6584]65856586[[package]]6587name = "pallet-session-benchmarking"6588version = "4.0.0-dev"6589source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6590dependencies = [6591 "frame-benchmarking",6592 "frame-support",6593 "frame-system",6594 "pallet-session",6595 "pallet-staking",6596 "rand 0.7.3",6597 "sp-runtime",6598 "sp-session",6599 "sp-std",6600]66016602[[package]]6603name = "pallet-society"6604version = "4.0.0-dev"6605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6606dependencies = [6607 "frame-support",6608 "frame-system",6609 "parity-scale-codec",6610 "rand_chacha 0.2.2",6611 "scale-info",6612 "sp-runtime",6613 "sp-std",6614]66156616[[package]]6617name = "pallet-staking"6618version = "4.0.0-dev"6619source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6620dependencies = [6621 "frame-benchmarking",6622 "frame-election-provider-support",6623 "frame-support",6624 "frame-system",6625 "log",6626 "pallet-authorship",6627 "pallet-session",6628 "parity-scale-codec",6629 "rand_chacha 0.2.2",6630 "scale-info",6631 "serde",6632 "sp-application-crypto",6633 "sp-io",6634 "sp-runtime",6635 "sp-staking",6636 "sp-std",6637]66386639[[package]]6640name = "pallet-staking-reward-curve"6641version = "4.0.0-dev"6642source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6643dependencies = [6644 "proc-macro-crate 1.1.3",6645 "proc-macro2",6646 "quote",6647 "syn",6648]66496650[[package]]6651name = "pallet-staking-reward-fn"6652version = "4.0.0-dev"6653source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6654dependencies = [6655 "log",6656 "sp-arithmetic",6657]66586659[[package]]6660name = "pallet-sudo"6661version = "4.0.0-dev"6662source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6663dependencies = [6664 "frame-support",6665 "frame-system",6666 "parity-scale-codec",6667 "scale-info",6668 "sp-io",6669 "sp-runtime",6670 "sp-std",6671]66726673[[package]]6674name = "pallet-template-transaction-payment"6675version = "3.0.0"6676source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6677dependencies = [6678 "frame-benchmarking",6679 "frame-support",6680 "frame-system",6681 "pallet-balances",6682 "pallet-transaction-payment",6683 "parity-scale-codec",6684 "scale-info",6685 "serde",6686 "sp-core",6687 "sp-io",6688 "sp-runtime",6689 "sp-std",6690 "up-sponsorship",6691]66926693[[package]]6694name = "pallet-timestamp"6695version = "4.0.0-dev"6696source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6697dependencies = [6698 "frame-benchmarking",6699 "frame-support",6700 "frame-system",6701 "log",6702 "parity-scale-codec",6703 "scale-info",6704 "sp-inherents",6705 "sp-io",6706 "sp-runtime",6707 "sp-std",6708 "sp-timestamp",6709]67106711[[package]]6712name = "pallet-tips"6713version = "4.0.0-dev"6714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6715dependencies = [6716 "frame-benchmarking",6717 "frame-support",6718 "frame-system",6719 "log",6720 "pallet-treasury",6721 "parity-scale-codec",6722 "scale-info",6723 "serde",6724 "sp-core",6725 "sp-io",6726 "sp-runtime",6727 "sp-std",6728]67296730[[package]]6731name = "pallet-transaction-payment"6732version = "4.0.0-dev"6733source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6734dependencies = [6735 "frame-support",6736 "frame-system",6737 "parity-scale-codec",6738 "scale-info",6739 "serde",6740 "smallvec",6741 "sp-core",6742 "sp-io",6743 "sp-runtime",6744 "sp-std",6745]67466747[[package]]6748name = "pallet-transaction-payment-rpc"6749version = "4.0.0-dev"6750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6751dependencies = [6752 "jsonrpc-core",6753 "jsonrpc-core-client",6754 "jsonrpc-derive",6755 "pallet-transaction-payment-rpc-runtime-api",6756 "parity-scale-codec",6757 "sp-api",6758 "sp-blockchain",6759 "sp-core",6760 "sp-rpc",6761 "sp-runtime",6762]67636764[[package]]6765name = "pallet-transaction-payment-rpc-runtime-api"6766version = "4.0.0-dev"6767source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6768dependencies = [6769 "pallet-transaction-payment",6770 "parity-scale-codec",6771 "sp-api",6772 "sp-runtime",6773]67746775[[package]]6776name = "pallet-treasury"6777version = "4.0.0-dev"6778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6779dependencies = [6780 "frame-benchmarking",6781 "frame-support",6782 "frame-system",6783 "impl-trait-for-tuples",6784 "pallet-balances",6785 "parity-scale-codec",6786 "scale-info",6787 "serde",6788 "sp-runtime",6789 "sp-std",6790]67916792[[package]]6793name = "pallet-unique"6794version = "0.1.0"6795dependencies = [6796 "ethereum",6797 "evm-coder",6798 "fp-evm",6799 "frame-benchmarking",6800 "frame-support",6801 "frame-system",6802 "hex-literal",6803 "pallet-balances",6804 "pallet-common",6805 "pallet-ethereum",6806 "pallet-evm",6807 "pallet-evm-coder-substrate",6808 "pallet-fungible",6809 "pallet-nonfungible",6810 "pallet-randomness-collective-flip",6811 "pallet-refungible",6812 "pallet-timestamp",6813 "pallet-transaction-payment",6814 "parity-scale-codec",6815 "primitive-types",6816 "rlp",6817 "scale-info",6818 "serde",6819 "sp-api",6820 "sp-core",6821 "sp-io",6822 "sp-runtime",6823 "sp-std",6824 "up-data-structs",6825 "up-evm-mapping",6826 "up-sponsorship",6827]68286829[[package]]6830name = "pallet-unq-scheduler"6831version = "0.1.0"6832dependencies = [6833 "frame-benchmarking",6834 "frame-support",6835 "frame-system",6836 "log",6837 "parity-scale-codec",6838 "scale-info",6839 "serde",6840 "sp-core",6841 "sp-io",6842 "sp-runtime",6843 "sp-std",6844 "substrate-test-utils",6845 "up-sponsorship",6846]68476848[[package]]6849name = "pallet-utility"6850version = "4.0.0-dev"6851source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6852dependencies = [6853 "frame-benchmarking",6854 "frame-support",6855 "frame-system",6856 "parity-scale-codec",6857 "scale-info",6858 "sp-core",6859 "sp-io",6860 "sp-runtime",6861 "sp-std",6862]68636864[[package]]6865name = "pallet-vesting"6866version = "4.0.0-dev"6867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6868dependencies = [6869 "frame-benchmarking",6870 "frame-support",6871 "frame-system",6872 "log",6873 "parity-scale-codec",6874 "scale-info",6875 "sp-runtime",6876 "sp-std",6877]68786879[[package]]6880name = "pallet-xcm"6881version = "0.9.18"6882source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6883dependencies = [6884 "frame-support",6885 "frame-system",6886 "log",6887 "parity-scale-codec",6888 "scale-info",6889 "serde",6890 "sp-core",6891 "sp-runtime",6892 "sp-std",6893 "xcm",6894 "xcm-executor",6895]68966897[[package]]6898name = "pallet-xcm-benchmarks"6899version = "0.9.18"6900source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6901dependencies = [6902 "frame-benchmarking",6903 "frame-support",6904 "frame-system",6905 "log",6906 "parity-scale-codec",6907 "scale-info",6908 "sp-runtime",6909 "sp-std",6910 "xcm",6911 "xcm-executor",6912]69136914[[package]]6915name = "parachain-info"6916version = "0.1.0"6917source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6918dependencies = [6919 "cumulus-primitives-core",6920 "frame-support",6921 "frame-system",6922 "parity-scale-codec",6923 "scale-info",6924 "serde",6925]69266927[[package]]6928name = "parity-db"6929version = "0.3.9"6930source = "registry+https://github.com/rust-lang/crates.io-index"6931checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6932dependencies = [6933 "blake2-rfc",6934 "crc32fast",6935 "fs2",6936 "hex",6937 "libc",6938 "log",6939 "lz4",6940 "memmap2 0.2.3",6941 "parking_lot 0.11.2",6942 "rand 0.8.5",6943 "snap",6944]69456946[[package]]6947name = "parity-scale-codec"6948version = "3.1.2"6949source = "registry+https://github.com/rust-lang/crates.io-index"6950checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6951dependencies = [6952 "arrayvec 0.7.2",6953 "bitvec",6954 "byte-slice-cast",6955 "impl-trait-for-tuples",6956 "parity-scale-codec-derive",6957 "serde",6958]69596960[[package]]6961name = "parity-scale-codec-derive"6962version = "3.1.2"6963source = "registry+https://github.com/rust-lang/crates.io-index"6964checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6965dependencies = [6966 "proc-macro-crate 1.1.3",6967 "proc-macro2",6968 "quote",6969 "syn",6970]69716972[[package]]6973name = "parity-send-wrapper"6974version = "0.1.0"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69776978[[package]]6979name = "parity-tokio-ipc"6980version = "0.9.0"6981source = "registry+https://github.com/rust-lang/crates.io-index"6982checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6983dependencies = [6984 "futures 0.3.21",6985 "libc",6986 "log",6987 "rand 0.7.3",6988 "tokio 1.17.0",6989 "winapi 0.3.9",6990]69916992[[package]]6993name = "parity-util-mem"6994version = "0.11.0"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6997dependencies = [6998 "cfg-if 1.0.0",6999 "ethereum-types",7000 "hashbrown 0.12.0",7001 "impl-trait-for-tuples",7002 "lru 0.7.3",7003 "parity-util-mem-derive",7004 "parking_lot 0.12.0",7005 "primitive-types",7006 "smallvec",7007 "winapi 0.3.9",7008]70097010[[package]]7011name = "parity-util-mem-derive"7012version = "0.1.0"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7015dependencies = [7016 "proc-macro2",7017 "syn",7018 "synstructure",7019]70207021[[package]]7022name = "parity-wasm"7023version = "0.32.0"7024source = "registry+https://github.com/rust-lang/crates.io-index"7025checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7026dependencies = [7027 "byteorder",7028]70297030[[package]]7031name = "parity-wasm"7032version = "0.42.2"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70357036[[package]]7037name = "parity-ws"7038version = "0.11.1"7039source = "registry+https://github.com/rust-lang/crates.io-index"7040checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7041dependencies = [7042 "byteorder",7043 "bytes 0.4.12",7044 "httparse",7045 "log",7046 "mio 0.6.23",7047 "mio-extras",7048 "rand 0.7.3",7049 "sha-1 0.8.2",7050 "slab",7051 "url 2.2.2",7052]70537054[[package]]7055name = "parking"7056version = "2.0.0"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70597060[[package]]7061name = "parking_lot"7062version = "0.11.2"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7065dependencies = [7066 "instant",7067 "lock_api",7068 "parking_lot_core 0.8.5",7069]70707071[[package]]7072name = "parking_lot"7073version = "0.12.0"7074source = "registry+https://github.com/rust-lang/crates.io-index"7075checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7076dependencies = [7077 "lock_api",7078 "parking_lot_core 0.9.1",7079]70807081[[package]]7082name = "parking_lot_core"7083version = "0.8.5"7084source = "registry+https://github.com/rust-lang/crates.io-index"7085checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7086dependencies = [7087 "cfg-if 1.0.0",7088 "instant",7089 "libc",7090 "redox_syscall",7091 "smallvec",7092 "winapi 0.3.9",7093]70947095[[package]]7096name = "parking_lot_core"7097version = "0.9.1"7098source = "registry+https://github.com/rust-lang/crates.io-index"7099checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7100dependencies = [7101 "cfg-if 1.0.0",7102 "libc",7103 "redox_syscall",7104 "smallvec",7105 "windows-sys",7106]71077108[[package]]7109name = "paste"7110version = "1.0.6"7111source = "registry+https://github.com/rust-lang/crates.io-index"7112checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"71137114[[package]]7115name = "pbkdf2"7116version = "0.4.0"7117source = "registry+https://github.com/rust-lang/crates.io-index"7118checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7119dependencies = [7120 "crypto-mac 0.8.0",7121]71227123[[package]]7124name = "pbkdf2"7125version = "0.8.0"7126source = "registry+https://github.com/rust-lang/crates.io-index"7127checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7128dependencies = [7129 "crypto-mac 0.11.1",7130]71317132[[package]]7133name = "peeking_take_while"7134version = "0.1.2"7135source = "registry+https://github.com/rust-lang/crates.io-index"7136checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71377138[[package]]7139name = "percent-encoding"7140version = "1.0.1"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71437144[[package]]7145name = "percent-encoding"7146version = "2.1.0"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71497150[[package]]7151name = "pest"7152version = "2.1.3"7153source = "registry+https://github.com/rust-lang/crates.io-index"7154checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7155dependencies = [7156 "ucd-trie",7157]71587159[[package]]7160name = "pest_derive"7161version = "2.1.0"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7164dependencies = [7165 "pest",7166 "pest_generator",7167]71687169[[package]]7170name = "pest_generator"7171version = "2.1.3"7172source = "registry+https://github.com/rust-lang/crates.io-index"7173checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7174dependencies = [7175 "pest",7176 "pest_meta",7177 "proc-macro2",7178 "quote",7179 "syn",7180]71817182[[package]]7183name = "pest_meta"7184version = "2.1.3"7185source = "registry+https://github.com/rust-lang/crates.io-index"7186checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7187dependencies = [7188 "maplit",7189 "pest",7190 "sha-1 0.8.2",7191]71927193[[package]]7194name = "petgraph"7195version = "0.6.0"7196source = "registry+https://github.com/rust-lang/crates.io-index"7197checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7198dependencies = [7199 "fixedbitset",7200 "indexmap",7201]72027203[[package]]7204name = "pin-project"7205version = "0.4.29"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7208dependencies = [7209 "pin-project-internal 0.4.29",7210]72117212[[package]]7213name = "pin-project"7214version = "1.0.10"7215source = "registry+https://github.com/rust-lang/crates.io-index"7216checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7217dependencies = [7218 "pin-project-internal 1.0.10",7219]72207221[[package]]7222name = "pin-project-internal"7223version = "0.4.29"7224source = "registry+https://github.com/rust-lang/crates.io-index"7225checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7226dependencies = [7227 "proc-macro2",7228 "quote",7229 "syn",7230]72317232[[package]]7233name = "pin-project-internal"7234version = "1.0.10"7235source = "registry+https://github.com/rust-lang/crates.io-index"7236checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7237dependencies = [7238 "proc-macro2",7239 "quote",7240 "syn",7241]72427243[[package]]7244name = "pin-project-lite"7245version = "0.1.12"7246source = "registry+https://github.com/rust-lang/crates.io-index"7247checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72487249[[package]]7250name = "pin-project-lite"7251version = "0.2.8"7252source = "registry+https://github.com/rust-lang/crates.io-index"7253checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72547255[[package]]7256name = "pin-utils"7257version = "0.1.0"7258source = "registry+https://github.com/rust-lang/crates.io-index"7259checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72607261[[package]]7262name = "pkcs8"7263version = "0.8.0"7264source = "registry+https://github.com/rust-lang/crates.io-index"7265checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7266dependencies = [7267 "der",7268 "spki",7269 "zeroize",7270]72717272[[package]]7273name = "pkg-config"7274version = "0.3.24"7275source = "registry+https://github.com/rust-lang/crates.io-index"7276checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72777278[[package]]7279name = "platforms"7280version = "2.0.0"7281source = "registry+https://github.com/rust-lang/crates.io-index"7282checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72837284[[package]]7285name = "polkadot-approval-distribution"7286version = "0.9.18"7287source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7288dependencies = [7289 "futures 0.3.21",7290 "polkadot-node-network-protocol",7291 "polkadot-node-primitives",7292 "polkadot-node-subsystem",7293 "polkadot-node-subsystem-util",7294 "polkadot-primitives",7295 "tracing",7296]72977298[[package]]7299name = "polkadot-availability-bitfield-distribution"7300version = "0.9.18"7301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7302dependencies = [7303 "futures 0.3.21",7304 "polkadot-node-network-protocol",7305 "polkadot-node-subsystem",7306 "polkadot-node-subsystem-util",7307 "polkadot-primitives",7308 "tracing",7309]73107311[[package]]7312name = "polkadot-availability-distribution"7313version = "0.9.18"7314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7315dependencies = [7316 "derive_more",7317 "fatality",7318 "futures 0.3.21",7319 "lru 0.7.3",7320 "parity-scale-codec",7321 "polkadot-erasure-coding",7322 "polkadot-node-network-protocol",7323 "polkadot-node-primitives",7324 "polkadot-node-subsystem",7325 "polkadot-node-subsystem-util",7326 "polkadot-primitives",7327 "rand 0.8.5",7328 "sp-core",7329 "sp-keystore",7330 "thiserror",7331 "tracing",7332]73337334[[package]]7335name = "polkadot-availability-recovery"7336version = "0.9.18"7337source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7338dependencies = [7339 "fatality",7340 "futures 0.3.21",7341 "lru 0.7.3",7342 "parity-scale-codec",7343 "polkadot-erasure-coding",7344 "polkadot-node-network-protocol",7345 "polkadot-node-primitives",7346 "polkadot-node-subsystem",7347 "polkadot-node-subsystem-util",7348 "polkadot-primitives",7349 "rand 0.8.5",7350 "sc-network",7351 "thiserror",7352 "tracing",7353]73547355[[package]]7356name = "polkadot-cli"7357version = "0.9.18"7358source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7359dependencies = [7360 "clap",7361 "frame-benchmarking-cli",7362 "futures 0.3.21",7363 "log",7364 "polkadot-node-core-pvf",7365 "polkadot-node-metrics",7366 "polkadot-performance-test",7367 "polkadot-service",7368 "sc-cli",7369 "sc-service",7370 "sc-tracing",7371 "sp-core",7372 "sp-trie",7373 "substrate-build-script-utils",7374 "thiserror",7375 "try-runtime-cli",7376]73777378[[package]]7379name = "polkadot-client"7380version = "0.9.18"7381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7382dependencies = [7383 "beefy-primitives",7384 "frame-benchmarking",7385 "frame-system-rpc-runtime-api",7386 "pallet-mmr-primitives",7387 "pallet-transaction-payment-rpc-runtime-api",7388 "polkadot-primitives",7389 "polkadot-runtime",7390 "sc-client-api",7391 "sc-consensus",7392 "sc-executor",7393 "sc-service",7394 "sp-api",7395 "sp-authority-discovery",7396 "sp-block-builder",7397 "sp-blockchain",7398 "sp-consensus",7399 "sp-consensus-babe",7400 "sp-finality-grandpa",7401 "sp-offchain",7402 "sp-runtime",7403 "sp-session",7404 "sp-storage",7405 "sp-transaction-pool",7406]74077408[[package]]7409name = "polkadot-collator-protocol"7410version = "0.9.18"7411source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7412dependencies = [7413 "always-assert",7414 "fatality",7415 "futures 0.3.21",7416 "futures-timer",7417 "polkadot-node-network-protocol",7418 "polkadot-node-primitives",7419 "polkadot-node-subsystem",7420 "polkadot-node-subsystem-util",7421 "polkadot-primitives",7422 "sp-core",7423 "sp-keystore",7424 "sp-runtime",7425 "thiserror",7426 "tracing",7427]74287429[[package]]7430name = "polkadot-core-primitives"7431version = "0.9.18"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7433dependencies = [7434 "parity-scale-codec",7435 "parity-util-mem",7436 "scale-info",7437 "sp-core",7438 "sp-runtime",7439 "sp-std",7440]74417442[[package]]7443name = "polkadot-dispute-distribution"7444version = "0.9.18"7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7446dependencies = [7447 "derive_more",7448 "fatality",7449 "futures 0.3.21",7450 "lru 0.7.3",7451 "parity-scale-codec",7452 "polkadot-erasure-coding",7453 "polkadot-node-network-protocol",7454 "polkadot-node-primitives",7455 "polkadot-node-subsystem",7456 "polkadot-node-subsystem-util",7457 "polkadot-primitives",7458 "sc-network",7459 "sp-application-crypto",7460 "sp-keystore",7461 "thiserror",7462 "tracing",7463]74647465[[package]]7466name = "polkadot-erasure-coding"7467version = "0.9.18"7468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7469dependencies = [7470 "parity-scale-codec",7471 "polkadot-node-primitives",7472 "polkadot-primitives",7473 "reed-solomon-novelpoly",7474 "sp-core",7475 "sp-trie",7476 "thiserror",7477]74787479[[package]]7480name = "polkadot-gossip-support"7481version = "0.9.18"7482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7483dependencies = [7484 "futures 0.3.21",7485 "futures-timer",7486 "polkadot-node-network-protocol",7487 "polkadot-node-subsystem",7488 "polkadot-node-subsystem-util",7489 "polkadot-primitives",7490 "rand 0.8.5",7491 "rand_chacha 0.3.1",7492 "sc-network",7493 "sp-application-crypto",7494 "sp-core",7495 "sp-keystore",7496 "tracing",7497]74987499[[package]]7500name = "polkadot-network-bridge"7501version = "0.9.18"7502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7503dependencies = [7504 "async-trait",7505 "futures 0.3.21",7506 "parity-scale-codec",7507 "parking_lot 0.12.0",7508 "polkadot-node-network-protocol",7509 "polkadot-node-subsystem",7510 "polkadot-node-subsystem-util",7511 "polkadot-overseer",7512 "polkadot-primitives",7513 "sc-network",7514 "sp-consensus",7515 "tracing",7516]75177518[[package]]7519name = "polkadot-node-collation-generation"7520version = "0.9.18"7521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7522dependencies = [7523 "futures 0.3.21",7524 "parity-scale-codec",7525 "polkadot-erasure-coding",7526 "polkadot-node-primitives",7527 "polkadot-node-subsystem",7528 "polkadot-node-subsystem-util",7529 "polkadot-primitives",7530 "sp-core",7531 "sp-maybe-compressed-blob",7532 "thiserror",7533 "tracing",7534]75357536[[package]]7537name = "polkadot-node-core-approval-voting"7538version = "0.9.18"7539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7540dependencies = [7541 "bitvec",7542 "derive_more",7543 "futures 0.3.21",7544 "futures-timer",7545 "kvdb",7546 "lru 0.7.3",7547 "merlin",7548 "parity-scale-codec",7549 "polkadot-node-jaeger",7550 "polkadot-node-primitives",7551 "polkadot-node-subsystem",7552 "polkadot-node-subsystem-util",7553 "polkadot-overseer",7554 "polkadot-primitives",7555 "sc-keystore",7556 "schnorrkel",7557 "sp-application-crypto",7558 "sp-consensus",7559 "sp-consensus-slots",7560 "sp-runtime",7561 "tracing",7562]75637564[[package]]7565name = "polkadot-node-core-av-store"7566version = "0.9.18"7567source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7568dependencies = [7569 "bitvec",7570 "futures 0.3.21",7571 "futures-timer",7572 "kvdb",7573 "parity-scale-codec",7574 "polkadot-erasure-coding",7575 "polkadot-node-primitives",7576 "polkadot-node-subsystem",7577 "polkadot-node-subsystem-util",7578 "polkadot-overseer",7579 "polkadot-primitives",7580 "thiserror",7581 "tracing",7582]75837584[[package]]7585name = "polkadot-node-core-backing"7586version = "0.9.18"7587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7588dependencies = [7589 "bitvec",7590 "futures 0.3.21",7591 "polkadot-erasure-coding",7592 "polkadot-node-primitives",7593 "polkadot-node-subsystem",7594 "polkadot-node-subsystem-util",7595 "polkadot-primitives",7596 "polkadot-statement-table",7597 "sp-keystore",7598 "thiserror",7599 "tracing",7600]76017602[[package]]7603name = "polkadot-node-core-bitfield-signing"7604version = "0.9.18"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7606dependencies = [7607 "futures 0.3.21",7608 "polkadot-node-subsystem",7609 "polkadot-node-subsystem-util",7610 "polkadot-primitives",7611 "sp-keystore",7612 "thiserror",7613 "tracing",7614 "wasm-timer",7615]76167617[[package]]7618name = "polkadot-node-core-candidate-validation"7619version = "0.9.18"7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7621dependencies = [7622 "async-trait",7623 "futures 0.3.21",7624 "parity-scale-codec",7625 "polkadot-node-core-pvf",7626 "polkadot-node-primitives",7627 "polkadot-node-subsystem",7628 "polkadot-node-subsystem-util",7629 "polkadot-parachain",7630 "polkadot-primitives",7631 "sp-maybe-compressed-blob",7632 "tracing",7633]76347635[[package]]7636name = "polkadot-node-core-chain-api"7637version = "0.9.18"7638source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7639dependencies = [7640 "futures 0.3.21",7641 "polkadot-node-subsystem",7642 "polkadot-node-subsystem-util",7643 "polkadot-primitives",7644 "sc-client-api",7645 "sc-consensus-babe",7646 "sp-blockchain",7647 "tracing",7648]76497650[[package]]7651name = "polkadot-node-core-chain-selection"7652version = "0.9.18"7653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7654dependencies = [7655 "futures 0.3.21",7656 "futures-timer",7657 "kvdb",7658 "parity-scale-codec",7659 "polkadot-node-primitives",7660 "polkadot-node-subsystem",7661 "polkadot-node-subsystem-util",7662 "polkadot-primitives",7663 "thiserror",7664 "tracing",7665]76667667[[package]]7668name = "polkadot-node-core-dispute-coordinator"7669version = "0.9.18"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7671dependencies = [7672 "fatality",7673 "futures 0.3.21",7674 "kvdb",7675 "lru 0.7.3",7676 "parity-scale-codec",7677 "polkadot-node-primitives",7678 "polkadot-node-subsystem",7679 "polkadot-node-subsystem-util",7680 "polkadot-primitives",7681 "sc-keystore",7682 "thiserror",7683 "tracing",7684]76857686[[package]]7687name = "polkadot-node-core-parachains-inherent"7688version = "0.9.18"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7690dependencies = [7691 "async-trait",7692 "futures 0.3.21",7693 "futures-timer",7694 "polkadot-node-subsystem",7695 "polkadot-primitives",7696 "sp-blockchain",7697 "sp-inherents",7698 "sp-runtime",7699 "thiserror",7700 "tracing",7701]77027703[[package]]7704name = "polkadot-node-core-provisioner"7705version = "0.9.18"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7707dependencies = [7708 "bitvec",7709 "futures 0.3.21",7710 "futures-timer",7711 "polkadot-node-primitives",7712 "polkadot-node-subsystem",7713 "polkadot-node-subsystem-util",7714 "polkadot-primitives",7715 "rand 0.8.5",7716 "thiserror",7717 "tracing",7718]77197720[[package]]7721name = "polkadot-node-core-pvf"7722version = "0.9.18"7723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7724dependencies = [7725 "always-assert",7726 "assert_matches",7727 "async-process",7728 "async-std",7729 "futures 0.3.21",7730 "futures-timer",7731 "parity-scale-codec",7732 "pin-project 1.0.10",7733 "polkadot-core-primitives",7734 "polkadot-node-subsystem-util",7735 "polkadot-parachain",7736 "rand 0.8.5",7737 "sc-executor",7738 "sc-executor-common",7739 "sc-executor-wasmtime",7740 "slotmap",7741 "sp-core",7742 "sp-externalities",7743 "sp-io",7744 "sp-maybe-compressed-blob",7745 "sp-tracing",7746 "sp-wasm-interface",7747 "tracing",7748]77497750[[package]]7751name = "polkadot-node-core-pvf-checker"7752version = "0.9.18"7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7754dependencies = [7755 "futures 0.3.21",7756 "polkadot-node-primitives",7757 "polkadot-node-subsystem",7758 "polkadot-node-subsystem-util",7759 "polkadot-overseer",7760 "polkadot-primitives",7761 "sp-keystore",7762 "thiserror",7763 "tracing",7764]77657766[[package]]7767name = "polkadot-node-core-runtime-api"7768version = "0.9.18"7769source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7770dependencies = [7771 "futures 0.3.21",7772 "memory-lru",7773 "parity-util-mem",7774 "polkadot-node-subsystem",7775 "polkadot-node-subsystem-util",7776 "polkadot-primitives",7777 "sp-api",7778 "sp-authority-discovery",7779 "sp-consensus-babe",7780 "sp-core",7781 "tracing",7782]77837784[[package]]7785name = "polkadot-node-jaeger"7786version = "0.9.18"7787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7788dependencies = [7789 "async-std",7790 "lazy_static",7791 "log",7792 "mick-jaeger",7793 "parity-scale-codec",7794 "parking_lot 0.12.0",7795 "polkadot-node-primitives",7796 "polkadot-primitives",7797 "sc-network",7798 "sp-core",7799 "thiserror",7800]78017802[[package]]7803name = "polkadot-node-metrics"7804version = "0.9.18"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7806dependencies = [7807 "bs58",7808 "futures 0.3.21",7809 "futures-timer",7810 "log",7811 "metered-channel",7812 "parity-scale-codec",7813 "polkadot-primitives",7814 "sc-cli",7815 "sc-service",7816 "sc-tracing",7817 "substrate-prometheus-endpoint",7818 "tracing",7819]78207821[[package]]7822name = "polkadot-node-network-protocol"7823version = "0.9.18"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7825dependencies = [7826 "async-trait",7827 "fatality",7828 "futures 0.3.21",7829 "parity-scale-codec",7830 "polkadot-node-jaeger",7831 "polkadot-node-primitives",7832 "polkadot-primitives",7833 "sc-authority-discovery",7834 "sc-network",7835 "strum 0.24.0",7836 "thiserror",7837]78387839[[package]]7840name = "polkadot-node-primitives"7841version = "0.9.18"7842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7843dependencies = [7844 "bounded-vec",7845 "futures 0.3.21",7846 "parity-scale-codec",7847 "polkadot-parachain",7848 "polkadot-primitives",7849 "schnorrkel",7850 "serde",7851 "sp-application-crypto",7852 "sp-consensus-babe",7853 "sp-consensus-vrf",7854 "sp-core",7855 "sp-keystore",7856 "sp-maybe-compressed-blob",7857 "thiserror",7858 "zstd",7859]78607861[[package]]7862name = "polkadot-node-subsystem"7863version = "0.9.18"7864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7865dependencies = [7866 "polkadot-node-jaeger",7867 "polkadot-node-subsystem-types",7868 "polkadot-overseer",7869]78707871[[package]]7872name = "polkadot-node-subsystem-types"7873version = "0.9.18"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7875dependencies = [7876 "derive_more",7877 "futures 0.3.21",7878 "polkadot-node-jaeger",7879 "polkadot-node-network-protocol",7880 "polkadot-node-primitives",7881 "polkadot-overseer-gen",7882 "polkadot-primitives",7883 "polkadot-statement-table",7884 "sc-network",7885 "smallvec",7886 "substrate-prometheus-endpoint",7887 "thiserror",7888]78897890[[package]]7891name = "polkadot-node-subsystem-util"7892version = "0.9.18"7893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7894dependencies = [7895 "async-trait",7896 "derive_more",7897 "fatality",7898 "futures 0.3.21",7899 "itertools",7900 "kvdb",7901 "lru 0.7.3",7902 "metered-channel",7903 "parity-db",7904 "parity-scale-codec",7905 "parity-util-mem",7906 "parking_lot 0.11.2",7907 "pin-project 1.0.10",7908 "polkadot-node-jaeger",7909 "polkadot-node-metrics",7910 "polkadot-node-network-protocol",7911 "polkadot-node-primitives",7912 "polkadot-node-subsystem",7913 "polkadot-overseer",7914 "polkadot-primitives",7915 "rand 0.8.5",7916 "sp-application-crypto",7917 "sp-core",7918 "sp-keystore",7919 "thiserror",7920 "tracing",7921]79227923[[package]]7924name = "polkadot-overseer"7925version = "0.9.18"7926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7927dependencies = [7928 "futures 0.3.21",7929 "futures-timer",7930 "lru 0.7.3",7931 "parity-util-mem",7932 "parking_lot 0.12.0",7933 "polkadot-node-metrics",7934 "polkadot-node-network-protocol",7935 "polkadot-node-primitives",7936 "polkadot-node-subsystem-types",7937 "polkadot-overseer-gen",7938 "polkadot-primitives",7939 "sc-client-api",7940 "sp-api",7941 "tracing",7942]79437944[[package]]7945name = "polkadot-overseer-gen"7946version = "0.9.18"7947source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7948dependencies = [7949 "async-trait",7950 "futures 0.3.21",7951 "futures-timer",7952 "metered-channel",7953 "pin-project 1.0.10",7954 "polkadot-node-network-protocol",7955 "polkadot-node-primitives",7956 "polkadot-overseer-gen-proc-macro",7957 "thiserror",7958 "tracing",7959]79607961[[package]]7962name = "polkadot-overseer-gen-proc-macro"7963version = "0.9.18"7964source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7965dependencies = [7966 "expander 0.0.5",7967 "proc-macro-crate 1.1.3",7968 "proc-macro2",7969 "quote",7970 "syn",7971]79727973[[package]]7974name = "polkadot-parachain"7975version = "0.9.18"7976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7977dependencies = [7978 "derive_more",7979 "frame-support",7980 "parity-scale-codec",7981 "parity-util-mem",7982 "polkadot-core-primitives",7983 "scale-info",7984 "serde",7985 "sp-core",7986 "sp-runtime",7987 "sp-std",7988]79897990[[package]]7991name = "polkadot-performance-test"7992version = "0.9.18"7993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7994dependencies = [7995 "env_logger",7996 "kusama-runtime",7997 "log",7998 "polkadot-erasure-coding",7999 "polkadot-node-core-pvf",8000 "polkadot-node-primitives",8001 "quote",8002 "thiserror",8003]80048005[[package]]8006name = "polkadot-primitives"8007version = "0.9.18"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8009dependencies = [8010 "bitvec",8011 "frame-system",8012 "hex-literal",8013 "parity-scale-codec",8014 "parity-util-mem",8015 "polkadot-core-primitives",8016 "polkadot-parachain",8017 "scale-info",8018 "serde",8019 "sp-api",8020 "sp-application-crypto",8021 "sp-arithmetic",8022 "sp-authority-discovery",8023 "sp-consensus-slots",8024 "sp-core",8025 "sp-inherents",8026 "sp-io",8027 "sp-keystore",8028 "sp-runtime",8029 "sp-staking",8030 "sp-std",8031 "sp-trie",8032 "sp-version",8033]80348035[[package]]8036name = "polkadot-rpc"8037version = "0.9.18"8038source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8039dependencies = [8040 "beefy-gadget",8041 "beefy-gadget-rpc",8042 "jsonrpc-core",8043 "pallet-mmr-rpc",8044 "pallet-transaction-payment-rpc",8045 "polkadot-primitives",8046 "sc-chain-spec",8047 "sc-client-api",8048 "sc-consensus-babe",8049 "sc-consensus-babe-rpc",8050 "sc-consensus-epochs",8051 "sc-finality-grandpa",8052 "sc-finality-grandpa-rpc",8053 "sc-rpc",8054 "sc-sync-state-rpc",8055 "sc-transaction-pool-api",8056 "sp-api",8057 "sp-block-builder",8058 "sp-blockchain",8059 "sp-consensus",8060 "sp-consensus-babe",8061 "sp-keystore",8062 "sp-runtime",8063 "substrate-frame-rpc-system",8064]80658066[[package]]8067name = "polkadot-runtime"8068version = "0.9.18"8069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8070dependencies = [8071 "beefy-primitives",8072 "bitvec",8073 "frame-benchmarking",8074 "frame-election-provider-support",8075 "frame-executive",8076 "frame-support",8077 "frame-system",8078 "frame-system-benchmarking",8079 "frame-system-rpc-runtime-api",8080 "frame-try-runtime",8081 "hex-literal",8082 "log",8083 "pallet-authority-discovery",8084 "pallet-authorship",8085 "pallet-babe",8086 "pallet-bags-list",8087 "pallet-balances",8088 "pallet-bounties",8089 "pallet-collective",8090 "pallet-democracy",8091 "pallet-election-provider-multi-phase",8092 "pallet-elections-phragmen",8093 "pallet-grandpa",8094 "pallet-identity",8095 "pallet-im-online",8096 "pallet-indices",8097 "pallet-membership",8098 "pallet-mmr-primitives",8099 "pallet-multisig",8100 "pallet-nicks",8101 "pallet-offences",8102 "pallet-offences-benchmarking",8103 "pallet-preimage",8104 "pallet-proxy",8105 "pallet-scheduler",8106 "pallet-session",8107 "pallet-session-benchmarking",8108 "pallet-staking",8109 "pallet-staking-reward-curve",8110 "pallet-timestamp",8111 "pallet-tips",8112 "pallet-transaction-payment",8113 "pallet-transaction-payment-rpc-runtime-api",8114 "pallet-treasury",8115 "pallet-utility",8116 "pallet-vesting",8117 "pallet-xcm",8118 "parity-scale-codec",8119 "polkadot-primitives",8120 "polkadot-runtime-common",8121 "polkadot-runtime-constants",8122 "polkadot-runtime-parachains",8123 "rustc-hex",8124 "scale-info",8125 "serde",8126 "serde_derive",8127 "smallvec",8128 "sp-api",8129 "sp-authority-discovery",8130 "sp-block-builder",8131 "sp-consensus-babe",8132 "sp-core",8133 "sp-inherents",8134 "sp-io",8135 "sp-npos-elections",8136 "sp-offchain",8137 "sp-runtime",8138 "sp-session",8139 "sp-staking",8140 "sp-std",8141 "sp-transaction-pool",8142 "sp-version",8143 "static_assertions",8144 "substrate-wasm-builder",8145 "xcm",8146 "xcm-builder",8147 "xcm-executor",8148]81498150[[package]]8151name = "polkadot-runtime-common"8152version = "0.9.18"8153source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8154dependencies = [8155 "beefy-primitives",8156 "bitvec",8157 "frame-benchmarking",8158 "frame-election-provider-support",8159 "frame-support",8160 "frame-system",8161 "impl-trait-for-tuples",8162 "libsecp256k1 0.7.0",8163 "log",8164 "pallet-authorship",8165 "pallet-babe",8166 "pallet-bags-list",8167 "pallet-balances",8168 "pallet-beefy-mmr",8169 "pallet-election-provider-multi-phase",8170 "pallet-session",8171 "pallet-staking",8172 "pallet-timestamp",8173 "pallet-transaction-payment",8174 "pallet-treasury",8175 "pallet-vesting",8176 "parity-scale-codec",8177 "polkadot-primitives",8178 "polkadot-runtime-parachains",8179 "rustc-hex",8180 "scale-info",8181 "serde",8182 "serde_derive",8183 "slot-range-helper",8184 "sp-api",8185 "sp-core",8186 "sp-inherents",8187 "sp-io",8188 "sp-npos-elections",8189 "sp-runtime",8190 "sp-session",8191 "sp-staking",8192 "sp-std",8193 "static_assertions",8194 "xcm",8195]81968197[[package]]8198name = "polkadot-runtime-constants"8199version = "0.9.18"8200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8201dependencies = [8202 "frame-support",8203 "polkadot-primitives",8204 "polkadot-runtime-common",8205 "smallvec",8206 "sp-runtime",8207]82088209[[package]]8210name = "polkadot-runtime-metrics"8211version = "0.9.18"8212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8213dependencies = [8214 "bs58",8215 "parity-scale-codec",8216 "polkadot-primitives",8217 "sp-std",8218 "sp-tracing",8219]82208221[[package]]8222name = "polkadot-runtime-parachains"8223version = "0.9.18"8224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8225dependencies = [8226 "bitflags",8227 "bitvec",8228 "derive_more",8229 "frame-benchmarking",8230 "frame-support",8231 "frame-system",8232 "log",8233 "pallet-authority-discovery",8234 "pallet-authorship",8235 "pallet-babe",8236 "pallet-balances",8237 "pallet-session",8238 "pallet-staking",8239 "pallet-timestamp",8240 "pallet-vesting",8241 "parity-scale-codec",8242 "polkadot-primitives",8243 "polkadot-runtime-metrics",8244 "rand 0.8.5",8245 "rand_chacha 0.3.1",8246 "rustc-hex",8247 "scale-info",8248 "serde",8249 "sp-api",8250 "sp-core",8251 "sp-inherents",8252 "sp-io",8253 "sp-keystore",8254 "sp-runtime",8255 "sp-session",8256 "sp-staking",8257 "sp-std",8258 "static_assertions",8259 "xcm",8260 "xcm-executor",8261]82628263[[package]]8264name = "polkadot-service"8265version = "0.9.18"8266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8267dependencies = [8268 "async-trait",8269 "beefy-gadget",8270 "beefy-primitives",8271 "frame-system-rpc-runtime-api",8272 "futures 0.3.21",8273 "hex-literal",8274 "kusama-runtime",8275 "kvdb",8276 "kvdb-rocksdb",8277 "lru 0.7.3",8278 "pallet-babe",8279 "pallet-im-online",8280 "pallet-mmr-primitives",8281 "pallet-staking",8282 "pallet-transaction-payment-rpc-runtime-api",8283 "parity-db",8284 "polkadot-approval-distribution",8285 "polkadot-availability-bitfield-distribution",8286 "polkadot-availability-distribution",8287 "polkadot-availability-recovery",8288 "polkadot-client",8289 "polkadot-collator-protocol",8290 "polkadot-dispute-distribution",8291 "polkadot-gossip-support",8292 "polkadot-network-bridge",8293 "polkadot-node-collation-generation",8294 "polkadot-node-core-approval-voting",8295 "polkadot-node-core-av-store",8296 "polkadot-node-core-backing",8297 "polkadot-node-core-bitfield-signing",8298 "polkadot-node-core-candidate-validation",8299 "polkadot-node-core-chain-api",8300 "polkadot-node-core-chain-selection",8301 "polkadot-node-core-dispute-coordinator",8302 "polkadot-node-core-parachains-inherent",8303 "polkadot-node-core-provisioner",8304 "polkadot-node-core-pvf-checker",8305 "polkadot-node-core-runtime-api",8306 "polkadot-node-network-protocol",8307 "polkadot-node-primitives",8308 "polkadot-node-subsystem",8309 "polkadot-node-subsystem-util",8310 "polkadot-overseer",8311 "polkadot-parachain",8312 "polkadot-primitives",8313 "polkadot-rpc",8314 "polkadot-runtime",8315 "polkadot-runtime-constants",8316 "polkadot-runtime-parachains",8317 "polkadot-statement-distribution",8318 "rococo-runtime",8319 "sc-authority-discovery",8320 "sc-basic-authorship",8321 "sc-block-builder",8322 "sc-chain-spec",8323 "sc-client-api",8324 "sc-client-db",8325 "sc-consensus",8326 "sc-consensus-babe",8327 "sc-consensus-slots",8328 "sc-consensus-uncles",8329 "sc-executor",8330 "sc-finality-grandpa",8331 "sc-keystore",8332 "sc-network",8333 "sc-offchain",8334 "sc-service",8335 "sc-sync-state-rpc",8336 "sc-telemetry",8337 "sc-transaction-pool",8338 "serde",8339 "sp-api",8340 "sp-authority-discovery",8341 "sp-block-builder",8342 "sp-blockchain",8343 "sp-consensus",8344 "sp-consensus-babe",8345 "sp-core",8346 "sp-finality-grandpa",8347 "sp-inherents",8348 "sp-io",8349 "sp-keystore",8350 "sp-offchain",8351 "sp-runtime",8352 "sp-session",8353 "sp-state-machine",8354 "sp-storage",8355 "sp-timestamp",8356 "sp-transaction-pool",8357 "sp-trie",8358 "substrate-prometheus-endpoint",8359 "thiserror",8360 "tracing",8361 "westend-runtime",8362]83638364[[package]]8365name = "polkadot-statement-distribution"8366version = "0.9.18"8367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8368dependencies = [8369 "arrayvec 0.5.2",8370 "fatality",8371 "futures 0.3.21",8372 "indexmap",8373 "parity-scale-codec",8374 "polkadot-node-network-protocol",8375 "polkadot-node-primitives",8376 "polkadot-node-subsystem",8377 "polkadot-node-subsystem-util",8378 "polkadot-primitives",8379 "sp-keystore",8380 "sp-staking",8381 "thiserror",8382 "tracing",8383]83848385[[package]]8386name = "polkadot-statement-table"8387version = "0.9.18"8388source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8389dependencies = [8390 "parity-scale-codec",8391 "polkadot-primitives",8392 "sp-core",8393]83948395[[package]]8396name = "polkadot-test-runtime"8397version = "0.9.18"8398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8399dependencies = [8400 "beefy-primitives",8401 "bitvec",8402 "frame-election-provider-support",8403 "frame-executive",8404 "frame-support",8405 "frame-system",8406 "frame-system-rpc-runtime-api",8407 "log",8408 "pallet-authority-discovery",8409 "pallet-authorship",8410 "pallet-babe",8411 "pallet-balances",8412 "pallet-grandpa",8413 "pallet-indices",8414 "pallet-mmr-primitives",8415 "pallet-nicks",8416 "pallet-offences",8417 "pallet-session",8418 "pallet-staking",8419 "pallet-staking-reward-curve",8420 "pallet-sudo",8421 "pallet-timestamp",8422 "pallet-transaction-payment",8423 "pallet-transaction-payment-rpc-runtime-api",8424 "pallet-vesting",8425 "pallet-xcm",8426 "parity-scale-codec",8427 "polkadot-parachain",8428 "polkadot-primitives",8429 "polkadot-runtime-common",8430 "polkadot-runtime-parachains",8431 "rustc-hex",8432 "scale-info",8433 "serde",8434 "serde_derive",8435 "smallvec",8436 "sp-api",8437 "sp-authority-discovery",8438 "sp-block-builder",8439 "sp-consensus-babe",8440 "sp-core",8441 "sp-inherents",8442 "sp-io",8443 "sp-offchain",8444 "sp-runtime",8445 "sp-session",8446 "sp-staking",8447 "sp-std",8448 "sp-transaction-pool",8449 "sp-version",8450 "substrate-wasm-builder",8451 "test-runtime-constants",8452 "xcm",8453 "xcm-builder",8454 "xcm-executor",8455]84568457[[package]]8458name = "polkadot-test-service"8459version = "0.9.18"8460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8461dependencies = [8462 "frame-benchmarking",8463 "frame-system",8464 "futures 0.1.31",8465 "futures 0.3.21",8466 "hex",8467 "pallet-balances",8468 "pallet-staking",8469 "pallet-transaction-payment",8470 "polkadot-node-primitives",8471 "polkadot-node-subsystem",8472 "polkadot-overseer",8473 "polkadot-parachain",8474 "polkadot-primitives",8475 "polkadot-rpc",8476 "polkadot-runtime-common",8477 "polkadot-runtime-parachains",8478 "polkadot-service",8479 "polkadot-test-runtime",8480 "rand 0.8.5",8481 "sc-authority-discovery",8482 "sc-chain-spec",8483 "sc-cli",8484 "sc-client-api",8485 "sc-consensus",8486 "sc-consensus-babe",8487 "sc-executor",8488 "sc-finality-grandpa",8489 "sc-network",8490 "sc-service",8491 "sc-tracing",8492 "sc-transaction-pool",8493 "sp-arithmetic",8494 "sp-authority-discovery",8495 "sp-blockchain",8496 "sp-consensus",8497 "sp-consensus-babe",8498 "sp-core",8499 "sp-finality-grandpa",8500 "sp-inherents",8501 "sp-keyring",8502 "sp-runtime",8503 "sp-state-machine",8504 "substrate-test-client",8505 "tempfile",8506 "test-runtime-constants",8507 "tokio 1.17.0",8508 "tracing",8509]85108511[[package]]8512name = "polling"8513version = "2.2.0"8514source = "registry+https://github.com/rust-lang/crates.io-index"8515checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8516dependencies = [8517 "cfg-if 1.0.0",8518 "libc",8519 "log",8520 "wepoll-ffi",8521 "winapi 0.3.9",8522]85238524[[package]]8525name = "poly1305"8526version = "0.7.2"8527source = "registry+https://github.com/rust-lang/crates.io-index"8528checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8529dependencies = [8530 "cpufeatures 0.2.2",8531 "opaque-debug 0.3.0",8532 "universal-hash",8533]85348535[[package]]8536name = "polyval"8537version = "0.5.3"8538source = "registry+https://github.com/rust-lang/crates.io-index"8539checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8540dependencies = [8541 "cfg-if 1.0.0",8542 "cpufeatures 0.2.2",8543 "opaque-debug 0.3.0",8544 "universal-hash",8545]85468547[[package]]8548name = "ppv-lite86"8549version = "0.2.16"8550source = "registry+https://github.com/rust-lang/crates.io-index"8551checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85528553[[package]]8554name = "primitive-types"8555version = "0.11.1"8556source = "registry+https://github.com/rust-lang/crates.io-index"8557checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8558dependencies = [8559 "fixed-hash",8560 "impl-codec",8561 "impl-rlp",8562 "impl-serde",8563 "scale-info",8564 "uint",8565]85668567[[package]]8568name = "proc-macro-crate"8569version = "0.1.5"8570source = "registry+https://github.com/rust-lang/crates.io-index"8571checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8572dependencies = [8573 "toml",8574]85758576[[package]]8577name = "proc-macro-crate"8578version = "1.1.3"8579source = "registry+https://github.com/rust-lang/crates.io-index"8580checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8581dependencies = [8582 "thiserror",8583 "toml",8584]85858586[[package]]8587name = "proc-macro-error"8588version = "1.0.4"8589source = "registry+https://github.com/rust-lang/crates.io-index"8590checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8591dependencies = [8592 "proc-macro-error-attr",8593 "proc-macro2",8594 "quote",8595 "syn",8596 "version_check",8597]85988599[[package]]8600name = "proc-macro-error-attr"8601version = "1.0.4"8602source = "registry+https://github.com/rust-lang/crates.io-index"8603checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8604dependencies = [8605 "proc-macro2",8606 "quote",8607 "version_check",8608]86098610[[package]]8611name = "proc-macro2"8612version = "1.0.36"8613source = "registry+https://github.com/rust-lang/crates.io-index"8614checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8615dependencies = [8616 "unicode-xid",8617]86188619[[package]]8620name = "prometheus"8621version = "0.13.0"8622source = "registry+https://github.com/rust-lang/crates.io-index"8623checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8624dependencies = [8625 "cfg-if 1.0.0",8626 "fnv",8627 "lazy_static",8628 "memchr",8629 "parking_lot 0.11.2",8630 "thiserror",8631]86328633[[package]]8634name = "prost"8635version = "0.9.0"8636source = "registry+https://github.com/rust-lang/crates.io-index"8637checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8638dependencies = [8639 "bytes 1.1.0",8640 "prost-derive",8641]86428643[[package]]8644name = "prost-build"8645version = "0.9.0"8646source = "registry+https://github.com/rust-lang/crates.io-index"8647checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8648dependencies = [8649 "bytes 1.1.0",8650 "heck 0.3.3",8651 "itertools",8652 "lazy_static",8653 "log",8654 "multimap",8655 "petgraph",8656 "prost",8657 "prost-types",8658 "regex",8659 "tempfile",8660 "which",8661]86628663[[package]]8664name = "prost-derive"8665version = "0.9.0"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8668dependencies = [8669 "anyhow",8670 "itertools",8671 "proc-macro2",8672 "quote",8673 "syn",8674]86758676[[package]]8677name = "prost-types"8678version = "0.9.0"8679source = "registry+https://github.com/rust-lang/crates.io-index"8680checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8681dependencies = [8682 "bytes 1.1.0",8683 "prost",8684]86858686[[package]]8687name = "psm"8688version = "0.1.17"8689source = "registry+https://github.com/rust-lang/crates.io-index"8690checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8691dependencies = [8692 "cc",8693]86948695[[package]]8696name = "quartz-runtime"8697version = "0.1.0"8698dependencies = [8699 "cumulus-pallet-aura-ext",8700 "cumulus-pallet-dmp-queue",8701 "cumulus-pallet-parachain-system",8702 "cumulus-pallet-xcm",8703 "cumulus-pallet-xcmp-queue",8704 "cumulus-primitives-core",8705 "cumulus-primitives-timestamp",8706 "cumulus-primitives-utility",8707 "derivative",8708 "fp-rpc",8709 "fp-self-contained",8710 "frame-benchmarking",8711 "frame-executive",8712 "frame-support",8713 "frame-system",8714 "frame-system-benchmarking",8715 "frame-system-rpc-runtime-api",8716 "hex-literal",8717 "orml-vesting",8718 "pallet-aura",8719 "pallet-balances",8720 "pallet-base-fee",8721 "pallet-common",8722 "pallet-ethereum",8723 "pallet-evm",8724 "pallet-evm-coder-substrate",8725 "pallet-evm-contract-helpers",8726 "pallet-evm-migration",8727 "pallet-evm-transaction-payment",8728 "pallet-fungible",8729 "pallet-inflation",8730 "pallet-nonfungible",8731 "pallet-randomness-collective-flip",8732 "pallet-refungible",8733 "pallet-sudo",8734 "pallet-template-transaction-payment",8735 "pallet-timestamp",8736 "pallet-transaction-payment",8737 "pallet-transaction-payment-rpc-runtime-api",8738 "pallet-treasury",8739 "pallet-unique",8740 "pallet-unq-scheduler",8741 "pallet-xcm",8742 "parachain-info",8743 "parity-scale-codec",8744 "polkadot-parachain",8745 "scale-info",8746 "serde",8747 "smallvec",8748 "sp-api",8749 "sp-arithmetic",8750 "sp-block-builder",8751 "sp-consensus-aura",8752 "sp-core",8753 "sp-inherents",8754 "sp-io",8755 "sp-offchain",8756 "sp-runtime",8757 "sp-session",8758 "sp-std",8759 "sp-transaction-pool",8760 "sp-version",8761 "substrate-wasm-builder",8762 "unique-runtime-common",8763 "up-data-structs",8764 "up-evm-mapping",8765 "up-rpc",8766 "xcm",8767 "xcm-builder",8768 "xcm-executor",8769]87708771[[package]]8772name = "quick-error"8773version = "1.2.3"8774source = "registry+https://github.com/rust-lang/crates.io-index"8775checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87768777[[package]]8778name = "quick-error"8779version = "2.0.1"8780source = "registry+https://github.com/rust-lang/crates.io-index"8781checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87828783[[package]]8784name = "quicksink"8785version = "0.1.2"8786source = "registry+https://github.com/rust-lang/crates.io-index"8787checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8788dependencies = [8789 "futures-core",8790 "futures-sink",8791 "pin-project-lite 0.1.12",8792]87938794[[package]]8795name = "quote"8796version = "1.0.16"8797source = "registry+https://github.com/rust-lang/crates.io-index"8798checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"8799dependencies = [8800 "proc-macro2",8801]88028803[[package]]8804name = "radium"8805version = "0.7.0"8806source = "registry+https://github.com/rust-lang/crates.io-index"8807checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88088809[[package]]8810name = "rand"8811version = "0.7.3"8812source = "registry+https://github.com/rust-lang/crates.io-index"8813checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8814dependencies = [8815 "getrandom 0.1.16",8816 "libc",8817 "rand_chacha 0.2.2",8818 "rand_core 0.5.1",8819 "rand_hc",8820 "rand_pcg",8821]88228823[[package]]8824name = "rand"8825version = "0.8.5"8826source = "registry+https://github.com/rust-lang/crates.io-index"8827checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8828dependencies = [8829 "libc",8830 "rand_chacha 0.3.1",8831 "rand_core 0.6.3",8832]88338834[[package]]8835name = "rand_chacha"8836version = "0.2.2"8837source = "registry+https://github.com/rust-lang/crates.io-index"8838checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8839dependencies = [8840 "ppv-lite86",8841 "rand_core 0.5.1",8842]88438844[[package]]8845name = "rand_chacha"8846version = "0.3.1"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8849dependencies = [8850 "ppv-lite86",8851 "rand_core 0.6.3",8852]88538854[[package]]8855name = "rand_core"8856version = "0.5.1"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8859dependencies = [8860 "getrandom 0.1.16",8861]88628863[[package]]8864name = "rand_core"8865version = "0.6.3"8866source = "registry+https://github.com/rust-lang/crates.io-index"8867checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8868dependencies = [8869 "getrandom 0.2.5",8870]88718872[[package]]8873name = "rand_distr"8874version = "0.4.3"8875source = "registry+https://github.com/rust-lang/crates.io-index"8876checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8877dependencies = [8878 "num-traits",8879 "rand 0.8.5",8880]88818882[[package]]8883name = "rand_hc"8884version = "0.2.0"8885source = "registry+https://github.com/rust-lang/crates.io-index"8886checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8887dependencies = [8888 "rand_core 0.5.1",8889]88908891[[package]]8892name = "rand_pcg"8893version = "0.2.1"8894source = "registry+https://github.com/rust-lang/crates.io-index"8895checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8896dependencies = [8897 "rand_core 0.5.1",8898]88998900[[package]]8901name = "rawpointer"8902version = "0.2.1"8903source = "registry+https://github.com/rust-lang/crates.io-index"8904checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89058906[[package]]8907name = "rayon"8908version = "1.5.1"8909source = "registry+https://github.com/rust-lang/crates.io-index"8910checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8911dependencies = [8912 "autocfg",8913 "crossbeam-deque",8914 "either",8915 "rayon-core",8916]89178918[[package]]8919name = "rayon-core"8920version = "1.9.1"8921source = "registry+https://github.com/rust-lang/crates.io-index"8922checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8923dependencies = [8924 "crossbeam-channel",8925 "crossbeam-deque",8926 "crossbeam-utils",8927 "lazy_static",8928 "num_cpus",8929]89308931[[package]]8932name = "redox_syscall"8933version = "0.2.11"8934source = "registry+https://github.com/rust-lang/crates.io-index"8935checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8936dependencies = [8937 "bitflags",8938]89398940[[package]]8941name = "redox_users"8942version = "0.4.2"8943source = "registry+https://github.com/rust-lang/crates.io-index"8944checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8945dependencies = [8946 "getrandom 0.2.5",8947 "redox_syscall",8948 "thiserror",8949]89508951[[package]]8952name = "reed-solomon-novelpoly"8953version = "1.0.0"8954source = "registry+https://github.com/rust-lang/crates.io-index"8955checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8956dependencies = [8957 "derive_more",8958 "fs-err",8959 "itertools",8960 "static_init",8961 "thiserror",8962]89638964[[package]]8965name = "ref-cast"8966version = "1.0.6"8967source = "registry+https://github.com/rust-lang/crates.io-index"8968checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8969dependencies = [8970 "ref-cast-impl",8971]89728973[[package]]8974name = "ref-cast-impl"8975version = "1.0.6"8976source = "registry+https://github.com/rust-lang/crates.io-index"8977checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8978dependencies = [8979 "proc-macro2",8980 "quote",8981 "syn",8982]89838984[[package]]8985name = "regalloc"8986version = "0.0.33"8987source = "registry+https://github.com/rust-lang/crates.io-index"8988checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8989dependencies = [8990 "log",8991 "rustc-hash",8992 "smallvec",8993]89948995[[package]]8996name = "regex"8997version = "1.5.5"8998source = "registry+https://github.com/rust-lang/crates.io-index"8999checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9000dependencies = [9001 "aho-corasick",9002 "memchr",9003 "regex-syntax",9004]90059006[[package]]9007name = "regex-automata"9008version = "0.1.10"9009source = "registry+https://github.com/rust-lang/crates.io-index"9010checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9011dependencies = [9012 "regex-syntax",9013]90149015[[package]]9016name = "regex-syntax"9017version = "0.6.25"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90209021[[package]]9022name = "region"9023version = "2.2.0"9024source = "registry+https://github.com/rust-lang/crates.io-index"9025checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9026dependencies = [9027 "bitflags",9028 "libc",9029 "mach",9030 "winapi 0.3.9",9031]90329033[[package]]9034name = "remote-externalities"9035version = "0.10.0-dev"9036source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9037dependencies = [9038 "env_logger",9039 "jsonrpsee 0.8.0",9040 "log",9041 "parity-scale-codec",9042 "serde",9043 "serde_json",9044 "sp-core",9045 "sp-io",9046 "sp-runtime",9047 "sp-version",9048]90499050[[package]]9051name = "remove_dir_all"9052version = "0.5.3"9053source = "registry+https://github.com/rust-lang/crates.io-index"9054checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9055dependencies = [9056 "winapi 0.3.9",9057]90589059[[package]]9060name = "resolv-conf"9061version = "0.7.0"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9064dependencies = [9065 "hostname",9066 "quick-error 1.2.3",9067]90689069[[package]]9070name = "retain_mut"9071version = "0.1.7"9072source = "registry+https://github.com/rust-lang/crates.io-index"9073checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90749075[[package]]9076name = "ring"9077version = "0.16.20"9078source = "registry+https://github.com/rust-lang/crates.io-index"9079checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9080dependencies = [9081 "cc",9082 "libc",9083 "once_cell",9084 "spin",9085 "untrusted",9086 "web-sys",9087 "winapi 0.3.9",9088]90899090[[package]]9091name = "rlp"9092version = "0.5.1"9093source = "registry+https://github.com/rust-lang/crates.io-index"9094checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9095dependencies = [9096 "bytes 1.1.0",9097 "rustc-hex",9098]90999100[[package]]9101name = "rlp-derive"9102version = "0.1.0"9103source = "registry+https://github.com/rust-lang/crates.io-index"9104checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9105dependencies = [9106 "proc-macro2",9107 "quote",9108 "syn",9109]91109111[[package]]9112name = "rocksdb"9113version = "0.18.0"9114source = "registry+https://github.com/rust-lang/crates.io-index"9115checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9116dependencies = [9117 "libc",9118 "librocksdb-sys",9119]91209121[[package]]9122name = "rococo-runtime"9123version = "0.9.18"9124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9125dependencies = [9126 "beefy-primitives",9127 "bp-messages",9128 "bp-rococo",9129 "bp-runtime",9130 "bp-wococo",9131 "bridge-runtime-common",9132 "frame-benchmarking",9133 "frame-executive",9134 "frame-support",9135 "frame-system",9136 "frame-system-rpc-runtime-api",9137 "hex-literal",9138 "log",9139 "pallet-authority-discovery",9140 "pallet-authorship",9141 "pallet-babe",9142 "pallet-balances",9143 "pallet-beefy",9144 "pallet-beefy-mmr",9145 "pallet-bridge-dispatch",9146 "pallet-bridge-grandpa",9147 "pallet-bridge-messages",9148 "pallet-collective",9149 "pallet-grandpa",9150 "pallet-im-online",9151 "pallet-indices",9152 "pallet-membership",9153 "pallet-mmr",9154 "pallet-mmr-primitives",9155 "pallet-multisig",9156 "pallet-offences",9157 "pallet-proxy",9158 "pallet-session",9159 "pallet-staking",9160 "pallet-sudo",9161 "pallet-timestamp",9162 "pallet-transaction-payment",9163 "pallet-transaction-payment-rpc-runtime-api",9164 "pallet-utility",9165 "pallet-xcm",9166 "parity-scale-codec",9167 "polkadot-parachain",9168 "polkadot-primitives",9169 "polkadot-runtime-common",9170 "polkadot-runtime-parachains",9171 "rococo-runtime-constants",9172 "scale-info",9173 "serde",9174 "serde_derive",9175 "smallvec",9176 "sp-api",9177 "sp-authority-discovery",9178 "sp-block-builder",9179 "sp-consensus-babe",9180 "sp-core",9181 "sp-inherents",9182 "sp-io",9183 "sp-offchain",9184 "sp-runtime",9185 "sp-session",9186 "sp-staking",9187 "sp-std",9188 "sp-transaction-pool",9189 "sp-version",9190 "substrate-wasm-builder",9191 "xcm",9192 "xcm-builder",9193 "xcm-executor",9194]91959196[[package]]9197name = "rococo-runtime-constants"9198version = "0.9.18"9199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9200dependencies = [9201 "frame-support",9202 "polkadot-primitives",9203 "polkadot-runtime-common",9204 "smallvec",9205 "sp-runtime",9206]92079208[[package]]9209name = "rpassword"9210version = "5.0.1"9211source = "registry+https://github.com/rust-lang/crates.io-index"9212checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9213dependencies = [9214 "libc",9215 "winapi 0.3.9",9216]92179218[[package]]9219name = "rustc-demangle"9220version = "0.1.21"9221source = "registry+https://github.com/rust-lang/crates.io-index"9222checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92239224[[package]]9225name = "rustc-hash"9226version = "1.1.0"9227source = "registry+https://github.com/rust-lang/crates.io-index"9228checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92299230[[package]]9231name = "rustc-hex"9232version = "2.1.0"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92359236[[package]]9237name = "rustc_version"9238version = "0.2.3"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9241dependencies = [9242 "semver 0.9.0",9243]92449245[[package]]9246name = "rustc_version"9247version = "0.3.3"9248source = "registry+https://github.com/rust-lang/crates.io-index"9249checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9250dependencies = [9251 "semver 0.11.0",9252]92539254[[package]]9255name = "rustc_version"9256version = "0.4.0"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9259dependencies = [9260 "semver 1.0.6",9261]92629263[[package]]9264name = "rustix"9265version = "0.31.3"9266source = "registry+https://github.com/rust-lang/crates.io-index"9267checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9268dependencies = [9269 "bitflags",9270 "errno",9271 "io-lifetimes",9272 "libc",9273 "linux-raw-sys",9274 "winapi 0.3.9",9275]92769277[[package]]9278name = "rustls"9279version = "0.19.1"9280source = "registry+https://github.com/rust-lang/crates.io-index"9281checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9282dependencies = [9283 "base64",9284 "log",9285 "ring",9286 "sct 0.6.1",9287 "webpki 0.21.4",9288]92899290[[package]]9291name = "rustls"9292version = "0.20.4"9293source = "registry+https://github.com/rust-lang/crates.io-index"9294checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9295dependencies = [9296 "log",9297 "ring",9298 "sct 0.7.0",9299 "webpki 0.22.0",9300]93019302[[package]]9303name = "rustls-native-certs"9304version = "0.5.0"9305source = "registry+https://github.com/rust-lang/crates.io-index"9306checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9307dependencies = [9308 "openssl-probe",9309 "rustls 0.19.1",9310 "schannel",9311 "security-framework",9312]93139314[[package]]9315name = "rustls-native-certs"9316version = "0.6.1"9317source = "registry+https://github.com/rust-lang/crates.io-index"9318checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9319dependencies = [9320 "openssl-probe",9321 "rustls-pemfile",9322 "schannel",9323 "security-framework",9324]93259326[[package]]9327name = "rustls-pemfile"9328version = "0.2.1"9329source = "registry+https://github.com/rust-lang/crates.io-index"9330checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9331dependencies = [9332 "base64",9333]93349335[[package]]9336name = "rustversion"9337version = "1.0.6"9338source = "registry+https://github.com/rust-lang/crates.io-index"9339checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93409341[[package]]9342name = "rw-stream-sink"9343version = "0.2.1"9344source = "registry+https://github.com/rust-lang/crates.io-index"9345checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9346dependencies = [9347 "futures 0.3.21",9348 "pin-project 0.4.29",9349 "static_assertions",9350]93519352[[package]]9353name = "ryu"9354version = "1.0.9"9355source = "registry+https://github.com/rust-lang/crates.io-index"9356checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93579358[[package]]9359name = "safe-mix"9360version = "1.0.1"9361source = "registry+https://github.com/rust-lang/crates.io-index"9362checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9363dependencies = [9364 "rustc_version 0.2.3",9365]93669367[[package]]9368name = "salsa20"9369version = "0.9.0"9370source = "registry+https://github.com/rust-lang/crates.io-index"9371checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9372dependencies = [9373 "cipher",9374]93759376[[package]]9377name = "same-file"9378version = "1.0.6"9379source = "registry+https://github.com/rust-lang/crates.io-index"9380checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9381dependencies = [9382 "winapi-util",9383]93849385[[package]]9386name = "sc-allocator"9387version = "4.1.0-dev"9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9389dependencies = [9390 "log",9391 "sp-core",9392 "sp-wasm-interface",9393 "thiserror",9394]93959396[[package]]9397name = "sc-authority-discovery"9398version = "0.10.0-dev"9399source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9400dependencies = [9401 "async-trait",9402 "futures 0.3.21",9403 "futures-timer",9404 "ip_network",9405 "libp2p",9406 "log",9407 "parity-scale-codec",9408 "prost",9409 "prost-build",9410 "rand 0.7.3",9411 "sc-client-api",9412 "sc-network",9413 "sp-api",9414 "sp-authority-discovery",9415 "sp-blockchain",9416 "sp-core",9417 "sp-keystore",9418 "sp-runtime",9419 "substrate-prometheus-endpoint",9420 "thiserror",9421]94229423[[package]]9424name = "sc-basic-authorship"9425version = "0.10.0-dev"9426source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9427dependencies = [9428 "futures 0.3.21",9429 "futures-timer",9430 "log",9431 "parity-scale-codec",9432 "sc-block-builder",9433 "sc-client-api",9434 "sc-proposer-metrics",9435 "sc-telemetry",9436 "sc-transaction-pool-api",9437 "sp-api",9438 "sp-blockchain",9439 "sp-consensus",9440 "sp-core",9441 "sp-inherents",9442 "sp-runtime",9443 "substrate-prometheus-endpoint",9444]94459446[[package]]9447name = "sc-block-builder"9448version = "0.10.0-dev"9449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9450dependencies = [9451 "parity-scale-codec",9452 "sc-client-api",9453 "sp-api",9454 "sp-block-builder",9455 "sp-blockchain",9456 "sp-core",9457 "sp-inherents",9458 "sp-runtime",9459 "sp-state-machine",9460]94619462[[package]]9463name = "sc-chain-spec"9464version = "4.0.0-dev"9465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9466dependencies = [9467 "impl-trait-for-tuples",9468 "memmap2 0.5.3",9469 "parity-scale-codec",9470 "sc-chain-spec-derive",9471 "sc-network",9472 "sc-telemetry",9473 "serde",9474 "serde_json",9475 "sp-core",9476 "sp-runtime",9477]94789479[[package]]9480name = "sc-chain-spec-derive"9481version = "4.0.0-dev"9482source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9483dependencies = [9484 "proc-macro-crate 1.1.3",9485 "proc-macro2",9486 "quote",9487 "syn",9488]94899490[[package]]9491name = "sc-cli"9492version = "0.10.0-dev"9493source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9494dependencies = [9495 "chrono",9496 "clap",9497 "fdlimit",9498 "futures 0.3.21",9499 "hex",9500 "libp2p",9501 "log",9502 "names",9503 "parity-scale-codec",9504 "rand 0.7.3",9505 "regex",9506 "rpassword",9507 "sc-client-api",9508 "sc-keystore",9509 "sc-network",9510 "sc-service",9511 "sc-telemetry",9512 "sc-tracing",9513 "sc-utils",9514 "serde",9515 "serde_json",9516 "sp-blockchain",9517 "sp-core",9518 "sp-keyring",9519 "sp-keystore",9520 "sp-panic-handler",9521 "sp-runtime",9522 "sp-version",9523 "thiserror",9524 "tiny-bip39",9525 "tokio 1.17.0",9526]95279528[[package]]9529name = "sc-client-api"9530version = "4.0.0-dev"9531source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9532dependencies = [9533 "fnv",9534 "futures 0.3.21",9535 "hash-db",9536 "log",9537 "parity-scale-codec",9538 "parking_lot 0.12.0",9539 "sc-executor",9540 "sc-transaction-pool-api",9541 "sc-utils",9542 "sp-api",9543 "sp-blockchain",9544 "sp-consensus",9545 "sp-core",9546 "sp-database",9547 "sp-externalities",9548 "sp-keystore",9549 "sp-runtime",9550 "sp-state-machine",9551 "sp-storage",9552 "sp-trie",9553 "substrate-prometheus-endpoint",9554]95559556[[package]]9557name = "sc-client-db"9558version = "0.10.0-dev"9559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9560dependencies = [9561 "hash-db",9562 "kvdb",9563 "kvdb-memorydb",9564 "kvdb-rocksdb",9565 "linked-hash-map",9566 "log",9567 "parity-db",9568 "parity-scale-codec",9569 "parking_lot 0.12.0",9570 "sc-client-api",9571 "sc-state-db",9572 "sp-arithmetic",9573 "sp-blockchain",9574 "sp-core",9575 "sp-database",9576 "sp-runtime",9577 "sp-state-machine",9578 "sp-trie",9579]95809581[[package]]9582name = "sc-consensus"9583version = "0.10.0-dev"9584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9585dependencies = [9586 "async-trait",9587 "futures 0.3.21",9588 "futures-timer",9589 "libp2p",9590 "log",9591 "parking_lot 0.12.0",9592 "sc-client-api",9593 "sc-utils",9594 "serde",9595 "sp-api",9596 "sp-blockchain",9597 "sp-consensus",9598 "sp-core",9599 "sp-runtime",9600 "sp-state-machine",9601 "substrate-prometheus-endpoint",9602 "thiserror",9603]96049605[[package]]9606name = "sc-consensus-aura"9607version = "0.10.0-dev"9608source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9609dependencies = [9610 "async-trait",9611 "futures 0.3.21",9612 "log",9613 "parity-scale-codec",9614 "sc-block-builder",9615 "sc-client-api",9616 "sc-consensus",9617 "sc-consensus-slots",9618 "sc-telemetry",9619 "sp-api",9620 "sp-application-crypto",9621 "sp-block-builder",9622 "sp-blockchain",9623 "sp-consensus",9624 "sp-consensus-aura",9625 "sp-consensus-slots",9626 "sp-core",9627 "sp-inherents",9628 "sp-keystore",9629 "sp-runtime",9630 "substrate-prometheus-endpoint",9631 "thiserror",9632]96339634[[package]]9635name = "sc-consensus-babe"9636version = "0.10.0-dev"9637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9638dependencies = [9639 "async-trait",9640 "fork-tree",9641 "futures 0.3.21",9642 "log",9643 "merlin",9644 "num-bigint",9645 "num-rational 0.2.4",9646 "num-traits",9647 "parity-scale-codec",9648 "parking_lot 0.12.0",9649 "rand 0.7.3",9650 "retain_mut",9651 "sc-client-api",9652 "sc-consensus",9653 "sc-consensus-epochs",9654 "sc-consensus-slots",9655 "sc-keystore",9656 "sc-telemetry",9657 "schnorrkel",9658 "serde",9659 "sp-api",9660 "sp-application-crypto",9661 "sp-block-builder",9662 "sp-blockchain",9663 "sp-consensus",9664 "sp-consensus-babe",9665 "sp-consensus-slots",9666 "sp-consensus-vrf",9667 "sp-core",9668 "sp-inherents",9669 "sp-io",9670 "sp-keystore",9671 "sp-runtime",9672 "sp-version",9673 "substrate-prometheus-endpoint",9674 "thiserror",9675]96769677[[package]]9678name = "sc-consensus-babe-rpc"9679version = "0.10.0-dev"9680source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9681dependencies = [9682 "futures 0.3.21",9683 "jsonrpc-core",9684 "jsonrpc-core-client",9685 "jsonrpc-derive",9686 "sc-consensus-babe",9687 "sc-consensus-epochs",9688 "sc-rpc-api",9689 "serde",9690 "sp-api",9691 "sp-application-crypto",9692 "sp-blockchain",9693 "sp-consensus",9694 "sp-consensus-babe",9695 "sp-core",9696 "sp-keystore",9697 "sp-runtime",9698 "thiserror",9699]97009701[[package]]9702name = "sc-consensus-epochs"9703version = "0.10.0-dev"9704source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9705dependencies = [9706 "fork-tree",9707 "parity-scale-codec",9708 "sc-client-api",9709 "sc-consensus",9710 "sp-blockchain",9711 "sp-runtime",9712]97139714[[package]]9715name = "sc-consensus-manual-seal"9716version = "0.10.0-dev"9717source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9718dependencies = [9719 "assert_matches",9720 "async-trait",9721 "futures 0.3.21",9722 "jsonrpc-core",9723 "jsonrpc-core-client",9724 "jsonrpc-derive",9725 "log",9726 "parity-scale-codec",9727 "sc-client-api",9728 "sc-consensus",9729 "sc-consensus-aura",9730 "sc-consensus-babe",9731 "sc-consensus-epochs",9732 "sc-transaction-pool",9733 "sc-transaction-pool-api",9734 "serde",9735 "sp-api",9736 "sp-blockchain",9737 "sp-consensus",9738 "sp-consensus-aura",9739 "sp-consensus-babe",9740 "sp-consensus-slots",9741 "sp-core",9742 "sp-inherents",9743 "sp-keystore",9744 "sp-runtime",9745 "sp-timestamp",9746 "substrate-prometheus-endpoint",9747 "thiserror",9748]97499750[[package]]9751name = "sc-consensus-slots"9752version = "0.10.0-dev"9753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9754dependencies = [9755 "async-trait",9756 "futures 0.3.21",9757 "futures-timer",9758 "log",9759 "parity-scale-codec",9760 "sc-client-api",9761 "sc-consensus",9762 "sc-telemetry",9763 "sp-arithmetic",9764 "sp-blockchain",9765 "sp-consensus",9766 "sp-consensus-slots",9767 "sp-core",9768 "sp-inherents",9769 "sp-runtime",9770 "sp-state-machine",9771 "sp-timestamp",9772 "thiserror",9773]97749775[[package]]9776name = "sc-consensus-uncles"9777version = "0.10.0-dev"9778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9779dependencies = [9780 "sc-client-api",9781 "sp-authorship",9782 "sp-runtime",9783 "thiserror",9784]97859786[[package]]9787name = "sc-executor"9788version = "0.10.0-dev"9789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9790dependencies = [9791 "lazy_static",9792 "lru 0.6.6",9793 "parity-scale-codec",9794 "parking_lot 0.12.0",9795 "sc-executor-common",9796 "sc-executor-wasmi",9797 "sc-executor-wasmtime",9798 "sp-api",9799 "sp-core",9800 "sp-core-hashing-proc-macro",9801 "sp-externalities",9802 "sp-io",9803 "sp-panic-handler",9804 "sp-runtime-interface",9805 "sp-tasks",9806 "sp-trie",9807 "sp-version",9808 "sp-wasm-interface",9809 "tracing",9810 "wasmi",9811]98129813[[package]]9814name = "sc-executor-common"9815version = "0.10.0-dev"9816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9817dependencies = [9818 "environmental",9819 "parity-scale-codec",9820 "sc-allocator",9821 "sp-core",9822 "sp-maybe-compressed-blob",9823 "sp-serializer",9824 "sp-wasm-interface",9825 "thiserror",9826 "wasm-instrument",9827 "wasmi",9828]98299830[[package]]9831name = "sc-executor-wasmi"9832version = "0.10.0-dev"9833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9834dependencies = [9835 "log",9836 "parity-scale-codec",9837 "sc-allocator",9838 "sc-executor-common",9839 "scoped-tls",9840 "sp-core",9841 "sp-runtime-interface",9842 "sp-wasm-interface",9843 "wasmi",9844]98459846[[package]]9847name = "sc-executor-wasmtime"9848version = "0.10.0-dev"9849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9850dependencies = [9851 "cfg-if 1.0.0",9852 "libc",9853 "log",9854 "parity-scale-codec",9855 "parity-wasm 0.42.2",9856 "sc-allocator",9857 "sc-executor-common",9858 "sp-core",9859 "sp-runtime-interface",9860 "sp-wasm-interface",9861 "wasmtime",9862]98639864[[package]]9865name = "sc-finality-grandpa"9866version = "0.10.0-dev"9867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9868dependencies = [9869 "ahash",9870 "async-trait",9871 "dyn-clone",9872 "finality-grandpa",9873 "fork-tree",9874 "futures 0.3.21",9875 "futures-timer",9876 "hex",9877 "log",9878 "parity-scale-codec",9879 "parking_lot 0.12.0",9880 "rand 0.8.5",9881 "sc-block-builder",9882 "sc-chain-spec",9883 "sc-client-api",9884 "sc-consensus",9885 "sc-keystore",9886 "sc-network",9887 "sc-network-gossip",9888 "sc-telemetry",9889 "sc-utils",9890 "serde_json",9891 "sp-api",9892 "sp-application-crypto",9893 "sp-arithmetic",9894 "sp-blockchain",9895 "sp-consensus",9896 "sp-core",9897 "sp-finality-grandpa",9898 "sp-keystore",9899 "sp-runtime",9900 "substrate-prometheus-endpoint",9901 "thiserror",9902]99039904[[package]]9905name = "sc-finality-grandpa-rpc"9906version = "0.10.0-dev"9907source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9908dependencies = [9909 "finality-grandpa",9910 "futures 0.3.21",9911 "jsonrpc-core",9912 "jsonrpc-core-client",9913 "jsonrpc-derive",9914 "jsonrpc-pubsub",9915 "log",9916 "parity-scale-codec",9917 "sc-client-api",9918 "sc-finality-grandpa",9919 "sc-rpc",9920 "serde",9921 "serde_json",9922 "sp-blockchain",9923 "sp-core",9924 "sp-runtime",9925 "thiserror",9926]99279928[[package]]9929name = "sc-informant"9930version = "0.10.0-dev"9931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9932dependencies = [9933 "ansi_term",9934 "futures 0.3.21",9935 "futures-timer",9936 "log",9937 "parity-util-mem",9938 "sc-client-api",9939 "sc-network",9940 "sc-transaction-pool-api",9941 "sp-blockchain",9942 "sp-runtime",9943]99449945[[package]]9946name = "sc-keystore"9947version = "4.0.0-dev"9948source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9949dependencies = [9950 "async-trait",9951 "hex",9952 "parking_lot 0.12.0",9953 "serde_json",9954 "sp-application-crypto",9955 "sp-core",9956 "sp-keystore",9957 "thiserror",9958]99599960[[package]]9961name = "sc-network"9962version = "0.10.0-dev"9963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9964dependencies = [9965 "async-trait",9966 "asynchronous-codec 0.5.0",9967 "bitflags",9968 "bytes 1.1.0",9969 "cid",9970 "either",9971 "fnv",9972 "fork-tree",9973 "futures 0.3.21",9974 "futures-timer",9975 "hex",9976 "ip_network",9977 "libp2p",9978 "linked-hash-map",9979 "linked_hash_set",9980 "log",9981 "lru 0.7.3",9982 "parity-scale-codec",9983 "parking_lot 0.12.0",9984 "pin-project 1.0.10",9985 "prost",9986 "prost-build",9987 "rand 0.7.3",9988 "sc-block-builder",9989 "sc-client-api",9990 "sc-consensus",9991 "sc-peerset",9992 "sc-utils",9993 "serde",9994 "serde_json",9995 "smallvec",9996 "sp-arithmetic",9997 "sp-blockchain",9998 "sp-consensus",9999 "sp-core",10000 "sp-finality-grandpa",10001 "sp-runtime",10002 "substrate-prometheus-endpoint",10003 "thiserror",10004 "unsigned-varint 0.6.0",10005 "void",10006 "zeroize",10007]1000810009[[package]]10010name = "sc-network-gossip"10011version = "0.10.0-dev"10012source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10013dependencies = [10014 "ahash",10015 "futures 0.3.21",10016 "futures-timer",10017 "libp2p",10018 "log",10019 "lru 0.7.3",10020 "sc-network",10021 "sp-runtime",10022 "substrate-prometheus-endpoint",10023 "tracing",10024]1002510026[[package]]10027name = "sc-offchain"10028version = "4.0.0-dev"10029source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10030dependencies = [10031 "bytes 1.1.0",10032 "fnv",10033 "futures 0.3.21",10034 "futures-timer",10035 "hex",10036 "hyper",10037 "hyper-rustls 0.22.1",10038 "num_cpus",10039 "once_cell",10040 "parity-scale-codec",10041 "parking_lot 0.12.0",10042 "rand 0.7.3",10043 "sc-client-api",10044 "sc-network",10045 "sc-utils",10046 "sp-api",10047 "sp-core",10048 "sp-offchain",10049 "sp-runtime",10050 "threadpool",10051 "tracing",10052]1005310054[[package]]10055name = "sc-peerset"10056version = "4.0.0-dev"10057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10058dependencies = [10059 "futures 0.3.21",10060 "libp2p",10061 "log",10062 "sc-utils",10063 "serde_json",10064 "wasm-timer",10065]1006610067[[package]]10068name = "sc-proposer-metrics"10069version = "0.10.0-dev"10070source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10071dependencies = [10072 "log",10073 "substrate-prometheus-endpoint",10074]1007510076[[package]]10077name = "sc-rpc"10078version = "4.0.0-dev"10079source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10080dependencies = [10081 "futures 0.3.21",10082 "hash-db",10083 "jsonrpc-core",10084 "jsonrpc-pubsub",10085 "log",10086 "parity-scale-codec",10087 "parking_lot 0.12.0",10088 "sc-block-builder",10089 "sc-chain-spec",10090 "sc-client-api",10091 "sc-rpc-api",10092 "sc-tracing",10093 "sc-transaction-pool-api",10094 "sc-utils",10095 "serde_json",10096 "sp-api",10097 "sp-blockchain",10098 "sp-core",10099 "sp-keystore",10100 "sp-offchain",10101 "sp-rpc",10102 "sp-runtime",10103 "sp-session",10104 "sp-version",10105]1010610107[[package]]10108name = "sc-rpc-api"10109version = "0.10.0-dev"10110source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10111dependencies = [10112 "futures 0.3.21",10113 "jsonrpc-core",10114 "jsonrpc-core-client",10115 "jsonrpc-derive",10116 "jsonrpc-pubsub",10117 "log",10118 "parity-scale-codec",10119 "parking_lot 0.12.0",10120 "sc-chain-spec",10121 "sc-transaction-pool-api",10122 "serde",10123 "serde_json",10124 "sp-core",10125 "sp-rpc",10126 "sp-runtime",10127 "sp-tracing",10128 "sp-version",10129 "thiserror",10130]1013110132[[package]]10133name = "sc-rpc-server"10134version = "4.0.0-dev"10135source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10136dependencies = [10137 "futures 0.3.21",10138 "jsonrpc-core",10139 "jsonrpc-http-server",10140 "jsonrpc-ipc-server",10141 "jsonrpc-pubsub",10142 "jsonrpc-ws-server",10143 "log",10144 "serde_json",10145 "substrate-prometheus-endpoint",10146 "tokio 1.17.0",10147]1014810149[[package]]10150name = "sc-service"10151version = "0.10.0-dev"10152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10153dependencies = [10154 "async-trait",10155 "directories",10156 "exit-future",10157 "futures 0.3.21",10158 "futures-timer",10159 "hash-db",10160 "jsonrpc-core",10161 "jsonrpc-pubsub",10162 "log",10163 "parity-scale-codec",10164 "parity-util-mem",10165 "parking_lot 0.12.0",10166 "pin-project 1.0.10",10167 "rand 0.7.3",10168 "sc-block-builder",10169 "sc-chain-spec",10170 "sc-client-api",10171 "sc-client-db",10172 "sc-consensus",10173 "sc-executor",10174 "sc-informant",10175 "sc-keystore",10176 "sc-network",10177 "sc-offchain",10178 "sc-rpc",10179 "sc-rpc-server",10180 "sc-telemetry",10181 "sc-tracing",10182 "sc-transaction-pool",10183 "sc-transaction-pool-api",10184 "sc-utils",10185 "serde",10186 "serde_json",10187 "sp-api",10188 "sp-application-crypto",10189 "sp-block-builder",10190 "sp-blockchain",10191 "sp-consensus",10192 "sp-core",10193 "sp-externalities",10194 "sp-inherents",10195 "sp-keystore",10196 "sp-runtime",10197 "sp-session",10198 "sp-state-machine",10199 "sp-storage",10200 "sp-tracing",10201 "sp-transaction-pool",10202 "sp-transaction-storage-proof",10203 "sp-trie",10204 "sp-version",10205 "substrate-prometheus-endpoint",10206 "tempfile",10207 "thiserror",10208 "tokio 1.17.0",10209 "tracing",10210 "tracing-futures",10211]1021210213[[package]]10214name = "sc-state-db"10215version = "0.10.0-dev"10216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10217dependencies = [10218 "log",10219 "parity-scale-codec",10220 "parity-util-mem",10221 "parity-util-mem-derive",10222 "parking_lot 0.12.0",10223 "sc-client-api",10224 "sp-core",10225]1022610227[[package]]10228name = "sc-sync-state-rpc"10229version = "0.10.0-dev"10230source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10231dependencies = [10232 "jsonrpc-core",10233 "jsonrpc-core-client",10234 "jsonrpc-derive",10235 "parity-scale-codec",10236 "sc-chain-spec",10237 "sc-client-api",10238 "sc-consensus-babe",10239 "sc-consensus-epochs",10240 "sc-finality-grandpa",10241 "serde",10242 "serde_json",10243 "sp-blockchain",10244 "sp-runtime",10245 "thiserror",10246]1024710248[[package]]10249name = "sc-telemetry"10250version = "4.0.0-dev"10251source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10252dependencies = [10253 "chrono",10254 "futures 0.3.21",10255 "libp2p",10256 "log",10257 "parking_lot 0.12.0",10258 "pin-project 1.0.10",10259 "rand 0.7.3",10260 "serde",10261 "serde_json",10262 "thiserror",10263 "wasm-timer",10264]1026510266[[package]]10267name = "sc-tracing"10268version = "4.0.0-dev"10269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10270dependencies = [10271 "ansi_term",10272 "atty",10273 "chrono",10274 "lazy_static",10275 "libc",10276 "log",10277 "once_cell",10278 "parking_lot 0.12.0",10279 "regex",10280 "rustc-hash",10281 "sc-client-api",10282 "sc-rpc-server",10283 "sc-tracing-proc-macro",10284 "serde",10285 "sp-api",10286 "sp-blockchain",10287 "sp-core",10288 "sp-rpc",10289 "sp-runtime",10290 "sp-tracing",10291 "thiserror",10292 "tracing",10293 "tracing-log",10294 "tracing-subscriber",10295]1029610297[[package]]10298name = "sc-tracing-proc-macro"10299version = "4.0.0-dev"10300source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10301dependencies = [10302 "proc-macro-crate 1.1.3",10303 "proc-macro2",10304 "quote",10305 "syn",10306]1030710308[[package]]10309name = "sc-transaction-pool"10310version = "4.0.0-dev"10311source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10312dependencies = [10313 "futures 0.3.21",10314 "futures-timer",10315 "linked-hash-map",10316 "log",10317 "parity-scale-codec",10318 "parity-util-mem",10319 "parking_lot 0.12.0",10320 "retain_mut",10321 "sc-client-api",10322 "sc-transaction-pool-api",10323 "sc-utils",10324 "serde",10325 "sp-api",10326 "sp-blockchain",10327 "sp-core",10328 "sp-runtime",10329 "sp-tracing",10330 "sp-transaction-pool",10331 "substrate-prometheus-endpoint",10332 "thiserror",10333]1033410335[[package]]10336name = "sc-transaction-pool-api"10337version = "4.0.0-dev"10338source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10339dependencies = [10340 "futures 0.3.21",10341 "log",10342 "serde",10343 "sp-blockchain",10344 "sp-runtime",10345 "thiserror",10346]1034710348[[package]]10349name = "sc-utils"10350version = "4.0.0-dev"10351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10352dependencies = [10353 "futures 0.3.21",10354 "futures-timer",10355 "lazy_static",10356 "log",10357 "parking_lot 0.12.0",10358 "prometheus",10359]1036010361[[package]]10362name = "scale-info"10363version = "2.0.1"10364source = "registry+https://github.com/rust-lang/crates.io-index"10365checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10366dependencies = [10367 "bitvec",10368 "cfg-if 1.0.0",10369 "derive_more",10370 "parity-scale-codec",10371 "scale-info-derive",10372 "serde",10373]1037410375[[package]]10376name = "scale-info-derive"10377version = "2.0.0"10378source = "registry+https://github.com/rust-lang/crates.io-index"10379checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10380dependencies = [10381 "proc-macro-crate 1.1.3",10382 "proc-macro2",10383 "quote",10384 "syn",10385]1038610387[[package]]10388name = "schannel"10389version = "0.1.19"10390source = "registry+https://github.com/rust-lang/crates.io-index"10391checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10392dependencies = [10393 "lazy_static",10394 "winapi 0.3.9",10395]1039610397[[package]]10398name = "schnorrkel"10399version = "0.9.1"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10402dependencies = [10403 "arrayref",10404 "arrayvec 0.5.2",10405 "curve25519-dalek 2.1.3",10406 "getrandom 0.1.16",10407 "merlin",10408 "rand 0.7.3",10409 "rand_core 0.5.1",10410 "sha2 0.8.2",10411 "subtle 2.4.1",10412 "zeroize",10413]1041410415[[package]]10416name = "scoped-tls"10417version = "1.0.0"10418source = "registry+https://github.com/rust-lang/crates.io-index"10419checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1042010421[[package]]10422name = "scopeguard"10423version = "1.1.0"10424source = "registry+https://github.com/rust-lang/crates.io-index"10425checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1042610427[[package]]10428name = "sct"10429version = "0.6.1"10430source = "registry+https://github.com/rust-lang/crates.io-index"10431checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10432dependencies = [10433 "ring",10434 "untrusted",10435]1043610437[[package]]10438name = "sct"10439version = "0.7.0"10440source = "registry+https://github.com/rust-lang/crates.io-index"10441checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10442dependencies = [10443 "ring",10444 "untrusted",10445]1044610447[[package]]10448name = "sec1"10449version = "0.2.1"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10452dependencies = [10453 "der",10454 "generic-array 0.14.5",10455 "pkcs8",10456 "subtle 2.4.1",10457 "zeroize",10458]1045910460[[package]]10461name = "secp256k1"10462version = "0.21.3"10463source = "registry+https://github.com/rust-lang/crates.io-index"10464checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10465dependencies = [10466 "secp256k1-sys",10467]1046810469[[package]]10470name = "secp256k1-sys"10471version = "0.4.2"10472source = "registry+https://github.com/rust-lang/crates.io-index"10473checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10474dependencies = [10475 "cc",10476]1047710478[[package]]10479name = "secrecy"10480version = "0.8.0"10481source = "registry+https://github.com/rust-lang/crates.io-index"10482checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10483dependencies = [10484 "zeroize",10485]1048610487[[package]]10488name = "security-framework"10489version = "2.6.1"10490source = "registry+https://github.com/rust-lang/crates.io-index"10491checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10492dependencies = [10493 "bitflags",10494 "core-foundation",10495 "core-foundation-sys",10496 "libc",10497 "security-framework-sys",10498]1049910500[[package]]10501name = "security-framework-sys"10502version = "2.6.1"10503source = "registry+https://github.com/rust-lang/crates.io-index"10504checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10505dependencies = [10506 "core-foundation-sys",10507 "libc",10508]1050910510[[package]]10511name = "semver"10512version = "0.6.0"10513source = "registry+https://github.com/rust-lang/crates.io-index"10514checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10515dependencies = [10516 "semver-parser 0.7.0",10517]1051810519[[package]]10520name = "semver"10521version = "0.9.0"10522source = "registry+https://github.com/rust-lang/crates.io-index"10523checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10524dependencies = [10525 "semver-parser 0.7.0",10526]1052710528[[package]]10529name = "semver"10530version = "0.11.0"10531source = "registry+https://github.com/rust-lang/crates.io-index"10532checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10533dependencies = [10534 "semver-parser 0.10.2",10535]1053610537[[package]]10538name = "semver"10539version = "1.0.6"10540source = "registry+https://github.com/rust-lang/crates.io-index"10541checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10542dependencies = [10543 "serde",10544]1054510546[[package]]10547name = "semver-parser"10548version = "0.7.0"10549source = "registry+https://github.com/rust-lang/crates.io-index"10550checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1055110552[[package]]10553name = "semver-parser"10554version = "0.10.2"10555source = "registry+https://github.com/rust-lang/crates.io-index"10556checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10557dependencies = [10558 "pest",10559]1056010561[[package]]10562name = "serde"10563version = "1.0.136"10564source = "registry+https://github.com/rust-lang/crates.io-index"10565checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10566dependencies = [10567 "serde_derive",10568]1056910570[[package]]10571name = "serde_derive"10572version = "1.0.136"10573source = "registry+https://github.com/rust-lang/crates.io-index"10574checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10575dependencies = [10576 "proc-macro2",10577 "quote",10578 "syn",10579]1058010581[[package]]10582name = "serde_json"10583version = "1.0.79"10584source = "registry+https://github.com/rust-lang/crates.io-index"10585checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10586dependencies = [10587 "itoa 1.0.1",10588 "ryu",10589 "serde",10590]1059110592[[package]]10593name = "serde_nanos"10594version = "0.1.2"10595source = "registry+https://github.com/rust-lang/crates.io-index"10596checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10597dependencies = [10598 "serde",10599]1060010601[[package]]10602name = "sha-1"10603version = "0.8.2"10604source = "registry+https://github.com/rust-lang/crates.io-index"10605checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10606dependencies = [10607 "block-buffer 0.7.3",10608 "digest 0.8.1",10609 "fake-simd",10610 "opaque-debug 0.2.3",10611]1061210613[[package]]10614name = "sha-1"10615version = "0.9.8"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10618dependencies = [10619 "block-buffer 0.9.0",10620 "cfg-if 1.0.0",10621 "cpufeatures 0.2.2",10622 "digest 0.9.0",10623 "opaque-debug 0.3.0",10624]1062510626[[package]]10627name = "sha2"10628version = "0.8.2"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10631dependencies = [10632 "block-buffer 0.7.3",10633 "digest 0.8.1",10634 "fake-simd",10635 "opaque-debug 0.2.3",10636]1063710638[[package]]10639name = "sha2"10640version = "0.9.9"10641source = "registry+https://github.com/rust-lang/crates.io-index"10642checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10643dependencies = [10644 "block-buffer 0.9.0",10645 "cfg-if 1.0.0",10646 "cpufeatures 0.2.2",10647 "digest 0.9.0",10648 "opaque-debug 0.3.0",10649]1065010651[[package]]10652name = "sha2"10653version = "0.10.2"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10656dependencies = [10657 "cfg-if 1.0.0",10658 "cpufeatures 0.2.2",10659 "digest 0.10.3",10660]1066110662[[package]]10663name = "sha3"10664version = "0.8.2"10665source = "registry+https://github.com/rust-lang/crates.io-index"10666checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10667dependencies = [10668 "block-buffer 0.7.3",10669 "byte-tools",10670 "digest 0.8.1",10671 "keccak",10672 "opaque-debug 0.2.3",10673]1067410675[[package]]10676name = "sha3"10677version = "0.9.1"10678source = "registry+https://github.com/rust-lang/crates.io-index"10679checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10680dependencies = [10681 "block-buffer 0.9.0",10682 "digest 0.9.0",10683 "keccak",10684 "opaque-debug 0.3.0",10685]1068610687[[package]]10688name = "sha3"10689version = "0.10.1"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10692dependencies = [10693 "digest 0.10.3",10694 "keccak",10695]1069610697[[package]]10698name = "sharded-slab"10699version = "0.1.4"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10702dependencies = [10703 "lazy_static",10704]1070510706[[package]]10707name = "shlex"10708version = "1.1.0"10709source = "registry+https://github.com/rust-lang/crates.io-index"10710checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1071110712[[package]]10713name = "signal-hook"10714version = "0.3.13"10715source = "registry+https://github.com/rust-lang/crates.io-index"10716checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10717dependencies = [10718 "libc",10719 "signal-hook-registry",10720]1072110722[[package]]10723name = "signal-hook-registry"10724version = "1.4.0"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10727dependencies = [10728 "libc",10729]1073010731[[package]]10732name = "signature"10733version = "1.4.0"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10736dependencies = [10737 "rand_core 0.6.3",10738]1073910740[[package]]10741name = "simba"10742version = "0.5.1"10743source = "registry+https://github.com/rust-lang/crates.io-index"10744checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10745dependencies = [10746 "approx",10747 "num-complex",10748 "num-traits",10749 "paste",10750]1075110752[[package]]10753name = "slab"10754version = "0.4.5"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1075710758[[package]]10759name = "slot-range-helper"10760version = "0.9.18"10761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10762dependencies = [10763 "enumn",10764 "parity-scale-codec",10765 "paste",10766 "sp-runtime",10767 "sp-std",10768]1076910770[[package]]10771name = "slotmap"10772version = "1.0.6"10773source = "registry+https://github.com/rust-lang/crates.io-index"10774checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10775dependencies = [10776 "version_check",10777]1077810779[[package]]10780name = "smallvec"10781version = "1.8.0"10782source = "registry+https://github.com/rust-lang/crates.io-index"10783checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1078410785[[package]]10786name = "snap"10787version = "1.0.5"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1079010791[[package]]10792name = "snow"10793version = "0.8.0"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10796dependencies = [10797 "aes-gcm",10798 "blake2 0.9.2",10799 "chacha20poly1305",10800 "rand 0.8.5",10801 "rand_core 0.6.3",10802 "ring",10803 "rustc_version 0.3.3",10804 "sha2 0.9.9",10805 "subtle 2.4.1",10806 "x25519-dalek",10807]1080810809[[package]]10810name = "socket2"10811version = "0.3.19"10812source = "registry+https://github.com/rust-lang/crates.io-index"10813checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10814dependencies = [10815 "cfg-if 1.0.0",10816 "libc",10817 "winapi 0.3.9",10818]1081910820[[package]]10821name = "socket2"10822version = "0.4.4"10823source = "registry+https://github.com/rust-lang/crates.io-index"10824checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10825dependencies = [10826 "libc",10827 "winapi 0.3.9",10828]1082910830[[package]]10831name = "soketto"10832version = "0.7.1"10833source = "registry+https://github.com/rust-lang/crates.io-index"10834checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10835dependencies = [10836 "base64",10837 "bytes 1.1.0",10838 "flate2",10839 "futures 0.3.21",10840 "httparse",10841 "log",10842 "rand 0.8.5",10843 "sha-1 0.9.8",10844]1084510846[[package]]10847name = "sp-api"10848version = "4.0.0-dev"10849source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10850dependencies = [10851 "hash-db",10852 "log",10853 "parity-scale-codec",10854 "sp-api-proc-macro",10855 "sp-core",10856 "sp-runtime",10857 "sp-state-machine",10858 "sp-std",10859 "sp-version",10860 "thiserror",10861]1086210863[[package]]10864name = "sp-api-proc-macro"10865version = "4.0.0-dev"10866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10867dependencies = [10868 "blake2 0.10.4",10869 "proc-macro-crate 1.1.3",10870 "proc-macro2",10871 "quote",10872 "syn",10873]1087410875[[package]]10876name = "sp-application-crypto"10877version = "6.0.0"10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10879dependencies = [10880 "parity-scale-codec",10881 "scale-info",10882 "serde",10883 "sp-core",10884 "sp-io",10885 "sp-std",10886]1088710888[[package]]10889name = "sp-arithmetic"10890version = "5.0.0"10891source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10892dependencies = [10893 "integer-sqrt",10894 "num-traits",10895 "parity-scale-codec",10896 "scale-info",10897 "serde",10898 "sp-debug-derive",10899 "sp-std",10900 "static_assertions",10901]1090210903[[package]]10904name = "sp-authority-discovery"10905version = "4.0.0-dev"10906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10907dependencies = [10908 "parity-scale-codec",10909 "scale-info",10910 "sp-api",10911 "sp-application-crypto",10912 "sp-runtime",10913 "sp-std",10914]1091510916[[package]]10917name = "sp-authorship"10918version = "4.0.0-dev"10919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10920dependencies = [10921 "async-trait",10922 "parity-scale-codec",10923 "sp-inherents",10924 "sp-runtime",10925 "sp-std",10926]1092710928[[package]]10929name = "sp-block-builder"10930version = "4.0.0-dev"10931source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10932dependencies = [10933 "parity-scale-codec",10934 "sp-api",10935 "sp-inherents",10936 "sp-runtime",10937 "sp-std",10938]1093910940[[package]]10941name = "sp-blockchain"10942version = "4.0.0-dev"10943source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10944dependencies = [10945 "futures 0.3.21",10946 "log",10947 "lru 0.7.3",10948 "parity-scale-codec",10949 "parking_lot 0.12.0",10950 "sp-api",10951 "sp-consensus",10952 "sp-database",10953 "sp-runtime",10954 "sp-state-machine",10955 "thiserror",10956]1095710958[[package]]10959name = "sp-consensus"10960version = "0.10.0-dev"10961source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10962dependencies = [10963 "async-trait",10964 "futures 0.3.21",10965 "futures-timer",10966 "log",10967 "parity-scale-codec",10968 "sp-core",10969 "sp-inherents",10970 "sp-runtime",10971 "sp-state-machine",10972 "sp-std",10973 "sp-version",10974 "thiserror",10975]1097610977[[package]]10978name = "sp-consensus-aura"10979version = "0.10.0-dev"10980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10981dependencies = [10982 "async-trait",10983 "parity-scale-codec",10984 "scale-info",10985 "sp-api",10986 "sp-application-crypto",10987 "sp-consensus",10988 "sp-consensus-slots",10989 "sp-inherents",10990 "sp-runtime",10991 "sp-std",10992 "sp-timestamp",10993]1099410995[[package]]10996name = "sp-consensus-babe"10997version = "0.10.0-dev"10998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10999dependencies = [11000 "async-trait",11001 "merlin",11002 "parity-scale-codec",11003 "scale-info",11004 "serde",11005 "sp-api",11006 "sp-application-crypto",11007 "sp-consensus",11008 "sp-consensus-slots",11009 "sp-consensus-vrf",11010 "sp-core",11011 "sp-inherents",11012 "sp-keystore",11013 "sp-runtime",11014 "sp-std",11015 "sp-timestamp",11016]1101711018[[package]]11019name = "sp-consensus-slots"11020version = "0.10.0-dev"11021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11022dependencies = [11023 "parity-scale-codec",11024 "scale-info",11025 "serde",11026 "sp-arithmetic",11027 "sp-runtime",11028 "sp-std",11029 "sp-timestamp",11030]1103111032[[package]]11033name = "sp-consensus-vrf"11034version = "0.10.0-dev"11035source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11036dependencies = [11037 "parity-scale-codec",11038 "schnorrkel",11039 "sp-core",11040 "sp-runtime",11041 "sp-std",11042]1104311044[[package]]11045name = "sp-core"11046version = "6.0.0"11047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11048dependencies = [11049 "base58",11050 "bitflags",11051 "blake2-rfc",11052 "byteorder",11053 "dyn-clonable",11054 "ed25519-dalek",11055 "futures 0.3.21",11056 "hash-db",11057 "hash256-std-hasher",11058 "hex",11059 "impl-serde",11060 "lazy_static",11061 "libsecp256k1 0.7.0",11062 "log",11063 "merlin",11064 "num-traits",11065 "parity-scale-codec",11066 "parity-util-mem",11067 "parking_lot 0.12.0",11068 "primitive-types",11069 "rand 0.7.3",11070 "regex",11071 "scale-info",11072 "schnorrkel",11073 "secp256k1",11074 "secrecy",11075 "serde",11076 "sp-core-hashing",11077 "sp-debug-derive",11078 "sp-externalities",11079 "sp-runtime-interface",11080 "sp-std",11081 "sp-storage",11082 "ss58-registry",11083 "substrate-bip39",11084 "thiserror",11085 "tiny-bip39",11086 "wasmi",11087 "zeroize",11088]1108911090[[package]]11091name = "sp-core-hashing"11092version = "4.0.0"11093source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11094dependencies = [11095 "blake2 0.10.4",11096 "byteorder",11097 "digest 0.10.3",11098 "sha2 0.10.2",11099 "sha3 0.10.1",11100 "sp-std",11101 "twox-hash",11102]1110311104[[package]]11105name = "sp-core-hashing-proc-macro"11106version = "5.0.0"11107source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11108dependencies = [11109 "proc-macro2",11110 "quote",11111 "sp-core-hashing",11112 "syn",11113]1111411115[[package]]11116name = "sp-database"11117version = "4.0.0-dev"11118source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11119dependencies = [11120 "kvdb",11121 "parking_lot 0.12.0",11122]1112311124[[package]]11125name = "sp-debug-derive"11126version = "4.0.0"11127source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11128dependencies = [11129 "proc-macro2",11130 "quote",11131 "syn",11132]1113311134[[package]]11135name = "sp-externalities"11136version = "0.12.0"11137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11138dependencies = [11139 "environmental",11140 "parity-scale-codec",11141 "sp-std",11142 "sp-storage",11143]1114411145[[package]]11146name = "sp-finality-grandpa"11147version = "4.0.0-dev"11148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11149dependencies = [11150 "finality-grandpa",11151 "log",11152 "parity-scale-codec",11153 "scale-info",11154 "serde",11155 "sp-api",11156 "sp-application-crypto",11157 "sp-core",11158 "sp-keystore",11159 "sp-runtime",11160 "sp-std",11161]1116211163[[package]]11164name = "sp-inherents"11165version = "4.0.0-dev"11166source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11167dependencies = [11168 "async-trait",11169 "impl-trait-for-tuples",11170 "parity-scale-codec",11171 "sp-core",11172 "sp-runtime",11173 "sp-std",11174 "thiserror",11175]1117611177[[package]]11178name = "sp-io"11179version = "6.0.0"11180source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11181dependencies = [11182 "futures 0.3.21",11183 "hash-db",11184 "libsecp256k1 0.7.0",11185 "log",11186 "parity-scale-codec",11187 "parking_lot 0.12.0",11188 "secp256k1",11189 "sp-core",11190 "sp-externalities",11191 "sp-keystore",11192 "sp-runtime-interface",11193 "sp-state-machine",11194 "sp-std",11195 "sp-tracing",11196 "sp-trie",11197 "sp-wasm-interface",11198 "tracing",11199 "tracing-core",11200]1120111202[[package]]11203name = "sp-keyring"11204version = "6.0.0"11205source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11206dependencies = [11207 "lazy_static",11208 "sp-core",11209 "sp-runtime",11210 "strum 0.23.0",11211]1121211213[[package]]11214name = "sp-keystore"11215version = "0.12.0"11216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11217dependencies = [11218 "async-trait",11219 "futures 0.3.21",11220 "merlin",11221 "parity-scale-codec",11222 "parking_lot 0.12.0",11223 "schnorrkel",11224 "serde",11225 "sp-core",11226 "sp-externalities",11227 "thiserror",11228]1122911230[[package]]11231name = "sp-maybe-compressed-blob"11232version = "4.1.0-dev"11233source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11234dependencies = [11235 "thiserror",11236 "zstd",11237]1123811239[[package]]11240name = "sp-npos-elections"11241version = "4.0.0-dev"11242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11243dependencies = [11244 "parity-scale-codec",11245 "scale-info",11246 "serde",11247 "sp-arithmetic",11248 "sp-core",11249 "sp-npos-elections-solution-type",11250 "sp-runtime",11251 "sp-std",11252]1125311254[[package]]11255name = "sp-npos-elections-solution-type"11256version = "4.0.0-dev"11257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11258dependencies = [11259 "proc-macro-crate 1.1.3",11260 "proc-macro2",11261 "quote",11262 "syn",11263]1126411265[[package]]11266name = "sp-offchain"11267version = "4.0.0-dev"11268source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11269dependencies = [11270 "sp-api",11271 "sp-core",11272 "sp-runtime",11273]1127411275[[package]]11276name = "sp-panic-handler"11277version = "4.0.0"11278source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11279dependencies = [11280 "backtrace",11281 "lazy_static",11282 "regex",11283]1128411285[[package]]11286name = "sp-rpc"11287version = "6.0.0"11288source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11289dependencies = [11290 "rustc-hash",11291 "serde",11292 "sp-core",11293]1129411295[[package]]11296name = "sp-runtime"11297version = "6.0.0"11298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11299dependencies = [11300 "either",11301 "hash256-std-hasher",11302 "impl-trait-for-tuples",11303 "log",11304 "parity-scale-codec",11305 "parity-util-mem",11306 "paste",11307 "rand 0.7.3",11308 "scale-info",11309 "serde",11310 "sp-application-crypto",11311 "sp-arithmetic",11312 "sp-core",11313 "sp-io",11314 "sp-std",11315]1131611317[[package]]11318name = "sp-runtime-interface"11319version = "6.0.0"11320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11321dependencies = [11322 "impl-trait-for-tuples",11323 "parity-scale-codec",11324 "primitive-types",11325 "sp-externalities",11326 "sp-runtime-interface-proc-macro",11327 "sp-std",11328 "sp-storage",11329 "sp-tracing",11330 "sp-wasm-interface",11331 "static_assertions",11332]1133311334[[package]]11335name = "sp-runtime-interface-proc-macro"11336version = "5.0.0"11337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11338dependencies = [11339 "Inflector",11340 "proc-macro-crate 1.1.3",11341 "proc-macro2",11342 "quote",11343 "syn",11344]1134511346[[package]]11347name = "sp-serializer"11348version = "4.0.0-dev"11349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11350dependencies = [11351 "serde",11352 "serde_json",11353]1135411355[[package]]11356name = "sp-session"11357version = "4.0.0-dev"11358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11359dependencies = [11360 "parity-scale-codec",11361 "scale-info",11362 "sp-api",11363 "sp-core",11364 "sp-runtime",11365 "sp-staking",11366 "sp-std",11367]1136811369[[package]]11370name = "sp-staking"11371version = "4.0.0-dev"11372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11373dependencies = [11374 "parity-scale-codec",11375 "scale-info",11376 "sp-runtime",11377 "sp-std",11378]1137911380[[package]]11381name = "sp-state-machine"11382version = "0.12.0"11383source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11384dependencies = [11385 "hash-db",11386 "log",11387 "num-traits",11388 "parity-scale-codec",11389 "parking_lot 0.12.0",11390 "rand 0.7.3",11391 "smallvec",11392 "sp-core",11393 "sp-externalities",11394 "sp-panic-handler",11395 "sp-std",11396 "sp-trie",11397 "thiserror",11398 "tracing",11399 "trie-db",11400 "trie-root",11401]1140211403[[package]]11404name = "sp-std"11405version = "4.0.0"11406source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1140711408[[package]]11409name = "sp-storage"11410version = "6.0.0"11411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11412dependencies = [11413 "impl-serde",11414 "parity-scale-codec",11415 "ref-cast",11416 "serde",11417 "sp-debug-derive",11418 "sp-std",11419]1142011421[[package]]11422name = "sp-tasks"11423version = "4.0.0-dev"11424source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11425dependencies = [11426 "log",11427 "sp-core",11428 "sp-externalities",11429 "sp-io",11430 "sp-runtime-interface",11431 "sp-std",11432]1143311434[[package]]11435name = "sp-timestamp"11436version = "4.0.0-dev"11437source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11438dependencies = [11439 "async-trait",11440 "futures-timer",11441 "log",11442 "parity-scale-codec",11443 "sp-api",11444 "sp-inherents",11445 "sp-runtime",11446 "sp-std",11447 "thiserror",11448]1144911450[[package]]11451name = "sp-tracing"11452version = "5.0.0"11453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11454dependencies = [11455 "parity-scale-codec",11456 "sp-std",11457 "tracing",11458 "tracing-core",11459 "tracing-subscriber",11460]1146111462[[package]]11463name = "sp-transaction-pool"11464version = "4.0.0-dev"11465source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11466dependencies = [11467 "sp-api",11468 "sp-runtime",11469]1147011471[[package]]11472name = "sp-transaction-storage-proof"11473version = "4.0.0-dev"11474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11475dependencies = [11476 "async-trait",11477 "log",11478 "parity-scale-codec",11479 "scale-info",11480 "sp-core",11481 "sp-inherents",11482 "sp-runtime",11483 "sp-std",11484 "sp-trie",11485]1148611487[[package]]11488name = "sp-trie"11489version = "6.0.0"11490source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11491dependencies = [11492 "hash-db",11493 "memory-db",11494 "parity-scale-codec",11495 "scale-info",11496 "sp-core",11497 "sp-std",11498 "thiserror",11499 "trie-db",11500 "trie-root",11501]1150211503[[package]]11504name = "sp-version"11505version = "5.0.0"11506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11507dependencies = [11508 "impl-serde",11509 "parity-scale-codec",11510 "parity-wasm 0.42.2",11511 "scale-info",11512 "serde",11513 "sp-core-hashing-proc-macro",11514 "sp-runtime",11515 "sp-std",11516 "sp-version-proc-macro",11517 "thiserror",11518]1151911520[[package]]11521name = "sp-version-proc-macro"11522version = "4.0.0-dev"11523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11524dependencies = [11525 "parity-scale-codec",11526 "proc-macro2",11527 "quote",11528 "syn",11529]1153011531[[package]]11532name = "sp-wasm-interface"11533version = "6.0.0"11534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11535dependencies = [11536 "impl-trait-for-tuples",11537 "log",11538 "parity-scale-codec",11539 "sp-std",11540 "wasmi",11541 "wasmtime",11542]1154311544[[package]]11545name = "spin"11546version = "0.5.2"11547source = "registry+https://github.com/rust-lang/crates.io-index"11548checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1154911550[[package]]11551name = "spki"11552version = "0.5.4"11553source = "registry+https://github.com/rust-lang/crates.io-index"11554checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11555dependencies = [11556 "base64ct",11557 "der",11558]1155911560[[package]]11561name = "ss58-registry"11562version = "1.17.0"11563source = "registry+https://github.com/rust-lang/crates.io-index"11564checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11565dependencies = [11566 "Inflector",11567 "num-format",11568 "proc-macro2",11569 "quote",11570 "serde",11571 "serde_json",11572 "unicode-xid",11573]1157411575[[package]]11576name = "stable_deref_trait"11577version = "1.2.0"11578source = "registry+https://github.com/rust-lang/crates.io-index"11579checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1158011581[[package]]11582name = "static_assertions"11583version = "1.1.0"11584source = "registry+https://github.com/rust-lang/crates.io-index"11585checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1158611587[[package]]11588name = "static_init"11589version = "0.5.2"11590source = "registry+https://github.com/rust-lang/crates.io-index"11591checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11592dependencies = [11593 "cfg_aliases",11594 "libc",11595 "parking_lot 0.11.2",11596 "static_init_macro",11597]1159811599[[package]]11600name = "static_init_macro"11601version = "0.5.0"11602source = "registry+https://github.com/rust-lang/crates.io-index"11603checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11604dependencies = [11605 "cfg_aliases",11606 "memchr",11607 "proc-macro2",11608 "quote",11609 "syn",11610]1161111612[[package]]11613name = "statrs"11614version = "0.15.0"11615source = "registry+https://github.com/rust-lang/crates.io-index"11616checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11617dependencies = [11618 "approx",11619 "lazy_static",11620 "nalgebra",11621 "num-traits",11622 "rand 0.8.5",11623]1162411625[[package]]11626name = "strsim"11627version = "0.10.0"11628source = "registry+https://github.com/rust-lang/crates.io-index"11629checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1163011631[[package]]11632name = "strum"11633version = "0.23.0"11634source = "registry+https://github.com/rust-lang/crates.io-index"11635checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11636dependencies = [11637 "strum_macros 0.23.1",11638]1163911640[[package]]11641name = "strum"11642version = "0.24.0"11643source = "registry+https://github.com/rust-lang/crates.io-index"11644checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11645dependencies = [11646 "strum_macros 0.24.0",11647]1164811649[[package]]11650name = "strum_macros"11651version = "0.23.1"11652source = "registry+https://github.com/rust-lang/crates.io-index"11653checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11654dependencies = [11655 "heck 0.3.3",11656 "proc-macro2",11657 "quote",11658 "rustversion",11659 "syn",11660]1166111662[[package]]11663name = "strum_macros"11664version = "0.24.0"11665source = "registry+https://github.com/rust-lang/crates.io-index"11666checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11667dependencies = [11668 "heck 0.4.0",11669 "proc-macro2",11670 "quote",11671 "rustversion",11672 "syn",11673]1167411675[[package]]11676name = "substrate-bip39"11677version = "0.4.4"11678source = "registry+https://github.com/rust-lang/crates.io-index"11679checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11680dependencies = [11681 "hmac 0.11.0",11682 "pbkdf2 0.8.0",11683 "schnorrkel",11684 "sha2 0.9.9",11685 "zeroize",11686]1168711688[[package]]11689name = "substrate-build-script-utils"11690version = "3.0.0"11691source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11692dependencies = [11693 "platforms",11694]1169511696[[package]]11697name = "substrate-frame-rpc-system"11698version = "4.0.0-dev"11699source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11700dependencies = [11701 "frame-system-rpc-runtime-api",11702 "futures 0.3.21",11703 "jsonrpc-core",11704 "jsonrpc-core-client",11705 "jsonrpc-derive",11706 "log",11707 "parity-scale-codec",11708 "sc-client-api",11709 "sc-rpc-api",11710 "sc-transaction-pool-api",11711 "sp-api",11712 "sp-block-builder",11713 "sp-blockchain",11714 "sp-core",11715 "sp-runtime",11716]1171711718[[package]]11719name = "substrate-prometheus-endpoint"11720version = "0.10.0-dev"11721source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11722dependencies = [11723 "futures-util",11724 "hyper",11725 "log",11726 "prometheus",11727 "thiserror",11728 "tokio 1.17.0",11729]1173011731[[package]]11732name = "substrate-test-client"11733version = "2.0.1"11734source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11735dependencies = [11736 "async-trait",11737 "futures 0.3.21",11738 "hex",11739 "parity-scale-codec",11740 "sc-client-api",11741 "sc-client-db",11742 "sc-consensus",11743 "sc-executor",11744 "sc-offchain",11745 "sc-service",11746 "serde",11747 "serde_json",11748 "sp-blockchain",11749 "sp-consensus",11750 "sp-core",11751 "sp-keyring",11752 "sp-keystore",11753 "sp-runtime",11754 "sp-state-machine",11755]1175611757[[package]]11758name = "substrate-test-utils"11759version = "4.0.0-dev"11760source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11761dependencies = [11762 "futures 0.3.21",11763 "substrate-test-utils-derive",11764 "tokio 1.17.0",11765]1176611767[[package]]11768name = "substrate-test-utils-derive"11769version = "0.10.0-dev"11770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11771dependencies = [11772 "proc-macro-crate 1.1.3",11773 "proc-macro2",11774 "quote",11775 "syn",11776]1177711778[[package]]11779name = "substrate-wasm-builder"11780version = "5.0.0-dev"11781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11782dependencies = [11783 "ansi_term",11784 "build-helper",11785 "cargo_metadata",11786 "sp-maybe-compressed-blob",11787 "strum 0.23.0",11788 "tempfile",11789 "toml",11790 "walkdir",11791 "wasm-gc-api",11792]1179311794[[package]]11795name = "subtle"11796version = "1.0.0"11797source = "registry+https://github.com/rust-lang/crates.io-index"11798checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1179911800[[package]]11801name = "subtle"11802version = "2.4.1"11803source = "registry+https://github.com/rust-lang/crates.io-index"11804checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1180511806[[package]]11807name = "syn"11808version = "1.0.89"11809source = "registry+https://github.com/rust-lang/crates.io-index"11810checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"11811dependencies = [11812 "proc-macro2",11813 "quote",11814 "unicode-xid",11815]1181611817[[package]]11818name = "synstructure"11819version = "0.12.6"11820source = "registry+https://github.com/rust-lang/crates.io-index"11821checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11822dependencies = [11823 "proc-macro2",11824 "quote",11825 "syn",11826 "unicode-xid",11827]1182811829[[package]]11830name = "tap"11831version = "1.0.1"11832source = "registry+https://github.com/rust-lang/crates.io-index"11833checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1183411835[[package]]11836name = "target-lexicon"11837version = "0.12.3"11838source = "registry+https://github.com/rust-lang/crates.io-index"11839checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1184011841[[package]]11842name = "tempfile"11843version = "3.3.0"11844source = "registry+https://github.com/rust-lang/crates.io-index"11845checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11846dependencies = [11847 "cfg-if 1.0.0",11848 "fastrand",11849 "libc",11850 "redox_syscall",11851 "remove_dir_all",11852 "winapi 0.3.9",11853]1185411855[[package]]11856name = "termcolor"11857version = "1.1.3"11858source = "registry+https://github.com/rust-lang/crates.io-index"11859checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11860dependencies = [11861 "winapi-util",11862]1186311864[[package]]11865name = "test-runtime-constants"11866version = "0.9.18"11867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11868dependencies = [11869 "frame-support",11870 "polkadot-primitives",11871 "polkadot-runtime-common",11872 "smallvec",11873 "sp-runtime",11874]1187511876[[package]]11877name = "textwrap"11878version = "0.15.0"11879source = "registry+https://github.com/rust-lang/crates.io-index"11880checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1188111882[[package]]11883name = "thiserror"11884version = "1.0.30"11885source = "registry+https://github.com/rust-lang/crates.io-index"11886checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11887dependencies = [11888 "thiserror-impl",11889]1189011891[[package]]11892name = "thiserror-impl"11893version = "1.0.30"11894source = "registry+https://github.com/rust-lang/crates.io-index"11895checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11896dependencies = [11897 "proc-macro2",11898 "quote",11899 "syn",11900]1190111902[[package]]11903name = "thread_local"11904version = "1.1.4"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11907dependencies = [11908 "once_cell",11909]1191011911[[package]]11912name = "threadpool"11913version = "1.8.1"11914source = "registry+https://github.com/rust-lang/crates.io-index"11915checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11916dependencies = [11917 "num_cpus",11918]1191911920[[package]]11921name = "thrift"11922version = "0.15.0"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11925dependencies = [11926 "byteorder",11927 "integer-encoding",11928 "log",11929 "ordered-float",11930 "threadpool",11931]1193211933[[package]]11934name = "tikv-jemalloc-sys"11935version = "0.4.3+5.2.1-patched.2"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11938dependencies = [11939 "cc",11940 "fs_extra",11941 "libc",11942]1194311944[[package]]11945name = "time"11946version = "0.1.44"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11949dependencies = [11950 "libc",11951 "wasi 0.10.0+wasi-snapshot-preview1",11952 "winapi 0.3.9",11953]1195411955[[package]]11956name = "tiny-bip39"11957version = "0.8.2"11958source = "registry+https://github.com/rust-lang/crates.io-index"11959checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11960dependencies = [11961 "anyhow",11962 "hmac 0.8.1",11963 "once_cell",11964 "pbkdf2 0.4.0",11965 "rand 0.7.3",11966 "rustc-hash",11967 "sha2 0.9.9",11968 "thiserror",11969 "unicode-normalization",11970 "wasm-bindgen",11971 "zeroize",11972]1197311974[[package]]11975name = "tiny-keccak"11976version = "2.0.2"11977source = "registry+https://github.com/rust-lang/crates.io-index"11978checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11979dependencies = [11980 "crunchy",11981]1198211983[[package]]11984name = "tinyvec"11985version = "1.5.1"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11988dependencies = [11989 "tinyvec_macros",11990]1199111992[[package]]11993name = "tinyvec_macros"11994version = "0.1.0"11995source = "registry+https://github.com/rust-lang/crates.io-index"11996checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1199711998[[package]]11999name = "tokio"12000version = "0.2.25"12001source = "registry+https://github.com/rust-lang/crates.io-index"12002checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12003dependencies = [12004 "bytes 0.5.6",12005 "fnv",12006 "pin-project-lite 0.1.12",12007 "tokio-macros 0.2.6",12008]1200912010[[package]]12011name = "tokio"12012version = "1.17.0"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12015dependencies = [12016 "bytes 1.1.0",12017 "libc",12018 "memchr",12019 "mio 0.8.2",12020 "num_cpus",12021 "once_cell",12022 "parking_lot 0.12.0",12023 "pin-project-lite 0.2.8",12024 "signal-hook-registry",12025 "socket2 0.4.4",12026 "tokio-macros 1.7.0",12027 "winapi 0.3.9",12028]1202912030[[package]]12031name = "tokio-macros"12032version = "0.2.6"12033source = "registry+https://github.com/rust-lang/crates.io-index"12034checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12035dependencies = [12036 "proc-macro2",12037 "quote",12038 "syn",12039]1204012041[[package]]12042name = "tokio-macros"12043version = "1.7.0"12044source = "registry+https://github.com/rust-lang/crates.io-index"12045checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12046dependencies = [12047 "proc-macro2",12048 "quote",12049 "syn",12050]1205112052[[package]]12053name = "tokio-rustls"12054version = "0.22.0"12055source = "registry+https://github.com/rust-lang/crates.io-index"12056checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12057dependencies = [12058 "rustls 0.19.1",12059 "tokio 1.17.0",12060 "webpki 0.21.4",12061]1206212063[[package]]12064name = "tokio-rustls"12065version = "0.23.3"12066source = "registry+https://github.com/rust-lang/crates.io-index"12067checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12068dependencies = [12069 "rustls 0.20.4",12070 "tokio 1.17.0",12071 "webpki 0.22.0",12072]1207312074[[package]]12075name = "tokio-stream"12076version = "0.1.8"12077source = "registry+https://github.com/rust-lang/crates.io-index"12078checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12079dependencies = [12080 "futures-core",12081 "pin-project-lite 0.2.8",12082 "tokio 1.17.0",12083]1208412085[[package]]12086name = "tokio-util"12087version = "0.6.9"12088source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12090dependencies = [12091 "bytes 1.1.0",12092 "futures-core",12093 "futures-io",12094 "futures-sink",12095 "log",12096 "pin-project-lite 0.2.8",12097 "tokio 1.17.0",12098]1209912100[[package]]12101name = "toml"12102version = "0.5.8"12103source = "registry+https://github.com/rust-lang/crates.io-index"12104checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12105dependencies = [12106 "serde",12107]1210812109[[package]]12110name = "tower-service"12111version = "0.3.1"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1211412115[[package]]12116name = "tracing"12117version = "0.1.32"12118source = "registry+https://github.com/rust-lang/crates.io-index"12119checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12120dependencies = [12121 "cfg-if 1.0.0",12122 "pin-project-lite 0.2.8",12123 "tracing-attributes",12124 "tracing-core",12125]1212612127[[package]]12128name = "tracing-attributes"12129version = "0.1.20"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12132dependencies = [12133 "proc-macro2",12134 "quote",12135 "syn",12136]1213712138[[package]]12139name = "tracing-core"12140version = "0.1.23"12141source = "registry+https://github.com/rust-lang/crates.io-index"12142checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12143dependencies = [12144 "lazy_static",12145 "valuable",12146]1214712148[[package]]12149name = "tracing-futures"12150version = "0.2.5"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12153dependencies = [12154 "pin-project 1.0.10",12155 "tracing",12156]1215712158[[package]]12159name = "tracing-log"12160version = "0.1.2"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12163dependencies = [12164 "lazy_static",12165 "log",12166 "tracing-core",12167]1216812169[[package]]12170name = "tracing-serde"12171version = "0.1.3"12172source = "registry+https://github.com/rust-lang/crates.io-index"12173checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12174dependencies = [12175 "serde",12176 "tracing-core",12177]1217812179[[package]]12180name = "tracing-subscriber"12181version = "0.2.25"12182source = "registry+https://github.com/rust-lang/crates.io-index"12183checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12184dependencies = [12185 "ansi_term",12186 "chrono",12187 "lazy_static",12188 "matchers",12189 "parking_lot 0.11.2",12190 "regex",12191 "serde",12192 "serde_json",12193 "sharded-slab",12194 "smallvec",12195 "thread_local",12196 "tracing",12197 "tracing-core",12198 "tracing-log",12199 "tracing-serde",12200]1220112202[[package]]12203name = "trie-db"12204version = "0.23.1"12205source = "registry+https://github.com/rust-lang/crates.io-index"12206checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12207dependencies = [12208 "hash-db",12209 "hashbrown 0.12.0",12210 "log",12211 "rustc-hex",12212 "smallvec",12213]1221412215[[package]]12216name = "trie-root"12217version = "0.17.0"12218source = "registry+https://github.com/rust-lang/crates.io-index"12219checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12220dependencies = [12221 "hash-db",12222]1222312224[[package]]12225name = "triehash"12226version = "0.8.4"12227source = "registry+https://github.com/rust-lang/crates.io-index"12228checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12229dependencies = [12230 "hash-db",12231 "rlp",12232]1223312234[[package]]12235name = "trust-dns-proto"12236version = "0.20.4"12237source = "registry+https://github.com/rust-lang/crates.io-index"12238checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12239dependencies = [12240 "async-trait",12241 "cfg-if 1.0.0",12242 "data-encoding",12243 "enum-as-inner",12244 "futures-channel",12245 "futures-io",12246 "futures-util",12247 "idna 0.2.3",12248 "ipnet",12249 "lazy_static",12250 "log",12251 "rand 0.8.5",12252 "smallvec",12253 "thiserror",12254 "tinyvec",12255 "url 2.2.2",12256]1225712258[[package]]12259name = "trust-dns-resolver"12260version = "0.20.4"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12263dependencies = [12264 "cfg-if 1.0.0",12265 "futures-util",12266 "ipconfig",12267 "lazy_static",12268 "log",12269 "lru-cache",12270 "parking_lot 0.11.2",12271 "resolv-conf",12272 "smallvec",12273 "thiserror",12274 "trust-dns-proto",12275]1227612277[[package]]12278name = "try-lock"12279version = "0.2.3"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1228212283[[package]]12284name = "try-runtime-cli"12285version = "0.10.0-dev"12286source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12287dependencies = [12288 "clap",12289 "jsonrpsee 0.4.1",12290 "log",12291 "parity-scale-codec",12292 "remote-externalities",12293 "sc-chain-spec",12294 "sc-cli",12295 "sc-executor",12296 "sc-service",12297 "serde",12298 "sp-core",12299 "sp-externalities",12300 "sp-io",12301 "sp-keystore",12302 "sp-runtime",12303 "sp-state-machine",12304 "sp-version",12305 "zstd",12306]1230712308[[package]]12309name = "tt-call"12310version = "1.0.8"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1231312314[[package]]12315name = "twox-hash"12316version = "1.6.2"12317source = "registry+https://github.com/rust-lang/crates.io-index"12318checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12319dependencies = [12320 "cfg-if 1.0.0",12321 "digest 0.10.3",12322 "rand 0.8.5",12323 "static_assertions",12324]1232512326[[package]]12327name = "typenum"12328version = "1.15.0"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1233112332[[package]]12333name = "uc-rpc"12334version = "0.1.0"12335dependencies = [12336 "jsonrpc-core",12337 "jsonrpc-core-client",12338 "jsonrpc-derive",12339 "pallet-common",12340 "parity-scale-codec",12341 "sp-api",12342 "sp-blockchain",12343 "sp-core",12344 "sp-rpc",12345 "sp-runtime",12346 "up-data-structs",12347 "up-rpc",12348]1234912350[[package]]12351name = "ucd-trie"12352version = "0.1.3"12353source = "registry+https://github.com/rust-lang/crates.io-index"12354checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1235512356[[package]]12357name = "uint"12358version = "0.9.3"12359source = "registry+https://github.com/rust-lang/crates.io-index"12360checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12361dependencies = [12362 "byteorder",12363 "crunchy",12364 "hex",12365 "static_assertions",12366]1236712368[[package]]12369name = "unicase"12370version = "2.6.0"12371source = "registry+https://github.com/rust-lang/crates.io-index"12372checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12373dependencies = [12374 "version_check",12375]1237612377[[package]]12378name = "unicode-bidi"12379version = "0.3.7"12380source = "registry+https://github.com/rust-lang/crates.io-index"12381checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1238212383[[package]]12384name = "unicode-normalization"12385version = "0.1.19"12386source = "registry+https://github.com/rust-lang/crates.io-index"12387checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12388dependencies = [12389 "tinyvec",12390]1239112392[[package]]12393name = "unicode-segmentation"12394version = "1.9.0"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1239712398[[package]]12399name = "unicode-xid"12400version = "0.2.2"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1240312404[[package]]12405name = "unique-node"12406version = "0.9.17"12407dependencies = [12408 "clap",12409 "cumulus-client-cli",12410 "cumulus-client-collator",12411 "cumulus-client-consensus-aura",12412 "cumulus-client-consensus-common",12413 "cumulus-client-network",12414 "cumulus-client-service",12415 "cumulus-primitives-core",12416 "cumulus-primitives-parachain-inherent",12417 "cumulus-relay-chain-inprocess-interface",12418 "cumulus-relay-chain-interface",12419 "cumulus-relay-chain-rpc-interface",12420 "fc-consensus",12421 "fc-db",12422 "fc-mapping-sync",12423 "fc-rpc",12424 "fc-rpc-core",12425 "flexi_logger",12426 "fp-rpc",12427 "frame-benchmarking",12428 "frame-benchmarking-cli",12429 "futures 0.3.21",12430 "jsonrpc-core",12431 "jsonrpc-pubsub",12432 "log",12433 "opal-runtime",12434 "pallet-ethereum",12435 "pallet-transaction-payment-rpc",12436 "pallet-transaction-payment-rpc-runtime-api",12437 "parity-scale-codec",12438 "parking_lot 0.11.2",12439 "polkadot-cli",12440 "polkadot-parachain",12441 "polkadot-primitives",12442 "polkadot-service",12443 "polkadot-test-service",12444 "quartz-runtime",12445 "sc-basic-authorship",12446 "sc-chain-spec",12447 "sc-cli",12448 "sc-client-api",12449 "sc-consensus",12450 "sc-consensus-aura",12451 "sc-consensus-manual-seal",12452 "sc-executor",12453 "sc-finality-grandpa",12454 "sc-keystore",12455 "sc-network",12456 "sc-rpc",12457 "sc-rpc-api",12458 "sc-service",12459 "sc-telemetry",12460 "sc-tracing",12461 "sc-transaction-pool",12462 "serde",12463 "serde_json",12464 "sp-api",12465 "sp-block-builder",12466 "sp-blockchain",12467 "sp-consensus",12468 "sp-consensus-aura",12469 "sp-core",12470 "sp-finality-grandpa",12471 "sp-inherents",12472 "sp-keystore",12473 "sp-offchain",12474 "sp-runtime",12475 "sp-session",12476 "sp-timestamp",12477 "sp-transaction-pool",12478 "sp-trie",12479 "substrate-build-script-utils",12480 "substrate-frame-rpc-system",12481 "substrate-prometheus-endpoint",12482 "unique-rpc",12483 "unique-runtime",12484 "unique-runtime-common",12485 "up-data-structs",12486 "up-rpc",12487]1248812489[[package]]12490name = "unique-rpc"12491version = "0.1.0"12492dependencies = [12493 "fc-db",12494 "fc-mapping-sync",12495 "fc-rpc",12496 "fc-rpc-core",12497 "fp-rpc",12498 "futures 0.3.21",12499 "jsonrpc-core",12500 "jsonrpc-pubsub",12501 "pallet-common",12502 "pallet-ethereum",12503 "pallet-transaction-payment-rpc",12504 "pallet-transaction-payment-rpc-runtime-api",12505 "pallet-unique",12506 "sc-client-api",12507 "sc-consensus-aura",12508 "sc-consensus-epochs",12509 "sc-finality-grandpa",12510 "sc-finality-grandpa-rpc",12511 "sc-keystore",12512 "sc-network",12513 "sc-rpc",12514 "sc-rpc-api",12515 "sc-service",12516 "sc-transaction-pool",12517 "serde",12518 "sp-api",12519 "sp-block-builder",12520 "sp-blockchain",12521 "sp-consensus",12522 "sp-consensus-aura",12523 "sp-core",12524 "sp-offchain",12525 "sp-runtime",12526 "sp-session",12527 "sp-storage",12528 "sp-transaction-pool",12529 "substrate-frame-rpc-system",12530 "tokio 0.2.25",12531 "uc-rpc",12532 "unique-runtime-common",12533 "up-rpc",12534]1253512536[[package]]12537name = "unique-runtime"12538version = "0.9.17"12539dependencies = [12540 "cumulus-pallet-aura-ext",12541 "cumulus-pallet-dmp-queue",12542 "cumulus-pallet-parachain-system",12543 "cumulus-pallet-xcm",12544 "cumulus-pallet-xcmp-queue",12545 "cumulus-primitives-core",12546 "cumulus-primitives-timestamp",12547 "cumulus-primitives-utility",12548 "derivative",12549 "fp-rpc",12550 "fp-self-contained",12551 "frame-benchmarking",12552 "frame-executive",12553 "frame-support",12554 "frame-system",12555 "frame-system-benchmarking",12556 "frame-system-rpc-runtime-api",12557 "hex-literal",12558 "orml-vesting",12559 "pallet-aura",12560 "pallet-balances",12561 "pallet-base-fee",12562 "pallet-common",12563 "pallet-ethereum",12564 "pallet-evm",12565 "pallet-evm-coder-substrate",12566 "pallet-evm-contract-helpers",12567 "pallet-evm-migration",12568 "pallet-evm-transaction-payment",12569 "pallet-fungible",12570 "pallet-inflation",12571 "pallet-nonfungible",12572 "pallet-randomness-collective-flip",12573 "pallet-refungible",12574 "pallet-sudo",12575 "pallet-template-transaction-payment",12576 "pallet-timestamp",12577 "pallet-transaction-payment",12578 "pallet-transaction-payment-rpc-runtime-api",12579 "pallet-treasury",12580 "pallet-unique",12581 "pallet-unq-scheduler",12582 "pallet-xcm",12583 "parachain-info",12584 "parity-scale-codec",12585 "polkadot-parachain",12586 "scale-info",12587 "serde",12588 "smallvec",12589 "sp-api",12590 "sp-arithmetic",12591 "sp-block-builder",12592 "sp-consensus-aura",12593 "sp-core",12594 "sp-inherents",12595 "sp-io",12596 "sp-offchain",12597 "sp-runtime",12598 "sp-session",12599 "sp-std",12600 "sp-transaction-pool",12601 "sp-version",12602 "substrate-wasm-builder",12603 "unique-runtime-common",12604 "up-data-structs",12605 "up-evm-mapping",12606 "up-rpc",12607 "xcm",12608 "xcm-builder",12609 "xcm-executor",12610]1261112612[[package]]12613name = "unique-runtime-common"12614version = "0.1.0"12615dependencies = [12616 "fp-rpc",12617 "frame-support",12618 "frame-system",12619 "pallet-common",12620 "parity-scale-codec",12621 "scale-info",12622 "sp-consensus-aura",12623 "sp-core",12624 "sp-runtime",12625]1262612627[[package]]12628name = "universal-hash"12629version = "0.4.1"12630source = "registry+https://github.com/rust-lang/crates.io-index"12631checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12632dependencies = [12633 "generic-array 0.14.5",12634 "subtle 2.4.1",12635]1263612637[[package]]12638name = "unsigned-varint"12639version = "0.5.1"12640source = "registry+https://github.com/rust-lang/crates.io-index"12641checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1264212643[[package]]12644name = "unsigned-varint"12645version = "0.6.0"12646source = "registry+https://github.com/rust-lang/crates.io-index"12647checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12648dependencies = [12649 "asynchronous-codec 0.5.0",12650 "bytes 1.1.0",12651 "futures-io",12652 "futures-util",12653]1265412655[[package]]12656name = "unsigned-varint"12657version = "0.7.1"12658source = "registry+https://github.com/rust-lang/crates.io-index"12659checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12660dependencies = [12661 "asynchronous-codec 0.6.0",12662 "bytes 1.1.0",12663 "futures-io",12664 "futures-util",12665]1266612667[[package]]12668name = "untrusted"12669version = "0.7.1"12670source = "registry+https://github.com/rust-lang/crates.io-index"12671checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1267212673[[package]]12674name = "up-data-structs"12675version = "0.1.0"12676dependencies = [12677 "derivative",12678 "frame-support",12679 "frame-system",12680 "parity-scale-codec",12681 "scale-info",12682 "serde",12683 "sp-core",12684 "sp-runtime",12685 "sp-std",12686]1268712688[[package]]12689name = "up-evm-mapping"12690version = "0.1.0"12691dependencies = [12692 "frame-support",12693 "sp-core",12694]1269512696[[package]]12697name = "up-rpc"12698version = "0.1.0"12699dependencies = [12700 "pallet-common",12701 "parity-scale-codec",12702 "sp-api",12703 "sp-core",12704 "sp-runtime",12705 "sp-std",12706 "up-data-structs",12707]1270812709[[package]]12710name = "up-sponsorship"12711version = "0.1.0"12712source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12713dependencies = [12714 "impl-trait-for-tuples",12715]1271612717[[package]]12718name = "url"12719version = "1.7.2"12720source = "registry+https://github.com/rust-lang/crates.io-index"12721checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12722dependencies = [12723 "idna 0.1.5",12724 "matches",12725 "percent-encoding 1.0.1",12726]1272712728[[package]]12729name = "url"12730version = "2.2.2"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12733dependencies = [12734 "form_urlencoded",12735 "idna 0.2.3",12736 "matches",12737 "percent-encoding 2.1.0",12738]1273912740[[package]]12741name = "valuable"12742version = "0.1.0"12743source = "registry+https://github.com/rust-lang/crates.io-index"12744checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1274512746[[package]]12747name = "value-bag"12748version = "1.0.0-alpha.8"12749source = "registry+https://github.com/rust-lang/crates.io-index"12750checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12751dependencies = [12752 "ctor",12753 "version_check",12754]1275512756[[package]]12757name = "vcpkg"12758version = "0.2.15"12759source = "registry+https://github.com/rust-lang/crates.io-index"12760checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1276112762[[package]]12763name = "version_check"12764version = "0.9.4"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1276712768[[package]]12769name = "void"12770version = "1.0.2"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1277312774[[package]]12775name = "waker-fn"12776version = "1.1.0"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1277912780[[package]]12781name = "walkdir"12782version = "2.3.2"12783source = "registry+https://github.com/rust-lang/crates.io-index"12784checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12785dependencies = [12786 "same-file",12787 "winapi 0.3.9",12788 "winapi-util",12789]1279012791[[package]]12792name = "want"12793version = "0.3.0"12794source = "registry+https://github.com/rust-lang/crates.io-index"12795checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12796dependencies = [12797 "log",12798 "try-lock",12799]1280012801[[package]]12802name = "wasi"12803version = "0.9.0+wasi-snapshot-preview1"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1280612807[[package]]12808name = "wasi"12809version = "0.10.0+wasi-snapshot-preview1"12810source = "registry+https://github.com/rust-lang/crates.io-index"12811checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1281212813[[package]]12814name = "wasi"12815version = "0.11.0+wasi-snapshot-preview1"12816source = "registry+https://github.com/rust-lang/crates.io-index"12817checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1281812819[[package]]12820name = "wasm-bindgen"12821version = "0.2.79"12822source = "registry+https://github.com/rust-lang/crates.io-index"12823checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12824dependencies = [12825 "cfg-if 1.0.0",12826 "wasm-bindgen-macro",12827]1282812829[[package]]12830name = "wasm-bindgen-backend"12831version = "0.2.79"12832source = "registry+https://github.com/rust-lang/crates.io-index"12833checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12834dependencies = [12835 "bumpalo",12836 "lazy_static",12837 "log",12838 "proc-macro2",12839 "quote",12840 "syn",12841 "wasm-bindgen-shared",12842]1284312844[[package]]12845name = "wasm-bindgen-futures"12846version = "0.4.29"12847source = "registry+https://github.com/rust-lang/crates.io-index"12848checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12849dependencies = [12850 "cfg-if 1.0.0",12851 "js-sys",12852 "wasm-bindgen",12853 "web-sys",12854]1285512856[[package]]12857name = "wasm-bindgen-macro"12858version = "0.2.79"12859source = "registry+https://github.com/rust-lang/crates.io-index"12860checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12861dependencies = [12862 "quote",12863 "wasm-bindgen-macro-support",12864]1286512866[[package]]12867name = "wasm-bindgen-macro-support"12868version = "0.2.79"12869source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12871dependencies = [12872 "proc-macro2",12873 "quote",12874 "syn",12875 "wasm-bindgen-backend",12876 "wasm-bindgen-shared",12877]1287812879[[package]]12880name = "wasm-bindgen-shared"12881version = "0.2.79"12882source = "registry+https://github.com/rust-lang/crates.io-index"12883checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1288412885[[package]]12886name = "wasm-gc-api"12887version = "0.1.11"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12890dependencies = [12891 "log",12892 "parity-wasm 0.32.0",12893 "rustc-demangle",12894]1289512896[[package]]12897name = "wasm-instrument"12898version = "0.1.1"12899source = "registry+https://github.com/rust-lang/crates.io-index"12900checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12901dependencies = [12902 "parity-wasm 0.42.2",12903]1290412905[[package]]12906name = "wasm-timer"12907version = "0.2.5"12908source = "registry+https://github.com/rust-lang/crates.io-index"12909checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12910dependencies = [12911 "futures 0.3.21",12912 "js-sys",12913 "parking_lot 0.11.2",12914 "pin-utils",12915 "wasm-bindgen",12916 "wasm-bindgen-futures",12917 "web-sys",12918]1291912920[[package]]12921name = "wasmi"12922version = "0.9.1"12923source = "registry+https://github.com/rust-lang/crates.io-index"12924checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12925dependencies = [12926 "downcast-rs",12927 "libc",12928 "memory_units",12929 "num-rational 0.2.4",12930 "num-traits",12931 "parity-wasm 0.42.2",12932 "wasmi-validation",12933]1293412935[[package]]12936name = "wasmi-validation"12937version = "0.4.1"12938source = "registry+https://github.com/rust-lang/crates.io-index"12939checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12940dependencies = [12941 "parity-wasm 0.42.2",12942]1294312944[[package]]12945name = "wasmparser"12946version = "0.81.0"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1294912950[[package]]12951name = "wasmtime"12952version = "0.33.1"12953source = "registry+https://github.com/rust-lang/crates.io-index"12954checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12955dependencies = [12956 "anyhow",12957 "backtrace",12958 "bincode",12959 "cfg-if 1.0.0",12960 "cpp_demangle",12961 "indexmap",12962 "lazy_static",12963 "libc",12964 "log",12965 "object",12966 "paste",12967 "psm",12968 "rayon",12969 "region",12970 "rustc-demangle",12971 "serde",12972 "target-lexicon",12973 "wasmparser",12974 "wasmtime-cache",12975 "wasmtime-cranelift",12976 "wasmtime-environ",12977 "wasmtime-jit",12978 "wasmtime-runtime",12979 "winapi 0.3.9",12980]1298112982[[package]]12983name = "wasmtime-cache"12984version = "0.33.1"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12987dependencies = [12988 "anyhow",12989 "base64",12990 "bincode",12991 "directories-next",12992 "file-per-thread-logger",12993 "log",12994 "rustix",12995 "serde",12996 "sha2 0.9.9",12997 "toml",12998 "winapi 0.3.9",12999 "zstd",13000]1300113002[[package]]13003name = "wasmtime-cranelift"13004version = "0.33.1"13005source = "registry+https://github.com/rust-lang/crates.io-index"13006checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13007dependencies = [13008 "anyhow",13009 "cranelift-codegen",13010 "cranelift-entity",13011 "cranelift-frontend",13012 "cranelift-native",13013 "cranelift-wasm",13014 "gimli",13015 "log",13016 "more-asserts",13017 "object",13018 "target-lexicon",13019 "thiserror",13020 "wasmparser",13021 "wasmtime-environ",13022]1302313024[[package]]13025name = "wasmtime-environ"13026version = "0.33.1"13027source = "registry+https://github.com/rust-lang/crates.io-index"13028checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13029dependencies = [13030 "anyhow",13031 "cranelift-entity",13032 "gimli",13033 "indexmap",13034 "log",13035 "more-asserts",13036 "object",13037 "serde",13038 "target-lexicon",13039 "thiserror",13040 "wasmparser",13041 "wasmtime-types",13042]1304313044[[package]]13045name = "wasmtime-jit"13046version = "0.33.1"13047source = "registry+https://github.com/rust-lang/crates.io-index"13048checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13049dependencies = [13050 "addr2line",13051 "anyhow",13052 "bincode",13053 "cfg-if 1.0.0",13054 "gimli",13055 "object",13056 "region",13057 "rustix",13058 "serde",13059 "target-lexicon",13060 "thiserror",13061 "wasmtime-environ",13062 "wasmtime-runtime",13063 "winapi 0.3.9",13064]1306513066[[package]]13067name = "wasmtime-runtime"13068version = "0.33.1"13069source = "registry+https://github.com/rust-lang/crates.io-index"13070checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13071dependencies = [13072 "anyhow",13073 "backtrace",13074 "cc",13075 "cfg-if 1.0.0",13076 "indexmap",13077 "lazy_static",13078 "libc",13079 "log",13080 "mach",13081 "memoffset",13082 "more-asserts",13083 "rand 0.8.5",13084 "region",13085 "rustix",13086 "thiserror",13087 "wasmtime-environ",13088 "winapi 0.3.9",13089]1309013091[[package]]13092name = "wasmtime-types"13093version = "0.33.1"13094source = "registry+https://github.com/rust-lang/crates.io-index"13095checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13096dependencies = [13097 "cranelift-entity",13098 "serde",13099 "thiserror",13100 "wasmparser",13101]1310213103[[package]]13104name = "web-sys"13105version = "0.3.56"13106source = "registry+https://github.com/rust-lang/crates.io-index"13107checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13108dependencies = [13109 "js-sys",13110 "wasm-bindgen",13111]1311213113[[package]]13114name = "webpki"13115version = "0.21.4"13116source = "registry+https://github.com/rust-lang/crates.io-index"13117checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13118dependencies = [13119 "ring",13120 "untrusted",13121]1312213123[[package]]13124name = "webpki"13125version = "0.22.0"13126source = "registry+https://github.com/rust-lang/crates.io-index"13127checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13128dependencies = [13129 "ring",13130 "untrusted",13131]1313213133[[package]]13134name = "webpki-roots"13135version = "0.21.1"13136source = "registry+https://github.com/rust-lang/crates.io-index"13137checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13138dependencies = [13139 "webpki 0.21.4",13140]1314113142[[package]]13143name = "webpki-roots"13144version = "0.22.2"13145source = "registry+https://github.com/rust-lang/crates.io-index"13146checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13147dependencies = [13148 "webpki 0.22.0",13149]1315013151[[package]]13152name = "wepoll-ffi"13153version = "0.1.2"13154source = "registry+https://github.com/rust-lang/crates.io-index"13155checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13156dependencies = [13157 "cc",13158]1315913160[[package]]13161name = "westend-runtime"13162version = "0.9.18"13163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13164dependencies = [13165 "beefy-primitives",13166 "bitvec",13167 "frame-benchmarking",13168 "frame-election-provider-support",13169 "frame-executive",13170 "frame-support",13171 "frame-system",13172 "frame-system-benchmarking",13173 "frame-system-rpc-runtime-api",13174 "frame-try-runtime",13175 "hex-literal",13176 "log",13177 "pallet-authority-discovery",13178 "pallet-authorship",13179 "pallet-babe",13180 "pallet-bags-list",13181 "pallet-balances",13182 "pallet-collective",13183 "pallet-democracy",13184 "pallet-election-provider-multi-phase",13185 "pallet-elections-phragmen",13186 "pallet-grandpa",13187 "pallet-identity",13188 "pallet-im-online",13189 "pallet-indices",13190 "pallet-membership",13191 "pallet-mmr-primitives",13192 "pallet-multisig",13193 "pallet-nicks",13194 "pallet-offences",13195 "pallet-offences-benchmarking",13196 "pallet-preimage",13197 "pallet-proxy",13198 "pallet-recovery",13199 "pallet-scheduler",13200 "pallet-session",13201 "pallet-session-benchmarking",13202 "pallet-society",13203 "pallet-staking",13204 "pallet-staking-reward-curve",13205 "pallet-sudo",13206 "pallet-timestamp",13207 "pallet-transaction-payment",13208 "pallet-transaction-payment-rpc-runtime-api",13209 "pallet-treasury",13210 "pallet-utility",13211 "pallet-vesting",13212 "pallet-xcm",13213 "pallet-xcm-benchmarks",13214 "parity-scale-codec",13215 "polkadot-parachain",13216 "polkadot-primitives",13217 "polkadot-runtime-common",13218 "polkadot-runtime-parachains",13219 "rustc-hex",13220 "scale-info",13221 "serde",13222 "serde_derive",13223 "smallvec",13224 "sp-api",13225 "sp-authority-discovery",13226 "sp-block-builder",13227 "sp-consensus-babe",13228 "sp-core",13229 "sp-inherents",13230 "sp-io",13231 "sp-npos-elections",13232 "sp-offchain",13233 "sp-runtime",13234 "sp-session",13235 "sp-staking",13236 "sp-std",13237 "sp-transaction-pool",13238 "sp-version",13239 "substrate-wasm-builder",13240 "westend-runtime-constants",13241 "xcm",13242 "xcm-builder",13243 "xcm-executor",13244]1324513246[[package]]13247name = "westend-runtime-constants"13248version = "0.9.18"13249source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13250dependencies = [13251 "frame-support",13252 "polkadot-primitives",13253 "polkadot-runtime-common",13254 "smallvec",13255 "sp-runtime",13256]1325713258[[package]]13259name = "which"13260version = "4.2.5"13261source = "registry+https://github.com/rust-lang/crates.io-index"13262checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13263dependencies = [13264 "either",13265 "lazy_static",13266 "libc",13267]1326813269[[package]]13270name = "widestring"13271version = "0.4.3"13272source = "registry+https://github.com/rust-lang/crates.io-index"13273checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1327413275[[package]]13276name = "winapi"13277version = "0.2.8"13278source = "registry+https://github.com/rust-lang/crates.io-index"13279checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1328013281[[package]]13282name = "winapi"13283version = "0.3.9"13284source = "registry+https://github.com/rust-lang/crates.io-index"13285checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13286dependencies = [13287 "winapi-i686-pc-windows-gnu",13288 "winapi-x86_64-pc-windows-gnu",13289]1329013291[[package]]13292name = "winapi-build"13293version = "0.1.1"13294source = "registry+https://github.com/rust-lang/crates.io-index"13295checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1329613297[[package]]13298name = "winapi-i686-pc-windows-gnu"13299version = "0.4.0"13300source = "registry+https://github.com/rust-lang/crates.io-index"13301checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1330213303[[package]]13304name = "winapi-util"13305version = "0.1.5"13306source = "registry+https://github.com/rust-lang/crates.io-index"13307checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13308dependencies = [13309 "winapi 0.3.9",13310]1331113312[[package]]13313name = "winapi-x86_64-pc-windows-gnu"13314version = "0.4.0"13315source = "registry+https://github.com/rust-lang/crates.io-index"13316checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1331713318[[package]]13319name = "windows-sys"13320version = "0.32.0"13321source = "registry+https://github.com/rust-lang/crates.io-index"13322checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13323dependencies = [13324 "windows_aarch64_msvc",13325 "windows_i686_gnu",13326 "windows_i686_msvc",13327 "windows_x86_64_gnu",13328 "windows_x86_64_msvc",13329]1333013331[[package]]13332name = "windows_aarch64_msvc"13333version = "0.32.0"13334source = "registry+https://github.com/rust-lang/crates.io-index"13335checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1333613337[[package]]13338name = "windows_i686_gnu"13339version = "0.32.0"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1334213343[[package]]13344name = "windows_i686_msvc"13345version = "0.32.0"13346source = "registry+https://github.com/rust-lang/crates.io-index"13347checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1334813349[[package]]13350name = "windows_x86_64_gnu"13351version = "0.32.0"13352source = "registry+https://github.com/rust-lang/crates.io-index"13353checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1335413355[[package]]13356name = "windows_x86_64_msvc"13357version = "0.32.0"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1336013361[[package]]13362name = "winreg"13363version = "0.6.2"13364source = "registry+https://github.com/rust-lang/crates.io-index"13365checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13366dependencies = [13367 "winapi 0.3.9",13368]1336913370[[package]]13371name = "ws2_32-sys"13372version = "0.2.1"13373source = "registry+https://github.com/rust-lang/crates.io-index"13374checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13375dependencies = [13376 "winapi 0.2.8",13377 "winapi-build",13378]1337913380[[package]]13381name = "wyz"13382version = "0.5.0"13383source = "registry+https://github.com/rust-lang/crates.io-index"13384checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13385dependencies = [13386 "tap",13387]1338813389[[package]]13390name = "x25519-dalek"13391version = "1.1.1"13392source = "registry+https://github.com/rust-lang/crates.io-index"13393checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13394dependencies = [13395 "curve25519-dalek 3.2.0",13396 "rand_core 0.5.1",13397 "zeroize",13398]1339913400[[package]]13401name = "xcm"13402version = "0.9.18"13403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13404dependencies = [13405 "derivative",13406 "impl-trait-for-tuples",13407 "log",13408 "parity-scale-codec",13409 "scale-info",13410 "xcm-procedural",13411]1341213413[[package]]13414name = "xcm-builder"13415version = "0.9.18"13416source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13417dependencies = [13418 "frame-support",13419 "frame-system",13420 "log",13421 "pallet-transaction-payment",13422 "parity-scale-codec",13423 "polkadot-parachain",13424 "scale-info",13425 "sp-arithmetic",13426 "sp-io",13427 "sp-runtime",13428 "sp-std",13429 "xcm",13430 "xcm-executor",13431]1343213433[[package]]13434name = "xcm-executor"13435version = "0.9.18"13436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13437dependencies = [13438 "frame-benchmarking",13439 "frame-support",13440 "impl-trait-for-tuples",13441 "log",13442 "parity-scale-codec",13443 "sp-arithmetic",13444 "sp-core",13445 "sp-io",13446 "sp-runtime",13447 "sp-std",13448 "xcm",13449]1345013451[[package]]13452name = "xcm-procedural"13453version = "0.1.0"13454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13455dependencies = [13456 "Inflector",13457 "proc-macro2",13458 "quote",13459 "syn",13460]1346113462[[package]]13463name = "yamux"13464version = "0.9.0"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13467dependencies = [13468 "futures 0.3.21",13469 "log",13470 "nohash-hasher",13471 "parking_lot 0.11.2",13472 "rand 0.8.5",13473 "static_assertions",13474]1347513476[[package]]13477name = "yansi"13478version = "0.5.1"13479source = "registry+https://github.com/rust-lang/crates.io-index"13480checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1348113482[[package]]13483name = "zeroize"13484version = "1.5.4"13485source = "registry+https://github.com/rust-lang/crates.io-index"13486checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13487dependencies = [13488 "zeroize_derive",13489]1349013491[[package]]13492name = "zeroize_derive"13493version = "1.3.2"13494source = "registry+https://github.com/rust-lang/crates.io-index"13495checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13496dependencies = [13497 "proc-macro2",13498 "quote",13499 "syn",13500 "synstructure",13501]1350213503[[package]]13504name = "zstd"13505version = "0.9.2+zstd.1.5.1"13506source = "registry+https://github.com/rust-lang/crates.io-index"13507checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13508dependencies = [13509 "zstd-safe",13510]1351113512[[package]]13513name = "zstd-safe"13514version = "4.1.3+zstd.1.5.1"13515source = "registry+https://github.com/rust-lang/crates.io-index"13516checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13517dependencies = [13518 "libc",13519 "zstd-sys",13520]1352113522[[package]]13523name = "zstd-sys"13524version = "1.6.2+zstd.1.5.1"13525source = "registry+https://github.com/rust-lang/crates.io-index"13526checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13527dependencies = [13528 "cc",13529 "libc",13530]