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

difftreelog

source

Cargo.lock280.4 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.16.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"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.4",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.1",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.4"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"70dependencies = [71 "getrandom 0.2.3",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.11.0"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi 0.3.9",107]108109[[package]]110name = "anyhow"111version = "1.0.44"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"114115[[package]]116name = "approx"117version = "0.5.0"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"120dependencies = [121 "num-traits",122]123124[[package]]125name = "arrayref"126version = "0.3.6"127source = "registry+https://github.com/rust-lang/crates.io-index"128checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"129130[[package]]131name = "arrayvec"132version = "0.4.12"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"135dependencies = [136 "nodrop",137]138139[[package]]140name = "arrayvec"141version = "0.5.2"142source = "registry+https://github.com/rust-lang/crates.io-index"143checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"144145[[package]]146name = "arrayvec"147version = "0.7.1"148source = "registry+https://github.com/rust-lang/crates.io-index"149checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"150151[[package]]152name = "asn1_der"153version = "0.7.5"154source = "registry+https://github.com/rust-lang/crates.io-index"155checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"156157[[package]]158name = "assert_matches"159version = "1.5.0"160source = "registry+https://github.com/rust-lang/crates.io-index"161checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"162163[[package]]164name = "async-attributes"165version = "1.1.2"166source = "registry+https://github.com/rust-lang/crates.io-index"167checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"168dependencies = [169 "quote",170 "syn",171]172173[[package]]174name = "async-channel"175version = "1.6.1"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"178dependencies = [179 "concurrent-queue",180 "event-listener",181 "futures-core",182]183184[[package]]185name = "async-executor"186version = "1.4.1"187source = "registry+https://github.com/rust-lang/crates.io-index"188checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"189dependencies = [190 "async-task",191 "concurrent-queue",192 "fastrand",193 "futures-lite",194 "once_cell",195 "slab",196]197198[[package]]199name = "async-global-executor"200version = "2.0.2"201source = "registry+https://github.com/rust-lang/crates.io-index"202checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"203dependencies = [204 "async-channel",205 "async-executor",206 "async-io",207 "async-mutex",208 "blocking",209 "futures-lite",210 "num_cpus",211 "once_cell",212]213214[[package]]215name = "async-io"216version = "1.6.0"217source = "registry+https://github.com/rust-lang/crates.io-index"218checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"219dependencies = [220 "concurrent-queue",221 "futures-lite",222 "libc",223 "log",224 "once_cell",225 "parking",226 "polling",227 "slab",228 "socket2 0.4.2",229 "waker-fn",230 "winapi 0.3.9",231]232233[[package]]234name = "async-lock"235version = "2.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-mutex"244version = "1.4.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"247dependencies = [248 "event-listener",249]250251[[package]]252name = "async-process"253version = "1.2.0"254source = "registry+https://github.com/rust-lang/crates.io-index"255checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692"256dependencies = [257 "async-io",258 "blocking",259 "cfg-if 1.0.0",260 "event-listener",261 "futures-lite",262 "libc",263 "once_cell",264 "signal-hook",265 "winapi 0.3.9",266]267268[[package]]269name = "async-std"270version = "1.10.0"271source = "registry+https://github.com/rust-lang/crates.io-index"272checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"273dependencies = [274 "async-attributes",275 "async-channel",276 "async-global-executor",277 "async-io",278 "async-lock",279 "async-process",280 "crossbeam-utils",281 "futures-channel",282 "futures-core",283 "futures-io",284 "futures-lite",285 "gloo-timers",286 "kv-log-macro",287 "log",288 "memchr",289 "num_cpus",290 "once_cell",291 "pin-project-lite 0.2.7",292 "pin-utils",293 "slab",294 "wasm-bindgen-futures",295]296297[[package]]298name = "async-std-resolver"299version = "0.20.3"300source = "registry+https://github.com/rust-lang/crates.io-index"301checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"302dependencies = [303 "async-std",304 "async-trait",305 "futures-io",306 "futures-util",307 "pin-utils",308 "trust-dns-resolver",309]310311[[package]]312name = "async-task"313version = "4.0.3"314source = "registry+https://github.com/rust-lang/crates.io-index"315checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"316317[[package]]318name = "async-trait"319version = "0.1.51"320source = "registry+https://github.com/rust-lang/crates.io-index"321checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"322dependencies = [323 "proc-macro2",324 "quote",325 "syn",326]327328[[package]]329name = "asynchronous-codec"330version = "0.5.0"331source = "registry+https://github.com/rust-lang/crates.io-index"332checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"333dependencies = [334 "bytes 1.1.0",335 "futures-sink",336 "futures-util",337 "memchr",338 "pin-project-lite 0.2.7",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"346dependencies = [347 "bytes 1.1.0",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.7",352]353354[[package]]355name = "atomic"356version = "0.5.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"359dependencies = [360 "autocfg",361]362363[[package]]364name = "atomic-waker"365version = "1.0.0"366source = "registry+https://github.com/rust-lang/crates.io-index"367checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"368369[[package]]370name = "atty"371version = "0.2.14"372source = "registry+https://github.com/rust-lang/crates.io-index"373checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"374dependencies = [375 "hermit-abi",376 "libc",377 "winapi 0.3.9",378]379380[[package]]381name = "autocfg"382version = "1.0.1"383source = "registry+https://github.com/rust-lang/crates.io-index"384checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"385386[[package]]387name = "backtrace"388version = "0.3.61"389source = "registry+https://github.com/rust-lang/crates.io-index"390checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"391dependencies = [392 "addr2line",393 "cc",394 "cfg-if 1.0.0",395 "libc",396 "miniz_oxide",397 "object",398 "rustc-demangle",399]400401[[package]]402name = "bae"403version = "0.1.6"404source = "registry+https://github.com/rust-lang/crates.io-index"405checksum = "ec107f431ee3d8a8e45e6dd117adab769556ef463959e77bf6a4888d5fd500cf"406dependencies = [407 "heck",408 "proc-macro-error 0.4.12",409 "proc-macro2",410 "quote",411 "syn",412]413414[[package]]415name = "base-x"416version = "0.2.8"417source = "registry+https://github.com/rust-lang/crates.io-index"418checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"419420[[package]]421name = "base58"422version = "0.1.0"423source = "registry+https://github.com/rust-lang/crates.io-index"424checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"425426[[package]]427name = "base64"428version = "0.12.3"429source = "registry+https://github.com/rust-lang/crates.io-index"430checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"431432[[package]]433name = "base64"434version = "0.13.0"435source = "registry+https://github.com/rust-lang/crates.io-index"436checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"437438[[package]]439name = "beef"440version = "0.5.1"441source = "registry+https://github.com/rust-lang/crates.io-index"442checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"443dependencies = [444 "serde",445]446447[[package]]448name = "beefy-gadget"449version = "4.0.0-dev"450source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"451dependencies = [452 "beefy-primitives",453 "fnv",454 "futures 0.3.17",455 "log",456 "parity-scale-codec",457 "parking_lot 0.11.2",458 "sc-client-api",459 "sc-keystore",460 "sc-network",461 "sc-network-gossip",462 "sc-utils",463 "sp-api",464 "sp-application-crypto",465 "sp-arithmetic",466 "sp-blockchain",467 "sp-core",468 "sp-keystore",469 "sp-runtime",470 "substrate-prometheus-endpoint",471 "thiserror",472 "wasm-timer",473]474475[[package]]476name = "beefy-gadget-rpc"477version = "4.0.0-dev"478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"479dependencies = [480 "beefy-gadget",481 "beefy-primitives",482 "futures 0.3.17",483 "jsonrpc-core",484 "jsonrpc-core-client",485 "jsonrpc-derive",486 "jsonrpc-pubsub",487 "log",488 "parity-scale-codec",489 "sc-rpc",490 "serde",491 "sp-core",492 "sp-runtime",493]494495[[package]]496name = "beefy-merkle-tree"497version = "4.0.0-dev"498source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"499500[[package]]501name = "beefy-primitives"502version = "4.0.0-dev"503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"504dependencies = [505 "parity-scale-codec",506 "scale-info",507 "sp-api",508 "sp-application-crypto",509 "sp-core",510 "sp-runtime",511 "sp-std",512]513514[[package]]515name = "bincode"516version = "1.3.3"517source = "registry+https://github.com/rust-lang/crates.io-index"518checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"519dependencies = [520 "serde",521]522523[[package]]524name = "bindgen"525version = "0.59.1"526source = "registry+https://github.com/rust-lang/crates.io-index"527checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"528dependencies = [529 "bitflags",530 "cexpr",531 "clang-sys",532 "lazy_static",533 "lazycell",534 "peeking_take_while",535 "proc-macro2",536 "quote",537 "regex",538 "rustc-hash",539 "shlex",540]541542[[package]]543name = "bitflags"544version = "1.3.2"545source = "registry+https://github.com/rust-lang/crates.io-index"546checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"547548[[package]]549name = "bitvec"550version = "0.19.5"551source = "registry+https://github.com/rust-lang/crates.io-index"552checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"553dependencies = [554 "funty",555 "radium 0.5.3",556 "tap",557 "wyz",558]559560[[package]]561name = "bitvec"562version = "0.20.4"563source = "registry+https://github.com/rust-lang/crates.io-index"564checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"565dependencies = [566 "funty",567 "radium 0.6.2",568 "tap",569 "wyz",570]571572[[package]]573name = "blake2"574version = "0.9.2"575source = "registry+https://github.com/rust-lang/crates.io-index"576checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"577dependencies = [578 "crypto-mac 0.8.0",579 "digest 0.9.0",580 "opaque-debug 0.3.0",581]582583[[package]]584name = "blake2-rfc"585version = "0.2.18"586source = "registry+https://github.com/rust-lang/crates.io-index"587checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"588dependencies = [589 "arrayvec 0.4.12",590 "constant_time_eq",591]592593[[package]]594name = "blake2b_simd"595version = "0.5.11"596source = "registry+https://github.com/rust-lang/crates.io-index"597checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"598dependencies = [599 "arrayref",600 "arrayvec 0.5.2",601 "constant_time_eq",602]603604[[package]]605name = "blake2s_simd"606version = "0.5.11"607source = "registry+https://github.com/rust-lang/crates.io-index"608checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"609dependencies = [610 "arrayref",611 "arrayvec 0.5.2",612 "constant_time_eq",613]614615[[package]]616name = "blake3"617version = "0.3.8"618source = "registry+https://github.com/rust-lang/crates.io-index"619checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"620dependencies = [621 "arrayref",622 "arrayvec 0.5.2",623 "cc",624 "cfg-if 0.1.10",625 "constant_time_eq",626 "crypto-mac 0.8.0",627 "digest 0.9.0",628]629630[[package]]631name = "block-buffer"632version = "0.7.3"633source = "registry+https://github.com/rust-lang/crates.io-index"634checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"635dependencies = [636 "block-padding 0.1.5",637 "byte-tools",638 "byteorder",639 "generic-array 0.12.4",640]641642[[package]]643name = "block-buffer"644version = "0.9.0"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"647dependencies = [648 "block-padding 0.2.1",649 "generic-array 0.14.4",650]651652[[package]]653name = "block-padding"654version = "0.1.5"655source = "registry+https://github.com/rust-lang/crates.io-index"656checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"657dependencies = [658 "byte-tools",659]660661[[package]]662name = "block-padding"663version = "0.2.1"664source = "registry+https://github.com/rust-lang/crates.io-index"665checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"666667[[package]]668name = "blocking"669version = "1.0.2"670source = "registry+https://github.com/rust-lang/crates.io-index"671checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"672dependencies = [673 "async-channel",674 "async-task",675 "atomic-waker",676 "fastrand",677 "futures-lite",678 "once_cell",679]680681[[package]]682name = "bounded-vec"683version = "0.4.0"684source = "registry+https://github.com/rust-lang/crates.io-index"685checksum = "afdd1dffefe5fc66262a524b91087c43b16e478b2e3dc49eb11b0e2fd6b6ec90"686dependencies = [687 "thiserror",688]689690[[package]]691name = "bp-header-chain"692version = "0.1.0"693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"694dependencies = [695 "finality-grandpa",696 "frame-support",697 "parity-scale-codec",698 "scale-info",699 "serde",700 "sp-core",701 "sp-finality-grandpa",702 "sp-runtime",703 "sp-std",704]705706[[package]]707name = "bp-message-dispatch"708version = "0.1.0"709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"710dependencies = [711 "bp-runtime",712 "frame-support",713 "parity-scale-codec",714 "scale-info",715 "sp-std",716]717718[[package]]719name = "bp-messages"720version = "0.1.0"721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"722dependencies = [723 "bitvec 0.20.4",724 "bp-runtime",725 "frame-support",726 "frame-system",727 "impl-trait-for-tuples 0.2.1",728 "parity-scale-codec",729 "scale-info",730 "serde",731 "sp-std",732]733734[[package]]735name = "bp-polkadot-core"736version = "0.1.0"737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"738dependencies = [739 "bp-messages",740 "bp-runtime",741 "frame-support",742 "frame-system",743 "parity-scale-codec",744 "scale-info",745 "sp-api",746 "sp-core",747 "sp-runtime",748 "sp-std",749 "sp-version",750]751752[[package]]753name = "bp-rialto"754version = "0.1.0"755source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"756dependencies = [757 "bp-messages",758 "bp-runtime",759 "frame-support",760 "frame-system",761 "sp-api",762 "sp-core",763 "sp-runtime",764 "sp-std",765]766767[[package]]768name = "bp-rococo"769version = "0.1.0"770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"771dependencies = [772 "bp-messages",773 "bp-polkadot-core",774 "bp-runtime",775 "frame-support",776 "parity-scale-codec",777 "smallvec",778 "sp-api",779 "sp-runtime",780 "sp-std",781 "sp-version",782]783784[[package]]785name = "bp-runtime"786version = "0.1.0"787source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"788dependencies = [789 "frame-support",790 "hash-db",791 "num-traits",792 "parity-scale-codec",793 "scale-info",794 "sp-core",795 "sp-io",796 "sp-runtime",797 "sp-state-machine",798 "sp-std",799 "sp-trie",800]801802[[package]]803name = "bp-test-utils"804version = "0.1.0"805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"806dependencies = [807 "bp-header-chain",808 "ed25519-dalek",809 "finality-grandpa",810 "parity-scale-codec",811 "sp-application-crypto",812 "sp-finality-grandpa",813 "sp-runtime",814 "sp-std",815]816817[[package]]818name = "bp-wococo"819version = "0.1.0"820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"821dependencies = [822 "bp-messages",823 "bp-polkadot-core",824 "bp-rococo",825 "bp-runtime",826 "parity-scale-codec",827 "sp-api",828 "sp-runtime",829 "sp-std",830]831832[[package]]833name = "bridge-runtime-common"834version = "0.1.0"835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"836dependencies = [837 "bp-message-dispatch",838 "bp-messages",839 "bp-runtime",840 "frame-support",841 "hash-db",842 "pallet-bridge-dispatch",843 "pallet-bridge-grandpa",844 "pallet-bridge-messages",845 "pallet-transaction-payment",846 "parity-scale-codec",847 "scale-info",848 "sp-core",849 "sp-runtime",850 "sp-state-machine",851 "sp-std",852 "sp-trie",853]854855[[package]]856name = "bs58"857version = "0.4.0"858source = "registry+https://github.com/rust-lang/crates.io-index"859checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"860861[[package]]862name = "bstr"863version = "0.2.17"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"866dependencies = [867 "memchr",868]869870[[package]]871name = "build-helper"872version = "0.1.1"873source = "registry+https://github.com/rust-lang/crates.io-index"874checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"875dependencies = [876 "semver 0.6.0",877]878879[[package]]880name = "bumpalo"881version = "3.7.1"882source = "registry+https://github.com/rust-lang/crates.io-index"883checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538"884885[[package]]886name = "byte-slice-cast"887version = "1.1.0"888source = "registry+https://github.com/rust-lang/crates.io-index"889checksum = "ca0796d76a983651b4a0ddda16203032759f2fd9103d9181f7c65c06ee8872e6"890891[[package]]892name = "byte-tools"893version = "0.3.1"894source = "registry+https://github.com/rust-lang/crates.io-index"895checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"896897[[package]]898name = "byteorder"899version = "1.4.3"900source = "registry+https://github.com/rust-lang/crates.io-index"901checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"902903[[package]]904name = "bytes"905version = "0.4.12"906source = "registry+https://github.com/rust-lang/crates.io-index"907checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"908dependencies = [909 "byteorder",910 "iovec",911]912913[[package]]914name = "bytes"915version = "0.5.6"916source = "registry+https://github.com/rust-lang/crates.io-index"917checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"918919[[package]]920name = "bytes"921version = "1.1.0"922source = "registry+https://github.com/rust-lang/crates.io-index"923checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"924925[[package]]926name = "cache-padded"927version = "1.1.1"928source = "registry+https://github.com/rust-lang/crates.io-index"929checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"930931[[package]]932name = "camino"933version = "1.0.5"934source = "registry+https://github.com/rust-lang/crates.io-index"935checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b"936dependencies = [937 "serde",938]939940[[package]]941name = "cargo-platform"942version = "0.1.2"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"945dependencies = [946 "serde",947]948949[[package]]950name = "cargo_metadata"951version = "0.13.1"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8"954dependencies = [955 "camino",956 "cargo-platform",957 "semver 0.11.0",958 "semver-parser 0.10.2",959 "serde",960 "serde_json",961]962963[[package]]964name = "cc"965version = "1.0.71"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"968dependencies = [969 "jobserver",970]971972[[package]]973name = "cexpr"974version = "0.5.0"975source = "registry+https://github.com/rust-lang/crates.io-index"976checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"977dependencies = [978 "nom",979]980981[[package]]982name = "cfg-if"983version = "0.1.10"984source = "registry+https://github.com/rust-lang/crates.io-index"985checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"986987[[package]]988name = "cfg-if"989version = "1.0.0"990source = "registry+https://github.com/rust-lang/crates.io-index"991checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"992993[[package]]994name = "cfg_aliases"995version = "0.1.1"996source = "registry+https://github.com/rust-lang/crates.io-index"997checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"998999[[package]]1000name = "chacha20"1001version = "0.7.1"1002source = "registry+https://github.com/rust-lang/crates.io-index"1003checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"1004dependencies = [1005 "cfg-if 1.0.0",1006 "cipher",1007 "cpufeatures 0.1.5",1008 "zeroize",1009]10101011[[package]]1012name = "chacha20poly1305"1013version = "0.8.0"1014source = "registry+https://github.com/rust-lang/crates.io-index"1015checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"1016dependencies = [1017 "aead",1018 "chacha20",1019 "cipher",1020 "poly1305",1021 "zeroize",1022]10231024[[package]]1025name = "chrono"1026version = "0.4.19"1027source = "registry+https://github.com/rust-lang/crates.io-index"1028checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1029dependencies = [1030 "libc",1031 "num-integer",1032 "num-traits",1033 "time",1034 "winapi 0.3.9",1035]10361037[[package]]1038name = "cid"1039version = "0.6.1"1040source = "registry+https://github.com/rust-lang/crates.io-index"1041checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1042dependencies = [1043 "multibase",1044 "multihash 0.13.2",1045 "unsigned-varint 0.5.1",1046]10471048[[package]]1049name = "cipher"1050version = "0.3.0"1051source = "registry+https://github.com/rust-lang/crates.io-index"1052checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1053dependencies = [1054 "generic-array 0.14.4",1055]10561057[[package]]1058name = "ckb-merkle-mountain-range"1059version = "0.3.2"1060source = "registry+https://github.com/rust-lang/crates.io-index"1061checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1062dependencies = [1063 "cfg-if 0.1.10",1064]10651066[[package]]1067name = "clang-sys"1068version = "1.2.2"1069source = "registry+https://github.com/rust-lang/crates.io-index"1070checksum = "10612c0ec0e0a1ff0e97980647cb058a6e7aedb913d01d009c406b8b7d0b26ee"1071dependencies = [1072 "glob",1073 "libc",1074 "libloading 0.7.0",1075]10761077[[package]]1078name = "clap"1079version = "2.33.3"1080source = "registry+https://github.com/rust-lang/crates.io-index"1081checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"1082dependencies = [1083 "ansi_term 0.11.0",1084 "atty",1085 "bitflags",1086 "strsim 0.8.0",1087 "textwrap",1088 "unicode-width",1089 "vec_map",1090]10911092[[package]]1093name = "cloudabi"1094version = "0.0.3"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"1097dependencies = [1098 "bitflags",1099]11001101[[package]]1102name = "concurrent-queue"1103version = "1.2.2"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1106dependencies = [1107 "cache-padded",1108]11091110[[package]]1111name = "constant_time_eq"1112version = "0.1.5"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11151116[[package]]1117name = "convert_case"1118version = "0.4.0"1119source = "registry+https://github.com/rust-lang/crates.io-index"1120checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11211122[[package]]1123name = "core-foundation"1124version = "0.9.1"1125source = "registry+https://github.com/rust-lang/crates.io-index"1126checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"1127dependencies = [1128 "core-foundation-sys",1129 "libc",1130]11311132[[package]]1133name = "core-foundation-sys"1134version = "0.8.2"1135source = "registry+https://github.com/rust-lang/crates.io-index"1136checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"11371138[[package]]1139name = "cpp_demangle"1140version = "0.3.3"1141source = "registry+https://github.com/rust-lang/crates.io-index"1142checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"1143dependencies = [1144 "cfg-if 1.0.0",1145]11461147[[package]]1148name = "cpufeatures"1149version = "0.1.5"1150source = "registry+https://github.com/rust-lang/crates.io-index"1151checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1152dependencies = [1153 "libc",1154]11551156[[package]]1157name = "cpufeatures"1158version = "0.2.1"1159source = "registry+https://github.com/rust-lang/crates.io-index"1160checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"1161dependencies = [1162 "libc",1163]11641165[[package]]1166name = "cranelift-bforest"1167version = "0.76.0"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "7e6bea67967505247f54fa2c85cf4f6e0e31c4e5692c9b70e4ae58e339067333"1170dependencies = [1171 "cranelift-entity",1172]11731174[[package]]1175name = "cranelift-codegen"1176version = "0.76.0"1177source = "registry+https://github.com/rust-lang/crates.io-index"1178checksum = "48194035d2752bdd5bdae429e3ab88676e95f52a2b1355a5d4e809f9e39b1d74"1179dependencies = [1180 "cranelift-bforest",1181 "cranelift-codegen-meta",1182 "cranelift-codegen-shared",1183 "cranelift-entity",1184 "gimli",1185 "log",1186 "regalloc",1187 "serde",1188 "smallvec",1189 "target-lexicon",1190]11911192[[package]]1193name = "cranelift-codegen-meta"1194version = "0.76.0"1195source = "registry+https://github.com/rust-lang/crates.io-index"1196checksum = "976efb22fcab4f2cd6bd4e9913764616a54d895c1a23530128d04e03633c555f"1197dependencies = [1198 "cranelift-codegen-shared",1199 "cranelift-entity",1200]12011202[[package]]1203name = "cranelift-codegen-shared"1204version = "0.76.0"1205source = "registry+https://github.com/rust-lang/crates.io-index"1206checksum = "9dabb5fe66e04d4652e434195b45ae65b5c8172d520247b8f66d8df42b2b45dc"1207dependencies = [1208 "serde",1209]12101211[[package]]1212name = "cranelift-entity"1213version = "0.76.0"1214source = "registry+https://github.com/rust-lang/crates.io-index"1215checksum = "3329733e4d4b8e91c809efcaa4faee80bf66f20164e3dd16d707346bd3494799"1216dependencies = [1217 "serde",1218]12191220[[package]]1221name = "cranelift-frontend"1222version = "0.76.0"1223source = "registry+https://github.com/rust-lang/crates.io-index"1224checksum = "279afcc0d3e651b773f94837c3d581177b348c8d69e928104b2e9fccb226f921"1225dependencies = [1226 "cranelift-codegen",1227 "log",1228 "smallvec",1229 "target-lexicon",1230]12311232[[package]]1233name = "cranelift-native"1234version = "0.76.0"1235source = "registry+https://github.com/rust-lang/crates.io-index"1236checksum = "4c04d1fe6a5abb5bb0edc78baa8ef238370fb8e389cc88b6d153f7c3e9680425"1237dependencies = [1238 "cranelift-codegen",1239 "libc",1240 "target-lexicon",1241]12421243[[package]]1244name = "cranelift-wasm"1245version = "0.76.0"1246source = "registry+https://github.com/rust-lang/crates.io-index"1247checksum = "e0d260ad44f6fd2c91f7f5097191a2a9e3edcbb36df1fb787b600dad5ea148ec"1248dependencies = [1249 "cranelift-codegen",1250 "cranelift-entity",1251 "cranelift-frontend",1252 "itertools",1253 "log",1254 "serde",1255 "smallvec",1256 "thiserror",1257 "wasmparser",1258]12591260[[package]]1261name = "crc32fast"1262version = "1.2.1"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1265dependencies = [1266 "cfg-if 1.0.0",1267]12681269[[package]]1270name = "crossbeam-channel"1271version = "0.5.1"1272source = "registry+https://github.com/rust-lang/crates.io-index"1273checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"1274dependencies = [1275 "cfg-if 1.0.0",1276 "crossbeam-utils",1277]12781279[[package]]1280name = "crossbeam-deque"1281version = "0.8.1"1282source = "registry+https://github.com/rust-lang/crates.io-index"1283checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1284dependencies = [1285 "cfg-if 1.0.0",1286 "crossbeam-epoch",1287 "crossbeam-utils",1288]12891290[[package]]1291name = "crossbeam-epoch"1292version = "0.9.5"1293source = "registry+https://github.com/rust-lang/crates.io-index"1294checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"1295dependencies = [1296 "cfg-if 1.0.0",1297 "crossbeam-utils",1298 "lazy_static",1299 "memoffset",1300 "scopeguard",1301]13021303[[package]]1304name = "crossbeam-utils"1305version = "0.8.5"1306source = "registry+https://github.com/rust-lang/crates.io-index"1307checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1308dependencies = [1309 "cfg-if 1.0.0",1310 "lazy_static",1311]13121313[[package]]1314name = "crunchy"1315version = "0.2.2"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13181319[[package]]1320name = "crypto-mac"1321version = "0.7.0"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1324dependencies = [1325 "generic-array 0.12.4",1326 "subtle 1.0.0",1327]13281329[[package]]1330name = "crypto-mac"1331version = "0.8.0"1332source = "registry+https://github.com/rust-lang/crates.io-index"1333checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1334dependencies = [1335 "generic-array 0.14.4",1336 "subtle 2.4.1",1337]13381339[[package]]1340name = "crypto-mac"1341version = "0.11.1"1342source = "registry+https://github.com/rust-lang/crates.io-index"1343checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1344dependencies = [1345 "generic-array 0.14.4",1346 "subtle 2.4.1",1347]13481349[[package]]1350name = "ct-logs"1351version = "0.8.0"1352source = "registry+https://github.com/rust-lang/crates.io-index"1353checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1354dependencies = [1355 "sct",1356]13571358[[package]]1359name = "ctor"1360version = "0.1.21"1361source = "registry+https://github.com/rust-lang/crates.io-index"1362checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"1363dependencies = [1364 "quote",1365 "syn",1366]13671368[[package]]1369name = "ctr"1370version = "0.8.0"1371source = "registry+https://github.com/rust-lang/crates.io-index"1372checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1373dependencies = [1374 "cipher",1375]13761377[[package]]1378name = "cuckoofilter"1379version = "0.5.0"1380source = "registry+https://github.com/rust-lang/crates.io-index"1381checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1382dependencies = [1383 "byteorder",1384 "fnv",1385 "rand 0.7.3",1386]13871388[[package]]1389name = "cumulus-client-cli"1390version = "0.1.0"1391source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1392dependencies = [1393 "sc-cli",1394 "sc-service",1395 "structopt",1396]13971398[[package]]1399name = "cumulus-client-collator"1400version = "0.1.0"1401source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1402dependencies = [1403 "cumulus-client-consensus-common",1404 "cumulus-client-network",1405 "cumulus-primitives-core",1406 "futures 0.3.17",1407 "parity-scale-codec",1408 "parking_lot 0.10.2",1409 "polkadot-node-primitives",1410 "polkadot-node-subsystem",1411 "polkadot-overseer",1412 "polkadot-primitives",1413 "sc-client-api",1414 "sp-api",1415 "sp-consensus",1416 "sp-core",1417 "sp-runtime",1418 "tracing",1419]14201421[[package]]1422name = "cumulus-client-consensus-aura"1423version = "0.1.0"1424source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1425dependencies = [1426 "async-trait",1427 "cumulus-client-consensus-common",1428 "cumulus-primitives-core",1429 "futures 0.3.17",1430 "parity-scale-codec",1431 "polkadot-client",1432 "sc-client-api",1433 "sc-consensus",1434 "sc-consensus-aura",1435 "sc-consensus-slots",1436 "sc-telemetry",1437 "sp-api",1438 "sp-application-crypto",1439 "sp-block-builder",1440 "sp-blockchain",1441 "sp-consensus",1442 "sp-consensus-aura",1443 "sp-core",1444 "sp-inherents",1445 "sp-keystore",1446 "sp-runtime",1447 "substrate-prometheus-endpoint",1448 "tracing",1449]14501451[[package]]1452name = "cumulus-client-consensus-common"1453version = "0.1.0"1454source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1455dependencies = [1456 "async-trait",1457 "dyn-clone",1458 "futures 0.3.17",1459 "parity-scale-codec",1460 "polkadot-primitives",1461 "sc-client-api",1462 "sc-consensus",1463 "sp-api",1464 "sp-blockchain",1465 "sp-consensus",1466 "sp-runtime",1467 "sp-trie",1468 "tracing",1469]14701471[[package]]1472name = "cumulus-client-network"1473version = "0.1.0"1474source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1475dependencies = [1476 "derive_more",1477 "futures 0.3.17",1478 "futures-timer 3.0.2",1479 "parity-scale-codec",1480 "parking_lot 0.10.2",1481 "polkadot-client",1482 "polkadot-node-primitives",1483 "polkadot-parachain",1484 "polkadot-primitives",1485 "sc-client-api",1486 "sp-api",1487 "sp-blockchain",1488 "sp-consensus",1489 "sp-core",1490 "sp-runtime",1491 "tracing",1492]14931494[[package]]1495name = "cumulus-client-pov-recovery"1496version = "0.1.0"1497source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1498dependencies = [1499 "cumulus-primitives-core",1500 "futures 0.3.17",1501 "futures-timer 3.0.2",1502 "parity-scale-codec",1503 "polkadot-node-primitives",1504 "polkadot-node-subsystem",1505 "polkadot-overseer",1506 "polkadot-primitives",1507 "rand 0.8.4",1508 "sc-client-api",1509 "sc-consensus",1510 "sp-api",1511 "sp-consensus",1512 "sp-maybe-compressed-blob",1513 "sp-runtime",1514 "tracing",1515]15161517[[package]]1518name = "cumulus-client-service"1519version = "0.1.0"1520source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1521dependencies = [1522 "cumulus-client-collator",1523 "cumulus-client-consensus-common",1524 "cumulus-client-pov-recovery",1525 "cumulus-primitives-core",1526 "parity-scale-codec",1527 "parking_lot 0.10.2",1528 "polkadot-overseer",1529 "polkadot-primitives",1530 "polkadot-service",1531 "sc-chain-spec",1532 "sc-client-api",1533 "sc-consensus",1534 "sc-consensus-babe",1535 "sc-service",1536 "sc-telemetry",1537 "sc-tracing",1538 "sp-api",1539 "sp-blockchain",1540 "sp-consensus",1541 "sp-core",1542 "sp-runtime",1543 "tracing",1544]15451546[[package]]1547name = "cumulus-pallet-aura-ext"1548version = "0.1.0"1549source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1550dependencies = [1551 "frame-executive",1552 "frame-support",1553 "frame-system",1554 "pallet-aura",1555 "parity-scale-codec",1556 "scale-info",1557 "serde",1558 "sp-application-crypto",1559 "sp-consensus-aura",1560 "sp-runtime",1561 "sp-std",1562]15631564[[package]]1565name = "cumulus-pallet-dmp-queue"1566version = "0.1.0"1567source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1568dependencies = [1569 "cumulus-primitives-core",1570 "frame-support",1571 "frame-system",1572 "log",1573 "parity-scale-codec",1574 "scale-info",1575 "sp-io",1576 "sp-runtime",1577 "sp-std",1578 "xcm",1579 "xcm-executor",1580]15811582[[package]]1583name = "cumulus-pallet-parachain-system"1584version = "0.1.0"1585source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1586dependencies = [1587 "cumulus-pallet-parachain-system-proc-macro",1588 "cumulus-primitives-core",1589 "cumulus-primitives-parachain-inherent",1590 "environmental",1591 "frame-support",1592 "frame-system",1593 "log",1594 "pallet-balances",1595 "parity-scale-codec",1596 "polkadot-parachain",1597 "scale-info",1598 "serde",1599 "sp-core",1600 "sp-externalities",1601 "sp-inherents",1602 "sp-io",1603 "sp-runtime",1604 "sp-state-machine",1605 "sp-std",1606 "sp-trie",1607 "sp-version",1608 "xcm",1609]16101611[[package]]1612name = "cumulus-pallet-parachain-system-proc-macro"1613version = "0.1.0"1614source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1615dependencies = [1616 "proc-macro-crate 1.1.0",1617 "proc-macro2",1618 "quote",1619 "syn",1620]16211622[[package]]1623name = "cumulus-pallet-xcm"1624version = "0.1.0"1625source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1626dependencies = [1627 "cumulus-primitives-core",1628 "frame-support",1629 "frame-system",1630 "parity-scale-codec",1631 "scale-info",1632 "serde",1633 "sp-io",1634 "sp-runtime",1635 "sp-std",1636 "xcm",1637]16381639[[package]]1640name = "cumulus-pallet-xcmp-queue"1641version = "0.1.0"1642source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1643dependencies = [1644 "cumulus-primitives-core",1645 "frame-support",1646 "frame-system",1647 "log",1648 "parity-scale-codec",1649 "rand_chacha 0.3.1",1650 "scale-info",1651 "sp-runtime",1652 "sp-std",1653 "xcm",1654 "xcm-executor",1655]16561657[[package]]1658name = "cumulus-primitives-core"1659version = "0.1.0"1660source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1661dependencies = [1662 "frame-support",1663 "impl-trait-for-tuples 0.2.1",1664 "parity-scale-codec",1665 "polkadot-core-primitives",1666 "polkadot-parachain",1667 "polkadot-primitives",1668 "sp-api",1669 "sp-runtime",1670 "sp-std",1671 "sp-trie",1672]16731674[[package]]1675name = "cumulus-primitives-parachain-inherent"1676version = "0.1.0"1677source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1678dependencies = [1679 "async-trait",1680 "cumulus-primitives-core",1681 "cumulus-test-relay-sproof-builder",1682 "parity-scale-codec",1683 "polkadot-client",1684 "sc-client-api",1685 "scale-info",1686 "sp-api",1687 "sp-core",1688 "sp-inherents",1689 "sp-runtime",1690 "sp-state-machine",1691 "sp-std",1692 "sp-trie",1693 "tracing",1694]16951696[[package]]1697name = "cumulus-primitives-timestamp"1698version = "0.1.0"1699source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1700dependencies = [1701 "cumulus-primitives-core",1702 "sp-inherents",1703 "sp-std",1704 "sp-timestamp",1705]17061707[[package]]1708name = "cumulus-primitives-utility"1709version = "0.1.0"1710source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1711dependencies = [1712 "cumulus-primitives-core",1713 "frame-support",1714 "parity-scale-codec",1715 "polkadot-core-primitives",1716 "polkadot-parachain",1717 "polkadot-primitives",1718 "sp-runtime",1719 "sp-std",1720 "sp-trie",1721 "xcm",1722]17231724[[package]]1725name = "cumulus-test-relay-sproof-builder"1726version = "0.1.0"1727source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"1728dependencies = [1729 "cumulus-primitives-core",1730 "parity-scale-codec",1731 "polkadot-primitives",1732 "sp-runtime",1733 "sp-state-machine",1734 "sp-std",1735]17361737[[package]]1738name = "curve25519-dalek"1739version = "2.1.3"1740source = "registry+https://github.com/rust-lang/crates.io-index"1741checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1742dependencies = [1743 "byteorder",1744 "digest 0.8.1",1745 "rand_core 0.5.1",1746 "subtle 2.4.1",1747 "zeroize",1748]17491750[[package]]1751name = "curve25519-dalek"1752version = "3.2.0"1753source = "registry+https://github.com/rust-lang/crates.io-index"1754checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1755dependencies = [1756 "byteorder",1757 "digest 0.9.0",1758 "rand_core 0.5.1",1759 "subtle 2.4.1",1760 "zeroize",1761]17621763[[package]]1764name = "darling"1765version = "0.13.0"1766source = "registry+https://github.com/rust-lang/crates.io-index"1767checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"1768dependencies = [1769 "darling_core",1770 "darling_macro",1771]17721773[[package]]1774name = "darling_core"1775version = "0.13.0"1776source = "registry+https://github.com/rust-lang/crates.io-index"1777checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"1778dependencies = [1779 "fnv",1780 "ident_case",1781 "proc-macro2",1782 "quote",1783 "strsim 0.10.0",1784 "syn",1785]17861787[[package]]1788name = "darling_macro"1789version = "0.13.0"1790source = "registry+https://github.com/rust-lang/crates.io-index"1791checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"1792dependencies = [1793 "darling_core",1794 "quote",1795 "syn",1796]17971798[[package]]1799name = "data-encoding"1800version = "2.3.2"1801source = "registry+https://github.com/rust-lang/crates.io-index"1802checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18031804[[package]]1805name = "data-encoding-macro"1806version = "0.1.12"1807source = "registry+https://github.com/rust-lang/crates.io-index"1808checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1809dependencies = [1810 "data-encoding",1811 "data-encoding-macro-internal",1812]18131814[[package]]1815name = "data-encoding-macro-internal"1816version = "0.1.10"1817source = "registry+https://github.com/rust-lang/crates.io-index"1818checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1819dependencies = [1820 "data-encoding",1821 "syn",1822]18231824[[package]]1825name = "derivative"1826version = "2.2.0"1827source = "registry+https://github.com/rust-lang/crates.io-index"1828checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1829dependencies = [1830 "proc-macro2",1831 "quote",1832 "syn",1833]18341835[[package]]1836name = "derive_more"1837version = "0.99.16"1838source = "registry+https://github.com/rust-lang/crates.io-index"1839checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1840dependencies = [1841 "convert_case",1842 "proc-macro2",1843 "quote",1844 "rustc_version 0.3.3",1845 "syn",1846]18471848[[package]]1849name = "digest"1850version = "0.8.1"1851source = "registry+https://github.com/rust-lang/crates.io-index"1852checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1853dependencies = [1854 "generic-array 0.12.4",1855]18561857[[package]]1858name = "digest"1859version = "0.9.0"1860source = "registry+https://github.com/rust-lang/crates.io-index"1861checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1862dependencies = [1863 "generic-array 0.14.4",1864]18651866[[package]]1867name = "directories"1868version = "3.0.2"1869source = "registry+https://github.com/rust-lang/crates.io-index"1870checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1871dependencies = [1872 "dirs-sys",1873]18741875[[package]]1876name = "directories-next"1877version = "2.0.0"1878source = "registry+https://github.com/rust-lang/crates.io-index"1879checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1880dependencies = [1881 "cfg-if 1.0.0",1882 "dirs-sys-next",1883]18841885[[package]]1886name = "dirs-sys"1887version = "0.3.6"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1890dependencies = [1891 "libc",1892 "redox_users",1893 "winapi 0.3.9",1894]18951896[[package]]1897name = "dirs-sys-next"1898version = "0.1.2"1899source = "registry+https://github.com/rust-lang/crates.io-index"1900checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1901dependencies = [1902 "libc",1903 "redox_users",1904 "winapi 0.3.9",1905]19061907[[package]]1908name = "dns-parser"1909version = "0.8.0"1910source = "registry+https://github.com/rust-lang/crates.io-index"1911checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1912dependencies = [1913 "byteorder",1914 "quick-error 1.2.3",1915]19161917[[package]]1918name = "downcast-rs"1919version = "1.2.0"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19221923[[package]]1924name = "dyn-clonable"1925version = "0.9.0"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1928dependencies = [1929 "dyn-clonable-impl",1930 "dyn-clone",1931]19321933[[package]]1934name = "dyn-clonable-impl"1935version = "0.9.0"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1938dependencies = [1939 "proc-macro2",1940 "quote",1941 "syn",1942]19431944[[package]]1945name = "dyn-clone"1946version = "1.0.4"1947source = "registry+https://github.com/rust-lang/crates.io-index"1948checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19491950[[package]]1951name = "ed25519"1952version = "1.2.0"1953source = "registry+https://github.com/rust-lang/crates.io-index"1954checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"1955dependencies = [1956 "signature",1957]19581959[[package]]1960name = "ed25519-dalek"1961version = "1.0.1"1962source = "registry+https://github.com/rust-lang/crates.io-index"1963checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1964dependencies = [1965 "curve25519-dalek 3.2.0",1966 "ed25519",1967 "rand 0.7.3",1968 "serde",1969 "sha2 0.9.8",1970 "zeroize",1971]19721973[[package]]1974name = "either"1975version = "1.6.1"1976source = "registry+https://github.com/rust-lang/crates.io-index"1977checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"19781979[[package]]1980name = "enum-as-inner"1981version = "0.3.3"1982source = "registry+https://github.com/rust-lang/crates.io-index"1983checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"1984dependencies = [1985 "heck",1986 "proc-macro2",1987 "quote",1988 "syn",1989]19901991[[package]]1992name = "enumflags2"1993version = "0.6.4"1994source = "registry+https://github.com/rust-lang/crates.io-index"1995checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"1996dependencies = [1997 "enumflags2_derive",1998]19992000[[package]]2001name = "enumflags2_derive"2002version = "0.6.4"2003source = "registry+https://github.com/rust-lang/crates.io-index"2004checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2005dependencies = [2006 "proc-macro2",2007 "quote",2008 "syn",2009]20102011[[package]]2012name = "enumn"2013version = "0.1.3"2014source = "registry+https://github.com/rust-lang/crates.io-index"2015checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2016dependencies = [2017 "proc-macro2",2018 "quote",2019 "syn",2020]20212022[[package]]2023name = "env_logger"2024version = "0.7.1"2025source = "registry+https://github.com/rust-lang/crates.io-index"2026checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"2027dependencies = [2028 "atty",2029 "humantime 1.3.0",2030 "log",2031 "regex",2032 "termcolor",2033]20342035[[package]]2036name = "env_logger"2037version = "0.9.0"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2040dependencies = [2041 "atty",2042 "humantime 2.1.0",2043 "log",2044 "regex",2045 "termcolor",2046]20472048[[package]]2049name = "environmental"2050version = "1.1.3"2051source = "registry+https://github.com/rust-lang/crates.io-index"2052checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20532054[[package]]2055name = "erased-serde"2056version = "0.3.16"2057source = "registry+https://github.com/rust-lang/crates.io-index"2058checksum = "3de9ad4541d99dc22b59134e7ff8dc3d6c988c89ecd7324bf10a8362b07a2afa"2059dependencies = [2060 "serde",2061]20622063[[package]]2064name = "errno"2065version = "0.2.7"2066source = "registry+https://github.com/rust-lang/crates.io-index"2067checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"2068dependencies = [2069 "errno-dragonfly",2070 "libc",2071 "winapi 0.3.9",2072]20732074[[package]]2075name = "errno-dragonfly"2076version = "0.1.2"2077source = "registry+https://github.com/rust-lang/crates.io-index"2078checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2079dependencies = [2080 "cc",2081 "libc",2082]20832084[[package]]2085name = "ethbloom"2086version = "0.11.1"2087source = "registry+https://github.com/rust-lang/crates.io-index"2088checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2089dependencies = [2090 "crunchy",2091 "fixed-hash",2092 "impl-codec",2093 "impl-rlp",2094 "impl-serde",2095 "scale-info",2096 "tiny-keccak",2097]20982099[[package]]2100name = "ethereum"2101version = "0.9.0"2102source = "git+https://github.com/purestake/ethereum?branch=joshy-scale-info#fab6ad1d9c388de2fe6ac137a71e39bdd699555c"2103dependencies = [2104 "bytes 1.1.0",2105 "ethereum-types",2106 "hash-db",2107 "hash256-std-hasher",2108 "parity-scale-codec",2109 "rlp",2110 "rlp-derive",2111 "scale-info",2112 "serde",2113 "sha3 0.9.1",2114 "triehash",2115]21162117[[package]]2118name = "ethereum-types"2119version = "0.12.1"2120source = "registry+https://github.com/rust-lang/crates.io-index"2121checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2122dependencies = [2123 "ethbloom",2124 "fixed-hash",2125 "impl-codec",2126 "impl-rlp",2127 "impl-serde",2128 "primitive-types 0.10.1",2129 "scale-info",2130 "uint",2131]21322133[[package]]2134name = "event-listener"2135version = "2.5.1"2136source = "registry+https://github.com/rust-lang/crates.io-index"2137checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"21382139[[package]]2140name = "evm"2141version = "0.30.0"2142source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2143dependencies = [2144 "environmental",2145 "ethereum",2146 "evm-core",2147 "evm-gasometer",2148 "evm-runtime",2149 "log",2150 "parity-scale-codec",2151 "primitive-types 0.10.1",2152 "rlp",2153 "scale-info",2154 "serde",2155 "sha3 0.8.2",2156]21572158[[package]]2159name = "evm-coder"2160version = "0.1.0"2161dependencies = [2162 "ethereum",2163 "evm-coder-macros",2164 "evm-core",2165 "hex",2166 "hex-literal",2167 "impl-trait-for-tuples 0.2.1",2168 "primitive-types 0.10.1",2169]21702171[[package]]2172name = "evm-coder-macros"2173version = "0.1.0"2174dependencies = [2175 "Inflector",2176 "darling",2177 "hex",2178 "proc-macro2",2179 "quote",2180 "sha3 0.9.1",2181 "syn",2182]21832184[[package]]2185name = "evm-core"2186version = "0.30.0"2187source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2188dependencies = [2189 "funty",2190 "parity-scale-codec",2191 "primitive-types 0.10.1",2192 "scale-info",2193 "serde",2194]21952196[[package]]2197name = "evm-gasometer"2198version = "0.30.0"2199source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2200dependencies = [2201 "environmental",2202 "evm-core",2203 "evm-runtime",2204 "primitive-types 0.10.1",2205]22062207[[package]]2208name = "evm-runtime"2209version = "0.30.0"2210source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2211dependencies = [2212 "environmental",2213 "evm-core",2214 "primitive-types 0.10.1",2215 "sha3 0.8.2",2216]22172218[[package]]2219name = "exit-future"2220version = "0.2.0"2221source = "registry+https://github.com/rust-lang/crates.io-index"2222checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2223dependencies = [2224 "futures 0.3.17",2225]22262227[[package]]2228name = "fake-simd"2229version = "0.1.2"2230source = "registry+https://github.com/rust-lang/crates.io-index"2231checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22322233[[package]]2234name = "fallible-iterator"2235version = "0.2.0"2236source = "registry+https://github.com/rust-lang/crates.io-index"2237checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22382239[[package]]2240name = "fastrand"2241version = "1.5.0"2242source = "registry+https://github.com/rust-lang/crates.io-index"2243checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"2244dependencies = [2245 "instant",2246]22472248[[package]]2249name = "fc-consensus"2250version = "2.0.0-dev"2251source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2252dependencies = [2253 "async-trait",2254 "derive_more",2255 "fc-db",2256 "fp-consensus",2257 "fp-rpc",2258 "futures 0.3.17",2259 "log",2260 "parity-scale-codec",2261 "sc-client-api",2262 "sc-consensus",2263 "sc-transaction-pool-api",2264 "sp-api",2265 "sp-block-builder",2266 "sp-blockchain",2267 "sp-consensus",2268 "sp-core",2269 "sp-inherents",2270 "sp-runtime",2271 "sp-timestamp",2272 "substrate-prometheus-endpoint",2273]22742275[[package]]2276name = "fc-db"2277version = "2.0.0-dev"2278source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2279dependencies = [2280 "fp-storage",2281 "kvdb",2282 "kvdb-rocksdb",2283 "pallet-ethereum",2284 "parity-scale-codec",2285 "parking_lot 0.11.2",2286 "sp-core",2287 "sp-database",2288 "sp-runtime",2289]22902291[[package]]2292name = "fc-mapping-sync"2293version = "2.0.0-dev"2294source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2295dependencies = [2296 "fc-consensus",2297 "fc-db",2298 "fp-consensus",2299 "fp-rpc",2300 "futures 0.3.17",2301 "futures-timer 3.0.2",2302 "log",2303 "sc-client-api",2304 "sp-api",2305 "sp-blockchain",2306 "sp-runtime",2307]23082309[[package]]2310name = "fc-rpc"2311version = "2.0.0-dev"2312source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2313dependencies = [2314 "ethereum",2315 "ethereum-types",2316 "evm",2317 "fc-consensus",2318 "fc-db",2319 "fc-rpc-core",2320 "fp-consensus",2321 "fp-evm",2322 "fp-rpc",2323 "fp-storage",2324 "futures 0.3.17",2325 "futures-util",2326 "jsonrpc-core",2327 "jsonrpc-pubsub",2328 "libsecp256k1 0.3.5",2329 "log",2330 "pallet-ethereum",2331 "pallet-evm",2332 "parity-scale-codec",2333 "rand 0.7.3",2334 "rlp",2335 "rustc-hex",2336 "sc-client-api",2337 "sc-network",2338 "sc-rpc",2339 "sc-service",2340 "sc-transaction-pool-api",2341 "sha3 0.8.2",2342 "sp-api",2343 "sp-blockchain",2344 "sp-io",2345 "sp-runtime",2346 "sp-storage",2347 "sp-transaction-pool",2348]23492350[[package]]2351name = "fc-rpc-core"2352version = "1.1.0-dev"2353source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2354dependencies = [2355 "ethereum-types",2356 "jsonrpc-core",2357 "jsonrpc-core-client",2358 "jsonrpc-derive",2359 "jsonrpc-pubsub",2360 "rustc-hex",2361 "serde",2362 "serde_json",2363]23642365[[package]]2366name = "fdlimit"2367version = "0.2.1"2368source = "registry+https://github.com/rust-lang/crates.io-index"2369checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2370dependencies = [2371 "libc",2372]23732374[[package]]2375name = "file-per-thread-logger"2376version = "0.1.4"2377source = "registry+https://github.com/rust-lang/crates.io-index"2378checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2379dependencies = [2380 "env_logger 0.7.1",2381 "log",2382]23832384[[package]]2385name = "finality-grandpa"2386version = "0.14.4"2387source = "registry+https://github.com/rust-lang/crates.io-index"2388checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2389dependencies = [2390 "either",2391 "futures 0.3.17",2392 "futures-timer 3.0.2",2393 "log",2394 "num-traits",2395 "parity-scale-codec",2396 "parking_lot 0.11.2",2397 "scale-info",2398]23992400[[package]]2401name = "fixed-hash"2402version = "0.7.0"2403source = "registry+https://github.com/rust-lang/crates.io-index"2404checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2405dependencies = [2406 "byteorder",2407 "rand 0.8.4",2408 "rustc-hex",2409 "static_assertions",2410]24112412[[package]]2413name = "fixedbitset"2414version = "0.2.0"2415source = "registry+https://github.com/rust-lang/crates.io-index"2416checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"24172418[[package]]2419name = "flate2"2420version = "1.0.22"2421source = "registry+https://github.com/rust-lang/crates.io-index"2422checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2423dependencies = [2424 "cfg-if 1.0.0",2425 "crc32fast",2426 "libc",2427 "libz-sys",2428 "miniz_oxide",2429]24302431[[package]]2432name = "flexi_logger"2433version = "0.15.12"2434source = "registry+https://github.com/rust-lang/crates.io-index"2435checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2436dependencies = [2437 "atty",2438 "chrono",2439 "glob",2440 "lazy_static",2441 "log",2442 "regex",2443 "thiserror",2444 "yansi",2445]24462447[[package]]2448name = "fnv"2449version = "1.0.7"2450source = "registry+https://github.com/rust-lang/crates.io-index"2451checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"24522453[[package]]2454name = "fork-tree"2455version = "3.0.0"2456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2457dependencies = [2458 "parity-scale-codec",2459]24602461[[package]]2462name = "form_urlencoded"2463version = "1.0.1"2464source = "registry+https://github.com/rust-lang/crates.io-index"2465checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2466dependencies = [2467 "matches",2468 "percent-encoding 2.1.0",2469]24702471[[package]]2472name = "fp-consensus"2473version = "2.0.0-dev"2474source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2475dependencies = [2476 "ethereum",2477 "parity-scale-codec",2478 "rlp",2479 "sha3 0.8.2",2480 "sp-core",2481 "sp-runtime",2482 "sp-std",2483]24842485[[package]]2486name = "fp-evm"2487version = "3.0.0-dev"2488source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2489dependencies = [2490 "evm",2491 "impl-trait-for-tuples 0.1.3",2492 "parity-scale-codec",2493 "scale-info",2494 "serde",2495 "sp-core",2496 "sp-std",2497]24982499[[package]]2500name = "fp-rpc"2501version = "3.0.0-dev"2502source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"2503dependencies = [2504 "ethereum",2505 "ethereum-types",2506 "fp-evm",2507 "parity-scale-codec",2508 "scale-info",2509 "sp-api",2510 "sp-core",2511 "sp-io",2512 "sp-runtime",2513 "sp-std",2514]25152516[[package]]2517name = "fp-storage"2518version = "2.0.0"2519source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"25202521[[package]]2522name = "frame-benchmarking"2523version = "4.0.0-dev"2524source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2525dependencies = [2526 "frame-support",2527 "frame-system",2528 "linregress",2529 "log",2530 "parity-scale-codec",2531 "paste",2532 "scale-info",2533 "sp-api",2534 "sp-io",2535 "sp-runtime",2536 "sp-runtime-interface",2537 "sp-std",2538 "sp-storage",2539]25402541[[package]]2542name = "frame-benchmarking-cli"2543version = "4.0.0-dev"2544source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2545dependencies = [2546 "Inflector",2547 "chrono",2548 "frame-benchmarking",2549 "frame-support",2550 "handlebars",2551 "linked-hash-map",2552 "log",2553 "parity-scale-codec",2554 "sc-cli",2555 "sc-client-db",2556 "sc-executor",2557 "sc-service",2558 "serde",2559 "sp-core",2560 "sp-externalities",2561 "sp-keystore",2562 "sp-runtime",2563 "sp-state-machine",2564 "structopt",2565]25662567[[package]]2568name = "frame-election-provider-support"2569version = "4.0.0-dev"2570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2571dependencies = [2572 "frame-support",2573 "frame-system",2574 "parity-scale-codec",2575 "scale-info",2576 "sp-arithmetic",2577 "sp-npos-elections",2578 "sp-std",2579]25802581[[package]]2582name = "frame-executive"2583version = "4.0.0-dev"2584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2585dependencies = [2586 "frame-support",2587 "frame-system",2588 "parity-scale-codec",2589 "scale-info",2590 "sp-core",2591 "sp-io",2592 "sp-runtime",2593 "sp-std",2594 "sp-tracing",2595]25962597[[package]]2598name = "frame-metadata"2599version = "14.0.0"2600source = "registry+https://github.com/rust-lang/crates.io-index"2601checksum = "96616f82e069102b95a72c87de4c84d2f87ef7f0f20630e78ce3824436483110"2602dependencies = [2603 "cfg-if 1.0.0",2604 "parity-scale-codec",2605 "scale-info",2606 "serde",2607]26082609[[package]]2610name = "frame-support"2611version = "4.0.0-dev"2612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2613dependencies = [2614 "bitflags",2615 "frame-metadata",2616 "frame-support-procedural",2617 "impl-trait-for-tuples 0.2.1",2618 "log",2619 "once_cell",2620 "parity-scale-codec",2621 "paste",2622 "scale-info",2623 "serde",2624 "smallvec",2625 "sp-arithmetic",2626 "sp-core",2627 "sp-inherents",2628 "sp-io",2629 "sp-runtime",2630 "sp-staking",2631 "sp-state-machine",2632 "sp-std",2633 "sp-tracing",2634]26352636[[package]]2637name = "frame-support-procedural"2638version = "4.0.0-dev"2639source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2640dependencies = [2641 "Inflector",2642 "frame-support-procedural-tools",2643 "proc-macro2",2644 "quote",2645 "syn",2646]26472648[[package]]2649name = "frame-support-procedural-tools"2650version = "4.0.0-dev"2651source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2652dependencies = [2653 "frame-support-procedural-tools-derive",2654 "proc-macro-crate 1.1.0",2655 "proc-macro2",2656 "quote",2657 "syn",2658]26592660[[package]]2661name = "frame-support-procedural-tools-derive"2662version = "3.0.0"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2664dependencies = [2665 "proc-macro2",2666 "quote",2667 "syn",2668]26692670[[package]]2671name = "frame-system"2672version = "4.0.0-dev"2673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2674dependencies = [2675 "frame-support",2676 "log",2677 "parity-scale-codec",2678 "scale-info",2679 "serde",2680 "sp-core",2681 "sp-io",2682 "sp-runtime",2683 "sp-std",2684 "sp-version",2685]26862687[[package]]2688name = "frame-system-benchmarking"2689version = "4.0.0-dev"2690source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2691dependencies = [2692 "frame-benchmarking",2693 "frame-support",2694 "frame-system",2695 "parity-scale-codec",2696 "scale-info",2697 "sp-core",2698 "sp-runtime",2699 "sp-std",2700]27012702[[package]]2703name = "frame-system-rpc-runtime-api"2704version = "4.0.0-dev"2705source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2706dependencies = [2707 "parity-scale-codec",2708 "sp-api",2709]27102711[[package]]2712name = "frame-try-runtime"2713version = "0.10.0-dev"2714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"2715dependencies = [2716 "frame-support",2717 "sp-api",2718 "sp-runtime",2719 "sp-std",2720]27212722[[package]]2723name = "fs-err"2724version = "2.6.0"2725source = "registry+https://github.com/rust-lang/crates.io-index"2726checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"27272728[[package]]2729name = "fs-swap"2730version = "0.2.6"2731source = "registry+https://github.com/rust-lang/crates.io-index"2732checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2733dependencies = [2734 "lazy_static",2735 "libc",2736 "libloading 0.5.2",2737 "winapi 0.3.9",2738]27392740[[package]]2741name = "fs2"2742version = "0.4.3"2743source = "registry+https://github.com/rust-lang/crates.io-index"2744checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2745dependencies = [2746 "libc",2747 "winapi 0.3.9",2748]27492750[[package]]2751name = "fuchsia-zircon"2752version = "0.3.3"2753source = "registry+https://github.com/rust-lang/crates.io-index"2754checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2755dependencies = [2756 "bitflags",2757 "fuchsia-zircon-sys",2758]27592760[[package]]2761name = "fuchsia-zircon-sys"2762version = "0.3.3"2763source = "registry+https://github.com/rust-lang/crates.io-index"2764checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"27652766[[package]]2767name = "funty"2768version = "1.1.0"2769source = "registry+https://github.com/rust-lang/crates.io-index"2770checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"27712772[[package]]2773name = "futures"2774version = "0.1.31"2775source = "registry+https://github.com/rust-lang/crates.io-index"2776checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"27772778[[package]]2779name = "futures"2780version = "0.3.17"2781source = "registry+https://github.com/rust-lang/crates.io-index"2782checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"2783dependencies = [2784 "futures-channel",2785 "futures-core",2786 "futures-executor",2787 "futures-io",2788 "futures-sink",2789 "futures-task",2790 "futures-util",2791]27922793[[package]]2794name = "futures-channel"2795version = "0.3.17"2796source = "registry+https://github.com/rust-lang/crates.io-index"2797checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"2798dependencies = [2799 "futures-core",2800 "futures-sink",2801]28022803[[package]]2804name = "futures-core"2805version = "0.3.17"2806source = "registry+https://github.com/rust-lang/crates.io-index"2807checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"28082809[[package]]2810name = "futures-executor"2811version = "0.3.17"2812source = "registry+https://github.com/rust-lang/crates.io-index"2813checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"2814dependencies = [2815 "futures-core",2816 "futures-task",2817 "futures-util",2818 "num_cpus",2819]28202821[[package]]2822name = "futures-io"2823version = "0.3.17"2824source = "registry+https://github.com/rust-lang/crates.io-index"2825checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"28262827[[package]]2828name = "futures-lite"2829version = "1.12.0"2830source = "registry+https://github.com/rust-lang/crates.io-index"2831checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2832dependencies = [2833 "fastrand",2834 "futures-core",2835 "futures-io",2836 "memchr",2837 "parking",2838 "pin-project-lite 0.2.7",2839 "waker-fn",2840]28412842[[package]]2843name = "futures-macro"2844version = "0.3.17"2845source = "registry+https://github.com/rust-lang/crates.io-index"2846checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"2847dependencies = [2848 "autocfg",2849 "proc-macro-hack",2850 "proc-macro2",2851 "quote",2852 "syn",2853]28542855[[package]]2856name = "futures-rustls"2857version = "0.21.1"2858source = "registry+https://github.com/rust-lang/crates.io-index"2859checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2860dependencies = [2861 "futures-io",2862 "rustls",2863 "webpki",2864]28652866[[package]]2867name = "futures-sink"2868version = "0.3.17"2869source = "registry+https://github.com/rust-lang/crates.io-index"2870checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"28712872[[package]]2873name = "futures-task"2874version = "0.3.17"2875source = "registry+https://github.com/rust-lang/crates.io-index"2876checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"28772878[[package]]2879name = "futures-timer"2880version = "2.0.2"2881source = "registry+https://github.com/rust-lang/crates.io-index"2882checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"28832884[[package]]2885name = "futures-timer"2886version = "3.0.2"2887source = "registry+https://github.com/rust-lang/crates.io-index"2888checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"28892890[[package]]2891name = "futures-util"2892version = "0.3.17"2893source = "registry+https://github.com/rust-lang/crates.io-index"2894checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2895dependencies = [2896 "autocfg",2897 "futures 0.1.31",2898 "futures-channel",2899 "futures-core",2900 "futures-io",2901 "futures-macro",2902 "futures-sink",2903 "futures-task",2904 "memchr",2905 "pin-project-lite 0.2.7",2906 "pin-utils",2907 "proc-macro-hack",2908 "proc-macro-nested",2909 "slab",2910]29112912[[package]]2913name = "generic-array"2914version = "0.12.4"2915source = "registry+https://github.com/rust-lang/crates.io-index"2916checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2917dependencies = [2918 "typenum",2919]29202921[[package]]2922name = "generic-array"2923version = "0.14.4"2924source = "registry+https://github.com/rust-lang/crates.io-index"2925checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"2926dependencies = [2927 "typenum",2928 "version_check",2929]29302931[[package]]2932name = "getrandom"2933version = "0.1.16"2934source = "registry+https://github.com/rust-lang/crates.io-index"2935checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2936dependencies = [2937 "cfg-if 1.0.0",2938 "js-sys",2939 "libc",2940 "wasi 0.9.0+wasi-snapshot-preview1",2941 "wasm-bindgen",2942]29432944[[package]]2945name = "getrandom"2946version = "0.2.3"2947source = "registry+https://github.com/rust-lang/crates.io-index"2948checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"2949dependencies = [2950 "cfg-if 1.0.0",2951 "libc",2952 "wasi 0.10.0+wasi-snapshot-preview1",2953]29542955[[package]]2956name = "ghash"2957version = "0.4.4"2958source = "registry+https://github.com/rust-lang/crates.io-index"2959checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"2960dependencies = [2961 "opaque-debug 0.3.0",2962 "polyval",2963]29642965[[package]]2966name = "gimli"2967version = "0.25.0"2968source = "registry+https://github.com/rust-lang/crates.io-index"2969checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"2970dependencies = [2971 "fallible-iterator",2972 "indexmap",2973 "stable_deref_trait",2974]29752976[[package]]2977name = "glob"2978version = "0.3.0"2979source = "registry+https://github.com/rust-lang/crates.io-index"2980checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"29812982[[package]]2983name = "globset"2984version = "0.4.8"2985source = "registry+https://github.com/rust-lang/crates.io-index"2986checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"2987dependencies = [2988 "aho-corasick",2989 "bstr",2990 "fnv",2991 "log",2992 "regex",2993]29942995[[package]]2996name = "gloo-timers"2997version = "0.2.1"2998source = "registry+https://github.com/rust-lang/crates.io-index"2999checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"3000dependencies = [3001 "futures-channel",3002 "futures-core",3003 "js-sys",3004 "wasm-bindgen",3005 "web-sys",3006]30073008[[package]]3009name = "handlebars"3010version = "3.5.5"3011source = "registry+https://github.com/rust-lang/crates.io-index"3012checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"3013dependencies = [3014 "log",3015 "pest",3016 "pest_derive",3017 "quick-error 2.0.1",3018 "serde",3019 "serde_json",3020]30213022[[package]]3023name = "hash-db"3024version = "0.15.2"3025source = "registry+https://github.com/rust-lang/crates.io-index"3026checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"30273028[[package]]3029name = "hash256-std-hasher"3030version = "0.15.2"3031source = "registry+https://github.com/rust-lang/crates.io-index"3032checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3033dependencies = [3034 "crunchy",3035]30363037[[package]]3038name = "hashbrown"3039version = "0.11.2"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3042dependencies = [3043 "ahash",3044]30453046[[package]]3047name = "heck"3048version = "0.3.3"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3051dependencies = [3052 "unicode-segmentation",3053]30543055[[package]]3056name = "hermit-abi"3057version = "0.1.19"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3060dependencies = [3061 "libc",3062]30633064[[package]]3065name = "hex"3066version = "0.4.3"3067source = "registry+https://github.com/rust-lang/crates.io-index"3068checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"30693070[[package]]3071name = "hex-literal"3072version = "0.3.3"3073source = "registry+https://github.com/rust-lang/crates.io-index"3074checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"30753076[[package]]3077name = "hex_fmt"3078version = "0.3.0"3079source = "registry+https://github.com/rust-lang/crates.io-index"3080checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"30813082[[package]]3083name = "hmac"3084version = "0.7.1"3085source = "registry+https://github.com/rust-lang/crates.io-index"3086checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3087dependencies = [3088 "crypto-mac 0.7.0",3089 "digest 0.8.1",3090]30913092[[package]]3093name = "hmac"3094version = "0.8.1"3095source = "registry+https://github.com/rust-lang/crates.io-index"3096checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3097dependencies = [3098 "crypto-mac 0.8.0",3099 "digest 0.9.0",3100]31013102[[package]]3103name = "hmac"3104version = "0.11.0"3105source = "registry+https://github.com/rust-lang/crates.io-index"3106checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3107dependencies = [3108 "crypto-mac 0.11.1",3109 "digest 0.9.0",3110]31113112[[package]]3113name = "hmac-drbg"3114version = "0.2.0"3115source = "registry+https://github.com/rust-lang/crates.io-index"3116checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3117dependencies = [3118 "digest 0.8.1",3119 "generic-array 0.12.4",3120 "hmac 0.7.1",3121]31223123[[package]]3124name = "hmac-drbg"3125version = "0.3.0"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3128dependencies = [3129 "digest 0.9.0",3130 "generic-array 0.14.4",3131 "hmac 0.8.1",3132]31333134[[package]]3135name = "hostname"3136version = "0.3.1"3137source = "registry+https://github.com/rust-lang/crates.io-index"3138checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3139dependencies = [3140 "libc",3141 "match_cfg",3142 "winapi 0.3.9",3143]31443145[[package]]3146name = "http"3147version = "0.2.5"3148source = "registry+https://github.com/rust-lang/crates.io-index"3149checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"3150dependencies = [3151 "bytes 1.1.0",3152 "fnv",3153 "itoa",3154]31553156[[package]]3157name = "http-body"3158version = "0.4.3"3159source = "registry+https://github.com/rust-lang/crates.io-index"3160checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"3161dependencies = [3162 "bytes 1.1.0",3163 "http",3164 "pin-project-lite 0.2.7",3165]31663167[[package]]3168name = "httparse"3169version = "1.5.1"3170source = "registry+https://github.com/rust-lang/crates.io-index"3171checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"31723173[[package]]3174name = "httpdate"3175version = "1.0.1"3176source = "registry+https://github.com/rust-lang/crates.io-index"3177checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"31783179[[package]]3180name = "humantime"3181version = "1.3.0"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3184dependencies = [3185 "quick-error 1.2.3",3186]31873188[[package]]3189name = "humantime"3190version = "2.1.0"3191source = "registry+https://github.com/rust-lang/crates.io-index"3192checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"31933194[[package]]3195name = "hyper"3196version = "0.14.13"3197source = "registry+https://github.com/rust-lang/crates.io-index"3198checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593"3199dependencies = [3200 "bytes 1.1.0",3201 "futures-channel",3202 "futures-core",3203 "futures-util",3204 "http",3205 "http-body",3206 "httparse",3207 "httpdate",3208 "itoa",3209 "pin-project-lite 0.2.7",3210 "socket2 0.4.2",3211 "tokio 1.12.0",3212 "tower-service",3213 "tracing",3214 "want",3215]32163217[[package]]3218name = "hyper-rustls"3219version = "0.22.1"3220source = "registry+https://github.com/rust-lang/crates.io-index"3221checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3222dependencies = [3223 "ct-logs",3224 "futures-util",3225 "hyper",3226 "log",3227 "rustls",3228 "rustls-native-certs",3229 "tokio 1.12.0",3230 "tokio-rustls",3231 "webpki",3232]32333234[[package]]3235name = "ident_case"3236version = "1.0.1"3237source = "registry+https://github.com/rust-lang/crates.io-index"3238checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"32393240[[package]]3241name = "idna"3242version = "0.1.5"3243source = "registry+https://github.com/rust-lang/crates.io-index"3244checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3245dependencies = [3246 "matches",3247 "unicode-bidi",3248 "unicode-normalization",3249]32503251[[package]]3252name = "idna"3253version = "0.2.3"3254source = "registry+https://github.com/rust-lang/crates.io-index"3255checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3256dependencies = [3257 "matches",3258 "unicode-bidi",3259 "unicode-normalization",3260]32613262[[package]]3263name = "if-addrs"3264version = "0.6.6"3265source = "registry+https://github.com/rust-lang/crates.io-index"3266checksum = "c9a83ec4af652890ac713ffd8dc859e650420a5ef47f7b9be29b6664ab50fbc8"3267dependencies = [3268 "if-addrs-sys",3269 "libc",3270 "winapi 0.3.9",3271]32723273[[package]]3274name = "if-addrs-sys"3275version = "0.3.2"3276source = "registry+https://github.com/rust-lang/crates.io-index"3277checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3278dependencies = [3279 "cc",3280 "libc",3281]32823283[[package]]3284name = "if-watch"3285version = "0.2.2"3286source = "registry+https://github.com/rust-lang/crates.io-index"3287checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3288dependencies = [3289 "async-io",3290 "futures 0.3.17",3291 "futures-lite",3292 "if-addrs",3293 "ipnet",3294 "libc",3295 "log",3296 "winapi 0.3.9",3297]32983299[[package]]3300name = "impl-codec"3301version = "0.5.1"3302source = "registry+https://github.com/rust-lang/crates.io-index"3303checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3304dependencies = [3305 "parity-scale-codec",3306]33073308[[package]]3309name = "impl-rlp"3310version = "0.3.0"3311source = "registry+https://github.com/rust-lang/crates.io-index"3312checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3313dependencies = [3314 "rlp",3315]33163317[[package]]3318name = "impl-serde"3319version = "0.3.1"3320source = "registry+https://github.com/rust-lang/crates.io-index"3321checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3322dependencies = [3323 "serde",3324]33253326[[package]]3327name = "impl-trait-for-tuples"3328version = "0.1.3"3329source = "registry+https://github.com/rust-lang/crates.io-index"3330checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"3331dependencies = [3332 "proc-macro2",3333 "quote",3334 "syn",3335]33363337[[package]]3338name = "impl-trait-for-tuples"3339version = "0.2.1"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3342dependencies = [3343 "proc-macro2",3344 "quote",3345 "syn",3346]33473348[[package]]3349name = "indexmap"3350version = "1.7.0"3351source = "registry+https://github.com/rust-lang/crates.io-index"3352checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3353dependencies = [3354 "autocfg",3355 "hashbrown",3356 "serde",3357]33583359[[package]]3360name = "instant"3361version = "0.1.11"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd"3364dependencies = [3365 "cfg-if 1.0.0",3366]33673368[[package]]3369name = "integer-encoding"3370version = "1.1.7"3371source = "registry+https://github.com/rust-lang/crates.io-index"3372checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"33733374[[package]]3375name = "integer-sqrt"3376version = "0.1.5"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3379dependencies = [3380 "num-traits",3381]33823383[[package]]3384name = "intervalier"3385version = "0.4.0"3386source = "registry+https://github.com/rust-lang/crates.io-index"3387checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3388dependencies = [3389 "futures 0.3.17",3390 "futures-timer 2.0.2",3391]33923393[[package]]3394name = "iovec"3395version = "0.1.4"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3398dependencies = [3399 "libc",3400]34013402[[package]]3403name = "ip_network"3404version = "0.4.0"3405source = "registry+https://github.com/rust-lang/crates.io-index"3406checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"34073408[[package]]3409name = "ipconfig"3410version = "0.2.2"3411source = "registry+https://github.com/rust-lang/crates.io-index"3412checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3413dependencies = [3414 "socket2 0.3.19",3415 "widestring",3416 "winapi 0.3.9",3417 "winreg",3418]34193420[[package]]3421name = "ipnet"3422version = "2.3.1"3423source = "registry+https://github.com/rust-lang/crates.io-index"3424checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"34253426[[package]]3427name = "itertools"3428version = "0.10.1"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3431dependencies = [3432 "either",3433]34343435[[package]]3436name = "itoa"3437version = "0.4.8"3438source = "registry+https://github.com/rust-lang/crates.io-index"3439checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"34403441[[package]]3442name = "jobserver"3443version = "0.1.24"3444source = "registry+https://github.com/rust-lang/crates.io-index"3445checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3446dependencies = [3447 "libc",3448]34493450[[package]]3451name = "js-sys"3452version = "0.3.55"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"3455dependencies = [3456 "wasm-bindgen",3457]34583459[[package]]3460name = "jsonrpc-client-transports"3461version = "18.0.0"3462source = "registry+https://github.com/rust-lang/crates.io-index"3463checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3464dependencies = [3465 "derive_more",3466 "futures 0.3.17",3467 "jsonrpc-core",3468 "jsonrpc-pubsub",3469 "log",3470 "serde",3471 "serde_json",3472 "url 1.7.2",3473]34743475[[package]]3476name = "jsonrpc-core"3477version = "18.0.0"3478source = "registry+https://github.com/rust-lang/crates.io-index"3479checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3480dependencies = [3481 "futures 0.3.17",3482 "futures-executor",3483 "futures-util",3484 "log",3485 "serde",3486 "serde_derive",3487 "serde_json",3488]34893490[[package]]3491name = "jsonrpc-core-client"3492version = "18.0.0"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3495dependencies = [3496 "futures 0.3.17",3497 "jsonrpc-client-transports",3498]34993500[[package]]3501name = "jsonrpc-derive"3502version = "18.0.0"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3505dependencies = [3506 "proc-macro-crate 0.1.5",3507 "proc-macro2",3508 "quote",3509 "syn",3510]35113512[[package]]3513name = "jsonrpc-http-server"3514version = "18.0.0"3515source = "registry+https://github.com/rust-lang/crates.io-index"3516checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3517dependencies = [3518 "futures 0.3.17",3519 "hyper",3520 "jsonrpc-core",3521 "jsonrpc-server-utils",3522 "log",3523 "net2",3524 "parking_lot 0.11.2",3525 "unicase",3526]35273528[[package]]3529name = "jsonrpc-ipc-server"3530version = "18.0.0"3531source = "registry+https://github.com/rust-lang/crates.io-index"3532checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3533dependencies = [3534 "futures 0.3.17",3535 "jsonrpc-core",3536 "jsonrpc-server-utils",3537 "log",3538 "parity-tokio-ipc",3539 "parking_lot 0.11.2",3540 "tower-service",3541]35423543[[package]]3544name = "jsonrpc-pubsub"3545version = "18.0.0"3546source = "registry+https://github.com/rust-lang/crates.io-index"3547checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3548dependencies = [3549 "futures 0.3.17",3550 "jsonrpc-core",3551 "lazy_static",3552 "log",3553 "parking_lot 0.11.2",3554 "rand 0.7.3",3555 "serde",3556]35573558[[package]]3559name = "jsonrpc-server-utils"3560version = "18.0.0"3561source = "registry+https://github.com/rust-lang/crates.io-index"3562checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3563dependencies = [3564 "bytes 1.1.0",3565 "futures 0.3.17",3566 "globset",3567 "jsonrpc-core",3568 "lazy_static",3569 "log",3570 "tokio 1.12.0",3571 "tokio-stream",3572 "tokio-util",3573 "unicase",3574]35753576[[package]]3577name = "jsonrpc-ws-server"3578version = "18.0.0"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3581dependencies = [3582 "futures 0.3.17",3583 "jsonrpc-core",3584 "jsonrpc-server-utils",3585 "log",3586 "parity-ws",3587 "parking_lot 0.11.2",3588 "slab",3589]35903591[[package]]3592name = "jsonrpsee-proc-macros"3593version = "0.3.1"3594source = "registry+https://github.com/rust-lang/crates.io-index"3595checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4"3596dependencies = [3597 "Inflector",3598 "bae",3599 "proc-macro-crate 1.1.0",3600 "proc-macro2",3601 "quote",3602 "syn",3603]36043605[[package]]3606name = "jsonrpsee-types"3607version = "0.3.1"3608source = "registry+https://github.com/rust-lang/crates.io-index"3609checksum = "4cc738fd55b676ada3271ef7c383a14a0867a2a88b0fa941311bf5fc0a29d498"3610dependencies = [3611 "async-trait",3612 "beef",3613 "futures-channel",3614 "futures-util",3615 "hyper",3616 "log",3617 "serde",3618 "serde_json",3619 "soketto 0.6.0",3620 "thiserror",3621]36223623[[package]]3624name = "jsonrpsee-ws-client"3625version = "0.3.1"3626source = "registry+https://github.com/rust-lang/crates.io-index"3627checksum = "9841352dbecf4c2ed5dc71698df9f1660262ae4e0b610e968602529bdbcf7b30"3628dependencies = [3629 "async-trait",3630 "fnv",3631 "futures 0.3.17",3632 "jsonrpsee-types",3633 "log",3634 "pin-project 1.0.8",3635 "rustls",3636 "rustls-native-certs",3637 "serde",3638 "serde_json",3639 "soketto 0.6.0",3640 "thiserror",3641 "tokio 1.12.0",3642 "tokio-rustls",3643 "tokio-util",3644 "url 2.2.2",3645]36463647[[package]]3648name = "keccak"3649version = "0.1.0"3650source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"36523653[[package]]3654name = "kernel32-sys"3655version = "0.2.2"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3658dependencies = [3659 "winapi 0.2.8",3660 "winapi-build",3661]36623663[[package]]3664name = "kusama-runtime"3665version = "0.9.11"3666source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"3667dependencies = [3668 "beefy-primitives",3669 "bitvec 0.20.4",3670 "frame-benchmarking",3671 "frame-election-provider-support",3672 "frame-executive",3673 "frame-support",3674 "frame-system",3675 "frame-system-benchmarking",3676 "frame-system-rpc-runtime-api",3677 "frame-try-runtime",3678 "hex-literal",3679 "log",3680 "pallet-authority-discovery",3681 "pallet-authorship",3682 "pallet-babe",3683 "pallet-bags-list",3684 "pallet-balances",3685 "pallet-bounties",3686 "pallet-collective",3687 "pallet-democracy",3688 "pallet-election-provider-multi-phase",3689 "pallet-elections-phragmen",3690 "pallet-gilt",3691 "pallet-grandpa",3692 "pallet-identity",3693 "pallet-im-online",3694 "pallet-indices",3695 "pallet-membership",3696 "pallet-mmr-primitives",3697 "pallet-multisig",3698 "pallet-nicks",3699 "pallet-offences",3700 "pallet-offences-benchmarking",3701 "pallet-proxy",3702 "pallet-recovery",3703 "pallet-scheduler 4.0.0-dev",3704 "pallet-session",3705 "pallet-session-benchmarking",3706 "pallet-society",3707 "pallet-staking",3708 "pallet-staking-reward-fn",3709 "pallet-timestamp",3710 "pallet-tips",3711 "pallet-transaction-payment",3712 "pallet-transaction-payment-rpc-runtime-api",3713 "pallet-treasury",3714 "pallet-utility",3715 "pallet-vesting",3716 "pallet-xcm",3717 "parity-scale-codec",3718 "polkadot-primitives",3719 "polkadot-runtime-common",3720 "polkadot-runtime-parachains",3721 "rustc-hex",3722 "scale-info",3723 "serde",3724 "serde_derive",3725 "smallvec",3726 "sp-api",3727 "sp-arithmetic",3728 "sp-authority-discovery",3729 "sp-block-builder",3730 "sp-consensus-babe",3731 "sp-core",3732 "sp-inherents",3733 "sp-io",3734 "sp-npos-elections",3735 "sp-offchain",3736 "sp-runtime",3737 "sp-session",3738 "sp-staking",3739 "sp-std",3740 "sp-transaction-pool",3741 "sp-version",3742 "static_assertions",3743 "substrate-wasm-builder",3744 "xcm",3745 "xcm-builder",3746 "xcm-executor",3747]37483749[[package]]3750name = "kv-log-macro"3751version = "1.0.7"3752source = "registry+https://github.com/rust-lang/crates.io-index"3753checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3754dependencies = [3755 "log",3756]37573758[[package]]3759name = "kvdb"3760version = "0.10.0"3761source = "registry+https://github.com/rust-lang/crates.io-index"3762checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3763dependencies = [3764 "parity-util-mem",3765 "smallvec",3766]37673768[[package]]3769name = "kvdb-memorydb"3770version = "0.10.0"3771source = "registry+https://github.com/rust-lang/crates.io-index"3772checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"3773dependencies = [3774 "kvdb",3775 "parity-util-mem",3776 "parking_lot 0.11.2",3777]37783779[[package]]3780name = "kvdb-rocksdb"3781version = "0.14.0"3782source = "registry+https://github.com/rust-lang/crates.io-index"3783checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3784dependencies = [3785 "fs-swap",3786 "kvdb",3787 "log",3788 "num_cpus",3789 "owning_ref",3790 "parity-util-mem",3791 "parking_lot 0.11.2",3792 "regex",3793 "rocksdb",3794 "smallvec",3795]37963797[[package]]3798name = "lazy_static"3799version = "1.4.0"3800source = "registry+https://github.com/rust-lang/crates.io-index"3801checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"38023803[[package]]3804name = "lazycell"3805version = "1.3.0"3806source = "registry+https://github.com/rust-lang/crates.io-index"3807checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"38083809[[package]]3810name = "libc"3811version = "0.2.103"3812source = "registry+https://github.com/rust-lang/crates.io-index"3813checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"38143815[[package]]3816name = "libloading"3817version = "0.5.2"3818source = "registry+https://github.com/rust-lang/crates.io-index"3819checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3820dependencies = [3821 "cc",3822 "winapi 0.3.9",3823]38243825[[package]]3826name = "libloading"3827version = "0.7.0"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"3830dependencies = [3831 "cfg-if 1.0.0",3832 "winapi 0.3.9",3833]38343835[[package]]3836name = "libm"3837version = "0.2.1"3838source = "registry+https://github.com/rust-lang/crates.io-index"3839checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"38403841[[package]]3842name = "libp2p"3843version = "0.39.1"3844source = "registry+https://github.com/rust-lang/crates.io-index"3845checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"3846dependencies = [3847 "atomic",3848 "bytes 1.1.0",3849 "futures 0.3.17",3850 "lazy_static",3851 "libp2p-core",3852 "libp2p-deflate",3853 "libp2p-dns",3854 "libp2p-floodsub",3855 "libp2p-gossipsub",3856 "libp2p-identify",3857 "libp2p-kad",3858 "libp2p-mdns",3859 "libp2p-mplex",3860 "libp2p-noise",3861 "libp2p-ping",3862 "libp2p-plaintext",3863 "libp2p-pnet",3864 "libp2p-relay",3865 "libp2p-request-response",3866 "libp2p-swarm",3867 "libp2p-swarm-derive",3868 "libp2p-tcp",3869 "libp2p-uds",3870 "libp2p-wasm-ext",3871 "libp2p-websocket",3872 "libp2p-yamux",3873 "multiaddr",3874 "parking_lot 0.11.2",3875 "pin-project 1.0.8",3876 "smallvec",3877 "wasm-timer",3878]38793880[[package]]3881name = "libp2p-core"3882version = "0.29.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59"3885dependencies = [3886 "asn1_der",3887 "bs58",3888 "ed25519-dalek",3889 "either",3890 "fnv",3891 "futures 0.3.17",3892 "futures-timer 3.0.2",3893 "lazy_static",3894 "libsecp256k1 0.5.0",3895 "log",3896 "multiaddr",3897 "multihash 0.14.0",3898 "multistream-select",3899 "parking_lot 0.11.2",3900 "pin-project 1.0.8",3901 "prost",3902 "prost-build",3903 "rand 0.7.3",3904 "ring",3905 "rw-stream-sink",3906 "sha2 0.9.8",3907 "smallvec",3908 "thiserror",3909 "unsigned-varint 0.7.0",3910 "void",3911 "zeroize",3912]39133914[[package]]3915name = "libp2p-deflate"3916version = "0.29.0"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"3919dependencies = [3920 "flate2",3921 "futures 0.3.17",3922 "libp2p-core",3923]39243925[[package]]3926name = "libp2p-dns"3927version = "0.29.0"3928source = "registry+https://github.com/rust-lang/crates.io-index"3929checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"3930dependencies = [3931 "async-std-resolver",3932 "futures 0.3.17",3933 "libp2p-core",3934 "log",3935 "smallvec",3936 "trust-dns-resolver",3937]39383939[[package]]3940name = "libp2p-floodsub"3941version = "0.30.0"3942source = "registry+https://github.com/rust-lang/crates.io-index"3943checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f"3944dependencies = [3945 "cuckoofilter",3946 "fnv",3947 "futures 0.3.17",3948 "libp2p-core",3949 "libp2p-swarm",3950 "log",3951 "prost",3952 "prost-build",3953 "rand 0.7.3",3954 "smallvec",3955]39563957[[package]]3958name = "libp2p-gossipsub"3959version = "0.32.0"3960source = "registry+https://github.com/rust-lang/crates.io-index"3961checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e"3962dependencies = [3963 "asynchronous-codec 0.6.0",3964 "base64 0.13.0",3965 "byteorder",3966 "bytes 1.1.0",3967 "fnv",3968 "futures 0.3.17",3969 "hex_fmt",3970 "libp2p-core",3971 "libp2p-swarm",3972 "log",3973 "prost",3974 "prost-build",3975 "rand 0.7.3",3976 "regex",3977 "sha2 0.9.8",3978 "smallvec",3979 "unsigned-varint 0.7.0",3980 "wasm-timer",3981]39823983[[package]]3984name = "libp2p-identify"3985version = "0.30.0"3986source = "registry+https://github.com/rust-lang/crates.io-index"3987checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"3988dependencies = [3989 "futures 0.3.17",3990 "libp2p-core",3991 "libp2p-swarm",3992 "log",3993 "prost",3994 "prost-build",3995 "smallvec",3996 "wasm-timer",3997]39983999[[package]]4000name = "libp2p-kad"4001version = "0.31.0"4002source = "registry+https://github.com/rust-lang/crates.io-index"4003checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e"4004dependencies = [4005 "arrayvec 0.5.2",4006 "asynchronous-codec 0.6.0",4007 "bytes 1.1.0",4008 "either",4009 "fnv",4010 "futures 0.3.17",4011 "libp2p-core",4012 "libp2p-swarm",4013 "log",4014 "prost",4015 "prost-build",4016 "rand 0.7.3",4017 "sha2 0.9.8",4018 "smallvec",4019 "uint",4020 "unsigned-varint 0.7.0",4021 "void",4022 "wasm-timer",4023]40244025[[package]]4026name = "libp2p-mdns"4027version = "0.31.0"4028source = "registry+https://github.com/rust-lang/crates.io-index"4029checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33"4030dependencies = [4031 "async-io",4032 "data-encoding",4033 "dns-parser",4034 "futures 0.3.17",4035 "if-watch",4036 "lazy_static",4037 "libp2p-core",4038 "libp2p-swarm",4039 "log",4040 "rand 0.8.4",4041 "smallvec",4042 "socket2 0.4.2",4043 "void",4044]40454046[[package]]4047name = "libp2p-mplex"4048version = "0.29.0"4049source = "registry+https://github.com/rust-lang/crates.io-index"4050checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4051dependencies = [4052 "asynchronous-codec 0.6.0",4053 "bytes 1.1.0",4054 "futures 0.3.17",4055 "libp2p-core",4056 "log",4057 "nohash-hasher",4058 "parking_lot 0.11.2",4059 "rand 0.7.3",4060 "smallvec",4061 "unsigned-varint 0.7.0",4062]40634064[[package]]4065name = "libp2p-noise"4066version = "0.32.0"4067source = "registry+https://github.com/rust-lang/crates.io-index"4068checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4069dependencies = [4070 "bytes 1.1.0",4071 "curve25519-dalek 3.2.0",4072 "futures 0.3.17",4073 "lazy_static",4074 "libp2p-core",4075 "log",4076 "prost",4077 "prost-build",4078 "rand 0.8.4",4079 "sha2 0.9.8",4080 "snow",4081 "static_assertions",4082 "x25519-dalek",4083 "zeroize",4084]40854086[[package]]4087name = "libp2p-ping"4088version = "0.30.0"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"4091dependencies = [4092 "futures 0.3.17",4093 "libp2p-core",4094 "libp2p-swarm",4095 "log",4096 "rand 0.7.3",4097 "void",4098 "wasm-timer",4099]41004101[[package]]4102name = "libp2p-plaintext"4103version = "0.29.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4106dependencies = [4107 "asynchronous-codec 0.6.0",4108 "bytes 1.1.0",4109 "futures 0.3.17",4110 "libp2p-core",4111 "log",4112 "prost",4113 "prost-build",4114 "unsigned-varint 0.7.0",4115 "void",4116]41174118[[package]]4119name = "libp2p-pnet"4120version = "0.21.0"4121source = "registry+https://github.com/rust-lang/crates.io-index"4122checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"4123dependencies = [4124 "futures 0.3.17",4125 "log",4126 "pin-project 1.0.8",4127 "rand 0.7.3",4128 "salsa20",4129 "sha3 0.9.1",4130]41314132[[package]]4133name = "libp2p-relay"4134version = "0.3.0"4135source = "registry+https://github.com/rust-lang/crates.io-index"4136checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4137dependencies = [4138 "asynchronous-codec 0.6.0",4139 "bytes 1.1.0",4140 "futures 0.3.17",4141 "futures-timer 3.0.2",4142 "libp2p-core",4143 "libp2p-swarm",4144 "log",4145 "pin-project 1.0.8",4146 "prost",4147 "prost-build",4148 "rand 0.7.3",4149 "smallvec",4150 "unsigned-varint 0.7.0",4151 "void",4152 "wasm-timer",4153]41544155[[package]]4156name = "libp2p-request-response"4157version = "0.12.0"4158source = "registry+https://github.com/rust-lang/crates.io-index"4159checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4160dependencies = [4161 "async-trait",4162 "bytes 1.1.0",4163 "futures 0.3.17",4164 "libp2p-core",4165 "libp2p-swarm",4166 "log",4167 "lru",4168 "minicbor",4169 "rand 0.7.3",4170 "smallvec",4171 "unsigned-varint 0.7.0",4172 "wasm-timer",4173]41744175[[package]]4176name = "libp2p-swarm"4177version = "0.30.0"4178source = "registry+https://github.com/rust-lang/crates.io-index"4179checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"4180dependencies = [4181 "either",4182 "futures 0.3.17",4183 "libp2p-core",4184 "log",4185 "rand 0.7.3",4186 "smallvec",4187 "void",4188 "wasm-timer",4189]41904191[[package]]4192name = "libp2p-swarm-derive"4193version = "0.24.0"4194source = "registry+https://github.com/rust-lang/crates.io-index"4195checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c"4196dependencies = [4197 "quote",4198 "syn",4199]42004201[[package]]4202name = "libp2p-tcp"4203version = "0.29.0"4204source = "registry+https://github.com/rust-lang/crates.io-index"4205checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"4206dependencies = [4207 "async-io",4208 "futures 0.3.17",4209 "futures-timer 3.0.2",4210 "if-watch",4211 "ipnet",4212 "libc",4213 "libp2p-core",4214 "log",4215 "socket2 0.4.2",4216]42174218[[package]]4219name = "libp2p-uds"4220version = "0.29.0"4221source = "registry+https://github.com/rust-lang/crates.io-index"4222checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"4223dependencies = [4224 "async-std",4225 "futures 0.3.17",4226 "libp2p-core",4227 "log",4228]42294230[[package]]4231name = "libp2p-wasm-ext"4232version = "0.29.0"4233source = "registry+https://github.com/rust-lang/crates.io-index"4234checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"4235dependencies = [4236 "futures 0.3.17",4237 "js-sys",4238 "libp2p-core",4239 "parity-send-wrapper",4240 "wasm-bindgen",4241 "wasm-bindgen-futures",4242]42434244[[package]]4245name = "libp2p-websocket"4246version = "0.30.0"4247source = "registry+https://github.com/rust-lang/crates.io-index"4248checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"4249dependencies = [4250 "either",4251 "futures 0.3.17",4252 "futures-rustls",4253 "libp2p-core",4254 "log",4255 "quicksink",4256 "rw-stream-sink",4257 "soketto 0.4.2",4258 "url 2.2.2",4259 "webpki-roots",4260]42614262[[package]]4263name = "libp2p-yamux"4264version = "0.33.0"4265source = "registry+https://github.com/rust-lang/crates.io-index"4266checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"4267dependencies = [4268 "futures 0.3.17",4269 "libp2p-core",4270 "parking_lot 0.11.2",4271 "thiserror",4272 "yamux",4273]42744275[[package]]4276name = "librocksdb-sys"4277version = "6.20.3"4278source = "registry+https://github.com/rust-lang/crates.io-index"4279checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4280dependencies = [4281 "bindgen",4282 "cc",4283 "glob",4284 "libc",4285]42864287[[package]]4288name = "libsecp256k1"4289version = "0.3.5"4290source = "registry+https://github.com/rust-lang/crates.io-index"4291checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4292dependencies = [4293 "arrayref",4294 "crunchy",4295 "digest 0.8.1",4296 "hmac-drbg 0.2.0",4297 "rand 0.7.3",4298 "sha2 0.8.2",4299 "subtle 2.4.1",4300 "typenum",4301]43024303[[package]]4304name = "libsecp256k1"4305version = "0.5.0"4306source = "registry+https://github.com/rust-lang/crates.io-index"4307checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"4308dependencies = [4309 "arrayref",4310 "base64 0.12.3",4311 "digest 0.9.0",4312 "hmac-drbg 0.3.0",4313 "libsecp256k1-core 0.2.2",4314 "libsecp256k1-gen-ecmult 0.2.1",4315 "libsecp256k1-gen-genmult 0.2.1",4316 "rand 0.7.3",4317 "serde",4318 "sha2 0.9.8",4319 "typenum",4320]43214322[[package]]4323name = "libsecp256k1"4324version = "0.6.0"4325source = "registry+https://github.com/rust-lang/crates.io-index"4326checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"4327dependencies = [4328 "arrayref",4329 "base64 0.12.3",4330 "digest 0.9.0",4331 "hmac-drbg 0.3.0",4332 "libsecp256k1-core 0.2.2",4333 "libsecp256k1-gen-ecmult 0.2.1",4334 "libsecp256k1-gen-genmult 0.2.1",4335 "rand 0.7.3",4336 "serde",4337 "sha2 0.9.8",4338 "typenum",4339]43404341[[package]]4342name = "libsecp256k1"4343version = "0.7.0"4344source = "registry+https://github.com/rust-lang/crates.io-index"4345checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4346dependencies = [4347 "arrayref",4348 "base64 0.13.0",4349 "digest 0.9.0",4350 "hmac-drbg 0.3.0",4351 "libsecp256k1-core 0.3.0",4352 "libsecp256k1-gen-ecmult 0.3.0",4353 "libsecp256k1-gen-genmult 0.3.0",4354 "rand 0.8.4",4355 "serde",4356 "sha2 0.9.8",4357 "typenum",4358]43594360[[package]]4361name = "libsecp256k1-core"4362version = "0.2.2"4363source = "registry+https://github.com/rust-lang/crates.io-index"4364checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"4365dependencies = [4366 "crunchy",4367 "digest 0.9.0",4368 "subtle 2.4.1",4369]43704371[[package]]4372name = "libsecp256k1-core"4373version = "0.3.0"4374source = "registry+https://github.com/rust-lang/crates.io-index"4375checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4376dependencies = [4377 "crunchy",4378 "digest 0.9.0",4379 "subtle 2.4.1",4380]43814382[[package]]4383name = "libsecp256k1-gen-ecmult"4384version = "0.2.1"4385source = "registry+https://github.com/rust-lang/crates.io-index"4386checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4387dependencies = [4388 "libsecp256k1-core 0.2.2",4389]43904391[[package]]4392name = "libsecp256k1-gen-ecmult"4393version = "0.3.0"4394source = "registry+https://github.com/rust-lang/crates.io-index"4395checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4396dependencies = [4397 "libsecp256k1-core 0.3.0",4398]43994400[[package]]4401name = "libsecp256k1-gen-genmult"4402version = "0.2.1"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4405dependencies = [4406 "libsecp256k1-core 0.2.2",4407]44084409[[package]]4410name = "libsecp256k1-gen-genmult"4411version = "0.3.0"4412source = "registry+https://github.com/rust-lang/crates.io-index"4413checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4414dependencies = [4415 "libsecp256k1-core 0.3.0",4416]44174418[[package]]4419name = "libz-sys"4420version = "1.1.3"4421source = "registry+https://github.com/rust-lang/crates.io-index"4422checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4423dependencies = [4424 "cc",4425 "pkg-config",4426 "vcpkg",4427]44284429[[package]]4430name = "linked-hash-map"4431version = "0.5.4"4432source = "registry+https://github.com/rust-lang/crates.io-index"4433checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"44344435[[package]]4436name = "linked_hash_set"4437version = "0.1.4"4438source = "registry+https://github.com/rust-lang/crates.io-index"4439checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4440dependencies = [4441 "linked-hash-map",4442]44434444[[package]]4445name = "linregress"4446version = "0.4.4"4447source = "registry+https://github.com/rust-lang/crates.io-index"4448checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4449dependencies = [4450 "nalgebra",4451 "statrs",4452]44534454[[package]]4455name = "lock_api"4456version = "0.3.4"4457source = "registry+https://github.com/rust-lang/crates.io-index"4458checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4459dependencies = [4460 "scopeguard",4461]44624463[[package]]4464name = "lock_api"4465version = "0.4.5"4466source = "registry+https://github.com/rust-lang/crates.io-index"4467checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"4468dependencies = [4469 "scopeguard",4470]44714472[[package]]4473name = "log"4474version = "0.4.14"4475source = "registry+https://github.com/rust-lang/crates.io-index"4476checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4477dependencies = [4478 "cfg-if 1.0.0",4479 "value-bag",4480]44814482[[package]]4483name = "lru"4484version = "0.6.6"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4487dependencies = [4488 "hashbrown",4489]44904491[[package]]4492name = "lru-cache"4493version = "0.1.2"4494source = "registry+https://github.com/rust-lang/crates.io-index"4495checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4496dependencies = [4497 "linked-hash-map",4498]44994500[[package]]4501name = "lz4"4502version = "1.23.2"4503source = "registry+https://github.com/rust-lang/crates.io-index"4504checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4505dependencies = [4506 "libc",4507 "lz4-sys",4508]45094510[[package]]4511name = "lz4-sys"4512version = "1.9.2"4513source = "registry+https://github.com/rust-lang/crates.io-index"4514checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4515dependencies = [4516 "cc",4517 "libc",4518]45194520[[package]]4521name = "mach"4522version = "0.3.2"4523source = "registry+https://github.com/rust-lang/crates.io-index"4524checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4525dependencies = [4526 "libc",4527]45284529[[package]]4530name = "maplit"4531version = "1.0.2"4532source = "registry+https://github.com/rust-lang/crates.io-index"4533checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"45344535[[package]]4536name = "match_cfg"4537version = "0.1.0"4538source = "registry+https://github.com/rust-lang/crates.io-index"4539checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"45404541[[package]]4542name = "matchers"4543version = "0.0.1"4544source = "registry+https://github.com/rust-lang/crates.io-index"4545checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4546dependencies = [4547 "regex-automata",4548]45494550[[package]]4551name = "matches"4552version = "0.1.9"4553source = "registry+https://github.com/rust-lang/crates.io-index"4554checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"45554556[[package]]4557name = "matrixmultiply"4558version = "0.3.1"4559source = "registry+https://github.com/rust-lang/crates.io-index"4560checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4561dependencies = [4562 "rawpointer",4563]45644565[[package]]4566name = "memchr"4567version = "2.4.1"4568source = "registry+https://github.com/rust-lang/crates.io-index"4569checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"45704571[[package]]4572name = "memmap2"4573version = "0.2.3"4574source = "registry+https://github.com/rust-lang/crates.io-index"4575checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4576dependencies = [4577 "libc",4578]45794580[[package]]4581name = "memoffset"4582version = "0.6.4"4583source = "registry+https://github.com/rust-lang/crates.io-index"4584checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4585dependencies = [4586 "autocfg",4587]45884589[[package]]4590name = "memory-db"4591version = "0.27.0"4592source = "registry+https://github.com/rust-lang/crates.io-index"4593checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"4594dependencies = [4595 "hash-db",4596 "hashbrown",4597 "parity-util-mem",4598]45994600[[package]]4601name = "memory-lru"4602version = "0.1.0"4603source = "registry+https://github.com/rust-lang/crates.io-index"4604checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4605dependencies = [4606 "lru",4607]46084609[[package]]4610name = "memory_units"4611version = "0.3.0"4612source = "registry+https://github.com/rust-lang/crates.io-index"4613checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"46144615[[package]]4616name = "merlin"4617version = "2.0.1"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4620dependencies = [4621 "byteorder",4622 "keccak",4623 "rand_core 0.5.1",4624 "zeroize",4625]46264627[[package]]4628name = "metered-channel"4629version = "0.9.11"4630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"4631dependencies = [4632 "derive_more",4633 "futures 0.3.17",4634 "futures-timer 3.0.2",4635 "thiserror",4636 "tracing",4637]46384639[[package]]4640name = "mick-jaeger"4641version = "0.1.4"4642source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4644dependencies = [4645 "futures 0.3.17",4646 "rand 0.7.3",4647 "thrift",4648]46494650[[package]]4651name = "minicbor"4652version = "0.8.1"4653source = "registry+https://github.com/rust-lang/crates.io-index"4654checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4655dependencies = [4656 "minicbor-derive",4657]46584659[[package]]4660name = "minicbor-derive"4661version = "0.6.4"4662source = "registry+https://github.com/rust-lang/crates.io-index"4663checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"4664dependencies = [4665 "proc-macro2",4666 "quote",4667 "syn",4668]46694670[[package]]4671name = "miniz_oxide"4672version = "0.4.4"4673source = "registry+https://github.com/rust-lang/crates.io-index"4674checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4675dependencies = [4676 "adler",4677 "autocfg",4678]46794680[[package]]4681name = "mio"4682version = "0.6.23"4683source = "registry+https://github.com/rust-lang/crates.io-index"4684checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4685dependencies = [4686 "cfg-if 0.1.10",4687 "fuchsia-zircon",4688 "fuchsia-zircon-sys",4689 "iovec",4690 "kernel32-sys",4691 "libc",4692 "log",4693 "miow 0.2.2",4694 "net2",4695 "slab",4696 "winapi 0.2.8",4697]46984699[[package]]4700name = "mio"4701version = "0.7.13"4702source = "registry+https://github.com/rust-lang/crates.io-index"4703checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"4704dependencies = [4705 "libc",4706 "log",4707 "miow 0.3.7",4708 "ntapi",4709 "winapi 0.3.9",4710]47114712[[package]]4713name = "mio-extras"4714version = "2.0.6"4715source = "registry+https://github.com/rust-lang/crates.io-index"4716checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4717dependencies = [4718 "lazycell",4719 "log",4720 "mio 0.6.23",4721 "slab",4722]47234724[[package]]4725name = "miow"4726version = "0.2.2"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4729dependencies = [4730 "kernel32-sys",4731 "net2",4732 "winapi 0.2.8",4733 "ws2_32-sys",4734]47354736[[package]]4737name = "miow"4738version = "0.3.7"4739source = "registry+https://github.com/rust-lang/crates.io-index"4740checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4741dependencies = [4742 "winapi 0.3.9",4743]47444745[[package]]4746name = "more-asserts"4747version = "0.2.1"4748source = "registry+https://github.com/rust-lang/crates.io-index"4749checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"47504751[[package]]4752name = "multiaddr"4753version = "0.13.0"4754source = "registry+https://github.com/rust-lang/crates.io-index"4755checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4756dependencies = [4757 "arrayref",4758 "bs58",4759 "byteorder",4760 "data-encoding",4761 "multihash 0.14.0",4762 "percent-encoding 2.1.0",4763 "serde",4764 "static_assertions",4765 "unsigned-varint 0.7.0",4766 "url 2.2.2",4767]47684769[[package]]4770name = "multibase"4771version = "0.8.0"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4774dependencies = [4775 "base-x",4776 "data-encoding",4777 "data-encoding-macro",4778]47794780[[package]]4781name = "multihash"4782version = "0.13.2"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4785dependencies = [4786 "blake2b_simd",4787 "blake2s_simd",4788 "blake3",4789 "digest 0.9.0",4790 "generic-array 0.14.4",4791 "multihash-derive",4792 "sha2 0.9.8",4793 "sha3 0.9.1",4794 "unsigned-varint 0.5.1",4795]47964797[[package]]4798name = "multihash"4799version = "0.14.0"4800source = "registry+https://github.com/rust-lang/crates.io-index"4801checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"4802dependencies = [4803 "digest 0.9.0",4804 "generic-array 0.14.4",4805 "multihash-derive",4806 "sha2 0.9.8",4807 "unsigned-varint 0.7.0",4808]48094810[[package]]4811name = "multihash-derive"4812version = "0.7.2"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4815dependencies = [4816 "proc-macro-crate 1.1.0",4817 "proc-macro-error 1.0.4",4818 "proc-macro2",4819 "quote",4820 "syn",4821 "synstructure",4822]48234824[[package]]4825name = "multimap"4826version = "0.8.3"4827source = "registry+https://github.com/rust-lang/crates.io-index"4828checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"48294830[[package]]4831name = "multistream-select"4832version = "0.10.2"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"4835dependencies = [4836 "bytes 1.1.0",4837 "futures 0.3.17",4838 "log",4839 "pin-project 1.0.8",4840 "smallvec",4841 "unsigned-varint 0.7.0",4842]48434844[[package]]4845name = "nalgebra"4846version = "0.27.1"4847source = "registry+https://github.com/rust-lang/crates.io-index"4848checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4849dependencies = [4850 "approx",4851 "matrixmultiply",4852 "nalgebra-macros",4853 "num-complex",4854 "num-rational 0.4.0",4855 "num-traits",4856 "rand 0.8.4",4857 "rand_distr",4858 "simba",4859 "typenum",4860]48614862[[package]]4863name = "nalgebra-macros"4864version = "0.1.0"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4867dependencies = [4868 "proc-macro2",4869 "quote",4870 "syn",4871]48724873[[package]]4874name = "names"4875version = "0.12.0"4876source = "registry+https://github.com/rust-lang/crates.io-index"4877checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"4878dependencies = [4879 "rand 0.8.4",4880]48814882[[package]]4883name = "net2"4884version = "0.2.37"4885source = "registry+https://github.com/rust-lang/crates.io-index"4886checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4887dependencies = [4888 "cfg-if 0.1.10",4889 "libc",4890 "winapi 0.3.9",4891]48924893[[package]]4894name = "nft"4895version = "3.0.0"4896dependencies = [4897 "cumulus-client-cli",4898 "cumulus-client-collator",4899 "cumulus-client-consensus-aura",4900 "cumulus-client-consensus-common",4901 "cumulus-client-network",4902 "cumulus-client-service",4903 "cumulus-primitives-core",4904 "cumulus-primitives-parachain-inherent",4905 "fc-consensus",4906 "fc-db",4907 "fc-mapping-sync",4908 "fc-rpc",4909 "fc-rpc-core",4910 "flexi_logger",4911 "fp-rpc",4912 "frame-benchmarking",4913 "frame-benchmarking-cli",4914 "futures 0.3.17",4915 "jsonrpc-core",4916 "jsonrpc-pubsub",4917 "log",4918 "nft-data-structs",4919 "nft-rpc",4920 "nft-runtime",4921 "pallet-ethereum",4922 "pallet-transaction-payment-rpc",4923 "parity-scale-codec",4924 "parking_lot 0.11.2",4925 "polkadot-cli",4926 "polkadot-parachain",4927 "polkadot-primitives",4928 "polkadot-service",4929 "polkadot-test-service",4930 "sc-basic-authorship",4931 "sc-chain-spec",4932 "sc-cli",4933 "sc-client-api",4934 "sc-consensus",4935 "sc-consensus-aura",4936 "sc-executor",4937 "sc-finality-grandpa",4938 "sc-keystore",4939 "sc-network",4940 "sc-rpc",4941 "sc-rpc-api",4942 "sc-service",4943 "sc-telemetry",4944 "sc-tracing",4945 "sc-transaction-pool",4946 "serde",4947 "serde_json",4948 "sp-api",4949 "sp-block-builder",4950 "sp-blockchain",4951 "sp-consensus",4952 "sp-consensus-aura",4953 "sp-core",4954 "sp-finality-grandpa",4955 "sp-inherents",4956 "sp-keystore",4957 "sp-offchain",4958 "sp-runtime",4959 "sp-session",4960 "sp-timestamp",4961 "sp-transaction-pool",4962 "sp-trie",4963 "structopt",4964 "substrate-build-script-utils",4965 "substrate-frame-rpc-system",4966 "substrate-prometheus-endpoint",4967]49684969[[package]]4970name = "nft-data-structs"4971version = "0.9.0"4972dependencies = [4973 "derivative",4974 "frame-support",4975 "frame-system",4976 "parity-scale-codec",4977 "scale-info",4978 "serde",4979 "sp-core",4980 "sp-runtime",4981 "sp-std",4982]49834984[[package]]4985name = "nft-rpc"4986version = "3.3.1"4987dependencies = [4988 "fc-db",4989 "fc-mapping-sync",4990 "fc-rpc",4991 "fc-rpc-core",4992 "fp-rpc",4993 "futures 0.3.17",4994 "jsonrpc-core",4995 "jsonrpc-pubsub",4996 "nft-runtime",4997 "pallet-ethereum",4998 "pallet-nft",4999 "pallet-transaction-payment-rpc",5000 "pallet-transaction-payment-rpc-runtime-api",5001 "sc-client-api",5002 "sc-consensus-aura",5003 "sc-consensus-epochs",5004 "sc-finality-grandpa",5005 "sc-finality-grandpa-rpc",5006 "sc-keystore",5007 "sc-network",5008 "sc-rpc",5009 "sc-rpc-api",5010 "sc-service",5011 "sc-transaction-pool",5012 "sp-api",5013 "sp-block-builder",5014 "sp-blockchain",5015 "sp-consensus",5016 "sp-consensus-aura",5017 "sp-core",5018 "sp-offchain",5019 "sp-runtime",5020 "sp-session",5021 "sp-storage",5022 "sp-transaction-pool",5023 "substrate-frame-rpc-system",5024 "tokio 0.2.25",5025]50265027[[package]]5028name = "nft-runtime"5029version = "3.0.0"5030dependencies = [5031 "cumulus-pallet-aura-ext",5032 "cumulus-pallet-dmp-queue",5033 "cumulus-pallet-parachain-system",5034 "cumulus-pallet-xcm",5035 "cumulus-pallet-xcmp-queue",5036 "cumulus-primitives-core",5037 "cumulus-primitives-timestamp",5038 "cumulus-primitives-utility",5039 "derivative",5040 "fp-rpc",5041 "frame-benchmarking",5042 "frame-executive",5043 "frame-support",5044 "frame-system",5045 "frame-system-benchmarking",5046 "frame-system-rpc-runtime-api",5047 "hex-literal",5048 "nft-data-structs",5049 "pallet-aura",5050 "pallet-balances",5051 "pallet-ethereum",5052 "pallet-evm",5053 "pallet-evm-coder-substrate",5054 "pallet-evm-contract-helpers",5055 "pallet-evm-migration",5056 "pallet-evm-transaction-payment",5057 "pallet-inflation",5058 "pallet-nft",5059 "pallet-nft-charge-transaction",5060 "pallet-nft-transaction-payment",5061 "pallet-randomness-collective-flip",5062 "pallet-scheduler 3.0.0",5063 "pallet-sudo",5064 "pallet-timestamp",5065 "pallet-transaction-payment",5066 "pallet-transaction-payment-rpc-runtime-api",5067 "pallet-treasury",5068 "pallet-vesting",5069 "pallet-xcm",5070 "parachain-info",5071 "parity-scale-codec",5072 "polkadot-parachain",5073 "scale-info",5074 "serde",5075 "smallvec",5076 "sp-api",5077 "sp-arithmetic",5078 "sp-block-builder",5079 "sp-consensus-aura",5080 "sp-core",5081 "sp-inherents",5082 "sp-io",5083 "sp-offchain",5084 "sp-runtime",5085 "sp-session",5086 "sp-std",5087 "sp-transaction-pool",5088 "sp-version",5089 "substrate-wasm-builder",5090 "xcm",5091 "xcm-builder",5092 "xcm-executor",5093]50945095[[package]]5096name = "nodrop"5097version = "0.1.14"5098source = "registry+https://github.com/rust-lang/crates.io-index"5099checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51005101[[package]]5102name = "nohash-hasher"5103version = "0.2.0"5104source = "registry+https://github.com/rust-lang/crates.io-index"5105checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51065107[[package]]5108name = "nom"5109version = "6.1.2"5110source = "registry+https://github.com/rust-lang/crates.io-index"5111checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"5112dependencies = [5113 "bitvec 0.19.5",5114 "funty",5115 "memchr",5116 "version_check",5117]51185119[[package]]5120name = "ntapi"5121version = "0.3.6"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"5124dependencies = [5125 "winapi 0.3.9",5126]51275128[[package]]5129name = "num-bigint"5130version = "0.2.6"5131source = "registry+https://github.com/rust-lang/crates.io-index"5132checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5133dependencies = [5134 "autocfg",5135 "num-integer",5136 "num-traits",5137]51385139[[package]]5140name = "num-complex"5141version = "0.4.0"5142source = "registry+https://github.com/rust-lang/crates.io-index"5143checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5144dependencies = [5145 "num-traits",5146]51475148[[package]]5149name = "num-integer"5150version = "0.1.44"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5153dependencies = [5154 "autocfg",5155 "num-traits",5156]51575158[[package]]5159name = "num-rational"5160version = "0.2.4"5161source = "registry+https://github.com/rust-lang/crates.io-index"5162checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5163dependencies = [5164 "autocfg",5165 "num-bigint",5166 "num-integer",5167 "num-traits",5168]51695170[[package]]5171name = "num-rational"5172version = "0.4.0"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5175dependencies = [5176 "autocfg",5177 "num-integer",5178 "num-traits",5179]51805181[[package]]5182name = "num-traits"5183version = "0.2.14"5184source = "registry+https://github.com/rust-lang/crates.io-index"5185checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5186dependencies = [5187 "autocfg",5188 "libm",5189]51905191[[package]]5192name = "num_cpus"5193version = "1.13.0"5194source = "registry+https://github.com/rust-lang/crates.io-index"5195checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"5196dependencies = [5197 "hermit-abi",5198 "libc",5199]52005201[[package]]5202name = "object"5203version = "0.26.2"5204source = "registry+https://github.com/rust-lang/crates.io-index"5205checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"5206dependencies = [5207 "crc32fast",5208 "indexmap",5209 "memchr",5210]52115212[[package]]5213name = "once_cell"5214version = "1.8.0"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"52175218[[package]]5219name = "opaque-debug"5220version = "0.2.3"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"52235224[[package]]5225name = "opaque-debug"5226version = "0.3.0"5227source = "registry+https://github.com/rust-lang/crates.io-index"5228checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"52295230[[package]]5231name = "openssl-probe"5232version = "0.1.4"5233source = "registry+https://github.com/rust-lang/crates.io-index"5234checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"52355236[[package]]5237name = "ordered-float"5238version = "1.1.1"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5241dependencies = [5242 "num-traits",5243]52445245[[package]]5246name = "owning_ref"5247version = "0.4.1"5248source = "registry+https://github.com/rust-lang/crates.io-index"5249checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5250dependencies = [5251 "stable_deref_trait",5252]52535254[[package]]5255name = "pallet-aura"5256version = "4.0.0-dev"5257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5258dependencies = [5259 "frame-support",5260 "frame-system",5261 "pallet-timestamp",5262 "parity-scale-codec",5263 "scale-info",5264 "sp-application-crypto",5265 "sp-consensus-aura",5266 "sp-runtime",5267 "sp-std",5268]52695270[[package]]5271name = "pallet-authority-discovery"5272version = "4.0.0-dev"5273source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5274dependencies = [5275 "frame-support",5276 "frame-system",5277 "pallet-session",5278 "parity-scale-codec",5279 "scale-info",5280 "sp-application-crypto",5281 "sp-authority-discovery",5282 "sp-runtime",5283 "sp-std",5284]52855286[[package]]5287name = "pallet-authorship"5288version = "4.0.0-dev"5289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5290dependencies = [5291 "frame-support",5292 "frame-system",5293 "impl-trait-for-tuples 0.2.1",5294 "parity-scale-codec",5295 "scale-info",5296 "sp-authorship",5297 "sp-runtime",5298 "sp-std",5299]53005301[[package]]5302name = "pallet-babe"5303version = "4.0.0-dev"5304source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5305dependencies = [5306 "frame-benchmarking",5307 "frame-support",5308 "frame-system",5309 "log",5310 "pallet-authorship",5311 "pallet-session",5312 "pallet-timestamp",5313 "parity-scale-codec",5314 "scale-info",5315 "sp-application-crypto",5316 "sp-consensus-babe",5317 "sp-consensus-vrf",5318 "sp-io",5319 "sp-runtime",5320 "sp-session",5321 "sp-staking",5322 "sp-std",5323]53245325[[package]]5326name = "pallet-bags-list"5327version = "4.0.0-dev"5328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5329dependencies = [5330 "frame-benchmarking",5331 "frame-election-provider-support",5332 "frame-support",5333 "frame-system",5334 "log",5335 "pallet-balances",5336 "parity-scale-codec",5337 "scale-info",5338 "sp-core",5339 "sp-io",5340 "sp-runtime",5341 "sp-std",5342 "sp-tracing",5343]53445345[[package]]5346name = "pallet-balances"5347version = "4.0.0-dev"5348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5349dependencies = [5350 "frame-benchmarking",5351 "frame-support",5352 "frame-system",5353 "log",5354 "parity-scale-codec",5355 "scale-info",5356 "sp-runtime",5357 "sp-std",5358]53595360[[package]]5361name = "pallet-beefy"5362version = "4.0.0-dev"5363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5364dependencies = [5365 "beefy-primitives",5366 "frame-support",5367 "frame-system",5368 "pallet-session",5369 "parity-scale-codec",5370 "scale-info",5371 "serde",5372 "sp-runtime",5373 "sp-std",5374]53755376[[package]]5377name = "pallet-beefy-mmr"5378version = "4.0.0-dev"5379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5380dependencies = [5381 "beefy-merkle-tree",5382 "beefy-primitives",5383 "frame-support",5384 "frame-system",5385 "hex",5386 "libsecp256k1 0.7.0",5387 "log",5388 "pallet-beefy",5389 "pallet-mmr",5390 "pallet-mmr-primitives",5391 "pallet-session",5392 "parity-scale-codec",5393 "scale-info",5394 "serde",5395 "sp-core",5396 "sp-io",5397 "sp-runtime",5398 "sp-std",5399]54005401[[package]]5402name = "pallet-bounties"5403version = "4.0.0-dev"5404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5405dependencies = [5406 "frame-benchmarking",5407 "frame-support",5408 "frame-system",5409 "log",5410 "pallet-treasury",5411 "parity-scale-codec",5412 "scale-info",5413 "sp-core",5414 "sp-io",5415 "sp-runtime",5416 "sp-std",5417]54185419[[package]]5420name = "pallet-bridge-dispatch"5421version = "0.1.0"5422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"5423dependencies = [5424 "bp-message-dispatch",5425 "bp-runtime",5426 "frame-support",5427 "frame-system",5428 "log",5429 "parity-scale-codec",5430 "scale-info",5431 "sp-core",5432 "sp-runtime",5433 "sp-std",5434]54355436[[package]]5437name = "pallet-bridge-grandpa"5438version = "0.1.0"5439source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"5440dependencies = [5441 "bp-header-chain",5442 "bp-runtime",5443 "bp-test-utils",5444 "finality-grandpa",5445 "frame-support",5446 "frame-system",5447 "log",5448 "num-traits",5449 "parity-scale-codec",5450 "scale-info",5451 "serde",5452 "sp-finality-grandpa",5453 "sp-runtime",5454 "sp-std",5455 "sp-trie",5456]54575458[[package]]5459name = "pallet-bridge-messages"5460version = "0.1.0"5461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"5462dependencies = [5463 "bitvec 0.20.4",5464 "bp-message-dispatch",5465 "bp-messages",5466 "bp-rialto",5467 "bp-runtime",5468 "frame-support",5469 "frame-system",5470 "log",5471 "num-traits",5472 "parity-scale-codec",5473 "scale-info",5474 "serde",5475 "sp-core",5476 "sp-runtime",5477 "sp-std",5478]54795480[[package]]5481name = "pallet-collective"5482version = "4.0.0-dev"5483source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5484dependencies = [5485 "frame-benchmarking",5486 "frame-support",5487 "frame-system",5488 "log",5489 "parity-scale-codec",5490 "scale-info",5491 "sp-core",5492 "sp-io",5493 "sp-runtime",5494 "sp-std",5495]54965497[[package]]5498name = "pallet-contract-helpers"5499version = "0.1.0"5500dependencies = [5501 "frame-support",5502 "frame-system",5503 "pallet-contracts",5504 "parity-scale-codec",5505 "scale-info",5506 "sp-runtime",5507 "sp-std",5508 "up-sponsorship",5509]55105511[[package]]5512name = "pallet-contracts"5513version = "4.0.0-dev"5514source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5515dependencies = [5516 "bitflags",5517 "frame-benchmarking",5518 "frame-support",5519 "frame-system",5520 "libsecp256k1 0.3.5",5521 "log",5522 "pallet-contracts-primitives",5523 "pallet-contracts-proc-macro",5524 "parity-scale-codec",5525 "pwasm-utils",5526 "rand 0.7.3",5527 "scale-info",5528 "serde",5529 "smallvec",5530 "sp-core",5531 "sp-io",5532 "sp-runtime",5533 "sp-sandbox",5534 "sp-std",5535 "wasmi-validation",5536]55375538[[package]]5539name = "pallet-contracts-primitives"5540version = "4.0.0-dev"5541source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5542dependencies = [5543 "bitflags",5544 "parity-scale-codec",5545 "scale-info",5546 "serde",5547 "sp-core",5548 "sp-runtime",5549 "sp-std",5550]55515552[[package]]5553name = "pallet-contracts-proc-macro"5554version = "4.0.0-dev"5555source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5556dependencies = [5557 "proc-macro2",5558 "quote",5559 "syn",5560]55615562[[package]]5563name = "pallet-democracy"5564version = "4.0.0-dev"5565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5566dependencies = [5567 "frame-benchmarking",5568 "frame-support",5569 "frame-system",5570 "parity-scale-codec",5571 "scale-info",5572 "serde",5573 "sp-io",5574 "sp-runtime",5575 "sp-std",5576]55775578[[package]]5579name = "pallet-election-provider-multi-phase"5580version = "4.0.0-dev"5581source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5582dependencies = [5583 "frame-benchmarking",5584 "frame-election-provider-support",5585 "frame-support",5586 "frame-system",5587 "log",5588 "parity-scale-codec",5589 "rand 0.7.3",5590 "scale-info",5591 "sp-arithmetic",5592 "sp-core",5593 "sp-io",5594 "sp-npos-elections",5595 "sp-runtime",5596 "sp-std",5597 "static_assertions",5598 "strum 0.21.0",5599 "strum_macros 0.21.1",5600]56015602[[package]]5603name = "pallet-elections-phragmen"5604version = "5.0.0-dev"5605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5606dependencies = [5607 "frame-benchmarking",5608 "frame-support",5609 "frame-system",5610 "log",5611 "parity-scale-codec",5612 "scale-info",5613 "sp-core",5614 "sp-io",5615 "sp-npos-elections",5616 "sp-runtime",5617 "sp-std",5618]56195620[[package]]5621name = "pallet-ethereum"5622version = "4.0.0-dev"5623source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"5624dependencies = [5625 "ethereum",5626 "ethereum-types",5627 "evm",5628 "fp-consensus",5629 "fp-evm",5630 "fp-rpc",5631 "fp-storage",5632 "frame-support",5633 "frame-system",5634 "libsecp256k1 0.5.0",5635 "pallet-balances",5636 "pallet-evm",5637 "pallet-timestamp",5638 "parity-scale-codec",5639 "rlp",5640 "rustc-hex",5641 "scale-info",5642 "serde",5643 "sha3 0.8.2",5644 "sp-io",5645 "sp-runtime",5646 "sp-std",5647]56485649[[package]]5650name = "pallet-evm"5651version = "6.0.0-dev"5652source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.11#0d4130cc9fdf3639e41f57dc642bc0acb304fae2"5653dependencies = [5654 "evm",5655 "evm-gasometer",5656 "evm-runtime",5657 "fp-evm",5658 "frame-benchmarking",5659 "frame-support",5660 "frame-system",5661 "hex",5662 "impl-trait-for-tuples 0.2.1",5663 "log",5664 "pallet-balances",5665 "pallet-timestamp",5666 "parity-scale-codec",5667 "primitive-types 0.9.1",5668 "rlp",5669 "scale-info",5670 "serde",5671 "sha3 0.8.2",5672 "sp-core",5673 "sp-io",5674 "sp-runtime",5675 "sp-std",5676]56775678[[package]]5679name = "pallet-evm-coder-substrate"5680version = "0.1.0"5681dependencies = [5682 "ethereum",5683 "evm-coder",5684 "frame-support",5685 "frame-system",5686 "pallet-ethereum",5687 "pallet-evm",5688 "parity-scale-codec",5689 "scale-info",5690 "sp-core",5691 "sp-std",5692]56935694[[package]]5695name = "pallet-evm-contract-helpers"5696version = "0.1.0"5697dependencies = [5698 "evm-coder",5699 "frame-support",5700 "frame-system",5701 "log",5702 "pallet-evm",5703 "pallet-evm-coder-substrate",5704 "parity-scale-codec",5705 "scale-info",5706 "sp-core",5707 "sp-runtime",5708 "sp-std",5709 "up-sponsorship",5710]57115712[[package]]5713name = "pallet-evm-migration"5714version = "0.1.0"5715dependencies = [5716 "fp-evm",5717 "frame-benchmarking",5718 "frame-support",5719 "frame-system",5720 "pallet-evm",5721 "parity-scale-codec",5722 "scale-info",5723 "sp-core",5724 "sp-io",5725 "sp-runtime",5726 "sp-std",5727]57285729[[package]]5730name = "pallet-evm-transaction-payment"5731version = "0.1.0"5732dependencies = [5733 "fp-evm",5734 "frame-support",5735 "frame-system",5736 "pallet-ethereum",5737 "pallet-evm",5738 "parity-scale-codec",5739 "scale-info",5740 "sp-core",5741 "sp-io",5742 "sp-runtime",5743 "sp-std",5744 "up-sponsorship",5745]57465747[[package]]5748name = "pallet-gilt"5749version = "4.0.0-dev"5750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5751dependencies = [5752 "frame-benchmarking",5753 "frame-support",5754 "frame-system",5755 "parity-scale-codec",5756 "scale-info",5757 "sp-arithmetic",5758 "sp-runtime",5759 "sp-std",5760]57615762[[package]]5763name = "pallet-grandpa"5764version = "4.0.0-dev"5765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5766dependencies = [5767 "frame-benchmarking",5768 "frame-support",5769 "frame-system",5770 "log",5771 "pallet-authorship",5772 "pallet-session",5773 "parity-scale-codec",5774 "scale-info",5775 "sp-application-crypto",5776 "sp-core",5777 "sp-finality-grandpa",5778 "sp-io",5779 "sp-runtime",5780 "sp-session",5781 "sp-staking",5782 "sp-std",5783]57845785[[package]]5786name = "pallet-identity"5787version = "4.0.0-dev"5788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5789dependencies = [5790 "enumflags2",5791 "frame-benchmarking",5792 "frame-support",5793 "frame-system",5794 "parity-scale-codec",5795 "scale-info",5796 "sp-io",5797 "sp-runtime",5798 "sp-std",5799]58005801[[package]]5802name = "pallet-im-online"5803version = "4.0.0-dev"5804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5805dependencies = [5806 "frame-benchmarking",5807 "frame-support",5808 "frame-system",5809 "log",5810 "pallet-authorship",5811 "parity-scale-codec",5812 "scale-info",5813 "sp-application-crypto",5814 "sp-core",5815 "sp-io",5816 "sp-runtime",5817 "sp-staking",5818 "sp-std",5819]58205821[[package]]5822name = "pallet-indices"5823version = "4.0.0-dev"5824source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5825dependencies = [5826 "frame-benchmarking",5827 "frame-support",5828 "frame-system",5829 "parity-scale-codec",5830 "scale-info",5831 "sp-core",5832 "sp-io",5833 "sp-keyring",5834 "sp-runtime",5835 "sp-std",5836]58375838[[package]]5839name = "pallet-inflation"5840version = "3.0.0"5841dependencies = [5842 "frame-benchmarking",5843 "frame-support",5844 "frame-system",5845 "pallet-balances",5846 "pallet-randomness-collective-flip",5847 "pallet-timestamp",5848 "parity-scale-codec",5849 "scale-info",5850 "serde",5851 "sp-core",5852 "sp-io",5853 "sp-runtime",5854 "sp-std",5855]58565857[[package]]5858name = "pallet-membership"5859version = "4.0.0-dev"5860source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5861dependencies = [5862 "frame-benchmarking",5863 "frame-support",5864 "frame-system",5865 "log",5866 "parity-scale-codec",5867 "scale-info",5868 "sp-core",5869 "sp-io",5870 "sp-runtime",5871 "sp-std",5872]58735874[[package]]5875name = "pallet-mmr"5876version = "4.0.0-dev"5877source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5878dependencies = [5879 "ckb-merkle-mountain-range",5880 "frame-benchmarking",5881 "frame-support",5882 "frame-system",5883 "pallet-mmr-primitives",5884 "parity-scale-codec",5885 "scale-info",5886 "sp-core",5887 "sp-io",5888 "sp-runtime",5889 "sp-std",5890]58915892[[package]]5893name = "pallet-mmr-primitives"5894version = "4.0.0-dev"5895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5896dependencies = [5897 "frame-support",5898 "frame-system",5899 "log",5900 "parity-scale-codec",5901 "serde",5902 "sp-api",5903 "sp-core",5904 "sp-runtime",5905 "sp-std",5906]59075908[[package]]5909name = "pallet-mmr-rpc"5910version = "3.0.0"5911source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5912dependencies = [5913 "jsonrpc-core",5914 "jsonrpc-core-client",5915 "jsonrpc-derive",5916 "pallet-mmr-primitives",5917 "parity-scale-codec",5918 "serde",5919 "sp-api",5920 "sp-blockchain",5921 "sp-core",5922 "sp-runtime",5923]59245925[[package]]5926name = "pallet-multisig"5927version = "4.0.0-dev"5928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"5929dependencies = [5930 "frame-benchmarking",5931 "frame-support",5932 "frame-system",5933 "parity-scale-codec",5934 "scale-info",5935 "sp-io",5936 "sp-runtime",5937 "sp-std",5938]59395940[[package]]5941name = "pallet-nft"5942version = "3.0.0"5943dependencies = [5944 "ethereum",5945 "evm-coder",5946 "fp-evm",5947 "frame-benchmarking",5948 "frame-support",5949 "frame-system",5950 "hex-literal",5951 "nft-data-structs",5952 "pallet-balances",5953 "pallet-ethereum",5954 "pallet-evm",5955 "pallet-evm-coder-substrate",5956 "pallet-randomness-collective-flip",5957 "pallet-timestamp",5958 "pallet-transaction-payment",5959 "parity-scale-codec",5960 "primitive-types 0.10.1",5961 "rlp",5962 "scale-info",5963 "serde",5964 "sp-api",5965 "sp-core",5966 "sp-io",5967 "sp-runtime",5968 "sp-std",5969 "up-sponsorship",5970]59715972[[package]]5973name = "pallet-nft-charge-transaction"5974version = "3.0.0"5975dependencies = [5976 "frame-benchmarking",5977 "frame-support",5978 "frame-system",5979 "pallet-balances",5980 "pallet-nft-transaction-payment",5981 "pallet-transaction-payment",5982 "parity-scale-codec",5983 "scale-info",5984 "serde",5985 "sp-core",5986 "sp-io",5987 "sp-runtime",5988 "sp-std",5989]59905991[[package]]5992name = "pallet-nft-transaction-payment"5993version = "3.0.0"5994dependencies = [5995 "frame-benchmarking",5996 "frame-support",5997 "frame-system",5998 "pallet-transaction-payment",5999 "parity-scale-codec",6000 "scale-info",6001 "serde",6002 "sp-core",6003 "sp-io",6004 "sp-runtime",6005 "sp-std",6006 "up-sponsorship",6007]60086009[[package]]6010name = "pallet-nicks"6011version = "4.0.0-dev"6012source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6013dependencies = [6014 "frame-support",6015 "frame-system",6016 "parity-scale-codec",6017 "scale-info",6018 "sp-io",6019 "sp-runtime",6020 "sp-std",6021]60226023[[package]]6024name = "pallet-offences"6025version = "4.0.0-dev"6026source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6027dependencies = [6028 "frame-support",6029 "frame-system",6030 "log",6031 "pallet-balances",6032 "parity-scale-codec",6033 "scale-info",6034 "serde",6035 "sp-runtime",6036 "sp-staking",6037 "sp-std",6038]60396040[[package]]6041name = "pallet-offences-benchmarking"6042version = "4.0.0-dev"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6044dependencies = [6045 "frame-benchmarking",6046 "frame-election-provider-support",6047 "frame-support",6048 "frame-system",6049 "pallet-babe",6050 "pallet-balances",6051 "pallet-grandpa",6052 "pallet-im-online",6053 "pallet-offences",6054 "pallet-session",6055 "pallet-staking",6056 "parity-scale-codec",6057 "scale-info",6058 "sp-runtime",6059 "sp-staking",6060 "sp-std",6061]60626063[[package]]6064name = "pallet-proxy"6065version = "4.0.0-dev"6066source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6067dependencies = [6068 "frame-benchmarking",6069 "frame-support",6070 "frame-system",6071 "parity-scale-codec",6072 "scale-info",6073 "sp-io",6074 "sp-runtime",6075 "sp-std",6076]60776078[[package]]6079name = "pallet-randomness-collective-flip"6080version = "4.0.0-dev"6081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6082dependencies = [6083 "frame-support",6084 "frame-system",6085 "parity-scale-codec",6086 "safe-mix",6087 "scale-info",6088 "sp-runtime",6089 "sp-std",6090]60916092[[package]]6093name = "pallet-recovery"6094version = "4.0.0-dev"6095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6096dependencies = [6097 "frame-support",6098 "frame-system",6099 "parity-scale-codec",6100 "scale-info",6101 "sp-io",6102 "sp-runtime",6103 "sp-std",6104]61056106[[package]]6107name = "pallet-scheduler"6108version = "3.0.0"6109dependencies = [6110 "frame-benchmarking",6111 "frame-support",6112 "frame-system",6113 "log",6114 "parity-scale-codec",6115 "scale-info",6116 "serde",6117 "sp-core",6118 "sp-io",6119 "sp-runtime",6120 "sp-std",6121 "substrate-test-utils",6122 "up-sponsorship",6123]61246125[[package]]6126name = "pallet-scheduler"6127version = "4.0.0-dev"6128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6129dependencies = [6130 "frame-benchmarking",6131 "frame-support",6132 "frame-system",6133 "log",6134 "parity-scale-codec",6135 "scale-info",6136 "sp-io",6137 "sp-runtime",6138 "sp-std",6139]61406141[[package]]6142name = "pallet-session"6143version = "4.0.0-dev"6144source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6145dependencies = [6146 "frame-support",6147 "frame-system",6148 "impl-trait-for-tuples 0.2.1",6149 "log",6150 "pallet-timestamp",6151 "parity-scale-codec",6152 "scale-info",6153 "sp-core",6154 "sp-io",6155 "sp-runtime",6156 "sp-session",6157 "sp-staking",6158 "sp-std",6159 "sp-trie",6160]61616162[[package]]6163name = "pallet-session-benchmarking"6164version = "4.0.0-dev"6165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6166dependencies = [6167 "frame-benchmarking",6168 "frame-support",6169 "frame-system",6170 "pallet-session",6171 "pallet-staking",6172 "rand 0.7.3",6173 "sp-runtime",6174 "sp-session",6175 "sp-std",6176]61776178[[package]]6179name = "pallet-society"6180version = "4.0.0-dev"6181source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6182dependencies = [6183 "frame-support",6184 "frame-system",6185 "parity-scale-codec",6186 "rand_chacha 0.2.2",6187 "scale-info",6188 "sp-runtime",6189 "sp-std",6190]61916192[[package]]6193name = "pallet-staking"6194version = "4.0.0-dev"6195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6196dependencies = [6197 "frame-benchmarking",6198 "frame-election-provider-support",6199 "frame-support",6200 "frame-system",6201 "log",6202 "pallet-authorship",6203 "pallet-session",6204 "parity-scale-codec",6205 "rand_chacha 0.2.2",6206 "scale-info",6207 "serde",6208 "sp-application-crypto",6209 "sp-io",6210 "sp-runtime",6211 "sp-staking",6212 "sp-std",6213]62146215[[package]]6216name = "pallet-staking-reward-curve"6217version = "4.0.0-dev"6218source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6219dependencies = [6220 "proc-macro-crate 1.1.0",6221 "proc-macro2",6222 "quote",6223 "syn",6224]62256226[[package]]6227name = "pallet-staking-reward-fn"6228version = "4.0.0-dev"6229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6230dependencies = [6231 "log",6232 "sp-arithmetic",6233]62346235[[package]]6236name = "pallet-sudo"6237version = "4.0.0-dev"6238source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6239dependencies = [6240 "frame-support",6241 "frame-system",6242 "parity-scale-codec",6243 "scale-info",6244 "sp-io",6245 "sp-runtime",6246 "sp-std",6247]62486249[[package]]6250name = "pallet-timestamp"6251version = "4.0.0-dev"6252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6253dependencies = [6254 "frame-benchmarking",6255 "frame-support",6256 "frame-system",6257 "log",6258 "parity-scale-codec",6259 "scale-info",6260 "sp-inherents",6261 "sp-io",6262 "sp-runtime",6263 "sp-std",6264 "sp-timestamp",6265]62666267[[package]]6268name = "pallet-tips"6269version = "4.0.0-dev"6270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6271dependencies = [6272 "frame-benchmarking",6273 "frame-support",6274 "frame-system",6275 "log",6276 "pallet-treasury",6277 "parity-scale-codec",6278 "scale-info",6279 "serde",6280 "sp-core",6281 "sp-io",6282 "sp-runtime",6283 "sp-std",6284]62856286[[package]]6287name = "pallet-transaction-payment"6288version = "4.0.0-dev"6289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6290dependencies = [6291 "frame-support",6292 "frame-system",6293 "parity-scale-codec",6294 "scale-info",6295 "serde",6296 "smallvec",6297 "sp-core",6298 "sp-io",6299 "sp-runtime",6300 "sp-std",6301]63026303[[package]]6304name = "pallet-transaction-payment-rpc"6305version = "4.0.0-dev"6306source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6307dependencies = [6308 "jsonrpc-core",6309 "jsonrpc-core-client",6310 "jsonrpc-derive",6311 "pallet-transaction-payment-rpc-runtime-api",6312 "parity-scale-codec",6313 "sp-api",6314 "sp-blockchain",6315 "sp-core",6316 "sp-rpc",6317 "sp-runtime",6318]63196320[[package]]6321name = "pallet-transaction-payment-rpc-runtime-api"6322version = "4.0.0-dev"6323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6324dependencies = [6325 "pallet-transaction-payment",6326 "parity-scale-codec",6327 "sp-api",6328 "sp-runtime",6329]63306331[[package]]6332name = "pallet-treasury"6333version = "4.0.0-dev"6334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6335dependencies = [6336 "frame-benchmarking",6337 "frame-support",6338 "frame-system",6339 "impl-trait-for-tuples 0.2.1",6340 "pallet-balances",6341 "parity-scale-codec",6342 "scale-info",6343 "serde",6344 "sp-runtime",6345 "sp-std",6346]63476348[[package]]6349name = "pallet-utility"6350version = "4.0.0-dev"6351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6352dependencies = [6353 "frame-benchmarking",6354 "frame-support",6355 "frame-system",6356 "parity-scale-codec",6357 "scale-info",6358 "sp-core",6359 "sp-io",6360 "sp-runtime",6361 "sp-std",6362]63636364[[package]]6365name = "pallet-vesting"6366version = "4.0.0-dev"6367source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"6368dependencies = [6369 "frame-benchmarking",6370 "frame-support",6371 "frame-system",6372 "log",6373 "parity-scale-codec",6374 "scale-info",6375 "sp-runtime",6376 "sp-std",6377]63786379[[package]]6380name = "pallet-xcm"6381version = "0.9.11"6382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6383dependencies = [6384 "frame-support",6385 "frame-system",6386 "log",6387 "parity-scale-codec",6388 "scale-info",6389 "serde",6390 "sp-core",6391 "sp-runtime",6392 "sp-std",6393 "xcm",6394 "xcm-executor",6395]63966397[[package]]6398name = "pallet-xcm-benchmarks"6399version = "0.9.8"6400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6401dependencies = [6402 "frame-benchmarking",6403 "frame-support",6404 "frame-system",6405 "log",6406 "parity-scale-codec",6407 "scale-info",6408 "sp-runtime",6409 "sp-std",6410 "xcm",6411 "xcm-executor",6412]64136414[[package]]6415name = "parachain-info"6416version = "0.1.0"6417source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.11#ede4d527c4fc5d84c43216b408a873625488574b"6418dependencies = [6419 "cumulus-primitives-core",6420 "frame-support",6421 "frame-system",6422 "parity-scale-codec",6423 "scale-info",6424 "serde",6425]64266427[[package]]6428name = "parity-db"6429version = "0.3.2"6430source = "registry+https://github.com/rust-lang/crates.io-index"6431checksum = "91b679c6acc14fac74382942e2b73bea441686a33430b951ea03b5aeb6a7f254"6432dependencies = [6433 "blake2-rfc",6434 "crc32fast",6435 "fs2",6436 "hex",6437 "libc",6438 "log",6439 "lz4",6440 "memmap2",6441 "parking_lot 0.11.2",6442 "rand 0.8.4",6443 "snap",6444]64456446[[package]]6447name = "parity-scale-codec"6448version = "2.3.1"6449source = "registry+https://github.com/rust-lang/crates.io-index"6450checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6451dependencies = [6452 "arrayvec 0.7.1",6453 "bitvec 0.20.4",6454 "byte-slice-cast",6455 "impl-trait-for-tuples 0.2.1",6456 "parity-scale-codec-derive",6457 "serde",6458]64596460[[package]]6461name = "parity-scale-codec-derive"6462version = "2.3.1"6463source = "registry+https://github.com/rust-lang/crates.io-index"6464checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6465dependencies = [6466 "proc-macro-crate 1.1.0",6467 "proc-macro2",6468 "quote",6469 "syn",6470]64716472[[package]]6473name = "parity-send-wrapper"6474version = "0.1.0"6475source = "registry+https://github.com/rust-lang/crates.io-index"6476checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"64776478[[package]]6479name = "parity-tokio-ipc"6480version = "0.9.0"6481source = "registry+https://github.com/rust-lang/crates.io-index"6482checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6483dependencies = [6484 "futures 0.3.17",6485 "libc",6486 "log",6487 "rand 0.7.3",6488 "tokio 1.12.0",6489 "winapi 0.3.9",6490]64916492[[package]]6493name = "parity-util-mem"6494version = "0.10.2"6495source = "registry+https://github.com/rust-lang/crates.io-index"6496checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6497dependencies = [6498 "cfg-if 1.0.0",6499 "ethereum-types",6500 "hashbrown",6501 "impl-trait-for-tuples 0.2.1",6502 "lru",6503 "parity-util-mem-derive",6504 "parking_lot 0.11.2",6505 "primitive-types 0.10.1",6506 "smallvec",6507 "winapi 0.3.9",6508]65096510[[package]]6511name = "parity-util-mem-derive"6512version = "0.1.0"6513source = "registry+https://github.com/rust-lang/crates.io-index"6514checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6515dependencies = [6516 "proc-macro2",6517 "syn",6518 "synstructure",6519]65206521[[package]]6522name = "parity-wasm"6523version = "0.32.0"6524source = "registry+https://github.com/rust-lang/crates.io-index"6525checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6526dependencies = [6527 "byteorder",6528]65296530[[package]]6531name = "parity-wasm"6532version = "0.42.2"6533source = "registry+https://github.com/rust-lang/crates.io-index"6534checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"65356536[[package]]6537name = "parity-ws"6538version = "0.11.0"6539source = "registry+https://github.com/rust-lang/crates.io-index"6540checksum = "d0ab8a461779bd022964cae2b4989fa9c99deb270bec162da2125ec03c09fcaa"6541dependencies = [6542 "byteorder",6543 "bytes 0.4.12",6544 "httparse",6545 "log",6546 "mio 0.6.23",6547 "mio-extras",6548 "rand 0.7.3",6549 "sha-1 0.8.2",6550 "slab",6551 "url 2.2.2",6552]65536554[[package]]6555name = "parking"6556version = "2.0.0"6557source = "registry+https://github.com/rust-lang/crates.io-index"6558checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"65596560[[package]]6561name = "parking_lot"6562version = "0.10.2"6563source = "registry+https://github.com/rust-lang/crates.io-index"6564checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6565dependencies = [6566 "lock_api 0.3.4",6567 "parking_lot_core 0.7.2",6568]65696570[[package]]6571name = "parking_lot"6572version = "0.11.2"6573source = "registry+https://github.com/rust-lang/crates.io-index"6574checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6575dependencies = [6576 "instant",6577 "lock_api 0.4.5",6578 "parking_lot_core 0.8.5",6579]65806581[[package]]6582name = "parking_lot_core"6583version = "0.7.2"6584source = "registry+https://github.com/rust-lang/crates.io-index"6585checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6586dependencies = [6587 "cfg-if 0.1.10",6588 "cloudabi",6589 "libc",6590 "redox_syscall 0.1.57",6591 "smallvec",6592 "winapi 0.3.9",6593]65946595[[package]]6596name = "parking_lot_core"6597version = "0.8.5"6598source = "registry+https://github.com/rust-lang/crates.io-index"6599checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6600dependencies = [6601 "cfg-if 1.0.0",6602 "instant",6603 "libc",6604 "redox_syscall 0.2.10",6605 "smallvec",6606 "winapi 0.3.9",6607]66086609[[package]]6610name = "paste"6611version = "1.0.5"6612source = "registry+https://github.com/rust-lang/crates.io-index"6613checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"66146615[[package]]6616name = "pbkdf2"6617version = "0.4.0"6618source = "registry+https://github.com/rust-lang/crates.io-index"6619checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6620dependencies = [6621 "crypto-mac 0.8.0",6622]66236624[[package]]6625name = "pbkdf2"6626version = "0.8.0"6627source = "registry+https://github.com/rust-lang/crates.io-index"6628checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6629dependencies = [6630 "crypto-mac 0.11.1",6631]66326633[[package]]6634name = "peeking_take_while"6635version = "0.1.2"6636source = "registry+https://github.com/rust-lang/crates.io-index"6637checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"66386639[[package]]6640name = "percent-encoding"6641version = "1.0.1"6642source = "registry+https://github.com/rust-lang/crates.io-index"6643checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"66446645[[package]]6646name = "percent-encoding"6647version = "2.1.0"6648source = "registry+https://github.com/rust-lang/crates.io-index"6649checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"66506651[[package]]6652name = "pest"6653version = "2.1.3"6654source = "registry+https://github.com/rust-lang/crates.io-index"6655checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6656dependencies = [6657 "ucd-trie",6658]66596660[[package]]6661name = "pest_derive"6662version = "2.1.0"6663source = "registry+https://github.com/rust-lang/crates.io-index"6664checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6665dependencies = [6666 "pest",6667 "pest_generator",6668]66696670[[package]]6671name = "pest_generator"6672version = "2.1.3"6673source = "registry+https://github.com/rust-lang/crates.io-index"6674checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6675dependencies = [6676 "pest",6677 "pest_meta",6678 "proc-macro2",6679 "quote",6680 "syn",6681]66826683[[package]]6684name = "pest_meta"6685version = "2.1.3"6686source = "registry+https://github.com/rust-lang/crates.io-index"6687checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6688dependencies = [6689 "maplit",6690 "pest",6691 "sha-1 0.8.2",6692]66936694[[package]]6695name = "petgraph"6696version = "0.5.1"6697source = "registry+https://github.com/rust-lang/crates.io-index"6698checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6699dependencies = [6700 "fixedbitset",6701 "indexmap",6702]67036704[[package]]6705name = "pin-project"6706version = "0.4.28"6707source = "registry+https://github.com/rust-lang/crates.io-index"6708checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6709dependencies = [6710 "pin-project-internal 0.4.28",6711]67126713[[package]]6714name = "pin-project"6715version = "1.0.8"6716source = "registry+https://github.com/rust-lang/crates.io-index"6717checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"6718dependencies = [6719 "pin-project-internal 1.0.8",6720]67216722[[package]]6723name = "pin-project-internal"6724version = "0.4.28"6725source = "registry+https://github.com/rust-lang/crates.io-index"6726checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6727dependencies = [6728 "proc-macro2",6729 "quote",6730 "syn",6731]67326733[[package]]6734name = "pin-project-internal"6735version = "1.0.8"6736source = "registry+https://github.com/rust-lang/crates.io-index"6737checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"6738dependencies = [6739 "proc-macro2",6740 "quote",6741 "syn",6742]67436744[[package]]6745name = "pin-project-lite"6746version = "0.1.12"6747source = "registry+https://github.com/rust-lang/crates.io-index"6748checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"67496750[[package]]6751name = "pin-project-lite"6752version = "0.2.7"6753source = "registry+https://github.com/rust-lang/crates.io-index"6754checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"67556756[[package]]6757name = "pin-utils"6758version = "0.1.0"6759source = "registry+https://github.com/rust-lang/crates.io-index"6760checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"67616762[[package]]6763name = "pkg-config"6764version = "0.3.20"6765source = "registry+https://github.com/rust-lang/crates.io-index"6766checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb"67676768[[package]]6769name = "platforms"6770version = "1.1.0"6771source = "registry+https://github.com/rust-lang/crates.io-index"6772checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"67736774[[package]]6775name = "polkadot-approval-distribution"6776version = "0.9.11"6777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6778dependencies = [6779 "futures 0.3.17",6780 "polkadot-node-network-protocol",6781 "polkadot-node-primitives",6782 "polkadot-node-subsystem",6783 "polkadot-node-subsystem-util",6784 "polkadot-primitives",6785 "tracing",6786]67876788[[package]]6789name = "polkadot-availability-bitfield-distribution"6790version = "0.9.11"6791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6792dependencies = [6793 "futures 0.3.17",6794 "polkadot-node-network-protocol",6795 "polkadot-node-subsystem",6796 "polkadot-node-subsystem-util",6797 "polkadot-primitives",6798 "tracing",6799]68006801[[package]]6802name = "polkadot-availability-distribution"6803version = "0.9.11"6804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6805dependencies = [6806 "derive_more",6807 "futures 0.3.17",6808 "lru",6809 "parity-scale-codec",6810 "polkadot-erasure-coding",6811 "polkadot-node-network-protocol",6812 "polkadot-node-primitives",6813 "polkadot-node-subsystem",6814 "polkadot-node-subsystem-util",6815 "polkadot-primitives",6816 "rand 0.8.4",6817 "sp-core",6818 "sp-keystore",6819 "thiserror",6820 "tracing",6821]68226823[[package]]6824name = "polkadot-availability-recovery"6825version = "0.9.11"6826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6827dependencies = [6828 "futures 0.3.17",6829 "lru",6830 "parity-scale-codec",6831 "polkadot-erasure-coding",6832 "polkadot-node-network-protocol",6833 "polkadot-node-primitives",6834 "polkadot-node-subsystem",6835 "polkadot-node-subsystem-util",6836 "polkadot-primitives",6837 "rand 0.8.4",6838 "sc-network",6839 "thiserror",6840 "tracing",6841]68426843[[package]]6844name = "polkadot-cli"6845version = "0.9.11"6846source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6847dependencies = [6848 "frame-benchmarking-cli",6849 "futures 0.3.17",6850 "log",6851 "polkadot-node-core-pvf",6852 "polkadot-service",6853 "sc-cli",6854 "sc-service",6855 "sp-core",6856 "sp-trie",6857 "structopt",6858 "substrate-build-script-utils",6859 "thiserror",6860 "try-runtime-cli",6861]68626863[[package]]6864name = "polkadot-client"6865version = "0.9.11"6866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6867dependencies = [6868 "beefy-primitives",6869 "frame-benchmarking",6870 "frame-system-rpc-runtime-api",6871 "pallet-mmr-primitives",6872 "pallet-transaction-payment-rpc-runtime-api",6873 "polkadot-primitives",6874 "polkadot-runtime",6875 "sc-client-api",6876 "sc-consensus",6877 "sc-executor",6878 "sc-service",6879 "sp-api",6880 "sp-authority-discovery",6881 "sp-block-builder",6882 "sp-blockchain",6883 "sp-consensus",6884 "sp-consensus-babe",6885 "sp-finality-grandpa",6886 "sp-offchain",6887 "sp-runtime",6888 "sp-session",6889 "sp-storage",6890 "sp-transaction-pool",6891]68926893[[package]]6894name = "polkadot-collator-protocol"6895version = "0.9.11"6896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6897dependencies = [6898 "always-assert",6899 "derive_more",6900 "futures 0.3.17",6901 "futures-timer 3.0.2",6902 "polkadot-node-network-protocol",6903 "polkadot-node-primitives",6904 "polkadot-node-subsystem",6905 "polkadot-node-subsystem-util",6906 "polkadot-primitives",6907 "sp-core",6908 "sp-keystore",6909 "sp-runtime",6910 "thiserror",6911 "tracing",6912]69136914[[package]]6915name = "polkadot-core-primitives"6916version = "0.9.11"6917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6918dependencies = [6919 "parity-scale-codec",6920 "parity-util-mem",6921 "scale-info",6922 "sp-core",6923 "sp-runtime",6924 "sp-std",6925]69266927[[package]]6928name = "polkadot-dispute-distribution"6929version = "0.9.11"6930source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6931dependencies = [6932 "derive_more",6933 "futures 0.3.17",6934 "lru",6935 "parity-scale-codec",6936 "polkadot-erasure-coding",6937 "polkadot-node-network-protocol",6938 "polkadot-node-primitives",6939 "polkadot-node-subsystem",6940 "polkadot-node-subsystem-util",6941 "polkadot-primitives",6942 "sc-network",6943 "sp-application-crypto",6944 "sp-keystore",6945 "thiserror",6946 "tracing",6947]69486949[[package]]6950name = "polkadot-erasure-coding"6951version = "0.9.11"6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6953dependencies = [6954 "parity-scale-codec",6955 "polkadot-node-primitives",6956 "polkadot-primitives",6957 "reed-solomon-novelpoly",6958 "sp-core",6959 "sp-trie",6960 "thiserror",6961]69626963[[package]]6964name = "polkadot-gossip-support"6965version = "0.9.11"6966source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6967dependencies = [6968 "futures 0.3.17",6969 "futures-timer 3.0.2",6970 "polkadot-node-network-protocol",6971 "polkadot-node-subsystem",6972 "polkadot-node-subsystem-util",6973 "polkadot-primitives",6974 "rand 0.8.4",6975 "rand_chacha 0.3.1",6976 "sc-network",6977 "sp-application-crypto",6978 "sp-core",6979 "sp-keystore",6980 "tracing",6981]69826983[[package]]6984name = "polkadot-network-bridge"6985version = "0.9.11"6986source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"6987dependencies = [6988 "async-trait",6989 "futures 0.3.17",6990 "parity-scale-codec",6991 "parking_lot 0.11.2",6992 "polkadot-node-network-protocol",6993 "polkadot-node-subsystem",6994 "polkadot-node-subsystem-util",6995 "polkadot-overseer",6996 "polkadot-primitives",6997 "sc-network",6998 "sp-consensus",6999 "tracing",7000]70017002[[package]]7003name = "polkadot-node-collation-generation"7004version = "0.9.11"7005source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7006dependencies = [7007 "futures 0.3.17",7008 "parity-scale-codec",7009 "polkadot-erasure-coding",7010 "polkadot-node-primitives",7011 "polkadot-node-subsystem",7012 "polkadot-node-subsystem-util",7013 "polkadot-primitives",7014 "sp-core",7015 "sp-maybe-compressed-blob",7016 "thiserror",7017 "tracing",7018]70197020[[package]]7021name = "polkadot-node-core-approval-voting"7022version = "0.9.11"7023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7024dependencies = [7025 "bitvec 0.20.4",7026 "derive_more",7027 "futures 0.3.17",7028 "futures-timer 3.0.2",7029 "kvdb",7030 "lru",7031 "merlin",7032 "parity-scale-codec",7033 "polkadot-node-jaeger",7034 "polkadot-node-primitives",7035 "polkadot-node-subsystem",7036 "polkadot-node-subsystem-util",7037 "polkadot-overseer",7038 "polkadot-primitives",7039 "sc-keystore",7040 "schnorrkel",7041 "sp-application-crypto",7042 "sp-consensus",7043 "sp-consensus-slots",7044 "sp-runtime",7045 "tracing",7046]70477048[[package]]7049name = "polkadot-node-core-av-store"7050version = "0.9.11"7051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7052dependencies = [7053 "bitvec 0.20.4",7054 "futures 0.3.17",7055 "futures-timer 3.0.2",7056 "kvdb",7057 "parity-scale-codec",7058 "polkadot-erasure-coding",7059 "polkadot-node-primitives",7060 "polkadot-node-subsystem",7061 "polkadot-node-subsystem-util",7062 "polkadot-overseer",7063 "polkadot-primitives",7064 "thiserror",7065 "tracing",7066]70677068[[package]]7069name = "polkadot-node-core-backing"7070version = "0.9.11"7071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7072dependencies = [7073 "bitvec 0.20.4",7074 "futures 0.3.17",7075 "polkadot-erasure-coding",7076 "polkadot-node-primitives",7077 "polkadot-node-subsystem",7078 "polkadot-node-subsystem-util",7079 "polkadot-primitives",7080 "polkadot-statement-table",7081 "sp-keystore",7082 "thiserror",7083 "tracing",7084]70857086[[package]]7087name = "polkadot-node-core-bitfield-signing"7088version = "0.9.11"7089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7090dependencies = [7091 "futures 0.3.17",7092 "polkadot-node-subsystem",7093 "polkadot-node-subsystem-util",7094 "polkadot-primitives",7095 "sp-keystore",7096 "thiserror",7097 "tracing",7098 "wasm-timer",7099]71007101[[package]]7102name = "polkadot-node-core-candidate-validation"7103version = "0.9.11"7104source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7105dependencies = [7106 "async-trait",7107 "futures 0.3.17",7108 "parity-scale-codec",7109 "polkadot-node-core-pvf",7110 "polkadot-node-primitives",7111 "polkadot-node-subsystem",7112 "polkadot-node-subsystem-util",7113 "polkadot-parachain",7114 "polkadot-primitives",7115 "sp-maybe-compressed-blob",7116 "tracing",7117]71187119[[package]]7120name = "polkadot-node-core-chain-api"7121version = "0.9.11"7122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7123dependencies = [7124 "futures 0.3.17",7125 "polkadot-node-subsystem",7126 "polkadot-node-subsystem-util",7127 "polkadot-primitives",7128 "sc-client-api",7129 "sc-consensus-babe",7130 "sp-blockchain",7131 "tracing",7132]71337134[[package]]7135name = "polkadot-node-core-chain-selection"7136version = "0.9.11"7137source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7138dependencies = [7139 "futures 0.3.17",7140 "futures-timer 3.0.2",7141 "kvdb",7142 "parity-scale-codec",7143 "polkadot-node-primitives",7144 "polkadot-node-subsystem",7145 "polkadot-node-subsystem-util",7146 "polkadot-primitives",7147 "thiserror",7148 "tracing",7149]71507151[[package]]7152name = "polkadot-node-core-dispute-coordinator"7153version = "0.9.11"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7155dependencies = [7156 "bitvec 0.20.4",7157 "derive_more",7158 "futures 0.3.17",7159 "kvdb",7160 "parity-scale-codec",7161 "polkadot-node-primitives",7162 "polkadot-node-subsystem",7163 "polkadot-node-subsystem-util",7164 "polkadot-primitives",7165 "sc-keystore",7166 "thiserror",7167 "tracing",7168]71697170[[package]]7171name = "polkadot-node-core-dispute-participation"7172version = "0.9.11"7173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7174dependencies = [7175 "futures 0.3.17",7176 "polkadot-node-primitives",7177 "polkadot-node-subsystem",7178 "polkadot-primitives",7179 "thiserror",7180 "tracing",7181]71827183[[package]]7184name = "polkadot-node-core-parachains-inherent"7185version = "0.9.11"7186source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7187dependencies = [7188 "async-trait",7189 "futures 0.3.17",7190 "futures-timer 3.0.2",7191 "polkadot-node-subsystem",7192 "polkadot-primitives",7193 "sp-blockchain",7194 "sp-inherents",7195 "sp-runtime",7196 "thiserror",7197 "tracing",7198]71997200[[package]]7201name = "polkadot-node-core-provisioner"7202version = "0.9.11"7203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7204dependencies = [7205 "bitvec 0.20.4",7206 "futures 0.3.17",7207 "futures-timer 3.0.2",7208 "polkadot-node-subsystem",7209 "polkadot-node-subsystem-util",7210 "polkadot-primitives",7211 "thiserror",7212 "tracing",7213]72147215[[package]]7216name = "polkadot-node-core-pvf"7217version = "0.9.11"7218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7219dependencies = [7220 "always-assert",7221 "assert_matches",7222 "async-process",7223 "async-std",7224 "futures 0.3.17",7225 "futures-timer 3.0.2",7226 "libc",7227 "parity-scale-codec",7228 "pin-project 1.0.8",7229 "polkadot-core-primitives",7230 "polkadot-node-subsystem-util",7231 "polkadot-parachain",7232 "rand 0.8.4",7233 "sc-executor",7234 "sc-executor-common",7235 "sc-executor-wasmtime",7236 "slotmap",7237 "sp-core",7238 "sp-externalities",7239 "sp-io",7240 "sp-maybe-compressed-blob",7241 "sp-tracing",7242 "sp-wasm-interface",7243 "tracing",7244]72457246[[package]]7247name = "polkadot-node-core-runtime-api"7248version = "0.9.11"7249source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7250dependencies = [7251 "futures 0.3.17",7252 "memory-lru",7253 "parity-util-mem",7254 "polkadot-node-subsystem",7255 "polkadot-node-subsystem-util",7256 "polkadot-primitives",7257 "sp-api",7258 "sp-authority-discovery",7259 "sp-consensus-babe",7260 "sp-core",7261 "tracing",7262]72637264[[package]]7265name = "polkadot-node-jaeger"7266version = "0.9.11"7267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7268dependencies = [7269 "async-std",7270 "lazy_static",7271 "log",7272 "mick-jaeger",7273 "parity-scale-codec",7274 "parking_lot 0.11.2",7275 "polkadot-node-primitives",7276 "polkadot-primitives",7277 "sc-network",7278 "sp-core",7279 "thiserror",7280]72817282[[package]]7283name = "polkadot-node-metrics"7284version = "0.9.11"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7286dependencies = [7287 "futures 0.3.17",7288 "futures-timer 3.0.2",7289 "metered-channel",7290 "substrate-prometheus-endpoint",7291]72927293[[package]]7294name = "polkadot-node-network-protocol"7295version = "0.9.11"7296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7297dependencies = [7298 "async-trait",7299 "derive_more",7300 "futures 0.3.17",7301 "parity-scale-codec",7302 "polkadot-node-jaeger",7303 "polkadot-node-primitives",7304 "polkadot-primitives",7305 "sc-authority-discovery",7306 "sc-network",7307 "strum 0.21.0",7308 "thiserror",7309]73107311[[package]]7312name = "polkadot-node-primitives"7313version = "0.9.11"7314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7315dependencies = [7316 "bounded-vec",7317 "futures 0.3.17",7318 "parity-scale-codec",7319 "polkadot-parachain",7320 "polkadot-primitives",7321 "schnorrkel",7322 "serde",7323 "sp-application-crypto",7324 "sp-consensus-babe",7325 "sp-consensus-vrf",7326 "sp-core",7327 "sp-keystore",7328 "sp-maybe-compressed-blob",7329 "thiserror",7330 "zstd",7331]73327333[[package]]7334name = "polkadot-node-subsystem"7335version = "0.9.11"7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7337dependencies = [7338 "polkadot-node-jaeger",7339 "polkadot-node-subsystem-types",7340 "polkadot-overseer",7341]73427343[[package]]7344name = "polkadot-node-subsystem-types"7345version = "0.9.11"7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7347dependencies = [7348 "derive_more",7349 "futures 0.3.17",7350 "polkadot-node-jaeger",7351 "polkadot-node-network-protocol",7352 "polkadot-node-primitives",7353 "polkadot-overseer-gen",7354 "polkadot-primitives",7355 "polkadot-statement-table",7356 "sc-network",7357 "smallvec",7358 "substrate-prometheus-endpoint",7359 "thiserror",7360]73617362[[package]]7363name = "polkadot-node-subsystem-util"7364version = "0.9.11"7365source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7366dependencies = [7367 "async-trait",7368 "derive_more",7369 "futures 0.3.17",7370 "itertools",7371 "lru",7372 "metered-channel",7373 "parity-scale-codec",7374 "pin-project 1.0.8",7375 "polkadot-node-jaeger",7376 "polkadot-node-metrics",7377 "polkadot-node-network-protocol",7378 "polkadot-node-subsystem",7379 "polkadot-overseer",7380 "polkadot-primitives",7381 "rand 0.8.4",7382 "sp-application-crypto",7383 "sp-core",7384 "sp-keystore",7385 "thiserror",7386 "tracing",7387]73887389[[package]]7390name = "polkadot-overseer"7391version = "0.9.11"7392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7393dependencies = [7394 "futures 0.3.17",7395 "futures-timer 3.0.2",7396 "lru",7397 "parity-util-mem",7398 "parking_lot 0.11.2",7399 "polkadot-node-metrics",7400 "polkadot-node-network-protocol",7401 "polkadot-node-primitives",7402 "polkadot-node-subsystem-types",7403 "polkadot-overseer-gen",7404 "polkadot-primitives",7405 "sc-client-api",7406 "sp-api",7407 "tracing",7408]74097410[[package]]7411name = "polkadot-overseer-gen"7412version = "0.9.11"7413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7414dependencies = [7415 "async-trait",7416 "futures 0.3.17",7417 "futures-timer 3.0.2",7418 "metered-channel",7419 "pin-project 1.0.8",7420 "polkadot-node-network-protocol",7421 "polkadot-node-primitives",7422 "polkadot-overseer-gen-proc-macro",7423 "thiserror",7424 "tracing",7425]74267427[[package]]7428name = "polkadot-overseer-gen-proc-macro"7429version = "0.9.11"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7431dependencies = [7432 "proc-macro-crate 1.1.0",7433 "proc-macro2",7434 "quote",7435 "syn",7436]74377438[[package]]7439name = "polkadot-parachain"7440version = "0.9.11"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7442dependencies = [7443 "derive_more",7444 "frame-support",7445 "parity-scale-codec",7446 "parity-util-mem",7447 "polkadot-core-primitives",7448 "scale-info",7449 "serde",7450 "sp-core",7451 "sp-runtime",7452 "sp-std",7453]74547455[[package]]7456name = "polkadot-primitives"7457version = "0.9.11"7458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7459dependencies = [7460 "bitvec 0.20.4",7461 "frame-system",7462 "hex-literal",7463 "parity-scale-codec",7464 "parity-util-mem",7465 "polkadot-core-primitives",7466 "polkadot-parachain",7467 "scale-info",7468 "serde",7469 "sp-api",7470 "sp-application-crypto",7471 "sp-arithmetic",7472 "sp-authority-discovery",7473 "sp-consensus-slots",7474 "sp-core",7475 "sp-inherents",7476 "sp-io",7477 "sp-keystore",7478 "sp-runtime",7479 "sp-staking",7480 "sp-std",7481 "sp-trie",7482 "sp-version",7483]74847485[[package]]7486name = "polkadot-rpc"7487version = "0.9.11"7488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7489dependencies = [7490 "beefy-gadget",7491 "beefy-gadget-rpc",7492 "jsonrpc-core",7493 "pallet-mmr-rpc",7494 "pallet-transaction-payment-rpc",7495 "polkadot-primitives",7496 "sc-chain-spec",7497 "sc-client-api",7498 "sc-consensus-babe",7499 "sc-consensus-babe-rpc",7500 "sc-consensus-epochs",7501 "sc-finality-grandpa",7502 "sc-finality-grandpa-rpc",7503 "sc-rpc",7504 "sc-sync-state-rpc",7505 "sc-transaction-pool-api",7506 "sp-api",7507 "sp-block-builder",7508 "sp-blockchain",7509 "sp-consensus",7510 "sp-consensus-babe",7511 "sp-keystore",7512 "sp-runtime",7513 "substrate-frame-rpc-system",7514]75157516[[package]]7517name = "polkadot-runtime"7518version = "0.9.11"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7520dependencies = [7521 "beefy-primitives",7522 "bitvec 0.20.4",7523 "frame-benchmarking",7524 "frame-election-provider-support",7525 "frame-executive",7526 "frame-support",7527 "frame-system",7528 "frame-system-benchmarking",7529 "frame-system-rpc-runtime-api",7530 "frame-try-runtime",7531 "hex-literal",7532 "log",7533 "pallet-authority-discovery",7534 "pallet-authorship",7535 "pallet-babe",7536 "pallet-balances",7537 "pallet-bounties",7538 "pallet-collective",7539 "pallet-democracy",7540 "pallet-election-provider-multi-phase",7541 "pallet-elections-phragmen",7542 "pallet-grandpa",7543 "pallet-identity",7544 "pallet-im-online",7545 "pallet-indices",7546 "pallet-membership",7547 "pallet-mmr-primitives",7548 "pallet-multisig",7549 "pallet-nicks",7550 "pallet-offences",7551 "pallet-offences-benchmarking",7552 "pallet-proxy",7553 "pallet-scheduler 4.0.0-dev",7554 "pallet-session",7555 "pallet-session-benchmarking",7556 "pallet-staking",7557 "pallet-staking-reward-curve",7558 "pallet-timestamp",7559 "pallet-tips",7560 "pallet-transaction-payment",7561 "pallet-transaction-payment-rpc-runtime-api",7562 "pallet-treasury",7563 "pallet-utility",7564 "pallet-vesting",7565 "parity-scale-codec",7566 "polkadot-primitives",7567 "polkadot-runtime-common",7568 "polkadot-runtime-parachains",7569 "rustc-hex",7570 "scale-info",7571 "serde",7572 "serde_derive",7573 "smallvec",7574 "sp-api",7575 "sp-authority-discovery",7576 "sp-block-builder",7577 "sp-consensus-babe",7578 "sp-core",7579 "sp-inherents",7580 "sp-io",7581 "sp-npos-elections",7582 "sp-offchain",7583 "sp-runtime",7584 "sp-session",7585 "sp-staking",7586 "sp-std",7587 "sp-transaction-pool",7588 "sp-version",7589 "static_assertions",7590 "substrate-wasm-builder",7591]75927593[[package]]7594name = "polkadot-runtime-common"7595version = "0.9.11"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7597dependencies = [7598 "beefy-primitives",7599 "bitvec 0.20.4",7600 "frame-benchmarking",7601 "frame-election-provider-support",7602 "frame-support",7603 "frame-system",7604 "impl-trait-for-tuples 0.2.1",7605 "libsecp256k1 0.7.0",7606 "log",7607 "pallet-authorship",7608 "pallet-babe",7609 "pallet-bags-list",7610 "pallet-balances",7611 "pallet-beefy-mmr",7612 "pallet-election-provider-multi-phase",7613 "pallet-session",7614 "pallet-staking",7615 "pallet-timestamp",7616 "pallet-transaction-payment",7617 "pallet-treasury",7618 "pallet-vesting",7619 "parity-scale-codec",7620 "polkadot-primitives",7621 "polkadot-runtime-parachains",7622 "rustc-hex",7623 "scale-info",7624 "serde",7625 "serde_derive",7626 "slot-range-helper",7627 "sp-api",7628 "sp-core",7629 "sp-inherents",7630 "sp-io",7631 "sp-npos-elections",7632 "sp-runtime",7633 "sp-session",7634 "sp-staking",7635 "sp-std",7636 "static_assertions",7637 "xcm",7638]76397640[[package]]7641name = "polkadot-runtime-parachains"7642version = "0.9.11"7643source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7644dependencies = [7645 "bitflags",7646 "bitvec 0.20.4",7647 "derive_more",7648 "frame-benchmarking",7649 "frame-support",7650 "frame-system",7651 "log",7652 "pallet-authority-discovery",7653 "pallet-authorship",7654 "pallet-balances",7655 "pallet-session",7656 "pallet-staking",7657 "pallet-timestamp",7658 "pallet-vesting",7659 "parity-scale-codec",7660 "polkadot-primitives",7661 "rand 0.8.4",7662 "rand_chacha 0.3.1",7663 "rustc-hex",7664 "scale-info",7665 "serde",7666 "sp-api",7667 "sp-core",7668 "sp-inherents",7669 "sp-io",7670 "sp-keystore",7671 "sp-runtime",7672 "sp-session",7673 "sp-staking",7674 "sp-std",7675 "xcm",7676 "xcm-executor",7677]76787679[[package]]7680name = "polkadot-service"7681version = "0.9.11"7682source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7683dependencies = [7684 "async-trait",7685 "beefy-gadget",7686 "beefy-primitives",7687 "frame-system-rpc-runtime-api",7688 "futures 0.3.17",7689 "hex-literal",7690 "kusama-runtime",7691 "kvdb",7692 "kvdb-rocksdb",7693 "lru",7694 "pallet-babe",7695 "pallet-im-online",7696 "pallet-mmr-primitives",7697 "pallet-staking",7698 "pallet-transaction-payment-rpc-runtime-api",7699 "polkadot-approval-distribution",7700 "polkadot-availability-bitfield-distribution",7701 "polkadot-availability-distribution",7702 "polkadot-availability-recovery",7703 "polkadot-client",7704 "polkadot-collator-protocol",7705 "polkadot-dispute-distribution",7706 "polkadot-gossip-support",7707 "polkadot-network-bridge",7708 "polkadot-node-collation-generation",7709 "polkadot-node-core-approval-voting",7710 "polkadot-node-core-av-store",7711 "polkadot-node-core-backing",7712 "polkadot-node-core-bitfield-signing",7713 "polkadot-node-core-candidate-validation",7714 "polkadot-node-core-chain-api",7715 "polkadot-node-core-chain-selection",7716 "polkadot-node-core-dispute-coordinator",7717 "polkadot-node-core-dispute-participation",7718 "polkadot-node-core-parachains-inherent",7719 "polkadot-node-core-provisioner",7720 "polkadot-node-core-runtime-api",7721 "polkadot-node-network-protocol",7722 "polkadot-node-primitives",7723 "polkadot-node-subsystem",7724 "polkadot-node-subsystem-util",7725 "polkadot-overseer",7726 "polkadot-parachain",7727 "polkadot-primitives",7728 "polkadot-rpc",7729 "polkadot-runtime",7730 "polkadot-runtime-parachains",7731 "polkadot-statement-distribution",7732 "rococo-runtime",7733 "sc-authority-discovery",7734 "sc-basic-authorship",7735 "sc-block-builder",7736 "sc-chain-spec",7737 "sc-client-api",7738 "sc-client-db",7739 "sc-consensus",7740 "sc-consensus-babe",7741 "sc-consensus-slots",7742 "sc-consensus-uncles",7743 "sc-executor",7744 "sc-finality-grandpa",7745 "sc-keystore",7746 "sc-network",7747 "sc-service",7748 "sc-sync-state-rpc",7749 "sc-telemetry",7750 "sc-transaction-pool",7751 "serde",7752 "sp-api",7753 "sp-authority-discovery",7754 "sp-block-builder",7755 "sp-blockchain",7756 "sp-consensus",7757 "sp-consensus-babe",7758 "sp-core",7759 "sp-finality-grandpa",7760 "sp-inherents",7761 "sp-io",7762 "sp-keystore",7763 "sp-offchain",7764 "sp-runtime",7765 "sp-session",7766 "sp-state-machine",7767 "sp-storage",7768 "sp-timestamp",7769 "sp-transaction-pool",7770 "sp-trie",7771 "substrate-prometheus-endpoint",7772 "thiserror",7773 "tracing",7774 "westend-runtime",7775]77767777[[package]]7778name = "polkadot-statement-distribution"7779version = "0.9.11"7780source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7781dependencies = [7782 "arrayvec 0.5.2",7783 "derive_more",7784 "futures 0.3.17",7785 "indexmap",7786 "parity-scale-codec",7787 "polkadot-node-network-protocol",7788 "polkadot-node-primitives",7789 "polkadot-node-subsystem",7790 "polkadot-node-subsystem-util",7791 "polkadot-primitives",7792 "sp-keystore",7793 "sp-staking",7794 "thiserror",7795 "tracing",7796]77977798[[package]]7799name = "polkadot-statement-table"7800version = "0.9.11"7801source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7802dependencies = [7803 "parity-scale-codec",7804 "polkadot-primitives",7805 "sp-core",7806]78077808[[package]]7809name = "polkadot-test-runtime"7810version = "0.9.11"7811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7812dependencies = [7813 "beefy-primitives",7814 "bitvec 0.20.4",7815 "frame-election-provider-support",7816 "frame-executive",7817 "frame-support",7818 "frame-system",7819 "frame-system-rpc-runtime-api",7820 "log",7821 "pallet-authority-discovery",7822 "pallet-authorship",7823 "pallet-babe",7824 "pallet-balances",7825 "pallet-grandpa",7826 "pallet-indices",7827 "pallet-mmr-primitives",7828 "pallet-nicks",7829 "pallet-offences",7830 "pallet-session",7831 "pallet-staking",7832 "pallet-staking-reward-curve",7833 "pallet-sudo",7834 "pallet-timestamp",7835 "pallet-transaction-payment",7836 "pallet-transaction-payment-rpc-runtime-api",7837 "pallet-vesting",7838 "pallet-xcm",7839 "parity-scale-codec",7840 "polkadot-parachain",7841 "polkadot-primitives",7842 "polkadot-runtime-common",7843 "polkadot-runtime-parachains",7844 "rustc-hex",7845 "scale-info",7846 "serde",7847 "serde_derive",7848 "smallvec",7849 "sp-api",7850 "sp-authority-discovery",7851 "sp-block-builder",7852 "sp-consensus-babe",7853 "sp-core",7854 "sp-inherents",7855 "sp-io",7856 "sp-offchain",7857 "sp-runtime",7858 "sp-session",7859 "sp-staking",7860 "sp-std",7861 "sp-transaction-pool",7862 "sp-version",7863 "substrate-wasm-builder",7864 "xcm",7865 "xcm-builder",7866 "xcm-executor",7867]78687869[[package]]7870name = "polkadot-test-service"7871version = "0.9.11"7872source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"7873dependencies = [7874 "frame-benchmarking",7875 "frame-system",7876 "futures 0.1.31",7877 "futures 0.3.17",7878 "hex",7879 "pallet-balances",7880 "pallet-staking",7881 "pallet-transaction-payment",7882 "polkadot-node-primitives",7883 "polkadot-node-subsystem",7884 "polkadot-overseer",7885 "polkadot-parachain",7886 "polkadot-primitives",7887 "polkadot-rpc",7888 "polkadot-runtime-common",7889 "polkadot-runtime-parachains",7890 "polkadot-service",7891 "polkadot-test-runtime",7892 "rand 0.8.4",7893 "sc-authority-discovery",7894 "sc-chain-spec",7895 "sc-cli",7896 "sc-client-api",7897 "sc-consensus",7898 "sc-consensus-babe",7899 "sc-executor",7900 "sc-finality-grandpa",7901 "sc-network",7902 "sc-service",7903 "sc-tracing",7904 "sc-transaction-pool",7905 "sp-arithmetic",7906 "sp-authority-discovery",7907 "sp-blockchain",7908 "sp-consensus",7909 "sp-consensus-babe",7910 "sp-core",7911 "sp-finality-grandpa",7912 "sp-inherents",7913 "sp-keyring",7914 "sp-runtime",7915 "sp-state-machine",7916 "substrate-test-client",7917 "tempfile",7918 "tokio 1.12.0",7919 "tracing",7920]79217922[[package]]7923name = "polling"7924version = "2.1.0"7925source = "registry+https://github.com/rust-lang/crates.io-index"7926checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"7927dependencies = [7928 "cfg-if 1.0.0",7929 "libc",7930 "log",7931 "wepoll-ffi",7932 "winapi 0.3.9",7933]79347935[[package]]7936name = "poly1305"7937version = "0.7.2"7938source = "registry+https://github.com/rust-lang/crates.io-index"7939checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"7940dependencies = [7941 "cpufeatures 0.2.1",7942 "opaque-debug 0.3.0",7943 "universal-hash",7944]79457946[[package]]7947name = "polyval"7948version = "0.5.3"7949source = "registry+https://github.com/rust-lang/crates.io-index"7950checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"7951dependencies = [7952 "cfg-if 1.0.0",7953 "cpufeatures 0.2.1",7954 "opaque-debug 0.3.0",7955 "universal-hash",7956]79577958[[package]]7959name = "ppv-lite86"7960version = "0.2.10"7961source = "registry+https://github.com/rust-lang/crates.io-index"7962checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"79637964[[package]]7965name = "primitive-types"7966version = "0.9.1"7967source = "registry+https://github.com/rust-lang/crates.io-index"7968checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"7969dependencies = [7970 "fixed-hash",7971 "impl-codec",7972 "impl-rlp",7973 "uint",7974]79757976[[package]]7977name = "primitive-types"7978version = "0.10.1"7979source = "registry+https://github.com/rust-lang/crates.io-index"7980checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"7981dependencies = [7982 "fixed-hash",7983 "impl-codec",7984 "impl-rlp",7985 "impl-serde",7986 "scale-info",7987 "uint",7988]79897990[[package]]7991name = "proc-macro-crate"7992version = "0.1.5"7993source = "registry+https://github.com/rust-lang/crates.io-index"7994checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"7995dependencies = [7996 "toml",7997]79987999[[package]]8000name = "proc-macro-crate"8001version = "1.1.0"8002source = "registry+https://github.com/rust-lang/crates.io-index"8003checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"8004dependencies = [8005 "thiserror",8006 "toml",8007]80088009[[package]]8010name = "proc-macro-error"8011version = "0.4.12"8012source = "registry+https://github.com/rust-lang/crates.io-index"8013checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"8014dependencies = [8015 "proc-macro-error-attr 0.4.12",8016 "proc-macro2",8017 "quote",8018 "syn",8019 "version_check",8020]80218022[[package]]8023name = "proc-macro-error"8024version = "1.0.4"8025source = "registry+https://github.com/rust-lang/crates.io-index"8026checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8027dependencies = [8028 "proc-macro-error-attr 1.0.4",8029 "proc-macro2",8030 "quote",8031 "syn",8032 "version_check",8033]80348035[[package]]8036name = "proc-macro-error-attr"8037version = "0.4.12"8038source = "registry+https://github.com/rust-lang/crates.io-index"8039checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"8040dependencies = [8041 "proc-macro2",8042 "quote",8043 "syn",8044 "syn-mid",8045 "version_check",8046]80478048[[package]]8049name = "proc-macro-error-attr"8050version = "1.0.4"8051source = "registry+https://github.com/rust-lang/crates.io-index"8052checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8053dependencies = [8054 "proc-macro2",8055 "quote",8056 "version_check",8057]80588059[[package]]8060name = "proc-macro-hack"8061version = "0.5.19"8062source = "registry+https://github.com/rust-lang/crates.io-index"8063checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"80648065[[package]]8066name = "proc-macro-nested"8067version = "0.1.7"8068source = "registry+https://github.com/rust-lang/crates.io-index"8069checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"80708071[[package]]8072name = "proc-macro2"8073version = "1.0.29"8074source = "registry+https://github.com/rust-lang/crates.io-index"8075checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"8076dependencies = [8077 "unicode-xid",8078]80798080[[package]]8081name = "prometheus"8082version = "0.11.0"8083source = "registry+https://github.com/rust-lang/crates.io-index"8084checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"8085dependencies = [8086 "cfg-if 1.0.0",8087 "fnv",8088 "lazy_static",8089 "parking_lot 0.11.2",8090 "regex",8091 "thiserror",8092]80938094[[package]]8095name = "prost"8096version = "0.8.0"8097source = "registry+https://github.com/rust-lang/crates.io-index"8098checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8099dependencies = [8100 "bytes 1.1.0",8101 "prost-derive",8102]81038104[[package]]8105name = "prost-build"8106version = "0.8.0"8107source = "registry+https://github.com/rust-lang/crates.io-index"8108checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8109dependencies = [8110 "bytes 1.1.0",8111 "heck",8112 "itertools",8113 "log",8114 "multimap",8115 "petgraph",8116 "prost",8117 "prost-types",8118 "tempfile",8119 "which",8120]81218122[[package]]8123name = "prost-derive"8124version = "0.8.0"8125source = "registry+https://github.com/rust-lang/crates.io-index"8126checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"8127dependencies = [8128 "anyhow",8129 "itertools",8130 "proc-macro2",8131 "quote",8132 "syn",8133]81348135[[package]]8136name = "prost-types"8137version = "0.8.0"8138source = "registry+https://github.com/rust-lang/crates.io-index"8139checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8140dependencies = [8141 "bytes 1.1.0",8142 "prost",8143]81448145[[package]]8146name = "psm"8147version = "0.1.16"8148source = "registry+https://github.com/rust-lang/crates.io-index"8149checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"8150dependencies = [8151 "cc",8152]81538154[[package]]8155name = "pwasm-utils"8156version = "0.18.2"8157source = "registry+https://github.com/rust-lang/crates.io-index"8158checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"8159dependencies = [8160 "byteorder",8161 "log",8162 "parity-wasm 0.42.2",8163]81648165[[package]]8166name = "quick-error"8167version = "1.2.3"8168source = "registry+https://github.com/rust-lang/crates.io-index"8169checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"81708171[[package]]8172name = "quick-error"8173version = "2.0.1"8174source = "registry+https://github.com/rust-lang/crates.io-index"8175checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"81768177[[package]]8178name = "quicksink"8179version = "0.1.2"8180source = "registry+https://github.com/rust-lang/crates.io-index"8181checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8182dependencies = [8183 "futures-core",8184 "futures-sink",8185 "pin-project-lite 0.1.12",8186]81878188[[package]]8189name = "quote"8190version = "1.0.10"8191source = "registry+https://github.com/rust-lang/crates.io-index"8192checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"8193dependencies = [8194 "proc-macro2",8195]81968197[[package]]8198name = "radium"8199version = "0.5.3"8200source = "registry+https://github.com/rust-lang/crates.io-index"8201checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"82028203[[package]]8204name = "radium"8205version = "0.6.2"8206source = "registry+https://github.com/rust-lang/crates.io-index"8207checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"82088209[[package]]8210name = "rand"8211version = "0.7.3"8212source = "registry+https://github.com/rust-lang/crates.io-index"8213checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8214dependencies = [8215 "getrandom 0.1.16",8216 "libc",8217 "rand_chacha 0.2.2",8218 "rand_core 0.5.1",8219 "rand_hc 0.2.0",8220 "rand_pcg",8221]82228223[[package]]8224name = "rand"8225version = "0.8.4"8226source = "registry+https://github.com/rust-lang/crates.io-index"8227checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8228dependencies = [8229 "libc",8230 "rand_chacha 0.3.1",8231 "rand_core 0.6.3",8232 "rand_hc 0.3.1",8233]82348235[[package]]8236name = "rand_chacha"8237version = "0.2.2"8238source = "registry+https://github.com/rust-lang/crates.io-index"8239checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8240dependencies = [8241 "ppv-lite86",8242 "rand_core 0.5.1",8243]82448245[[package]]8246name = "rand_chacha"8247version = "0.3.1"8248source = "registry+https://github.com/rust-lang/crates.io-index"8249checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8250dependencies = [8251 "ppv-lite86",8252 "rand_core 0.6.3",8253]82548255[[package]]8256name = "rand_core"8257version = "0.5.1"8258source = "registry+https://github.com/rust-lang/crates.io-index"8259checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8260dependencies = [8261 "getrandom 0.1.16",8262]82638264[[package]]8265name = "rand_core"8266version = "0.6.3"8267source = "registry+https://github.com/rust-lang/crates.io-index"8268checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8269dependencies = [8270 "getrandom 0.2.3",8271]82728273[[package]]8274name = "rand_distr"8275version = "0.4.2"8276source = "registry+https://github.com/rust-lang/crates.io-index"8277checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"8278dependencies = [8279 "num-traits",8280 "rand 0.8.4",8281]82828283[[package]]8284name = "rand_hc"8285version = "0.2.0"8286source = "registry+https://github.com/rust-lang/crates.io-index"8287checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8288dependencies = [8289 "rand_core 0.5.1",8290]82918292[[package]]8293name = "rand_hc"8294version = "0.3.1"8295source = "registry+https://github.com/rust-lang/crates.io-index"8296checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8297dependencies = [8298 "rand_core 0.6.3",8299]83008301[[package]]8302name = "rand_pcg"8303version = "0.2.1"8304source = "registry+https://github.com/rust-lang/crates.io-index"8305checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8306dependencies = [8307 "rand_core 0.5.1",8308]83098310[[package]]8311name = "rawpointer"8312version = "0.2.1"8313source = "registry+https://github.com/rust-lang/crates.io-index"8314checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"83158316[[package]]8317name = "rayon"8318version = "1.5.1"8319source = "registry+https://github.com/rust-lang/crates.io-index"8320checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8321dependencies = [8322 "autocfg",8323 "crossbeam-deque",8324 "either",8325 "rayon-core",8326]83278328[[package]]8329name = "rayon-core"8330version = "1.9.1"8331source = "registry+https://github.com/rust-lang/crates.io-index"8332checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8333dependencies = [8334 "crossbeam-channel",8335 "crossbeam-deque",8336 "crossbeam-utils",8337 "lazy_static",8338 "num_cpus",8339]83408341[[package]]8342name = "redox_syscall"8343version = "0.1.57"8344source = "registry+https://github.com/rust-lang/crates.io-index"8345checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"83468347[[package]]8348name = "redox_syscall"8349version = "0.2.10"8350source = "registry+https://github.com/rust-lang/crates.io-index"8351checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8352dependencies = [8353 "bitflags",8354]83558356[[package]]8357name = "redox_users"8358version = "0.4.0"8359source = "registry+https://github.com/rust-lang/crates.io-index"8360checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8361dependencies = [8362 "getrandom 0.2.3",8363 "redox_syscall 0.2.10",8364]83658366[[package]]8367name = "reed-solomon-novelpoly"8368version = "1.0.0"8369source = "registry+https://github.com/rust-lang/crates.io-index"8370checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8371dependencies = [8372 "derive_more",8373 "fs-err",8374 "itertools",8375 "static_init",8376 "thiserror",8377]83788379[[package]]8380name = "ref-cast"8381version = "1.0.6"8382source = "registry+https://github.com/rust-lang/crates.io-index"8383checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8384dependencies = [8385 "ref-cast-impl",8386]83878388[[package]]8389name = "ref-cast-impl"8390version = "1.0.6"8391source = "registry+https://github.com/rust-lang/crates.io-index"8392checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8393dependencies = [8394 "proc-macro2",8395 "quote",8396 "syn",8397]83988399[[package]]8400name = "regalloc"8401version = "0.0.31"8402source = "registry+https://github.com/rust-lang/crates.io-index"8403checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8404dependencies = [8405 "log",8406 "rustc-hash",8407 "serde",8408 "smallvec",8409]84108411[[package]]8412name = "regex"8413version = "1.5.4"8414source = "registry+https://github.com/rust-lang/crates.io-index"8415checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8416dependencies = [8417 "aho-corasick",8418 "memchr",8419 "regex-syntax",8420]84218422[[package]]8423name = "regex-automata"8424version = "0.1.10"8425source = "registry+https://github.com/rust-lang/crates.io-index"8426checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8427dependencies = [8428 "regex-syntax",8429]84308431[[package]]8432name = "regex-syntax"8433version = "0.6.25"8434source = "registry+https://github.com/rust-lang/crates.io-index"8435checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"84368437[[package]]8438name = "region"8439version = "2.2.0"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8442dependencies = [8443 "bitflags",8444 "libc",8445 "mach",8446 "winapi 0.3.9",8447]84488449[[package]]8450name = "remote-externalities"8451version = "0.10.0-dev"8452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8453dependencies = [8454 "env_logger 0.9.0",8455 "jsonrpsee-proc-macros",8456 "jsonrpsee-ws-client",8457 "log",8458 "parity-scale-codec",8459 "serde",8460 "serde_json",8461 "sp-core",8462 "sp-io",8463 "sp-runtime",8464 "sp-version",8465]84668467[[package]]8468name = "remove_dir_all"8469version = "0.5.3"8470source = "registry+https://github.com/rust-lang/crates.io-index"8471checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8472dependencies = [8473 "winapi 0.3.9",8474]84758476[[package]]8477name = "resolv-conf"8478version = "0.7.0"8479source = "registry+https://github.com/rust-lang/crates.io-index"8480checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8481dependencies = [8482 "hostname",8483 "quick-error 1.2.3",8484]84858486[[package]]8487name = "retain_mut"8488version = "0.1.4"8489source = "registry+https://github.com/rust-lang/crates.io-index"8490checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"84918492[[package]]8493name = "ring"8494version = "0.16.20"8495source = "registry+https://github.com/rust-lang/crates.io-index"8496checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8497dependencies = [8498 "cc",8499 "libc",8500 "once_cell",8501 "spin",8502 "untrusted",8503 "web-sys",8504 "winapi 0.3.9",8505]85068507[[package]]8508name = "rlp"8509version = "0.5.1"8510source = "registry+https://github.com/rust-lang/crates.io-index"8511checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8512dependencies = [8513 "bytes 1.1.0",8514 "rustc-hex",8515]85168517[[package]]8518name = "rlp-derive"8519version = "0.1.0"8520source = "registry+https://github.com/rust-lang/crates.io-index"8521checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8522dependencies = [8523 "proc-macro2",8524 "quote",8525 "syn",8526]85278528[[package]]8529name = "rocksdb"8530version = "0.17.0"8531source = "registry+https://github.com/rust-lang/crates.io-index"8532checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8533dependencies = [8534 "libc",8535 "librocksdb-sys",8536]85378538[[package]]8539name = "rococo-runtime"8540version = "0.9.11"8541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"8542dependencies = [8543 "beefy-primitives",8544 "bp-messages",8545 "bp-rococo",8546 "bp-runtime",8547 "bp-wococo",8548 "bridge-runtime-common",8549 "frame-benchmarking",8550 "frame-executive",8551 "frame-support",8552 "frame-system",8553 "frame-system-rpc-runtime-api",8554 "hex-literal",8555 "log",8556 "pallet-authority-discovery",8557 "pallet-authorship",8558 "pallet-babe",8559 "pallet-balances",8560 "pallet-beefy",8561 "pallet-beefy-mmr",8562 "pallet-bridge-dispatch",8563 "pallet-bridge-grandpa",8564 "pallet-bridge-messages",8565 "pallet-collective",8566 "pallet-grandpa",8567 "pallet-im-online",8568 "pallet-indices",8569 "pallet-membership",8570 "pallet-mmr",8571 "pallet-mmr-primitives",8572 "pallet-multisig",8573 "pallet-offences",8574 "pallet-proxy",8575 "pallet-session",8576 "pallet-staking",8577 "pallet-sudo",8578 "pallet-timestamp",8579 "pallet-transaction-payment",8580 "pallet-transaction-payment-rpc-runtime-api",8581 "pallet-utility",8582 "pallet-xcm",8583 "parity-scale-codec",8584 "polkadot-parachain",8585 "polkadot-primitives",8586 "polkadot-runtime-common",8587 "polkadot-runtime-parachains",8588 "scale-info",8589 "serde",8590 "serde_derive",8591 "smallvec",8592 "sp-api",8593 "sp-authority-discovery",8594 "sp-block-builder",8595 "sp-consensus-babe",8596 "sp-core",8597 "sp-inherents",8598 "sp-io",8599 "sp-offchain",8600 "sp-runtime",8601 "sp-session",8602 "sp-staking",8603 "sp-std",8604 "sp-transaction-pool",8605 "sp-version",8606 "substrate-wasm-builder",8607 "xcm",8608 "xcm-builder",8609 "xcm-executor",8610]86118612[[package]]8613name = "rpassword"8614version = "5.0.1"8615source = "registry+https://github.com/rust-lang/crates.io-index"8616checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8617dependencies = [8618 "libc",8619 "winapi 0.3.9",8620]86218622[[package]]8623name = "rustc-demangle"8624version = "0.1.21"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"86278628[[package]]8629name = "rustc-hash"8630version = "1.1.0"8631source = "registry+https://github.com/rust-lang/crates.io-index"8632checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"86338634[[package]]8635name = "rustc-hex"8636version = "2.1.0"8637source = "registry+https://github.com/rust-lang/crates.io-index"8638checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"86398640[[package]]8641name = "rustc_version"8642version = "0.2.3"8643source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8645dependencies = [8646 "semver 0.9.0",8647]86488649[[package]]8650name = "rustc_version"8651version = "0.3.3"8652source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8654dependencies = [8655 "semver 0.11.0",8656]86578658[[package]]8659name = "rustls"8660version = "0.19.1"8661source = "registry+https://github.com/rust-lang/crates.io-index"8662checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8663dependencies = [8664 "base64 0.13.0",8665 "log",8666 "ring",8667 "sct",8668 "webpki",8669]86708671[[package]]8672name = "rustls-native-certs"8673version = "0.5.0"8674source = "registry+https://github.com/rust-lang/crates.io-index"8675checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8676dependencies = [8677 "openssl-probe",8678 "rustls",8679 "schannel",8680 "security-framework",8681]86828683[[package]]8684name = "rw-stream-sink"8685version = "0.2.1"8686source = "registry+https://github.com/rust-lang/crates.io-index"8687checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8688dependencies = [8689 "futures 0.3.17",8690 "pin-project 0.4.28",8691 "static_assertions",8692]86938694[[package]]8695name = "ryu"8696version = "1.0.5"8697source = "registry+https://github.com/rust-lang/crates.io-index"8698checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"86998700[[package]]8701name = "safe-mix"8702version = "1.0.1"8703source = "registry+https://github.com/rust-lang/crates.io-index"8704checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8705dependencies = [8706 "rustc_version 0.2.3",8707]87088709[[package]]8710name = "salsa20"8711version = "0.8.1"8712source = "registry+https://github.com/rust-lang/crates.io-index"8713checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"8714dependencies = [8715 "cipher",8716]87178718[[package]]8719name = "same-file"8720version = "1.0.6"8721source = "registry+https://github.com/rust-lang/crates.io-index"8722checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8723dependencies = [8724 "winapi-util",8725]87268727[[package]]8728name = "sc-allocator"8729version = "4.0.0-dev"8730source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8731dependencies = [8732 "log",8733 "sp-core",8734 "sp-wasm-interface",8735 "thiserror",8736]87378738[[package]]8739name = "sc-authority-discovery"8740version = "0.10.0-dev"8741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8742dependencies = [8743 "async-trait",8744 "derive_more",8745 "futures 0.3.17",8746 "futures-timer 3.0.2",8747 "ip_network",8748 "libp2p",8749 "log",8750 "parity-scale-codec",8751 "prost",8752 "prost-build",8753 "rand 0.7.3",8754 "sc-client-api",8755 "sc-network",8756 "sp-api",8757 "sp-authority-discovery",8758 "sp-blockchain",8759 "sp-core",8760 "sp-keystore",8761 "sp-runtime",8762 "substrate-prometheus-endpoint",8763]87648765[[package]]8766name = "sc-basic-authorship"8767version = "0.10.0-dev"8768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8769dependencies = [8770 "futures 0.3.17",8771 "futures-timer 3.0.2",8772 "log",8773 "parity-scale-codec",8774 "sc-block-builder",8775 "sc-client-api",8776 "sc-proposer-metrics",8777 "sc-telemetry",8778 "sc-transaction-pool-api",8779 "sp-api",8780 "sp-blockchain",8781 "sp-consensus",8782 "sp-core",8783 "sp-inherents",8784 "sp-runtime",8785 "substrate-prometheus-endpoint",8786]87878788[[package]]8789name = "sc-block-builder"8790version = "0.10.0-dev"8791source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8792dependencies = [8793 "parity-scale-codec",8794 "sc-client-api",8795 "sp-api",8796 "sp-block-builder",8797 "sp-blockchain",8798 "sp-core",8799 "sp-inherents",8800 "sp-runtime",8801 "sp-state-machine",8802]88038804[[package]]8805name = "sc-chain-spec"8806version = "4.0.0-dev"8807source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8808dependencies = [8809 "impl-trait-for-tuples 0.2.1",8810 "parity-scale-codec",8811 "sc-chain-spec-derive",8812 "sc-network",8813 "sc-telemetry",8814 "serde",8815 "serde_json",8816 "sp-core",8817 "sp-runtime",8818]88198820[[package]]8821name = "sc-chain-spec-derive"8822version = "4.0.0-dev"8823source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8824dependencies = [8825 "proc-macro-crate 1.1.0",8826 "proc-macro2",8827 "quote",8828 "syn",8829]88308831[[package]]8832name = "sc-cli"8833version = "0.10.0-dev"8834source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8835dependencies = [8836 "chrono",8837 "fdlimit",8838 "futures 0.3.17",8839 "hex",8840 "libp2p",8841 "log",8842 "names",8843 "parity-scale-codec",8844 "rand 0.7.3",8845 "regex",8846 "rpassword",8847 "sc-client-api",8848 "sc-keystore",8849 "sc-network",8850 "sc-service",8851 "sc-telemetry",8852 "sc-tracing",8853 "sc-utils",8854 "serde",8855 "serde_json",8856 "sp-blockchain",8857 "sp-core",8858 "sp-keyring",8859 "sp-keystore",8860 "sp-panic-handler",8861 "sp-runtime",8862 "sp-version",8863 "structopt",8864 "thiserror",8865 "tiny-bip39",8866 "tokio 1.12.0",8867]88688869[[package]]8870name = "sc-client-api"8871version = "4.0.0-dev"8872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8873dependencies = [8874 "fnv",8875 "futures 0.3.17",8876 "hash-db",8877 "log",8878 "parity-scale-codec",8879 "parking_lot 0.11.2",8880 "sc-executor",8881 "sc-transaction-pool-api",8882 "sc-utils",8883 "sp-api",8884 "sp-blockchain",8885 "sp-consensus",8886 "sp-core",8887 "sp-database",8888 "sp-externalities",8889 "sp-keystore",8890 "sp-runtime",8891 "sp-state-machine",8892 "sp-storage",8893 "sp-trie",8894 "substrate-prometheus-endpoint",8895]88968897[[package]]8898name = "sc-client-db"8899version = "0.10.0-dev"8900source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8901dependencies = [8902 "hash-db",8903 "kvdb",8904 "kvdb-memorydb",8905 "kvdb-rocksdb",8906 "linked-hash-map",8907 "log",8908 "parity-db",8909 "parity-scale-codec",8910 "parking_lot 0.11.2",8911 "sc-client-api",8912 "sc-state-db",8913 "sp-arithmetic",8914 "sp-blockchain",8915 "sp-core",8916 "sp-database",8917 "sp-runtime",8918 "sp-state-machine",8919 "sp-trie",8920]89218922[[package]]8923name = "sc-consensus"8924version = "0.10.0-dev"8925source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8926dependencies = [8927 "async-trait",8928 "futures 0.3.17",8929 "futures-timer 3.0.2",8930 "libp2p",8931 "log",8932 "parking_lot 0.11.2",8933 "sc-client-api",8934 "sc-utils",8935 "serde",8936 "sp-api",8937 "sp-blockchain",8938 "sp-consensus",8939 "sp-core",8940 "sp-runtime",8941 "sp-state-machine",8942 "substrate-prometheus-endpoint",8943 "thiserror",8944]89458946[[package]]8947name = "sc-consensus-aura"8948version = "0.10.0-dev"8949source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8950dependencies = [8951 "async-trait",8952 "derive_more",8953 "futures 0.3.17",8954 "log",8955 "parity-scale-codec",8956 "sc-block-builder",8957 "sc-client-api",8958 "sc-consensus",8959 "sc-consensus-slots",8960 "sc-telemetry",8961 "sp-api",8962 "sp-application-crypto",8963 "sp-block-builder",8964 "sp-blockchain",8965 "sp-consensus",8966 "sp-consensus-aura",8967 "sp-consensus-slots",8968 "sp-core",8969 "sp-inherents",8970 "sp-keystore",8971 "sp-runtime",8972 "substrate-prometheus-endpoint",8973]89748975[[package]]8976name = "sc-consensus-babe"8977version = "0.10.0-dev"8978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"8979dependencies = [8980 "async-trait",8981 "derive_more",8982 "fork-tree",8983 "futures 0.3.17",8984 "log",8985 "merlin",8986 "num-bigint",8987 "num-rational 0.2.4",8988 "num-traits",8989 "parity-scale-codec",8990 "parking_lot 0.11.2",8991 "rand 0.7.3",8992 "retain_mut",8993 "sc-client-api",8994 "sc-consensus",8995 "sc-consensus-epochs",8996 "sc-consensus-slots",8997 "sc-keystore",8998 "sc-telemetry",8999 "schnorrkel",9000 "serde",9001 "sp-api",9002 "sp-application-crypto",9003 "sp-block-builder",9004 "sp-blockchain",9005 "sp-consensus",9006 "sp-consensus-babe",9007 "sp-consensus-slots",9008 "sp-consensus-vrf",9009 "sp-core",9010 "sp-inherents",9011 "sp-io",9012 "sp-keystore",9013 "sp-runtime",9014 "sp-version",9015 "substrate-prometheus-endpoint",9016]90179018[[package]]9019name = "sc-consensus-babe-rpc"9020version = "0.10.0-dev"9021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9022dependencies = [9023 "derive_more",9024 "futures 0.3.17",9025 "jsonrpc-core",9026 "jsonrpc-core-client",9027 "jsonrpc-derive",9028 "sc-consensus-babe",9029 "sc-consensus-epochs",9030 "sc-rpc-api",9031 "serde",9032 "sp-api",9033 "sp-application-crypto",9034 "sp-blockchain",9035 "sp-consensus",9036 "sp-consensus-babe",9037 "sp-core",9038 "sp-keystore",9039 "sp-runtime",9040]90419042[[package]]9043name = "sc-consensus-epochs"9044version = "0.10.0-dev"9045source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9046dependencies = [9047 "fork-tree",9048 "parity-scale-codec",9049 "sc-client-api",9050 "sc-consensus",9051 "sp-blockchain",9052 "sp-runtime",9053]90549055[[package]]9056name = "sc-consensus-slots"9057version = "0.10.0-dev"9058source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9059dependencies = [9060 "async-trait",9061 "futures 0.3.17",9062 "futures-timer 3.0.2",9063 "log",9064 "parity-scale-codec",9065 "sc-client-api",9066 "sc-consensus",9067 "sc-telemetry",9068 "sp-api",9069 "sp-arithmetic",9070 "sp-blockchain",9071 "sp-consensus",9072 "sp-consensus-slots",9073 "sp-core",9074 "sp-inherents",9075 "sp-runtime",9076 "sp-state-machine",9077 "sp-timestamp",9078 "thiserror",9079]90809081[[package]]9082name = "sc-consensus-uncles"9083version = "0.10.0-dev"9084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9085dependencies = [9086 "sc-client-api",9087 "sp-authorship",9088 "sp-runtime",9089 "thiserror",9090]90919092[[package]]9093name = "sc-executor"9094version = "0.10.0-dev"9095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9096dependencies = [9097 "lazy_static",9098 "libsecp256k1 0.6.0",9099 "log",9100 "parity-scale-codec",9101 "parking_lot 0.11.2",9102 "sc-executor-common",9103 "sc-executor-wasmi",9104 "sc-executor-wasmtime",9105 "sp-api",9106 "sp-core",9107 "sp-externalities",9108 "sp-io",9109 "sp-panic-handler",9110 "sp-runtime-interface",9111 "sp-tasks",9112 "sp-trie",9113 "sp-version",9114 "sp-wasm-interface",9115 "wasmi",9116]91179118[[package]]9119name = "sc-executor-common"9120version = "0.10.0-dev"9121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9122dependencies = [9123 "derive_more",9124 "environmental",9125 "parity-scale-codec",9126 "pwasm-utils",9127 "sc-allocator",9128 "sp-core",9129 "sp-maybe-compressed-blob",9130 "sp-serializer",9131 "sp-wasm-interface",9132 "thiserror",9133 "wasmi",9134]91359136[[package]]9137name = "sc-executor-wasmi"9138version = "0.10.0-dev"9139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9140dependencies = [9141 "log",9142 "parity-scale-codec",9143 "sc-allocator",9144 "sc-executor-common",9145 "scoped-tls",9146 "sp-core",9147 "sp-runtime-interface",9148 "sp-wasm-interface",9149 "wasmi",9150]91519152[[package]]9153name = "sc-executor-wasmtime"9154version = "0.10.0-dev"9155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9156dependencies = [9157 "cfg-if 1.0.0",9158 "libc",9159 "log",9160 "parity-scale-codec",9161 "parity-wasm 0.42.2",9162 "sc-allocator",9163 "sc-executor-common",9164 "sp-core",9165 "sp-runtime-interface",9166 "sp-wasm-interface",9167 "wasmtime",9168]91699170[[package]]9171name = "sc-finality-grandpa"9172version = "0.10.0-dev"9173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9174dependencies = [9175 "async-trait",9176 "derive_more",9177 "dyn-clone",9178 "finality-grandpa",9179 "fork-tree",9180 "futures 0.3.17",9181 "futures-timer 3.0.2",9182 "log",9183 "parity-scale-codec",9184 "parking_lot 0.11.2",9185 "rand 0.8.4",9186 "sc-block-builder",9187 "sc-client-api",9188 "sc-consensus",9189 "sc-keystore",9190 "sc-network",9191 "sc-network-gossip",9192 "sc-telemetry",9193 "sc-utils",9194 "serde_json",9195 "sp-api",9196 "sp-application-crypto",9197 "sp-arithmetic",9198 "sp-blockchain",9199 "sp-consensus",9200 "sp-core",9201 "sp-finality-grandpa",9202 "sp-keystore",9203 "sp-runtime",9204 "substrate-prometheus-endpoint",9205]92069207[[package]]9208name = "sc-finality-grandpa-rpc"9209version = "0.10.0-dev"9210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9211dependencies = [9212 "derive_more",9213 "finality-grandpa",9214 "futures 0.3.17",9215 "jsonrpc-core",9216 "jsonrpc-core-client",9217 "jsonrpc-derive",9218 "jsonrpc-pubsub",9219 "log",9220 "parity-scale-codec",9221 "sc-client-api",9222 "sc-finality-grandpa",9223 "sc-rpc",9224 "serde",9225 "serde_json",9226 "sp-blockchain",9227 "sp-core",9228 "sp-runtime",9229]92309231[[package]]9232name = "sc-informant"9233version = "0.10.0-dev"9234source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9235dependencies = [9236 "ansi_term 0.12.1",9237 "futures 0.3.17",9238 "futures-timer 3.0.2",9239 "log",9240 "parity-util-mem",9241 "sc-client-api",9242 "sc-network",9243 "sc-transaction-pool-api",9244 "sp-blockchain",9245 "sp-runtime",9246]92479248[[package]]9249name = "sc-keystore"9250version = "4.0.0-dev"9251source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9252dependencies = [9253 "async-trait",9254 "derive_more",9255 "hex",9256 "parking_lot 0.11.2",9257 "serde_json",9258 "sp-application-crypto",9259 "sp-core",9260 "sp-keystore",9261]92629263[[package]]9264name = "sc-light"9265version = "4.0.0-dev"9266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9267dependencies = [9268 "hash-db",9269 "parity-scale-codec",9270 "parking_lot 0.11.2",9271 "sc-client-api",9272 "sc-executor",9273 "sp-api",9274 "sp-blockchain",9275 "sp-core",9276 "sp-externalities",9277 "sp-runtime",9278 "sp-state-machine",9279]92809281[[package]]9282name = "sc-network"9283version = "0.10.0-dev"9284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9285dependencies = [9286 "async-std",9287 "async-trait",9288 "asynchronous-codec 0.5.0",9289 "bitflags",9290 "bytes 1.1.0",9291 "cid",9292 "derive_more",9293 "either",9294 "fnv",9295 "fork-tree",9296 "futures 0.3.17",9297 "futures-timer 3.0.2",9298 "hex",9299 "ip_network",9300 "libp2p",9301 "linked-hash-map",9302 "linked_hash_set",9303 "log",9304 "lru",9305 "parity-scale-codec",9306 "parking_lot 0.11.2",9307 "pin-project 1.0.8",9308 "prost",9309 "prost-build",9310 "rand 0.7.3",9311 "sc-block-builder",9312 "sc-client-api",9313 "sc-consensus",9314 "sc-peerset",9315 "sc-utils",9316 "serde",9317 "serde_json",9318 "smallvec",9319 "sp-arithmetic",9320 "sp-blockchain",9321 "sp-consensus",9322 "sp-core",9323 "sp-finality-grandpa",9324 "sp-runtime",9325 "substrate-prometheus-endpoint",9326 "thiserror",9327 "unsigned-varint 0.6.0",9328 "void",9329 "zeroize",9330]93319332[[package]]9333name = "sc-network-gossip"9334version = "0.10.0-dev"9335source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9336dependencies = [9337 "futures 0.3.17",9338 "futures-timer 3.0.2",9339 "libp2p",9340 "log",9341 "lru",9342 "sc-network",9343 "sp-runtime",9344 "substrate-prometheus-endpoint",9345 "tracing",9346]93479348[[package]]9349name = "sc-offchain"9350version = "4.0.0-dev"9351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9352dependencies = [9353 "bytes 1.1.0",9354 "fnv",9355 "futures 0.3.17",9356 "futures-timer 3.0.2",9357 "hex",9358 "hyper",9359 "hyper-rustls",9360 "log",9361 "num_cpus",9362 "parity-scale-codec",9363 "parking_lot 0.11.2",9364 "rand 0.7.3",9365 "sc-client-api",9366 "sc-network",9367 "sc-utils",9368 "sp-api",9369 "sp-core",9370 "sp-offchain",9371 "sp-runtime",9372 "threadpool",9373]93749375[[package]]9376name = "sc-peerset"9377version = "4.0.0-dev"9378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9379dependencies = [9380 "futures 0.3.17",9381 "libp2p",9382 "log",9383 "sc-utils",9384 "serde_json",9385 "wasm-timer",9386]93879388[[package]]9389name = "sc-proposer-metrics"9390version = "0.9.0"9391source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9392dependencies = [9393 "log",9394 "substrate-prometheus-endpoint",9395]93969397[[package]]9398name = "sc-rpc"9399version = "4.0.0-dev"9400source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9401dependencies = [9402 "futures 0.3.17",9403 "hash-db",9404 "jsonrpc-core",9405 "jsonrpc-pubsub",9406 "log",9407 "parity-scale-codec",9408 "parking_lot 0.11.2",9409 "sc-block-builder",9410 "sc-chain-spec",9411 "sc-client-api",9412 "sc-rpc-api",9413 "sc-tracing",9414 "sc-transaction-pool-api",9415 "sc-utils",9416 "serde_json",9417 "sp-api",9418 "sp-blockchain",9419 "sp-core",9420 "sp-keystore",9421 "sp-offchain",9422 "sp-rpc",9423 "sp-runtime",9424 "sp-session",9425 "sp-version",9426]94279428[[package]]9429name = "sc-rpc-api"9430version = "0.10.0-dev"9431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9432dependencies = [9433 "futures 0.3.17",9434 "jsonrpc-core",9435 "jsonrpc-core-client",9436 "jsonrpc-derive",9437 "jsonrpc-pubsub",9438 "log",9439 "parity-scale-codec",9440 "parking_lot 0.11.2",9441 "sc-chain-spec",9442 "sc-transaction-pool-api",9443 "serde",9444 "serde_json",9445 "sp-core",9446 "sp-rpc",9447 "sp-runtime",9448 "sp-tracing",9449 "sp-version",9450 "thiserror",9451]94529453[[package]]9454name = "sc-rpc-server"9455version = "4.0.0-dev"9456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9457dependencies = [9458 "futures 0.3.17",9459 "jsonrpc-core",9460 "jsonrpc-http-server",9461 "jsonrpc-ipc-server",9462 "jsonrpc-pubsub",9463 "jsonrpc-ws-server",9464 "log",9465 "serde_json",9466 "substrate-prometheus-endpoint",9467 "tokio 1.12.0",9468]94699470[[package]]9471name = "sc-service"9472version = "0.10.0-dev"9473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9474dependencies = [9475 "async-trait",9476 "directories",9477 "exit-future",9478 "futures 0.3.17",9479 "futures-timer 3.0.2",9480 "hash-db",9481 "jsonrpc-core",9482 "jsonrpc-pubsub",9483 "log",9484 "parity-scale-codec",9485 "parity-util-mem",9486 "parking_lot 0.11.2",9487 "pin-project 1.0.8",9488 "rand 0.7.3",9489 "sc-block-builder",9490 "sc-chain-spec",9491 "sc-client-api",9492 "sc-client-db",9493 "sc-consensus",9494 "sc-executor",9495 "sc-informant",9496 "sc-keystore",9497 "sc-light",9498 "sc-network",9499 "sc-offchain",9500 "sc-rpc",9501 "sc-rpc-server",9502 "sc-telemetry",9503 "sc-tracing",9504 "sc-transaction-pool",9505 "sc-transaction-pool-api",9506 "sc-utils",9507 "serde",9508 "serde_json",9509 "sp-api",9510 "sp-application-crypto",9511 "sp-block-builder",9512 "sp-blockchain",9513 "sp-consensus",9514 "sp-core",9515 "sp-externalities",9516 "sp-inherents",9517 "sp-keystore",9518 "sp-runtime",9519 "sp-session",9520 "sp-state-machine",9521 "sp-storage",9522 "sp-tracing",9523 "sp-transaction-pool",9524 "sp-transaction-storage-proof",9525 "sp-trie",9526 "sp-version",9527 "substrate-prometheus-endpoint",9528 "tempfile",9529 "thiserror",9530 "tokio 1.12.0",9531 "tracing",9532 "tracing-futures",9533]95349535[[package]]9536name = "sc-state-db"9537version = "0.10.0-dev"9538source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9539dependencies = [9540 "log",9541 "parity-scale-codec",9542 "parity-util-mem",9543 "parity-util-mem-derive",9544 "parking_lot 0.11.2",9545 "sc-client-api",9546 "sp-core",9547]95489549[[package]]9550name = "sc-sync-state-rpc"9551version = "0.10.0-dev"9552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9553dependencies = [9554 "jsonrpc-core",9555 "jsonrpc-core-client",9556 "jsonrpc-derive",9557 "parity-scale-codec",9558 "sc-chain-spec",9559 "sc-client-api",9560 "sc-consensus-babe",9561 "sc-consensus-epochs",9562 "sc-finality-grandpa",9563 "sc-rpc-api",9564 "serde",9565 "serde_json",9566 "sp-blockchain",9567 "sp-runtime",9568 "thiserror",9569]95709571[[package]]9572name = "sc-telemetry"9573version = "4.0.0-dev"9574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9575dependencies = [9576 "chrono",9577 "futures 0.3.17",9578 "libp2p",9579 "log",9580 "parking_lot 0.11.2",9581 "pin-project 1.0.8",9582 "rand 0.7.3",9583 "serde",9584 "serde_json",9585 "thiserror",9586 "wasm-timer",9587]95889589[[package]]9590name = "sc-tracing"9591version = "4.0.0-dev"9592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9593dependencies = [9594 "ansi_term 0.12.1",9595 "atty",9596 "lazy_static",9597 "log",9598 "once_cell",9599 "parking_lot 0.11.2",9600 "regex",9601 "rustc-hash",9602 "sc-client-api",9603 "sc-rpc-server",9604 "sc-tracing-proc-macro",9605 "serde",9606 "sp-api",9607 "sp-blockchain",9608 "sp-core",9609 "sp-rpc",9610 "sp-runtime",9611 "sp-tracing",9612 "thiserror",9613 "tracing",9614 "tracing-log",9615 "tracing-subscriber",9616]96179618[[package]]9619name = "sc-tracing-proc-macro"9620version = "4.0.0-dev"9621source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9622dependencies = [9623 "proc-macro-crate 1.1.0",9624 "proc-macro2",9625 "quote",9626 "syn",9627]96289629[[package]]9630name = "sc-transaction-pool"9631version = "4.0.0-dev"9632source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9633dependencies = [9634 "futures 0.3.17",9635 "intervalier",9636 "linked-hash-map",9637 "log",9638 "parity-scale-codec",9639 "parity-util-mem",9640 "parking_lot 0.11.2",9641 "retain_mut",9642 "sc-client-api",9643 "sc-transaction-pool-api",9644 "sc-utils",9645 "serde",9646 "sp-api",9647 "sp-blockchain",9648 "sp-core",9649 "sp-runtime",9650 "sp-tracing",9651 "sp-transaction-pool",9652 "substrate-prometheus-endpoint",9653 "thiserror",9654]96559656[[package]]9657name = "sc-transaction-pool-api"9658version = "4.0.0-dev"9659source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9660dependencies = [9661 "derive_more",9662 "futures 0.3.17",9663 "log",9664 "serde",9665 "sp-blockchain",9666 "sp-runtime",9667 "thiserror",9668]96699670[[package]]9671name = "sc-utils"9672version = "4.0.0-dev"9673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"9674dependencies = [9675 "futures 0.3.17",9676 "futures-timer 3.0.2",9677 "lazy_static",9678 "prometheus",9679]96809681[[package]]9682name = "scale-info"9683version = "1.0.0"9684source = "registry+https://github.com/rust-lang/crates.io-index"9685checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9686dependencies = [9687 "bitvec 0.20.4",9688 "cfg-if 1.0.0",9689 "derive_more",9690 "parity-scale-codec",9691 "scale-info-derive",9692 "serde",9693]96949695[[package]]9696name = "scale-info-derive"9697version = "1.0.0"9698source = "registry+https://github.com/rust-lang/crates.io-index"9699checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9700dependencies = [9701 "proc-macro-crate 1.1.0",9702 "proc-macro2",9703 "quote",9704 "syn",9705]97069707[[package]]9708name = "schannel"9709version = "0.1.19"9710source = "registry+https://github.com/rust-lang/crates.io-index"9711checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9712dependencies = [9713 "lazy_static",9714 "winapi 0.3.9",9715]97169717[[package]]9718name = "schnorrkel"9719version = "0.9.1"9720source = "registry+https://github.com/rust-lang/crates.io-index"9721checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9722dependencies = [9723 "arrayref",9724 "arrayvec 0.5.2",9725 "curve25519-dalek 2.1.3",9726 "getrandom 0.1.16",9727 "merlin",9728 "rand 0.7.3",9729 "rand_core 0.5.1",9730 "sha2 0.8.2",9731 "subtle 2.4.1",9732 "zeroize",9733]97349735[[package]]9736name = "scoped-tls"9737version = "1.0.0"9738source = "registry+https://github.com/rust-lang/crates.io-index"9739checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"97409741[[package]]9742name = "scopeguard"9743version = "1.1.0"9744source = "registry+https://github.com/rust-lang/crates.io-index"9745checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"97469747[[package]]9748name = "scroll"9749version = "0.10.2"9750source = "registry+https://github.com/rust-lang/crates.io-index"9751checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"9752dependencies = [9753 "scroll_derive",9754]97559756[[package]]9757name = "scroll_derive"9758version = "0.10.5"9759source = "registry+https://github.com/rust-lang/crates.io-index"9760checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"9761dependencies = [9762 "proc-macro2",9763 "quote",9764 "syn",9765]97669767[[package]]9768name = "sct"9769version = "0.6.1"9770source = "registry+https://github.com/rust-lang/crates.io-index"9771checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9772dependencies = [9773 "ring",9774 "untrusted",9775]97769777[[package]]9778name = "secrecy"9779version = "0.7.0"9780source = "registry+https://github.com/rust-lang/crates.io-index"9781checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"9782dependencies = [9783 "zeroize",9784]97859786[[package]]9787name = "security-framework"9788version = "2.4.2"9789source = "registry+https://github.com/rust-lang/crates.io-index"9790checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"9791dependencies = [9792 "bitflags",9793 "core-foundation",9794 "core-foundation-sys",9795 "libc",9796 "security-framework-sys",9797]97989799[[package]]9800name = "security-framework-sys"9801version = "2.4.2"9802source = "registry+https://github.com/rust-lang/crates.io-index"9803checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"9804dependencies = [9805 "core-foundation-sys",9806 "libc",9807]98089809[[package]]9810name = "semver"9811version = "0.6.0"9812source = "registry+https://github.com/rust-lang/crates.io-index"9813checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9814dependencies = [9815 "semver-parser 0.7.0",9816]98179818[[package]]9819name = "semver"9820version = "0.9.0"9821source = "registry+https://github.com/rust-lang/crates.io-index"9822checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9823dependencies = [9824 "semver-parser 0.7.0",9825]98269827[[package]]9828name = "semver"9829version = "0.11.0"9830source = "registry+https://github.com/rust-lang/crates.io-index"9831checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9832dependencies = [9833 "semver-parser 0.10.2",9834 "serde",9835]98369837[[package]]9838name = "semver-parser"9839version = "0.7.0"9840source = "registry+https://github.com/rust-lang/crates.io-index"9841checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"98429843[[package]]9844name = "semver-parser"9845version = "0.10.2"9846source = "registry+https://github.com/rust-lang/crates.io-index"9847checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9848dependencies = [9849 "pest",9850]98519852[[package]]9853name = "serde"9854version = "1.0.130"9855source = "registry+https://github.com/rust-lang/crates.io-index"9856checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"9857dependencies = [9858 "serde_derive",9859]98609861[[package]]9862name = "serde_derive"9863version = "1.0.130"9864source = "registry+https://github.com/rust-lang/crates.io-index"9865checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"9866dependencies = [9867 "proc-macro2",9868 "quote",9869 "syn",9870]98719872[[package]]9873name = "serde_json"9874version = "1.0.68"9875source = "registry+https://github.com/rust-lang/crates.io-index"9876checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"9877dependencies = [9878 "itoa",9879 "ryu",9880 "serde",9881]98829883[[package]]9884name = "sha-1"9885version = "0.8.2"9886source = "registry+https://github.com/rust-lang/crates.io-index"9887checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9888dependencies = [9889 "block-buffer 0.7.3",9890 "digest 0.8.1",9891 "fake-simd",9892 "opaque-debug 0.2.3",9893]98949895[[package]]9896name = "sha-1"9897version = "0.9.8"9898source = "registry+https://github.com/rust-lang/crates.io-index"9899checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"9900dependencies = [9901 "block-buffer 0.9.0",9902 "cfg-if 1.0.0",9903 "cpufeatures 0.2.1",9904 "digest 0.9.0",9905 "opaque-debug 0.3.0",9906]99079908[[package]]9909name = "sha2"9910version = "0.8.2"9911source = "registry+https://github.com/rust-lang/crates.io-index"9912checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9913dependencies = [9914 "block-buffer 0.7.3",9915 "digest 0.8.1",9916 "fake-simd",9917 "opaque-debug 0.2.3",9918]99199920[[package]]9921name = "sha2"9922version = "0.9.8"9923source = "registry+https://github.com/rust-lang/crates.io-index"9924checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"9925dependencies = [9926 "block-buffer 0.9.0",9927 "cfg-if 1.0.0",9928 "cpufeatures 0.2.1",9929 "digest 0.9.0",9930 "opaque-debug 0.3.0",9931]99329933[[package]]9934name = "sha3"9935version = "0.8.2"9936source = "registry+https://github.com/rust-lang/crates.io-index"9937checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9938dependencies = [9939 "block-buffer 0.7.3",9940 "byte-tools",9941 "digest 0.8.1",9942 "keccak",9943 "opaque-debug 0.2.3",9944]99459946[[package]]9947name = "sha3"9948version = "0.9.1"9949source = "registry+https://github.com/rust-lang/crates.io-index"9950checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9951dependencies = [9952 "block-buffer 0.9.0",9953 "digest 0.9.0",9954 "keccak",9955 "opaque-debug 0.3.0",9956]99579958[[package]]9959name = "sharded-slab"9960version = "0.1.3"9961source = "registry+https://github.com/rust-lang/crates.io-index"9962checksum = "740223c51853f3145fe7c90360d2d4232f2b62e3449489c207eccde818979982"9963dependencies = [9964 "lazy_static",9965]99669967[[package]]9968name = "shlex"9969version = "1.1.0"9970source = "registry+https://github.com/rust-lang/crates.io-index"9971checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"99729973[[package]]9974name = "signal-hook"9975version = "0.3.10"9976source = "registry+https://github.com/rust-lang/crates.io-index"9977checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"9978dependencies = [9979 "libc",9980 "signal-hook-registry",9981]99829983[[package]]9984name = "signal-hook-registry"9985version = "1.4.0"9986source = "registry+https://github.com/rust-lang/crates.io-index"9987checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"9988dependencies = [9989 "libc",9990]99919992[[package]]9993name = "signature"9994version = "1.3.1"9995source = "registry+https://github.com/rust-lang/crates.io-index"9996checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"99979998[[package]]9999name = "simba"10000version = "0.5.1"10001source = "registry+https://github.com/rust-lang/crates.io-index"10002checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10003dependencies = [10004 "approx",10005 "num-complex",10006 "num-traits",10007 "paste",10008]1000910010[[package]]10011name = "slab"10012version = "0.4.4"10013source = "registry+https://github.com/rust-lang/crates.io-index"10014checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"1001510016[[package]]10017name = "slog"10018version = "2.7.0"10019source = "registry+https://github.com/rust-lang/crates.io-index"10020checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"10021dependencies = [10022 "erased-serde",10023]1002410025[[package]]10026name = "slot-range-helper"10027version = "0.9.11"10028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"10029dependencies = [10030 "enumn",10031 "parity-scale-codec",10032 "paste",10033 "sp-runtime",10034 "sp-std",10035]1003610037[[package]]10038name = "slotmap"10039version = "1.0.6"10040source = "registry+https://github.com/rust-lang/crates.io-index"10041checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10042dependencies = [10043 "version_check",10044]1004510046[[package]]10047name = "smallvec"10048version = "1.7.0"10049source = "registry+https://github.com/rust-lang/crates.io-index"10050checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"1005110052[[package]]10053name = "snap"10054version = "1.0.5"10055source = "registry+https://github.com/rust-lang/crates.io-index"10056checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1005710058[[package]]10059name = "snow"10060version = "0.8.0"10061source = "registry+https://github.com/rust-lang/crates.io-index"10062checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10063dependencies = [10064 "aes-gcm",10065 "blake2",10066 "chacha20poly1305",10067 "rand 0.8.4",10068 "rand_core 0.6.3",10069 "ring",10070 "rustc_version 0.3.3",10071 "sha2 0.9.8",10072 "subtle 2.4.1",10073 "x25519-dalek",10074]1007510076[[package]]10077name = "socket2"10078version = "0.3.19"10079source = "registry+https://github.com/rust-lang/crates.io-index"10080checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10081dependencies = [10082 "cfg-if 1.0.0",10083 "libc",10084 "winapi 0.3.9",10085]1008610087[[package]]10088name = "socket2"10089version = "0.4.2"10090source = "registry+https://github.com/rust-lang/crates.io-index"10091checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"10092dependencies = [10093 "libc",10094 "winapi 0.3.9",10095]1009610097[[package]]10098name = "soketto"10099version = "0.4.2"10100source = "registry+https://github.com/rust-lang/crates.io-index"10101checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"10102dependencies = [10103 "base64 0.12.3",10104 "bytes 0.5.6",10105 "flate2",10106 "futures 0.3.17",10107 "httparse",10108 "log",10109 "rand 0.7.3",10110 "sha-1 0.9.8",10111]1011210113[[package]]10114name = "soketto"10115version = "0.6.0"10116source = "registry+https://github.com/rust-lang/crates.io-index"10117checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"10118dependencies = [10119 "base64 0.13.0",10120 "bytes 1.1.0",10121 "futures 0.3.17",10122 "httparse",10123 "log",10124 "rand 0.8.4",10125 "sha-1 0.9.8",10126]1012710128[[package]]10129name = "sp-api"10130version = "4.0.0-dev"10131source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10132dependencies = [10133 "hash-db",10134 "log",10135 "parity-scale-codec",10136 "sp-api-proc-macro",10137 "sp-core",10138 "sp-runtime",10139 "sp-state-machine",10140 "sp-std",10141 "sp-version",10142 "thiserror",10143]1014410145[[package]]10146name = "sp-api-proc-macro"10147version = "4.0.0-dev"10148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10149dependencies = [10150 "blake2-rfc",10151 "proc-macro-crate 1.1.0",10152 "proc-macro2",10153 "quote",10154 "syn",10155]1015610157[[package]]10158name = "sp-application-crypto"10159version = "4.0.0-dev"10160source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10161dependencies = [10162 "parity-scale-codec",10163 "scale-info",10164 "serde",10165 "sp-core",10166 "sp-io",10167 "sp-std",10168]1016910170[[package]]10171name = "sp-arithmetic"10172version = "4.0.0-dev"10173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10174dependencies = [10175 "integer-sqrt",10176 "num-traits",10177 "parity-scale-codec",10178 "scale-info",10179 "serde",10180 "sp-debug-derive",10181 "sp-std",10182 "static_assertions",10183]1018410185[[package]]10186name = "sp-authority-discovery"10187version = "4.0.0-dev"10188source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10189dependencies = [10190 "parity-scale-codec",10191 "scale-info",10192 "sp-api",10193 "sp-application-crypto",10194 "sp-runtime",10195 "sp-std",10196]1019710198[[package]]10199name = "sp-authorship"10200version = "4.0.0-dev"10201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10202dependencies = [10203 "async-trait",10204 "parity-scale-codec",10205 "sp-inherents",10206 "sp-runtime",10207 "sp-std",10208]1020910210[[package]]10211name = "sp-block-builder"10212version = "4.0.0-dev"10213source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10214dependencies = [10215 "parity-scale-codec",10216 "sp-api",10217 "sp-inherents",10218 "sp-runtime",10219 "sp-std",10220]1022110222[[package]]10223name = "sp-blockchain"10224version = "4.0.0-dev"10225source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10226dependencies = [10227 "futures 0.3.17",10228 "log",10229 "lru",10230 "parity-scale-codec",10231 "parking_lot 0.11.2",10232 "sp-api",10233 "sp-consensus",10234 "sp-database",10235 "sp-runtime",10236 "sp-state-machine",10237 "thiserror",10238]1023910240[[package]]10241name = "sp-consensus"10242version = "0.10.0-dev"10243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10244dependencies = [10245 "async-trait",10246 "futures 0.3.17",10247 "futures-timer 3.0.2",10248 "log",10249 "parity-scale-codec",10250 "sp-core",10251 "sp-inherents",10252 "sp-runtime",10253 "sp-state-machine",10254 "sp-std",10255 "sp-version",10256 "thiserror",10257]1025810259[[package]]10260name = "sp-consensus-aura"10261version = "0.10.0-dev"10262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10263dependencies = [10264 "async-trait",10265 "parity-scale-codec",10266 "scale-info",10267 "sp-api",10268 "sp-application-crypto",10269 "sp-consensus",10270 "sp-consensus-slots",10271 "sp-inherents",10272 "sp-runtime",10273 "sp-std",10274 "sp-timestamp",10275]1027610277[[package]]10278name = "sp-consensus-babe"10279version = "0.10.0-dev"10280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10281dependencies = [10282 "async-trait",10283 "merlin",10284 "parity-scale-codec",10285 "scale-info",10286 "serde",10287 "sp-api",10288 "sp-application-crypto",10289 "sp-consensus",10290 "sp-consensus-slots",10291 "sp-consensus-vrf",10292 "sp-core",10293 "sp-inherents",10294 "sp-keystore",10295 "sp-runtime",10296 "sp-std",10297 "sp-timestamp",10298]1029910300[[package]]10301name = "sp-consensus-slots"10302version = "0.10.0-dev"10303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10304dependencies = [10305 "parity-scale-codec",10306 "scale-info",10307 "sp-arithmetic",10308 "sp-runtime",10309]1031010311[[package]]10312name = "sp-consensus-vrf"10313version = "0.10.0-dev"10314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10315dependencies = [10316 "parity-scale-codec",10317 "schnorrkel",10318 "sp-core",10319 "sp-runtime",10320 "sp-std",10321]1032210323[[package]]10324name = "sp-core"10325version = "4.0.0-dev"10326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10327dependencies = [10328 "base58",10329 "blake2-rfc",10330 "byteorder",10331 "dyn-clonable",10332 "ed25519-dalek",10333 "futures 0.3.17",10334 "hash-db",10335 "hash256-std-hasher",10336 "hex",10337 "impl-serde",10338 "lazy_static",10339 "libsecp256k1 0.6.0",10340 "log",10341 "merlin",10342 "num-traits",10343 "parity-scale-codec",10344 "parity-util-mem",10345 "parking_lot 0.11.2",10346 "primitive-types 0.10.1",10347 "rand 0.7.3",10348 "regex",10349 "scale-info",10350 "schnorrkel",10351 "secrecy",10352 "serde",10353 "sha2 0.9.8",10354 "sp-debug-derive",10355 "sp-externalities",10356 "sp-runtime-interface",10357 "sp-std",10358 "sp-storage",10359 "substrate-bip39",10360 "thiserror",10361 "tiny-bip39",10362 "tiny-keccak",10363 "twox-hash",10364 "wasmi",10365 "zeroize",10366]1036710368[[package]]10369name = "sp-database"10370version = "4.0.0-dev"10371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10372dependencies = [10373 "kvdb",10374 "parking_lot 0.11.2",10375]1037610377[[package]]10378name = "sp-debug-derive"10379version = "3.0.0"10380source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10381dependencies = [10382 "proc-macro2",10383 "quote",10384 "syn",10385]1038610387[[package]]10388name = "sp-externalities"10389version = "0.10.0-dev"10390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10391dependencies = [10392 "environmental",10393 "parity-scale-codec",10394 "sp-std",10395 "sp-storage",10396]1039710398[[package]]10399name = "sp-finality-grandpa"10400version = "4.0.0-dev"10401source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10402dependencies = [10403 "finality-grandpa",10404 "log",10405 "parity-scale-codec",10406 "scale-info",10407 "serde",10408 "sp-api",10409 "sp-application-crypto",10410 "sp-core",10411 "sp-keystore",10412 "sp-runtime",10413 "sp-std",10414]1041510416[[package]]10417name = "sp-inherents"10418version = "4.0.0-dev"10419source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10420dependencies = [10421 "async-trait",10422 "impl-trait-for-tuples 0.2.1",10423 "parity-scale-codec",10424 "sp-core",10425 "sp-runtime",10426 "sp-std",10427 "thiserror",10428]1042910430[[package]]10431name = "sp-io"10432version = "4.0.0-dev"10433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10434dependencies = [10435 "futures 0.3.17",10436 "hash-db",10437 "libsecp256k1 0.6.0",10438 "log",10439 "parity-scale-codec",10440 "parking_lot 0.11.2",10441 "sp-core",10442 "sp-externalities",10443 "sp-keystore",10444 "sp-runtime-interface",10445 "sp-state-machine",10446 "sp-std",10447 "sp-tracing",10448 "sp-trie",10449 "sp-wasm-interface",10450 "tracing",10451 "tracing-core",10452]1045310454[[package]]10455name = "sp-keyring"10456version = "4.0.0-dev"10457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10458dependencies = [10459 "lazy_static",10460 "sp-core",10461 "sp-runtime",10462 "strum 0.20.0",10463]1046410465[[package]]10466name = "sp-keystore"10467version = "0.10.0-dev"10468source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10469dependencies = [10470 "async-trait",10471 "derive_more",10472 "futures 0.3.17",10473 "merlin",10474 "parity-scale-codec",10475 "parking_lot 0.11.2",10476 "schnorrkel",10477 "serde",10478 "sp-core",10479 "sp-externalities",10480]1048110482[[package]]10483name = "sp-maybe-compressed-blob"10484version = "4.0.0-dev"10485source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10486dependencies = [10487 "zstd",10488]1048910490[[package]]10491name = "sp-npos-elections"10492version = "4.0.0-dev"10493source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10494dependencies = [10495 "parity-scale-codec",10496 "scale-info",10497 "serde",10498 "sp-arithmetic",10499 "sp-core",10500 "sp-npos-elections-solution-type",10501 "sp-runtime",10502 "sp-std",10503]1050410505[[package]]10506name = "sp-npos-elections-solution-type"10507version = "4.0.0-dev"10508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10509dependencies = [10510 "proc-macro-crate 1.1.0",10511 "proc-macro2",10512 "quote",10513 "syn",10514]1051510516[[package]]10517name = "sp-offchain"10518version = "4.0.0-dev"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10520dependencies = [10521 "sp-api",10522 "sp-core",10523 "sp-runtime",10524]1052510526[[package]]10527name = "sp-panic-handler"10528version = "3.0.0"10529source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10530dependencies = [10531 "backtrace",10532]1053310534[[package]]10535name = "sp-rpc"10536version = "4.0.0-dev"10537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10538dependencies = [10539 "rustc-hash",10540 "serde",10541 "sp-core",10542]1054310544[[package]]10545name = "sp-runtime"10546version = "4.0.0-dev"10547source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10548dependencies = [10549 "either",10550 "hash256-std-hasher",10551 "impl-trait-for-tuples 0.2.1",10552 "log",10553 "parity-scale-codec",10554 "parity-util-mem",10555 "paste",10556 "rand 0.7.3",10557 "scale-info",10558 "serde",10559 "sp-application-crypto",10560 "sp-arithmetic",10561 "sp-core",10562 "sp-io",10563 "sp-std",10564]1056510566[[package]]10567name = "sp-runtime-interface"10568version = "4.0.0-dev"10569source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10570dependencies = [10571 "impl-trait-for-tuples 0.2.1",10572 "parity-scale-codec",10573 "primitive-types 0.10.1",10574 "sp-externalities",10575 "sp-runtime-interface-proc-macro",10576 "sp-std",10577 "sp-storage",10578 "sp-tracing",10579 "sp-wasm-interface",10580 "static_assertions",10581]1058210583[[package]]10584name = "sp-runtime-interface-proc-macro"10585version = "4.0.0-dev"10586source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10587dependencies = [10588 "Inflector",10589 "proc-macro-crate 1.1.0",10590 "proc-macro2",10591 "quote",10592 "syn",10593]1059410595[[package]]10596name = "sp-sandbox"10597version = "0.10.0-dev"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10599dependencies = [10600 "log",10601 "parity-scale-codec",10602 "sp-core",10603 "sp-io",10604 "sp-std",10605 "sp-wasm-interface",10606 "wasmi",10607]1060810609[[package]]10610name = "sp-serializer"10611version = "3.0.0"10612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10613dependencies = [10614 "serde",10615 "serde_json",10616]1061710618[[package]]10619name = "sp-session"10620version = "4.0.0-dev"10621source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10622dependencies = [10623 "parity-scale-codec",10624 "scale-info",10625 "sp-api",10626 "sp-core",10627 "sp-runtime",10628 "sp-staking",10629 "sp-std",10630]1063110632[[package]]10633name = "sp-staking"10634version = "4.0.0-dev"10635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10636dependencies = [10637 "parity-scale-codec",10638 "scale-info",10639 "sp-runtime",10640 "sp-std",10641]1064210643[[package]]10644name = "sp-state-machine"10645version = "0.10.0-dev"10646source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10647dependencies = [10648 "hash-db",10649 "log",10650 "num-traits",10651 "parity-scale-codec",10652 "parking_lot 0.11.2",10653 "rand 0.7.3",10654 "smallvec",10655 "sp-core",10656 "sp-externalities",10657 "sp-panic-handler",10658 "sp-std",10659 "sp-trie",10660 "thiserror",10661 "tracing",10662 "trie-db",10663 "trie-root",10664]1066510666[[package]]10667name = "sp-std"10668version = "4.0.0-dev"10669source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"1067010671[[package]]10672name = "sp-storage"10673version = "4.0.0-dev"10674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10675dependencies = [10676 "impl-serde",10677 "parity-scale-codec",10678 "ref-cast",10679 "serde",10680 "sp-debug-derive",10681 "sp-std",10682]1068310684[[package]]10685name = "sp-tasks"10686version = "4.0.0-dev"10687source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10688dependencies = [10689 "log",10690 "sp-core",10691 "sp-externalities",10692 "sp-io",10693 "sp-runtime-interface",10694 "sp-std",10695]1069610697[[package]]10698name = "sp-timestamp"10699version = "4.0.0-dev"10700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10701dependencies = [10702 "async-trait",10703 "futures-timer 3.0.2",10704 "log",10705 "parity-scale-codec",10706 "sp-api",10707 "sp-inherents",10708 "sp-runtime",10709 "sp-std",10710 "thiserror",10711]1071210713[[package]]10714name = "sp-tracing"10715version = "4.0.0-dev"10716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10717dependencies = [10718 "erased-serde",10719 "log",10720 "parity-scale-codec",10721 "parking_lot 0.10.2",10722 "serde",10723 "serde_json",10724 "slog",10725 "sp-std",10726 "tracing",10727 "tracing-core",10728 "tracing-subscriber",10729]1073010731[[package]]10732name = "sp-transaction-pool"10733version = "4.0.0-dev"10734source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10735dependencies = [10736 "sp-api",10737 "sp-runtime",10738]1073910740[[package]]10741name = "sp-transaction-storage-proof"10742version = "4.0.0-dev"10743source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10744dependencies = [10745 "async-trait",10746 "log",10747 "parity-scale-codec",10748 "scale-info",10749 "sp-core",10750 "sp-inherents",10751 "sp-runtime",10752 "sp-std",10753 "sp-trie",10754]1075510756[[package]]10757name = "sp-trie"10758version = "4.0.0-dev"10759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10760dependencies = [10761 "hash-db",10762 "memory-db",10763 "parity-scale-codec",10764 "scale-info",10765 "sp-core",10766 "sp-std",10767 "trie-db",10768 "trie-root",10769]1077010771[[package]]10772name = "sp-version"10773version = "4.0.0-dev"10774source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10775dependencies = [10776 "impl-serde",10777 "parity-scale-codec",10778 "parity-wasm 0.42.2",10779 "scale-info",10780 "serde",10781 "sp-runtime",10782 "sp-std",10783 "sp-version-proc-macro",10784 "thiserror",10785]1078610787[[package]]10788name = "sp-version-proc-macro"10789version = "4.0.0-dev"10790source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10791dependencies = [10792 "parity-scale-codec",10793 "proc-macro2",10794 "quote",10795 "syn",10796]1079710798[[package]]10799name = "sp-wasm-interface"10800version = "4.0.0-dev"10801source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10802dependencies = [10803 "impl-trait-for-tuples 0.2.1",10804 "parity-scale-codec",10805 "sp-std",10806 "wasmi",10807]1080810809[[package]]10810name = "spin"10811version = "0.5.2"10812source = "registry+https://github.com/rust-lang/crates.io-index"10813checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1081410815[[package]]10816name = "stable_deref_trait"10817version = "1.2.0"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1082010821[[package]]10822name = "static_assertions"10823version = "1.1.0"10824source = "registry+https://github.com/rust-lang/crates.io-index"10825checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1082610827[[package]]10828name = "static_init"10829version = "0.5.2"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10832dependencies = [10833 "cfg_aliases",10834 "libc",10835 "parking_lot 0.11.2",10836 "static_init_macro",10837]1083810839[[package]]10840name = "static_init_macro"10841version = "0.5.0"10842source = "registry+https://github.com/rust-lang/crates.io-index"10843checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10844dependencies = [10845 "cfg_aliases",10846 "memchr",10847 "proc-macro2",10848 "quote",10849 "syn",10850]1085110852[[package]]10853name = "statrs"10854version = "0.15.0"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10857dependencies = [10858 "approx",10859 "lazy_static",10860 "nalgebra",10861 "num-traits",10862 "rand 0.8.4",10863]1086410865[[package]]10866name = "strsim"10867version = "0.8.0"10868source = "registry+https://github.com/rust-lang/crates.io-index"10869checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1087010871[[package]]10872name = "strsim"10873version = "0.10.0"10874source = "registry+https://github.com/rust-lang/crates.io-index"10875checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1087610877[[package]]10878name = "structopt"10879version = "0.3.23"10880source = "registry+https://github.com/rust-lang/crates.io-index"10881checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"10882dependencies = [10883 "clap",10884 "lazy_static",10885 "structopt-derive",10886]1088710888[[package]]10889name = "structopt-derive"10890version = "0.4.16"10891source = "registry+https://github.com/rust-lang/crates.io-index"10892checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"10893dependencies = [10894 "heck",10895 "proc-macro-error 1.0.4",10896 "proc-macro2",10897 "quote",10898 "syn",10899]1090010901[[package]]10902name = "strum"10903version = "0.20.0"10904source = "registry+https://github.com/rust-lang/crates.io-index"10905checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"10906dependencies = [10907 "strum_macros 0.20.1",10908]1090910910[[package]]10911name = "strum"10912version = "0.21.0"10913source = "registry+https://github.com/rust-lang/crates.io-index"10914checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"10915dependencies = [10916 "strum_macros 0.21.1",10917]1091810919[[package]]10920name = "strum_macros"10921version = "0.20.1"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"10924dependencies = [10925 "heck",10926 "proc-macro2",10927 "quote",10928 "syn",10929]1093010931[[package]]10932name = "strum_macros"10933version = "0.21.1"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"10936dependencies = [10937 "heck",10938 "proc-macro2",10939 "quote",10940 "syn",10941]1094210943[[package]]10944name = "substrate-bip39"10945version = "0.4.4"10946source = "registry+https://github.com/rust-lang/crates.io-index"10947checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"10948dependencies = [10949 "hmac 0.11.0",10950 "pbkdf2 0.8.0",10951 "schnorrkel",10952 "sha2 0.9.8",10953 "zeroize",10954]1095510956[[package]]10957name = "substrate-build-script-utils"10958version = "3.0.0"10959source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10960dependencies = [10961 "platforms",10962]1096310964[[package]]10965name = "substrate-frame-rpc-system"10966version = "4.0.0-dev"10967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10968dependencies = [10969 "frame-system-rpc-runtime-api",10970 "futures 0.3.17",10971 "jsonrpc-core",10972 "jsonrpc-core-client",10973 "jsonrpc-derive",10974 "log",10975 "parity-scale-codec",10976 "sc-client-api",10977 "sc-rpc-api",10978 "sc-transaction-pool-api",10979 "sp-api",10980 "sp-block-builder",10981 "sp-blockchain",10982 "sp-core",10983 "sp-runtime",10984]1098510986[[package]]10987name = "substrate-prometheus-endpoint"10988version = "0.9.0"10989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"10990dependencies = [10991 "async-std",10992 "derive_more",10993 "futures-util",10994 "hyper",10995 "log",10996 "prometheus",10997 "tokio 1.12.0",10998]1099911000[[package]]11001name = "substrate-test-client"11002version = "2.0.1"11003source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"11004dependencies = [11005 "async-trait",11006 "futures 0.3.17",11007 "hex",11008 "parity-scale-codec",11009 "sc-client-api",11010 "sc-client-db",11011 "sc-consensus",11012 "sc-executor",11013 "sc-light",11014 "sc-offchain",11015 "sc-service",11016 "serde",11017 "serde_json",11018 "sp-blockchain",11019 "sp-consensus",11020 "sp-core",11021 "sp-keyring",11022 "sp-keystore",11023 "sp-runtime",11024 "sp-state-machine",11025]1102611027[[package]]11028name = "substrate-test-utils"11029version = "4.0.0-dev"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"11031dependencies = [11032 "futures 0.3.17",11033 "substrate-test-utils-derive",11034 "tokio 1.12.0",11035]1103611037[[package]]11038name = "substrate-test-utils-derive"11039version = "0.10.0-dev"11040source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"11041dependencies = [11042 "proc-macro-crate 1.1.0",11043 "proc-macro2",11044 "quote",11045 "syn",11046]1104711048[[package]]11049name = "substrate-wasm-builder"11050version = "5.0.0-dev"11051source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"11052dependencies = [11053 "ansi_term 0.12.1",11054 "build-helper",11055 "cargo_metadata",11056 "sp-maybe-compressed-blob",11057 "tempfile",11058 "toml",11059 "walkdir",11060 "wasm-gc-api",11061]1106211063[[package]]11064name = "subtle"11065version = "1.0.0"11066source = "registry+https://github.com/rust-lang/crates.io-index"11067checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1106811069[[package]]11070name = "subtle"11071version = "2.4.1"11072source = "registry+https://github.com/rust-lang/crates.io-index"11073checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1107411075[[package]]11076name = "syn"11077version = "1.0.80"11078source = "registry+https://github.com/rust-lang/crates.io-index"11079checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"11080dependencies = [11081 "proc-macro2",11082 "quote",11083 "unicode-xid",11084]1108511086[[package]]11087name = "syn-mid"11088version = "0.5.3"11089source = "registry+https://github.com/rust-lang/crates.io-index"11090checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"11091dependencies = [11092 "proc-macro2",11093 "quote",11094 "syn",11095]1109611097[[package]]11098name = "synstructure"11099version = "0.12.5"11100source = "registry+https://github.com/rust-lang/crates.io-index"11101checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"11102dependencies = [11103 "proc-macro2",11104 "quote",11105 "syn",11106 "unicode-xid",11107]1110811109[[package]]11110name = "tap"11111version = "1.0.1"11112source = "registry+https://github.com/rust-lang/crates.io-index"11113checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1111411115[[package]]11116name = "target-lexicon"11117version = "0.12.2"11118source = "registry+https://github.com/rust-lang/crates.io-index"11119checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"1112011121[[package]]11122name = "tempfile"11123version = "3.2.0"11124source = "registry+https://github.com/rust-lang/crates.io-index"11125checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"11126dependencies = [11127 "cfg-if 1.0.0",11128 "libc",11129 "rand 0.8.4",11130 "redox_syscall 0.2.10",11131 "remove_dir_all",11132 "winapi 0.3.9",11133]1113411135[[package]]11136name = "termcolor"11137version = "1.1.2"11138source = "registry+https://github.com/rust-lang/crates.io-index"11139checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11140dependencies = [11141 "winapi-util",11142]1114311144[[package]]11145name = "textwrap"11146version = "0.11.0"11147source = "registry+https://github.com/rust-lang/crates.io-index"11148checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11149dependencies = [11150 "unicode-width",11151]1115211153[[package]]11154name = "thiserror"11155version = "1.0.29"11156source = "registry+https://github.com/rust-lang/crates.io-index"11157checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"11158dependencies = [11159 "thiserror-impl",11160]1116111162[[package]]11163name = "thiserror-impl"11164version = "1.0.29"11165source = "registry+https://github.com/rust-lang/crates.io-index"11166checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"11167dependencies = [11168 "proc-macro2",11169 "quote",11170 "syn",11171]1117211173[[package]]11174name = "thread_local"11175version = "1.1.3"11176source = "registry+https://github.com/rust-lang/crates.io-index"11177checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"11178dependencies = [11179 "once_cell",11180]1118111182[[package]]11183name = "threadpool"11184version = "1.8.1"11185source = "registry+https://github.com/rust-lang/crates.io-index"11186checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11187dependencies = [11188 "num_cpus",11189]1119011191[[package]]11192name = "thrift"11193version = "0.13.0"11194source = "registry+https://github.com/rust-lang/crates.io-index"11195checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"11196dependencies = [11197 "byteorder",11198 "integer-encoding",11199 "log",11200 "ordered-float",11201 "threadpool",11202]1120311204[[package]]11205name = "time"11206version = "0.1.44"11207source = "registry+https://github.com/rust-lang/crates.io-index"11208checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11209dependencies = [11210 "libc",11211 "wasi 0.10.0+wasi-snapshot-preview1",11212 "winapi 0.3.9",11213]1121411215[[package]]11216name = "tiny-bip39"11217version = "0.8.2"11218source = "registry+https://github.com/rust-lang/crates.io-index"11219checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11220dependencies = [11221 "anyhow",11222 "hmac 0.8.1",11223 "once_cell",11224 "pbkdf2 0.4.0",11225 "rand 0.7.3",11226 "rustc-hash",11227 "sha2 0.9.8",11228 "thiserror",11229 "unicode-normalization",11230 "wasm-bindgen",11231 "zeroize",11232]1123311234[[package]]11235name = "tiny-keccak"11236version = "2.0.2"11237source = "registry+https://github.com/rust-lang/crates.io-index"11238checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11239dependencies = [11240 "crunchy",11241]1124211243[[package]]11244name = "tinyvec"11245version = "1.5.0"11246source = "registry+https://github.com/rust-lang/crates.io-index"11247checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"11248dependencies = [11249 "tinyvec_macros",11250]1125111252[[package]]11253name = "tinyvec_macros"11254version = "0.1.0"11255source = "registry+https://github.com/rust-lang/crates.io-index"11256checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1125711258[[package]]11259name = "tokio"11260version = "0.2.25"11261source = "registry+https://github.com/rust-lang/crates.io-index"11262checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11263dependencies = [11264 "bytes 0.5.6",11265 "fnv",11266 "pin-project-lite 0.1.12",11267 "tokio-macros 0.2.6",11268]1126911270[[package]]11271name = "tokio"11272version = "1.12.0"11273source = "registry+https://github.com/rust-lang/crates.io-index"11274checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"11275dependencies = [11276 "autocfg",11277 "bytes 1.1.0",11278 "libc",11279 "memchr",11280 "mio 0.7.13",11281 "num_cpus",11282 "once_cell",11283 "pin-project-lite 0.2.7",11284 "signal-hook-registry",11285 "tokio-macros 1.4.1",11286 "winapi 0.3.9",11287]1128811289[[package]]11290name = "tokio-macros"11291version = "0.2.6"11292source = "registry+https://github.com/rust-lang/crates.io-index"11293checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11294dependencies = [11295 "proc-macro2",11296 "quote",11297 "syn",11298]1129911300[[package]]11301name = "tokio-macros"11302version = "1.4.1"11303source = "registry+https://github.com/rust-lang/crates.io-index"11304checksum = "154794c8f499c2619acd19e839294703e9e32e7630ef5f46ea80d4ef0fbee5eb"11305dependencies = [11306 "proc-macro2",11307 "quote",11308 "syn",11309]1131011311[[package]]11312name = "tokio-rustls"11313version = "0.22.0"11314source = "registry+https://github.com/rust-lang/crates.io-index"11315checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11316dependencies = [11317 "rustls",11318 "tokio 1.12.0",11319 "webpki",11320]1132111322[[package]]11323name = "tokio-stream"11324version = "0.1.7"11325source = "registry+https://github.com/rust-lang/crates.io-index"11326checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"11327dependencies = [11328 "futures-core",11329 "pin-project-lite 0.2.7",11330 "tokio 1.12.0",11331]1133211333[[package]]11334name = "tokio-util"11335version = "0.6.8"11336source = "registry+https://github.com/rust-lang/crates.io-index"11337checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"11338dependencies = [11339 "bytes 1.1.0",11340 "futures-core",11341 "futures-io",11342 "futures-sink",11343 "log",11344 "pin-project-lite 0.2.7",11345 "tokio 1.12.0",11346]1134711348[[package]]11349name = "toml"11350version = "0.5.8"11351source = "registry+https://github.com/rust-lang/crates.io-index"11352checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11353dependencies = [11354 "serde",11355]1135611357[[package]]11358name = "tower-service"11359version = "0.3.1"11360source = "registry+https://github.com/rust-lang/crates.io-index"11361checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1136211363[[package]]11364name = "tracing"11365version = "0.1.29"11366source = "registry+https://github.com/rust-lang/crates.io-index"11367checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"11368dependencies = [11369 "cfg-if 1.0.0",11370 "pin-project-lite 0.2.7",11371 "tracing-attributes",11372 "tracing-core",11373]1137411375[[package]]11376name = "tracing-attributes"11377version = "0.1.18"11378source = "registry+https://github.com/rust-lang/crates.io-index"11379checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"11380dependencies = [11381 "proc-macro2",11382 "quote",11383 "syn",11384]1138511386[[package]]11387name = "tracing-core"11388version = "0.1.21"11389source = "registry+https://github.com/rust-lang/crates.io-index"11390checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"11391dependencies = [11392 "lazy_static",11393]1139411395[[package]]11396name = "tracing-futures"11397version = "0.2.5"11398source = "registry+https://github.com/rust-lang/crates.io-index"11399checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11400dependencies = [11401 "pin-project 1.0.8",11402 "tracing",11403]1140411405[[package]]11406name = "tracing-log"11407version = "0.1.2"11408source = "registry+https://github.com/rust-lang/crates.io-index"11409checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11410dependencies = [11411 "lazy_static",11412 "log",11413 "tracing-core",11414]1141511416[[package]]11417name = "tracing-serde"11418version = "0.1.2"11419source = "registry+https://github.com/rust-lang/crates.io-index"11420checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11421dependencies = [11422 "serde",11423 "tracing-core",11424]1142511426[[package]]11427name = "tracing-subscriber"11428version = "0.2.25"11429source = "registry+https://github.com/rust-lang/crates.io-index"11430checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11431dependencies = [11432 "ansi_term 0.12.1",11433 "chrono",11434 "lazy_static",11435 "matchers",11436 "regex",11437 "serde",11438 "serde_json",11439 "sharded-slab",11440 "smallvec",11441 "thread_local",11442 "tracing",11443 "tracing-core",11444 "tracing-log",11445 "tracing-serde",11446]1144711448[[package]]11449name = "trie-db"11450version = "0.22.6"11451source = "registry+https://github.com/rust-lang/crates.io-index"11452checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"11453dependencies = [11454 "hash-db",11455 "hashbrown",11456 "log",11457 "rustc-hex",11458 "smallvec",11459]1146011461[[package]]11462name = "trie-root"11463version = "0.16.0"11464source = "registry+https://github.com/rust-lang/crates.io-index"11465checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"11466dependencies = [11467 "hash-db",11468]1146911470[[package]]11471name = "triehash"11472version = "0.8.4"11473source = "registry+https://github.com/rust-lang/crates.io-index"11474checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11475dependencies = [11476 "hash-db",11477 "rlp",11478]1147911480[[package]]11481name = "trust-dns-proto"11482version = "0.20.3"11483source = "registry+https://github.com/rust-lang/crates.io-index"11484checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11485dependencies = [11486 "async-trait",11487 "cfg-if 1.0.0",11488 "data-encoding",11489 "enum-as-inner",11490 "futures-channel",11491 "futures-io",11492 "futures-util",11493 "idna 0.2.3",11494 "ipnet",11495 "lazy_static",11496 "log",11497 "rand 0.8.4",11498 "smallvec",11499 "thiserror",11500 "tinyvec",11501 "url 2.2.2",11502]1150311504[[package]]11505name = "trust-dns-resolver"11506version = "0.20.3"11507source = "registry+https://github.com/rust-lang/crates.io-index"11508checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11509dependencies = [11510 "cfg-if 1.0.0",11511 "futures-util",11512 "ipconfig",11513 "lazy_static",11514 "log",11515 "lru-cache",11516 "parking_lot 0.11.2",11517 "resolv-conf",11518 "smallvec",11519 "thiserror",11520 "trust-dns-proto",11521]1152211523[[package]]11524name = "try-lock"11525version = "0.2.3"11526source = "registry+https://github.com/rust-lang/crates.io-index"11527checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1152811529[[package]]11530name = "try-runtime-cli"11531version = "0.10.0-dev"11532source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.11#70c3954949086053b51194988652eabf5583815e"11533dependencies = [11534 "jsonrpsee-ws-client",11535 "log",11536 "parity-scale-codec",11537 "remote-externalities",11538 "sc-chain-spec",11539 "sc-cli",11540 "sc-executor",11541 "sc-service",11542 "serde",11543 "sp-core",11544 "sp-externalities",11545 "sp-io",11546 "sp-keystore",11547 "sp-runtime",11548 "sp-state-machine",11549 "sp-version",11550 "structopt",11551]1155211553[[package]]11554name = "twox-hash"11555version = "1.6.1"11556source = "registry+https://github.com/rust-lang/crates.io-index"11557checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"11558dependencies = [11559 "cfg-if 1.0.0",11560 "rand 0.8.4",11561 "static_assertions",11562]1156311564[[package]]11565name = "typenum"11566version = "1.14.0"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"1156911570[[package]]11571name = "ucd-trie"11572version = "0.1.3"11573source = "registry+https://github.com/rust-lang/crates.io-index"11574checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1157511576[[package]]11577name = "uint"11578version = "0.9.1"11579source = "registry+https://github.com/rust-lang/crates.io-index"11580checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"11581dependencies = [11582 "byteorder",11583 "crunchy",11584 "hex",11585 "static_assertions",11586]1158711588[[package]]11589name = "unicase"11590version = "2.6.0"11591source = "registry+https://github.com/rust-lang/crates.io-index"11592checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11593dependencies = [11594 "version_check",11595]1159611597[[package]]11598name = "unicode-bidi"11599version = "0.3.7"11600source = "registry+https://github.com/rust-lang/crates.io-index"11601checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1160211603[[package]]11604name = "unicode-normalization"11605version = "0.1.19"11606source = "registry+https://github.com/rust-lang/crates.io-index"11607checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11608dependencies = [11609 "tinyvec",11610]1161111612[[package]]11613name = "unicode-segmentation"11614version = "1.8.0"11615source = "registry+https://github.com/rust-lang/crates.io-index"11616checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"1161711618[[package]]11619name = "unicode-width"11620version = "0.1.9"11621source = "registry+https://github.com/rust-lang/crates.io-index"11622checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1162311624[[package]]11625name = "unicode-xid"11626version = "0.2.2"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1162911630[[package]]11631name = "universal-hash"11632version = "0.4.1"11633source = "registry+https://github.com/rust-lang/crates.io-index"11634checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11635dependencies = [11636 "generic-array 0.14.4",11637 "subtle 2.4.1",11638]1163911640[[package]]11641name = "unsigned-varint"11642version = "0.5.1"11643source = "registry+https://github.com/rust-lang/crates.io-index"11644checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1164511646[[package]]11647name = "unsigned-varint"11648version = "0.6.0"11649source = "registry+https://github.com/rust-lang/crates.io-index"11650checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11651dependencies = [11652 "asynchronous-codec 0.5.0",11653 "bytes 1.1.0",11654 "futures-io",11655 "futures-util",11656]1165711658[[package]]11659name = "unsigned-varint"11660version = "0.7.0"11661source = "registry+https://github.com/rust-lang/crates.io-index"11662checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11663dependencies = [11664 "asynchronous-codec 0.6.0",11665 "bytes 1.1.0",11666 "futures-io",11667 "futures-util",11668]1166911670[[package]]11671name = "untrusted"11672version = "0.7.1"11673source = "registry+https://github.com/rust-lang/crates.io-index"11674checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1167511676[[package]]11677name = "up-sponsorship"11678version = "0.1.0"11679dependencies = [11680 "impl-trait-for-tuples 0.2.1",11681]1168211683[[package]]11684name = "url"11685version = "1.7.2"11686source = "registry+https://github.com/rust-lang/crates.io-index"11687checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11688dependencies = [11689 "idna 0.1.5",11690 "matches",11691 "percent-encoding 1.0.1",11692]1169311694[[package]]11695name = "url"11696version = "2.2.2"11697source = "registry+https://github.com/rust-lang/crates.io-index"11698checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11699dependencies = [11700 "form_urlencoded",11701 "idna 0.2.3",11702 "matches",11703 "percent-encoding 2.1.0",11704]1170511706[[package]]11707name = "value-bag"11708version = "1.0.0-alpha.7"11709source = "registry+https://github.com/rust-lang/crates.io-index"11710checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"11711dependencies = [11712 "ctor",11713 "version_check",11714]1171511716[[package]]11717name = "vcpkg"11718version = "0.2.15"11719source = "registry+https://github.com/rust-lang/crates.io-index"11720checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1172111722[[package]]11723name = "vec_map"11724version = "0.8.2"11725source = "registry+https://github.com/rust-lang/crates.io-index"11726checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1172711728[[package]]11729name = "version_check"11730version = "0.9.3"11731source = "registry+https://github.com/rust-lang/crates.io-index"11732checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"1173311734[[package]]11735name = "void"11736version = "1.0.2"11737source = "registry+https://github.com/rust-lang/crates.io-index"11738checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1173911740[[package]]11741name = "waker-fn"11742version = "1.1.0"11743source = "registry+https://github.com/rust-lang/crates.io-index"11744checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1174511746[[package]]11747name = "walkdir"11748version = "2.3.2"11749source = "registry+https://github.com/rust-lang/crates.io-index"11750checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"11751dependencies = [11752 "same-file",11753 "winapi 0.3.9",11754 "winapi-util",11755]1175611757[[package]]11758name = "want"11759version = "0.3.0"11760source = "registry+https://github.com/rust-lang/crates.io-index"11761checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"11762dependencies = [11763 "log",11764 "try-lock",11765]1176611767[[package]]11768name = "wasi"11769version = "0.9.0+wasi-snapshot-preview1"11770source = "registry+https://github.com/rust-lang/crates.io-index"11771checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1177211773[[package]]11774name = "wasi"11775version = "0.10.0+wasi-snapshot-preview1"11776source = "registry+https://github.com/rust-lang/crates.io-index"11777checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1177811779[[package]]11780name = "wasm-bindgen"11781version = "0.2.78"11782source = "registry+https://github.com/rust-lang/crates.io-index"11783checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"11784dependencies = [11785 "cfg-if 1.0.0",11786 "wasm-bindgen-macro",11787]1178811789[[package]]11790name = "wasm-bindgen-backend"11791version = "0.2.78"11792source = "registry+https://github.com/rust-lang/crates.io-index"11793checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"11794dependencies = [11795 "bumpalo",11796 "lazy_static",11797 "log",11798 "proc-macro2",11799 "quote",11800 "syn",11801 "wasm-bindgen-shared",11802]1180311804[[package]]11805name = "wasm-bindgen-futures"11806version = "0.4.28"11807source = "registry+https://github.com/rust-lang/crates.io-index"11808checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"11809dependencies = [11810 "cfg-if 1.0.0",11811 "js-sys",11812 "wasm-bindgen",11813 "web-sys",11814]1181511816[[package]]11817name = "wasm-bindgen-macro"11818version = "0.2.78"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"11821dependencies = [11822 "quote",11823 "wasm-bindgen-macro-support",11824]1182511826[[package]]11827name = "wasm-bindgen-macro-support"11828version = "0.2.78"11829source = "registry+https://github.com/rust-lang/crates.io-index"11830checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"11831dependencies = [11832 "proc-macro2",11833 "quote",11834 "syn",11835 "wasm-bindgen-backend",11836 "wasm-bindgen-shared",11837]1183811839[[package]]11840name = "wasm-bindgen-shared"11841version = "0.2.78"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"1184411845[[package]]11846name = "wasm-gc-api"11847version = "0.1.11"11848source = "registry+https://github.com/rust-lang/crates.io-index"11849checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"11850dependencies = [11851 "log",11852 "parity-wasm 0.32.0",11853 "rustc-demangle",11854]1185511856[[package]]11857name = "wasm-timer"11858version = "0.2.5"11859source = "registry+https://github.com/rust-lang/crates.io-index"11860checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"11861dependencies = [11862 "futures 0.3.17",11863 "js-sys",11864 "parking_lot 0.11.2",11865 "pin-utils",11866 "wasm-bindgen",11867 "wasm-bindgen-futures",11868 "web-sys",11869]1187011871[[package]]11872name = "wasmi"11873version = "0.9.1"11874source = "registry+https://github.com/rust-lang/crates.io-index"11875checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"11876dependencies = [11877 "downcast-rs",11878 "libc",11879 "libm",11880 "memory_units",11881 "num-rational 0.2.4",11882 "num-traits",11883 "parity-wasm 0.42.2",11884 "wasmi-validation",11885]1188611887[[package]]11888name = "wasmi-validation"11889version = "0.4.1"11890source = "registry+https://github.com/rust-lang/crates.io-index"11891checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"11892dependencies = [11893 "parity-wasm 0.42.2",11894]1189511896[[package]]11897name = "wasmparser"11898version = "0.79.0"11899source = "registry+https://github.com/rust-lang/crates.io-index"11900checksum = "5b5894be15a559c85779254700e1d35f02f843b5a69152e5c82c626d9fd66c0e"1190111902[[package]]11903name = "wasmtime"11904version = "0.29.0"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "8bbb8a082a8ef50f7eeb8b82dda9709ef1e68963ea3c94e45581644dd4041835"11907dependencies = [11908 "anyhow",11909 "backtrace",11910 "bincode",11911 "cfg-if 1.0.0",11912 "cpp_demangle",11913 "indexmap",11914 "lazy_static",11915 "libc",11916 "log",11917 "paste",11918 "psm",11919 "region",11920 "rustc-demangle",11921 "serde",11922 "smallvec",11923 "target-lexicon",11924 "wasmparser",11925 "wasmtime-cache",11926 "wasmtime-environ",11927 "wasmtime-jit",11928 "wasmtime-profiling",11929 "wasmtime-runtime",11930 "winapi 0.3.9",11931]1193211933[[package]]11934name = "wasmtime-cache"11935version = "0.29.0"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "d73391579ca7f24573138ef768b73b2aed5f9d542385c64979b65d60d0912399"11938dependencies = [11939 "anyhow",11940 "base64 0.13.0",11941 "bincode",11942 "directories-next",11943 "errno",11944 "file-per-thread-logger",11945 "libc",11946 "log",11947 "serde",11948 "sha2 0.9.8",11949 "toml",11950 "winapi 0.3.9",11951 "zstd",11952]1195311954[[package]]11955name = "wasmtime-cranelift"11956version = "0.29.0"11957source = "registry+https://github.com/rust-lang/crates.io-index"11958checksum = "81c6f5ae9205382345c7cd7454932a906186836999a2161c385e38a15f52e1fe"11959dependencies = [11960 "cranelift-codegen",11961 "cranelift-entity",11962 "cranelift-frontend",11963 "cranelift-wasm",11964 "target-lexicon",11965 "wasmparser",11966 "wasmtime-environ",11967]1196811969[[package]]11970name = "wasmtime-debug"11971version = "0.29.0"11972source = "registry+https://github.com/rust-lang/crates.io-index"11973checksum = "c69e08f55e12f15f50b1b533bc3626723e7224254a065de6576934c86258c9e8"11974dependencies = [11975 "anyhow",11976 "gimli",11977 "more-asserts",11978 "object",11979 "target-lexicon",11980 "thiserror",11981 "wasmparser",11982 "wasmtime-environ",11983]1198411985[[package]]11986name = "wasmtime-environ"11987version = "0.29.0"11988source = "registry+https://github.com/rust-lang/crates.io-index"11989checksum = "005d93174040af37fb8625f891cd9827afdad314261f7ec4ee61ec497d6e9d3c"11990dependencies = [11991 "cfg-if 1.0.0",11992 "cranelift-codegen",11993 "cranelift-entity",11994 "cranelift-wasm",11995 "gimli",11996 "indexmap",11997 "log",11998 "more-asserts",11999 "serde",12000 "thiserror",12001 "wasmparser",12002]1200312004[[package]]12005name = "wasmtime-jit"12006version = "0.29.0"12007source = "registry+https://github.com/rust-lang/crates.io-index"12008checksum = "d0bf1dfb213a35d8f21aefae40e597fe72778a907011ffdff7affb029a02af9a"12009dependencies = [12010 "addr2line",12011 "anyhow",12012 "cfg-if 1.0.0",12013 "cranelift-codegen",12014 "cranelift-entity",12015 "cranelift-frontend",12016 "cranelift-native",12017 "cranelift-wasm",12018 "gimli",12019 "log",12020 "more-asserts",12021 "object",12022 "rayon",12023 "region",12024 "serde",12025 "target-lexicon",12026 "thiserror",12027 "wasmparser",12028 "wasmtime-cranelift",12029 "wasmtime-debug",12030 "wasmtime-environ",12031 "wasmtime-obj",12032 "wasmtime-profiling",12033 "wasmtime-runtime",12034 "winapi 0.3.9",12035]1203612037[[package]]12038name = "wasmtime-obj"12039version = "0.29.0"12040source = "registry+https://github.com/rust-lang/crates.io-index"12041checksum = "d231491878e710c68015228c9f9fc5955fe5c96dbf1485c15f7bed55b622c83c"12042dependencies = [12043 "anyhow",12044 "more-asserts",12045 "object",12046 "target-lexicon",12047 "wasmtime-debug",12048 "wasmtime-environ",12049]1205012051[[package]]12052name = "wasmtime-profiling"12053version = "0.29.0"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "21486cfb5255c2069666c1f116f9e949d4e35c9a494f11112fa407879e42198d"12056dependencies = [12057 "anyhow",12058 "cfg-if 1.0.0",12059 "gimli",12060 "lazy_static",12061 "libc",12062 "object",12063 "scroll",12064 "serde",12065 "target-lexicon",12066 "wasmtime-environ",12067 "wasmtime-runtime",12068]1206912070[[package]]12071name = "wasmtime-runtime"12072version = "0.29.0"12073source = "registry+https://github.com/rust-lang/crates.io-index"12074checksum = "d7ddfdf32e0a20d81f48be9dacd31612bc61de5a174d1356fef806d300f507de"12075dependencies = [12076 "anyhow",12077 "backtrace",12078 "cc",12079 "cfg-if 1.0.0",12080 "indexmap",12081 "lazy_static",12082 "libc",12083 "log",12084 "mach",12085 "memoffset",12086 "more-asserts",12087 "rand 0.8.4",12088 "region",12089 "thiserror",12090 "wasmtime-environ",12091 "winapi 0.3.9",12092]1209312094[[package]]12095name = "web-sys"12096version = "0.3.55"12097source = "registry+https://github.com/rust-lang/crates.io-index"12098checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"12099dependencies = [12100 "js-sys",12101 "wasm-bindgen",12102]1210312104[[package]]12105name = "webpki"12106version = "0.21.4"12107source = "registry+https://github.com/rust-lang/crates.io-index"12108checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12109dependencies = [12110 "ring",12111 "untrusted",12112]1211312114[[package]]12115name = "webpki-roots"12116version = "0.21.1"12117source = "registry+https://github.com/rust-lang/crates.io-index"12118checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12119dependencies = [12120 "webpki",12121]1212212123[[package]]12124name = "wepoll-ffi"12125version = "0.1.2"12126source = "registry+https://github.com/rust-lang/crates.io-index"12127checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12128dependencies = [12129 "cc",12130]1213112132[[package]]12133name = "westend-runtime"12134version = "0.9.11"12135source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"12136dependencies = [12137 "beefy-primitives",12138 "bitvec 0.20.4",12139 "frame-benchmarking",12140 "frame-election-provider-support",12141 "frame-executive",12142 "frame-support",12143 "frame-system",12144 "frame-system-benchmarking",12145 "frame-system-rpc-runtime-api",12146 "frame-try-runtime",12147 "hex-literal",12148 "log",12149 "pallet-authority-discovery",12150 "pallet-authorship",12151 "pallet-babe",12152 "pallet-bags-list",12153 "pallet-balances",12154 "pallet-collective",12155 "pallet-democracy",12156 "pallet-election-provider-multi-phase",12157 "pallet-elections-phragmen",12158 "pallet-grandpa",12159 "pallet-identity",12160 "pallet-im-online",12161 "pallet-indices",12162 "pallet-membership",12163 "pallet-mmr-primitives",12164 "pallet-multisig",12165 "pallet-nicks",12166 "pallet-offences",12167 "pallet-offences-benchmarking",12168 "pallet-proxy",12169 "pallet-recovery",12170 "pallet-scheduler 4.0.0-dev",12171 "pallet-session",12172 "pallet-session-benchmarking",12173 "pallet-society",12174 "pallet-staking",12175 "pallet-staking-reward-curve",12176 "pallet-sudo",12177 "pallet-timestamp",12178 "pallet-transaction-payment",12179 "pallet-transaction-payment-rpc-runtime-api",12180 "pallet-treasury",12181 "pallet-utility",12182 "pallet-vesting",12183 "pallet-xcm",12184 "pallet-xcm-benchmarks",12185 "parity-scale-codec",12186 "polkadot-parachain",12187 "polkadot-primitives",12188 "polkadot-runtime-common",12189 "polkadot-runtime-parachains",12190 "rustc-hex",12191 "scale-info",12192 "serde",12193 "serde_derive",12194 "smallvec",12195 "sp-api",12196 "sp-authority-discovery",12197 "sp-block-builder",12198 "sp-consensus-babe",12199 "sp-core",12200 "sp-inherents",12201 "sp-io",12202 "sp-npos-elections",12203 "sp-offchain",12204 "sp-runtime",12205 "sp-session",12206 "sp-staking",12207 "sp-std",12208 "sp-transaction-pool",12209 "sp-version",12210 "substrate-wasm-builder",12211 "xcm",12212 "xcm-builder",12213 "xcm-executor",12214]1221512216[[package]]12217name = "which"12218version = "4.2.2"12219source = "registry+https://github.com/rust-lang/crates.io-index"12220checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"12221dependencies = [12222 "either",12223 "lazy_static",12224 "libc",12225]1222612227[[package]]12228name = "widestring"12229version = "0.4.3"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1223212233[[package]]12234name = "winapi"12235version = "0.2.8"12236source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1223812239[[package]]12240name = "winapi"12241version = "0.3.9"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12244dependencies = [12245 "winapi-i686-pc-windows-gnu",12246 "winapi-x86_64-pc-windows-gnu",12247]1224812249[[package]]12250name = "winapi-build"12251version = "0.1.1"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1225412255[[package]]12256name = "winapi-i686-pc-windows-gnu"12257version = "0.4.0"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1226012261[[package]]12262name = "winapi-util"12263version = "0.1.5"12264source = "registry+https://github.com/rust-lang/crates.io-index"12265checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12266dependencies = [12267 "winapi 0.3.9",12268]1226912270[[package]]12271name = "winapi-x86_64-pc-windows-gnu"12272version = "0.4.0"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1227512276[[package]]12277name = "winreg"12278version = "0.6.2"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12281dependencies = [12282 "winapi 0.3.9",12283]1228412285[[package]]12286name = "ws2_32-sys"12287version = "0.2.1"12288source = "registry+https://github.com/rust-lang/crates.io-index"12289checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12290dependencies = [12291 "winapi 0.2.8",12292 "winapi-build",12293]1229412295[[package]]12296name = "wyz"12297version = "0.2.0"12298source = "registry+https://github.com/rust-lang/crates.io-index"12299checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1230012301[[package]]12302name = "x25519-dalek"12303version = "1.1.1"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12306dependencies = [12307 "curve25519-dalek 3.2.0",12308 "rand_core 0.5.1",12309 "zeroize",12310]1231112312[[package]]12313name = "xcm"12314version = "0.9.11"12315source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"12316dependencies = [12317 "derivative",12318 "impl-trait-for-tuples 0.2.1",12319 "log",12320 "parity-scale-codec",12321 "scale-info",12322 "xcm-procedural",12323]1232412325[[package]]12326name = "xcm-builder"12327version = "0.9.11"12328source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"12329dependencies = [12330 "frame-support",12331 "frame-system",12332 "log",12333 "pallet-transaction-payment",12334 "parity-scale-codec",12335 "polkadot-parachain",12336 "scale-info",12337 "sp-arithmetic",12338 "sp-io",12339 "sp-runtime",12340 "sp-std",12341 "xcm",12342 "xcm-executor",12343]1234412345[[package]]12346name = "xcm-executor"12347version = "0.9.11"12348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"12349dependencies = [12350 "frame-benchmarking",12351 "frame-support",12352 "impl-trait-for-tuples 0.2.1",12353 "log",12354 "parity-scale-codec",12355 "sp-arithmetic",12356 "sp-core",12357 "sp-io",12358 "sp-runtime",12359 "sp-std",12360 "xcm",12361]1236212363[[package]]12364name = "xcm-procedural"12365version = "0.1.0"12366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.11#bfd38ed620458fcf57eb5cde8b5732368c19b714"12367dependencies = [12368 "proc-macro2",12369 "quote",12370 "syn",12371]1237212373[[package]]12374name = "yamux"12375version = "0.9.0"12376source = "registry+https://github.com/rust-lang/crates.io-index"12377checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12378dependencies = [12379 "futures 0.3.17",12380 "log",12381 "nohash-hasher",12382 "parking_lot 0.11.2",12383 "rand 0.8.4",12384 "static_assertions",12385]1238612387[[package]]12388name = "yansi"12389version = "0.5.0"12390source = "registry+https://github.com/rust-lang/crates.io-index"12391checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1239212393[[package]]12394name = "zeroize"12395version = "1.4.2"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"12398dependencies = [12399 "zeroize_derive",12400]1240112402[[package]]12403name = "zeroize_derive"12404version = "1.2.0"12405source = "registry+https://github.com/rust-lang/crates.io-index"12406checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"12407dependencies = [12408 "proc-macro2",12409 "quote",12410 "syn",12411 "synstructure",12412]1241312414[[package]]12415name = "zstd"12416version = "0.9.0+zstd.1.5.0"12417source = "registry+https://github.com/rust-lang/crates.io-index"12418checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"12419dependencies = [12420 "zstd-safe",12421]1242212423[[package]]12424name = "zstd-safe"12425version = "4.1.1+zstd.1.5.0"12426source = "registry+https://github.com/rust-lang/crates.io-index"12427checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"12428dependencies = [12429 "libc",12430 "zstd-sys",12431]1243212433[[package]]12434name = "zstd-sys"12435version = "1.6.1+zstd.1.5.0"12436source = "registry+https://github.com/rust-lang/crates.io-index"12437checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"12438dependencies = [12439 "cc",12440 "libc",12441]