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",6200 "pallet-evm-coder-substrate",6201 "parity-scale-codec",6202 "scale-info",6203 "sp-core",6204 "sp-runtime",6205 "sp-std",6206 "up-data-structs",6207]62086209[[package]]6210name = "pallet-gilt"6211version = "4.0.0-dev"6212source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6213dependencies = [6214 "frame-benchmarking",6215 "frame-support",6216 "frame-system",6217 "parity-scale-codec",6218 "scale-info",6219 "sp-arithmetic",6220 "sp-runtime",6221 "sp-std",6222]62236224[[package]]6225name = "pallet-grandpa"6226version = "4.0.0-dev"6227source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6228dependencies = [6229 "frame-benchmarking",6230 "frame-support",6231 "frame-system",6232 "log",6233 "pallet-authorship",6234 "pallet-session",6235 "parity-scale-codec",6236 "scale-info",6237 "sp-application-crypto",6238 "sp-core",6239 "sp-finality-grandpa",6240 "sp-io",6241 "sp-runtime",6242 "sp-session",6243 "sp-staking",6244 "sp-std",6245]62466247[[package]]6248name = "pallet-identity"6249version = "4.0.0-dev"6250source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6251dependencies = [6252 "enumflags2",6253 "frame-benchmarking",6254 "frame-support",6255 "frame-system",6256 "parity-scale-codec",6257 "scale-info",6258 "sp-io",6259 "sp-runtime",6260 "sp-std",6261]62626263[[package]]6264name = "pallet-im-online"6265version = "4.0.0-dev"6266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6267dependencies = [6268 "frame-benchmarking",6269 "frame-support",6270 "frame-system",6271 "log",6272 "pallet-authorship",6273 "parity-scale-codec",6274 "scale-info",6275 "sp-application-crypto",6276 "sp-core",6277 "sp-io",6278 "sp-runtime",6279 "sp-staking",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-indices"6285version = "4.0.0-dev"6286source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6287dependencies = [6288 "frame-benchmarking",6289 "frame-support",6290 "frame-system",6291 "parity-scale-codec",6292 "scale-info",6293 "sp-core",6294 "sp-io",6295 "sp-keyring",6296 "sp-runtime",6297 "sp-std",6298]62996300[[package]]6301name = "pallet-inflation"6302version = "0.1.0"6303dependencies = [6304 "frame-benchmarking",6305 "frame-support",6306 "frame-system",6307 "pallet-balances",6308 "pallet-randomness-collective-flip",6309 "pallet-timestamp",6310 "parity-scale-codec",6311 "scale-info",6312 "serde",6313 "sp-core",6314 "sp-io",6315 "sp-runtime",6316 "sp-std",6317]63186319[[package]]6320name = "pallet-membership"6321version = "4.0.0-dev"6322source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6323dependencies = [6324 "frame-benchmarking",6325 "frame-support",6326 "frame-system",6327 "log",6328 "parity-scale-codec",6329 "scale-info",6330 "sp-core",6331 "sp-io",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-mmr"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6340dependencies = [6341 "ckb-merkle-mountain-range",6342 "frame-benchmarking",6343 "frame-support",6344 "frame-system",6345 "pallet-mmr-primitives",6346 "parity-scale-codec",6347 "scale-info",6348 "sp-core",6349 "sp-io",6350 "sp-runtime",6351 "sp-std",6352]63536354[[package]]6355name = "pallet-mmr-primitives"6356version = "4.0.0-dev"6357source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6358dependencies = [6359 "frame-support",6360 "frame-system",6361 "log",6362 "parity-scale-codec",6363 "serde",6364 "sp-api",6365 "sp-core",6366 "sp-runtime",6367 "sp-std",6368]63696370[[package]]6371name = "pallet-mmr-rpc"6372version = "3.0.0"6373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6374dependencies = [6375 "jsonrpc-core",6376 "jsonrpc-core-client",6377 "jsonrpc-derive",6378 "pallet-mmr-primitives",6379 "parity-scale-codec",6380 "serde",6381 "sp-api",6382 "sp-blockchain",6383 "sp-core",6384 "sp-runtime",6385]63866387[[package]]6388name = "pallet-multisig"6389version = "4.0.0-dev"6390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6391dependencies = [6392 "frame-benchmarking",6393 "frame-support",6394 "frame-system",6395 "parity-scale-codec",6396 "scale-info",6397 "sp-io",6398 "sp-runtime",6399 "sp-std",6400]64016402[[package]]6403name = "pallet-nicks"6404version = "4.0.0-dev"6405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6406dependencies = [6407 "frame-support",6408 "frame-system",6409 "parity-scale-codec",6410 "scale-info",6411 "sp-io",6412 "sp-runtime",6413 "sp-std",6414]64156416[[package]]6417name = "pallet-nonfungible"6418version = "0.1.0"6419dependencies = [6420 "ethereum",6421 "evm-coder",6422 "frame-benchmarking",6423 "frame-support",6424 "frame-system",6425 "pallet-common",6426 "pallet-evm",6427 "pallet-evm-coder-substrate",6428 "parity-scale-codec",6429 "scale-info",6430 "sp-core",6431 "sp-runtime",6432 "sp-std",6433 "up-data-structs",6434]64356436[[package]]6437name = "pallet-offences"6438version = "4.0.0-dev"6439source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6440dependencies = [6441 "frame-support",6442 "frame-system",6443 "log",6444 "pallet-balances",6445 "parity-scale-codec",6446 "scale-info",6447 "serde",6448 "sp-runtime",6449 "sp-staking",6450 "sp-std",6451]64526453[[package]]6454name = "pallet-offences-benchmarking"6455version = "4.0.0-dev"6456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6457dependencies = [6458 "frame-benchmarking",6459 "frame-election-provider-support",6460 "frame-support",6461 "frame-system",6462 "pallet-babe",6463 "pallet-balances",6464 "pallet-grandpa",6465 "pallet-im-online",6466 "pallet-offences",6467 "pallet-session",6468 "pallet-staking",6469 "parity-scale-codec",6470 "scale-info",6471 "sp-runtime",6472 "sp-staking",6473 "sp-std",6474]64756476[[package]]6477name = "pallet-preimage"6478version = "4.0.0-dev"6479source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6480dependencies = [6481 "frame-benchmarking",6482 "frame-support",6483 "frame-system",6484 "parity-scale-codec",6485 "scale-info",6486 "sp-core",6487 "sp-io",6488 "sp-runtime",6489 "sp-std",6490]64916492[[package]]6493name = "pallet-proxy"6494version = "4.0.0-dev"6495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6496dependencies = [6497 "frame-benchmarking",6498 "frame-support",6499 "frame-system",6500 "parity-scale-codec",6501 "scale-info",6502 "sp-io",6503 "sp-runtime",6504 "sp-std",6505]65066507[[package]]6508name = "pallet-randomness-collective-flip"6509version = "4.0.0-dev"6510source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6511dependencies = [6512 "frame-support",6513 "frame-system",6514 "parity-scale-codec",6515 "safe-mix",6516 "scale-info",6517 "sp-runtime",6518 "sp-std",6519]65206521[[package]]6522name = "pallet-recovery"6523version = "4.0.0-dev"6524source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6525dependencies = [6526 "frame-support",6527 "frame-system",6528 "parity-scale-codec",6529 "scale-info",6530 "sp-io",6531 "sp-runtime",6532 "sp-std",6533]65346535[[package]]6536name = "pallet-refungible"6537version = "0.1.0"6538dependencies = [6539 "frame-benchmarking",6540 "frame-support",6541 "frame-system",6542 "pallet-common",6543 "pallet-evm",6544 "parity-scale-codec",6545 "scale-info",6546 "sp-core",6547 "sp-runtime",6548 "sp-std",6549 "up-data-structs",6550]65516552[[package]]6553name = "pallet-scheduler"6554version = "4.0.0-dev"6555source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6556dependencies = [6557 "frame-benchmarking",6558 "frame-support",6559 "frame-system",6560 "log",6561 "parity-scale-codec",6562 "scale-info",6563 "sp-io",6564 "sp-runtime",6565 "sp-std",6566]65676568[[package]]6569name = "pallet-session"6570version = "4.0.0-dev"6571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6572dependencies = [6573 "frame-support",6574 "frame-system",6575 "impl-trait-for-tuples",6576 "log",6577 "pallet-timestamp",6578 "parity-scale-codec",6579 "scale-info",6580 "sp-core",6581 "sp-io",6582 "sp-runtime",6583 "sp-session",6584 "sp-staking",6585 "sp-std",6586 "sp-trie",6587]65886589[[package]]6590name = "pallet-session-benchmarking"6591version = "4.0.0-dev"6592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6593dependencies = [6594 "frame-benchmarking",6595 "frame-support",6596 "frame-system",6597 "pallet-session",6598 "pallet-staking",6599 "rand 0.7.3",6600 "sp-runtime",6601 "sp-session",6602 "sp-std",6603]66046605[[package]]6606name = "pallet-society"6607version = "4.0.0-dev"6608source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6609dependencies = [6610 "frame-support",6611 "frame-system",6612 "parity-scale-codec",6613 "rand_chacha 0.2.2",6614 "scale-info",6615 "sp-runtime",6616 "sp-std",6617]66186619[[package]]6620name = "pallet-staking"6621version = "4.0.0-dev"6622source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6623dependencies = [6624 "frame-benchmarking",6625 "frame-election-provider-support",6626 "frame-support",6627 "frame-system",6628 "log",6629 "pallet-authorship",6630 "pallet-session",6631 "parity-scale-codec",6632 "rand_chacha 0.2.2",6633 "scale-info",6634 "serde",6635 "sp-application-crypto",6636 "sp-io",6637 "sp-runtime",6638 "sp-staking",6639 "sp-std",6640]66416642[[package]]6643name = "pallet-staking-reward-curve"6644version = "4.0.0-dev"6645source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6646dependencies = [6647 "proc-macro-crate 1.1.3",6648 "proc-macro2",6649 "quote",6650 "syn",6651]66526653[[package]]6654name = "pallet-staking-reward-fn"6655version = "4.0.0-dev"6656source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6657dependencies = [6658 "log",6659 "sp-arithmetic",6660]66616662[[package]]6663name = "pallet-sudo"6664version = "4.0.0-dev"6665source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6666dependencies = [6667 "frame-support",6668 "frame-system",6669 "parity-scale-codec",6670 "scale-info",6671 "sp-io",6672 "sp-runtime",6673 "sp-std",6674]66756676[[package]]6677name = "pallet-template-transaction-payment"6678version = "3.0.0"6679source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6680dependencies = [6681 "frame-benchmarking",6682 "frame-support",6683 "frame-system",6684 "pallet-balances",6685 "pallet-transaction-payment",6686 "parity-scale-codec",6687 "scale-info",6688 "serde",6689 "sp-core",6690 "sp-io",6691 "sp-runtime",6692 "sp-std",6693 "up-sponsorship",6694]66956696[[package]]6697name = "pallet-timestamp"6698version = "4.0.0-dev"6699source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6700dependencies = [6701 "frame-benchmarking",6702 "frame-support",6703 "frame-system",6704 "log",6705 "parity-scale-codec",6706 "scale-info",6707 "sp-inherents",6708 "sp-io",6709 "sp-runtime",6710 "sp-std",6711 "sp-timestamp",6712]67136714[[package]]6715name = "pallet-tips"6716version = "4.0.0-dev"6717source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6718dependencies = [6719 "frame-benchmarking",6720 "frame-support",6721 "frame-system",6722 "log",6723 "pallet-treasury",6724 "parity-scale-codec",6725 "scale-info",6726 "serde",6727 "sp-core",6728 "sp-io",6729 "sp-runtime",6730 "sp-std",6731]67326733[[package]]6734name = "pallet-transaction-payment"6735version = "4.0.0-dev"6736source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6737dependencies = [6738 "frame-support",6739 "frame-system",6740 "parity-scale-codec",6741 "scale-info",6742 "serde",6743 "smallvec",6744 "sp-core",6745 "sp-io",6746 "sp-runtime",6747 "sp-std",6748]67496750[[package]]6751name = "pallet-transaction-payment-rpc"6752version = "4.0.0-dev"6753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6754dependencies = [6755 "jsonrpc-core",6756 "jsonrpc-core-client",6757 "jsonrpc-derive",6758 "pallet-transaction-payment-rpc-runtime-api",6759 "parity-scale-codec",6760 "sp-api",6761 "sp-blockchain",6762 "sp-core",6763 "sp-rpc",6764 "sp-runtime",6765]67666767[[package]]6768name = "pallet-transaction-payment-rpc-runtime-api"6769version = "4.0.0-dev"6770source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6771dependencies = [6772 "pallet-transaction-payment",6773 "parity-scale-codec",6774 "sp-api",6775 "sp-runtime",6776]67776778[[package]]6779name = "pallet-treasury"6780version = "4.0.0-dev"6781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6782dependencies = [6783 "frame-benchmarking",6784 "frame-support",6785 "frame-system",6786 "impl-trait-for-tuples",6787 "pallet-balances",6788 "parity-scale-codec",6789 "scale-info",6790 "serde",6791 "sp-runtime",6792 "sp-std",6793]67946795[[package]]6796name = "pallet-unique"6797version = "0.1.0"6798dependencies = [6799 "ethereum",6800 "evm-coder",6801 "fp-evm",6802 "frame-benchmarking",6803 "frame-support",6804 "frame-system",6805 "hex-literal",6806 "pallet-balances",6807 "pallet-common",6808 "pallet-ethereum",6809 "pallet-evm",6810 "pallet-evm-coder-substrate",6811 "pallet-fungible",6812 "pallet-nonfungible",6813 "pallet-randomness-collective-flip",6814 "pallet-refungible",6815 "pallet-timestamp",6816 "pallet-transaction-payment",6817 "parity-scale-codec",6818 "primitive-types",6819 "rlp",6820 "scale-info",6821 "serde",6822 "sp-api",6823 "sp-core",6824 "sp-io",6825 "sp-runtime",6826 "sp-std",6827 "up-data-structs",6828 "up-evm-mapping",6829 "up-sponsorship",6830]68316832[[package]]6833name = "pallet-unq-scheduler"6834version = "0.1.0"6835dependencies = [6836 "frame-benchmarking",6837 "frame-support",6838 "frame-system",6839 "log",6840 "parity-scale-codec",6841 "scale-info",6842 "serde",6843 "sp-core",6844 "sp-io",6845 "sp-runtime",6846 "sp-std",6847 "substrate-test-utils",6848 "up-sponsorship",6849]68506851[[package]]6852name = "pallet-utility"6853version = "4.0.0-dev"6854source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6855dependencies = [6856 "frame-benchmarking",6857 "frame-support",6858 "frame-system",6859 "parity-scale-codec",6860 "scale-info",6861 "sp-core",6862 "sp-io",6863 "sp-runtime",6864 "sp-std",6865]68666867[[package]]6868name = "pallet-vesting"6869version = "4.0.0-dev"6870source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"6871dependencies = [6872 "frame-benchmarking",6873 "frame-support",6874 "frame-system",6875 "log",6876 "parity-scale-codec",6877 "scale-info",6878 "sp-runtime",6879 "sp-std",6880]68816882[[package]]6883name = "pallet-xcm"6884version = "0.9.18"6885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6886dependencies = [6887 "frame-support",6888 "frame-system",6889 "log",6890 "parity-scale-codec",6891 "scale-info",6892 "serde",6893 "sp-core",6894 "sp-runtime",6895 "sp-std",6896 "xcm",6897 "xcm-executor",6898]68996900[[package]]6901name = "pallet-xcm-benchmarks"6902version = "0.9.18"6903source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"6904dependencies = [6905 "frame-benchmarking",6906 "frame-support",6907 "frame-system",6908 "log",6909 "parity-scale-codec",6910 "scale-info",6911 "sp-runtime",6912 "sp-std",6913 "xcm",6914 "xcm-executor",6915]69166917[[package]]6918name = "parachain-info"6919version = "0.1.0"6920source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.18#b1e91afb7421309b203d7627b736d9bcf58260eb"6921dependencies = [6922 "cumulus-primitives-core",6923 "frame-support",6924 "frame-system",6925 "parity-scale-codec",6926 "scale-info",6927 "serde",6928]69296930[[package]]6931name = "parity-db"6932version = "0.3.9"6933source = "registry+https://github.com/rust-lang/crates.io-index"6934checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"6935dependencies = [6936 "blake2-rfc",6937 "crc32fast",6938 "fs2",6939 "hex",6940 "libc",6941 "log",6942 "lz4",6943 "memmap2 0.2.3",6944 "parking_lot 0.11.2",6945 "rand 0.8.5",6946 "snap",6947]69486949[[package]]6950name = "parity-scale-codec"6951version = "3.1.2"6952source = "registry+https://github.com/rust-lang/crates.io-index"6953checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6954dependencies = [6955 "arrayvec 0.7.2",6956 "bitvec",6957 "byte-slice-cast",6958 "impl-trait-for-tuples",6959 "parity-scale-codec-derive",6960 "serde",6961]69626963[[package]]6964name = "parity-scale-codec-derive"6965version = "3.1.2"6966source = "registry+https://github.com/rust-lang/crates.io-index"6967checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6968dependencies = [6969 "proc-macro-crate 1.1.3",6970 "proc-macro2",6971 "quote",6972 "syn",6973]69746975[[package]]6976name = "parity-send-wrapper"6977version = "0.1.0"6978source = "registry+https://github.com/rust-lang/crates.io-index"6979checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"69806981[[package]]6982name = "parity-tokio-ipc"6983version = "0.9.0"6984source = "registry+https://github.com/rust-lang/crates.io-index"6985checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6986dependencies = [6987 "futures 0.3.21",6988 "libc",6989 "log",6990 "rand 0.7.3",6991 "tokio 1.17.0",6992 "winapi 0.3.9",6993]69946995[[package]]6996name = "parity-util-mem"6997version = "0.11.0"6998source = "registry+https://github.com/rust-lang/crates.io-index"6999checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7000dependencies = [7001 "cfg-if 1.0.0",7002 "ethereum-types",7003 "hashbrown 0.12.0",7004 "impl-trait-for-tuples",7005 "lru 0.7.3",7006 "parity-util-mem-derive",7007 "parking_lot 0.12.0",7008 "primitive-types",7009 "smallvec",7010 "winapi 0.3.9",7011]70127013[[package]]7014name = "parity-util-mem-derive"7015version = "0.1.0"7016source = "registry+https://github.com/rust-lang/crates.io-index"7017checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7018dependencies = [7019 "proc-macro2",7020 "syn",7021 "synstructure",7022]70237024[[package]]7025name = "parity-wasm"7026version = "0.32.0"7027source = "registry+https://github.com/rust-lang/crates.io-index"7028checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7029dependencies = [7030 "byteorder",7031]70327033[[package]]7034name = "parity-wasm"7035version = "0.42.2"7036source = "registry+https://github.com/rust-lang/crates.io-index"7037checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"70387039[[package]]7040name = "parity-ws"7041version = "0.11.1"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"7044dependencies = [7045 "byteorder",7046 "bytes 0.4.12",7047 "httparse",7048 "log",7049 "mio 0.6.23",7050 "mio-extras",7051 "rand 0.7.3",7052 "sha-1 0.8.2",7053 "slab",7054 "url 2.2.2",7055]70567057[[package]]7058name = "parking"7059version = "2.0.0"7060source = "registry+https://github.com/rust-lang/crates.io-index"7061checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70627063[[package]]7064name = "parking_lot"7065version = "0.11.2"7066source = "registry+https://github.com/rust-lang/crates.io-index"7067checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7068dependencies = [7069 "instant",7070 "lock_api",7071 "parking_lot_core 0.8.5",7072]70737074[[package]]7075name = "parking_lot"7076version = "0.12.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"7079dependencies = [7080 "lock_api",7081 "parking_lot_core 0.9.1",7082]70837084[[package]]7085name = "parking_lot_core"7086version = "0.8.5"7087source = "registry+https://github.com/rust-lang/crates.io-index"7088checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7089dependencies = [7090 "cfg-if 1.0.0",7091 "instant",7092 "libc",7093 "redox_syscall",7094 "smallvec",7095 "winapi 0.3.9",7096]70977098[[package]]7099name = "parking_lot_core"7100version = "0.9.1"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"7103dependencies = [7104 "cfg-if 1.0.0",7105 "libc",7106 "redox_syscall",7107 "smallvec",7108 "windows-sys",7109]71107111[[package]]7112name = "paste"7113version = "1.0.6"7114source = "registry+https://github.com/rust-lang/crates.io-index"7115checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"71167117[[package]]7118name = "pbkdf2"7119version = "0.4.0"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7122dependencies = [7123 "crypto-mac 0.8.0",7124]71257126[[package]]7127name = "pbkdf2"7128version = "0.8.0"7129source = "registry+https://github.com/rust-lang/crates.io-index"7130checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7131dependencies = [7132 "crypto-mac 0.11.1",7133]71347135[[package]]7136name = "peeking_take_while"7137version = "0.1.2"7138source = "registry+https://github.com/rust-lang/crates.io-index"7139checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71407141[[package]]7142name = "percent-encoding"7143version = "1.0.1"7144source = "registry+https://github.com/rust-lang/crates.io-index"7145checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"71467147[[package]]7148name = "percent-encoding"7149version = "2.1.0"7150source = "registry+https://github.com/rust-lang/crates.io-index"7151checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"71527153[[package]]7154name = "pest"7155version = "2.1.3"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"7158dependencies = [7159 "ucd-trie",7160]71617162[[package]]7163name = "pest_derive"7164version = "2.1.0"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"7167dependencies = [7168 "pest",7169 "pest_generator",7170]71717172[[package]]7173name = "pest_generator"7174version = "2.1.3"7175source = "registry+https://github.com/rust-lang/crates.io-index"7176checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"7177dependencies = [7178 "pest",7179 "pest_meta",7180 "proc-macro2",7181 "quote",7182 "syn",7183]71847185[[package]]7186name = "pest_meta"7187version = "2.1.3"7188source = "registry+https://github.com/rust-lang/crates.io-index"7189checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"7190dependencies = [7191 "maplit",7192 "pest",7193 "sha-1 0.8.2",7194]71957196[[package]]7197name = "petgraph"7198version = "0.6.0"7199source = "registry+https://github.com/rust-lang/crates.io-index"7200checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"7201dependencies = [7202 "fixedbitset",7203 "indexmap",7204]72057206[[package]]7207name = "pin-project"7208version = "0.4.29"7209source = "registry+https://github.com/rust-lang/crates.io-index"7210checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7211dependencies = [7212 "pin-project-internal 0.4.29",7213]72147215[[package]]7216name = "pin-project"7217version = "1.0.10"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7220dependencies = [7221 "pin-project-internal 1.0.10",7222]72237224[[package]]7225name = "pin-project-internal"7226version = "0.4.29"7227source = "registry+https://github.com/rust-lang/crates.io-index"7228checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7229dependencies = [7230 "proc-macro2",7231 "quote",7232 "syn",7233]72347235[[package]]7236name = "pin-project-internal"7237version = "1.0.10"7238source = "registry+https://github.com/rust-lang/crates.io-index"7239checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7240dependencies = [7241 "proc-macro2",7242 "quote",7243 "syn",7244]72457246[[package]]7247name = "pin-project-lite"7248version = "0.1.12"7249source = "registry+https://github.com/rust-lang/crates.io-index"7250checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72517252[[package]]7253name = "pin-project-lite"7254version = "0.2.8"7255source = "registry+https://github.com/rust-lang/crates.io-index"7256checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"72577258[[package]]7259name = "pin-utils"7260version = "0.1.0"7261source = "registry+https://github.com/rust-lang/crates.io-index"7262checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72637264[[package]]7265name = "pkcs8"7266version = "0.8.0"7267source = "registry+https://github.com/rust-lang/crates.io-index"7268checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7269dependencies = [7270 "der",7271 "spki",7272 "zeroize",7273]72747275[[package]]7276name = "pkg-config"7277version = "0.3.24"7278source = "registry+https://github.com/rust-lang/crates.io-index"7279checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"72807281[[package]]7282name = "platforms"7283version = "2.0.0"7284source = "registry+https://github.com/rust-lang/crates.io-index"7285checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72867287[[package]]7288name = "polkadot-approval-distribution"7289version = "0.9.18"7290source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7291dependencies = [7292 "futures 0.3.21",7293 "polkadot-node-network-protocol",7294 "polkadot-node-primitives",7295 "polkadot-node-subsystem",7296 "polkadot-node-subsystem-util",7297 "polkadot-primitives",7298 "tracing",7299]73007301[[package]]7302name = "polkadot-availability-bitfield-distribution"7303version = "0.9.18"7304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7305dependencies = [7306 "futures 0.3.21",7307 "polkadot-node-network-protocol",7308 "polkadot-node-subsystem",7309 "polkadot-node-subsystem-util",7310 "polkadot-primitives",7311 "tracing",7312]73137314[[package]]7315name = "polkadot-availability-distribution"7316version = "0.9.18"7317source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7318dependencies = [7319 "derive_more",7320 "fatality",7321 "futures 0.3.21",7322 "lru 0.7.3",7323 "parity-scale-codec",7324 "polkadot-erasure-coding",7325 "polkadot-node-network-protocol",7326 "polkadot-node-primitives",7327 "polkadot-node-subsystem",7328 "polkadot-node-subsystem-util",7329 "polkadot-primitives",7330 "rand 0.8.5",7331 "sp-core",7332 "sp-keystore",7333 "thiserror",7334 "tracing",7335]73367337[[package]]7338name = "polkadot-availability-recovery"7339version = "0.9.18"7340source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7341dependencies = [7342 "fatality",7343 "futures 0.3.21",7344 "lru 0.7.3",7345 "parity-scale-codec",7346 "polkadot-erasure-coding",7347 "polkadot-node-network-protocol",7348 "polkadot-node-primitives",7349 "polkadot-node-subsystem",7350 "polkadot-node-subsystem-util",7351 "polkadot-primitives",7352 "rand 0.8.5",7353 "sc-network",7354 "thiserror",7355 "tracing",7356]73577358[[package]]7359name = "polkadot-cli"7360version = "0.9.18"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7362dependencies = [7363 "clap",7364 "frame-benchmarking-cli",7365 "futures 0.3.21",7366 "log",7367 "polkadot-node-core-pvf",7368 "polkadot-node-metrics",7369 "polkadot-performance-test",7370 "polkadot-service",7371 "sc-cli",7372 "sc-service",7373 "sc-tracing",7374 "sp-core",7375 "sp-trie",7376 "substrate-build-script-utils",7377 "thiserror",7378 "try-runtime-cli",7379]73807381[[package]]7382name = "polkadot-client"7383version = "0.9.18"7384source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7385dependencies = [7386 "beefy-primitives",7387 "frame-benchmarking",7388 "frame-system-rpc-runtime-api",7389 "pallet-mmr-primitives",7390 "pallet-transaction-payment-rpc-runtime-api",7391 "polkadot-primitives",7392 "polkadot-runtime",7393 "sc-client-api",7394 "sc-consensus",7395 "sc-executor",7396 "sc-service",7397 "sp-api",7398 "sp-authority-discovery",7399 "sp-block-builder",7400 "sp-blockchain",7401 "sp-consensus",7402 "sp-consensus-babe",7403 "sp-finality-grandpa",7404 "sp-offchain",7405 "sp-runtime",7406 "sp-session",7407 "sp-storage",7408 "sp-transaction-pool",7409]74107411[[package]]7412name = "polkadot-collator-protocol"7413version = "0.9.18"7414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7415dependencies = [7416 "always-assert",7417 "fatality",7418 "futures 0.3.21",7419 "futures-timer",7420 "polkadot-node-network-protocol",7421 "polkadot-node-primitives",7422 "polkadot-node-subsystem",7423 "polkadot-node-subsystem-util",7424 "polkadot-primitives",7425 "sp-core",7426 "sp-keystore",7427 "sp-runtime",7428 "thiserror",7429 "tracing",7430]74317432[[package]]7433name = "polkadot-core-primitives"7434version = "0.9.18"7435source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7436dependencies = [7437 "parity-scale-codec",7438 "parity-util-mem",7439 "scale-info",7440 "sp-core",7441 "sp-runtime",7442 "sp-std",7443]74447445[[package]]7446name = "polkadot-dispute-distribution"7447version = "0.9.18"7448source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7449dependencies = [7450 "derive_more",7451 "fatality",7452 "futures 0.3.21",7453 "lru 0.7.3",7454 "parity-scale-codec",7455 "polkadot-erasure-coding",7456 "polkadot-node-network-protocol",7457 "polkadot-node-primitives",7458 "polkadot-node-subsystem",7459 "polkadot-node-subsystem-util",7460 "polkadot-primitives",7461 "sc-network",7462 "sp-application-crypto",7463 "sp-keystore",7464 "thiserror",7465 "tracing",7466]74677468[[package]]7469name = "polkadot-erasure-coding"7470version = "0.9.18"7471source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7472dependencies = [7473 "parity-scale-codec",7474 "polkadot-node-primitives",7475 "polkadot-primitives",7476 "reed-solomon-novelpoly",7477 "sp-core",7478 "sp-trie",7479 "thiserror",7480]74817482[[package]]7483name = "polkadot-gossip-support"7484version = "0.9.18"7485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7486dependencies = [7487 "futures 0.3.21",7488 "futures-timer",7489 "polkadot-node-network-protocol",7490 "polkadot-node-subsystem",7491 "polkadot-node-subsystem-util",7492 "polkadot-primitives",7493 "rand 0.8.5",7494 "rand_chacha 0.3.1",7495 "sc-network",7496 "sp-application-crypto",7497 "sp-core",7498 "sp-keystore",7499 "tracing",7500]75017502[[package]]7503name = "polkadot-network-bridge"7504version = "0.9.18"7505source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7506dependencies = [7507 "async-trait",7508 "futures 0.3.21",7509 "parity-scale-codec",7510 "parking_lot 0.12.0",7511 "polkadot-node-network-protocol",7512 "polkadot-node-subsystem",7513 "polkadot-node-subsystem-util",7514 "polkadot-overseer",7515 "polkadot-primitives",7516 "sc-network",7517 "sp-consensus",7518 "tracing",7519]75207521[[package]]7522name = "polkadot-node-collation-generation"7523version = "0.9.18"7524source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7525dependencies = [7526 "futures 0.3.21",7527 "parity-scale-codec",7528 "polkadot-erasure-coding",7529 "polkadot-node-primitives",7530 "polkadot-node-subsystem",7531 "polkadot-node-subsystem-util",7532 "polkadot-primitives",7533 "sp-core",7534 "sp-maybe-compressed-blob",7535 "thiserror",7536 "tracing",7537]75387539[[package]]7540name = "polkadot-node-core-approval-voting"7541version = "0.9.18"7542source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7543dependencies = [7544 "bitvec",7545 "derive_more",7546 "futures 0.3.21",7547 "futures-timer",7548 "kvdb",7549 "lru 0.7.3",7550 "merlin",7551 "parity-scale-codec",7552 "polkadot-node-jaeger",7553 "polkadot-node-primitives",7554 "polkadot-node-subsystem",7555 "polkadot-node-subsystem-util",7556 "polkadot-overseer",7557 "polkadot-primitives",7558 "sc-keystore",7559 "schnorrkel",7560 "sp-application-crypto",7561 "sp-consensus",7562 "sp-consensus-slots",7563 "sp-runtime",7564 "tracing",7565]75667567[[package]]7568name = "polkadot-node-core-av-store"7569version = "0.9.18"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7571dependencies = [7572 "bitvec",7573 "futures 0.3.21",7574 "futures-timer",7575 "kvdb",7576 "parity-scale-codec",7577 "polkadot-erasure-coding",7578 "polkadot-node-primitives",7579 "polkadot-node-subsystem",7580 "polkadot-node-subsystem-util",7581 "polkadot-overseer",7582 "polkadot-primitives",7583 "thiserror",7584 "tracing",7585]75867587[[package]]7588name = "polkadot-node-core-backing"7589version = "0.9.18"7590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7591dependencies = [7592 "bitvec",7593 "futures 0.3.21",7594 "polkadot-erasure-coding",7595 "polkadot-node-primitives",7596 "polkadot-node-subsystem",7597 "polkadot-node-subsystem-util",7598 "polkadot-primitives",7599 "polkadot-statement-table",7600 "sp-keystore",7601 "thiserror",7602 "tracing",7603]76047605[[package]]7606name = "polkadot-node-core-bitfield-signing"7607version = "0.9.18"7608source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7609dependencies = [7610 "futures 0.3.21",7611 "polkadot-node-subsystem",7612 "polkadot-node-subsystem-util",7613 "polkadot-primitives",7614 "sp-keystore",7615 "thiserror",7616 "tracing",7617 "wasm-timer",7618]76197620[[package]]7621name = "polkadot-node-core-candidate-validation"7622version = "0.9.18"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7624dependencies = [7625 "async-trait",7626 "futures 0.3.21",7627 "parity-scale-codec",7628 "polkadot-node-core-pvf",7629 "polkadot-node-primitives",7630 "polkadot-node-subsystem",7631 "polkadot-node-subsystem-util",7632 "polkadot-parachain",7633 "polkadot-primitives",7634 "sp-maybe-compressed-blob",7635 "tracing",7636]76377638[[package]]7639name = "polkadot-node-core-chain-api"7640version = "0.9.18"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7642dependencies = [7643 "futures 0.3.21",7644 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-util",7646 "polkadot-primitives",7647 "sc-client-api",7648 "sc-consensus-babe",7649 "sp-blockchain",7650 "tracing",7651]76527653[[package]]7654name = "polkadot-node-core-chain-selection"7655version = "0.9.18"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7657dependencies = [7658 "futures 0.3.21",7659 "futures-timer",7660 "kvdb",7661 "parity-scale-codec",7662 "polkadot-node-primitives",7663 "polkadot-node-subsystem",7664 "polkadot-node-subsystem-util",7665 "polkadot-primitives",7666 "thiserror",7667 "tracing",7668]76697670[[package]]7671name = "polkadot-node-core-dispute-coordinator"7672version = "0.9.18"7673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7674dependencies = [7675 "fatality",7676 "futures 0.3.21",7677 "kvdb",7678 "lru 0.7.3",7679 "parity-scale-codec",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-primitives",7684 "sc-keystore",7685 "thiserror",7686 "tracing",7687]76887689[[package]]7690name = "polkadot-node-core-parachains-inherent"7691version = "0.9.18"7692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7693dependencies = [7694 "async-trait",7695 "futures 0.3.21",7696 "futures-timer",7697 "polkadot-node-subsystem",7698 "polkadot-primitives",7699 "sp-blockchain",7700 "sp-inherents",7701 "sp-runtime",7702 "thiserror",7703 "tracing",7704]77057706[[package]]7707name = "polkadot-node-core-provisioner"7708version = "0.9.18"7709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7710dependencies = [7711 "bitvec",7712 "futures 0.3.21",7713 "futures-timer",7714 "polkadot-node-primitives",7715 "polkadot-node-subsystem",7716 "polkadot-node-subsystem-util",7717 "polkadot-primitives",7718 "rand 0.8.5",7719 "thiserror",7720 "tracing",7721]77227723[[package]]7724name = "polkadot-node-core-pvf"7725version = "0.9.18"7726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7727dependencies = [7728 "always-assert",7729 "assert_matches",7730 "async-process",7731 "async-std",7732 "futures 0.3.21",7733 "futures-timer",7734 "parity-scale-codec",7735 "pin-project 1.0.10",7736 "polkadot-core-primitives",7737 "polkadot-node-subsystem-util",7738 "polkadot-parachain",7739 "rand 0.8.5",7740 "sc-executor",7741 "sc-executor-common",7742 "sc-executor-wasmtime",7743 "slotmap",7744 "sp-core",7745 "sp-externalities",7746 "sp-io",7747 "sp-maybe-compressed-blob",7748 "sp-tracing",7749 "sp-wasm-interface",7750 "tracing",7751]77527753[[package]]7754name = "polkadot-node-core-pvf-checker"7755version = "0.9.18"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7757dependencies = [7758 "futures 0.3.21",7759 "polkadot-node-primitives",7760 "polkadot-node-subsystem",7761 "polkadot-node-subsystem-util",7762 "polkadot-overseer",7763 "polkadot-primitives",7764 "sp-keystore",7765 "thiserror",7766 "tracing",7767]77687769[[package]]7770name = "polkadot-node-core-runtime-api"7771version = "0.9.18"7772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7773dependencies = [7774 "futures 0.3.21",7775 "memory-lru",7776 "parity-util-mem",7777 "polkadot-node-subsystem",7778 "polkadot-node-subsystem-util",7779 "polkadot-primitives",7780 "sp-api",7781 "sp-authority-discovery",7782 "sp-consensus-babe",7783 "sp-core",7784 "tracing",7785]77867787[[package]]7788name = "polkadot-node-jaeger"7789version = "0.9.18"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7791dependencies = [7792 "async-std",7793 "lazy_static",7794 "log",7795 "mick-jaeger",7796 "parity-scale-codec",7797 "parking_lot 0.12.0",7798 "polkadot-node-primitives",7799 "polkadot-primitives",7800 "sc-network",7801 "sp-core",7802 "thiserror",7803]78047805[[package]]7806name = "polkadot-node-metrics"7807version = "0.9.18"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7809dependencies = [7810 "bs58",7811 "futures 0.3.21",7812 "futures-timer",7813 "log",7814 "metered-channel",7815 "parity-scale-codec",7816 "polkadot-primitives",7817 "sc-cli",7818 "sc-service",7819 "sc-tracing",7820 "substrate-prometheus-endpoint",7821 "tracing",7822]78237824[[package]]7825name = "polkadot-node-network-protocol"7826version = "0.9.18"7827source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7828dependencies = [7829 "async-trait",7830 "fatality",7831 "futures 0.3.21",7832 "parity-scale-codec",7833 "polkadot-node-jaeger",7834 "polkadot-node-primitives",7835 "polkadot-primitives",7836 "sc-authority-discovery",7837 "sc-network",7838 "strum 0.24.0",7839 "thiserror",7840]78417842[[package]]7843name = "polkadot-node-primitives"7844version = "0.9.18"7845source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7846dependencies = [7847 "bounded-vec",7848 "futures 0.3.21",7849 "parity-scale-codec",7850 "polkadot-parachain",7851 "polkadot-primitives",7852 "schnorrkel",7853 "serde",7854 "sp-application-crypto",7855 "sp-consensus-babe",7856 "sp-consensus-vrf",7857 "sp-core",7858 "sp-keystore",7859 "sp-maybe-compressed-blob",7860 "thiserror",7861 "zstd",7862]78637864[[package]]7865name = "polkadot-node-subsystem"7866version = "0.9.18"7867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7868dependencies = [7869 "polkadot-node-jaeger",7870 "polkadot-node-subsystem-types",7871 "polkadot-overseer",7872]78737874[[package]]7875name = "polkadot-node-subsystem-types"7876version = "0.9.18"7877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7878dependencies = [7879 "derive_more",7880 "futures 0.3.21",7881 "polkadot-node-jaeger",7882 "polkadot-node-network-protocol",7883 "polkadot-node-primitives",7884 "polkadot-overseer-gen",7885 "polkadot-primitives",7886 "polkadot-statement-table",7887 "sc-network",7888 "smallvec",7889 "substrate-prometheus-endpoint",7890 "thiserror",7891]78927893[[package]]7894name = "polkadot-node-subsystem-util"7895version = "0.9.18"7896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7897dependencies = [7898 "async-trait",7899 "derive_more",7900 "fatality",7901 "futures 0.3.21",7902 "itertools",7903 "kvdb",7904 "lru 0.7.3",7905 "metered-channel",7906 "parity-db",7907 "parity-scale-codec",7908 "parity-util-mem",7909 "parking_lot 0.11.2",7910 "pin-project 1.0.10",7911 "polkadot-node-jaeger",7912 "polkadot-node-metrics",7913 "polkadot-node-network-protocol",7914 "polkadot-node-primitives",7915 "polkadot-node-subsystem",7916 "polkadot-overseer",7917 "polkadot-primitives",7918 "rand 0.8.5",7919 "sp-application-crypto",7920 "sp-core",7921 "sp-keystore",7922 "thiserror",7923 "tracing",7924]79257926[[package]]7927name = "polkadot-overseer"7928version = "0.9.18"7929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7930dependencies = [7931 "futures 0.3.21",7932 "futures-timer",7933 "lru 0.7.3",7934 "parity-util-mem",7935 "parking_lot 0.12.0",7936 "polkadot-node-metrics",7937 "polkadot-node-network-protocol",7938 "polkadot-node-primitives",7939 "polkadot-node-subsystem-types",7940 "polkadot-overseer-gen",7941 "polkadot-primitives",7942 "sc-client-api",7943 "sp-api",7944 "tracing",7945]79467947[[package]]7948name = "polkadot-overseer-gen"7949version = "0.9.18"7950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7951dependencies = [7952 "async-trait",7953 "futures 0.3.21",7954 "futures-timer",7955 "metered-channel",7956 "pin-project 1.0.10",7957 "polkadot-node-network-protocol",7958 "polkadot-node-primitives",7959 "polkadot-overseer-gen-proc-macro",7960 "thiserror",7961 "tracing",7962]79637964[[package]]7965name = "polkadot-overseer-gen-proc-macro"7966version = "0.9.18"7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7968dependencies = [7969 "expander 0.0.5",7970 "proc-macro-crate 1.1.3",7971 "proc-macro2",7972 "quote",7973 "syn",7974]79757976[[package]]7977name = "polkadot-parachain"7978version = "0.9.18"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7980dependencies = [7981 "derive_more",7982 "frame-support",7983 "parity-scale-codec",7984 "parity-util-mem",7985 "polkadot-core-primitives",7986 "scale-info",7987 "serde",7988 "sp-core",7989 "sp-runtime",7990 "sp-std",7991]79927993[[package]]7994name = "polkadot-performance-test"7995version = "0.9.18"7996source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"7997dependencies = [7998 "env_logger",7999 "kusama-runtime",8000 "log",8001 "polkadot-erasure-coding",8002 "polkadot-node-core-pvf",8003 "polkadot-node-primitives",8004 "quote",8005 "thiserror",8006]80078008[[package]]8009name = "polkadot-primitives"8010version = "0.9.18"8011source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8012dependencies = [8013 "bitvec",8014 "frame-system",8015 "hex-literal",8016 "parity-scale-codec",8017 "parity-util-mem",8018 "polkadot-core-primitives",8019 "polkadot-parachain",8020 "scale-info",8021 "serde",8022 "sp-api",8023 "sp-application-crypto",8024 "sp-arithmetic",8025 "sp-authority-discovery",8026 "sp-consensus-slots",8027 "sp-core",8028 "sp-inherents",8029 "sp-io",8030 "sp-keystore",8031 "sp-runtime",8032 "sp-staking",8033 "sp-std",8034 "sp-trie",8035 "sp-version",8036]80378038[[package]]8039name = "polkadot-rpc"8040version = "0.9.18"8041source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8042dependencies = [8043 "beefy-gadget",8044 "beefy-gadget-rpc",8045 "jsonrpc-core",8046 "pallet-mmr-rpc",8047 "pallet-transaction-payment-rpc",8048 "polkadot-primitives",8049 "sc-chain-spec",8050 "sc-client-api",8051 "sc-consensus-babe",8052 "sc-consensus-babe-rpc",8053 "sc-consensus-epochs",8054 "sc-finality-grandpa",8055 "sc-finality-grandpa-rpc",8056 "sc-rpc",8057 "sc-sync-state-rpc",8058 "sc-transaction-pool-api",8059 "sp-api",8060 "sp-block-builder",8061 "sp-blockchain",8062 "sp-consensus",8063 "sp-consensus-babe",8064 "sp-keystore",8065 "sp-runtime",8066 "substrate-frame-rpc-system",8067]80688069[[package]]8070name = "polkadot-runtime"8071version = "0.9.18"8072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8073dependencies = [8074 "beefy-primitives",8075 "bitvec",8076 "frame-benchmarking",8077 "frame-election-provider-support",8078 "frame-executive",8079 "frame-support",8080 "frame-system",8081 "frame-system-benchmarking",8082 "frame-system-rpc-runtime-api",8083 "frame-try-runtime",8084 "hex-literal",8085 "log",8086 "pallet-authority-discovery",8087 "pallet-authorship",8088 "pallet-babe",8089 "pallet-bags-list",8090 "pallet-balances",8091 "pallet-bounties",8092 "pallet-collective",8093 "pallet-democracy",8094 "pallet-election-provider-multi-phase",8095 "pallet-elections-phragmen",8096 "pallet-grandpa",8097 "pallet-identity",8098 "pallet-im-online",8099 "pallet-indices",8100 "pallet-membership",8101 "pallet-mmr-primitives",8102 "pallet-multisig",8103 "pallet-nicks",8104 "pallet-offences",8105 "pallet-offences-benchmarking",8106 "pallet-preimage",8107 "pallet-proxy",8108 "pallet-scheduler",8109 "pallet-session",8110 "pallet-session-benchmarking",8111 "pallet-staking",8112 "pallet-staking-reward-curve",8113 "pallet-timestamp",8114 "pallet-tips",8115 "pallet-transaction-payment",8116 "pallet-transaction-payment-rpc-runtime-api",8117 "pallet-treasury",8118 "pallet-utility",8119 "pallet-vesting",8120 "pallet-xcm",8121 "parity-scale-codec",8122 "polkadot-primitives",8123 "polkadot-runtime-common",8124 "polkadot-runtime-constants",8125 "polkadot-runtime-parachains",8126 "rustc-hex",8127 "scale-info",8128 "serde",8129 "serde_derive",8130 "smallvec",8131 "sp-api",8132 "sp-authority-discovery",8133 "sp-block-builder",8134 "sp-consensus-babe",8135 "sp-core",8136 "sp-inherents",8137 "sp-io",8138 "sp-npos-elections",8139 "sp-offchain",8140 "sp-runtime",8141 "sp-session",8142 "sp-staking",8143 "sp-std",8144 "sp-transaction-pool",8145 "sp-version",8146 "static_assertions",8147 "substrate-wasm-builder",8148 "xcm",8149 "xcm-builder",8150 "xcm-executor",8151]81528153[[package]]8154name = "polkadot-runtime-common"8155version = "0.9.18"8156source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8157dependencies = [8158 "beefy-primitives",8159 "bitvec",8160 "frame-benchmarking",8161 "frame-election-provider-support",8162 "frame-support",8163 "frame-system",8164 "impl-trait-for-tuples",8165 "libsecp256k1 0.7.0",8166 "log",8167 "pallet-authorship",8168 "pallet-babe",8169 "pallet-bags-list",8170 "pallet-balances",8171 "pallet-beefy-mmr",8172 "pallet-election-provider-multi-phase",8173 "pallet-session",8174 "pallet-staking",8175 "pallet-timestamp",8176 "pallet-transaction-payment",8177 "pallet-treasury",8178 "pallet-vesting",8179 "parity-scale-codec",8180 "polkadot-primitives",8181 "polkadot-runtime-parachains",8182 "rustc-hex",8183 "scale-info",8184 "serde",8185 "serde_derive",8186 "slot-range-helper",8187 "sp-api",8188 "sp-core",8189 "sp-inherents",8190 "sp-io",8191 "sp-npos-elections",8192 "sp-runtime",8193 "sp-session",8194 "sp-staking",8195 "sp-std",8196 "static_assertions",8197 "xcm",8198]81998200[[package]]8201name = "polkadot-runtime-constants"8202version = "0.9.18"8203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8204dependencies = [8205 "frame-support",8206 "polkadot-primitives",8207 "polkadot-runtime-common",8208 "smallvec",8209 "sp-runtime",8210]82118212[[package]]8213name = "polkadot-runtime-metrics"8214version = "0.9.18"8215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8216dependencies = [8217 "bs58",8218 "parity-scale-codec",8219 "polkadot-primitives",8220 "sp-std",8221 "sp-tracing",8222]82238224[[package]]8225name = "polkadot-runtime-parachains"8226version = "0.9.18"8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8228dependencies = [8229 "bitflags",8230 "bitvec",8231 "derive_more",8232 "frame-benchmarking",8233 "frame-support",8234 "frame-system",8235 "log",8236 "pallet-authority-discovery",8237 "pallet-authorship",8238 "pallet-babe",8239 "pallet-balances",8240 "pallet-session",8241 "pallet-staking",8242 "pallet-timestamp",8243 "pallet-vesting",8244 "parity-scale-codec",8245 "polkadot-primitives",8246 "polkadot-runtime-metrics",8247 "rand 0.8.5",8248 "rand_chacha 0.3.1",8249 "rustc-hex",8250 "scale-info",8251 "serde",8252 "sp-api",8253 "sp-core",8254 "sp-inherents",8255 "sp-io",8256 "sp-keystore",8257 "sp-runtime",8258 "sp-session",8259 "sp-staking",8260 "sp-std",8261 "static_assertions",8262 "xcm",8263 "xcm-executor",8264]82658266[[package]]8267name = "polkadot-service"8268version = "0.9.18"8269source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8270dependencies = [8271 "async-trait",8272 "beefy-gadget",8273 "beefy-primitives",8274 "frame-system-rpc-runtime-api",8275 "futures 0.3.21",8276 "hex-literal",8277 "kusama-runtime",8278 "kvdb",8279 "kvdb-rocksdb",8280 "lru 0.7.3",8281 "pallet-babe",8282 "pallet-im-online",8283 "pallet-mmr-primitives",8284 "pallet-staking",8285 "pallet-transaction-payment-rpc-runtime-api",8286 "parity-db",8287 "polkadot-approval-distribution",8288 "polkadot-availability-bitfield-distribution",8289 "polkadot-availability-distribution",8290 "polkadot-availability-recovery",8291 "polkadot-client",8292 "polkadot-collator-protocol",8293 "polkadot-dispute-distribution",8294 "polkadot-gossip-support",8295 "polkadot-network-bridge",8296 "polkadot-node-collation-generation",8297 "polkadot-node-core-approval-voting",8298 "polkadot-node-core-av-store",8299 "polkadot-node-core-backing",8300 "polkadot-node-core-bitfield-signing",8301 "polkadot-node-core-candidate-validation",8302 "polkadot-node-core-chain-api",8303 "polkadot-node-core-chain-selection",8304 "polkadot-node-core-dispute-coordinator",8305 "polkadot-node-core-parachains-inherent",8306 "polkadot-node-core-provisioner",8307 "polkadot-node-core-pvf-checker",8308 "polkadot-node-core-runtime-api",8309 "polkadot-node-network-protocol",8310 "polkadot-node-primitives",8311 "polkadot-node-subsystem",8312 "polkadot-node-subsystem-util",8313 "polkadot-overseer",8314 "polkadot-parachain",8315 "polkadot-primitives",8316 "polkadot-rpc",8317 "polkadot-runtime",8318 "polkadot-runtime-constants",8319 "polkadot-runtime-parachains",8320 "polkadot-statement-distribution",8321 "rococo-runtime",8322 "sc-authority-discovery",8323 "sc-basic-authorship",8324 "sc-block-builder",8325 "sc-chain-spec",8326 "sc-client-api",8327 "sc-client-db",8328 "sc-consensus",8329 "sc-consensus-babe",8330 "sc-consensus-slots",8331 "sc-consensus-uncles",8332 "sc-executor",8333 "sc-finality-grandpa",8334 "sc-keystore",8335 "sc-network",8336 "sc-offchain",8337 "sc-service",8338 "sc-sync-state-rpc",8339 "sc-telemetry",8340 "sc-transaction-pool",8341 "serde",8342 "sp-api",8343 "sp-authority-discovery",8344 "sp-block-builder",8345 "sp-blockchain",8346 "sp-consensus",8347 "sp-consensus-babe",8348 "sp-core",8349 "sp-finality-grandpa",8350 "sp-inherents",8351 "sp-io",8352 "sp-keystore",8353 "sp-offchain",8354 "sp-runtime",8355 "sp-session",8356 "sp-state-machine",8357 "sp-storage",8358 "sp-timestamp",8359 "sp-transaction-pool",8360 "sp-trie",8361 "substrate-prometheus-endpoint",8362 "thiserror",8363 "tracing",8364 "westend-runtime",8365]83668367[[package]]8368name = "polkadot-statement-distribution"8369version = "0.9.18"8370source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8371dependencies = [8372 "arrayvec 0.5.2",8373 "fatality",8374 "futures 0.3.21",8375 "indexmap",8376 "parity-scale-codec",8377 "polkadot-node-network-protocol",8378 "polkadot-node-primitives",8379 "polkadot-node-subsystem",8380 "polkadot-node-subsystem-util",8381 "polkadot-primitives",8382 "sp-keystore",8383 "sp-staking",8384 "thiserror",8385 "tracing",8386]83878388[[package]]8389name = "polkadot-statement-table"8390version = "0.9.18"8391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8392dependencies = [8393 "parity-scale-codec",8394 "polkadot-primitives",8395 "sp-core",8396]83978398[[package]]8399name = "polkadot-test-runtime"8400version = "0.9.18"8401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8402dependencies = [8403 "beefy-primitives",8404 "bitvec",8405 "frame-election-provider-support",8406 "frame-executive",8407 "frame-support",8408 "frame-system",8409 "frame-system-rpc-runtime-api",8410 "log",8411 "pallet-authority-discovery",8412 "pallet-authorship",8413 "pallet-babe",8414 "pallet-balances",8415 "pallet-grandpa",8416 "pallet-indices",8417 "pallet-mmr-primitives",8418 "pallet-nicks",8419 "pallet-offences",8420 "pallet-session",8421 "pallet-staking",8422 "pallet-staking-reward-curve",8423 "pallet-sudo",8424 "pallet-timestamp",8425 "pallet-transaction-payment",8426 "pallet-transaction-payment-rpc-runtime-api",8427 "pallet-vesting",8428 "pallet-xcm",8429 "parity-scale-codec",8430 "polkadot-parachain",8431 "polkadot-primitives",8432 "polkadot-runtime-common",8433 "polkadot-runtime-parachains",8434 "rustc-hex",8435 "scale-info",8436 "serde",8437 "serde_derive",8438 "smallvec",8439 "sp-api",8440 "sp-authority-discovery",8441 "sp-block-builder",8442 "sp-consensus-babe",8443 "sp-core",8444 "sp-inherents",8445 "sp-io",8446 "sp-offchain",8447 "sp-runtime",8448 "sp-session",8449 "sp-staking",8450 "sp-std",8451 "sp-transaction-pool",8452 "sp-version",8453 "substrate-wasm-builder",8454 "test-runtime-constants",8455 "xcm",8456 "xcm-builder",8457 "xcm-executor",8458]84598460[[package]]8461name = "polkadot-test-service"8462version = "0.9.18"8463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"8464dependencies = [8465 "frame-benchmarking",8466 "frame-system",8467 "futures 0.1.31",8468 "futures 0.3.21",8469 "hex",8470 "pallet-balances",8471 "pallet-staking",8472 "pallet-transaction-payment",8473 "polkadot-node-primitives",8474 "polkadot-node-subsystem",8475 "polkadot-overseer",8476 "polkadot-parachain",8477 "polkadot-primitives",8478 "polkadot-rpc",8479 "polkadot-runtime-common",8480 "polkadot-runtime-parachains",8481 "polkadot-service",8482 "polkadot-test-runtime",8483 "rand 0.8.5",8484 "sc-authority-discovery",8485 "sc-chain-spec",8486 "sc-cli",8487 "sc-client-api",8488 "sc-consensus",8489 "sc-consensus-babe",8490 "sc-executor",8491 "sc-finality-grandpa",8492 "sc-network",8493 "sc-service",8494 "sc-tracing",8495 "sc-transaction-pool",8496 "sp-arithmetic",8497 "sp-authority-discovery",8498 "sp-blockchain",8499 "sp-consensus",8500 "sp-consensus-babe",8501 "sp-core",8502 "sp-finality-grandpa",8503 "sp-inherents",8504 "sp-keyring",8505 "sp-runtime",8506 "sp-state-machine",8507 "substrate-test-client",8508 "tempfile",8509 "test-runtime-constants",8510 "tokio 1.17.0",8511 "tracing",8512]85138514[[package]]8515name = "polling"8516version = "2.2.0"8517source = "registry+https://github.com/rust-lang/crates.io-index"8518checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8519dependencies = [8520 "cfg-if 1.0.0",8521 "libc",8522 "log",8523 "wepoll-ffi",8524 "winapi 0.3.9",8525]85268527[[package]]8528name = "poly1305"8529version = "0.7.2"8530source = "registry+https://github.com/rust-lang/crates.io-index"8531checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8532dependencies = [8533 "cpufeatures 0.2.2",8534 "opaque-debug 0.3.0",8535 "universal-hash",8536]85378538[[package]]8539name = "polyval"8540version = "0.5.3"8541source = "registry+https://github.com/rust-lang/crates.io-index"8542checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8543dependencies = [8544 "cfg-if 1.0.0",8545 "cpufeatures 0.2.2",8546 "opaque-debug 0.3.0",8547 "universal-hash",8548]85498550[[package]]8551name = "ppv-lite86"8552version = "0.2.16"8553source = "registry+https://github.com/rust-lang/crates.io-index"8554checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85558556[[package]]8557name = "primitive-types"8558version = "0.11.1"8559source = "registry+https://github.com/rust-lang/crates.io-index"8560checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8561dependencies = [8562 "fixed-hash",8563 "impl-codec",8564 "impl-rlp",8565 "impl-serde",8566 "scale-info",8567 "uint",8568]85698570[[package]]8571name = "proc-macro-crate"8572version = "0.1.5"8573source = "registry+https://github.com/rust-lang/crates.io-index"8574checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8575dependencies = [8576 "toml",8577]85788579[[package]]8580name = "proc-macro-crate"8581version = "1.1.3"8582source = "registry+https://github.com/rust-lang/crates.io-index"8583checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8584dependencies = [8585 "thiserror",8586 "toml",8587]85888589[[package]]8590name = "proc-macro-error"8591version = "1.0.4"8592source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8594dependencies = [8595 "proc-macro-error-attr",8596 "proc-macro2",8597 "quote",8598 "syn",8599 "version_check",8600]86018602[[package]]8603name = "proc-macro-error-attr"8604version = "1.0.4"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8607dependencies = [8608 "proc-macro2",8609 "quote",8610 "version_check",8611]86128613[[package]]8614name = "proc-macro2"8615version = "1.0.36"8616source = "registry+https://github.com/rust-lang/crates.io-index"8617checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8618dependencies = [8619 "unicode-xid",8620]86218622[[package]]8623name = "prometheus"8624version = "0.13.0"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8627dependencies = [8628 "cfg-if 1.0.0",8629 "fnv",8630 "lazy_static",8631 "memchr",8632 "parking_lot 0.11.2",8633 "thiserror",8634]86358636[[package]]8637name = "prost"8638version = "0.9.0"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8641dependencies = [8642 "bytes 1.1.0",8643 "prost-derive",8644]86458646[[package]]8647name = "prost-build"8648version = "0.9.0"8649source = "registry+https://github.com/rust-lang/crates.io-index"8650checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8651dependencies = [8652 "bytes 1.1.0",8653 "heck 0.3.3",8654 "itertools",8655 "lazy_static",8656 "log",8657 "multimap",8658 "petgraph",8659 "prost",8660 "prost-types",8661 "regex",8662 "tempfile",8663 "which",8664]86658666[[package]]8667name = "prost-derive"8668version = "0.9.0"8669source = "registry+https://github.com/rust-lang/crates.io-index"8670checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8671dependencies = [8672 "anyhow",8673 "itertools",8674 "proc-macro2",8675 "quote",8676 "syn",8677]86788679[[package]]8680name = "prost-types"8681version = "0.9.0"8682source = "registry+https://github.com/rust-lang/crates.io-index"8683checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8684dependencies = [8685 "bytes 1.1.0",8686 "prost",8687]86888689[[package]]8690name = "psm"8691version = "0.1.17"8692source = "registry+https://github.com/rust-lang/crates.io-index"8693checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8694dependencies = [8695 "cc",8696]86978698[[package]]8699name = "quartz-runtime"8700version = "0.1.0"8701dependencies = [8702 "cumulus-pallet-aura-ext",8703 "cumulus-pallet-dmp-queue",8704 "cumulus-pallet-parachain-system",8705 "cumulus-pallet-xcm",8706 "cumulus-pallet-xcmp-queue",8707 "cumulus-primitives-core",8708 "cumulus-primitives-timestamp",8709 "cumulus-primitives-utility",8710 "derivative",8711 "fp-rpc",8712 "fp-self-contained",8713 "frame-benchmarking",8714 "frame-executive",8715 "frame-support",8716 "frame-system",8717 "frame-system-benchmarking",8718 "frame-system-rpc-runtime-api",8719 "hex-literal",8720 "orml-vesting",8721 "pallet-aura",8722 "pallet-balances",8723 "pallet-base-fee",8724 "pallet-common",8725 "pallet-ethereum",8726 "pallet-evm",8727 "pallet-evm-coder-substrate",8728 "pallet-evm-contract-helpers",8729 "pallet-evm-migration",8730 "pallet-evm-transaction-payment",8731 "pallet-fungible",8732 "pallet-inflation",8733 "pallet-nonfungible",8734 "pallet-randomness-collective-flip",8735 "pallet-refungible",8736 "pallet-sudo",8737 "pallet-template-transaction-payment",8738 "pallet-timestamp",8739 "pallet-transaction-payment",8740 "pallet-transaction-payment-rpc-runtime-api",8741 "pallet-treasury",8742 "pallet-unique",8743 "pallet-unq-scheduler",8744 "pallet-xcm",8745 "parachain-info",8746 "parity-scale-codec",8747 "polkadot-parachain",8748 "scale-info",8749 "serde",8750 "smallvec",8751 "sp-api",8752 "sp-arithmetic",8753 "sp-block-builder",8754 "sp-consensus-aura",8755 "sp-core",8756 "sp-inherents",8757 "sp-io",8758 "sp-offchain",8759 "sp-runtime",8760 "sp-session",8761 "sp-std",8762 "sp-transaction-pool",8763 "sp-version",8764 "substrate-wasm-builder",8765 "unique-runtime-common",8766 "up-data-structs",8767 "up-evm-mapping",8768 "up-rpc",8769 "xcm",8770 "xcm-builder",8771 "xcm-executor",8772]87738774[[package]]8775name = "quick-error"8776version = "1.2.3"8777source = "registry+https://github.com/rust-lang/crates.io-index"8778checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87798780[[package]]8781name = "quick-error"8782version = "2.0.1"8783source = "registry+https://github.com/rust-lang/crates.io-index"8784checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"87858786[[package]]8787name = "quicksink"8788version = "0.1.2"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8791dependencies = [8792 "futures-core",8793 "futures-sink",8794 "pin-project-lite 0.1.12",8795]87968797[[package]]8798name = "quote"8799version = "1.0.16"8800source = "registry+https://github.com/rust-lang/crates.io-index"8801checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"8802dependencies = [8803 "proc-macro2",8804]88058806[[package]]8807name = "radium"8808version = "0.7.0"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88118812[[package]]8813name = "rand"8814version = "0.7.3"8815source = "registry+https://github.com/rust-lang/crates.io-index"8816checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8817dependencies = [8818 "getrandom 0.1.16",8819 "libc",8820 "rand_chacha 0.2.2",8821 "rand_core 0.5.1",8822 "rand_hc",8823 "rand_pcg",8824]88258826[[package]]8827name = "rand"8828version = "0.8.5"8829source = "registry+https://github.com/rust-lang/crates.io-index"8830checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8831dependencies = [8832 "libc",8833 "rand_chacha 0.3.1",8834 "rand_core 0.6.3",8835]88368837[[package]]8838name = "rand_chacha"8839version = "0.2.2"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8842dependencies = [8843 "ppv-lite86",8844 "rand_core 0.5.1",8845]88468847[[package]]8848name = "rand_chacha"8849version = "0.3.1"8850source = "registry+https://github.com/rust-lang/crates.io-index"8851checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8852dependencies = [8853 "ppv-lite86",8854 "rand_core 0.6.3",8855]88568857[[package]]8858name = "rand_core"8859version = "0.5.1"8860source = "registry+https://github.com/rust-lang/crates.io-index"8861checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8862dependencies = [8863 "getrandom 0.1.16",8864]88658866[[package]]8867name = "rand_core"8868version = "0.6.3"8869source = "registry+https://github.com/rust-lang/crates.io-index"8870checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8871dependencies = [8872 "getrandom 0.2.5",8873]88748875[[package]]8876name = "rand_distr"8877version = "0.4.3"8878source = "registry+https://github.com/rust-lang/crates.io-index"8879checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8880dependencies = [8881 "num-traits",8882 "rand 0.8.5",8883]88848885[[package]]8886name = "rand_hc"8887version = "0.2.0"8888source = "registry+https://github.com/rust-lang/crates.io-index"8889checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8890dependencies = [8891 "rand_core 0.5.1",8892]88938894[[package]]8895name = "rand_pcg"8896version = "0.2.1"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8899dependencies = [8900 "rand_core 0.5.1",8901]89028903[[package]]8904name = "rawpointer"8905version = "0.2.1"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89088909[[package]]8910name = "rayon"8911version = "1.5.1"8912source = "registry+https://github.com/rust-lang/crates.io-index"8913checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8914dependencies = [8915 "autocfg",8916 "crossbeam-deque",8917 "either",8918 "rayon-core",8919]89208921[[package]]8922name = "rayon-core"8923version = "1.9.1"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8926dependencies = [8927 "crossbeam-channel",8928 "crossbeam-deque",8929 "crossbeam-utils",8930 "lazy_static",8931 "num_cpus",8932]89338934[[package]]8935name = "redox_syscall"8936version = "0.2.11"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8939dependencies = [8940 "bitflags",8941]89428943[[package]]8944name = "redox_users"8945version = "0.4.2"8946source = "registry+https://github.com/rust-lang/crates.io-index"8947checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"8948dependencies = [8949 "getrandom 0.2.5",8950 "redox_syscall",8951 "thiserror",8952]89538954[[package]]8955name = "reed-solomon-novelpoly"8956version = "1.0.0"8957source = "registry+https://github.com/rust-lang/crates.io-index"8958checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8959dependencies = [8960 "derive_more",8961 "fs-err",8962 "itertools",8963 "static_init",8964 "thiserror",8965]89668967[[package]]8968name = "ref-cast"8969version = "1.0.6"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8972dependencies = [8973 "ref-cast-impl",8974]89758976[[package]]8977name = "ref-cast-impl"8978version = "1.0.6"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8981dependencies = [8982 "proc-macro2",8983 "quote",8984 "syn",8985]89868987[[package]]8988name = "regalloc"8989version = "0.0.33"8990source = "registry+https://github.com/rust-lang/crates.io-index"8991checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8992dependencies = [8993 "log",8994 "rustc-hash",8995 "smallvec",8996]89978998[[package]]8999name = "regex"9000version = "1.5.5"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"9003dependencies = [9004 "aho-corasick",9005 "memchr",9006 "regex-syntax",9007]90089009[[package]]9010name = "regex-automata"9011version = "0.1.10"9012source = "registry+https://github.com/rust-lang/crates.io-index"9013checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9014dependencies = [9015 "regex-syntax",9016]90179018[[package]]9019name = "regex-syntax"9020version = "0.6.25"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"90239024[[package]]9025name = "region"9026version = "2.2.0"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"9029dependencies = [9030 "bitflags",9031 "libc",9032 "mach",9033 "winapi 0.3.9",9034]90359036[[package]]9037name = "remote-externalities"9038version = "0.10.0-dev"9039source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9040dependencies = [9041 "env_logger",9042 "jsonrpsee 0.8.0",9043 "log",9044 "parity-scale-codec",9045 "serde",9046 "serde_json",9047 "sp-core",9048 "sp-io",9049 "sp-runtime",9050 "sp-version",9051]90529053[[package]]9054name = "remove_dir_all"9055version = "0.5.3"9056source = "registry+https://github.com/rust-lang/crates.io-index"9057checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9058dependencies = [9059 "winapi 0.3.9",9060]90619062[[package]]9063name = "resolv-conf"9064version = "0.7.0"9065source = "registry+https://github.com/rust-lang/crates.io-index"9066checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9067dependencies = [9068 "hostname",9069 "quick-error 1.2.3",9070]90719072[[package]]9073name = "retain_mut"9074version = "0.1.7"9075source = "registry+https://github.com/rust-lang/crates.io-index"9076checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"90779078[[package]]9079name = "ring"9080version = "0.16.20"9081source = "registry+https://github.com/rust-lang/crates.io-index"9082checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9083dependencies = [9084 "cc",9085 "libc",9086 "once_cell",9087 "spin",9088 "untrusted",9089 "web-sys",9090 "winapi 0.3.9",9091]90929093[[package]]9094name = "rlp"9095version = "0.5.1"9096source = "registry+https://github.com/rust-lang/crates.io-index"9097checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9098dependencies = [9099 "bytes 1.1.0",9100 "rustc-hex",9101]91029103[[package]]9104name = "rlp-derive"9105version = "0.1.0"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9108dependencies = [9109 "proc-macro2",9110 "quote",9111 "syn",9112]91139114[[package]]9115name = "rocksdb"9116version = "0.18.0"9117source = "registry+https://github.com/rust-lang/crates.io-index"9118checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9119dependencies = [9120 "libc",9121 "librocksdb-sys",9122]91239124[[package]]9125name = "rococo-runtime"9126version = "0.9.18"9127source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9128dependencies = [9129 "beefy-primitives",9130 "bp-messages",9131 "bp-rococo",9132 "bp-runtime",9133 "bp-wococo",9134 "bridge-runtime-common",9135 "frame-benchmarking",9136 "frame-executive",9137 "frame-support",9138 "frame-system",9139 "frame-system-rpc-runtime-api",9140 "hex-literal",9141 "log",9142 "pallet-authority-discovery",9143 "pallet-authorship",9144 "pallet-babe",9145 "pallet-balances",9146 "pallet-beefy",9147 "pallet-beefy-mmr",9148 "pallet-bridge-dispatch",9149 "pallet-bridge-grandpa",9150 "pallet-bridge-messages",9151 "pallet-collective",9152 "pallet-grandpa",9153 "pallet-im-online",9154 "pallet-indices",9155 "pallet-membership",9156 "pallet-mmr",9157 "pallet-mmr-primitives",9158 "pallet-multisig",9159 "pallet-offences",9160 "pallet-proxy",9161 "pallet-session",9162 "pallet-staking",9163 "pallet-sudo",9164 "pallet-timestamp",9165 "pallet-transaction-payment",9166 "pallet-transaction-payment-rpc-runtime-api",9167 "pallet-utility",9168 "pallet-xcm",9169 "parity-scale-codec",9170 "polkadot-parachain",9171 "polkadot-primitives",9172 "polkadot-runtime-common",9173 "polkadot-runtime-parachains",9174 "rococo-runtime-constants",9175 "scale-info",9176 "serde",9177 "serde_derive",9178 "smallvec",9179 "sp-api",9180 "sp-authority-discovery",9181 "sp-block-builder",9182 "sp-consensus-babe",9183 "sp-core",9184 "sp-inherents",9185 "sp-io",9186 "sp-offchain",9187 "sp-runtime",9188 "sp-session",9189 "sp-staking",9190 "sp-std",9191 "sp-transaction-pool",9192 "sp-version",9193 "substrate-wasm-builder",9194 "xcm",9195 "xcm-builder",9196 "xcm-executor",9197]91989199[[package]]9200name = "rococo-runtime-constants"9201version = "0.9.18"9202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"9203dependencies = [9204 "frame-support",9205 "polkadot-primitives",9206 "polkadot-runtime-common",9207 "smallvec",9208 "sp-runtime",9209]92109211[[package]]9212name = "rpassword"9213version = "5.0.1"9214source = "registry+https://github.com/rust-lang/crates.io-index"9215checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9216dependencies = [9217 "libc",9218 "winapi 0.3.9",9219]92209221[[package]]9222name = "rustc-demangle"9223version = "0.1.21"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92269227[[package]]9228name = "rustc-hash"9229version = "1.1.0"9230source = "registry+https://github.com/rust-lang/crates.io-index"9231checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92329233[[package]]9234name = "rustc-hex"9235version = "2.1.0"9236source = "registry+https://github.com/rust-lang/crates.io-index"9237checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92389239[[package]]9240name = "rustc_version"9241version = "0.2.3"9242source = "registry+https://github.com/rust-lang/crates.io-index"9243checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9244dependencies = [9245 "semver 0.9.0",9246]92479248[[package]]9249name = "rustc_version"9250version = "0.3.3"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"9253dependencies = [9254 "semver 0.11.0",9255]92569257[[package]]9258name = "rustc_version"9259version = "0.4.0"9260source = "registry+https://github.com/rust-lang/crates.io-index"9261checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9262dependencies = [9263 "semver 1.0.6",9264]92659266[[package]]9267name = "rustix"9268version = "0.31.3"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"9271dependencies = [9272 "bitflags",9273 "errno",9274 "io-lifetimes",9275 "libc",9276 "linux-raw-sys",9277 "winapi 0.3.9",9278]92799280[[package]]9281name = "rustls"9282version = "0.19.1"9283source = "registry+https://github.com/rust-lang/crates.io-index"9284checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9285dependencies = [9286 "base64",9287 "log",9288 "ring",9289 "sct 0.6.1",9290 "webpki 0.21.4",9291]92929293[[package]]9294name = "rustls"9295version = "0.20.4"9296source = "registry+https://github.com/rust-lang/crates.io-index"9297checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"9298dependencies = [9299 "log",9300 "ring",9301 "sct 0.7.0",9302 "webpki 0.22.0",9303]93049305[[package]]9306name = "rustls-native-certs"9307version = "0.5.0"9308source = "registry+https://github.com/rust-lang/crates.io-index"9309checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9310dependencies = [9311 "openssl-probe",9312 "rustls 0.19.1",9313 "schannel",9314 "security-framework",9315]93169317[[package]]9318name = "rustls-native-certs"9319version = "0.6.1"9320source = "registry+https://github.com/rust-lang/crates.io-index"9321checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"9322dependencies = [9323 "openssl-probe",9324 "rustls-pemfile",9325 "schannel",9326 "security-framework",9327]93289329[[package]]9330name = "rustls-pemfile"9331version = "0.2.1"9332source = "registry+https://github.com/rust-lang/crates.io-index"9333checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"9334dependencies = [9335 "base64",9336]93379338[[package]]9339name = "rustversion"9340version = "1.0.6"9341source = "registry+https://github.com/rust-lang/crates.io-index"9342checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"93439344[[package]]9345name = "rw-stream-sink"9346version = "0.2.1"9347source = "registry+https://github.com/rust-lang/crates.io-index"9348checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9349dependencies = [9350 "futures 0.3.21",9351 "pin-project 0.4.29",9352 "static_assertions",9353]93549355[[package]]9356name = "ryu"9357version = "1.0.9"9358source = "registry+https://github.com/rust-lang/crates.io-index"9359checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"93609361[[package]]9362name = "safe-mix"9363version = "1.0.1"9364source = "registry+https://github.com/rust-lang/crates.io-index"9365checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9366dependencies = [9367 "rustc_version 0.2.3",9368]93699370[[package]]9371name = "salsa20"9372version = "0.9.0"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9375dependencies = [9376 "cipher",9377]93789379[[package]]9380name = "same-file"9381version = "1.0.6"9382source = "registry+https://github.com/rust-lang/crates.io-index"9383checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9384dependencies = [9385 "winapi-util",9386]93879388[[package]]9389name = "sc-allocator"9390version = "4.1.0-dev"9391source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9392dependencies = [9393 "log",9394 "sp-core",9395 "sp-wasm-interface",9396 "thiserror",9397]93989399[[package]]9400name = "sc-authority-discovery"9401version = "0.10.0-dev"9402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9403dependencies = [9404 "async-trait",9405 "futures 0.3.21",9406 "futures-timer",9407 "ip_network",9408 "libp2p",9409 "log",9410 "parity-scale-codec",9411 "prost",9412 "prost-build",9413 "rand 0.7.3",9414 "sc-client-api",9415 "sc-network",9416 "sp-api",9417 "sp-authority-discovery",9418 "sp-blockchain",9419 "sp-core",9420 "sp-keystore",9421 "sp-runtime",9422 "substrate-prometheus-endpoint",9423 "thiserror",9424]94259426[[package]]9427name = "sc-basic-authorship"9428version = "0.10.0-dev"9429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9430dependencies = [9431 "futures 0.3.21",9432 "futures-timer",9433 "log",9434 "parity-scale-codec",9435 "sc-block-builder",9436 "sc-client-api",9437 "sc-proposer-metrics",9438 "sc-telemetry",9439 "sc-transaction-pool-api",9440 "sp-api",9441 "sp-blockchain",9442 "sp-consensus",9443 "sp-core",9444 "sp-inherents",9445 "sp-runtime",9446 "substrate-prometheus-endpoint",9447]94489449[[package]]9450name = "sc-block-builder"9451version = "0.10.0-dev"9452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9453dependencies = [9454 "parity-scale-codec",9455 "sc-client-api",9456 "sp-api",9457 "sp-block-builder",9458 "sp-blockchain",9459 "sp-core",9460 "sp-inherents",9461 "sp-runtime",9462 "sp-state-machine",9463]94649465[[package]]9466name = "sc-chain-spec"9467version = "4.0.0-dev"9468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9469dependencies = [9470 "impl-trait-for-tuples",9471 "memmap2 0.5.3",9472 "parity-scale-codec",9473 "sc-chain-spec-derive",9474 "sc-network",9475 "sc-telemetry",9476 "serde",9477 "serde_json",9478 "sp-core",9479 "sp-runtime",9480]94819482[[package]]9483name = "sc-chain-spec-derive"9484version = "4.0.0-dev"9485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9486dependencies = [9487 "proc-macro-crate 1.1.3",9488 "proc-macro2",9489 "quote",9490 "syn",9491]94929493[[package]]9494name = "sc-cli"9495version = "0.10.0-dev"9496source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9497dependencies = [9498 "chrono",9499 "clap",9500 "fdlimit",9501 "futures 0.3.21",9502 "hex",9503 "libp2p",9504 "log",9505 "names",9506 "parity-scale-codec",9507 "rand 0.7.3",9508 "regex",9509 "rpassword",9510 "sc-client-api",9511 "sc-keystore",9512 "sc-network",9513 "sc-service",9514 "sc-telemetry",9515 "sc-tracing",9516 "sc-utils",9517 "serde",9518 "serde_json",9519 "sp-blockchain",9520 "sp-core",9521 "sp-keyring",9522 "sp-keystore",9523 "sp-panic-handler",9524 "sp-runtime",9525 "sp-version",9526 "thiserror",9527 "tiny-bip39",9528 "tokio 1.17.0",9529]95309531[[package]]9532name = "sc-client-api"9533version = "4.0.0-dev"9534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9535dependencies = [9536 "fnv",9537 "futures 0.3.21",9538 "hash-db",9539 "log",9540 "parity-scale-codec",9541 "parking_lot 0.12.0",9542 "sc-executor",9543 "sc-transaction-pool-api",9544 "sc-utils",9545 "sp-api",9546 "sp-blockchain",9547 "sp-consensus",9548 "sp-core",9549 "sp-database",9550 "sp-externalities",9551 "sp-keystore",9552 "sp-runtime",9553 "sp-state-machine",9554 "sp-storage",9555 "sp-trie",9556 "substrate-prometheus-endpoint",9557]95589559[[package]]9560name = "sc-client-db"9561version = "0.10.0-dev"9562source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9563dependencies = [9564 "hash-db",9565 "kvdb",9566 "kvdb-memorydb",9567 "kvdb-rocksdb",9568 "linked-hash-map",9569 "log",9570 "parity-db",9571 "parity-scale-codec",9572 "parking_lot 0.12.0",9573 "sc-client-api",9574 "sc-state-db",9575 "sp-arithmetic",9576 "sp-blockchain",9577 "sp-core",9578 "sp-database",9579 "sp-runtime",9580 "sp-state-machine",9581 "sp-trie",9582]95839584[[package]]9585name = "sc-consensus"9586version = "0.10.0-dev"9587source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9588dependencies = [9589 "async-trait",9590 "futures 0.3.21",9591 "futures-timer",9592 "libp2p",9593 "log",9594 "parking_lot 0.12.0",9595 "sc-client-api",9596 "sc-utils",9597 "serde",9598 "sp-api",9599 "sp-blockchain",9600 "sp-consensus",9601 "sp-core",9602 "sp-runtime",9603 "sp-state-machine",9604 "substrate-prometheus-endpoint",9605 "thiserror",9606]96079608[[package]]9609name = "sc-consensus-aura"9610version = "0.10.0-dev"9611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9612dependencies = [9613 "async-trait",9614 "futures 0.3.21",9615 "log",9616 "parity-scale-codec",9617 "sc-block-builder",9618 "sc-client-api",9619 "sc-consensus",9620 "sc-consensus-slots",9621 "sc-telemetry",9622 "sp-api",9623 "sp-application-crypto",9624 "sp-block-builder",9625 "sp-blockchain",9626 "sp-consensus",9627 "sp-consensus-aura",9628 "sp-consensus-slots",9629 "sp-core",9630 "sp-inherents",9631 "sp-keystore",9632 "sp-runtime",9633 "substrate-prometheus-endpoint",9634 "thiserror",9635]96369637[[package]]9638name = "sc-consensus-babe"9639version = "0.10.0-dev"9640source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9641dependencies = [9642 "async-trait",9643 "fork-tree",9644 "futures 0.3.21",9645 "log",9646 "merlin",9647 "num-bigint",9648 "num-rational 0.2.4",9649 "num-traits",9650 "parity-scale-codec",9651 "parking_lot 0.12.0",9652 "rand 0.7.3",9653 "retain_mut",9654 "sc-client-api",9655 "sc-consensus",9656 "sc-consensus-epochs",9657 "sc-consensus-slots",9658 "sc-keystore",9659 "sc-telemetry",9660 "schnorrkel",9661 "serde",9662 "sp-api",9663 "sp-application-crypto",9664 "sp-block-builder",9665 "sp-blockchain",9666 "sp-consensus",9667 "sp-consensus-babe",9668 "sp-consensus-slots",9669 "sp-consensus-vrf",9670 "sp-core",9671 "sp-inherents",9672 "sp-io",9673 "sp-keystore",9674 "sp-runtime",9675 "sp-version",9676 "substrate-prometheus-endpoint",9677 "thiserror",9678]96799680[[package]]9681name = "sc-consensus-babe-rpc"9682version = "0.10.0-dev"9683source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9684dependencies = [9685 "futures 0.3.21",9686 "jsonrpc-core",9687 "jsonrpc-core-client",9688 "jsonrpc-derive",9689 "sc-consensus-babe",9690 "sc-consensus-epochs",9691 "sc-rpc-api",9692 "serde",9693 "sp-api",9694 "sp-application-crypto",9695 "sp-blockchain",9696 "sp-consensus",9697 "sp-consensus-babe",9698 "sp-core",9699 "sp-keystore",9700 "sp-runtime",9701 "thiserror",9702]97039704[[package]]9705name = "sc-consensus-epochs"9706version = "0.10.0-dev"9707source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9708dependencies = [9709 "fork-tree",9710 "parity-scale-codec",9711 "sc-client-api",9712 "sc-consensus",9713 "sp-blockchain",9714 "sp-runtime",9715]97169717[[package]]9718name = "sc-consensus-manual-seal"9719version = "0.10.0-dev"9720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9721dependencies = [9722 "assert_matches",9723 "async-trait",9724 "futures 0.3.21",9725 "jsonrpc-core",9726 "jsonrpc-core-client",9727 "jsonrpc-derive",9728 "log",9729 "parity-scale-codec",9730 "sc-client-api",9731 "sc-consensus",9732 "sc-consensus-aura",9733 "sc-consensus-babe",9734 "sc-consensus-epochs",9735 "sc-transaction-pool",9736 "sc-transaction-pool-api",9737 "serde",9738 "sp-api",9739 "sp-blockchain",9740 "sp-consensus",9741 "sp-consensus-aura",9742 "sp-consensus-babe",9743 "sp-consensus-slots",9744 "sp-core",9745 "sp-inherents",9746 "sp-keystore",9747 "sp-runtime",9748 "sp-timestamp",9749 "substrate-prometheus-endpoint",9750 "thiserror",9751]97529753[[package]]9754name = "sc-consensus-slots"9755version = "0.10.0-dev"9756source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9757dependencies = [9758 "async-trait",9759 "futures 0.3.21",9760 "futures-timer",9761 "log",9762 "parity-scale-codec",9763 "sc-client-api",9764 "sc-consensus",9765 "sc-telemetry",9766 "sp-arithmetic",9767 "sp-blockchain",9768 "sp-consensus",9769 "sp-consensus-slots",9770 "sp-core",9771 "sp-inherents",9772 "sp-runtime",9773 "sp-state-machine",9774 "sp-timestamp",9775 "thiserror",9776]97779778[[package]]9779name = "sc-consensus-uncles"9780version = "0.10.0-dev"9781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9782dependencies = [9783 "sc-client-api",9784 "sp-authorship",9785 "sp-runtime",9786 "thiserror",9787]97889789[[package]]9790name = "sc-executor"9791version = "0.10.0-dev"9792source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9793dependencies = [9794 "lazy_static",9795 "lru 0.6.6",9796 "parity-scale-codec",9797 "parking_lot 0.12.0",9798 "sc-executor-common",9799 "sc-executor-wasmi",9800 "sc-executor-wasmtime",9801 "sp-api",9802 "sp-core",9803 "sp-core-hashing-proc-macro",9804 "sp-externalities",9805 "sp-io",9806 "sp-panic-handler",9807 "sp-runtime-interface",9808 "sp-tasks",9809 "sp-trie",9810 "sp-version",9811 "sp-wasm-interface",9812 "tracing",9813 "wasmi",9814]98159816[[package]]9817name = "sc-executor-common"9818version = "0.10.0-dev"9819source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9820dependencies = [9821 "environmental",9822 "parity-scale-codec",9823 "sc-allocator",9824 "sp-core",9825 "sp-maybe-compressed-blob",9826 "sp-serializer",9827 "sp-wasm-interface",9828 "thiserror",9829 "wasm-instrument",9830 "wasmi",9831]98329833[[package]]9834name = "sc-executor-wasmi"9835version = "0.10.0-dev"9836source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9837dependencies = [9838 "log",9839 "parity-scale-codec",9840 "sc-allocator",9841 "sc-executor-common",9842 "scoped-tls",9843 "sp-core",9844 "sp-runtime-interface",9845 "sp-wasm-interface",9846 "wasmi",9847]98489849[[package]]9850name = "sc-executor-wasmtime"9851version = "0.10.0-dev"9852source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9853dependencies = [9854 "cfg-if 1.0.0",9855 "libc",9856 "log",9857 "parity-scale-codec",9858 "parity-wasm 0.42.2",9859 "sc-allocator",9860 "sc-executor-common",9861 "sp-core",9862 "sp-runtime-interface",9863 "sp-wasm-interface",9864 "wasmtime",9865]98669867[[package]]9868name = "sc-finality-grandpa"9869version = "0.10.0-dev"9870source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9871dependencies = [9872 "ahash",9873 "async-trait",9874 "dyn-clone",9875 "finality-grandpa",9876 "fork-tree",9877 "futures 0.3.21",9878 "futures-timer",9879 "hex",9880 "log",9881 "parity-scale-codec",9882 "parking_lot 0.12.0",9883 "rand 0.8.5",9884 "sc-block-builder",9885 "sc-chain-spec",9886 "sc-client-api",9887 "sc-consensus",9888 "sc-keystore",9889 "sc-network",9890 "sc-network-gossip",9891 "sc-telemetry",9892 "sc-utils",9893 "serde_json",9894 "sp-api",9895 "sp-application-crypto",9896 "sp-arithmetic",9897 "sp-blockchain",9898 "sp-consensus",9899 "sp-core",9900 "sp-finality-grandpa",9901 "sp-keystore",9902 "sp-runtime",9903 "substrate-prometheus-endpoint",9904 "thiserror",9905]99069907[[package]]9908name = "sc-finality-grandpa-rpc"9909version = "0.10.0-dev"9910source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9911dependencies = [9912 "finality-grandpa",9913 "futures 0.3.21",9914 "jsonrpc-core",9915 "jsonrpc-core-client",9916 "jsonrpc-derive",9917 "jsonrpc-pubsub",9918 "log",9919 "parity-scale-codec",9920 "sc-client-api",9921 "sc-finality-grandpa",9922 "sc-rpc",9923 "serde",9924 "serde_json",9925 "sp-blockchain",9926 "sp-core",9927 "sp-runtime",9928 "thiserror",9929]99309931[[package]]9932name = "sc-informant"9933version = "0.10.0-dev"9934source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9935dependencies = [9936 "ansi_term",9937 "futures 0.3.21",9938 "futures-timer",9939 "log",9940 "parity-util-mem",9941 "sc-client-api",9942 "sc-network",9943 "sc-transaction-pool-api",9944 "sp-blockchain",9945 "sp-runtime",9946]99479948[[package]]9949name = "sc-keystore"9950version = "4.0.0-dev"9951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9952dependencies = [9953 "async-trait",9954 "hex",9955 "parking_lot 0.12.0",9956 "serde_json",9957 "sp-application-crypto",9958 "sp-core",9959 "sp-keystore",9960 "thiserror",9961]99629963[[package]]9964name = "sc-network"9965version = "0.10.0-dev"9966source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"9967dependencies = [9968 "async-trait",9969 "asynchronous-codec 0.5.0",9970 "bitflags",9971 "bytes 1.1.0",9972 "cid",9973 "either",9974 "fnv",9975 "fork-tree",9976 "futures 0.3.21",9977 "futures-timer",9978 "hex",9979 "ip_network",9980 "libp2p",9981 "linked-hash-map",9982 "linked_hash_set",9983 "log",9984 "lru 0.7.3",9985 "parity-scale-codec",9986 "parking_lot 0.12.0",9987 "pin-project 1.0.10",9988 "prost",9989 "prost-build",9990 "rand 0.7.3",9991 "sc-block-builder",9992 "sc-client-api",9993 "sc-consensus",9994 "sc-peerset",9995 "sc-utils",9996 "serde",9997 "serde_json",9998 "smallvec",9999 "sp-arithmetic",10000 "sp-blockchain",10001 "sp-consensus",10002 "sp-core",10003 "sp-finality-grandpa",10004 "sp-runtime",10005 "substrate-prometheus-endpoint",10006 "thiserror",10007 "unsigned-varint 0.6.0",10008 "void",10009 "zeroize",10010]1001110012[[package]]10013name = "sc-network-gossip"10014version = "0.10.0-dev"10015source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10016dependencies = [10017 "ahash",10018 "futures 0.3.21",10019 "futures-timer",10020 "libp2p",10021 "log",10022 "lru 0.7.3",10023 "sc-network",10024 "sp-runtime",10025 "substrate-prometheus-endpoint",10026 "tracing",10027]1002810029[[package]]10030name = "sc-offchain"10031version = "4.0.0-dev"10032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10033dependencies = [10034 "bytes 1.1.0",10035 "fnv",10036 "futures 0.3.21",10037 "futures-timer",10038 "hex",10039 "hyper",10040 "hyper-rustls 0.22.1",10041 "num_cpus",10042 "once_cell",10043 "parity-scale-codec",10044 "parking_lot 0.12.0",10045 "rand 0.7.3",10046 "sc-client-api",10047 "sc-network",10048 "sc-utils",10049 "sp-api",10050 "sp-core",10051 "sp-offchain",10052 "sp-runtime",10053 "threadpool",10054 "tracing",10055]1005610057[[package]]10058name = "sc-peerset"10059version = "4.0.0-dev"10060source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10061dependencies = [10062 "futures 0.3.21",10063 "libp2p",10064 "log",10065 "sc-utils",10066 "serde_json",10067 "wasm-timer",10068]1006910070[[package]]10071name = "sc-proposer-metrics"10072version = "0.10.0-dev"10073source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10074dependencies = [10075 "log",10076 "substrate-prometheus-endpoint",10077]1007810079[[package]]10080name = "sc-rpc"10081version = "4.0.0-dev"10082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10083dependencies = [10084 "futures 0.3.21",10085 "hash-db",10086 "jsonrpc-core",10087 "jsonrpc-pubsub",10088 "log",10089 "parity-scale-codec",10090 "parking_lot 0.12.0",10091 "sc-block-builder",10092 "sc-chain-spec",10093 "sc-client-api",10094 "sc-rpc-api",10095 "sc-tracing",10096 "sc-transaction-pool-api",10097 "sc-utils",10098 "serde_json",10099 "sp-api",10100 "sp-blockchain",10101 "sp-core",10102 "sp-keystore",10103 "sp-offchain",10104 "sp-rpc",10105 "sp-runtime",10106 "sp-session",10107 "sp-version",10108]1010910110[[package]]10111name = "sc-rpc-api"10112version = "0.10.0-dev"10113source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10114dependencies = [10115 "futures 0.3.21",10116 "jsonrpc-core",10117 "jsonrpc-core-client",10118 "jsonrpc-derive",10119 "jsonrpc-pubsub",10120 "log",10121 "parity-scale-codec",10122 "parking_lot 0.12.0",10123 "sc-chain-spec",10124 "sc-transaction-pool-api",10125 "serde",10126 "serde_json",10127 "sp-core",10128 "sp-rpc",10129 "sp-runtime",10130 "sp-tracing",10131 "sp-version",10132 "thiserror",10133]1013410135[[package]]10136name = "sc-rpc-server"10137version = "4.0.0-dev"10138source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10139dependencies = [10140 "futures 0.3.21",10141 "jsonrpc-core",10142 "jsonrpc-http-server",10143 "jsonrpc-ipc-server",10144 "jsonrpc-pubsub",10145 "jsonrpc-ws-server",10146 "log",10147 "serde_json",10148 "substrate-prometheus-endpoint",10149 "tokio 1.17.0",10150]1015110152[[package]]10153name = "sc-service"10154version = "0.10.0-dev"10155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10156dependencies = [10157 "async-trait",10158 "directories",10159 "exit-future",10160 "futures 0.3.21",10161 "futures-timer",10162 "hash-db",10163 "jsonrpc-core",10164 "jsonrpc-pubsub",10165 "log",10166 "parity-scale-codec",10167 "parity-util-mem",10168 "parking_lot 0.12.0",10169 "pin-project 1.0.10",10170 "rand 0.7.3",10171 "sc-block-builder",10172 "sc-chain-spec",10173 "sc-client-api",10174 "sc-client-db",10175 "sc-consensus",10176 "sc-executor",10177 "sc-informant",10178 "sc-keystore",10179 "sc-network",10180 "sc-offchain",10181 "sc-rpc",10182 "sc-rpc-server",10183 "sc-telemetry",10184 "sc-tracing",10185 "sc-transaction-pool",10186 "sc-transaction-pool-api",10187 "sc-utils",10188 "serde",10189 "serde_json",10190 "sp-api",10191 "sp-application-crypto",10192 "sp-block-builder",10193 "sp-blockchain",10194 "sp-consensus",10195 "sp-core",10196 "sp-externalities",10197 "sp-inherents",10198 "sp-keystore",10199 "sp-runtime",10200 "sp-session",10201 "sp-state-machine",10202 "sp-storage",10203 "sp-tracing",10204 "sp-transaction-pool",10205 "sp-transaction-storage-proof",10206 "sp-trie",10207 "sp-version",10208 "substrate-prometheus-endpoint",10209 "tempfile",10210 "thiserror",10211 "tokio 1.17.0",10212 "tracing",10213 "tracing-futures",10214]1021510216[[package]]10217name = "sc-state-db"10218version = "0.10.0-dev"10219source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10220dependencies = [10221 "log",10222 "parity-scale-codec",10223 "parity-util-mem",10224 "parity-util-mem-derive",10225 "parking_lot 0.12.0",10226 "sc-client-api",10227 "sp-core",10228]1022910230[[package]]10231name = "sc-sync-state-rpc"10232version = "0.10.0-dev"10233source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10234dependencies = [10235 "jsonrpc-core",10236 "jsonrpc-core-client",10237 "jsonrpc-derive",10238 "parity-scale-codec",10239 "sc-chain-spec",10240 "sc-client-api",10241 "sc-consensus-babe",10242 "sc-consensus-epochs",10243 "sc-finality-grandpa",10244 "serde",10245 "serde_json",10246 "sp-blockchain",10247 "sp-runtime",10248 "thiserror",10249]1025010251[[package]]10252name = "sc-telemetry"10253version = "4.0.0-dev"10254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10255dependencies = [10256 "chrono",10257 "futures 0.3.21",10258 "libp2p",10259 "log",10260 "parking_lot 0.12.0",10261 "pin-project 1.0.10",10262 "rand 0.7.3",10263 "serde",10264 "serde_json",10265 "thiserror",10266 "wasm-timer",10267]1026810269[[package]]10270name = "sc-tracing"10271version = "4.0.0-dev"10272source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10273dependencies = [10274 "ansi_term",10275 "atty",10276 "chrono",10277 "lazy_static",10278 "libc",10279 "log",10280 "once_cell",10281 "parking_lot 0.12.0",10282 "regex",10283 "rustc-hash",10284 "sc-client-api",10285 "sc-rpc-server",10286 "sc-tracing-proc-macro",10287 "serde",10288 "sp-api",10289 "sp-blockchain",10290 "sp-core",10291 "sp-rpc",10292 "sp-runtime",10293 "sp-tracing",10294 "thiserror",10295 "tracing",10296 "tracing-log",10297 "tracing-subscriber",10298]1029910300[[package]]10301name = "sc-tracing-proc-macro"10302version = "4.0.0-dev"10303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10304dependencies = [10305 "proc-macro-crate 1.1.3",10306 "proc-macro2",10307 "quote",10308 "syn",10309]1031010311[[package]]10312name = "sc-transaction-pool"10313version = "4.0.0-dev"10314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10315dependencies = [10316 "futures 0.3.21",10317 "futures-timer",10318 "linked-hash-map",10319 "log",10320 "parity-scale-codec",10321 "parity-util-mem",10322 "parking_lot 0.12.0",10323 "retain_mut",10324 "sc-client-api",10325 "sc-transaction-pool-api",10326 "sc-utils",10327 "serde",10328 "sp-api",10329 "sp-blockchain",10330 "sp-core",10331 "sp-runtime",10332 "sp-tracing",10333 "sp-transaction-pool",10334 "substrate-prometheus-endpoint",10335 "thiserror",10336]1033710338[[package]]10339name = "sc-transaction-pool-api"10340version = "4.0.0-dev"10341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10342dependencies = [10343 "futures 0.3.21",10344 "log",10345 "serde",10346 "sp-blockchain",10347 "sp-runtime",10348 "thiserror",10349]1035010351[[package]]10352name = "sc-utils"10353version = "4.0.0-dev"10354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10355dependencies = [10356 "futures 0.3.21",10357 "futures-timer",10358 "lazy_static",10359 "log",10360 "parking_lot 0.12.0",10361 "prometheus",10362]1036310364[[package]]10365name = "scale-info"10366version = "2.0.1"10367source = "registry+https://github.com/rust-lang/crates.io-index"10368checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42"10369dependencies = [10370 "bitvec",10371 "cfg-if 1.0.0",10372 "derive_more",10373 "parity-scale-codec",10374 "scale-info-derive",10375 "serde",10376]1037710378[[package]]10379name = "scale-info-derive"10380version = "2.0.0"10381source = "registry+https://github.com/rust-lang/crates.io-index"10382checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"10383dependencies = [10384 "proc-macro-crate 1.1.3",10385 "proc-macro2",10386 "quote",10387 "syn",10388]1038910390[[package]]10391name = "schannel"10392version = "0.1.19"10393source = "registry+https://github.com/rust-lang/crates.io-index"10394checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10395dependencies = [10396 "lazy_static",10397 "winapi 0.3.9",10398]1039910400[[package]]10401name = "schnorrkel"10402version = "0.9.1"10403source = "registry+https://github.com/rust-lang/crates.io-index"10404checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10405dependencies = [10406 "arrayref",10407 "arrayvec 0.5.2",10408 "curve25519-dalek 2.1.3",10409 "getrandom 0.1.16",10410 "merlin",10411 "rand 0.7.3",10412 "rand_core 0.5.1",10413 "sha2 0.8.2",10414 "subtle 2.4.1",10415 "zeroize",10416]1041710418[[package]]10419name = "scoped-tls"10420version = "1.0.0"10421source = "registry+https://github.com/rust-lang/crates.io-index"10422checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1042310424[[package]]10425name = "scopeguard"10426version = "1.1.0"10427source = "registry+https://github.com/rust-lang/crates.io-index"10428checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1042910430[[package]]10431name = "sct"10432version = "0.6.1"10433source = "registry+https://github.com/rust-lang/crates.io-index"10434checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10435dependencies = [10436 "ring",10437 "untrusted",10438]1043910440[[package]]10441name = "sct"10442version = "0.7.0"10443source = "registry+https://github.com/rust-lang/crates.io-index"10444checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10445dependencies = [10446 "ring",10447 "untrusted",10448]1044910450[[package]]10451name = "sec1"10452version = "0.2.1"10453source = "registry+https://github.com/rust-lang/crates.io-index"10454checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10455dependencies = [10456 "der",10457 "generic-array 0.14.5",10458 "pkcs8",10459 "subtle 2.4.1",10460 "zeroize",10461]1046210463[[package]]10464name = "secp256k1"10465version = "0.21.3"10466source = "registry+https://github.com/rust-lang/crates.io-index"10467checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10468dependencies = [10469 "secp256k1-sys",10470]1047110472[[package]]10473name = "secp256k1-sys"10474version = "0.4.2"10475source = "registry+https://github.com/rust-lang/crates.io-index"10476checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10477dependencies = [10478 "cc",10479]1048010481[[package]]10482name = "secrecy"10483version = "0.8.0"10484source = "registry+https://github.com/rust-lang/crates.io-index"10485checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10486dependencies = [10487 "zeroize",10488]1048910490[[package]]10491name = "security-framework"10492version = "2.6.1"10493source = "registry+https://github.com/rust-lang/crates.io-index"10494checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10495dependencies = [10496 "bitflags",10497 "core-foundation",10498 "core-foundation-sys",10499 "libc",10500 "security-framework-sys",10501]1050210503[[package]]10504name = "security-framework-sys"10505version = "2.6.1"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10508dependencies = [10509 "core-foundation-sys",10510 "libc",10511]1051210513[[package]]10514name = "semver"10515version = "0.6.0"10516source = "registry+https://github.com/rust-lang/crates.io-index"10517checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10518dependencies = [10519 "semver-parser 0.7.0",10520]1052110522[[package]]10523name = "semver"10524version = "0.9.0"10525source = "registry+https://github.com/rust-lang/crates.io-index"10526checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10527dependencies = [10528 "semver-parser 0.7.0",10529]1053010531[[package]]10532name = "semver"10533version = "0.11.0"10534source = "registry+https://github.com/rust-lang/crates.io-index"10535checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10536dependencies = [10537 "semver-parser 0.10.2",10538]1053910540[[package]]10541name = "semver"10542version = "1.0.6"10543source = "registry+https://github.com/rust-lang/crates.io-index"10544checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10545dependencies = [10546 "serde",10547]1054810549[[package]]10550name = "semver-parser"10551version = "0.7.0"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1055410555[[package]]10556name = "semver-parser"10557version = "0.10.2"10558source = "registry+https://github.com/rust-lang/crates.io-index"10559checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10560dependencies = [10561 "pest",10562]1056310564[[package]]10565name = "serde"10566version = "1.0.136"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10569dependencies = [10570 "serde_derive",10571]1057210573[[package]]10574name = "serde_derive"10575version = "1.0.136"10576source = "registry+https://github.com/rust-lang/crates.io-index"10577checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10578dependencies = [10579 "proc-macro2",10580 "quote",10581 "syn",10582]1058310584[[package]]10585name = "serde_json"10586version = "1.0.79"10587source = "registry+https://github.com/rust-lang/crates.io-index"10588checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10589dependencies = [10590 "itoa 1.0.1",10591 "ryu",10592 "serde",10593]1059410595[[package]]10596name = "serde_nanos"10597version = "0.1.2"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10600dependencies = [10601 "serde",10602]1060310604[[package]]10605name = "sha-1"10606version = "0.8.2"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10609dependencies = [10610 "block-buffer 0.7.3",10611 "digest 0.8.1",10612 "fake-simd",10613 "opaque-debug 0.2.3",10614]1061510616[[package]]10617name = "sha-1"10618version = "0.9.8"10619source = "registry+https://github.com/rust-lang/crates.io-index"10620checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10621dependencies = [10622 "block-buffer 0.9.0",10623 "cfg-if 1.0.0",10624 "cpufeatures 0.2.2",10625 "digest 0.9.0",10626 "opaque-debug 0.3.0",10627]1062810629[[package]]10630name = "sha2"10631version = "0.8.2"10632source = "registry+https://github.com/rust-lang/crates.io-index"10633checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10634dependencies = [10635 "block-buffer 0.7.3",10636 "digest 0.8.1",10637 "fake-simd",10638 "opaque-debug 0.2.3",10639]1064010641[[package]]10642name = "sha2"10643version = "0.9.9"10644source = "registry+https://github.com/rust-lang/crates.io-index"10645checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10646dependencies = [10647 "block-buffer 0.9.0",10648 "cfg-if 1.0.0",10649 "cpufeatures 0.2.2",10650 "digest 0.9.0",10651 "opaque-debug 0.3.0",10652]1065310654[[package]]10655name = "sha2"10656version = "0.10.2"10657source = "registry+https://github.com/rust-lang/crates.io-index"10658checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10659dependencies = [10660 "cfg-if 1.0.0",10661 "cpufeatures 0.2.2",10662 "digest 0.10.3",10663]1066410665[[package]]10666name = "sha3"10667version = "0.8.2"10668source = "registry+https://github.com/rust-lang/crates.io-index"10669checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10670dependencies = [10671 "block-buffer 0.7.3",10672 "byte-tools",10673 "digest 0.8.1",10674 "keccak",10675 "opaque-debug 0.2.3",10676]1067710678[[package]]10679name = "sha3"10680version = "0.9.1"10681source = "registry+https://github.com/rust-lang/crates.io-index"10682checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10683dependencies = [10684 "block-buffer 0.9.0",10685 "digest 0.9.0",10686 "keccak",10687 "opaque-debug 0.3.0",10688]1068910690[[package]]10691name = "sha3"10692version = "0.10.1"10693source = "registry+https://github.com/rust-lang/crates.io-index"10694checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10695dependencies = [10696 "digest 0.10.3",10697 "keccak",10698]1069910700[[package]]10701name = "sharded-slab"10702version = "0.1.4"10703source = "registry+https://github.com/rust-lang/crates.io-index"10704checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10705dependencies = [10706 "lazy_static",10707]1070810709[[package]]10710name = "shlex"10711version = "1.1.0"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1071410715[[package]]10716name = "signal-hook"10717version = "0.3.13"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10720dependencies = [10721 "libc",10722 "signal-hook-registry",10723]1072410725[[package]]10726name = "signal-hook-registry"10727version = "1.4.0"10728source = "registry+https://github.com/rust-lang/crates.io-index"10729checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10730dependencies = [10731 "libc",10732]1073310734[[package]]10735name = "signature"10736version = "1.4.0"10737source = "registry+https://github.com/rust-lang/crates.io-index"10738checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10739dependencies = [10740 "rand_core 0.6.3",10741]1074210743[[package]]10744name = "simba"10745version = "0.5.1"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10748dependencies = [10749 "approx",10750 "num-complex",10751 "num-traits",10752 "paste",10753]1075410755[[package]]10756name = "slab"10757version = "0.4.5"10758source = "registry+https://github.com/rust-lang/crates.io-index"10759checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1076010761[[package]]10762name = "slot-range-helper"10763version = "0.9.18"10764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"10765dependencies = [10766 "enumn",10767 "parity-scale-codec",10768 "paste",10769 "sp-runtime",10770 "sp-std",10771]1077210773[[package]]10774name = "slotmap"10775version = "1.0.6"10776source = "registry+https://github.com/rust-lang/crates.io-index"10777checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10778dependencies = [10779 "version_check",10780]1078110782[[package]]10783name = "smallvec"10784version = "1.8.0"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1078710788[[package]]10789name = "snap"10790version = "1.0.5"10791source = "registry+https://github.com/rust-lang/crates.io-index"10792checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1079310794[[package]]10795name = "snow"10796version = "0.8.0"10797source = "registry+https://github.com/rust-lang/crates.io-index"10798checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10799dependencies = [10800 "aes-gcm",10801 "blake2 0.9.2",10802 "chacha20poly1305",10803 "rand 0.8.5",10804 "rand_core 0.6.3",10805 "ring",10806 "rustc_version 0.3.3",10807 "sha2 0.9.9",10808 "subtle 2.4.1",10809 "x25519-dalek",10810]1081110812[[package]]10813name = "socket2"10814version = "0.3.19"10815source = "registry+https://github.com/rust-lang/crates.io-index"10816checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10817dependencies = [10818 "cfg-if 1.0.0",10819 "libc",10820 "winapi 0.3.9",10821]1082210823[[package]]10824name = "socket2"10825version = "0.4.4"10826source = "registry+https://github.com/rust-lang/crates.io-index"10827checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10828dependencies = [10829 "libc",10830 "winapi 0.3.9",10831]1083210833[[package]]10834name = "soketto"10835version = "0.7.1"10836source = "registry+https://github.com/rust-lang/crates.io-index"10837checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10838dependencies = [10839 "base64",10840 "bytes 1.1.0",10841 "flate2",10842 "futures 0.3.21",10843 "httparse",10844 "log",10845 "rand 0.8.5",10846 "sha-1 0.9.8",10847]1084810849[[package]]10850name = "sp-api"10851version = "4.0.0-dev"10852source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10853dependencies = [10854 "hash-db",10855 "log",10856 "parity-scale-codec",10857 "sp-api-proc-macro",10858 "sp-core",10859 "sp-runtime",10860 "sp-state-machine",10861 "sp-std",10862 "sp-version",10863 "thiserror",10864]1086510866[[package]]10867name = "sp-api-proc-macro"10868version = "4.0.0-dev"10869source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10870dependencies = [10871 "blake2 0.10.4",10872 "proc-macro-crate 1.1.3",10873 "proc-macro2",10874 "quote",10875 "syn",10876]1087710878[[package]]10879name = "sp-application-crypto"10880version = "6.0.0"10881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10882dependencies = [10883 "parity-scale-codec",10884 "scale-info",10885 "serde",10886 "sp-core",10887 "sp-io",10888 "sp-std",10889]1089010891[[package]]10892name = "sp-arithmetic"10893version = "5.0.0"10894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10895dependencies = [10896 "integer-sqrt",10897 "num-traits",10898 "parity-scale-codec",10899 "scale-info",10900 "serde",10901 "sp-debug-derive",10902 "sp-std",10903 "static_assertions",10904]1090510906[[package]]10907name = "sp-authority-discovery"10908version = "4.0.0-dev"10909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10910dependencies = [10911 "parity-scale-codec",10912 "scale-info",10913 "sp-api",10914 "sp-application-crypto",10915 "sp-runtime",10916 "sp-std",10917]1091810919[[package]]10920name = "sp-authorship"10921version = "4.0.0-dev"10922source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10923dependencies = [10924 "async-trait",10925 "parity-scale-codec",10926 "sp-inherents",10927 "sp-runtime",10928 "sp-std",10929]1093010931[[package]]10932name = "sp-block-builder"10933version = "4.0.0-dev"10934source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10935dependencies = [10936 "parity-scale-codec",10937 "sp-api",10938 "sp-inherents",10939 "sp-runtime",10940 "sp-std",10941]1094210943[[package]]10944name = "sp-blockchain"10945version = "4.0.0-dev"10946source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10947dependencies = [10948 "futures 0.3.21",10949 "log",10950 "lru 0.7.3",10951 "parity-scale-codec",10952 "parking_lot 0.12.0",10953 "sp-api",10954 "sp-consensus",10955 "sp-database",10956 "sp-runtime",10957 "sp-state-machine",10958 "thiserror",10959]1096010961[[package]]10962name = "sp-consensus"10963version = "0.10.0-dev"10964source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10965dependencies = [10966 "async-trait",10967 "futures 0.3.21",10968 "futures-timer",10969 "log",10970 "parity-scale-codec",10971 "sp-core",10972 "sp-inherents",10973 "sp-runtime",10974 "sp-state-machine",10975 "sp-std",10976 "sp-version",10977 "thiserror",10978]1097910980[[package]]10981name = "sp-consensus-aura"10982version = "0.10.0-dev"10983source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"10984dependencies = [10985 "async-trait",10986 "parity-scale-codec",10987 "scale-info",10988 "sp-api",10989 "sp-application-crypto",10990 "sp-consensus",10991 "sp-consensus-slots",10992 "sp-inherents",10993 "sp-runtime",10994 "sp-std",10995 "sp-timestamp",10996]1099710998[[package]]10999name = "sp-consensus-babe"11000version = "0.10.0-dev"11001source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11002dependencies = [11003 "async-trait",11004 "merlin",11005 "parity-scale-codec",11006 "scale-info",11007 "serde",11008 "sp-api",11009 "sp-application-crypto",11010 "sp-consensus",11011 "sp-consensus-slots",11012 "sp-consensus-vrf",11013 "sp-core",11014 "sp-inherents",11015 "sp-keystore",11016 "sp-runtime",11017 "sp-std",11018 "sp-timestamp",11019]1102011021[[package]]11022name = "sp-consensus-slots"11023version = "0.10.0-dev"11024source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11025dependencies = [11026 "parity-scale-codec",11027 "scale-info",11028 "serde",11029 "sp-arithmetic",11030 "sp-runtime",11031 "sp-std",11032 "sp-timestamp",11033]1103411035[[package]]11036name = "sp-consensus-vrf"11037version = "0.10.0-dev"11038source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11039dependencies = [11040 "parity-scale-codec",11041 "schnorrkel",11042 "sp-core",11043 "sp-runtime",11044 "sp-std",11045]1104611047[[package]]11048name = "sp-core"11049version = "6.0.0"11050source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11051dependencies = [11052 "base58",11053 "bitflags",11054 "blake2-rfc",11055 "byteorder",11056 "dyn-clonable",11057 "ed25519-dalek",11058 "futures 0.3.21",11059 "hash-db",11060 "hash256-std-hasher",11061 "hex",11062 "impl-serde",11063 "lazy_static",11064 "libsecp256k1 0.7.0",11065 "log",11066 "merlin",11067 "num-traits",11068 "parity-scale-codec",11069 "parity-util-mem",11070 "parking_lot 0.12.0",11071 "primitive-types",11072 "rand 0.7.3",11073 "regex",11074 "scale-info",11075 "schnorrkel",11076 "secp256k1",11077 "secrecy",11078 "serde",11079 "sp-core-hashing",11080 "sp-debug-derive",11081 "sp-externalities",11082 "sp-runtime-interface",11083 "sp-std",11084 "sp-storage",11085 "ss58-registry",11086 "substrate-bip39",11087 "thiserror",11088 "tiny-bip39",11089 "wasmi",11090 "zeroize",11091]1109211093[[package]]11094name = "sp-core-hashing"11095version = "4.0.0"11096source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11097dependencies = [11098 "blake2 0.10.4",11099 "byteorder",11100 "digest 0.10.3",11101 "sha2 0.10.2",11102 "sha3 0.10.1",11103 "sp-std",11104 "twox-hash",11105]1110611107[[package]]11108name = "sp-core-hashing-proc-macro"11109version = "5.0.0"11110source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11111dependencies = [11112 "proc-macro2",11113 "quote",11114 "sp-core-hashing",11115 "syn",11116]1111711118[[package]]11119name = "sp-database"11120version = "4.0.0-dev"11121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11122dependencies = [11123 "kvdb",11124 "parking_lot 0.12.0",11125]1112611127[[package]]11128name = "sp-debug-derive"11129version = "4.0.0"11130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11131dependencies = [11132 "proc-macro2",11133 "quote",11134 "syn",11135]1113611137[[package]]11138name = "sp-externalities"11139version = "0.12.0"11140source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11141dependencies = [11142 "environmental",11143 "parity-scale-codec",11144 "sp-std",11145 "sp-storage",11146]1114711148[[package]]11149name = "sp-finality-grandpa"11150version = "4.0.0-dev"11151source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11152dependencies = [11153 "finality-grandpa",11154 "log",11155 "parity-scale-codec",11156 "scale-info",11157 "serde",11158 "sp-api",11159 "sp-application-crypto",11160 "sp-core",11161 "sp-keystore",11162 "sp-runtime",11163 "sp-std",11164]1116511166[[package]]11167name = "sp-inherents"11168version = "4.0.0-dev"11169source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11170dependencies = [11171 "async-trait",11172 "impl-trait-for-tuples",11173 "parity-scale-codec",11174 "sp-core",11175 "sp-runtime",11176 "sp-std",11177 "thiserror",11178]1117911180[[package]]11181name = "sp-io"11182version = "6.0.0"11183source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11184dependencies = [11185 "futures 0.3.21",11186 "hash-db",11187 "libsecp256k1 0.7.0",11188 "log",11189 "parity-scale-codec",11190 "parking_lot 0.12.0",11191 "secp256k1",11192 "sp-core",11193 "sp-externalities",11194 "sp-keystore",11195 "sp-runtime-interface",11196 "sp-state-machine",11197 "sp-std",11198 "sp-tracing",11199 "sp-trie",11200 "sp-wasm-interface",11201 "tracing",11202 "tracing-core",11203]1120411205[[package]]11206name = "sp-keyring"11207version = "6.0.0"11208source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11209dependencies = [11210 "lazy_static",11211 "sp-core",11212 "sp-runtime",11213 "strum 0.23.0",11214]1121511216[[package]]11217name = "sp-keystore"11218version = "0.12.0"11219source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11220dependencies = [11221 "async-trait",11222 "futures 0.3.21",11223 "merlin",11224 "parity-scale-codec",11225 "parking_lot 0.12.0",11226 "schnorrkel",11227 "serde",11228 "sp-core",11229 "sp-externalities",11230 "thiserror",11231]1123211233[[package]]11234name = "sp-maybe-compressed-blob"11235version = "4.1.0-dev"11236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11237dependencies = [11238 "thiserror",11239 "zstd",11240]1124111242[[package]]11243name = "sp-npos-elections"11244version = "4.0.0-dev"11245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11246dependencies = [11247 "parity-scale-codec",11248 "scale-info",11249 "serde",11250 "sp-arithmetic",11251 "sp-core",11252 "sp-npos-elections-solution-type",11253 "sp-runtime",11254 "sp-std",11255]1125611257[[package]]11258name = "sp-npos-elections-solution-type"11259version = "4.0.0-dev"11260source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11261dependencies = [11262 "proc-macro-crate 1.1.3",11263 "proc-macro2",11264 "quote",11265 "syn",11266]1126711268[[package]]11269name = "sp-offchain"11270version = "4.0.0-dev"11271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11272dependencies = [11273 "sp-api",11274 "sp-core",11275 "sp-runtime",11276]1127711278[[package]]11279name = "sp-panic-handler"11280version = "4.0.0"11281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11282dependencies = [11283 "backtrace",11284 "lazy_static",11285 "regex",11286]1128711288[[package]]11289name = "sp-rpc"11290version = "6.0.0"11291source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11292dependencies = [11293 "rustc-hash",11294 "serde",11295 "sp-core",11296]1129711298[[package]]11299name = "sp-runtime"11300version = "6.0.0"11301source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11302dependencies = [11303 "either",11304 "hash256-std-hasher",11305 "impl-trait-for-tuples",11306 "log",11307 "parity-scale-codec",11308 "parity-util-mem",11309 "paste",11310 "rand 0.7.3",11311 "scale-info",11312 "serde",11313 "sp-application-crypto",11314 "sp-arithmetic",11315 "sp-core",11316 "sp-io",11317 "sp-std",11318]1131911320[[package]]11321name = "sp-runtime-interface"11322version = "6.0.0"11323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11324dependencies = [11325 "impl-trait-for-tuples",11326 "parity-scale-codec",11327 "primitive-types",11328 "sp-externalities",11329 "sp-runtime-interface-proc-macro",11330 "sp-std",11331 "sp-storage",11332 "sp-tracing",11333 "sp-wasm-interface",11334 "static_assertions",11335]1133611337[[package]]11338name = "sp-runtime-interface-proc-macro"11339version = "5.0.0"11340source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11341dependencies = [11342 "Inflector",11343 "proc-macro-crate 1.1.3",11344 "proc-macro2",11345 "quote",11346 "syn",11347]1134811349[[package]]11350name = "sp-serializer"11351version = "4.0.0-dev"11352source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11353dependencies = [11354 "serde",11355 "serde_json",11356]1135711358[[package]]11359name = "sp-session"11360version = "4.0.0-dev"11361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11362dependencies = [11363 "parity-scale-codec",11364 "scale-info",11365 "sp-api",11366 "sp-core",11367 "sp-runtime",11368 "sp-staking",11369 "sp-std",11370]1137111372[[package]]11373name = "sp-staking"11374version = "4.0.0-dev"11375source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11376dependencies = [11377 "parity-scale-codec",11378 "scale-info",11379 "sp-runtime",11380 "sp-std",11381]1138211383[[package]]11384name = "sp-state-machine"11385version = "0.12.0"11386source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11387dependencies = [11388 "hash-db",11389 "log",11390 "num-traits",11391 "parity-scale-codec",11392 "parking_lot 0.12.0",11393 "rand 0.7.3",11394 "smallvec",11395 "sp-core",11396 "sp-externalities",11397 "sp-panic-handler",11398 "sp-std",11399 "sp-trie",11400 "thiserror",11401 "tracing",11402 "trie-db",11403 "trie-root",11404]1140511406[[package]]11407name = "sp-std"11408version = "4.0.0"11409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"1141011411[[package]]11412name = "sp-storage"11413version = "6.0.0"11414source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11415dependencies = [11416 "impl-serde",11417 "parity-scale-codec",11418 "ref-cast",11419 "serde",11420 "sp-debug-derive",11421 "sp-std",11422]1142311424[[package]]11425name = "sp-tasks"11426version = "4.0.0-dev"11427source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11428dependencies = [11429 "log",11430 "sp-core",11431 "sp-externalities",11432 "sp-io",11433 "sp-runtime-interface",11434 "sp-std",11435]1143611437[[package]]11438name = "sp-timestamp"11439version = "4.0.0-dev"11440source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11441dependencies = [11442 "async-trait",11443 "futures-timer",11444 "log",11445 "parity-scale-codec",11446 "sp-api",11447 "sp-inherents",11448 "sp-runtime",11449 "sp-std",11450 "thiserror",11451]1145211453[[package]]11454name = "sp-tracing"11455version = "5.0.0"11456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11457dependencies = [11458 "parity-scale-codec",11459 "sp-std",11460 "tracing",11461 "tracing-core",11462 "tracing-subscriber",11463]1146411465[[package]]11466name = "sp-transaction-pool"11467version = "4.0.0-dev"11468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11469dependencies = [11470 "sp-api",11471 "sp-runtime",11472]1147311474[[package]]11475name = "sp-transaction-storage-proof"11476version = "4.0.0-dev"11477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11478dependencies = [11479 "async-trait",11480 "log",11481 "parity-scale-codec",11482 "scale-info",11483 "sp-core",11484 "sp-inherents",11485 "sp-runtime",11486 "sp-std",11487 "sp-trie",11488]1148911490[[package]]11491name = "sp-trie"11492version = "6.0.0"11493source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11494dependencies = [11495 "hash-db",11496 "memory-db",11497 "parity-scale-codec",11498 "scale-info",11499 "sp-core",11500 "sp-std",11501 "thiserror",11502 "trie-db",11503 "trie-root",11504]1150511506[[package]]11507name = "sp-version"11508version = "5.0.0"11509source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11510dependencies = [11511 "impl-serde",11512 "parity-scale-codec",11513 "parity-wasm 0.42.2",11514 "scale-info",11515 "serde",11516 "sp-core-hashing-proc-macro",11517 "sp-runtime",11518 "sp-std",11519 "sp-version-proc-macro",11520 "thiserror",11521]1152211523[[package]]11524name = "sp-version-proc-macro"11525version = "4.0.0-dev"11526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11527dependencies = [11528 "parity-scale-codec",11529 "proc-macro2",11530 "quote",11531 "syn",11532]1153311534[[package]]11535name = "sp-wasm-interface"11536version = "6.0.0"11537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11538dependencies = [11539 "impl-trait-for-tuples",11540 "log",11541 "parity-scale-codec",11542 "sp-std",11543 "wasmi",11544 "wasmtime",11545]1154611547[[package]]11548name = "spin"11549version = "0.5.2"11550source = "registry+https://github.com/rust-lang/crates.io-index"11551checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1155211553[[package]]11554name = "spki"11555version = "0.5.4"11556source = "registry+https://github.com/rust-lang/crates.io-index"11557checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11558dependencies = [11559 "base64ct",11560 "der",11561]1156211563[[package]]11564name = "ss58-registry"11565version = "1.17.0"11566source = "registry+https://github.com/rust-lang/crates.io-index"11567checksum = "7b84a70894df7a73666e0694f44b41a9571625e9546fb58a0818a565d2c7e084"11568dependencies = [11569 "Inflector",11570 "num-format",11571 "proc-macro2",11572 "quote",11573 "serde",11574 "serde_json",11575 "unicode-xid",11576]1157711578[[package]]11579name = "stable_deref_trait"11580version = "1.2.0"11581source = "registry+https://github.com/rust-lang/crates.io-index"11582checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1158311584[[package]]11585name = "static_assertions"11586version = "1.1.0"11587source = "registry+https://github.com/rust-lang/crates.io-index"11588checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1158911590[[package]]11591name = "static_init"11592version = "0.5.2"11593source = "registry+https://github.com/rust-lang/crates.io-index"11594checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11595dependencies = [11596 "cfg_aliases",11597 "libc",11598 "parking_lot 0.11.2",11599 "static_init_macro",11600]1160111602[[package]]11603name = "static_init_macro"11604version = "0.5.0"11605source = "registry+https://github.com/rust-lang/crates.io-index"11606checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11607dependencies = [11608 "cfg_aliases",11609 "memchr",11610 "proc-macro2",11611 "quote",11612 "syn",11613]1161411615[[package]]11616name = "statrs"11617version = "0.15.0"11618source = "registry+https://github.com/rust-lang/crates.io-index"11619checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11620dependencies = [11621 "approx",11622 "lazy_static",11623 "nalgebra",11624 "num-traits",11625 "rand 0.8.5",11626]1162711628[[package]]11629name = "strsim"11630version = "0.10.0"11631source = "registry+https://github.com/rust-lang/crates.io-index"11632checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1163311634[[package]]11635name = "strum"11636version = "0.23.0"11637source = "registry+https://github.com/rust-lang/crates.io-index"11638checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11639dependencies = [11640 "strum_macros 0.23.1",11641]1164211643[[package]]11644name = "strum"11645version = "0.24.0"11646source = "registry+https://github.com/rust-lang/crates.io-index"11647checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11648dependencies = [11649 "strum_macros 0.24.0",11650]1165111652[[package]]11653name = "strum_macros"11654version = "0.23.1"11655source = "registry+https://github.com/rust-lang/crates.io-index"11656checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11657dependencies = [11658 "heck 0.3.3",11659 "proc-macro2",11660 "quote",11661 "rustversion",11662 "syn",11663]1166411665[[package]]11666name = "strum_macros"11667version = "0.24.0"11668source = "registry+https://github.com/rust-lang/crates.io-index"11669checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11670dependencies = [11671 "heck 0.4.0",11672 "proc-macro2",11673 "quote",11674 "rustversion",11675 "syn",11676]1167711678[[package]]11679name = "substrate-bip39"11680version = "0.4.4"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11683dependencies = [11684 "hmac 0.11.0",11685 "pbkdf2 0.8.0",11686 "schnorrkel",11687 "sha2 0.9.9",11688 "zeroize",11689]1169011691[[package]]11692name = "substrate-build-script-utils"11693version = "3.0.0"11694source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11695dependencies = [11696 "platforms",11697]1169811699[[package]]11700name = "substrate-frame-rpc-system"11701version = "4.0.0-dev"11702source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11703dependencies = [11704 "frame-system-rpc-runtime-api",11705 "futures 0.3.21",11706 "jsonrpc-core",11707 "jsonrpc-core-client",11708 "jsonrpc-derive",11709 "log",11710 "parity-scale-codec",11711 "sc-client-api",11712 "sc-rpc-api",11713 "sc-transaction-pool-api",11714 "sp-api",11715 "sp-block-builder",11716 "sp-blockchain",11717 "sp-core",11718 "sp-runtime",11719]1172011721[[package]]11722name = "substrate-prometheus-endpoint"11723version = "0.10.0-dev"11724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11725dependencies = [11726 "futures-util",11727 "hyper",11728 "log",11729 "prometheus",11730 "thiserror",11731 "tokio 1.17.0",11732]1173311734[[package]]11735name = "substrate-test-client"11736version = "2.0.1"11737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11738dependencies = [11739 "async-trait",11740 "futures 0.3.21",11741 "hex",11742 "parity-scale-codec",11743 "sc-client-api",11744 "sc-client-db",11745 "sc-consensus",11746 "sc-executor",11747 "sc-offchain",11748 "sc-service",11749 "serde",11750 "serde_json",11751 "sp-blockchain",11752 "sp-consensus",11753 "sp-core",11754 "sp-keyring",11755 "sp-keystore",11756 "sp-runtime",11757 "sp-state-machine",11758]1175911760[[package]]11761name = "substrate-test-utils"11762version = "4.0.0-dev"11763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11764dependencies = [11765 "futures 0.3.21",11766 "substrate-test-utils-derive",11767 "tokio 1.17.0",11768]1176911770[[package]]11771name = "substrate-test-utils-derive"11772version = "0.10.0-dev"11773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11774dependencies = [11775 "proc-macro-crate 1.1.3",11776 "proc-macro2",11777 "quote",11778 "syn",11779]1178011781[[package]]11782name = "substrate-wasm-builder"11783version = "5.0.0-dev"11784source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"11785dependencies = [11786 "ansi_term",11787 "build-helper",11788 "cargo_metadata",11789 "sp-maybe-compressed-blob",11790 "strum 0.23.0",11791 "tempfile",11792 "toml",11793 "walkdir",11794 "wasm-gc-api",11795]1179611797[[package]]11798name = "subtle"11799version = "1.0.0"11800source = "registry+https://github.com/rust-lang/crates.io-index"11801checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1180211803[[package]]11804name = "subtle"11805version = "2.4.1"11806source = "registry+https://github.com/rust-lang/crates.io-index"11807checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1180811809[[package]]11810name = "syn"11811version = "1.0.89"11812source = "registry+https://github.com/rust-lang/crates.io-index"11813checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"11814dependencies = [11815 "proc-macro2",11816 "quote",11817 "unicode-xid",11818]1181911820[[package]]11821name = "synstructure"11822version = "0.12.6"11823source = "registry+https://github.com/rust-lang/crates.io-index"11824checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11825dependencies = [11826 "proc-macro2",11827 "quote",11828 "syn",11829 "unicode-xid",11830]1183111832[[package]]11833name = "tap"11834version = "1.0.1"11835source = "registry+https://github.com/rust-lang/crates.io-index"11836checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1183711838[[package]]11839name = "target-lexicon"11840version = "0.12.3"11841source = "registry+https://github.com/rust-lang/crates.io-index"11842checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1184311844[[package]]11845name = "tempfile"11846version = "3.3.0"11847source = "registry+https://github.com/rust-lang/crates.io-index"11848checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11849dependencies = [11850 "cfg-if 1.0.0",11851 "fastrand",11852 "libc",11853 "redox_syscall",11854 "remove_dir_all",11855 "winapi 0.3.9",11856]1185711858[[package]]11859name = "termcolor"11860version = "1.1.3"11861source = "registry+https://github.com/rust-lang/crates.io-index"11862checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11863dependencies = [11864 "winapi-util",11865]1186611867[[package]]11868name = "test-runtime-constants"11869version = "0.9.18"11870source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"11871dependencies = [11872 "frame-support",11873 "polkadot-primitives",11874 "polkadot-runtime-common",11875 "smallvec",11876 "sp-runtime",11877]1187811879[[package]]11880name = "textwrap"11881version = "0.15.0"11882source = "registry+https://github.com/rust-lang/crates.io-index"11883checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1188411885[[package]]11886name = "thiserror"11887version = "1.0.30"11888source = "registry+https://github.com/rust-lang/crates.io-index"11889checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11890dependencies = [11891 "thiserror-impl",11892]1189311894[[package]]11895name = "thiserror-impl"11896version = "1.0.30"11897source = "registry+https://github.com/rust-lang/crates.io-index"11898checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11899dependencies = [11900 "proc-macro2",11901 "quote",11902 "syn",11903]1190411905[[package]]11906name = "thread_local"11907version = "1.1.4"11908source = "registry+https://github.com/rust-lang/crates.io-index"11909checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11910dependencies = [11911 "once_cell",11912]1191311914[[package]]11915name = "threadpool"11916version = "1.8.1"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11919dependencies = [11920 "num_cpus",11921]1192211923[[package]]11924name = "thrift"11925version = "0.15.0"11926source = "registry+https://github.com/rust-lang/crates.io-index"11927checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11928dependencies = [11929 "byteorder",11930 "integer-encoding",11931 "log",11932 "ordered-float",11933 "threadpool",11934]1193511936[[package]]11937name = "tikv-jemalloc-sys"11938version = "0.4.3+5.2.1-patched.2"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11941dependencies = [11942 "cc",11943 "fs_extra",11944 "libc",11945]1194611947[[package]]11948name = "time"11949version = "0.1.44"11950source = "registry+https://github.com/rust-lang/crates.io-index"11951checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11952dependencies = [11953 "libc",11954 "wasi 0.10.0+wasi-snapshot-preview1",11955 "winapi 0.3.9",11956]1195711958[[package]]11959name = "tiny-bip39"11960version = "0.8.2"11961source = "registry+https://github.com/rust-lang/crates.io-index"11962checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11963dependencies = [11964 "anyhow",11965 "hmac 0.8.1",11966 "once_cell",11967 "pbkdf2 0.4.0",11968 "rand 0.7.3",11969 "rustc-hash",11970 "sha2 0.9.9",11971 "thiserror",11972 "unicode-normalization",11973 "wasm-bindgen",11974 "zeroize",11975]1197611977[[package]]11978name = "tiny-keccak"11979version = "2.0.2"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11982dependencies = [11983 "crunchy",11984]1198511986[[package]]11987name = "tinyvec"11988version = "1.5.1"11989source = "registry+https://github.com/rust-lang/crates.io-index"11990checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11991dependencies = [11992 "tinyvec_macros",11993]1199411995[[package]]11996name = "tinyvec_macros"11997version = "0.1.0"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1200012001[[package]]12002name = "tokio"12003version = "0.2.25"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12006dependencies = [12007 "bytes 0.5.6",12008 "fnv",12009 "pin-project-lite 0.1.12",12010 "tokio-macros 0.2.6",12011]1201212013[[package]]12014name = "tokio"12015version = "1.17.0"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"12018dependencies = [12019 "bytes 1.1.0",12020 "libc",12021 "memchr",12022 "mio 0.8.2",12023 "num_cpus",12024 "once_cell",12025 "parking_lot 0.12.0",12026 "pin-project-lite 0.2.8",12027 "signal-hook-registry",12028 "socket2 0.4.4",12029 "tokio-macros 1.7.0",12030 "winapi 0.3.9",12031]1203212033[[package]]12034name = "tokio-macros"12035version = "0.2.6"12036source = "registry+https://github.com/rust-lang/crates.io-index"12037checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12038dependencies = [12039 "proc-macro2",12040 "quote",12041 "syn",12042]1204312044[[package]]12045name = "tokio-macros"12046version = "1.7.0"12047source = "registry+https://github.com/rust-lang/crates.io-index"12048checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12049dependencies = [12050 "proc-macro2",12051 "quote",12052 "syn",12053]1205412055[[package]]12056name = "tokio-rustls"12057version = "0.22.0"12058source = "registry+https://github.com/rust-lang/crates.io-index"12059checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12060dependencies = [12061 "rustls 0.19.1",12062 "tokio 1.17.0",12063 "webpki 0.21.4",12064]1206512066[[package]]12067name = "tokio-rustls"12068version = "0.23.3"12069source = "registry+https://github.com/rust-lang/crates.io-index"12070checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"12071dependencies = [12072 "rustls 0.20.4",12073 "tokio 1.17.0",12074 "webpki 0.22.0",12075]1207612077[[package]]12078name = "tokio-stream"12079version = "0.1.8"12080source = "registry+https://github.com/rust-lang/crates.io-index"12081checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"12082dependencies = [12083 "futures-core",12084 "pin-project-lite 0.2.8",12085 "tokio 1.17.0",12086]1208712088[[package]]12089name = "tokio-util"12090version = "0.6.9"12091source = "registry+https://github.com/rust-lang/crates.io-index"12092checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"12093dependencies = [12094 "bytes 1.1.0",12095 "futures-core",12096 "futures-io",12097 "futures-sink",12098 "log",12099 "pin-project-lite 0.2.8",12100 "tokio 1.17.0",12101]1210212103[[package]]12104name = "toml"12105version = "0.5.8"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"12108dependencies = [12109 "serde",12110]1211112112[[package]]12113name = "tower-service"12114version = "0.3.1"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1211712118[[package]]12119name = "tracing"12120version = "0.1.32"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f"12123dependencies = [12124 "cfg-if 1.0.0",12125 "pin-project-lite 0.2.8",12126 "tracing-attributes",12127 "tracing-core",12128]1212912130[[package]]12131name = "tracing-attributes"12132version = "0.1.20"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"12135dependencies = [12136 "proc-macro2",12137 "quote",12138 "syn",12139]1214012141[[package]]12142name = "tracing-core"12143version = "0.1.23"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"12146dependencies = [12147 "lazy_static",12148 "valuable",12149]1215012151[[package]]12152name = "tracing-futures"12153version = "0.2.5"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12156dependencies = [12157 "pin-project 1.0.10",12158 "tracing",12159]1216012161[[package]]12162name = "tracing-log"12163version = "0.1.2"12164source = "registry+https://github.com/rust-lang/crates.io-index"12165checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"12166dependencies = [12167 "lazy_static",12168 "log",12169 "tracing-core",12170]1217112172[[package]]12173name = "tracing-serde"12174version = "0.1.3"12175source = "registry+https://github.com/rust-lang/crates.io-index"12176checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12177dependencies = [12178 "serde",12179 "tracing-core",12180]1218112182[[package]]12183name = "tracing-subscriber"12184version = "0.2.25"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12187dependencies = [12188 "ansi_term",12189 "chrono",12190 "lazy_static",12191 "matchers",12192 "parking_lot 0.10.2",12193 "regex",12194 "serde",12195 "serde_json",12196 "sharded-slab",12197 "smallvec",12198 "thread_local",12199 "tracing",12200 "tracing-core",12201 "tracing-log",12202 "tracing-serde",12203]1220412205[[package]]12206name = "trie-db"12207version = "0.23.1"12208source = "registry+https://github.com/rust-lang/crates.io-index"12209checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12210dependencies = [12211 "hash-db",12212 "hashbrown 0.12.0",12213 "log",12214 "rustc-hex",12215 "smallvec",12216]1221712218[[package]]12219name = "trie-root"12220version = "0.17.0"12221source = "registry+https://github.com/rust-lang/crates.io-index"12222checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12223dependencies = [12224 "hash-db",12225]1222612227[[package]]12228name = "triehash"12229version = "0.8.4"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12232dependencies = [12233 "hash-db",12234 "rlp",12235]1223612237[[package]]12238name = "trust-dns-proto"12239version = "0.20.4"12240source = "registry+https://github.com/rust-lang/crates.io-index"12241checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"12242dependencies = [12243 "async-trait",12244 "cfg-if 1.0.0",12245 "data-encoding",12246 "enum-as-inner",12247 "futures-channel",12248 "futures-io",12249 "futures-util",12250 "idna 0.2.3",12251 "ipnet",12252 "lazy_static",12253 "log",12254 "rand 0.8.5",12255 "smallvec",12256 "thiserror",12257 "tinyvec",12258 "url 2.2.2",12259]1226012261[[package]]12262name = "trust-dns-resolver"12263version = "0.20.4"12264source = "registry+https://github.com/rust-lang/crates.io-index"12265checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"12266dependencies = [12267 "cfg-if 1.0.0",12268 "futures-util",12269 "ipconfig",12270 "lazy_static",12271 "log",12272 "lru-cache",12273 "parking_lot 0.11.2",12274 "resolv-conf",12275 "smallvec",12276 "thiserror",12277 "trust-dns-proto",12278]1227912280[[package]]12281name = "try-lock"12282version = "0.2.3"12283source = "registry+https://github.com/rust-lang/crates.io-index"12284checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1228512286[[package]]12287name = "try-runtime-cli"12288version = "0.10.0-dev"12289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65"12290dependencies = [12291 "clap",12292 "jsonrpsee 0.4.1",12293 "log",12294 "parity-scale-codec",12295 "remote-externalities",12296 "sc-chain-spec",12297 "sc-cli",12298 "sc-executor",12299 "sc-service",12300 "serde",12301 "sp-core",12302 "sp-externalities",12303 "sp-io",12304 "sp-keystore",12305 "sp-runtime",12306 "sp-state-machine",12307 "sp-version",12308 "zstd",12309]1231012311[[package]]12312name = "tt-call"12313version = "1.0.8"12314source = "registry+https://github.com/rust-lang/crates.io-index"12315checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1231612317[[package]]12318name = "twox-hash"12319version = "1.6.2"12320source = "registry+https://github.com/rust-lang/crates.io-index"12321checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"12322dependencies = [12323 "cfg-if 1.0.0",12324 "digest 0.10.3",12325 "rand 0.8.5",12326 "static_assertions",12327]1232812329[[package]]12330name = "typenum"12331version = "1.15.0"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1233412335[[package]]12336name = "uc-rpc"12337version = "0.1.0"12338dependencies = [12339 "jsonrpc-core",12340 "jsonrpc-core-client",12341 "jsonrpc-derive",12342 "pallet-common",12343 "pallet-evm",12344 "parity-scale-codec",12345 "sp-api",12346 "sp-blockchain",12347 "sp-core",12348 "sp-rpc",12349 "sp-runtime",12350 "up-data-structs",12351 "up-rpc",12352]1235312354[[package]]12355name = "ucd-trie"12356version = "0.1.3"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1235912360[[package]]12361name = "uint"12362version = "0.9.3"12363source = "registry+https://github.com/rust-lang/crates.io-index"12364checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12365dependencies = [12366 "byteorder",12367 "crunchy",12368 "hex",12369 "static_assertions",12370]1237112372[[package]]12373name = "unicase"12374version = "2.6.0"12375source = "registry+https://github.com/rust-lang/crates.io-index"12376checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12377dependencies = [12378 "version_check",12379]1238012381[[package]]12382name = "unicode-bidi"12383version = "0.3.7"12384source = "registry+https://github.com/rust-lang/crates.io-index"12385checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1238612387[[package]]12388name = "unicode-normalization"12389version = "0.1.19"12390source = "registry+https://github.com/rust-lang/crates.io-index"12391checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12392dependencies = [12393 "tinyvec",12394]1239512396[[package]]12397name = "unicode-segmentation"12398version = "1.9.0"12399source = "registry+https://github.com/rust-lang/crates.io-index"12400checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1240112402[[package]]12403name = "unicode-xid"12404version = "0.2.2"12405source = "registry+https://github.com/rust-lang/crates.io-index"12406checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1240712408[[package]]12409name = "unique-node"12410version = "0.9.17"12411dependencies = [12412 "clap",12413 "cumulus-client-cli",12414 "cumulus-client-collator",12415 "cumulus-client-consensus-aura",12416 "cumulus-client-consensus-common",12417 "cumulus-client-network",12418 "cumulus-client-service",12419 "cumulus-primitives-core",12420 "cumulus-primitives-parachain-inherent",12421 "cumulus-relay-chain-inprocess-interface",12422 "cumulus-relay-chain-interface",12423 "cumulus-relay-chain-rpc-interface",12424 "fc-consensus",12425 "fc-db",12426 "fc-mapping-sync",12427 "fc-rpc",12428 "fc-rpc-core",12429 "flexi_logger",12430 "fp-rpc",12431 "frame-benchmarking",12432 "frame-benchmarking-cli",12433 "futures 0.3.21",12434 "jsonrpc-core",12435 "jsonrpc-pubsub",12436 "log",12437 "opal-runtime",12438 "pallet-ethereum",12439 "pallet-transaction-payment-rpc",12440 "pallet-transaction-payment-rpc-runtime-api",12441 "parity-scale-codec",12442 "parking_lot 0.11.2",12443 "polkadot-cli",12444 "polkadot-parachain",12445 "polkadot-primitives",12446 "polkadot-service",12447 "polkadot-test-service",12448 "quartz-runtime",12449 "sc-basic-authorship",12450 "sc-chain-spec",12451 "sc-cli",12452 "sc-client-api",12453 "sc-consensus",12454 "sc-consensus-aura",12455 "sc-consensus-manual-seal",12456 "sc-executor",12457 "sc-finality-grandpa",12458 "sc-keystore",12459 "sc-network",12460 "sc-rpc",12461 "sc-rpc-api",12462 "sc-service",12463 "sc-telemetry",12464 "sc-tracing",12465 "sc-transaction-pool",12466 "serde",12467 "serde_json",12468 "sp-api",12469 "sp-block-builder",12470 "sp-blockchain",12471 "sp-consensus",12472 "sp-consensus-aura",12473 "sp-core",12474 "sp-finality-grandpa",12475 "sp-inherents",12476 "sp-keystore",12477 "sp-offchain",12478 "sp-runtime",12479 "sp-session",12480 "sp-timestamp",12481 "sp-transaction-pool",12482 "sp-trie",12483 "substrate-build-script-utils",12484 "substrate-frame-rpc-system",12485 "substrate-prometheus-endpoint",12486 "unique-rpc",12487 "unique-runtime",12488 "unique-runtime-common",12489 "up-data-structs",12490 "up-rpc",12491]1249212493[[package]]12494name = "unique-rpc"12495version = "0.1.0"12496dependencies = [12497 "fc-db",12498 "fc-mapping-sync",12499 "fc-rpc",12500 "fc-rpc-core",12501 "fp-rpc",12502 "futures 0.3.21",12503 "jsonrpc-core",12504 "jsonrpc-pubsub",12505 "pallet-common",12506 "pallet-ethereum",12507 "pallet-transaction-payment-rpc",12508 "pallet-transaction-payment-rpc-runtime-api",12509 "pallet-unique",12510 "sc-client-api",12511 "sc-consensus-aura",12512 "sc-consensus-epochs",12513 "sc-finality-grandpa",12514 "sc-finality-grandpa-rpc",12515 "sc-keystore",12516 "sc-network",12517 "sc-rpc",12518 "sc-rpc-api",12519 "sc-service",12520 "sc-transaction-pool",12521 "serde",12522 "sp-api",12523 "sp-block-builder",12524 "sp-blockchain",12525 "sp-consensus",12526 "sp-consensus-aura",12527 "sp-core",12528 "sp-offchain",12529 "sp-runtime",12530 "sp-session",12531 "sp-storage",12532 "sp-transaction-pool",12533 "substrate-frame-rpc-system",12534 "tokio 0.2.25",12535 "uc-rpc",12536 "unique-runtime-common",12537 "up-rpc",12538]1253912540[[package]]12541name = "unique-runtime"12542version = "0.9.17"12543dependencies = [12544 "cumulus-pallet-aura-ext",12545 "cumulus-pallet-dmp-queue",12546 "cumulus-pallet-parachain-system",12547 "cumulus-pallet-xcm",12548 "cumulus-pallet-xcmp-queue",12549 "cumulus-primitives-core",12550 "cumulus-primitives-timestamp",12551 "cumulus-primitives-utility",12552 "derivative",12553 "fp-rpc",12554 "fp-self-contained",12555 "frame-benchmarking",12556 "frame-executive",12557 "frame-support",12558 "frame-system",12559 "frame-system-benchmarking",12560 "frame-system-rpc-runtime-api",12561 "hex-literal",12562 "orml-vesting",12563 "pallet-aura",12564 "pallet-balances",12565 "pallet-base-fee",12566 "pallet-common",12567 "pallet-ethereum",12568 "pallet-evm",12569 "pallet-evm-coder-substrate",12570 "pallet-evm-contract-helpers",12571 "pallet-evm-migration",12572 "pallet-evm-transaction-payment",12573 "pallet-fungible",12574 "pallet-inflation",12575 "pallet-nonfungible",12576 "pallet-randomness-collective-flip",12577 "pallet-refungible",12578 "pallet-sudo",12579 "pallet-template-transaction-payment",12580 "pallet-timestamp",12581 "pallet-transaction-payment",12582 "pallet-transaction-payment-rpc-runtime-api",12583 "pallet-treasury",12584 "pallet-unique",12585 "pallet-unq-scheduler",12586 "pallet-xcm",12587 "parachain-info",12588 "parity-scale-codec",12589 "polkadot-parachain",12590 "scale-info",12591 "serde",12592 "smallvec",12593 "sp-api",12594 "sp-arithmetic",12595 "sp-block-builder",12596 "sp-consensus-aura",12597 "sp-core",12598 "sp-inherents",12599 "sp-io",12600 "sp-offchain",12601 "sp-runtime",12602 "sp-session",12603 "sp-std",12604 "sp-transaction-pool",12605 "sp-version",12606 "substrate-wasm-builder",12607 "unique-runtime-common",12608 "up-data-structs",12609 "up-evm-mapping",12610 "up-rpc",12611 "xcm",12612 "xcm-builder",12613 "xcm-executor",12614]1261512616[[package]]12617name = "unique-runtime-common"12618version = "0.1.0"12619dependencies = [12620 "fp-rpc",12621 "frame-support",12622 "frame-system",12623 "pallet-common",12624 "parity-scale-codec",12625 "scale-info",12626 "sp-consensus-aura",12627 "sp-core",12628 "sp-runtime",12629]1263012631[[package]]12632name = "universal-hash"12633version = "0.4.1"12634source = "registry+https://github.com/rust-lang/crates.io-index"12635checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12636dependencies = [12637 "generic-array 0.14.5",12638 "subtle 2.4.1",12639]1264012641[[package]]12642name = "unsigned-varint"12643version = "0.5.1"12644source = "registry+https://github.com/rust-lang/crates.io-index"12645checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1264612647[[package]]12648name = "unsigned-varint"12649version = "0.6.0"12650source = "registry+https://github.com/rust-lang/crates.io-index"12651checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12652dependencies = [12653 "asynchronous-codec 0.5.0",12654 "bytes 1.1.0",12655 "futures-io",12656 "futures-util",12657]1265812659[[package]]12660name = "unsigned-varint"12661version = "0.7.1"12662source = "registry+https://github.com/rust-lang/crates.io-index"12663checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12664dependencies = [12665 "asynchronous-codec 0.6.0",12666 "bytes 1.1.0",12667 "futures-io",12668 "futures-util",12669]1267012671[[package]]12672name = "untrusted"12673version = "0.7.1"12674source = "registry+https://github.com/rust-lang/crates.io-index"12675checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1267612677[[package]]12678name = "up-data-structs"12679version = "0.1.0"12680dependencies = [12681 "derivative",12682 "frame-support",12683 "frame-system",12684 "parity-scale-codec",12685 "scale-info",12686 "serde",12687 "sp-core",12688 "sp-runtime",12689 "sp-std",12690]1269112692[[package]]12693name = "up-evm-mapping"12694version = "0.1.0"12695source = "git+https://github.com/uniquenetwork/frontier.git?branch=feature/300#0a1dc4086cbe971ddf57edf82a61cfce52c8c20b"12696dependencies = [12697 "frame-support",12698 "sp-core",12699]1270012701[[package]]12702name = "up-rpc"12703version = "0.1.0"12704dependencies = [12705 "pallet-common",12706 "pallet-evm",12707 "parity-scale-codec",12708 "sp-api",12709 "sp-core",12710 "sp-runtime",12711 "sp-std",12712 "up-data-structs",12713]1271412715[[package]]12716name = "up-sponsorship"12717version = "0.1.0"12718source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12719dependencies = [12720 "impl-trait-for-tuples",12721]1272212723[[package]]12724name = "url"12725version = "1.7.2"12726source = "registry+https://github.com/rust-lang/crates.io-index"12727checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12728dependencies = [12729 "idna 0.1.5",12730 "matches",12731 "percent-encoding 1.0.1",12732]1273312734[[package]]12735name = "url"12736version = "2.2.2"12737source = "registry+https://github.com/rust-lang/crates.io-index"12738checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12739dependencies = [12740 "form_urlencoded",12741 "idna 0.2.3",12742 "matches",12743 "percent-encoding 2.1.0",12744]1274512746[[package]]12747name = "valuable"12748version = "0.1.0"12749source = "registry+https://github.com/rust-lang/crates.io-index"12750checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1275112752[[package]]12753name = "value-bag"12754version = "1.0.0-alpha.8"12755source = "registry+https://github.com/rust-lang/crates.io-index"12756checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12757dependencies = [12758 "ctor",12759 "version_check",12760]1276112762[[package]]12763name = "vcpkg"12764version = "0.2.15"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1276712768[[package]]12769name = "version_check"12770version = "0.9.4"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1277312774[[package]]12775name = "void"12776version = "1.0.2"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1277912780[[package]]12781name = "waker-fn"12782version = "1.1.0"12783source = "registry+https://github.com/rust-lang/crates.io-index"12784checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1278512786[[package]]12787name = "walkdir"12788version = "2.3.2"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12791dependencies = [12792 "same-file",12793 "winapi 0.3.9",12794 "winapi-util",12795]1279612797[[package]]12798name = "want"12799version = "0.3.0"12800source = "registry+https://github.com/rust-lang/crates.io-index"12801checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12802dependencies = [12803 "log",12804 "try-lock",12805]1280612807[[package]]12808name = "wasi"12809version = "0.9.0+wasi-snapshot-preview1"12810source = "registry+https://github.com/rust-lang/crates.io-index"12811checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1281212813[[package]]12814name = "wasi"12815version = "0.10.0+wasi-snapshot-preview1"12816source = "registry+https://github.com/rust-lang/crates.io-index"12817checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1281812819[[package]]12820name = "wasi"12821version = "0.11.0+wasi-snapshot-preview1"12822source = "registry+https://github.com/rust-lang/crates.io-index"12823checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1282412825[[package]]12826name = "wasm-bindgen"12827version = "0.2.79"12828source = "registry+https://github.com/rust-lang/crates.io-index"12829checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12830dependencies = [12831 "cfg-if 1.0.0",12832 "wasm-bindgen-macro",12833]1283412835[[package]]12836name = "wasm-bindgen-backend"12837version = "0.2.79"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12840dependencies = [12841 "bumpalo",12842 "lazy_static",12843 "log",12844 "proc-macro2",12845 "quote",12846 "syn",12847 "wasm-bindgen-shared",12848]1284912850[[package]]12851name = "wasm-bindgen-futures"12852version = "0.4.29"12853source = "registry+https://github.com/rust-lang/crates.io-index"12854checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12855dependencies = [12856 "cfg-if 1.0.0",12857 "js-sys",12858 "wasm-bindgen",12859 "web-sys",12860]1286112862[[package]]12863name = "wasm-bindgen-macro"12864version = "0.2.79"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12867dependencies = [12868 "quote",12869 "wasm-bindgen-macro-support",12870]1287112872[[package]]12873name = "wasm-bindgen-macro-support"12874version = "0.2.79"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12877dependencies = [12878 "proc-macro2",12879 "quote",12880 "syn",12881 "wasm-bindgen-backend",12882 "wasm-bindgen-shared",12883]1288412885[[package]]12886name = "wasm-bindgen-shared"12887version = "0.2.79"12888source = "registry+https://github.com/rust-lang/crates.io-index"12889checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1289012891[[package]]12892name = "wasm-gc-api"12893version = "0.1.11"12894source = "registry+https://github.com/rust-lang/crates.io-index"12895checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12896dependencies = [12897 "log",12898 "parity-wasm 0.32.0",12899 "rustc-demangle",12900]1290112902[[package]]12903name = "wasm-instrument"12904version = "0.1.1"12905source = "registry+https://github.com/rust-lang/crates.io-index"12906checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12907dependencies = [12908 "parity-wasm 0.42.2",12909]1291012911[[package]]12912name = "wasm-timer"12913version = "0.2.5"12914source = "registry+https://github.com/rust-lang/crates.io-index"12915checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12916dependencies = [12917 "futures 0.3.21",12918 "js-sys",12919 "parking_lot 0.11.2",12920 "pin-utils",12921 "wasm-bindgen",12922 "wasm-bindgen-futures",12923 "web-sys",12924]1292512926[[package]]12927name = "wasmi"12928version = "0.9.1"12929source = "registry+https://github.com/rust-lang/crates.io-index"12930checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12931dependencies = [12932 "downcast-rs",12933 "libc",12934 "memory_units",12935 "num-rational 0.2.4",12936 "num-traits",12937 "parity-wasm 0.42.2",12938 "wasmi-validation",12939]1294012941[[package]]12942name = "wasmi-validation"12943version = "0.4.1"12944source = "registry+https://github.com/rust-lang/crates.io-index"12945checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12946dependencies = [12947 "parity-wasm 0.42.2",12948]1294912950[[package]]12951name = "wasmparser"12952version = "0.81.0"12953source = "registry+https://github.com/rust-lang/crates.io-index"12954checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1295512956[[package]]12957name = "wasmtime"12958version = "0.33.1"12959source = "registry+https://github.com/rust-lang/crates.io-index"12960checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12961dependencies = [12962 "anyhow",12963 "backtrace",12964 "bincode",12965 "cfg-if 1.0.0",12966 "cpp_demangle",12967 "indexmap",12968 "lazy_static",12969 "libc",12970 "log",12971 "object",12972 "paste",12973 "psm",12974 "rayon",12975 "region",12976 "rustc-demangle",12977 "serde",12978 "target-lexicon",12979 "wasmparser",12980 "wasmtime-cache",12981 "wasmtime-cranelift",12982 "wasmtime-environ",12983 "wasmtime-jit",12984 "wasmtime-runtime",12985 "winapi 0.3.9",12986]1298712988[[package]]12989name = "wasmtime-cache"12990version = "0.33.1"12991source = "registry+https://github.com/rust-lang/crates.io-index"12992checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12993dependencies = [12994 "anyhow",12995 "base64",12996 "bincode",12997 "directories-next",12998 "file-per-thread-logger",12999 "log",13000 "rustix",13001 "serde",13002 "sha2 0.9.9",13003 "toml",13004 "winapi 0.3.9",13005 "zstd",13006]1300713008[[package]]13009name = "wasmtime-cranelift"13010version = "0.33.1"13011source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"13013dependencies = [13014 "anyhow",13015 "cranelift-codegen",13016 "cranelift-entity",13017 "cranelift-frontend",13018 "cranelift-native",13019 "cranelift-wasm",13020 "gimli",13021 "log",13022 "more-asserts",13023 "object",13024 "target-lexicon",13025 "thiserror",13026 "wasmparser",13027 "wasmtime-environ",13028]1302913030[[package]]13031name = "wasmtime-environ"13032version = "0.33.1"13033source = "registry+https://github.com/rust-lang/crates.io-index"13034checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"13035dependencies = [13036 "anyhow",13037 "cranelift-entity",13038 "gimli",13039 "indexmap",13040 "log",13041 "more-asserts",13042 "object",13043 "serde",13044 "target-lexicon",13045 "thiserror",13046 "wasmparser",13047 "wasmtime-types",13048]1304913050[[package]]13051name = "wasmtime-jit"13052version = "0.33.1"13053source = "registry+https://github.com/rust-lang/crates.io-index"13054checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"13055dependencies = [13056 "addr2line",13057 "anyhow",13058 "bincode",13059 "cfg-if 1.0.0",13060 "gimli",13061 "object",13062 "region",13063 "rustix",13064 "serde",13065 "target-lexicon",13066 "thiserror",13067 "wasmtime-environ",13068 "wasmtime-runtime",13069 "winapi 0.3.9",13070]1307113072[[package]]13073name = "wasmtime-runtime"13074version = "0.33.1"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"13077dependencies = [13078 "anyhow",13079 "backtrace",13080 "cc",13081 "cfg-if 1.0.0",13082 "indexmap",13083 "lazy_static",13084 "libc",13085 "log",13086 "mach",13087 "memoffset",13088 "more-asserts",13089 "rand 0.8.5",13090 "region",13091 "rustix",13092 "thiserror",13093 "wasmtime-environ",13094 "winapi 0.3.9",13095]1309613097[[package]]13098name = "wasmtime-types"13099version = "0.33.1"13100source = "registry+https://github.com/rust-lang/crates.io-index"13101checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"13102dependencies = [13103 "cranelift-entity",13104 "serde",13105 "thiserror",13106 "wasmparser",13107]1310813109[[package]]13110name = "web-sys"13111version = "0.3.56"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"13114dependencies = [13115 "js-sys",13116 "wasm-bindgen",13117]1311813119[[package]]13120name = "webpki"13121version = "0.21.4"13122source = "registry+https://github.com/rust-lang/crates.io-index"13123checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13124dependencies = [13125 "ring",13126 "untrusted",13127]1312813129[[package]]13130name = "webpki"13131version = "0.22.0"13132source = "registry+https://github.com/rust-lang/crates.io-index"13133checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13134dependencies = [13135 "ring",13136 "untrusted",13137]1313813139[[package]]13140name = "webpki-roots"13141version = "0.21.1"13142source = "registry+https://github.com/rust-lang/crates.io-index"13143checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"13144dependencies = [13145 "webpki 0.21.4",13146]1314713148[[package]]13149name = "webpki-roots"13150version = "0.22.2"13151source = "registry+https://github.com/rust-lang/crates.io-index"13152checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"13153dependencies = [13154 "webpki 0.22.0",13155]1315613157[[package]]13158name = "wepoll-ffi"13159version = "0.1.2"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13162dependencies = [13163 "cc",13164]1316513166[[package]]13167name = "westend-runtime"13168version = "0.9.18"13169source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13170dependencies = [13171 "beefy-primitives",13172 "bitvec",13173 "frame-benchmarking",13174 "frame-election-provider-support",13175 "frame-executive",13176 "frame-support",13177 "frame-system",13178 "frame-system-benchmarking",13179 "frame-system-rpc-runtime-api",13180 "frame-try-runtime",13181 "hex-literal",13182 "log",13183 "pallet-authority-discovery",13184 "pallet-authorship",13185 "pallet-babe",13186 "pallet-bags-list",13187 "pallet-balances",13188 "pallet-collective",13189 "pallet-democracy",13190 "pallet-election-provider-multi-phase",13191 "pallet-elections-phragmen",13192 "pallet-grandpa",13193 "pallet-identity",13194 "pallet-im-online",13195 "pallet-indices",13196 "pallet-membership",13197 "pallet-mmr-primitives",13198 "pallet-multisig",13199 "pallet-nicks",13200 "pallet-offences",13201 "pallet-offences-benchmarking",13202 "pallet-preimage",13203 "pallet-proxy",13204 "pallet-recovery",13205 "pallet-scheduler",13206 "pallet-session",13207 "pallet-session-benchmarking",13208 "pallet-society",13209 "pallet-staking",13210 "pallet-staking-reward-curve",13211 "pallet-sudo",13212 "pallet-timestamp",13213 "pallet-transaction-payment",13214 "pallet-transaction-payment-rpc-runtime-api",13215 "pallet-treasury",13216 "pallet-utility",13217 "pallet-vesting",13218 "pallet-xcm",13219 "pallet-xcm-benchmarks",13220 "parity-scale-codec",13221 "polkadot-parachain",13222 "polkadot-primitives",13223 "polkadot-runtime-common",13224 "polkadot-runtime-parachains",13225 "rustc-hex",13226 "scale-info",13227 "serde",13228 "serde_derive",13229 "smallvec",13230 "sp-api",13231 "sp-authority-discovery",13232 "sp-block-builder",13233 "sp-consensus-babe",13234 "sp-core",13235 "sp-inherents",13236 "sp-io",13237 "sp-npos-elections",13238 "sp-offchain",13239 "sp-runtime",13240 "sp-session",13241 "sp-staking",13242 "sp-std",13243 "sp-transaction-pool",13244 "sp-version",13245 "substrate-wasm-builder",13246 "westend-runtime-constants",13247 "xcm",13248 "xcm-builder",13249 "xcm-executor",13250]1325113252[[package]]13253name = "westend-runtime-constants"13254version = "0.9.18"13255source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13256dependencies = [13257 "frame-support",13258 "polkadot-primitives",13259 "polkadot-runtime-common",13260 "smallvec",13261 "sp-runtime",13262]1326313264[[package]]13265name = "which"13266version = "4.2.5"13267source = "registry+https://github.com/rust-lang/crates.io-index"13268checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13269dependencies = [13270 "either",13271 "lazy_static",13272 "libc",13273]1327413275[[package]]13276name = "widestring"13277version = "0.4.3"13278source = "registry+https://github.com/rust-lang/crates.io-index"13279checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1328013281[[package]]13282name = "winapi"13283version = "0.2.8"13284source = "registry+https://github.com/rust-lang/crates.io-index"13285checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1328613287[[package]]13288name = "winapi"13289version = "0.3.9"13290source = "registry+https://github.com/rust-lang/crates.io-index"13291checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13292dependencies = [13293 "winapi-i686-pc-windows-gnu",13294 "winapi-x86_64-pc-windows-gnu",13295]1329613297[[package]]13298name = "winapi-build"13299version = "0.1.1"13300source = "registry+https://github.com/rust-lang/crates.io-index"13301checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1330213303[[package]]13304name = "winapi-i686-pc-windows-gnu"13305version = "0.4.0"13306source = "registry+https://github.com/rust-lang/crates.io-index"13307checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1330813309[[package]]13310name = "winapi-util"13311version = "0.1.5"13312source = "registry+https://github.com/rust-lang/crates.io-index"13313checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13314dependencies = [13315 "winapi 0.3.9",13316]1331713318[[package]]13319name = "winapi-x86_64-pc-windows-gnu"13320version = "0.4.0"13321source = "registry+https://github.com/rust-lang/crates.io-index"13322checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1332313324[[package]]13325name = "windows-sys"13326version = "0.32.0"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"13329dependencies = [13330 "windows_aarch64_msvc",13331 "windows_i686_gnu",13332 "windows_i686_msvc",13333 "windows_x86_64_gnu",13334 "windows_x86_64_msvc",13335]1333613337[[package]]13338name = "windows_aarch64_msvc"13339version = "0.32.0"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1334213343[[package]]13344name = "windows_i686_gnu"13345version = "0.32.0"13346source = "registry+https://github.com/rust-lang/crates.io-index"13347checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1334813349[[package]]13350name = "windows_i686_msvc"13351version = "0.32.0"13352source = "registry+https://github.com/rust-lang/crates.io-index"13353checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1335413355[[package]]13356name = "windows_x86_64_gnu"13357version = "0.32.0"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1336013361[[package]]13362name = "windows_x86_64_msvc"13363version = "0.32.0"13364source = "registry+https://github.com/rust-lang/crates.io-index"13365checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1336613367[[package]]13368name = "winreg"13369version = "0.6.2"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"13372dependencies = [13373 "winapi 0.3.9",13374]1337513376[[package]]13377name = "ws2_32-sys"13378version = "0.2.1"13379source = "registry+https://github.com/rust-lang/crates.io-index"13380checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"13381dependencies = [13382 "winapi 0.2.8",13383 "winapi-build",13384]1338513386[[package]]13387name = "wyz"13388version = "0.5.0"13389source = "registry+https://github.com/rust-lang/crates.io-index"13390checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13391dependencies = [13392 "tap",13393]1339413395[[package]]13396name = "x25519-dalek"13397version = "1.1.1"13398source = "registry+https://github.com/rust-lang/crates.io-index"13399checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13400dependencies = [13401 "curve25519-dalek 3.2.0",13402 "rand_core 0.5.1",13403 "zeroize",13404]1340513406[[package]]13407name = "xcm"13408version = "0.9.18"13409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13410dependencies = [13411 "derivative",13412 "impl-trait-for-tuples",13413 "log",13414 "parity-scale-codec",13415 "scale-info",13416 "xcm-procedural",13417]1341813419[[package]]13420name = "xcm-builder"13421version = "0.9.18"13422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13423dependencies = [13424 "frame-support",13425 "frame-system",13426 "log",13427 "pallet-transaction-payment",13428 "parity-scale-codec",13429 "polkadot-parachain",13430 "scale-info",13431 "sp-arithmetic",13432 "sp-io",13433 "sp-runtime",13434 "sp-std",13435 "xcm",13436 "xcm-executor",13437]1343813439[[package]]13440name = "xcm-executor"13441version = "0.9.18"13442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13443dependencies = [13444 "frame-benchmarking",13445 "frame-support",13446 "impl-trait-for-tuples",13447 "log",13448 "parity-scale-codec",13449 "sp-arithmetic",13450 "sp-core",13451 "sp-io",13452 "sp-runtime",13453 "sp-std",13454 "xcm",13455]1345613457[[package]]13458name = "xcm-procedural"13459version = "0.1.0"13460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.18#9ed0c98204d25eaad8a6b40248daee8e6a40d111"13461dependencies = [13462 "Inflector",13463 "proc-macro2",13464 "quote",13465 "syn",13466]1346713468[[package]]13469name = "yamux"13470version = "0.9.0"13471source = "registry+https://github.com/rust-lang/crates.io-index"13472checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"13473dependencies = [13474 "futures 0.3.21",13475 "log",13476 "nohash-hasher",13477 "parking_lot 0.11.2",13478 "rand 0.8.5",13479 "static_assertions",13480]1348113482[[package]]13483name = "yansi"13484version = "0.5.1"13485source = "registry+https://github.com/rust-lang/crates.io-index"13486checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1348713488[[package]]13489name = "zeroize"13490version = "1.5.4"13491source = "registry+https://github.com/rust-lang/crates.io-index"13492checksum = "7eb5728b8afd3f280a869ce1d4c554ffaed35f45c231fc41bfbd0381bef50317"13493dependencies = [13494 "zeroize_derive",13495]1349613497[[package]]13498name = "zeroize_derive"13499version = "1.3.2"13500source = "registry+https://github.com/rust-lang/crates.io-index"13501checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13502dependencies = [13503 "proc-macro2",13504 "quote",13505 "syn",13506 "synstructure",13507]1350813509[[package]]13510name = "zstd"13511version = "0.9.2+zstd.1.5.1"13512source = "registry+https://github.com/rust-lang/crates.io-index"13513checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13514dependencies = [13515 "zstd-safe",13516]1351713518[[package]]13519name = "zstd-safe"13520version = "4.1.3+zstd.1.5.1"13521source = "registry+https://github.com/rust-lang/crates.io-index"13522checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13523dependencies = [13524 "libc",13525 "zstd-sys",13526]1352713528[[package]]13529name = "zstd-sys"13530version = "1.6.2+zstd.1.5.1"13531source = "registry+https://github.com/rust-lang/crates.io-index"13532checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13533dependencies = [13534 "cc",13535 "libc",13536]