123version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.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.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"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.2"148source = "registry+https://github.com/rust-lang/crates.io-index"149checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"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.62"389source = "registry+https://github.com/rust-lang/crates.io-index"390checksum = "091bcdf2da9950f96aa522681ce805e6857f6ca8df73833d35736ab2dc78e152"391dependencies = [392 "addr2line",393 "cc",394 "cfg-if 1.0.0",395 "libc",396 "miniz_oxide",397 "object 0.27.1",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.2.0"423source = "registry+https://github.com/rust-lang/crates.io-index"424checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"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.12#d76f39995315ec36980908e4b99709bd14927044"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.12#d76f39995315ec36980908e4b99709bd14927044"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.12#d76f39995315ec36980908e4b99709bd14927044"499500[[package]]501name = "beefy-primitives"502version = "4.0.0-dev"503source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"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.8.0"882source = "registry+https://github.com/rust-lang/crates.io-index"883checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"884885[[package]]886name = "byte-slice-cast"887version = "1.2.0"888source = "registry+https://github.com/rust-lang/crates.io-index"889checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"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.1",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.2"1125source = "registry+https://github.com/rust-lang/crates.io-index"1126checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"1127dependencies = [1128 "core-foundation-sys",1129 "libc",1130]11311132[[package]]1133name = "core-foundation-sys"1134version = "0.8.3"1135source = "registry+https://github.com/rust-lang/crates.io-index"1136checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"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.77.0"1168source = "registry+https://github.com/rust-lang/crates.io-index"1169checksum = "15013642ddda44eebcf61365b2052a23fd8b7314f90ba44aa059ec02643c5139"1170dependencies = [1171 "cranelift-entity",1172]11731174[[package]]1175name = "cranelift-codegen"1176version = "0.77.0"1177source = "registry+https://github.com/rust-lang/crates.io-index"1178checksum = "298f2a7ed5fdcb062d8e78b7496b0f4b95265d20245f2d0ca88f846dd192a3a3"1179dependencies = [1180 "cranelift-bforest",1181 "cranelift-codegen-meta",1182 "cranelift-codegen-shared",1183 "cranelift-entity",1184 "gimli",1185 "log",1186 "regalloc",1187 "smallvec",1188 "target-lexicon",1189]11901191[[package]]1192name = "cranelift-codegen-meta"1193version = "0.77.0"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "5cf504261ac62dfaf4ffb3f41d88fd885e81aba947c1241275043885bc5f0bac"1196dependencies = [1197 "cranelift-codegen-shared",1198 "cranelift-entity",1199]12001201[[package]]1202name = "cranelift-codegen-shared"1203version = "0.77.0"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "1cd2a72db4301dbe7e5a4499035eedc1e82720009fb60603e20504d8691fa9cd"12061207[[package]]1208name = "cranelift-entity"1209version = "0.77.0"1210source = "registry+https://github.com/rust-lang/crates.io-index"1211checksum = "48868faa07cacf948dc4a1773648813c0e453ff9467e800ff10f6a78c021b546"1212dependencies = [1213 "serde",1214]12151216[[package]]1217name = "cranelift-frontend"1218version = "0.77.0"1219source = "registry+https://github.com/rust-lang/crates.io-index"1220checksum = "351c9d13b4ecd1a536215ec2fd1c3ee9ee8bc31af172abf1e45ed0adb7a931df"1221dependencies = [1222 "cranelift-codegen",1223 "log",1224 "smallvec",1225 "target-lexicon",1226]12271228[[package]]1229name = "cranelift-native"1230version = "0.77.0"1231source = "registry+https://github.com/rust-lang/crates.io-index"1232checksum = "6df8b556663d7611b137b24db7f6c8d9a8a27d7f29c7ea7835795152c94c1b75"1233dependencies = [1234 "cranelift-codegen",1235 "libc",1236 "target-lexicon",1237]12381239[[package]]1240name = "cranelift-wasm"1241version = "0.77.0"1242source = "registry+https://github.com/rust-lang/crates.io-index"1243checksum = "7a69816d90db694fa79aa39b89dda7208a4ac74b6f2b8f3c4da26ee1c8bdfc5e"1244dependencies = [1245 "cranelift-codegen",1246 "cranelift-entity",1247 "cranelift-frontend",1248 "itertools",1249 "log",1250 "smallvec",1251 "wasmparser",1252 "wasmtime-types",1253]12541255[[package]]1256name = "crc32fast"1257version = "1.2.1"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1260dependencies = [1261 "cfg-if 1.0.0",1262]12631264[[package]]1265name = "crossbeam-channel"1266version = "0.5.1"1267source = "registry+https://github.com/rust-lang/crates.io-index"1268checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"1269dependencies = [1270 "cfg-if 1.0.0",1271 "crossbeam-utils",1272]12731274[[package]]1275name = "crossbeam-deque"1276version = "0.8.1"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1279dependencies = [1280 "cfg-if 1.0.0",1281 "crossbeam-epoch",1282 "crossbeam-utils",1283]12841285[[package]]1286name = "crossbeam-epoch"1287version = "0.9.5"1288source = "registry+https://github.com/rust-lang/crates.io-index"1289checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"1290dependencies = [1291 "cfg-if 1.0.0",1292 "crossbeam-utils",1293 "lazy_static",1294 "memoffset",1295 "scopeguard",1296]12971298[[package]]1299name = "crossbeam-utils"1300version = "0.8.5"1301source = "registry+https://github.com/rust-lang/crates.io-index"1302checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"1303dependencies = [1304 "cfg-if 1.0.0",1305 "lazy_static",1306]13071308[[package]]1309name = "crunchy"1310version = "0.2.2"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13131314[[package]]1315name = "crypto-mac"1316version = "0.7.0"1317source = "registry+https://github.com/rust-lang/crates.io-index"1318checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1319dependencies = [1320 "generic-array 0.12.4",1321 "subtle 1.0.0",1322]13231324[[package]]1325name = "crypto-mac"1326version = "0.8.0"1327source = "registry+https://github.com/rust-lang/crates.io-index"1328checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1329dependencies = [1330 "generic-array 0.14.4",1331 "subtle 2.4.1",1332]13331334[[package]]1335name = "crypto-mac"1336version = "0.11.1"1337source = "registry+https://github.com/rust-lang/crates.io-index"1338checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1339dependencies = [1340 "generic-array 0.14.4",1341 "subtle 2.4.1",1342]13431344[[package]]1345name = "ct-logs"1346version = "0.8.0"1347source = "registry+https://github.com/rust-lang/crates.io-index"1348checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1349dependencies = [1350 "sct",1351]13521353[[package]]1354name = "ctor"1355version = "0.1.21"1356source = "registry+https://github.com/rust-lang/crates.io-index"1357checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"1358dependencies = [1359 "quote",1360 "syn",1361]13621363[[package]]1364name = "ctr"1365version = "0.8.0"1366source = "registry+https://github.com/rust-lang/crates.io-index"1367checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1368dependencies = [1369 "cipher",1370]13711372[[package]]1373name = "cuckoofilter"1374version = "0.5.0"1375source = "registry+https://github.com/rust-lang/crates.io-index"1376checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1377dependencies = [1378 "byteorder",1379 "fnv",1380 "rand 0.7.3",1381]13821383[[package]]1384name = "cumulus-client-cli"1385version = "0.1.0"1386source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1387dependencies = [1388 "sc-cli",1389 "sc-service",1390 "structopt",1391]13921393[[package]]1394name = "cumulus-client-collator"1395version = "0.1.0"1396source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1397dependencies = [1398 "cumulus-client-consensus-common",1399 "cumulus-client-network",1400 "cumulus-primitives-core",1401 "futures 0.3.17",1402 "parity-scale-codec",1403 "parking_lot 0.10.2",1404 "polkadot-node-primitives",1405 "polkadot-node-subsystem",1406 "polkadot-overseer",1407 "polkadot-primitives",1408 "sc-client-api",1409 "sp-api",1410 "sp-consensus",1411 "sp-core",1412 "sp-runtime",1413 "tracing",1414]14151416[[package]]1417name = "cumulus-client-consensus-aura"1418version = "0.1.0"1419source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1420dependencies = [1421 "async-trait",1422 "cumulus-client-consensus-common",1423 "cumulus-primitives-core",1424 "futures 0.3.17",1425 "parity-scale-codec",1426 "polkadot-client",1427 "sc-client-api",1428 "sc-consensus",1429 "sc-consensus-aura",1430 "sc-consensus-slots",1431 "sc-telemetry",1432 "sp-api",1433 "sp-application-crypto",1434 "sp-block-builder",1435 "sp-blockchain",1436 "sp-consensus",1437 "sp-consensus-aura",1438 "sp-core",1439 "sp-inherents",1440 "sp-keystore",1441 "sp-runtime",1442 "substrate-prometheus-endpoint",1443 "tracing",1444]14451446[[package]]1447name = "cumulus-client-consensus-common"1448version = "0.1.0"1449source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1450dependencies = [1451 "async-trait",1452 "dyn-clone",1453 "futures 0.3.17",1454 "parity-scale-codec",1455 "polkadot-primitives",1456 "sc-client-api",1457 "sc-consensus",1458 "sp-api",1459 "sp-blockchain",1460 "sp-consensus",1461 "sp-runtime",1462 "sp-trie",1463 "tracing",1464]14651466[[package]]1467name = "cumulus-client-network"1468version = "0.1.0"1469source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1470dependencies = [1471 "derive_more",1472 "futures 0.3.17",1473 "futures-timer 3.0.2",1474 "parity-scale-codec",1475 "parking_lot 0.10.2",1476 "polkadot-client",1477 "polkadot-node-primitives",1478 "polkadot-parachain",1479 "polkadot-primitives",1480 "sc-client-api",1481 "sp-api",1482 "sp-blockchain",1483 "sp-consensus",1484 "sp-core",1485 "sp-runtime",1486 "tracing",1487]14881489[[package]]1490name = "cumulus-client-pov-recovery"1491version = "0.1.0"1492source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1493dependencies = [1494 "cumulus-primitives-core",1495 "futures 0.3.17",1496 "futures-timer 3.0.2",1497 "parity-scale-codec",1498 "polkadot-node-primitives",1499 "polkadot-node-subsystem",1500 "polkadot-overseer",1501 "polkadot-primitives",1502 "rand 0.8.4",1503 "sc-client-api",1504 "sc-consensus",1505 "sp-api",1506 "sp-consensus",1507 "sp-maybe-compressed-blob",1508 "sp-runtime",1509 "tracing",1510]15111512[[package]]1513name = "cumulus-client-service"1514version = "0.1.0"1515source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1516dependencies = [1517 "cumulus-client-collator",1518 "cumulus-client-consensus-common",1519 "cumulus-client-pov-recovery",1520 "cumulus-primitives-core",1521 "parity-scale-codec",1522 "parking_lot 0.10.2",1523 "polkadot-overseer",1524 "polkadot-primitives",1525 "polkadot-service",1526 "sc-chain-spec",1527 "sc-client-api",1528 "sc-consensus",1529 "sc-consensus-babe",1530 "sc-service",1531 "sc-telemetry",1532 "sc-tracing",1533 "sp-api",1534 "sp-blockchain",1535 "sp-consensus",1536 "sp-core",1537 "sp-runtime",1538 "tracing",1539]15401541[[package]]1542name = "cumulus-pallet-aura-ext"1543version = "0.1.0"1544source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1545dependencies = [1546 "frame-executive",1547 "frame-support",1548 "frame-system",1549 "pallet-aura",1550 "parity-scale-codec",1551 "scale-info",1552 "serde",1553 "sp-application-crypto",1554 "sp-consensus-aura",1555 "sp-runtime",1556 "sp-std",1557]15581559[[package]]1560name = "cumulus-pallet-dmp-queue"1561version = "0.1.0"1562source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1563dependencies = [1564 "cumulus-primitives-core",1565 "frame-support",1566 "frame-system",1567 "log",1568 "parity-scale-codec",1569 "scale-info",1570 "sp-io",1571 "sp-runtime",1572 "sp-std",1573 "xcm",1574 "xcm-executor",1575]15761577[[package]]1578name = "cumulus-pallet-parachain-system"1579version = "0.1.0"1580source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1581dependencies = [1582 "cumulus-pallet-parachain-system-proc-macro",1583 "cumulus-primitives-core",1584 "cumulus-primitives-parachain-inherent",1585 "environmental",1586 "frame-support",1587 "frame-system",1588 "log",1589 "pallet-balances",1590 "parity-scale-codec",1591 "polkadot-parachain",1592 "scale-info",1593 "serde",1594 "sp-core",1595 "sp-externalities",1596 "sp-inherents",1597 "sp-io",1598 "sp-runtime",1599 "sp-state-machine",1600 "sp-std",1601 "sp-trie",1602 "sp-version",1603 "xcm",1604]16051606[[package]]1607name = "cumulus-pallet-parachain-system-proc-macro"1608version = "0.1.0"1609source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1610dependencies = [1611 "proc-macro-crate 1.1.0",1612 "proc-macro2",1613 "quote",1614 "syn",1615]16161617[[package]]1618name = "cumulus-pallet-xcm"1619version = "0.1.0"1620source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1621dependencies = [1622 "cumulus-primitives-core",1623 "frame-support",1624 "frame-system",1625 "parity-scale-codec",1626 "scale-info",1627 "serde",1628 "sp-io",1629 "sp-runtime",1630 "sp-std",1631 "xcm",1632]16331634[[package]]1635name = "cumulus-pallet-xcmp-queue"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "log",1643 "parity-scale-codec",1644 "rand_chacha 0.3.1",1645 "scale-info",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649 "xcm-executor",1650]16511652[[package]]1653name = "cumulus-primitives-core"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1656dependencies = [1657 "frame-support",1658 "impl-trait-for-tuples 0.2.1",1659 "parity-scale-codec",1660 "polkadot-core-primitives",1661 "polkadot-parachain",1662 "polkadot-primitives",1663 "sp-api",1664 "sp-runtime",1665 "sp-std",1666 "sp-trie",1667]16681669[[package]]1670name = "cumulus-primitives-parachain-inherent"1671version = "0.1.0"1672source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1673dependencies = [1674 "async-trait",1675 "cumulus-primitives-core",1676 "cumulus-test-relay-sproof-builder",1677 "parity-scale-codec",1678 "polkadot-client",1679 "sc-client-api",1680 "scale-info",1681 "sp-api",1682 "sp-core",1683 "sp-inherents",1684 "sp-runtime",1685 "sp-state-machine",1686 "sp-std",1687 "sp-trie",1688 "tracing",1689]16901691[[package]]1692name = "cumulus-primitives-timestamp"1693version = "0.1.0"1694source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1695dependencies = [1696 "cumulus-primitives-core",1697 "sp-inherents",1698 "sp-std",1699 "sp-timestamp",1700]17011702[[package]]1703name = "cumulus-primitives-utility"1704version = "0.1.0"1705source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1706dependencies = [1707 "cumulus-primitives-core",1708 "frame-support",1709 "parity-scale-codec",1710 "polkadot-core-primitives",1711 "polkadot-parachain",1712 "polkadot-primitives",1713 "sp-runtime",1714 "sp-std",1715 "sp-trie",1716 "xcm",1717]17181719[[package]]1720name = "cumulus-test-relay-sproof-builder"1721version = "0.1.0"1722source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1723dependencies = [1724 "cumulus-primitives-core",1725 "parity-scale-codec",1726 "polkadot-primitives",1727 "sp-runtime",1728 "sp-state-machine",1729 "sp-std",1730]17311732[[package]]1733name = "curve25519-dalek"1734version = "2.1.3"1735source = "registry+https://github.com/rust-lang/crates.io-index"1736checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1737dependencies = [1738 "byteorder",1739 "digest 0.8.1",1740 "rand_core 0.5.1",1741 "subtle 2.4.1",1742 "zeroize",1743]17441745[[package]]1746name = "curve25519-dalek"1747version = "3.2.0"1748source = "registry+https://github.com/rust-lang/crates.io-index"1749checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1750dependencies = [1751 "byteorder",1752 "digest 0.9.0",1753 "rand_core 0.5.1",1754 "subtle 2.4.1",1755 "zeroize",1756]17571758[[package]]1759name = "darling"1760version = "0.13.0"1761source = "registry+https://github.com/rust-lang/crates.io-index"1762checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"1763dependencies = [1764 "darling_core",1765 "darling_macro",1766]17671768[[package]]1769name = "darling_core"1770version = "0.13.0"1771source = "registry+https://github.com/rust-lang/crates.io-index"1772checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"1773dependencies = [1774 "fnv",1775 "ident_case",1776 "proc-macro2",1777 "quote",1778 "strsim 0.10.0",1779 "syn",1780]17811782[[package]]1783name = "darling_macro"1784version = "0.13.0"1785source = "registry+https://github.com/rust-lang/crates.io-index"1786checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"1787dependencies = [1788 "darling_core",1789 "quote",1790 "syn",1791]17921793[[package]]1794name = "data-encoding"1795version = "2.3.2"1796source = "registry+https://github.com/rust-lang/crates.io-index"1797checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"17981799[[package]]1800name = "data-encoding-macro"1801version = "0.1.12"1802source = "registry+https://github.com/rust-lang/crates.io-index"1803checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1804dependencies = [1805 "data-encoding",1806 "data-encoding-macro-internal",1807]18081809[[package]]1810name = "data-encoding-macro-internal"1811version = "0.1.10"1812source = "registry+https://github.com/rust-lang/crates.io-index"1813checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1814dependencies = [1815 "data-encoding",1816 "syn",1817]18181819[[package]]1820name = "derivative"1821version = "2.2.0"1822source = "registry+https://github.com/rust-lang/crates.io-index"1823checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1824dependencies = [1825 "proc-macro2",1826 "quote",1827 "syn",1828]18291830[[package]]1831name = "derive_more"1832version = "0.99.16"1833source = "registry+https://github.com/rust-lang/crates.io-index"1834checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"1835dependencies = [1836 "convert_case",1837 "proc-macro2",1838 "quote",1839 "rustc_version 0.3.3",1840 "syn",1841]18421843[[package]]1844name = "digest"1845version = "0.8.1"1846source = "registry+https://github.com/rust-lang/crates.io-index"1847checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1848dependencies = [1849 "generic-array 0.12.4",1850]18511852[[package]]1853name = "digest"1854version = "0.9.0"1855source = "registry+https://github.com/rust-lang/crates.io-index"1856checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1857dependencies = [1858 "generic-array 0.14.4",1859]18601861[[package]]1862name = "directories"1863version = "3.0.2"1864source = "registry+https://github.com/rust-lang/crates.io-index"1865checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"1866dependencies = [1867 "dirs-sys",1868]18691870[[package]]1871name = "directories-next"1872version = "2.0.0"1873source = "registry+https://github.com/rust-lang/crates.io-index"1874checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1875dependencies = [1876 "cfg-if 1.0.0",1877 "dirs-sys-next",1878]18791880[[package]]1881name = "dirs-sys"1882version = "0.3.6"1883source = "registry+https://github.com/rust-lang/crates.io-index"1884checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1885dependencies = [1886 "libc",1887 "redox_users",1888 "winapi 0.3.9",1889]18901891[[package]]1892name = "dirs-sys-next"1893version = "0.1.2"1894source = "registry+https://github.com/rust-lang/crates.io-index"1895checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1896dependencies = [1897 "libc",1898 "redox_users",1899 "winapi 0.3.9",1900]19011902[[package]]1903name = "dns-parser"1904version = "0.8.0"1905source = "registry+https://github.com/rust-lang/crates.io-index"1906checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1907dependencies = [1908 "byteorder",1909 "quick-error 1.2.3",1910]19111912[[package]]1913name = "downcast-rs"1914version = "1.2.0"1915source = "registry+https://github.com/rust-lang/crates.io-index"1916checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19171918[[package]]1919name = "dyn-clonable"1920version = "0.9.0"1921source = "registry+https://github.com/rust-lang/crates.io-index"1922checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1923dependencies = [1924 "dyn-clonable-impl",1925 "dyn-clone",1926]19271928[[package]]1929name = "dyn-clonable-impl"1930version = "0.9.0"1931source = "registry+https://github.com/rust-lang/crates.io-index"1932checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1933dependencies = [1934 "proc-macro2",1935 "quote",1936 "syn",1937]19381939[[package]]1940name = "dyn-clone"1941version = "1.0.4"1942source = "registry+https://github.com/rust-lang/crates.io-index"1943checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19441945[[package]]1946name = "ed25519"1947version = "1.2.0"1948source = "registry+https://github.com/rust-lang/crates.io-index"1949checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"1950dependencies = [1951 "signature",1952]19531954[[package]]1955name = "ed25519-dalek"1956version = "1.0.1"1957source = "registry+https://github.com/rust-lang/crates.io-index"1958checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1959dependencies = [1960 "curve25519-dalek 3.2.0",1961 "ed25519",1962 "rand 0.7.3",1963 "serde",1964 "sha2 0.9.8",1965 "zeroize",1966]19671968[[package]]1969name = "either"1970version = "1.6.1"1971source = "registry+https://github.com/rust-lang/crates.io-index"1972checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"19731974[[package]]1975name = "enum-as-inner"1976version = "0.3.3"1977source = "registry+https://github.com/rust-lang/crates.io-index"1978checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"1979dependencies = [1980 "heck",1981 "proc-macro2",1982 "quote",1983 "syn",1984]19851986[[package]]1987name = "enumflags2"1988version = "0.6.4"1989source = "registry+https://github.com/rust-lang/crates.io-index"1990checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"1991dependencies = [1992 "enumflags2_derive",1993]19941995[[package]]1996name = "enumflags2_derive"1997version = "0.6.4"1998source = "registry+https://github.com/rust-lang/crates.io-index"1999checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2000dependencies = [2001 "proc-macro2",2002 "quote",2003 "syn",2004]20052006[[package]]2007name = "enumn"2008version = "0.1.3"2009source = "registry+https://github.com/rust-lang/crates.io-index"2010checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2011dependencies = [2012 "proc-macro2",2013 "quote",2014 "syn",2015]20162017[[package]]2018name = "env_logger"2019version = "0.7.1"2020source = "registry+https://github.com/rust-lang/crates.io-index"2021checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"2022dependencies = [2023 "atty",2024 "humantime 1.3.0",2025 "log",2026 "regex",2027 "termcolor",2028]20292030[[package]]2031name = "env_logger"2032version = "0.9.0"2033source = "registry+https://github.com/rust-lang/crates.io-index"2034checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2035dependencies = [2036 "atty",2037 "humantime 2.1.0",2038 "log",2039 "regex",2040 "termcolor",2041]20422043[[package]]2044name = "environmental"2045version = "1.1.3"2046source = "registry+https://github.com/rust-lang/crates.io-index"2047checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20482049[[package]]2050name = "errno"2051version = "0.2.8"2052source = "registry+https://github.com/rust-lang/crates.io-index"2053checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2054dependencies = [2055 "errno-dragonfly",2056 "libc",2057 "winapi 0.3.9",2058]20592060[[package]]2061name = "errno-dragonfly"2062version = "0.1.2"2063source = "registry+https://github.com/rust-lang/crates.io-index"2064checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2065dependencies = [2066 "cc",2067 "libc",2068]20692070[[package]]2071name = "ethbloom"2072version = "0.11.1"2073source = "registry+https://github.com/rust-lang/crates.io-index"2074checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2075dependencies = [2076 "crunchy",2077 "fixed-hash",2078 "impl-codec",2079 "impl-rlp",2080 "impl-serde",2081 "scale-info",2082 "tiny-keccak",2083]20842085[[package]]2086name = "ethereum"2087version = "0.9.0"2088source = "registry+https://github.com/rust-lang/crates.io-index"2089checksum = "4a67be3eaf296ef668733f54c637e84d0ca34eaf194f0077455135981ad464c3"2090dependencies = [2091 "bytes 1.1.0",2092 "ethereum-types",2093 "hash-db",2094 "hash256-std-hasher",2095 "parity-scale-codec",2096 "rlp",2097 "rlp-derive",2098 "serde",2099 "sha3 0.9.1",2100 "triehash",2101]21022103[[package]]2104name = "ethereum"2105version = "0.9.0"2106source = "git+https://github.com/purestake/ethereum?branch=joshy-scale-info#2b98173bd88c05bfeefad421d260101b9008497b"2107dependencies = [2108 "bytes 1.1.0",2109 "ethereum-types",2110 "hash-db",2111 "hash256-std-hasher",2112 "parity-scale-codec",2113 "rlp",2114 "rlp-derive",2115 "scale-info",2116 "serde",2117 "sha3 0.9.1",2118 "triehash",2119]21202121[[package]]2122name = "ethereum-types"2123version = "0.12.1"2124source = "registry+https://github.com/rust-lang/crates.io-index"2125checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2126dependencies = [2127 "ethbloom",2128 "fixed-hash",2129 "impl-codec",2130 "impl-rlp",2131 "impl-serde",2132 "primitive-types 0.10.1",2133 "scale-info",2134 "uint",2135]21362137[[package]]2138name = "event-listener"2139version = "2.5.1"2140source = "registry+https://github.com/rust-lang/crates.io-index"2141checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"21422143[[package]]2144name = "evm"2145version = "0.30.0"2146source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2147dependencies = [2148 "environmental",2149 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2150 "evm-core",2151 "evm-gasometer",2152 "evm-runtime",2153 "log",2154 "parity-scale-codec",2155 "primitive-types 0.10.1",2156 "rlp",2157 "scale-info",2158 "serde",2159 "sha3 0.8.2",2160]21612162[[package]]2163name = "evm-coder"2164version = "0.1.0"2165dependencies = [2166 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2167 "evm-coder-macros",2168 "evm-core",2169 "hex",2170 "hex-literal",2171 "impl-trait-for-tuples 0.2.1",2172 "primitive-types 0.10.1",2173]21742175[[package]]2176name = "evm-coder-macros"2177version = "0.1.0"2178dependencies = [2179 "Inflector",2180 "darling",2181 "hex",2182 "proc-macro2",2183 "quote",2184 "sha3 0.9.1",2185 "syn",2186]21872188[[package]]2189name = "evm-core"2190version = "0.30.0"2191source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2192dependencies = [2193 "funty",2194 "parity-scale-codec",2195 "primitive-types 0.10.1",2196 "scale-info",2197 "serde",2198]21992200[[package]]2201name = "evm-gasometer"2202version = "0.30.0"2203source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2204dependencies = [2205 "environmental",2206 "evm-core",2207 "evm-runtime",2208 "primitive-types 0.10.1",2209]22102211[[package]]2212name = "evm-runtime"2213version = "0.30.0"2214source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2215dependencies = [2216 "environmental",2217 "evm-core",2218 "primitive-types 0.10.1",2219 "sha3 0.8.2",2220]22212222[[package]]2223name = "exit-future"2224version = "0.2.0"2225source = "registry+https://github.com/rust-lang/crates.io-index"2226checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2227dependencies = [2228 "futures 0.3.17",2229]22302231[[package]]2232name = "fake-simd"2233version = "0.1.2"2234source = "registry+https://github.com/rust-lang/crates.io-index"2235checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22362237[[package]]2238name = "fallible-iterator"2239version = "0.2.0"2240source = "registry+https://github.com/rust-lang/crates.io-index"2241checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22422243[[package]]2244name = "fastrand"2245version = "1.5.0"2246source = "registry+https://github.com/rust-lang/crates.io-index"2247checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"2248dependencies = [2249 "instant",2250]22512252[[package]]2253name = "fc-consensus"2254version = "2.0.0-dev"2255source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2256dependencies = [2257 "async-trait",2258 "derive_more",2259 "fc-db",2260 "fp-consensus",2261 "fp-rpc",2262 "futures 0.3.17",2263 "log",2264 "parity-scale-codec",2265 "sc-client-api",2266 "sc-consensus",2267 "sc-transaction-pool-api",2268 "sp-api",2269 "sp-block-builder",2270 "sp-blockchain",2271 "sp-consensus",2272 "sp-core",2273 "sp-inherents",2274 "sp-runtime",2275 "sp-timestamp",2276 "substrate-prometheus-endpoint",2277]22782279[[package]]2280name = "fc-db"2281version = "2.0.0-dev"2282source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2283dependencies = [2284 "fp-storage",2285 "kvdb",2286 "kvdb-rocksdb",2287 "pallet-ethereum",2288 "parity-scale-codec",2289 "parking_lot 0.11.2",2290 "sp-core",2291 "sp-database",2292 "sp-runtime",2293]22942295[[package]]2296name = "fc-mapping-sync"2297version = "2.0.0-dev"2298source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2299dependencies = [2300 "fc-consensus",2301 "fc-db",2302 "fp-consensus",2303 "fp-rpc",2304 "futures 0.3.17",2305 "futures-timer 3.0.2",2306 "log",2307 "sc-client-api",2308 "sp-api",2309 "sp-blockchain",2310 "sp-runtime",2311]23122313[[package]]2314name = "fc-rpc"2315version = "2.0.0-dev"2316source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2317dependencies = [2318 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2319 "ethereum-types",2320 "evm",2321 "fc-consensus",2322 "fc-db",2323 "fc-rpc-core",2324 "fp-consensus",2325 "fp-evm",2326 "fp-rpc",2327 "fp-storage",2328 "futures 0.3.17",2329 "futures-util",2330 "jsonrpc-core",2331 "jsonrpc-pubsub",2332 "libsecp256k1 0.3.5",2333 "log",2334 "lru 0.6.6",2335 "pallet-ethereum",2336 "pallet-evm",2337 "parity-scale-codec",2338 "parking_lot 0.11.2",2339 "rand 0.7.3",2340 "rlp",2341 "rustc-hex",2342 "sc-client-api",2343 "sc-network",2344 "sc-rpc",2345 "sc-service",2346 "sc-transaction-pool",2347 "sc-transaction-pool-api",2348 "sha3 0.8.2",2349 "sp-api",2350 "sp-blockchain",2351 "sp-io",2352 "sp-runtime",2353 "sp-storage",2354 "sp-transaction-pool",2355]23562357[[package]]2358name = "fc-rpc-core"2359version = "1.1.0-dev"2360source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2361dependencies = [2362 "ethereum-types",2363 "jsonrpc-core",2364 "jsonrpc-core-client",2365 "jsonrpc-derive",2366 "jsonrpc-pubsub",2367 "rustc-hex",2368 "serde",2369 "serde_json",2370]23712372[[package]]2373name = "fdlimit"2374version = "0.2.1"2375source = "registry+https://github.com/rust-lang/crates.io-index"2376checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2377dependencies = [2378 "libc",2379]23802381[[package]]2382name = "file-per-thread-logger"2383version = "0.1.4"2384source = "registry+https://github.com/rust-lang/crates.io-index"2385checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2386dependencies = [2387 "env_logger 0.7.1",2388 "log",2389]23902391[[package]]2392name = "finality-grandpa"2393version = "0.14.4"2394source = "registry+https://github.com/rust-lang/crates.io-index"2395checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2396dependencies = [2397 "either",2398 "futures 0.3.17",2399 "futures-timer 3.0.2",2400 "log",2401 "num-traits",2402 "parity-scale-codec",2403 "parking_lot 0.11.2",2404 "scale-info",2405]24062407[[package]]2408name = "fixed-hash"2409version = "0.7.0"2410source = "registry+https://github.com/rust-lang/crates.io-index"2411checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2412dependencies = [2413 "byteorder",2414 "rand 0.8.4",2415 "rustc-hex",2416 "static_assertions",2417]24182419[[package]]2420name = "fixedbitset"2421version = "0.2.0"2422source = "registry+https://github.com/rust-lang/crates.io-index"2423checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"24242425[[package]]2426name = "flate2"2427version = "1.0.22"2428source = "registry+https://github.com/rust-lang/crates.io-index"2429checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2430dependencies = [2431 "cfg-if 1.0.0",2432 "crc32fast",2433 "libc",2434 "libz-sys",2435 "miniz_oxide",2436]24372438[[package]]2439name = "flexi_logger"2440version = "0.15.12"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2443dependencies = [2444 "atty",2445 "chrono",2446 "glob",2447 "lazy_static",2448 "log",2449 "regex",2450 "thiserror",2451 "yansi",2452]24532454[[package]]2455name = "fnv"2456version = "1.0.7"2457source = "registry+https://github.com/rust-lang/crates.io-index"2458checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"24592460[[package]]2461name = "fork-tree"2462version = "3.0.0"2463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2464dependencies = [2465 "parity-scale-codec",2466]24672468[[package]]2469name = "form_urlencoded"2470version = "1.0.1"2471source = "registry+https://github.com/rust-lang/crates.io-index"2472checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2473dependencies = [2474 "matches",2475 "percent-encoding 2.1.0",2476]24772478[[package]]2479name = "fp-consensus"2480version = "2.0.0-dev"2481source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2482dependencies = [2483 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2484 "parity-scale-codec",2485 "rlp",2486 "sha3 0.8.2",2487 "sp-core",2488 "sp-runtime",2489 "sp-std",2490]24912492[[package]]2493name = "fp-evm"2494version = "3.0.0-dev"2495source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2496dependencies = [2497 "evm",2498 "impl-trait-for-tuples 0.1.3",2499 "parity-scale-codec",2500 "scale-info",2501 "serde",2502 "sp-core",2503 "sp-std",2504]25052506[[package]]2507name = "fp-rpc"2508version = "3.0.0-dev"2509source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2510dependencies = [2511 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2512 "ethereum-types",2513 "fp-evm",2514 "parity-scale-codec",2515 "scale-info",2516 "sp-api",2517 "sp-core",2518 "sp-io",2519 "sp-runtime",2520 "sp-std",2521]25222523[[package]]2524name = "fp-self-contained"2525version = "1.0.0-dev"2526source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"2527dependencies = [2528 "ethereum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",2529 "frame-support",2530 "parity-scale-codec",2531 "parity-util-mem",2532 "scale-info",2533 "serde",2534 "sha3 0.8.2",2535 "sp-core",2536 "sp-io",2537 "sp-runtime",2538]25392540[[package]]2541name = "fp-storage"2542version = "2.0.0"2543source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"25442545[[package]]2546name = "frame-benchmarking"2547version = "4.0.0-dev"2548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2549dependencies = [2550 "frame-support",2551 "frame-system",2552 "linregress",2553 "log",2554 "parity-scale-codec",2555 "paste",2556 "scale-info",2557 "sp-api",2558 "sp-io",2559 "sp-runtime",2560 "sp-runtime-interface",2561 "sp-std",2562 "sp-storage",2563]25642565[[package]]2566name = "frame-benchmarking-cli"2567version = "4.0.0-dev"2568source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2569dependencies = [2570 "Inflector",2571 "chrono",2572 "frame-benchmarking",2573 "frame-support",2574 "handlebars",2575 "linked-hash-map",2576 "log",2577 "parity-scale-codec",2578 "sc-cli",2579 "sc-client-db",2580 "sc-executor",2581 "sc-service",2582 "serde",2583 "sp-core",2584 "sp-externalities",2585 "sp-keystore",2586 "sp-runtime",2587 "sp-state-machine",2588 "structopt",2589]25902591[[package]]2592name = "frame-election-provider-support"2593version = "4.0.0-dev"2594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2595dependencies = [2596 "frame-support",2597 "frame-system",2598 "parity-scale-codec",2599 "scale-info",2600 "sp-arithmetic",2601 "sp-npos-elections",2602 "sp-std",2603]26042605[[package]]2606name = "frame-executive"2607version = "4.0.0-dev"2608source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2609dependencies = [2610 "frame-support",2611 "frame-system",2612 "parity-scale-codec",2613 "scale-info",2614 "sp-core",2615 "sp-io",2616 "sp-runtime",2617 "sp-std",2618 "sp-tracing",2619]26202621[[package]]2622name = "frame-metadata"2623version = "14.0.0"2624source = "registry+https://github.com/rust-lang/crates.io-index"2625checksum = "96616f82e069102b95a72c87de4c84d2f87ef7f0f20630e78ce3824436483110"2626dependencies = [2627 "cfg-if 1.0.0",2628 "parity-scale-codec",2629 "scale-info",2630 "serde",2631]26322633[[package]]2634name = "frame-support"2635version = "4.0.0-dev"2636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2637dependencies = [2638 "bitflags",2639 "frame-metadata",2640 "frame-support-procedural",2641 "impl-trait-for-tuples 0.2.1",2642 "log",2643 "once_cell",2644 "parity-scale-codec",2645 "paste",2646 "scale-info",2647 "serde",2648 "smallvec",2649 "sp-arithmetic",2650 "sp-core",2651 "sp-inherents",2652 "sp-io",2653 "sp-runtime",2654 "sp-staking",2655 "sp-state-machine",2656 "sp-std",2657 "sp-tracing",2658]26592660[[package]]2661name = "frame-support-procedural"2662version = "4.0.0-dev"2663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2664dependencies = [2665 "Inflector",2666 "frame-support-procedural-tools",2667 "proc-macro2",2668 "quote",2669 "syn",2670]26712672[[package]]2673name = "frame-support-procedural-tools"2674version = "4.0.0-dev"2675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2676dependencies = [2677 "frame-support-procedural-tools-derive",2678 "proc-macro-crate 1.1.0",2679 "proc-macro2",2680 "quote",2681 "syn",2682]26832684[[package]]2685name = "frame-support-procedural-tools-derive"2686version = "3.0.0"2687source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2688dependencies = [2689 "proc-macro2",2690 "quote",2691 "syn",2692]26932694[[package]]2695name = "frame-system"2696version = "4.0.0-dev"2697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2698dependencies = [2699 "frame-support",2700 "log",2701 "parity-scale-codec",2702 "scale-info",2703 "serde",2704 "sp-core",2705 "sp-io",2706 "sp-runtime",2707 "sp-std",2708 "sp-version",2709]27102711[[package]]2712name = "frame-system-benchmarking"2713version = "4.0.0-dev"2714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2715dependencies = [2716 "frame-benchmarking",2717 "frame-support",2718 "frame-system",2719 "parity-scale-codec",2720 "scale-info",2721 "sp-core",2722 "sp-runtime",2723 "sp-std",2724]27252726[[package]]2727name = "frame-system-rpc-runtime-api"2728version = "4.0.0-dev"2729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2730dependencies = [2731 "parity-scale-codec",2732 "sp-api",2733]27342735[[package]]2736name = "frame-try-runtime"2737version = "0.10.0-dev"2738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"2739dependencies = [2740 "frame-support",2741 "sp-api",2742 "sp-runtime",2743 "sp-std",2744]27452746[[package]]2747name = "fs-err"2748version = "2.6.0"2749source = "registry+https://github.com/rust-lang/crates.io-index"2750checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"27512752[[package]]2753name = "fs-swap"2754version = "0.2.6"2755source = "registry+https://github.com/rust-lang/crates.io-index"2756checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2757dependencies = [2758 "lazy_static",2759 "libc",2760 "libloading 0.5.2",2761 "winapi 0.3.9",2762]27632764[[package]]2765name = "fs2"2766version = "0.4.3"2767source = "registry+https://github.com/rust-lang/crates.io-index"2768checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2769dependencies = [2770 "libc",2771 "winapi 0.3.9",2772]27732774[[package]]2775name = "fuchsia-zircon"2776version = "0.3.3"2777source = "registry+https://github.com/rust-lang/crates.io-index"2778checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2779dependencies = [2780 "bitflags",2781 "fuchsia-zircon-sys",2782]27832784[[package]]2785name = "fuchsia-zircon-sys"2786version = "0.3.3"2787source = "registry+https://github.com/rust-lang/crates.io-index"2788checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"27892790[[package]]2791name = "funty"2792version = "1.1.0"2793source = "registry+https://github.com/rust-lang/crates.io-index"2794checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"27952796[[package]]2797name = "futures"2798version = "0.1.31"2799source = "registry+https://github.com/rust-lang/crates.io-index"2800checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"28012802[[package]]2803name = "futures"2804version = "0.3.17"2805source = "registry+https://github.com/rust-lang/crates.io-index"2806checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"2807dependencies = [2808 "futures-channel",2809 "futures-core",2810 "futures-executor",2811 "futures-io",2812 "futures-sink",2813 "futures-task",2814 "futures-util",2815]28162817[[package]]2818name = "futures-channel"2819version = "0.3.17"2820source = "registry+https://github.com/rust-lang/crates.io-index"2821checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"2822dependencies = [2823 "futures-core",2824 "futures-sink",2825]28262827[[package]]2828name = "futures-core"2829version = "0.3.17"2830source = "registry+https://github.com/rust-lang/crates.io-index"2831checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"28322833[[package]]2834name = "futures-executor"2835version = "0.3.17"2836source = "registry+https://github.com/rust-lang/crates.io-index"2837checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"2838dependencies = [2839 "futures-core",2840 "futures-task",2841 "futures-util",2842 "num_cpus",2843]28442845[[package]]2846name = "futures-io"2847version = "0.3.17"2848source = "registry+https://github.com/rust-lang/crates.io-index"2849checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"28502851[[package]]2852name = "futures-lite"2853version = "1.12.0"2854source = "registry+https://github.com/rust-lang/crates.io-index"2855checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2856dependencies = [2857 "fastrand",2858 "futures-core",2859 "futures-io",2860 "memchr",2861 "parking",2862 "pin-project-lite 0.2.7",2863 "waker-fn",2864]28652866[[package]]2867name = "futures-macro"2868version = "0.3.17"2869source = "registry+https://github.com/rust-lang/crates.io-index"2870checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"2871dependencies = [2872 "autocfg",2873 "proc-macro-hack",2874 "proc-macro2",2875 "quote",2876 "syn",2877]28782879[[package]]2880name = "futures-rustls"2881version = "0.21.1"2882source = "registry+https://github.com/rust-lang/crates.io-index"2883checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2884dependencies = [2885 "futures-io",2886 "rustls",2887 "webpki",2888]28892890[[package]]2891name = "futures-sink"2892version = "0.3.17"2893source = "registry+https://github.com/rust-lang/crates.io-index"2894checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"28952896[[package]]2897name = "futures-task"2898version = "0.3.17"2899source = "registry+https://github.com/rust-lang/crates.io-index"2900checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"29012902[[package]]2903name = "futures-timer"2904version = "2.0.2"2905source = "registry+https://github.com/rust-lang/crates.io-index"2906checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"29072908[[package]]2909name = "futures-timer"2910version = "3.0.2"2911source = "registry+https://github.com/rust-lang/crates.io-index"2912checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29132914[[package]]2915name = "futures-util"2916version = "0.3.17"2917source = "registry+https://github.com/rust-lang/crates.io-index"2918checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2919dependencies = [2920 "autocfg",2921 "futures 0.1.31",2922 "futures-channel",2923 "futures-core",2924 "futures-io",2925 "futures-macro",2926 "futures-sink",2927 "futures-task",2928 "memchr",2929 "pin-project-lite 0.2.7",2930 "pin-utils",2931 "proc-macro-hack",2932 "proc-macro-nested",2933 "slab",2934]29352936[[package]]2937name = "generic-array"2938version = "0.12.4"2939source = "registry+https://github.com/rust-lang/crates.io-index"2940checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2941dependencies = [2942 "typenum",2943]29442945[[package]]2946name = "generic-array"2947version = "0.14.4"2948source = "registry+https://github.com/rust-lang/crates.io-index"2949checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"2950dependencies = [2951 "typenum",2952 "version_check",2953]29542955[[package]]2956name = "getrandom"2957version = "0.1.16"2958source = "registry+https://github.com/rust-lang/crates.io-index"2959checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2960dependencies = [2961 "cfg-if 1.0.0",2962 "js-sys",2963 "libc",2964 "wasi 0.9.0+wasi-snapshot-preview1",2965 "wasm-bindgen",2966]29672968[[package]]2969name = "getrandom"2970version = "0.2.3"2971source = "registry+https://github.com/rust-lang/crates.io-index"2972checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"2973dependencies = [2974 "cfg-if 1.0.0",2975 "libc",2976 "wasi 0.10.0+wasi-snapshot-preview1",2977]29782979[[package]]2980name = "ghash"2981version = "0.4.4"2982source = "registry+https://github.com/rust-lang/crates.io-index"2983checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"2984dependencies = [2985 "opaque-debug 0.3.0",2986 "polyval",2987]29882989[[package]]2990name = "gimli"2991version = "0.25.0"2992source = "registry+https://github.com/rust-lang/crates.io-index"2993checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"2994dependencies = [2995 "fallible-iterator",2996 "indexmap",2997 "stable_deref_trait",2998]29993000[[package]]3001name = "glob"3002version = "0.3.0"3003source = "registry+https://github.com/rust-lang/crates.io-index"3004checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30053006[[package]]3007name = "globset"3008version = "0.4.8"3009source = "registry+https://github.com/rust-lang/crates.io-index"3010checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3011dependencies = [3012 "aho-corasick",3013 "bstr",3014 "fnv",3015 "log",3016 "regex",3017]30183019[[package]]3020name = "gloo-timers"3021version = "0.2.1"3022source = "registry+https://github.com/rust-lang/crates.io-index"3023checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"3024dependencies = [3025 "futures-channel",3026 "futures-core",3027 "js-sys",3028 "wasm-bindgen",3029 "web-sys",3030]30313032[[package]]3033name = "handlebars"3034version = "3.5.5"3035source = "registry+https://github.com/rust-lang/crates.io-index"3036checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"3037dependencies = [3038 "log",3039 "pest",3040 "pest_derive",3041 "quick-error 2.0.1",3042 "serde",3043 "serde_json",3044]30453046[[package]]3047name = "hash-db"3048version = "0.15.2"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"30513052[[package]]3053name = "hash256-std-hasher"3054version = "0.15.2"3055source = "registry+https://github.com/rust-lang/crates.io-index"3056checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3057dependencies = [3058 "crunchy",3059]30603061[[package]]3062name = "hashbrown"3063version = "0.11.2"3064source = "registry+https://github.com/rust-lang/crates.io-index"3065checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3066dependencies = [3067 "ahash",3068]30693070[[package]]3071name = "heck"3072version = "0.3.3"3073source = "registry+https://github.com/rust-lang/crates.io-index"3074checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3075dependencies = [3076 "unicode-segmentation",3077]30783079[[package]]3080name = "hermit-abi"3081version = "0.1.19"3082source = "registry+https://github.com/rust-lang/crates.io-index"3083checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3084dependencies = [3085 "libc",3086]30873088[[package]]3089name = "hex"3090version = "0.4.3"3091source = "registry+https://github.com/rust-lang/crates.io-index"3092checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"30933094[[package]]3095name = "hex-literal"3096version = "0.3.3"3097source = "registry+https://github.com/rust-lang/crates.io-index"3098checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"30993100[[package]]3101name = "hex_fmt"3102version = "0.3.0"3103source = "registry+https://github.com/rust-lang/crates.io-index"3104checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"31053106[[package]]3107name = "hmac"3108version = "0.7.1"3109source = "registry+https://github.com/rust-lang/crates.io-index"3110checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3111dependencies = [3112 "crypto-mac 0.7.0",3113 "digest 0.8.1",3114]31153116[[package]]3117name = "hmac"3118version = "0.8.1"3119source = "registry+https://github.com/rust-lang/crates.io-index"3120checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3121dependencies = [3122 "crypto-mac 0.8.0",3123 "digest 0.9.0",3124]31253126[[package]]3127name = "hmac"3128version = "0.11.0"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3131dependencies = [3132 "crypto-mac 0.11.1",3133 "digest 0.9.0",3134]31353136[[package]]3137name = "hmac-drbg"3138version = "0.2.0"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3141dependencies = [3142 "digest 0.8.1",3143 "generic-array 0.12.4",3144 "hmac 0.7.1",3145]31463147[[package]]3148name = "hmac-drbg"3149version = "0.3.0"3150source = "registry+https://github.com/rust-lang/crates.io-index"3151checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3152dependencies = [3153 "digest 0.9.0",3154 "generic-array 0.14.4",3155 "hmac 0.8.1",3156]31573158[[package]]3159name = "hostname"3160version = "0.3.1"3161source = "registry+https://github.com/rust-lang/crates.io-index"3162checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3163dependencies = [3164 "libc",3165 "match_cfg",3166 "winapi 0.3.9",3167]31683169[[package]]3170name = "http"3171version = "0.2.5"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"3174dependencies = [3175 "bytes 1.1.0",3176 "fnv",3177 "itoa",3178]31793180[[package]]3181name = "http-body"3182version = "0.4.4"3183source = "registry+https://github.com/rust-lang/crates.io-index"3184checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3185dependencies = [3186 "bytes 1.1.0",3187 "http",3188 "pin-project-lite 0.2.7",3189]31903191[[package]]3192name = "httparse"3193version = "1.5.1"3194source = "registry+https://github.com/rust-lang/crates.io-index"3195checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"31963197[[package]]3198name = "httpdate"3199version = "1.0.1"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"32023203[[package]]3204name = "humantime"3205version = "1.3.0"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3208dependencies = [3209 "quick-error 1.2.3",3210]32113212[[package]]3213name = "humantime"3214version = "2.1.0"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32173218[[package]]3219name = "hyper"3220version = "0.14.14"3221source = "registry+https://github.com/rust-lang/crates.io-index"3222checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"3223dependencies = [3224 "bytes 1.1.0",3225 "futures-channel",3226 "futures-core",3227 "futures-util",3228 "http",3229 "http-body",3230 "httparse",3231 "httpdate",3232 "itoa",3233 "pin-project-lite 0.2.7",3234 "socket2 0.4.2",3235 "tokio 1.13.0",3236 "tower-service",3237 "tracing",3238 "want",3239]32403241[[package]]3242name = "hyper-rustls"3243version = "0.22.1"3244source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3246dependencies = [3247 "ct-logs",3248 "futures-util",3249 "hyper",3250 "log",3251 "rustls",3252 "rustls-native-certs",3253 "tokio 1.13.0",3254 "tokio-rustls",3255 "webpki",3256]32573258[[package]]3259name = "ident_case"3260version = "1.0.1"3261source = "registry+https://github.com/rust-lang/crates.io-index"3262checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"32633264[[package]]3265name = "idna"3266version = "0.1.5"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3269dependencies = [3270 "matches",3271 "unicode-bidi",3272 "unicode-normalization",3273]32743275[[package]]3276name = "idna"3277version = "0.2.3"3278source = "registry+https://github.com/rust-lang/crates.io-index"3279checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3280dependencies = [3281 "matches",3282 "unicode-bidi",3283 "unicode-normalization",3284]32853286[[package]]3287name = "if-addrs"3288version = "0.6.6"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "c9a83ec4af652890ac713ffd8dc859e650420a5ef47f7b9be29b6664ab50fbc8"3291dependencies = [3292 "if-addrs-sys",3293 "libc",3294 "winapi 0.3.9",3295]32963297[[package]]3298name = "if-addrs-sys"3299version = "0.3.2"3300source = "registry+https://github.com/rust-lang/crates.io-index"3301checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3302dependencies = [3303 "cc",3304 "libc",3305]33063307[[package]]3308name = "if-watch"3309version = "0.2.2"3310source = "registry+https://github.com/rust-lang/crates.io-index"3311checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3312dependencies = [3313 "async-io",3314 "futures 0.3.17",3315 "futures-lite",3316 "if-addrs",3317 "ipnet",3318 "libc",3319 "log",3320 "winapi 0.3.9",3321]33223323[[package]]3324name = "impl-codec"3325version = "0.5.1"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3328dependencies = [3329 "parity-scale-codec",3330]33313332[[package]]3333name = "impl-rlp"3334version = "0.3.0"3335source = "registry+https://github.com/rust-lang/crates.io-index"3336checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3337dependencies = [3338 "rlp",3339]33403341[[package]]3342name = "impl-serde"3343version = "0.3.1"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3346dependencies = [3347 "serde",3348]33493350[[package]]3351name = "impl-trait-for-tuples"3352version = "0.1.3"3353source = "registry+https://github.com/rust-lang/crates.io-index"3354checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"3355dependencies = [3356 "proc-macro2",3357 "quote",3358 "syn",3359]33603361[[package]]3362name = "impl-trait-for-tuples"3363version = "0.2.1"3364source = "registry+https://github.com/rust-lang/crates.io-index"3365checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3366dependencies = [3367 "proc-macro2",3368 "quote",3369 "syn",3370]33713372[[package]]3373name = "indexmap"3374version = "1.7.0"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"3377dependencies = [3378 "autocfg",3379 "hashbrown",3380 "serde",3381]33823383[[package]]3384name = "instant"3385version = "0.1.12"3386source = "registry+https://github.com/rust-lang/crates.io-index"3387checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3388dependencies = [3389 "cfg-if 1.0.0",3390]33913392[[package]]3393name = "integer-encoding"3394version = "1.1.7"3395source = "registry+https://github.com/rust-lang/crates.io-index"3396checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"33973398[[package]]3399name = "integer-sqrt"3400version = "0.1.5"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3403dependencies = [3404 "num-traits",3405]34063407[[package]]3408name = "intervalier"3409version = "0.4.0"3410source = "registry+https://github.com/rust-lang/crates.io-index"3411checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3412dependencies = [3413 "futures 0.3.17",3414 "futures-timer 2.0.2",3415]34163417[[package]]3418name = "iovec"3419version = "0.1.4"3420source = "registry+https://github.com/rust-lang/crates.io-index"3421checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3422dependencies = [3423 "libc",3424]34253426[[package]]3427name = "ip_network"3428version = "0.4.0"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"34313432[[package]]3433name = "ipconfig"3434version = "0.2.2"3435source = "registry+https://github.com/rust-lang/crates.io-index"3436checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3437dependencies = [3438 "socket2 0.3.19",3439 "widestring",3440 "winapi 0.3.9",3441 "winreg",3442]34433444[[package]]3445name = "ipnet"3446version = "2.3.1"3447source = "registry+https://github.com/rust-lang/crates.io-index"3448checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"34493450[[package]]3451name = "itertools"3452version = "0.10.1"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"3455dependencies = [3456 "either",3457]34583459[[package]]3460name = "itoa"3461version = "0.4.8"3462source = "registry+https://github.com/rust-lang/crates.io-index"3463checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"34643465[[package]]3466name = "jobserver"3467version = "0.1.24"3468source = "registry+https://github.com/rust-lang/crates.io-index"3469checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3470dependencies = [3471 "libc",3472]34733474[[package]]3475name = "js-sys"3476version = "0.3.55"3477source = "registry+https://github.com/rust-lang/crates.io-index"3478checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"3479dependencies = [3480 "wasm-bindgen",3481]34823483[[package]]3484name = "jsonrpc-client-transports"3485version = "18.0.0"3486source = "registry+https://github.com/rust-lang/crates.io-index"3487checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3488dependencies = [3489 "derive_more",3490 "futures 0.3.17",3491 "jsonrpc-core",3492 "jsonrpc-pubsub",3493 "log",3494 "serde",3495 "serde_json",3496 "url 1.7.2",3497]34983499[[package]]3500name = "jsonrpc-core"3501version = "18.0.0"3502source = "registry+https://github.com/rust-lang/crates.io-index"3503checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3504dependencies = [3505 "futures 0.3.17",3506 "futures-executor",3507 "futures-util",3508 "log",3509 "serde",3510 "serde_derive",3511 "serde_json",3512]35133514[[package]]3515name = "jsonrpc-core-client"3516version = "18.0.0"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3519dependencies = [3520 "futures 0.3.17",3521 "jsonrpc-client-transports",3522]35233524[[package]]3525name = "jsonrpc-derive"3526version = "18.0.0"3527source = "registry+https://github.com/rust-lang/crates.io-index"3528checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3529dependencies = [3530 "proc-macro-crate 0.1.5",3531 "proc-macro2",3532 "quote",3533 "syn",3534]35353536[[package]]3537name = "jsonrpc-http-server"3538version = "18.0.0"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3541dependencies = [3542 "futures 0.3.17",3543 "hyper",3544 "jsonrpc-core",3545 "jsonrpc-server-utils",3546 "log",3547 "net2",3548 "parking_lot 0.11.2",3549 "unicase",3550]35513552[[package]]3553name = "jsonrpc-ipc-server"3554version = "18.0.0"3555source = "registry+https://github.com/rust-lang/crates.io-index"3556checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3557dependencies = [3558 "futures 0.3.17",3559 "jsonrpc-core",3560 "jsonrpc-server-utils",3561 "log",3562 "parity-tokio-ipc",3563 "parking_lot 0.11.2",3564 "tower-service",3565]35663567[[package]]3568name = "jsonrpc-pubsub"3569version = "18.0.0"3570source = "registry+https://github.com/rust-lang/crates.io-index"3571checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3572dependencies = [3573 "futures 0.3.17",3574 "jsonrpc-core",3575 "lazy_static",3576 "log",3577 "parking_lot 0.11.2",3578 "rand 0.7.3",3579 "serde",3580]35813582[[package]]3583name = "jsonrpc-server-utils"3584version = "18.0.0"3585source = "registry+https://github.com/rust-lang/crates.io-index"3586checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3587dependencies = [3588 "bytes 1.1.0",3589 "futures 0.3.17",3590 "globset",3591 "jsonrpc-core",3592 "lazy_static",3593 "log",3594 "tokio 1.13.0",3595 "tokio-stream",3596 "tokio-util",3597 "unicase",3598]35993600[[package]]3601name = "jsonrpc-ws-server"3602version = "18.0.0"3603source = "registry+https://github.com/rust-lang/crates.io-index"3604checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3605dependencies = [3606 "futures 0.3.17",3607 "jsonrpc-core",3608 "jsonrpc-server-utils",3609 "log",3610 "parity-ws",3611 "parking_lot 0.11.2",3612 "slab",3613]36143615[[package]]3616name = "jsonrpsee-proc-macros"3617version = "0.3.1"3618source = "registry+https://github.com/rust-lang/crates.io-index"3619checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4"3620dependencies = [3621 "Inflector",3622 "bae",3623 "proc-macro-crate 1.1.0",3624 "proc-macro2",3625 "quote",3626 "syn",3627]36283629[[package]]3630name = "jsonrpsee-types"3631version = "0.3.1"3632source = "registry+https://github.com/rust-lang/crates.io-index"3633checksum = "4cc738fd55b676ada3271ef7c383a14a0867a2a88b0fa941311bf5fc0a29d498"3634dependencies = [3635 "async-trait",3636 "beef",3637 "futures-channel",3638 "futures-util",3639 "hyper",3640 "log",3641 "serde",3642 "serde_json",3643 "soketto 0.6.0",3644 "thiserror",3645]36463647[[package]]3648name = "jsonrpsee-ws-client"3649version = "0.3.1"3650source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "9841352dbecf4c2ed5dc71698df9f1660262ae4e0b610e968602529bdbcf7b30"3652dependencies = [3653 "async-trait",3654 "fnv",3655 "futures 0.3.17",3656 "jsonrpsee-types",3657 "log",3658 "pin-project 1.0.8",3659 "rustls",3660 "rustls-native-certs",3661 "serde",3662 "serde_json",3663 "soketto 0.6.0",3664 "thiserror",3665 "tokio 1.13.0",3666 "tokio-rustls",3667 "tokio-util",3668 "url 2.2.2",3669]36703671[[package]]3672name = "keccak"3673version = "0.1.0"3674source = "registry+https://github.com/rust-lang/crates.io-index"3675checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"36763677[[package]]3678name = "kernel32-sys"3679version = "0.2.2"3680source = "registry+https://github.com/rust-lang/crates.io-index"3681checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3682dependencies = [3683 "winapi 0.2.8",3684 "winapi-build",3685]36863687[[package]]3688name = "kusama-runtime"3689version = "0.9.12"3690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"3691dependencies = [3692 "beefy-primitives",3693 "bitvec 0.20.4",3694 "frame-benchmarking",3695 "frame-election-provider-support",3696 "frame-executive",3697 "frame-support",3698 "frame-system",3699 "frame-system-benchmarking",3700 "frame-system-rpc-runtime-api",3701 "frame-try-runtime",3702 "hex-literal",3703 "log",3704 "pallet-authority-discovery",3705 "pallet-authorship",3706 "pallet-babe",3707 "pallet-bags-list",3708 "pallet-balances",3709 "pallet-bounties",3710 "pallet-collective",3711 "pallet-democracy",3712 "pallet-election-provider-multi-phase",3713 "pallet-elections-phragmen",3714 "pallet-gilt",3715 "pallet-grandpa",3716 "pallet-identity",3717 "pallet-im-online",3718 "pallet-indices",3719 "pallet-membership",3720 "pallet-mmr-primitives",3721 "pallet-multisig",3722 "pallet-nicks",3723 "pallet-offences",3724 "pallet-offences-benchmarking",3725 "pallet-proxy",3726 "pallet-recovery",3727 "pallet-scheduler",3728 "pallet-session",3729 "pallet-session-benchmarking",3730 "pallet-society",3731 "pallet-staking",3732 "pallet-staking-reward-fn",3733 "pallet-timestamp",3734 "pallet-tips",3735 "pallet-transaction-payment",3736 "pallet-transaction-payment-rpc-runtime-api",3737 "pallet-treasury",3738 "pallet-utility",3739 "pallet-vesting",3740 "pallet-xcm",3741 "parity-scale-codec",3742 "polkadot-primitives",3743 "polkadot-runtime-common",3744 "polkadot-runtime-parachains",3745 "rustc-hex",3746 "scale-info",3747 "serde",3748 "serde_derive",3749 "smallvec",3750 "sp-api",3751 "sp-arithmetic",3752 "sp-authority-discovery",3753 "sp-block-builder",3754 "sp-consensus-babe",3755 "sp-core",3756 "sp-inherents",3757 "sp-io",3758 "sp-npos-elections",3759 "sp-offchain",3760 "sp-runtime",3761 "sp-session",3762 "sp-staking",3763 "sp-std",3764 "sp-transaction-pool",3765 "sp-version",3766 "static_assertions",3767 "substrate-wasm-builder",3768 "xcm",3769 "xcm-builder",3770 "xcm-executor",3771]37723773[[package]]3774name = "kv-log-macro"3775version = "1.0.7"3776source = "registry+https://github.com/rust-lang/crates.io-index"3777checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3778dependencies = [3779 "log",3780]37813782[[package]]3783name = "kvdb"3784version = "0.10.0"3785source = "registry+https://github.com/rust-lang/crates.io-index"3786checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3787dependencies = [3788 "parity-util-mem",3789 "smallvec",3790]37913792[[package]]3793name = "kvdb-memorydb"3794version = "0.10.0"3795source = "registry+https://github.com/rust-lang/crates.io-index"3796checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"3797dependencies = [3798 "kvdb",3799 "parity-util-mem",3800 "parking_lot 0.11.2",3801]38023803[[package]]3804name = "kvdb-rocksdb"3805version = "0.14.0"3806source = "registry+https://github.com/rust-lang/crates.io-index"3807checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3808dependencies = [3809 "fs-swap",3810 "kvdb",3811 "log",3812 "num_cpus",3813 "owning_ref",3814 "parity-util-mem",3815 "parking_lot 0.11.2",3816 "regex",3817 "rocksdb",3818 "smallvec",3819]38203821[[package]]3822name = "lazy_static"3823version = "1.4.0"3824source = "registry+https://github.com/rust-lang/crates.io-index"3825checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"38263827[[package]]3828name = "lazycell"3829version = "1.3.0"3830source = "registry+https://github.com/rust-lang/crates.io-index"3831checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"38323833[[package]]3834name = "libc"3835version = "0.2.106"3836source = "registry+https://github.com/rust-lang/crates.io-index"3837checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"38383839[[package]]3840name = "libloading"3841version = "0.5.2"3842source = "registry+https://github.com/rust-lang/crates.io-index"3843checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3844dependencies = [3845 "cc",3846 "winapi 0.3.9",3847]38483849[[package]]3850name = "libloading"3851version = "0.7.1"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"3854dependencies = [3855 "cfg-if 1.0.0",3856 "winapi 0.3.9",3857]38583859[[package]]3860name = "libm"3861version = "0.2.1"3862source = "registry+https://github.com/rust-lang/crates.io-index"3863checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"38643865[[package]]3866name = "libp2p"3867version = "0.39.1"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "9004c06878ef8f3b4b4067e69a140d87ed20bf777287f82223e49713b36ee433"3870dependencies = [3871 "atomic",3872 "bytes 1.1.0",3873 "futures 0.3.17",3874 "lazy_static",3875 "libp2p-core",3876 "libp2p-deflate",3877 "libp2p-dns",3878 "libp2p-floodsub",3879 "libp2p-gossipsub",3880 "libp2p-identify",3881 "libp2p-kad",3882 "libp2p-mdns",3883 "libp2p-mplex",3884 "libp2p-noise",3885 "libp2p-ping",3886 "libp2p-plaintext",3887 "libp2p-pnet",3888 "libp2p-relay",3889 "libp2p-request-response",3890 "libp2p-swarm",3891 "libp2p-swarm-derive",3892 "libp2p-tcp",3893 "libp2p-uds",3894 "libp2p-wasm-ext",3895 "libp2p-websocket",3896 "libp2p-yamux",3897 "multiaddr",3898 "parking_lot 0.11.2",3899 "pin-project 1.0.8",3900 "smallvec",3901 "wasm-timer",3902]39033904[[package]]3905name = "libp2p-core"3906version = "0.29.0"3907source = "registry+https://github.com/rust-lang/crates.io-index"3908checksum = "af9b4abdeaa420593a297c8592f63fad4234f4b88dc9343b8fd8e736c35faa59"3909dependencies = [3910 "asn1_der",3911 "bs58",3912 "ed25519-dalek",3913 "either",3914 "fnv",3915 "futures 0.3.17",3916 "futures-timer 3.0.2",3917 "lazy_static",3918 "libsecp256k1 0.5.0",3919 "log",3920 "multiaddr",3921 "multihash 0.14.0",3922 "multistream-select",3923 "parking_lot 0.11.2",3924 "pin-project 1.0.8",3925 "prost",3926 "prost-build",3927 "rand 0.7.3",3928 "ring",3929 "rw-stream-sink",3930 "sha2 0.9.8",3931 "smallvec",3932 "thiserror",3933 "unsigned-varint 0.7.0",3934 "void",3935 "zeroize",3936]39373938[[package]]3939name = "libp2p-deflate"3940version = "0.29.0"3941source = "registry+https://github.com/rust-lang/crates.io-index"3942checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"3943dependencies = [3944 "flate2",3945 "futures 0.3.17",3946 "libp2p-core",3947]39483949[[package]]3950name = "libp2p-dns"3951version = "0.29.0"3952source = "registry+https://github.com/rust-lang/crates.io-index"3953checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"3954dependencies = [3955 "async-std-resolver",3956 "futures 0.3.17",3957 "libp2p-core",3958 "log",3959 "smallvec",3960 "trust-dns-resolver",3961]39623963[[package]]3964name = "libp2p-floodsub"3965version = "0.30.0"3966source = "registry+https://github.com/rust-lang/crates.io-index"3967checksum = "404eca8720967179dac7a5b4275eb91f904a53859c69ca8d018560ad6beb214f"3968dependencies = [3969 "cuckoofilter",3970 "fnv",3971 "futures 0.3.17",3972 "libp2p-core",3973 "libp2p-swarm",3974 "log",3975 "prost",3976 "prost-build",3977 "rand 0.7.3",3978 "smallvec",3979]39803981[[package]]3982name = "libp2p-gossipsub"3983version = "0.32.0"3984source = "registry+https://github.com/rust-lang/crates.io-index"3985checksum = "b1cc48709bcbc3a3321f08a73560b4bbb4166a7d56f6fdb615bc775f4f91058e"3986dependencies = [3987 "asynchronous-codec 0.6.0",3988 "base64 0.13.0",3989 "byteorder",3990 "bytes 1.1.0",3991 "fnv",3992 "futures 0.3.17",3993 "hex_fmt",3994 "libp2p-core",3995 "libp2p-swarm",3996 "log",3997 "prost",3998 "prost-build",3999 "rand 0.7.3",4000 "regex",4001 "sha2 0.9.8",4002 "smallvec",4003 "unsigned-varint 0.7.0",4004 "wasm-timer",4005]40064007[[package]]4008name = "libp2p-identify"4009version = "0.30.0"4010source = "registry+https://github.com/rust-lang/crates.io-index"4011checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"4012dependencies = [4013 "futures 0.3.17",4014 "libp2p-core",4015 "libp2p-swarm",4016 "log",4017 "prost",4018 "prost-build",4019 "smallvec",4020 "wasm-timer",4021]40224023[[package]]4024name = "libp2p-kad"4025version = "0.31.0"4026source = "registry+https://github.com/rust-lang/crates.io-index"4027checksum = "50ed78489c87924235665a0ab345b298ee34dff0f7ad62c0ba6608b2144fb75e"4028dependencies = [4029 "arrayvec 0.5.2",4030 "asynchronous-codec 0.6.0",4031 "bytes 1.1.0",4032 "either",4033 "fnv",4034 "futures 0.3.17",4035 "libp2p-core",4036 "libp2p-swarm",4037 "log",4038 "prost",4039 "prost-build",4040 "rand 0.7.3",4041 "sha2 0.9.8",4042 "smallvec",4043 "uint",4044 "unsigned-varint 0.7.0",4045 "void",4046 "wasm-timer",4047]40484049[[package]]4050name = "libp2p-mdns"4051version = "0.31.0"4052source = "registry+https://github.com/rust-lang/crates.io-index"4053checksum = "a29e6cbc2a24b8471b6567e580a0e8e7b70a6d0f0ea2be0844d1e842d7d4fa33"4054dependencies = [4055 "async-io",4056 "data-encoding",4057 "dns-parser",4058 "futures 0.3.17",4059 "if-watch",4060 "lazy_static",4061 "libp2p-core",4062 "libp2p-swarm",4063 "log",4064 "rand 0.8.4",4065 "smallvec",4066 "socket2 0.4.2",4067 "void",4068]40694070[[package]]4071name = "libp2p-mplex"4072version = "0.29.0"4073source = "registry+https://github.com/rust-lang/crates.io-index"4074checksum = "313d9ea526c68df4425f580024e67a9d3ffd49f2c33de5154b1f5019816f7a99"4075dependencies = [4076 "asynchronous-codec 0.6.0",4077 "bytes 1.1.0",4078 "futures 0.3.17",4079 "libp2p-core",4080 "log",4081 "nohash-hasher",4082 "parking_lot 0.11.2",4083 "rand 0.7.3",4084 "smallvec",4085 "unsigned-varint 0.7.0",4086]40874088[[package]]4089name = "libp2p-noise"4090version = "0.32.0"4091source = "registry+https://github.com/rust-lang/crates.io-index"4092checksum = "3f1db7212f342b6ba7c981cc40e31f76e9e56cb48e65fa4c142ecaca5839523e"4093dependencies = [4094 "bytes 1.1.0",4095 "curve25519-dalek 3.2.0",4096 "futures 0.3.17",4097 "lazy_static",4098 "libp2p-core",4099 "log",4100 "prost",4101 "prost-build",4102 "rand 0.8.4",4103 "sha2 0.9.8",4104 "snow",4105 "static_assertions",4106 "x25519-dalek",4107 "zeroize",4108]41094110[[package]]4111name = "libp2p-ping"4112version = "0.30.0"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"4115dependencies = [4116 "futures 0.3.17",4117 "libp2p-core",4118 "libp2p-swarm",4119 "log",4120 "rand 0.7.3",4121 "void",4122 "wasm-timer",4123]41244125[[package]]4126name = "libp2p-plaintext"4127version = "0.29.0"4128source = "registry+https://github.com/rust-lang/crates.io-index"4129checksum = "13b4783e5423870b9a5c199f65a7a3bc66d86ab56b2b9beebf3c338d889cf8e4"4130dependencies = [4131 "asynchronous-codec 0.6.0",4132 "bytes 1.1.0",4133 "futures 0.3.17",4134 "libp2p-core",4135 "log",4136 "prost",4137 "prost-build",4138 "unsigned-varint 0.7.0",4139 "void",4140]41414142[[package]]4143name = "libp2p-pnet"4144version = "0.21.0"4145source = "registry+https://github.com/rust-lang/crates.io-index"4146checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"4147dependencies = [4148 "futures 0.3.17",4149 "log",4150 "pin-project 1.0.8",4151 "rand 0.7.3",4152 "salsa20",4153 "sha3 0.9.1",4154]41554156[[package]]4157name = "libp2p-relay"4158version = "0.3.0"4159source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "0133f6cfd81cdc16e716de2982e012c62e6b9d4f12e41967b3ee361051c622aa"4161dependencies = [4162 "asynchronous-codec 0.6.0",4163 "bytes 1.1.0",4164 "futures 0.3.17",4165 "futures-timer 3.0.2",4166 "libp2p-core",4167 "libp2p-swarm",4168 "log",4169 "pin-project 1.0.8",4170 "prost",4171 "prost-build",4172 "rand 0.7.3",4173 "smallvec",4174 "unsigned-varint 0.7.0",4175 "void",4176 "wasm-timer",4177]41784179[[package]]4180name = "libp2p-request-response"4181version = "0.12.0"4182source = "registry+https://github.com/rust-lang/crates.io-index"4183checksum = "06cdae44b6821466123af93cbcdec7c9e6ba9534a8af9cdc296446d39416d241"4184dependencies = [4185 "async-trait",4186 "bytes 1.1.0",4187 "futures 0.3.17",4188 "libp2p-core",4189 "libp2p-swarm",4190 "log",4191 "lru 0.6.6",4192 "minicbor",4193 "rand 0.7.3",4194 "smallvec",4195 "unsigned-varint 0.7.0",4196 "wasm-timer",4197]41984199[[package]]4200name = "libp2p-swarm"4201version = "0.30.0"4202source = "registry+https://github.com/rust-lang/crates.io-index"4203checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"4204dependencies = [4205 "either",4206 "futures 0.3.17",4207 "libp2p-core",4208 "log",4209 "rand 0.7.3",4210 "smallvec",4211 "void",4212 "wasm-timer",4213]42144215[[package]]4216name = "libp2p-swarm-derive"4217version = "0.24.0"4218source = "registry+https://github.com/rust-lang/crates.io-index"4219checksum = "ab8cb308d4fc854869f5abb54fdab0833d2cf670d407c745849dc47e6e08d79c"4220dependencies = [4221 "quote",4222 "syn",4223]42244225[[package]]4226name = "libp2p-tcp"4227version = "0.29.0"4228source = "registry+https://github.com/rust-lang/crates.io-index"4229checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"4230dependencies = [4231 "async-io",4232 "futures 0.3.17",4233 "futures-timer 3.0.2",4234 "if-watch",4235 "ipnet",4236 "libc",4237 "libp2p-core",4238 "log",4239 "socket2 0.4.2",4240]42414242[[package]]4243name = "libp2p-uds"4244version = "0.29.0"4245source = "registry+https://github.com/rust-lang/crates.io-index"4246checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"4247dependencies = [4248 "async-std",4249 "futures 0.3.17",4250 "libp2p-core",4251 "log",4252]42534254[[package]]4255name = "libp2p-wasm-ext"4256version = "0.29.0"4257source = "registry+https://github.com/rust-lang/crates.io-index"4258checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"4259dependencies = [4260 "futures 0.3.17",4261 "js-sys",4262 "libp2p-core",4263 "parity-send-wrapper",4264 "wasm-bindgen",4265 "wasm-bindgen-futures",4266]42674268[[package]]4269name = "libp2p-websocket"4270version = "0.30.0"4271source = "registry+https://github.com/rust-lang/crates.io-index"4272checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"4273dependencies = [4274 "either",4275 "futures 0.3.17",4276 "futures-rustls",4277 "libp2p-core",4278 "log",4279 "quicksink",4280 "rw-stream-sink",4281 "soketto 0.4.2",4282 "url 2.2.2",4283 "webpki-roots",4284]42854286[[package]]4287name = "libp2p-yamux"4288version = "0.33.0"4289source = "registry+https://github.com/rust-lang/crates.io-index"4290checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"4291dependencies = [4292 "futures 0.3.17",4293 "libp2p-core",4294 "parking_lot 0.11.2",4295 "thiserror",4296 "yamux",4297]42984299[[package]]4300name = "librocksdb-sys"4301version = "6.20.3"4302source = "registry+https://github.com/rust-lang/crates.io-index"4303checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4304dependencies = [4305 "bindgen",4306 "cc",4307 "glob",4308 "libc",4309]43104311[[package]]4312name = "libsecp256k1"4313version = "0.3.5"4314source = "registry+https://github.com/rust-lang/crates.io-index"4315checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4316dependencies = [4317 "arrayref",4318 "crunchy",4319 "digest 0.8.1",4320 "hmac-drbg 0.2.0",4321 "rand 0.7.3",4322 "sha2 0.8.2",4323 "subtle 2.4.1",4324 "typenum",4325]43264327[[package]]4328name = "libsecp256k1"4329version = "0.5.0"4330source = "registry+https://github.com/rust-lang/crates.io-index"4331checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"4332dependencies = [4333 "arrayref",4334 "base64 0.12.3",4335 "digest 0.9.0",4336 "hmac-drbg 0.3.0",4337 "libsecp256k1-core 0.2.2",4338 "libsecp256k1-gen-ecmult 0.2.1",4339 "libsecp256k1-gen-genmult 0.2.1",4340 "rand 0.7.3",4341 "serde",4342 "sha2 0.9.8",4343 "typenum",4344]43454346[[package]]4347name = "libsecp256k1"4348version = "0.6.0"4349source = "registry+https://github.com/rust-lang/crates.io-index"4350checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"4351dependencies = [4352 "arrayref",4353 "base64 0.12.3",4354 "digest 0.9.0",4355 "hmac-drbg 0.3.0",4356 "libsecp256k1-core 0.2.2",4357 "libsecp256k1-gen-ecmult 0.2.1",4358 "libsecp256k1-gen-genmult 0.2.1",4359 "rand 0.7.3",4360 "serde",4361 "sha2 0.9.8",4362 "typenum",4363]43644365[[package]]4366name = "libsecp256k1"4367version = "0.7.0"4368source = "registry+https://github.com/rust-lang/crates.io-index"4369checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4370dependencies = [4371 "arrayref",4372 "base64 0.13.0",4373 "digest 0.9.0",4374 "hmac-drbg 0.3.0",4375 "libsecp256k1-core 0.3.0",4376 "libsecp256k1-gen-ecmult 0.3.0",4377 "libsecp256k1-gen-genmult 0.3.0",4378 "rand 0.8.4",4379 "serde",4380 "sha2 0.9.8",4381 "typenum",4382]43834384[[package]]4385name = "libsecp256k1-core"4386version = "0.2.2"4387source = "registry+https://github.com/rust-lang/crates.io-index"4388checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"4389dependencies = [4390 "crunchy",4391 "digest 0.9.0",4392 "subtle 2.4.1",4393]43944395[[package]]4396name = "libsecp256k1-core"4397version = "0.3.0"4398source = "registry+https://github.com/rust-lang/crates.io-index"4399checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4400dependencies = [4401 "crunchy",4402 "digest 0.9.0",4403 "subtle 2.4.1",4404]44054406[[package]]4407name = "libsecp256k1-gen-ecmult"4408version = "0.2.1"4409source = "registry+https://github.com/rust-lang/crates.io-index"4410checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"4411dependencies = [4412 "libsecp256k1-core 0.2.2",4413]44144415[[package]]4416name = "libsecp256k1-gen-ecmult"4417version = "0.3.0"4418source = "registry+https://github.com/rust-lang/crates.io-index"4419checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4420dependencies = [4421 "libsecp256k1-core 0.3.0",4422]44234424[[package]]4425name = "libsecp256k1-gen-genmult"4426version = "0.2.1"4427source = "registry+https://github.com/rust-lang/crates.io-index"4428checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"4429dependencies = [4430 "libsecp256k1-core 0.2.2",4431]44324433[[package]]4434name = "libsecp256k1-gen-genmult"4435version = "0.3.0"4436source = "registry+https://github.com/rust-lang/crates.io-index"4437checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4438dependencies = [4439 "libsecp256k1-core 0.3.0",4440]44414442[[package]]4443name = "libz-sys"4444version = "1.1.3"4445source = "registry+https://github.com/rust-lang/crates.io-index"4446checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4447dependencies = [4448 "cc",4449 "pkg-config",4450 "vcpkg",4451]44524453[[package]]4454name = "linked-hash-map"4455version = "0.5.4"4456source = "registry+https://github.com/rust-lang/crates.io-index"4457checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"44584459[[package]]4460name = "linked_hash_set"4461version = "0.1.4"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4464dependencies = [4465 "linked-hash-map",4466]44674468[[package]]4469name = "linregress"4470version = "0.4.4"4471source = "registry+https://github.com/rust-lang/crates.io-index"4472checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4473dependencies = [4474 "nalgebra",4475 "statrs",4476]44774478[[package]]4479name = "lock_api"4480version = "0.3.4"4481source = "registry+https://github.com/rust-lang/crates.io-index"4482checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4483dependencies = [4484 "scopeguard",4485]44864487[[package]]4488name = "lock_api"4489version = "0.4.5"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"4492dependencies = [4493 "scopeguard",4494]44954496[[package]]4497name = "log"4498version = "0.4.14"4499source = "registry+https://github.com/rust-lang/crates.io-index"4500checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4501dependencies = [4502 "cfg-if 1.0.0",4503 "value-bag",4504]45054506[[package]]4507name = "lru"4508version = "0.6.6"4509source = "registry+https://github.com/rust-lang/crates.io-index"4510checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4511dependencies = [4512 "hashbrown",4513]45144515[[package]]4516name = "lru"4517version = "0.7.0"4518source = "registry+https://github.com/rust-lang/crates.io-index"4519checksum = "6c748cfe47cb8da225c37595b3108bea1c198c84aaae8ea0ba76d01dda9fc803"4520dependencies = [4521 "hashbrown",4522]45234524[[package]]4525name = "lru-cache"4526version = "0.1.2"4527source = "registry+https://github.com/rust-lang/crates.io-index"4528checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4529dependencies = [4530 "linked-hash-map",4531]45324533[[package]]4534name = "lz4"4535version = "1.23.2"4536source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4538dependencies = [4539 "libc",4540 "lz4-sys",4541]45424543[[package]]4544name = "lz4-sys"4545version = "1.9.2"4546source = "registry+https://github.com/rust-lang/crates.io-index"4547checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4548dependencies = [4549 "cc",4550 "libc",4551]45524553[[package]]4554name = "mach"4555version = "0.3.2"4556source = "registry+https://github.com/rust-lang/crates.io-index"4557checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4558dependencies = [4559 "libc",4560]45614562[[package]]4563name = "maplit"4564version = "1.0.2"4565source = "registry+https://github.com/rust-lang/crates.io-index"4566checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"45674568[[package]]4569name = "match_cfg"4570version = "0.1.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"45734574[[package]]4575name = "matchers"4576version = "0.0.1"4577source = "registry+https://github.com/rust-lang/crates.io-index"4578checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4579dependencies = [4580 "regex-automata",4581]45824583[[package]]4584name = "matches"4585version = "0.1.9"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"45884589[[package]]4590name = "matrixmultiply"4591version = "0.3.1"4592source = "registry+https://github.com/rust-lang/crates.io-index"4593checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4594dependencies = [4595 "rawpointer",4596]45974598[[package]]4599name = "memchr"4600version = "2.4.1"4601source = "registry+https://github.com/rust-lang/crates.io-index"4602checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"46034604[[package]]4605name = "memmap2"4606version = "0.2.3"4607source = "registry+https://github.com/rust-lang/crates.io-index"4608checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4609dependencies = [4610 "libc",4611]46124613[[package]]4614name = "memoffset"4615version = "0.6.4"4616source = "registry+https://github.com/rust-lang/crates.io-index"4617checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"4618dependencies = [4619 "autocfg",4620]46214622[[package]]4623name = "memory-db"4624version = "0.27.0"4625source = "registry+https://github.com/rust-lang/crates.io-index"4626checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"4627dependencies = [4628 "hash-db",4629 "hashbrown",4630 "parity-util-mem",4631]46324633[[package]]4634name = "memory-lru"4635version = "0.1.0"4636source = "registry+https://github.com/rust-lang/crates.io-index"4637checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4638dependencies = [4639 "lru 0.6.6",4640]46414642[[package]]4643name = "memory_units"4644version = "0.3.0"4645source = "registry+https://github.com/rust-lang/crates.io-index"4646checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"46474648[[package]]4649name = "merlin"4650version = "2.0.1"4651source = "registry+https://github.com/rust-lang/crates.io-index"4652checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4653dependencies = [4654 "byteorder",4655 "keccak",4656 "rand_core 0.5.1",4657 "zeroize",4658]46594660[[package]]4661name = "metered-channel"4662version = "0.9.12"4663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"4664dependencies = [4665 "derive_more",4666 "futures 0.3.17",4667 "futures-timer 3.0.2",4668 "thiserror",4669 "tracing",4670]46714672[[package]]4673name = "mick-jaeger"4674version = "0.1.4"4675source = "registry+https://github.com/rust-lang/crates.io-index"4676checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4677dependencies = [4678 "futures 0.3.17",4679 "rand 0.7.3",4680 "thrift",4681]46824683[[package]]4684name = "minicbor"4685version = "0.8.1"4686source = "registry+https://github.com/rust-lang/crates.io-index"4687checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d"4688dependencies = [4689 "minicbor-derive",4690]46914692[[package]]4693name = "minicbor-derive"4694version = "0.6.4"4695source = "registry+https://github.com/rust-lang/crates.io-index"4696checksum = "54999f917cd092b13904737e26631aa2b2b88d625db68e4bab461dcd8006c788"4697dependencies = [4698 "proc-macro2",4699 "quote",4700 "syn",4701]47024703[[package]]4704name = "miniz_oxide"4705version = "0.4.4"4706source = "registry+https://github.com/rust-lang/crates.io-index"4707checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4708dependencies = [4709 "adler",4710 "autocfg",4711]47124713[[package]]4714name = "mio"4715version = "0.6.23"4716source = "registry+https://github.com/rust-lang/crates.io-index"4717checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4718dependencies = [4719 "cfg-if 0.1.10",4720 "fuchsia-zircon",4721 "fuchsia-zircon-sys",4722 "iovec",4723 "kernel32-sys",4724 "libc",4725 "log",4726 "miow 0.2.2",4727 "net2",4728 "slab",4729 "winapi 0.2.8",4730]47314732[[package]]4733name = "mio"4734version = "0.7.14"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"4737dependencies = [4738 "libc",4739 "log",4740 "miow 0.3.7",4741 "ntapi",4742 "winapi 0.3.9",4743]47444745[[package]]4746name = "mio-extras"4747version = "2.0.6"4748source = "registry+https://github.com/rust-lang/crates.io-index"4749checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4750dependencies = [4751 "lazycell",4752 "log",4753 "mio 0.6.23",4754 "slab",4755]47564757[[package]]4758name = "miow"4759version = "0.2.2"4760source = "registry+https://github.com/rust-lang/crates.io-index"4761checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4762dependencies = [4763 "kernel32-sys",4764 "net2",4765 "winapi 0.2.8",4766 "ws2_32-sys",4767]47684769[[package]]4770name = "miow"4771version = "0.3.7"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4774dependencies = [4775 "winapi 0.3.9",4776]47774778[[package]]4779name = "more-asserts"4780version = "0.2.1"4781source = "registry+https://github.com/rust-lang/crates.io-index"4782checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"47834784[[package]]4785name = "multiaddr"4786version = "0.13.0"4787source = "registry+https://github.com/rust-lang/crates.io-index"4788checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4789dependencies = [4790 "arrayref",4791 "bs58",4792 "byteorder",4793 "data-encoding",4794 "multihash 0.14.0",4795 "percent-encoding 2.1.0",4796 "serde",4797 "static_assertions",4798 "unsigned-varint 0.7.0",4799 "url 2.2.2",4800]48014802[[package]]4803name = "multibase"4804version = "0.8.0"4805source = "registry+https://github.com/rust-lang/crates.io-index"4806checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4807dependencies = [4808 "base-x",4809 "data-encoding",4810 "data-encoding-macro",4811]48124813[[package]]4814name = "multihash"4815version = "0.13.2"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4818dependencies = [4819 "blake2b_simd",4820 "blake2s_simd",4821 "blake3",4822 "digest 0.9.0",4823 "generic-array 0.14.4",4824 "multihash-derive",4825 "sha2 0.9.8",4826 "sha3 0.9.1",4827 "unsigned-varint 0.5.1",4828]48294830[[package]]4831name = "multihash"4832version = "0.14.0"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"4835dependencies = [4836 "digest 0.9.0",4837 "generic-array 0.14.4",4838 "multihash-derive",4839 "sha2 0.9.8",4840 "unsigned-varint 0.7.0",4841]48424843[[package]]4844name = "multihash-derive"4845version = "0.7.2"4846source = "registry+https://github.com/rust-lang/crates.io-index"4847checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4848dependencies = [4849 "proc-macro-crate 1.1.0",4850 "proc-macro-error 1.0.4",4851 "proc-macro2",4852 "quote",4853 "syn",4854 "synstructure",4855]48564857[[package]]4858name = "multimap"4859version = "0.8.3"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"48624863[[package]]4864name = "multistream-select"4865version = "0.10.4"4866source = "registry+https://github.com/rust-lang/crates.io-index"4867checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"4868dependencies = [4869 "bytes 1.1.0",4870 "futures 0.3.17",4871 "log",4872 "pin-project 1.0.8",4873 "smallvec",4874 "unsigned-varint 0.7.0",4875]48764877[[package]]4878name = "nalgebra"4879version = "0.27.1"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4882dependencies = [4883 "approx",4884 "matrixmultiply",4885 "nalgebra-macros",4886 "num-complex",4887 "num-rational 0.4.0",4888 "num-traits",4889 "rand 0.8.4",4890 "rand_distr",4891 "simba",4892 "typenum",4893]48944895[[package]]4896name = "nalgebra-macros"4897version = "0.1.0"4898source = "registry+https://github.com/rust-lang/crates.io-index"4899checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4900dependencies = [4901 "proc-macro2",4902 "quote",4903 "syn",4904]49054906[[package]]4907name = "names"4908version = "0.12.0"4909source = "registry+https://github.com/rust-lang/crates.io-index"4910checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"4911dependencies = [4912 "rand 0.8.4",4913]49144915[[package]]4916name = "net2"4917version = "0.2.37"4918source = "registry+https://github.com/rust-lang/crates.io-index"4919checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4920dependencies = [4921 "cfg-if 0.1.10",4922 "libc",4923 "winapi 0.3.9",4924]49254926[[package]]4927name = "nft"4928version = "0.9.12"4929dependencies = [4930 "cumulus-client-cli",4931 "cumulus-client-collator",4932 "cumulus-client-consensus-aura",4933 "cumulus-client-consensus-common",4934 "cumulus-client-network",4935 "cumulus-client-service",4936 "cumulus-primitives-core",4937 "cumulus-primitives-parachain-inherent",4938 "fc-consensus",4939 "fc-db",4940 "fc-mapping-sync",4941 "fc-rpc",4942 "fc-rpc-core",4943 "flexi_logger",4944 "fp-rpc",4945 "frame-benchmarking",4946 "frame-benchmarking-cli",4947 "futures 0.3.17",4948 "jsonrpc-core",4949 "jsonrpc-pubsub",4950 "log",4951 "nft-data-structs",4952 "nft-rpc",4953 "nft-runtime",4954 "pallet-ethereum",4955 "pallet-transaction-payment-rpc",4956 "parity-scale-codec",4957 "parking_lot 0.11.2",4958 "polkadot-cli",4959 "polkadot-parachain",4960 "polkadot-primitives",4961 "polkadot-service",4962 "polkadot-test-service",4963 "sc-basic-authorship",4964 "sc-chain-spec",4965 "sc-cli",4966 "sc-client-api",4967 "sc-consensus",4968 "sc-consensus-aura",4969 "sc-executor",4970 "sc-finality-grandpa",4971 "sc-keystore",4972 "sc-network",4973 "sc-rpc",4974 "sc-rpc-api",4975 "sc-service",4976 "sc-telemetry",4977 "sc-tracing",4978 "sc-transaction-pool",4979 "serde",4980 "serde_json",4981 "sp-api",4982 "sp-block-builder",4983 "sp-blockchain",4984 "sp-consensus",4985 "sp-consensus-aura",4986 "sp-core",4987 "sp-finality-grandpa",4988 "sp-inherents",4989 "sp-keystore",4990 "sp-offchain",4991 "sp-runtime",4992 "sp-session",4993 "sp-timestamp",4994 "sp-transaction-pool",4995 "sp-trie",4996 "structopt",4997 "substrate-build-script-utils",4998 "substrate-frame-rpc-system",4999 "substrate-prometheus-endpoint",5000]50015002[[package]]5003name = "nft-data-structs"5004version = "0.9.0"5005dependencies = [5006 "derivative",5007 "frame-support",5008 "frame-system",5009 "parity-scale-codec",5010 "scale-info",5011 "serde",5012 "sp-core",5013 "sp-runtime",5014 "sp-std",5015]50165017[[package]]5018name = "nft-rpc"5019version = "3.3.1"5020dependencies = [5021 "fc-db",5022 "fc-mapping-sync",5023 "fc-rpc",5024 "fc-rpc-core",5025 "fp-rpc",5026 "futures 0.3.17",5027 "jsonrpc-core",5028 "jsonrpc-pubsub",5029 "nft-runtime",5030 "pallet-ethereum",5031 "pallet-nft",5032 "pallet-transaction-payment-rpc",5033 "pallet-transaction-payment-rpc-runtime-api",5034 "sc-client-api",5035 "sc-consensus-aura",5036 "sc-consensus-epochs",5037 "sc-finality-grandpa",5038 "sc-finality-grandpa-rpc",5039 "sc-keystore",5040 "sc-network",5041 "sc-rpc",5042 "sc-rpc-api",5043 "sc-service",5044 "sc-transaction-pool",5045 "sp-api",5046 "sp-block-builder",5047 "sp-blockchain",5048 "sp-consensus",5049 "sp-consensus-aura",5050 "sp-core",5051 "sp-offchain",5052 "sp-runtime",5053 "sp-session",5054 "sp-storage",5055 "sp-transaction-pool",5056 "substrate-frame-rpc-system",5057 "tokio 0.2.25",5058 "uc-rpc",5059 "up-rpc",5060]50615062[[package]]5063name = "nft-runtime"5064version = "0.9.12"5065dependencies = [5066 "cumulus-pallet-aura-ext",5067 "cumulus-pallet-dmp-queue",5068 "cumulus-pallet-parachain-system",5069 "cumulus-pallet-xcm",5070 "cumulus-pallet-xcmp-queue",5071 "cumulus-primitives-core",5072 "cumulus-primitives-timestamp",5073 "cumulus-primitives-utility",5074 "derivative",5075 "fp-rpc",5076 "fp-self-contained",5077 "frame-benchmarking",5078 "frame-executive",5079 "frame-support",5080 "frame-system",5081 "frame-system-benchmarking",5082 "frame-system-rpc-runtime-api",5083 "hex-literal",5084 "nft-data-structs",5085 "pallet-aura",5086 "pallet-balances",5087 "pallet-common",5088 "pallet-ethereum",5089 "pallet-evm",5090 "pallet-evm-coder-substrate",5091 "pallet-evm-contract-helpers",5092 "pallet-evm-migration",5093 "pallet-evm-transaction-payment",5094 "pallet-fungible",5095 "pallet-inflation",5096 "pallet-nft",5097 "pallet-nft-transaction-payment",5098 "pallet-nonfungible",5099 "pallet-randomness-collective-flip",5100 "pallet-refungible",5101 "pallet-sudo",5102 "pallet-template-transaction-payment",5103 "pallet-timestamp",5104 "pallet-transaction-payment",5105 "pallet-transaction-payment-rpc-runtime-api",5106 "pallet-treasury",5107 "pallet-unq-scheduler",5108 "pallet-vesting",5109 "pallet-xcm",5110 "parachain-info",5111 "parity-scale-codec",5112 "polkadot-parachain",5113 "scale-info",5114 "serde",5115 "smallvec",5116 "sp-api",5117 "sp-arithmetic",5118 "sp-block-builder",5119 "sp-consensus-aura",5120 "sp-core",5121 "sp-inherents",5122 "sp-io",5123 "sp-offchain",5124 "sp-runtime",5125 "sp-session",5126 "sp-std",5127 "sp-transaction-pool",5128 "sp-version",5129 "substrate-wasm-builder",5130 "up-rpc",5131 "xcm",5132 "xcm-builder",5133 "xcm-executor",5134]51355136[[package]]5137name = "nodrop"5138version = "0.1.14"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51415142[[package]]5143name = "nohash-hasher"5144version = "0.2.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51475148[[package]]5149name = "nom"5150version = "6.1.2"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"5153dependencies = [5154 "bitvec 0.19.5",5155 "funty",5156 "memchr",5157 "version_check",5158]51595160[[package]]5161name = "ntapi"5162version = "0.3.6"5163source = "registry+https://github.com/rust-lang/crates.io-index"5164checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"5165dependencies = [5166 "winapi 0.3.9",5167]51685169[[package]]5170name = "num-bigint"5171version = "0.2.6"5172source = "registry+https://github.com/rust-lang/crates.io-index"5173checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5174dependencies = [5175 "autocfg",5176 "num-integer",5177 "num-traits",5178]51795180[[package]]5181name = "num-complex"5182version = "0.4.0"5183source = "registry+https://github.com/rust-lang/crates.io-index"5184checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5185dependencies = [5186 "num-traits",5187]51885189[[package]]5190name = "num-integer"5191version = "0.1.44"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5194dependencies = [5195 "autocfg",5196 "num-traits",5197]51985199[[package]]5200name = "num-rational"5201version = "0.2.4"5202source = "registry+https://github.com/rust-lang/crates.io-index"5203checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5204dependencies = [5205 "autocfg",5206 "num-bigint",5207 "num-integer",5208 "num-traits",5209]52105211[[package]]5212name = "num-rational"5213version = "0.4.0"5214source = "registry+https://github.com/rust-lang/crates.io-index"5215checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5216dependencies = [5217 "autocfg",5218 "num-integer",5219 "num-traits",5220]52215222[[package]]5223name = "num-traits"5224version = "0.2.14"5225source = "registry+https://github.com/rust-lang/crates.io-index"5226checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5227dependencies = [5228 "autocfg",5229 "libm",5230]52315232[[package]]5233name = "num_cpus"5234version = "1.13.0"5235source = "registry+https://github.com/rust-lang/crates.io-index"5236checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"5237dependencies = [5238 "hermit-abi",5239 "libc",5240]52415242[[package]]5243name = "object"5244version = "0.26.2"5245source = "registry+https://github.com/rust-lang/crates.io-index"5246checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"5247dependencies = [5248 "crc32fast",5249 "indexmap",5250 "memchr",5251]52525253[[package]]5254name = "object"5255version = "0.27.1"5256source = "registry+https://github.com/rust-lang/crates.io-index"5257checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5258dependencies = [5259 "memchr",5260]52615262[[package]]5263name = "once_cell"5264version = "1.8.0"5265source = "registry+https://github.com/rust-lang/crates.io-index"5266checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"52675268[[package]]5269name = "opaque-debug"5270version = "0.2.3"5271source = "registry+https://github.com/rust-lang/crates.io-index"5272checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"52735274[[package]]5275name = "opaque-debug"5276version = "0.3.0"5277source = "registry+https://github.com/rust-lang/crates.io-index"5278checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"52795280[[package]]5281name = "openssl-probe"5282version = "0.1.4"5283source = "registry+https://github.com/rust-lang/crates.io-index"5284checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"52855286[[package]]5287name = "ordered-float"5288version = "1.1.1"5289source = "registry+https://github.com/rust-lang/crates.io-index"5290checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5291dependencies = [5292 "num-traits",5293]52945295[[package]]5296name = "owning_ref"5297version = "0.4.1"5298source = "registry+https://github.com/rust-lang/crates.io-index"5299checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5300dependencies = [5301 "stable_deref_trait",5302]53035304[[package]]5305name = "pallet-aura"5306version = "4.0.0-dev"5307source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5308dependencies = [5309 "frame-support",5310 "frame-system",5311 "pallet-timestamp",5312 "parity-scale-codec",5313 "scale-info",5314 "sp-application-crypto",5315 "sp-consensus-aura",5316 "sp-runtime",5317 "sp-std",5318]53195320[[package]]5321name = "pallet-authority-discovery"5322version = "4.0.0-dev"5323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5324dependencies = [5325 "frame-support",5326 "frame-system",5327 "pallet-session",5328 "parity-scale-codec",5329 "scale-info",5330 "sp-application-crypto",5331 "sp-authority-discovery",5332 "sp-runtime",5333 "sp-std",5334]53355336[[package]]5337name = "pallet-authorship"5338version = "4.0.0-dev"5339source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5340dependencies = [5341 "frame-support",5342 "frame-system",5343 "impl-trait-for-tuples 0.2.1",5344 "parity-scale-codec",5345 "scale-info",5346 "sp-authorship",5347 "sp-runtime",5348 "sp-std",5349]53505351[[package]]5352name = "pallet-babe"5353version = "4.0.0-dev"5354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5355dependencies = [5356 "frame-benchmarking",5357 "frame-support",5358 "frame-system",5359 "log",5360 "pallet-authorship",5361 "pallet-session",5362 "pallet-timestamp",5363 "parity-scale-codec",5364 "scale-info",5365 "sp-application-crypto",5366 "sp-consensus-babe",5367 "sp-consensus-vrf",5368 "sp-io",5369 "sp-runtime",5370 "sp-session",5371 "sp-staking",5372 "sp-std",5373]53745375[[package]]5376name = "pallet-bags-list"5377version = "4.0.0-dev"5378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5379dependencies = [5380 "frame-benchmarking",5381 "frame-election-provider-support",5382 "frame-support",5383 "frame-system",5384 "log",5385 "pallet-balances",5386 "parity-scale-codec",5387 "scale-info",5388 "sp-core",5389 "sp-io",5390 "sp-runtime",5391 "sp-std",5392 "sp-tracing",5393]53945395[[package]]5396name = "pallet-balances"5397version = "4.0.0-dev"5398source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5399dependencies = [5400 "frame-benchmarking",5401 "frame-support",5402 "frame-system",5403 "log",5404 "parity-scale-codec",5405 "scale-info",5406 "sp-runtime",5407 "sp-std",5408]54095410[[package]]5411name = "pallet-beefy"5412version = "4.0.0-dev"5413source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5414dependencies = [5415 "beefy-primitives",5416 "frame-support",5417 "frame-system",5418 "pallet-session",5419 "parity-scale-codec",5420 "scale-info",5421 "serde",5422 "sp-runtime",5423 "sp-std",5424]54255426[[package]]5427name = "pallet-beefy-mmr"5428version = "4.0.0-dev"5429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5430dependencies = [5431 "beefy-merkle-tree",5432 "beefy-primitives",5433 "frame-support",5434 "frame-system",5435 "hex",5436 "libsecp256k1 0.7.0",5437 "log",5438 "pallet-beefy",5439 "pallet-mmr",5440 "pallet-mmr-primitives",5441 "pallet-session",5442 "parity-scale-codec",5443 "scale-info",5444 "serde",5445 "sp-core",5446 "sp-io",5447 "sp-runtime",5448 "sp-std",5449]54505451[[package]]5452name = "pallet-bounties"5453version = "4.0.0-dev"5454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5455dependencies = [5456 "frame-benchmarking",5457 "frame-support",5458 "frame-system",5459 "log",5460 "pallet-treasury",5461 "parity-scale-codec",5462 "scale-info",5463 "sp-core",5464 "sp-io",5465 "sp-runtime",5466 "sp-std",5467]54685469[[package]]5470name = "pallet-bridge-dispatch"5471version = "0.1.0"5472source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5473dependencies = [5474 "bp-message-dispatch",5475 "bp-runtime",5476 "frame-support",5477 "frame-system",5478 "log",5479 "parity-scale-codec",5480 "scale-info",5481 "sp-core",5482 "sp-runtime",5483 "sp-std",5484]54855486[[package]]5487name = "pallet-bridge-grandpa"5488version = "0.1.0"5489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5490dependencies = [5491 "bp-header-chain",5492 "bp-runtime",5493 "bp-test-utils",5494 "finality-grandpa",5495 "frame-support",5496 "frame-system",5497 "log",5498 "num-traits",5499 "parity-scale-codec",5500 "scale-info",5501 "serde",5502 "sp-finality-grandpa",5503 "sp-runtime",5504 "sp-std",5505 "sp-trie",5506]55075508[[package]]5509name = "pallet-bridge-messages"5510version = "0.1.0"5511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5512dependencies = [5513 "bitvec 0.20.4",5514 "bp-message-dispatch",5515 "bp-messages",5516 "bp-rialto",5517 "bp-runtime",5518 "frame-support",5519 "frame-system",5520 "log",5521 "num-traits",5522 "parity-scale-codec",5523 "scale-info",5524 "serde",5525 "sp-core",5526 "sp-runtime",5527 "sp-std",5528]55295530[[package]]5531name = "pallet-collective"5532version = "4.0.0-dev"5533source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5534dependencies = [5535 "frame-benchmarking",5536 "frame-support",5537 "frame-system",5538 "log",5539 "parity-scale-codec",5540 "scale-info",5541 "sp-core",5542 "sp-io",5543 "sp-runtime",5544 "sp-std",5545]55465547[[package]]5548name = "pallet-common"5549version = "0.1.0"5550dependencies = [5551 "evm-coder",5552 "frame-support",5553 "frame-system",5554 "nft-data-structs",5555 "pallet-evm",5556 "pallet-evm-coder-substrate",5557 "parity-scale-codec",5558 "scale-info",5559 "serde",5560 "sp-core",5561 "sp-runtime",5562 "sp-std",5563]55645565[[package]]5566name = "pallet-contract-helpers"5567version = "0.1.0"5568dependencies = [5569 "frame-support",5570 "frame-system",5571 "pallet-contracts",5572 "parity-scale-codec",5573 "scale-info",5574 "sp-runtime",5575 "sp-std",5576 "up-sponsorship",5577]55785579[[package]]5580name = "pallet-contracts"5581version = "4.0.0-dev"5582source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5583dependencies = [5584 "bitflags",5585 "frame-benchmarking",5586 "frame-support",5587 "frame-system",5588 "libsecp256k1 0.6.0",5589 "log",5590 "pallet-contracts-primitives",5591 "pallet-contracts-proc-macro",5592 "parity-scale-codec",5593 "pwasm-utils",5594 "rand 0.7.3",5595 "scale-info",5596 "serde",5597 "smallvec",5598 "sp-core",5599 "sp-io",5600 "sp-runtime",5601 "sp-sandbox",5602 "sp-std",5603 "wasmi-validation",5604]56055606[[package]]5607name = "pallet-contracts-primitives"5608version = "4.0.0-dev"5609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5610dependencies = [5611 "bitflags",5612 "parity-scale-codec",5613 "scale-info",5614 "serde",5615 "sp-core",5616 "sp-runtime",5617 "sp-std",5618]56195620[[package]]5621name = "pallet-contracts-proc-macro"5622version = "4.0.0-dev"5623source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5624dependencies = [5625 "proc-macro2",5626 "quote",5627 "syn",5628]56295630[[package]]5631name = "pallet-democracy"5632version = "4.0.0-dev"5633source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5634dependencies = [5635 "frame-benchmarking",5636 "frame-support",5637 "frame-system",5638 "parity-scale-codec",5639 "scale-info",5640 "serde",5641 "sp-io",5642 "sp-runtime",5643 "sp-std",5644]56455646[[package]]5647name = "pallet-election-provider-multi-phase"5648version = "4.0.0-dev"5649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5650dependencies = [5651 "frame-benchmarking",5652 "frame-election-provider-support",5653 "frame-support",5654 "frame-system",5655 "log",5656 "parity-scale-codec",5657 "rand 0.7.3",5658 "scale-info",5659 "sp-arithmetic",5660 "sp-core",5661 "sp-io",5662 "sp-npos-elections",5663 "sp-runtime",5664 "sp-std",5665 "static_assertions",5666 "strum 0.21.0",5667 "strum_macros 0.21.1",5668]56695670[[package]]5671name = "pallet-elections-phragmen"5672version = "5.0.0-dev"5673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5674dependencies = [5675 "frame-benchmarking",5676 "frame-support",5677 "frame-system",5678 "log",5679 "parity-scale-codec",5680 "scale-info",5681 "sp-core",5682 "sp-io",5683 "sp-npos-elections",5684 "sp-runtime",5685 "sp-std",5686]56875688[[package]]5689name = "pallet-ethereum"5690version = "4.0.0-dev"5691source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"5692dependencies = [5693 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5694 "ethereum-types",5695 "evm",5696 "fp-consensus",5697 "fp-evm",5698 "fp-rpc",5699 "fp-self-contained",5700 "fp-storage",5701 "frame-support",5702 "frame-system",5703 "pallet-balances",5704 "pallet-evm",5705 "pallet-timestamp",5706 "parity-scale-codec",5707 "rlp",5708 "rustc-hex",5709 "scale-info",5710 "serde",5711 "sha3 0.8.2",5712 "sp-io",5713 "sp-runtime",5714 "sp-std",5715]57165717[[package]]5718name = "pallet-evm"5719version = "6.0.0-dev"5720source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12#43ce3be6274eceaf47d9664ddc71cba68a990923"5721dependencies = [5722 "evm",5723 "evm-gasometer",5724 "evm-runtime",5725 "fp-evm",5726 "frame-benchmarking",5727 "frame-support",5728 "frame-system",5729 "hex",5730 "impl-trait-for-tuples 0.2.1",5731 "log",5732 "pallet-balances",5733 "pallet-timestamp",5734 "parity-scale-codec",5735 "primitive-types 0.9.1",5736 "rlp",5737 "scale-info",5738 "serde",5739 "sha3 0.8.2",5740 "sp-core",5741 "sp-io",5742 "sp-runtime",5743 "sp-std",5744]57455746[[package]]5747name = "pallet-evm-coder-substrate"5748version = "0.1.0"5749dependencies = [5750 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5751 "evm-coder",5752 "frame-support",5753 "frame-system",5754 "pallet-ethereum",5755 "pallet-evm",5756 "parity-scale-codec",5757 "scale-info",5758 "sp-core",5759 "sp-std",5760]57615762[[package]]5763name = "pallet-evm-contract-helpers"5764version = "0.1.0"5765dependencies = [5766 "evm-coder",5767 "frame-support",5768 "frame-system",5769 "log",5770 "pallet-evm",5771 "pallet-evm-coder-substrate",5772 "parity-scale-codec",5773 "scale-info",5774 "sp-core",5775 "sp-runtime",5776 "sp-std",5777 "up-sponsorship",5778]57795780[[package]]5781name = "pallet-evm-migration"5782version = "0.1.0"5783dependencies = [5784 "fp-evm",5785 "frame-benchmarking",5786 "frame-support",5787 "frame-system",5788 "pallet-evm",5789 "parity-scale-codec",5790 "scale-info",5791 "sp-core",5792 "sp-io",5793 "sp-runtime",5794 "sp-std",5795]57965797[[package]]5798name = "pallet-evm-transaction-payment"5799version = "0.1.0"5800dependencies = [5801 "fp-evm",5802 "frame-support",5803 "frame-system",5804 "pallet-ethereum",5805 "pallet-evm",5806 "parity-scale-codec",5807 "scale-info",5808 "sp-core",5809 "sp-io",5810 "sp-runtime",5811 "sp-std",5812 "up-sponsorship",5813]58145815[[package]]5816name = "pallet-fungible"5817version = "0.1.0"5818dependencies = [5819 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5820 "evm-coder",5821 "frame-benchmarking",5822 "frame-support",5823 "frame-system",5824 "nft-data-structs",5825 "pallet-common",5826 "pallet-evm-coder-substrate",5827 "parity-scale-codec",5828 "scale-info",5829 "sp-core",5830 "sp-runtime",5831 "sp-std",5832]58335834[[package]]5835name = "pallet-gilt"5836version = "4.0.0-dev"5837source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5838dependencies = [5839 "frame-benchmarking",5840 "frame-support",5841 "frame-system",5842 "parity-scale-codec",5843 "scale-info",5844 "sp-arithmetic",5845 "sp-runtime",5846 "sp-std",5847]58485849[[package]]5850name = "pallet-grandpa"5851version = "4.0.0-dev"5852source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5853dependencies = [5854 "frame-benchmarking",5855 "frame-support",5856 "frame-system",5857 "log",5858 "pallet-authorship",5859 "pallet-session",5860 "parity-scale-codec",5861 "scale-info",5862 "sp-application-crypto",5863 "sp-core",5864 "sp-finality-grandpa",5865 "sp-io",5866 "sp-runtime",5867 "sp-session",5868 "sp-staking",5869 "sp-std",5870]58715872[[package]]5873name = "pallet-identity"5874version = "4.0.0-dev"5875source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5876dependencies = [5877 "enumflags2",5878 "frame-benchmarking",5879 "frame-support",5880 "frame-system",5881 "parity-scale-codec",5882 "scale-info",5883 "sp-io",5884 "sp-runtime",5885 "sp-std",5886]58875888[[package]]5889name = "pallet-im-online"5890version = "4.0.0-dev"5891source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5892dependencies = [5893 "frame-benchmarking",5894 "frame-support",5895 "frame-system",5896 "log",5897 "pallet-authorship",5898 "parity-scale-codec",5899 "scale-info",5900 "sp-application-crypto",5901 "sp-core",5902 "sp-io",5903 "sp-runtime",5904 "sp-staking",5905 "sp-std",5906]59075908[[package]]5909name = "pallet-indices"5910version = "4.0.0-dev"5911source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5912dependencies = [5913 "frame-benchmarking",5914 "frame-support",5915 "frame-system",5916 "parity-scale-codec",5917 "scale-info",5918 "sp-core",5919 "sp-io",5920 "sp-keyring",5921 "sp-runtime",5922 "sp-std",5923]59245925[[package]]5926name = "pallet-inflation"5927version = "3.0.0"5928dependencies = [5929 "frame-benchmarking",5930 "frame-support",5931 "frame-system",5932 "pallet-balances",5933 "pallet-randomness-collective-flip",5934 "pallet-timestamp",5935 "parity-scale-codec",5936 "scale-info",5937 "serde",5938 "sp-core",5939 "sp-io",5940 "sp-runtime",5941 "sp-std",5942]59435944[[package]]5945name = "pallet-membership"5946version = "4.0.0-dev"5947source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5948dependencies = [5949 "frame-benchmarking",5950 "frame-support",5951 "frame-system",5952 "log",5953 "parity-scale-codec",5954 "scale-info",5955 "sp-core",5956 "sp-io",5957 "sp-runtime",5958 "sp-std",5959]59605961[[package]]5962name = "pallet-mmr"5963version = "4.0.0-dev"5964source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5965dependencies = [5966 "ckb-merkle-mountain-range",5967 "frame-benchmarking",5968 "frame-support",5969 "frame-system",5970 "pallet-mmr-primitives",5971 "parity-scale-codec",5972 "scale-info",5973 "sp-core",5974 "sp-io",5975 "sp-runtime",5976 "sp-std",5977]59785979[[package]]5980name = "pallet-mmr-primitives"5981version = "4.0.0-dev"5982source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5983dependencies = [5984 "frame-support",5985 "frame-system",5986 "log",5987 "parity-scale-codec",5988 "serde",5989 "sp-api",5990 "sp-core",5991 "sp-runtime",5992 "sp-std",5993]59945995[[package]]5996name = "pallet-mmr-rpc"5997version = "3.0.0"5998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"5999dependencies = [6000 "jsonrpc-core",6001 "jsonrpc-core-client",6002 "jsonrpc-derive",6003 "pallet-mmr-primitives",6004 "parity-scale-codec",6005 "serde",6006 "sp-api",6007 "sp-blockchain",6008 "sp-core",6009 "sp-runtime",6010]60116012[[package]]6013name = "pallet-multisig"6014version = "4.0.0-dev"6015source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6016dependencies = [6017 "frame-benchmarking",6018 "frame-support",6019 "frame-system",6020 "parity-scale-codec",6021 "scale-info",6022 "sp-io",6023 "sp-runtime",6024 "sp-std",6025]60266027[[package]]6028name = "pallet-nft"6029version = "3.0.0"6030dependencies = [6031 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",6032 "evm-coder",6033 "fp-evm",6034 "frame-benchmarking",6035 "frame-support",6036 "frame-system",6037 "hex-literal",6038 "nft-data-structs",6039 "pallet-balances",6040 "pallet-common",6041 "pallet-ethereum",6042 "pallet-evm",6043 "pallet-evm-coder-substrate",6044 "pallet-fungible",6045 "pallet-nonfungible",6046 "pallet-randomness-collective-flip",6047 "pallet-refungible",6048 "pallet-timestamp",6049 "pallet-transaction-payment",6050 "parity-scale-codec",6051 "primitive-types 0.10.1",6052 "rlp",6053 "scale-info",6054 "serde",6055 "sp-api",6056 "sp-core",6057 "sp-io",6058 "sp-runtime",6059 "sp-std",6060 "up-sponsorship",6061]60626063[[package]]6064name = "pallet-nft-transaction-payment"6065version = "3.0.0"6066dependencies = [6067 "frame-benchmarking",6068 "frame-support",6069 "frame-system",6070 "pallet-transaction-payment",6071 "parity-scale-codec",6072 "scale-info",6073 "serde",6074 "sp-core",6075 "sp-io",6076 "sp-runtime",6077 "sp-std",6078 "up-sponsorship",6079]60806081[[package]]6082name = "pallet-nicks"6083version = "4.0.0-dev"6084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6085dependencies = [6086 "frame-support",6087 "frame-system",6088 "parity-scale-codec",6089 "scale-info",6090 "sp-io",6091 "sp-runtime",6092 "sp-std",6093]60946095[[package]]6096name = "pallet-nonfungible"6097version = "0.1.0"6098dependencies = [6099 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",6100 "evm-coder",6101 "frame-benchmarking",6102 "frame-support",6103 "frame-system",6104 "nft-data-structs",6105 "pallet-common",6106 "pallet-evm-coder-substrate",6107 "parity-scale-codec",6108 "scale-info",6109 "sp-core",6110 "sp-runtime",6111 "sp-std",6112]61136114[[package]]6115name = "pallet-offences"6116version = "4.0.0-dev"6117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6118dependencies = [6119 "frame-support",6120 "frame-system",6121 "log",6122 "pallet-balances",6123 "parity-scale-codec",6124 "scale-info",6125 "serde",6126 "sp-runtime",6127 "sp-staking",6128 "sp-std",6129]61306131[[package]]6132name = "pallet-offences-benchmarking"6133version = "4.0.0-dev"6134source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6135dependencies = [6136 "frame-benchmarking",6137 "frame-election-provider-support",6138 "frame-support",6139 "frame-system",6140 "pallet-babe",6141 "pallet-balances",6142 "pallet-grandpa",6143 "pallet-im-online",6144 "pallet-offences",6145 "pallet-session",6146 "pallet-staking",6147 "parity-scale-codec",6148 "scale-info",6149 "sp-runtime",6150 "sp-staking",6151 "sp-std",6152]61536154[[package]]6155name = "pallet-proxy"6156version = "4.0.0-dev"6157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6158dependencies = [6159 "frame-benchmarking",6160 "frame-support",6161 "frame-system",6162 "parity-scale-codec",6163 "scale-info",6164 "sp-io",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-randomness-collective-flip"6171version = "4.0.0-dev"6172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6173dependencies = [6174 "frame-support",6175 "frame-system",6176 "parity-scale-codec",6177 "safe-mix",6178 "scale-info",6179 "sp-runtime",6180 "sp-std",6181]61826183[[package]]6184name = "pallet-recovery"6185version = "4.0.0-dev"6186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6187dependencies = [6188 "frame-support",6189 "frame-system",6190 "parity-scale-codec",6191 "scale-info",6192 "sp-io",6193 "sp-runtime",6194 "sp-std",6195]61966197[[package]]6198name = "pallet-refungible"6199version = "0.1.0"6200dependencies = [6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "nft-data-structs",6205 "pallet-common",6206 "parity-scale-codec",6207 "scale-info",6208 "sp-core",6209 "sp-runtime",6210 "sp-std",6211]62126213[[package]]6214name = "pallet-scheduler"6215version = "4.0.0-dev"6216source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6217dependencies = [6218 "frame-benchmarking",6219 "frame-support",6220 "frame-system",6221 "log",6222 "parity-scale-codec",6223 "scale-info",6224 "sp-io",6225 "sp-runtime",6226 "sp-std",6227]62286229[[package]]6230name = "pallet-session"6231version = "4.0.0-dev"6232source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6233dependencies = [6234 "frame-support",6235 "frame-system",6236 "impl-trait-for-tuples 0.2.1",6237 "log",6238 "pallet-timestamp",6239 "parity-scale-codec",6240 "scale-info",6241 "sp-core",6242 "sp-io",6243 "sp-runtime",6244 "sp-session",6245 "sp-staking",6246 "sp-std",6247 "sp-trie",6248]62496250[[package]]6251name = "pallet-session-benchmarking"6252version = "4.0.0-dev"6253source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6254dependencies = [6255 "frame-benchmarking",6256 "frame-support",6257 "frame-system",6258 "pallet-session",6259 "pallet-staking",6260 "rand 0.7.3",6261 "sp-runtime",6262 "sp-session",6263 "sp-std",6264]62656266[[package]]6267name = "pallet-society"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6270dependencies = [6271 "frame-support",6272 "frame-system",6273 "parity-scale-codec",6274 "rand_chacha 0.2.2",6275 "scale-info",6276 "sp-runtime",6277 "sp-std",6278]62796280[[package]]6281name = "pallet-staking"6282version = "4.0.0-dev"6283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6284dependencies = [6285 "frame-benchmarking",6286 "frame-election-provider-support",6287 "frame-support",6288 "frame-system",6289 "log",6290 "pallet-authorship",6291 "pallet-session",6292 "parity-scale-codec",6293 "rand_chacha 0.2.2",6294 "scale-info",6295 "serde",6296 "sp-application-crypto",6297 "sp-io",6298 "sp-runtime",6299 "sp-staking",6300 "sp-std",6301]63026303[[package]]6304name = "pallet-staking-reward-curve"6305version = "4.0.0-dev"6306source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6307dependencies = [6308 "proc-macro-crate 1.1.0",6309 "proc-macro2",6310 "quote",6311 "syn",6312]63136314[[package]]6315name = "pallet-staking-reward-fn"6316version = "4.0.0-dev"6317source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6318dependencies = [6319 "log",6320 "sp-arithmetic",6321]63226323[[package]]6324name = "pallet-sudo"6325version = "4.0.0-dev"6326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6327dependencies = [6328 "frame-support",6329 "frame-system",6330 "parity-scale-codec",6331 "scale-info",6332 "sp-io",6333 "sp-runtime",6334 "sp-std",6335]63366337[[package]]6338name = "pallet-template-transaction-payment"6339version = "3.0.0"6340source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#ab8b91e9350a31133f3a3e4f52a84c6de4108e95"6341dependencies = [6342 "frame-benchmarking",6343 "frame-support",6344 "frame-system",6345 "pallet-balances",6346 "pallet-transaction-payment",6347 "parity-scale-codec",6348 "scale-info",6349 "serde",6350 "sp-core",6351 "sp-io",6352 "sp-runtime",6353 "sp-std",6354 "up-sponsorship",6355]63566357[[package]]6358name = "pallet-timestamp"6359version = "4.0.0-dev"6360source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6361dependencies = [6362 "frame-benchmarking",6363 "frame-support",6364 "frame-system",6365 "log",6366 "parity-scale-codec",6367 "scale-info",6368 "sp-inherents",6369 "sp-io",6370 "sp-runtime",6371 "sp-std",6372 "sp-timestamp",6373]63746375[[package]]6376name = "pallet-tips"6377version = "4.0.0-dev"6378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6379dependencies = [6380 "frame-benchmarking",6381 "frame-support",6382 "frame-system",6383 "log",6384 "pallet-treasury",6385 "parity-scale-codec",6386 "scale-info",6387 "serde",6388 "sp-core",6389 "sp-io",6390 "sp-runtime",6391 "sp-std",6392]63936394[[package]]6395name = "pallet-transaction-payment"6396version = "4.0.0-dev"6397source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6398dependencies = [6399 "frame-support",6400 "frame-system",6401 "parity-scale-codec",6402 "scale-info",6403 "serde",6404 "smallvec",6405 "sp-core",6406 "sp-io",6407 "sp-runtime",6408 "sp-std",6409]64106411[[package]]6412name = "pallet-transaction-payment-rpc"6413version = "4.0.0-dev"6414source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6415dependencies = [6416 "jsonrpc-core",6417 "jsonrpc-core-client",6418 "jsonrpc-derive",6419 "pallet-transaction-payment-rpc-runtime-api",6420 "parity-scale-codec",6421 "sp-api",6422 "sp-blockchain",6423 "sp-core",6424 "sp-rpc",6425 "sp-runtime",6426]64276428[[package]]6429name = "pallet-transaction-payment-rpc-runtime-api"6430version = "4.0.0-dev"6431source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6432dependencies = [6433 "pallet-transaction-payment",6434 "parity-scale-codec",6435 "sp-api",6436 "sp-runtime",6437]64386439[[package]]6440name = "pallet-treasury"6441version = "4.0.0-dev"6442source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6443dependencies = [6444 "frame-benchmarking",6445 "frame-support",6446 "frame-system",6447 "impl-trait-for-tuples 0.2.1",6448 "pallet-balances",6449 "parity-scale-codec",6450 "scale-info",6451 "serde",6452 "sp-runtime",6453 "sp-std",6454]64556456[[package]]6457name = "pallet-unq-scheduler"6458version = "3.0.0"6459dependencies = [6460 "frame-benchmarking",6461 "frame-support",6462 "frame-system",6463 "log",6464 "parity-scale-codec",6465 "scale-info",6466 "serde",6467 "sp-core",6468 "sp-io",6469 "sp-runtime",6470 "sp-std",6471 "substrate-test-utils",6472 "up-sponsorship",6473]64746475[[package]]6476name = "pallet-utility"6477version = "4.0.0-dev"6478source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6479dependencies = [6480 "frame-benchmarking",6481 "frame-support",6482 "frame-system",6483 "parity-scale-codec",6484 "scale-info",6485 "sp-core",6486 "sp-io",6487 "sp-runtime",6488 "sp-std",6489]64906491[[package]]6492name = "pallet-vesting"6493version = "4.0.0-dev"6494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"6495dependencies = [6496 "frame-benchmarking",6497 "frame-support",6498 "frame-system",6499 "log",6500 "parity-scale-codec",6501 "scale-info",6502 "sp-runtime",6503 "sp-std",6504]65056506[[package]]6507name = "pallet-xcm"6508version = "0.9.12"6509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6510dependencies = [6511 "frame-support",6512 "frame-system",6513 "log",6514 "parity-scale-codec",6515 "scale-info",6516 "serde",6517 "sp-core",6518 "sp-runtime",6519 "sp-std",6520 "xcm",6521 "xcm-executor",6522]65236524[[package]]6525name = "pallet-xcm-benchmarks"6526version = "0.9.8"6527source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6528dependencies = [6529 "frame-benchmarking",6530 "frame-support",6531 "frame-system",6532 "log",6533 "parity-scale-codec",6534 "scale-info",6535 "sp-runtime",6536 "sp-std",6537 "xcm",6538 "xcm-executor",6539]65406541[[package]]6542name = "parachain-info"6543version = "0.1.0"6544source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"6545dependencies = [6546 "cumulus-primitives-core",6547 "frame-support",6548 "frame-system",6549 "parity-scale-codec",6550 "scale-info",6551 "serde",6552]65536554[[package]]6555name = "parity-db"6556version = "0.3.2"6557source = "registry+https://github.com/rust-lang/crates.io-index"6558checksum = "91b679c6acc14fac74382942e2b73bea441686a33430b951ea03b5aeb6a7f254"6559dependencies = [6560 "blake2-rfc",6561 "crc32fast",6562 "fs2",6563 "hex",6564 "libc",6565 "log",6566 "lz4",6567 "memmap2",6568 "parking_lot 0.11.2",6569 "rand 0.8.4",6570 "snap",6571]65726573[[package]]6574name = "parity-scale-codec"6575version = "2.3.1"6576source = "registry+https://github.com/rust-lang/crates.io-index"6577checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6578dependencies = [6579 "arrayvec 0.7.2",6580 "bitvec 0.20.4",6581 "byte-slice-cast",6582 "impl-trait-for-tuples 0.2.1",6583 "parity-scale-codec-derive",6584 "serde",6585]65866587[[package]]6588name = "parity-scale-codec-derive"6589version = "2.3.1"6590source = "registry+https://github.com/rust-lang/crates.io-index"6591checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6592dependencies = [6593 "proc-macro-crate 1.1.0",6594 "proc-macro2",6595 "quote",6596 "syn",6597]65986599[[package]]6600name = "parity-send-wrapper"6601version = "0.1.0"6602source = "registry+https://github.com/rust-lang/crates.io-index"6603checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"66046605[[package]]6606name = "parity-tokio-ipc"6607version = "0.9.0"6608source = "registry+https://github.com/rust-lang/crates.io-index"6609checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6610dependencies = [6611 "futures 0.3.17",6612 "libc",6613 "log",6614 "rand 0.7.3",6615 "tokio 1.13.0",6616 "winapi 0.3.9",6617]66186619[[package]]6620name = "parity-util-mem"6621version = "0.10.2"6622source = "registry+https://github.com/rust-lang/crates.io-index"6623checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6624dependencies = [6625 "cfg-if 1.0.0",6626 "ethereum-types",6627 "hashbrown",6628 "impl-trait-for-tuples 0.2.1",6629 "lru 0.6.6",6630 "parity-util-mem-derive",6631 "parking_lot 0.11.2",6632 "primitive-types 0.10.1",6633 "smallvec",6634 "winapi 0.3.9",6635]66366637[[package]]6638name = "parity-util-mem-derive"6639version = "0.1.0"6640source = "registry+https://github.com/rust-lang/crates.io-index"6641checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6642dependencies = [6643 "proc-macro2",6644 "syn",6645 "synstructure",6646]66476648[[package]]6649name = "parity-wasm"6650version = "0.32.0"6651source = "registry+https://github.com/rust-lang/crates.io-index"6652checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6653dependencies = [6654 "byteorder",6655]66566657[[package]]6658name = "parity-wasm"6659version = "0.42.2"6660source = "registry+https://github.com/rust-lang/crates.io-index"6661checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"66626663[[package]]6664name = "parity-ws"6665version = "0.11.1"6666source = "registry+https://github.com/rust-lang/crates.io-index"6667checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6668dependencies = [6669 "byteorder",6670 "bytes 0.4.12",6671 "httparse",6672 "log",6673 "mio 0.6.23",6674 "mio-extras",6675 "rand 0.7.3",6676 "sha-1 0.8.2",6677 "slab",6678 "url 2.2.2",6679]66806681[[package]]6682name = "parking"6683version = "2.0.0"6684source = "registry+https://github.com/rust-lang/crates.io-index"6685checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"66866687[[package]]6688name = "parking_lot"6689version = "0.10.2"6690source = "registry+https://github.com/rust-lang/crates.io-index"6691checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6692dependencies = [6693 "lock_api 0.3.4",6694 "parking_lot_core 0.7.2",6695]66966697[[package]]6698name = "parking_lot"6699version = "0.11.2"6700source = "registry+https://github.com/rust-lang/crates.io-index"6701checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6702dependencies = [6703 "instant",6704 "lock_api 0.4.5",6705 "parking_lot_core 0.8.5",6706]67076708[[package]]6709name = "parking_lot_core"6710version = "0.7.2"6711source = "registry+https://github.com/rust-lang/crates.io-index"6712checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6713dependencies = [6714 "cfg-if 0.1.10",6715 "cloudabi",6716 "libc",6717 "redox_syscall 0.1.57",6718 "smallvec",6719 "winapi 0.3.9",6720]67216722[[package]]6723name = "parking_lot_core"6724version = "0.8.5"6725source = "registry+https://github.com/rust-lang/crates.io-index"6726checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6727dependencies = [6728 "cfg-if 1.0.0",6729 "instant",6730 "libc",6731 "redox_syscall 0.2.10",6732 "smallvec",6733 "winapi 0.3.9",6734]67356736[[package]]6737name = "paste"6738version = "1.0.5"6739source = "registry+https://github.com/rust-lang/crates.io-index"6740checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"67416742[[package]]6743name = "pbkdf2"6744version = "0.4.0"6745source = "registry+https://github.com/rust-lang/crates.io-index"6746checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6747dependencies = [6748 "crypto-mac 0.8.0",6749]67506751[[package]]6752name = "pbkdf2"6753version = "0.8.0"6754source = "registry+https://github.com/rust-lang/crates.io-index"6755checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6756dependencies = [6757 "crypto-mac 0.11.1",6758]67596760[[package]]6761name = "peeking_take_while"6762version = "0.1.2"6763source = "registry+https://github.com/rust-lang/crates.io-index"6764checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"67656766[[package]]6767name = "percent-encoding"6768version = "1.0.1"6769source = "registry+https://github.com/rust-lang/crates.io-index"6770checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"67716772[[package]]6773name = "percent-encoding"6774version = "2.1.0"6775source = "registry+https://github.com/rust-lang/crates.io-index"6776checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"67776778[[package]]6779name = "pest"6780version = "2.1.3"6781source = "registry+https://github.com/rust-lang/crates.io-index"6782checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6783dependencies = [6784 "ucd-trie",6785]67866787[[package]]6788name = "pest_derive"6789version = "2.1.0"6790source = "registry+https://github.com/rust-lang/crates.io-index"6791checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6792dependencies = [6793 "pest",6794 "pest_generator",6795]67966797[[package]]6798name = "pest_generator"6799version = "2.1.3"6800source = "registry+https://github.com/rust-lang/crates.io-index"6801checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6802dependencies = [6803 "pest",6804 "pest_meta",6805 "proc-macro2",6806 "quote",6807 "syn",6808]68096810[[package]]6811name = "pest_meta"6812version = "2.1.3"6813source = "registry+https://github.com/rust-lang/crates.io-index"6814checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6815dependencies = [6816 "maplit",6817 "pest",6818 "sha-1 0.8.2",6819]68206821[[package]]6822name = "petgraph"6823version = "0.5.1"6824source = "registry+https://github.com/rust-lang/crates.io-index"6825checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"6826dependencies = [6827 "fixedbitset",6828 "indexmap",6829]68306831[[package]]6832name = "pin-project"6833version = "0.4.28"6834source = "registry+https://github.com/rust-lang/crates.io-index"6835checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"6836dependencies = [6837 "pin-project-internal 0.4.28",6838]68396840[[package]]6841name = "pin-project"6842version = "1.0.8"6843source = "registry+https://github.com/rust-lang/crates.io-index"6844checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"6845dependencies = [6846 "pin-project-internal 1.0.8",6847]68486849[[package]]6850name = "pin-project-internal"6851version = "0.4.28"6852source = "registry+https://github.com/rust-lang/crates.io-index"6853checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"6854dependencies = [6855 "proc-macro2",6856 "quote",6857 "syn",6858]68596860[[package]]6861name = "pin-project-internal"6862version = "1.0.8"6863source = "registry+https://github.com/rust-lang/crates.io-index"6864checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"6865dependencies = [6866 "proc-macro2",6867 "quote",6868 "syn",6869]68706871[[package]]6872name = "pin-project-lite"6873version = "0.1.12"6874source = "registry+https://github.com/rust-lang/crates.io-index"6875checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"68766877[[package]]6878name = "pin-project-lite"6879version = "0.2.7"6880source = "registry+https://github.com/rust-lang/crates.io-index"6881checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"68826883[[package]]6884name = "pin-utils"6885version = "0.1.0"6886source = "registry+https://github.com/rust-lang/crates.io-index"6887checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"68886889[[package]]6890name = "pkg-config"6891version = "0.3.22"6892source = "registry+https://github.com/rust-lang/crates.io-index"6893checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"68946895[[package]]6896name = "platforms"6897version = "1.1.0"6898source = "registry+https://github.com/rust-lang/crates.io-index"6899checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"69006901[[package]]6902name = "polkadot-approval-distribution"6903version = "0.9.12"6904source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6905dependencies = [6906 "futures 0.3.17",6907 "polkadot-node-network-protocol",6908 "polkadot-node-primitives",6909 "polkadot-node-subsystem",6910 "polkadot-node-subsystem-util",6911 "polkadot-primitives",6912 "tracing",6913]69146915[[package]]6916name = "polkadot-availability-bitfield-distribution"6917version = "0.9.12"6918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6919dependencies = [6920 "futures 0.3.17",6921 "polkadot-node-network-protocol",6922 "polkadot-node-subsystem",6923 "polkadot-node-subsystem-util",6924 "polkadot-primitives",6925 "tracing",6926]69276928[[package]]6929name = "polkadot-availability-distribution"6930version = "0.9.12"6931source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6932dependencies = [6933 "derive_more",6934 "futures 0.3.17",6935 "lru 0.7.0",6936 "parity-scale-codec",6937 "polkadot-erasure-coding",6938 "polkadot-node-network-protocol",6939 "polkadot-node-primitives",6940 "polkadot-node-subsystem",6941 "polkadot-node-subsystem-util",6942 "polkadot-primitives",6943 "rand 0.8.4",6944 "sp-core",6945 "sp-keystore",6946 "thiserror",6947 "tracing",6948]69496950[[package]]6951name = "polkadot-availability-recovery"6952version = "0.9.12"6953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6954dependencies = [6955 "futures 0.3.17",6956 "lru 0.7.0",6957 "parity-scale-codec",6958 "polkadot-erasure-coding",6959 "polkadot-node-network-protocol",6960 "polkadot-node-primitives",6961 "polkadot-node-subsystem",6962 "polkadot-node-subsystem-util",6963 "polkadot-primitives",6964 "rand 0.8.4",6965 "sc-network",6966 "thiserror",6967 "tracing",6968]69696970[[package]]6971name = "polkadot-cli"6972version = "0.9.12"6973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6974dependencies = [6975 "frame-benchmarking-cli",6976 "futures 0.3.17",6977 "log",6978 "polkadot-node-core-pvf",6979 "polkadot-service",6980 "sc-cli",6981 "sc-service",6982 "sp-core",6983 "sp-trie",6984 "structopt",6985 "substrate-build-script-utils",6986 "thiserror",6987 "try-runtime-cli",6988]69896990[[package]]6991name = "polkadot-client"6992version = "0.9.12"6993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6994dependencies = [6995 "beefy-primitives",6996 "frame-benchmarking",6997 "frame-system-rpc-runtime-api",6998 "pallet-mmr-primitives",6999 "pallet-transaction-payment-rpc-runtime-api",7000 "polkadot-primitives",7001 "polkadot-runtime",7002 "sc-client-api",7003 "sc-consensus",7004 "sc-executor",7005 "sc-service",7006 "sp-api",7007 "sp-authority-discovery",7008 "sp-block-builder",7009 "sp-blockchain",7010 "sp-consensus",7011 "sp-consensus-babe",7012 "sp-finality-grandpa",7013 "sp-offchain",7014 "sp-runtime",7015 "sp-session",7016 "sp-storage",7017 "sp-transaction-pool",7018]70197020[[package]]7021name = "polkadot-collator-protocol"7022version = "0.9.12"7023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7024dependencies = [7025 "always-assert",7026 "derive_more",7027 "futures 0.3.17",7028 "futures-timer 3.0.2",7029 "polkadot-node-network-protocol",7030 "polkadot-node-primitives",7031 "polkadot-node-subsystem",7032 "polkadot-node-subsystem-util",7033 "polkadot-primitives",7034 "sp-core",7035 "sp-keystore",7036 "sp-runtime",7037 "thiserror",7038 "tracing",7039]70407041[[package]]7042name = "polkadot-core-primitives"7043version = "0.9.12"7044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7045dependencies = [7046 "parity-scale-codec",7047 "parity-util-mem",7048 "scale-info",7049 "sp-core",7050 "sp-runtime",7051 "sp-std",7052]70537054[[package]]7055name = "polkadot-dispute-distribution"7056version = "0.9.12"7057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7058dependencies = [7059 "derive_more",7060 "futures 0.3.17",7061 "lru 0.7.0",7062 "parity-scale-codec",7063 "polkadot-erasure-coding",7064 "polkadot-node-network-protocol",7065 "polkadot-node-primitives",7066 "polkadot-node-subsystem",7067 "polkadot-node-subsystem-util",7068 "polkadot-primitives",7069 "sc-network",7070 "sp-application-crypto",7071 "sp-keystore",7072 "thiserror",7073 "tracing",7074]70757076[[package]]7077name = "polkadot-erasure-coding"7078version = "0.9.12"7079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7080dependencies = [7081 "parity-scale-codec",7082 "polkadot-node-primitives",7083 "polkadot-primitives",7084 "reed-solomon-novelpoly",7085 "sp-core",7086 "sp-trie",7087 "thiserror",7088]70897090[[package]]7091name = "polkadot-gossip-support"7092version = "0.9.12"7093source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7094dependencies = [7095 "futures 0.3.17",7096 "futures-timer 3.0.2",7097 "polkadot-node-network-protocol",7098 "polkadot-node-subsystem",7099 "polkadot-node-subsystem-util",7100 "polkadot-primitives",7101 "rand 0.8.4",7102 "rand_chacha 0.3.1",7103 "sc-network",7104 "sp-application-crypto",7105 "sp-core",7106 "sp-keystore",7107 "tracing",7108]71097110[[package]]7111name = "polkadot-network-bridge"7112version = "0.9.12"7113source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7114dependencies = [7115 "async-trait",7116 "futures 0.3.17",7117 "parity-scale-codec",7118 "parking_lot 0.11.2",7119 "polkadot-node-network-protocol",7120 "polkadot-node-subsystem",7121 "polkadot-node-subsystem-util",7122 "polkadot-overseer",7123 "polkadot-primitives",7124 "sc-network",7125 "sp-consensus",7126 "tracing",7127]71287129[[package]]7130name = "polkadot-node-collation-generation"7131version = "0.9.12"7132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7133dependencies = [7134 "futures 0.3.17",7135 "parity-scale-codec",7136 "polkadot-erasure-coding",7137 "polkadot-node-primitives",7138 "polkadot-node-subsystem",7139 "polkadot-node-subsystem-util",7140 "polkadot-primitives",7141 "sp-core",7142 "sp-maybe-compressed-blob",7143 "thiserror",7144 "tracing",7145]71467147[[package]]7148name = "polkadot-node-core-approval-voting"7149version = "0.9.12"7150source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7151dependencies = [7152 "bitvec 0.20.4",7153 "derive_more",7154 "futures 0.3.17",7155 "futures-timer 3.0.2",7156 "kvdb",7157 "lru 0.7.0",7158 "merlin",7159 "parity-scale-codec",7160 "polkadot-node-jaeger",7161 "polkadot-node-primitives",7162 "polkadot-node-subsystem",7163 "polkadot-node-subsystem-util",7164 "polkadot-overseer",7165 "polkadot-primitives",7166 "sc-keystore",7167 "schnorrkel",7168 "sp-application-crypto",7169 "sp-consensus",7170 "sp-consensus-slots",7171 "sp-runtime",7172 "tracing",7173]71747175[[package]]7176name = "polkadot-node-core-av-store"7177version = "0.9.12"7178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7179dependencies = [7180 "bitvec 0.20.4",7181 "futures 0.3.17",7182 "futures-timer 3.0.2",7183 "kvdb",7184 "parity-scale-codec",7185 "polkadot-erasure-coding",7186 "polkadot-node-primitives",7187 "polkadot-node-subsystem",7188 "polkadot-node-subsystem-util",7189 "polkadot-overseer",7190 "polkadot-primitives",7191 "thiserror",7192 "tracing",7193]71947195[[package]]7196name = "polkadot-node-core-backing"7197version = "0.9.12"7198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7199dependencies = [7200 "bitvec 0.20.4",7201 "futures 0.3.17",7202 "polkadot-erasure-coding",7203 "polkadot-node-primitives",7204 "polkadot-node-subsystem",7205 "polkadot-node-subsystem-util",7206 "polkadot-primitives",7207 "polkadot-statement-table",7208 "sp-keystore",7209 "thiserror",7210 "tracing",7211]72127213[[package]]7214name = "polkadot-node-core-bitfield-signing"7215version = "0.9.12"7216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7217dependencies = [7218 "futures 0.3.17",7219 "polkadot-node-subsystem",7220 "polkadot-node-subsystem-util",7221 "polkadot-primitives",7222 "sp-keystore",7223 "thiserror",7224 "tracing",7225 "wasm-timer",7226]72277228[[package]]7229name = "polkadot-node-core-candidate-validation"7230version = "0.9.12"7231source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7232dependencies = [7233 "async-trait",7234 "futures 0.3.17",7235 "parity-scale-codec",7236 "polkadot-node-core-pvf",7237 "polkadot-node-primitives",7238 "polkadot-node-subsystem",7239 "polkadot-node-subsystem-util",7240 "polkadot-parachain",7241 "polkadot-primitives",7242 "sp-maybe-compressed-blob",7243 "tracing",7244]72457246[[package]]7247name = "polkadot-node-core-chain-api"7248version = "0.9.12"7249source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7250dependencies = [7251 "futures 0.3.17",7252 "polkadot-node-subsystem",7253 "polkadot-node-subsystem-util",7254 "polkadot-primitives",7255 "sc-client-api",7256 "sc-consensus-babe",7257 "sp-blockchain",7258 "tracing",7259]72607261[[package]]7262name = "polkadot-node-core-chain-selection"7263version = "0.9.12"7264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7265dependencies = [7266 "futures 0.3.17",7267 "futures-timer 3.0.2",7268 "kvdb",7269 "parity-scale-codec",7270 "polkadot-node-primitives",7271 "polkadot-node-subsystem",7272 "polkadot-node-subsystem-util",7273 "polkadot-primitives",7274 "thiserror",7275 "tracing",7276]72777278[[package]]7279name = "polkadot-node-core-dispute-coordinator"7280version = "0.9.12"7281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7282dependencies = [7283 "bitvec 0.20.4",7284 "derive_more",7285 "futures 0.3.17",7286 "kvdb",7287 "parity-scale-codec",7288 "polkadot-node-primitives",7289 "polkadot-node-subsystem",7290 "polkadot-node-subsystem-util",7291 "polkadot-primitives",7292 "sc-keystore",7293 "thiserror",7294 "tracing",7295]72967297[[package]]7298name = "polkadot-node-core-dispute-participation"7299version = "0.9.12"7300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7301dependencies = [7302 "futures 0.3.17",7303 "polkadot-node-primitives",7304 "polkadot-node-subsystem",7305 "polkadot-primitives",7306 "thiserror",7307 "tracing",7308]73097310[[package]]7311name = "polkadot-node-core-parachains-inherent"7312version = "0.9.12"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7314dependencies = [7315 "async-trait",7316 "futures 0.3.17",7317 "futures-timer 3.0.2",7318 "polkadot-node-subsystem",7319 "polkadot-primitives",7320 "sp-blockchain",7321 "sp-inherents",7322 "sp-runtime",7323 "thiserror",7324 "tracing",7325]73267327[[package]]7328name = "polkadot-node-core-provisioner"7329version = "0.9.12"7330source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7331dependencies = [7332 "bitvec 0.20.4",7333 "futures 0.3.17",7334 "futures-timer 3.0.2",7335 "polkadot-node-subsystem",7336 "polkadot-node-subsystem-util",7337 "polkadot-primitives",7338 "thiserror",7339 "tracing",7340]73417342[[package]]7343name = "polkadot-node-core-pvf"7344version = "0.9.12"7345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7346dependencies = [7347 "always-assert",7348 "assert_matches",7349 "async-process",7350 "async-std",7351 "futures 0.3.17",7352 "futures-timer 3.0.2",7353 "libc",7354 "parity-scale-codec",7355 "pin-project 1.0.8",7356 "polkadot-core-primitives",7357 "polkadot-node-subsystem-util",7358 "polkadot-parachain",7359 "rand 0.8.4",7360 "sc-executor",7361 "sc-executor-common",7362 "sc-executor-wasmtime",7363 "slotmap",7364 "sp-core",7365 "sp-externalities",7366 "sp-io",7367 "sp-maybe-compressed-blob",7368 "sp-tracing",7369 "sp-wasm-interface",7370 "tracing",7371]73727373[[package]]7374name = "polkadot-node-core-runtime-api"7375version = "0.9.12"7376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7377dependencies = [7378 "futures 0.3.17",7379 "memory-lru",7380 "parity-util-mem",7381 "polkadot-node-subsystem",7382 "polkadot-node-subsystem-util",7383 "polkadot-primitives",7384 "sp-api",7385 "sp-authority-discovery",7386 "sp-consensus-babe",7387 "sp-core",7388 "tracing",7389]73907391[[package]]7392name = "polkadot-node-jaeger"7393version = "0.9.12"7394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7395dependencies = [7396 "async-std",7397 "lazy_static",7398 "log",7399 "mick-jaeger",7400 "parity-scale-codec",7401 "parking_lot 0.11.2",7402 "polkadot-node-primitives",7403 "polkadot-primitives",7404 "sc-network",7405 "sp-core",7406 "thiserror",7407]74087409[[package]]7410name = "polkadot-node-metrics"7411version = "0.9.12"7412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7413dependencies = [7414 "futures 0.3.17",7415 "futures-timer 3.0.2",7416 "metered-channel",7417 "substrate-prometheus-endpoint",7418]74197420[[package]]7421name = "polkadot-node-network-protocol"7422version = "0.9.12"7423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7424dependencies = [7425 "async-trait",7426 "derive_more",7427 "futures 0.3.17",7428 "parity-scale-codec",7429 "polkadot-node-jaeger",7430 "polkadot-node-primitives",7431 "polkadot-primitives",7432 "sc-authority-discovery",7433 "sc-network",7434 "strum 0.22.0",7435 "thiserror",7436]74377438[[package]]7439name = "polkadot-node-primitives"7440version = "0.9.12"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7442dependencies = [7443 "bounded-vec",7444 "futures 0.3.17",7445 "parity-scale-codec",7446 "polkadot-parachain",7447 "polkadot-primitives",7448 "schnorrkel",7449 "serde",7450 "sp-application-crypto",7451 "sp-consensus-babe",7452 "sp-consensus-vrf",7453 "sp-core",7454 "sp-keystore",7455 "sp-maybe-compressed-blob",7456 "thiserror",7457 "zstd",7458]74597460[[package]]7461name = "polkadot-node-subsystem"7462version = "0.9.12"7463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7464dependencies = [7465 "polkadot-node-jaeger",7466 "polkadot-node-subsystem-types",7467 "polkadot-overseer",7468]74697470[[package]]7471name = "polkadot-node-subsystem-types"7472version = "0.9.12"7473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7474dependencies = [7475 "derive_more",7476 "futures 0.3.17",7477 "polkadot-node-jaeger",7478 "polkadot-node-network-protocol",7479 "polkadot-node-primitives",7480 "polkadot-overseer-gen",7481 "polkadot-primitives",7482 "polkadot-statement-table",7483 "sc-network",7484 "smallvec",7485 "substrate-prometheus-endpoint",7486 "thiserror",7487]74887489[[package]]7490name = "polkadot-node-subsystem-util"7491version = "0.9.12"7492source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7493dependencies = [7494 "async-trait",7495 "derive_more",7496 "futures 0.3.17",7497 "itertools",7498 "lru 0.7.0",7499 "metered-channel",7500 "parity-scale-codec",7501 "pin-project 1.0.8",7502 "polkadot-node-jaeger",7503 "polkadot-node-metrics",7504 "polkadot-node-network-protocol",7505 "polkadot-node-subsystem",7506 "polkadot-overseer",7507 "polkadot-primitives",7508 "rand 0.8.4",7509 "sp-application-crypto",7510 "sp-core",7511 "sp-keystore",7512 "thiserror",7513 "tracing",7514]75157516[[package]]7517name = "polkadot-overseer"7518version = "0.9.12"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7520dependencies = [7521 "futures 0.3.17",7522 "futures-timer 3.0.2",7523 "lru 0.7.0",7524 "parity-util-mem",7525 "parking_lot 0.11.2",7526 "polkadot-node-metrics",7527 "polkadot-node-network-protocol",7528 "polkadot-node-primitives",7529 "polkadot-node-subsystem-types",7530 "polkadot-overseer-gen",7531 "polkadot-primitives",7532 "sc-client-api",7533 "sp-api",7534 "tracing",7535]75367537[[package]]7538name = "polkadot-overseer-gen"7539version = "0.9.12"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7541dependencies = [7542 "async-trait",7543 "futures 0.3.17",7544 "futures-timer 3.0.2",7545 "metered-channel",7546 "pin-project 1.0.8",7547 "polkadot-node-network-protocol",7548 "polkadot-node-primitives",7549 "polkadot-overseer-gen-proc-macro",7550 "thiserror",7551 "tracing",7552]75537554[[package]]7555name = "polkadot-overseer-gen-proc-macro"7556version = "0.9.12"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7558dependencies = [7559 "proc-macro-crate 1.1.0",7560 "proc-macro2",7561 "quote",7562 "syn",7563]75647565[[package]]7566name = "polkadot-parachain"7567version = "0.9.12"7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7569dependencies = [7570 "derive_more",7571 "frame-support",7572 "parity-scale-codec",7573 "parity-util-mem",7574 "polkadot-core-primitives",7575 "scale-info",7576 "serde",7577 "sp-core",7578 "sp-runtime",7579 "sp-std",7580]75817582[[package]]7583name = "polkadot-primitives"7584version = "0.9.12"7585source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7586dependencies = [7587 "bitvec 0.20.4",7588 "frame-system",7589 "hex-literal",7590 "parity-scale-codec",7591 "parity-util-mem",7592 "polkadot-core-primitives",7593 "polkadot-parachain",7594 "scale-info",7595 "serde",7596 "sp-api",7597 "sp-application-crypto",7598 "sp-arithmetic",7599 "sp-authority-discovery",7600 "sp-consensus-slots",7601 "sp-core",7602 "sp-inherents",7603 "sp-io",7604 "sp-keystore",7605 "sp-runtime",7606 "sp-staking",7607 "sp-std",7608 "sp-trie",7609 "sp-version",7610]76117612[[package]]7613name = "polkadot-rpc"7614version = "0.9.12"7615source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7616dependencies = [7617 "beefy-gadget",7618 "beefy-gadget-rpc",7619 "jsonrpc-core",7620 "pallet-mmr-rpc",7621 "pallet-transaction-payment-rpc",7622 "polkadot-primitives",7623 "sc-chain-spec",7624 "sc-client-api",7625 "sc-consensus-babe",7626 "sc-consensus-babe-rpc",7627 "sc-consensus-epochs",7628 "sc-finality-grandpa",7629 "sc-finality-grandpa-rpc",7630 "sc-rpc",7631 "sc-sync-state-rpc",7632 "sc-transaction-pool-api",7633 "sp-api",7634 "sp-block-builder",7635 "sp-blockchain",7636 "sp-consensus",7637 "sp-consensus-babe",7638 "sp-keystore",7639 "sp-runtime",7640 "substrate-frame-rpc-system",7641]76427643[[package]]7644name = "polkadot-runtime"7645version = "0.9.12"7646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7647dependencies = [7648 "beefy-primitives",7649 "bitvec 0.20.4",7650 "frame-benchmarking",7651 "frame-election-provider-support",7652 "frame-executive",7653 "frame-support",7654 "frame-system",7655 "frame-system-benchmarking",7656 "frame-system-rpc-runtime-api",7657 "frame-try-runtime",7658 "hex-literal",7659 "log",7660 "pallet-authority-discovery",7661 "pallet-authorship",7662 "pallet-babe",7663 "pallet-balances",7664 "pallet-bounties",7665 "pallet-collective",7666 "pallet-democracy",7667 "pallet-election-provider-multi-phase",7668 "pallet-elections-phragmen",7669 "pallet-grandpa",7670 "pallet-identity",7671 "pallet-im-online",7672 "pallet-indices",7673 "pallet-membership",7674 "pallet-mmr-primitives",7675 "pallet-multisig",7676 "pallet-nicks",7677 "pallet-offences",7678 "pallet-offences-benchmarking",7679 "pallet-proxy",7680 "pallet-scheduler",7681 "pallet-session",7682 "pallet-session-benchmarking",7683 "pallet-staking",7684 "pallet-staking-reward-curve",7685 "pallet-timestamp",7686 "pallet-tips",7687 "pallet-transaction-payment",7688 "pallet-transaction-payment-rpc-runtime-api",7689 "pallet-treasury",7690 "pallet-utility",7691 "pallet-vesting",7692 "parity-scale-codec",7693 "polkadot-primitives",7694 "polkadot-runtime-common",7695 "polkadot-runtime-parachains",7696 "rustc-hex",7697 "scale-info",7698 "serde",7699 "serde_derive",7700 "smallvec",7701 "sp-api",7702 "sp-authority-discovery",7703 "sp-block-builder",7704 "sp-consensus-babe",7705 "sp-core",7706 "sp-inherents",7707 "sp-io",7708 "sp-npos-elections",7709 "sp-offchain",7710 "sp-runtime",7711 "sp-session",7712 "sp-staking",7713 "sp-std",7714 "sp-transaction-pool",7715 "sp-version",7716 "static_assertions",7717 "substrate-wasm-builder",7718]77197720[[package]]7721name = "polkadot-runtime-common"7722version = "0.9.12"7723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7724dependencies = [7725 "beefy-primitives",7726 "bitvec 0.20.4",7727 "frame-benchmarking",7728 "frame-election-provider-support",7729 "frame-support",7730 "frame-system",7731 "impl-trait-for-tuples 0.2.1",7732 "libsecp256k1 0.7.0",7733 "log",7734 "pallet-authorship",7735 "pallet-babe",7736 "pallet-bags-list",7737 "pallet-balances",7738 "pallet-beefy-mmr",7739 "pallet-election-provider-multi-phase",7740 "pallet-session",7741 "pallet-staking",7742 "pallet-timestamp",7743 "pallet-transaction-payment",7744 "pallet-treasury",7745 "pallet-vesting",7746 "parity-scale-codec",7747 "polkadot-primitives",7748 "polkadot-runtime-parachains",7749 "rustc-hex",7750 "scale-info",7751 "serde",7752 "serde_derive",7753 "slot-range-helper",7754 "sp-api",7755 "sp-core",7756 "sp-inherents",7757 "sp-io",7758 "sp-npos-elections",7759 "sp-runtime",7760 "sp-session",7761 "sp-staking",7762 "sp-std",7763 "static_assertions",7764 "xcm",7765]77667767[[package]]7768name = "polkadot-runtime-parachains"7769version = "0.9.12"7770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7771dependencies = [7772 "bitflags",7773 "bitvec 0.20.4",7774 "derive_more",7775 "frame-benchmarking",7776 "frame-support",7777 "frame-system",7778 "log",7779 "pallet-authority-discovery",7780 "pallet-authorship",7781 "pallet-balances",7782 "pallet-session",7783 "pallet-staking",7784 "pallet-timestamp",7785 "pallet-vesting",7786 "parity-scale-codec",7787 "polkadot-primitives",7788 "rand 0.8.4",7789 "rand_chacha 0.3.1",7790 "rustc-hex",7791 "scale-info",7792 "serde",7793 "sp-api",7794 "sp-core",7795 "sp-inherents",7796 "sp-io",7797 "sp-keystore",7798 "sp-runtime",7799 "sp-session",7800 "sp-staking",7801 "sp-std",7802 "xcm",7803 "xcm-executor",7804]78057806[[package]]7807name = "polkadot-service"7808version = "0.9.12"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7810dependencies = [7811 "async-trait",7812 "beefy-gadget",7813 "beefy-primitives",7814 "frame-system-rpc-runtime-api",7815 "futures 0.3.17",7816 "hex-literal",7817 "kusama-runtime",7818 "kvdb",7819 "kvdb-rocksdb",7820 "lru 0.7.0",7821 "pallet-babe",7822 "pallet-im-online",7823 "pallet-mmr-primitives",7824 "pallet-staking",7825 "pallet-transaction-payment-rpc-runtime-api",7826 "polkadot-approval-distribution",7827 "polkadot-availability-bitfield-distribution",7828 "polkadot-availability-distribution",7829 "polkadot-availability-recovery",7830 "polkadot-client",7831 "polkadot-collator-protocol",7832 "polkadot-dispute-distribution",7833 "polkadot-gossip-support",7834 "polkadot-network-bridge",7835 "polkadot-node-collation-generation",7836 "polkadot-node-core-approval-voting",7837 "polkadot-node-core-av-store",7838 "polkadot-node-core-backing",7839 "polkadot-node-core-bitfield-signing",7840 "polkadot-node-core-candidate-validation",7841 "polkadot-node-core-chain-api",7842 "polkadot-node-core-chain-selection",7843 "polkadot-node-core-dispute-coordinator",7844 "polkadot-node-core-dispute-participation",7845 "polkadot-node-core-parachains-inherent",7846 "polkadot-node-core-provisioner",7847 "polkadot-node-core-runtime-api",7848 "polkadot-node-network-protocol",7849 "polkadot-node-primitives",7850 "polkadot-node-subsystem",7851 "polkadot-node-subsystem-util",7852 "polkadot-overseer",7853 "polkadot-parachain",7854 "polkadot-primitives",7855 "polkadot-rpc",7856 "polkadot-runtime",7857 "polkadot-runtime-parachains",7858 "polkadot-statement-distribution",7859 "rococo-runtime",7860 "sc-authority-discovery",7861 "sc-basic-authorship",7862 "sc-block-builder",7863 "sc-chain-spec",7864 "sc-client-api",7865 "sc-client-db",7866 "sc-consensus",7867 "sc-consensus-babe",7868 "sc-consensus-slots",7869 "sc-consensus-uncles",7870 "sc-executor",7871 "sc-finality-grandpa",7872 "sc-keystore",7873 "sc-network",7874 "sc-service",7875 "sc-sync-state-rpc",7876 "sc-telemetry",7877 "sc-transaction-pool",7878 "serde",7879 "sp-api",7880 "sp-authority-discovery",7881 "sp-block-builder",7882 "sp-blockchain",7883 "sp-consensus",7884 "sp-consensus-babe",7885 "sp-core",7886 "sp-finality-grandpa",7887 "sp-inherents",7888 "sp-io",7889 "sp-keystore",7890 "sp-offchain",7891 "sp-runtime",7892 "sp-session",7893 "sp-state-machine",7894 "sp-storage",7895 "sp-timestamp",7896 "sp-transaction-pool",7897 "sp-trie",7898 "substrate-prometheus-endpoint",7899 "thiserror",7900 "tracing",7901 "westend-runtime",7902]79037904[[package]]7905name = "polkadot-statement-distribution"7906version = "0.9.12"7907source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7908dependencies = [7909 "arrayvec 0.5.2",7910 "derive_more",7911 "futures 0.3.17",7912 "indexmap",7913 "parity-scale-codec",7914 "polkadot-node-network-protocol",7915 "polkadot-node-primitives",7916 "polkadot-node-subsystem",7917 "polkadot-node-subsystem-util",7918 "polkadot-primitives",7919 "sp-keystore",7920 "sp-staking",7921 "thiserror",7922 "tracing",7923]79247925[[package]]7926name = "polkadot-statement-table"7927version = "0.9.12"7928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7929dependencies = [7930 "parity-scale-codec",7931 "polkadot-primitives",7932 "sp-core",7933]79347935[[package]]7936name = "polkadot-test-runtime"7937version = "0.9.12"7938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7939dependencies = [7940 "beefy-primitives",7941 "bitvec 0.20.4",7942 "frame-election-provider-support",7943 "frame-executive",7944 "frame-support",7945 "frame-system",7946 "frame-system-rpc-runtime-api",7947 "log",7948 "pallet-authority-discovery",7949 "pallet-authorship",7950 "pallet-babe",7951 "pallet-balances",7952 "pallet-grandpa",7953 "pallet-indices",7954 "pallet-mmr-primitives",7955 "pallet-nicks",7956 "pallet-offences",7957 "pallet-session",7958 "pallet-staking",7959 "pallet-staking-reward-curve",7960 "pallet-sudo",7961 "pallet-timestamp",7962 "pallet-transaction-payment",7963 "pallet-transaction-payment-rpc-runtime-api",7964 "pallet-vesting",7965 "pallet-xcm",7966 "parity-scale-codec",7967 "polkadot-parachain",7968 "polkadot-primitives",7969 "polkadot-runtime-common",7970 "polkadot-runtime-parachains",7971 "rustc-hex",7972 "scale-info",7973 "serde",7974 "serde_derive",7975 "smallvec",7976 "sp-api",7977 "sp-authority-discovery",7978 "sp-block-builder",7979 "sp-consensus-babe",7980 "sp-core",7981 "sp-inherents",7982 "sp-io",7983 "sp-offchain",7984 "sp-runtime",7985 "sp-session",7986 "sp-staking",7987 "sp-std",7988 "sp-transaction-pool",7989 "sp-version",7990 "substrate-wasm-builder",7991 "xcm",7992 "xcm-builder",7993 "xcm-executor",7994]79957996[[package]]7997name = "polkadot-test-service"7998version = "0.9.12"7999source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8000dependencies = [8001 "frame-benchmarking",8002 "frame-system",8003 "futures 0.1.31",8004 "futures 0.3.17",8005 "hex",8006 "pallet-balances",8007 "pallet-staking",8008 "pallet-transaction-payment",8009 "polkadot-node-primitives",8010 "polkadot-node-subsystem",8011 "polkadot-overseer",8012 "polkadot-parachain",8013 "polkadot-primitives",8014 "polkadot-rpc",8015 "polkadot-runtime-common",8016 "polkadot-runtime-parachains",8017 "polkadot-service",8018 "polkadot-test-runtime",8019 "rand 0.8.4",8020 "sc-authority-discovery",8021 "sc-chain-spec",8022 "sc-cli",8023 "sc-client-api",8024 "sc-consensus",8025 "sc-consensus-babe",8026 "sc-executor",8027 "sc-finality-grandpa",8028 "sc-network",8029 "sc-service",8030 "sc-tracing",8031 "sc-transaction-pool",8032 "sp-arithmetic",8033 "sp-authority-discovery",8034 "sp-blockchain",8035 "sp-consensus",8036 "sp-consensus-babe",8037 "sp-core",8038 "sp-finality-grandpa",8039 "sp-inherents",8040 "sp-keyring",8041 "sp-runtime",8042 "sp-state-machine",8043 "substrate-test-client",8044 "tempfile",8045 "tokio 1.13.0",8046 "tracing",8047]80488049[[package]]8050name = "polling"8051version = "2.1.0"8052source = "registry+https://github.com/rust-lang/crates.io-index"8053checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"8054dependencies = [8055 "cfg-if 1.0.0",8056 "libc",8057 "log",8058 "wepoll-ffi",8059 "winapi 0.3.9",8060]80618062[[package]]8063name = "poly1305"8064version = "0.7.2"8065source = "registry+https://github.com/rust-lang/crates.io-index"8066checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8067dependencies = [8068 "cpufeatures 0.2.1",8069 "opaque-debug 0.3.0",8070 "universal-hash",8071]80728073[[package]]8074name = "polyval"8075version = "0.5.3"8076source = "registry+https://github.com/rust-lang/crates.io-index"8077checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8078dependencies = [8079 "cfg-if 1.0.0",8080 "cpufeatures 0.2.1",8081 "opaque-debug 0.3.0",8082 "universal-hash",8083]80848085[[package]]8086name = "ppv-lite86"8087version = "0.2.15"8088source = "registry+https://github.com/rust-lang/crates.io-index"8089checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"80908091[[package]]8092name = "primitive-types"8093version = "0.9.1"8094source = "registry+https://github.com/rust-lang/crates.io-index"8095checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"8096dependencies = [8097 "fixed-hash",8098 "impl-codec",8099 "impl-rlp",8100 "uint",8101]81028103[[package]]8104name = "primitive-types"8105version = "0.10.1"8106source = "registry+https://github.com/rust-lang/crates.io-index"8107checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"8108dependencies = [8109 "fixed-hash",8110 "impl-codec",8111 "impl-rlp",8112 "impl-serde",8113 "scale-info",8114 "uint",8115]81168117[[package]]8118name = "proc-macro-crate"8119version = "0.1.5"8120source = "registry+https://github.com/rust-lang/crates.io-index"8121checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8122dependencies = [8123 "toml",8124]81258126[[package]]8127name = "proc-macro-crate"8128version = "1.1.0"8129source = "registry+https://github.com/rust-lang/crates.io-index"8130checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"8131dependencies = [8132 "thiserror",8133 "toml",8134]81358136[[package]]8137name = "proc-macro-error"8138version = "0.4.12"8139source = "registry+https://github.com/rust-lang/crates.io-index"8140checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"8141dependencies = [8142 "proc-macro-error-attr 0.4.12",8143 "proc-macro2",8144 "quote",8145 "syn",8146 "version_check",8147]81488149[[package]]8150name = "proc-macro-error"8151version = "1.0.4"8152source = "registry+https://github.com/rust-lang/crates.io-index"8153checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8154dependencies = [8155 "proc-macro-error-attr 1.0.4",8156 "proc-macro2",8157 "quote",8158 "syn",8159 "version_check",8160]81618162[[package]]8163name = "proc-macro-error-attr"8164version = "0.4.12"8165source = "registry+https://github.com/rust-lang/crates.io-index"8166checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"8167dependencies = [8168 "proc-macro2",8169 "quote",8170 "syn",8171 "syn-mid",8172 "version_check",8173]81748175[[package]]8176name = "proc-macro-error-attr"8177version = "1.0.4"8178source = "registry+https://github.com/rust-lang/crates.io-index"8179checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8180dependencies = [8181 "proc-macro2",8182 "quote",8183 "version_check",8184]81858186[[package]]8187name = "proc-macro-hack"8188version = "0.5.19"8189source = "registry+https://github.com/rust-lang/crates.io-index"8190checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"81918192[[package]]8193name = "proc-macro-nested"8194version = "0.1.7"8195source = "registry+https://github.com/rust-lang/crates.io-index"8196checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"81978198[[package]]8199name = "proc-macro2"8200version = "1.0.32"8201source = "registry+https://github.com/rust-lang/crates.io-index"8202checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"8203dependencies = [8204 "unicode-xid",8205]82068207[[package]]8208name = "prometheus"8209version = "0.12.0"8210source = "registry+https://github.com/rust-lang/crates.io-index"8211checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c"8212dependencies = [8213 "cfg-if 1.0.0",8214 "fnv",8215 "lazy_static",8216 "memchr",8217 "parking_lot 0.11.2",8218 "thiserror",8219]82208221[[package]]8222name = "prost"8223version = "0.8.0"8224source = "registry+https://github.com/rust-lang/crates.io-index"8225checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"8226dependencies = [8227 "bytes 1.1.0",8228 "prost-derive",8229]82308231[[package]]8232name = "prost-build"8233version = "0.8.0"8234source = "registry+https://github.com/rust-lang/crates.io-index"8235checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"8236dependencies = [8237 "bytes 1.1.0",8238 "heck",8239 "itertools",8240 "log",8241 "multimap",8242 "petgraph",8243 "prost",8244 "prost-types",8245 "tempfile",8246 "which",8247]82488249[[package]]8250name = "prost-derive"8251version = "0.8.0"8252source = "registry+https://github.com/rust-lang/crates.io-index"8253checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"8254dependencies = [8255 "anyhow",8256 "itertools",8257 "proc-macro2",8258 "quote",8259 "syn",8260]82618262[[package]]8263name = "prost-types"8264version = "0.8.0"8265source = "registry+https://github.com/rust-lang/crates.io-index"8266checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"8267dependencies = [8268 "bytes 1.1.0",8269 "prost",8270]82718272[[package]]8273name = "psm"8274version = "0.1.16"8275source = "registry+https://github.com/rust-lang/crates.io-index"8276checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"8277dependencies = [8278 "cc",8279]82808281[[package]]8282name = "pwasm-utils"8283version = "0.18.2"8284source = "registry+https://github.com/rust-lang/crates.io-index"8285checksum = "880b3384fb00b8f6ecccd5d358b93bd2201900ae3daad213791d1864f6441f5c"8286dependencies = [8287 "byteorder",8288 "log",8289 "parity-wasm 0.42.2",8290]82918292[[package]]8293name = "quick-error"8294version = "1.2.3"8295source = "registry+https://github.com/rust-lang/crates.io-index"8296checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"82978298[[package]]8299name = "quick-error"8300version = "2.0.1"8301source = "registry+https://github.com/rust-lang/crates.io-index"8302checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"83038304[[package]]8305name = "quicksink"8306version = "0.1.2"8307source = "registry+https://github.com/rust-lang/crates.io-index"8308checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8309dependencies = [8310 "futures-core",8311 "futures-sink",8312 "pin-project-lite 0.1.12",8313]83148315[[package]]8316name = "quote"8317version = "1.0.10"8318source = "registry+https://github.com/rust-lang/crates.io-index"8319checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"8320dependencies = [8321 "proc-macro2",8322]83238324[[package]]8325name = "radium"8326version = "0.5.3"8327source = "registry+https://github.com/rust-lang/crates.io-index"8328checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"83298330[[package]]8331name = "radium"8332version = "0.6.2"8333source = "registry+https://github.com/rust-lang/crates.io-index"8334checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"83358336[[package]]8337name = "rand"8338version = "0.7.3"8339source = "registry+https://github.com/rust-lang/crates.io-index"8340checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8341dependencies = [8342 "getrandom 0.1.16",8343 "libc",8344 "rand_chacha 0.2.2",8345 "rand_core 0.5.1",8346 "rand_hc 0.2.0",8347 "rand_pcg",8348]83498350[[package]]8351name = "rand"8352version = "0.8.4"8353source = "registry+https://github.com/rust-lang/crates.io-index"8354checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8355dependencies = [8356 "libc",8357 "rand_chacha 0.3.1",8358 "rand_core 0.6.3",8359 "rand_hc 0.3.1",8360]83618362[[package]]8363name = "rand_chacha"8364version = "0.2.2"8365source = "registry+https://github.com/rust-lang/crates.io-index"8366checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8367dependencies = [8368 "ppv-lite86",8369 "rand_core 0.5.1",8370]83718372[[package]]8373name = "rand_chacha"8374version = "0.3.1"8375source = "registry+https://github.com/rust-lang/crates.io-index"8376checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8377dependencies = [8378 "ppv-lite86",8379 "rand_core 0.6.3",8380]83818382[[package]]8383name = "rand_core"8384version = "0.5.1"8385source = "registry+https://github.com/rust-lang/crates.io-index"8386checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8387dependencies = [8388 "getrandom 0.1.16",8389]83908391[[package]]8392name = "rand_core"8393version = "0.6.3"8394source = "registry+https://github.com/rust-lang/crates.io-index"8395checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8396dependencies = [8397 "getrandom 0.2.3",8398]83998400[[package]]8401name = "rand_distr"8402version = "0.4.2"8403source = "registry+https://github.com/rust-lang/crates.io-index"8404checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"8405dependencies = [8406 "num-traits",8407 "rand 0.8.4",8408]84098410[[package]]8411name = "rand_hc"8412version = "0.2.0"8413source = "registry+https://github.com/rust-lang/crates.io-index"8414checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8415dependencies = [8416 "rand_core 0.5.1",8417]84188419[[package]]8420name = "rand_hc"8421version = "0.3.1"8422source = "registry+https://github.com/rust-lang/crates.io-index"8423checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8424dependencies = [8425 "rand_core 0.6.3",8426]84278428[[package]]8429name = "rand_pcg"8430version = "0.2.1"8431source = "registry+https://github.com/rust-lang/crates.io-index"8432checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8433dependencies = [8434 "rand_core 0.5.1",8435]84368437[[package]]8438name = "rawpointer"8439version = "0.2.1"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"84428443[[package]]8444name = "rayon"8445version = "1.5.1"8446source = "registry+https://github.com/rust-lang/crates.io-index"8447checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8448dependencies = [8449 "autocfg",8450 "crossbeam-deque",8451 "either",8452 "rayon-core",8453]84548455[[package]]8456name = "rayon-core"8457version = "1.9.1"8458source = "registry+https://github.com/rust-lang/crates.io-index"8459checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8460dependencies = [8461 "crossbeam-channel",8462 "crossbeam-deque",8463 "crossbeam-utils",8464 "lazy_static",8465 "num_cpus",8466]84678468[[package]]8469name = "redox_syscall"8470version = "0.1.57"8471source = "registry+https://github.com/rust-lang/crates.io-index"8472checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"84738474[[package]]8475name = "redox_syscall"8476version = "0.2.10"8477source = "registry+https://github.com/rust-lang/crates.io-index"8478checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8479dependencies = [8480 "bitflags",8481]84828483[[package]]8484name = "redox_users"8485version = "0.4.0"8486source = "registry+https://github.com/rust-lang/crates.io-index"8487checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8488dependencies = [8489 "getrandom 0.2.3",8490 "redox_syscall 0.2.10",8491]84928493[[package]]8494name = "reed-solomon-novelpoly"8495version = "1.0.0"8496source = "registry+https://github.com/rust-lang/crates.io-index"8497checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8498dependencies = [8499 "derive_more",8500 "fs-err",8501 "itertools",8502 "static_init",8503 "thiserror",8504]85058506[[package]]8507name = "ref-cast"8508version = "1.0.6"8509source = "registry+https://github.com/rust-lang/crates.io-index"8510checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8511dependencies = [8512 "ref-cast-impl",8513]85148515[[package]]8516name = "ref-cast-impl"8517version = "1.0.6"8518source = "registry+https://github.com/rust-lang/crates.io-index"8519checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8520dependencies = [8521 "proc-macro2",8522 "quote",8523 "syn",8524]85258526[[package]]8527name = "regalloc"8528version = "0.0.31"8529source = "registry+https://github.com/rust-lang/crates.io-index"8530checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"8531dependencies = [8532 "log",8533 "rustc-hash",8534 "smallvec",8535]85368537[[package]]8538name = "regex"8539version = "1.5.4"8540source = "registry+https://github.com/rust-lang/crates.io-index"8541checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8542dependencies = [8543 "aho-corasick",8544 "memchr",8545 "regex-syntax",8546]85478548[[package]]8549name = "regex-automata"8550version = "0.1.10"8551source = "registry+https://github.com/rust-lang/crates.io-index"8552checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8553dependencies = [8554 "regex-syntax",8555]85568557[[package]]8558name = "regex-syntax"8559version = "0.6.25"8560source = "registry+https://github.com/rust-lang/crates.io-index"8561checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"85628563[[package]]8564name = "region"8565version = "2.2.0"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8568dependencies = [8569 "bitflags",8570 "libc",8571 "mach",8572 "winapi 0.3.9",8573]85748575[[package]]8576name = "remote-externalities"8577version = "0.10.0-dev"8578source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8579dependencies = [8580 "env_logger 0.9.0",8581 "jsonrpsee-proc-macros",8582 "jsonrpsee-ws-client",8583 "log",8584 "parity-scale-codec",8585 "serde",8586 "serde_json",8587 "sp-core",8588 "sp-io",8589 "sp-runtime",8590 "sp-version",8591]85928593[[package]]8594name = "remove_dir_all"8595version = "0.5.3"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8598dependencies = [8599 "winapi 0.3.9",8600]86018602[[package]]8603name = "resolv-conf"8604version = "0.7.0"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8607dependencies = [8608 "hostname",8609 "quick-error 1.2.3",8610]86118612[[package]]8613name = "retain_mut"8614version = "0.1.4"8615source = "registry+https://github.com/rust-lang/crates.io-index"8616checksum = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"86178618[[package]]8619name = "ring"8620version = "0.16.20"8621source = "registry+https://github.com/rust-lang/crates.io-index"8622checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8623dependencies = [8624 "cc",8625 "libc",8626 "once_cell",8627 "spin",8628 "untrusted",8629 "web-sys",8630 "winapi 0.3.9",8631]86328633[[package]]8634name = "rlp"8635version = "0.5.1"8636source = "registry+https://github.com/rust-lang/crates.io-index"8637checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8638dependencies = [8639 "bytes 1.1.0",8640 "rustc-hex",8641]86428643[[package]]8644name = "rlp-derive"8645version = "0.1.0"8646source = "registry+https://github.com/rust-lang/crates.io-index"8647checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8648dependencies = [8649 "proc-macro2",8650 "quote",8651 "syn",8652]86538654[[package]]8655name = "rocksdb"8656version = "0.17.0"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8659dependencies = [8660 "libc",8661 "librocksdb-sys",8662]86638664[[package]]8665name = "rococo-runtime"8666version = "0.9.12"8667source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"8668dependencies = [8669 "beefy-primitives",8670 "bp-messages",8671 "bp-rococo",8672 "bp-runtime",8673 "bp-wococo",8674 "bridge-runtime-common",8675 "frame-benchmarking",8676 "frame-executive",8677 "frame-support",8678 "frame-system",8679 "frame-system-rpc-runtime-api",8680 "hex-literal",8681 "log",8682 "pallet-authority-discovery",8683 "pallet-authorship",8684 "pallet-babe",8685 "pallet-balances",8686 "pallet-beefy",8687 "pallet-beefy-mmr",8688 "pallet-bridge-dispatch",8689 "pallet-bridge-grandpa",8690 "pallet-bridge-messages",8691 "pallet-collective",8692 "pallet-grandpa",8693 "pallet-im-online",8694 "pallet-indices",8695 "pallet-membership",8696 "pallet-mmr",8697 "pallet-mmr-primitives",8698 "pallet-multisig",8699 "pallet-offences",8700 "pallet-proxy",8701 "pallet-session",8702 "pallet-staking",8703 "pallet-sudo",8704 "pallet-timestamp",8705 "pallet-transaction-payment",8706 "pallet-transaction-payment-rpc-runtime-api",8707 "pallet-utility",8708 "pallet-xcm",8709 "parity-scale-codec",8710 "polkadot-parachain",8711 "polkadot-primitives",8712 "polkadot-runtime-common",8713 "polkadot-runtime-parachains",8714 "scale-info",8715 "serde",8716 "serde_derive",8717 "smallvec",8718 "sp-api",8719 "sp-authority-discovery",8720 "sp-block-builder",8721 "sp-consensus-babe",8722 "sp-core",8723 "sp-inherents",8724 "sp-io",8725 "sp-offchain",8726 "sp-runtime",8727 "sp-session",8728 "sp-staking",8729 "sp-std",8730 "sp-transaction-pool",8731 "sp-version",8732 "substrate-wasm-builder",8733 "xcm",8734 "xcm-builder",8735 "xcm-executor",8736]87378738[[package]]8739name = "rpassword"8740version = "5.0.1"8741source = "registry+https://github.com/rust-lang/crates.io-index"8742checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8743dependencies = [8744 "libc",8745 "winapi 0.3.9",8746]87478748[[package]]8749name = "rustc-demangle"8750version = "0.1.21"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"87538754[[package]]8755name = "rustc-hash"8756version = "1.1.0"8757source = "registry+https://github.com/rust-lang/crates.io-index"8758checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"87598760[[package]]8761name = "rustc-hex"8762version = "2.1.0"8763source = "registry+https://github.com/rust-lang/crates.io-index"8764checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"87658766[[package]]8767name = "rustc_version"8768version = "0.2.3"8769source = "registry+https://github.com/rust-lang/crates.io-index"8770checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8771dependencies = [8772 "semver 0.9.0",8773]87748775[[package]]8776name = "rustc_version"8777version = "0.3.3"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8780dependencies = [8781 "semver 0.11.0",8782]87838784[[package]]8785name = "rustls"8786version = "0.19.1"8787source = "registry+https://github.com/rust-lang/crates.io-index"8788checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8789dependencies = [8790 "base64 0.13.0",8791 "log",8792 "ring",8793 "sct",8794 "webpki",8795]87968797[[package]]8798name = "rustls-native-certs"8799version = "0.5.0"8800source = "registry+https://github.com/rust-lang/crates.io-index"8801checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8802dependencies = [8803 "openssl-probe",8804 "rustls",8805 "schannel",8806 "security-framework",8807]88088809[[package]]8810name = "rw-stream-sink"8811version = "0.2.1"8812source = "registry+https://github.com/rust-lang/crates.io-index"8813checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8814dependencies = [8815 "futures 0.3.17",8816 "pin-project 0.4.28",8817 "static_assertions",8818]88198820[[package]]8821name = "ryu"8822version = "1.0.5"8823source = "registry+https://github.com/rust-lang/crates.io-index"8824checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"88258826[[package]]8827name = "safe-mix"8828version = "1.0.1"8829source = "registry+https://github.com/rust-lang/crates.io-index"8830checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8831dependencies = [8832 "rustc_version 0.2.3",8833]88348835[[package]]8836name = "salsa20"8837version = "0.8.1"8838source = "registry+https://github.com/rust-lang/crates.io-index"8839checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"8840dependencies = [8841 "cipher",8842]88438844[[package]]8845name = "same-file"8846version = "1.0.6"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8849dependencies = [8850 "winapi-util",8851]88528853[[package]]8854name = "sc-allocator"8855version = "4.0.0-dev"8856source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8857dependencies = [8858 "log",8859 "sp-core",8860 "sp-wasm-interface",8861 "thiserror",8862]88638864[[package]]8865name = "sc-authority-discovery"8866version = "0.10.0-dev"8867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8868dependencies = [8869 "async-trait",8870 "derive_more",8871 "futures 0.3.17",8872 "futures-timer 3.0.2",8873 "ip_network",8874 "libp2p",8875 "log",8876 "parity-scale-codec",8877 "prost",8878 "prost-build",8879 "rand 0.7.3",8880 "sc-client-api",8881 "sc-network",8882 "sp-api",8883 "sp-authority-discovery",8884 "sp-blockchain",8885 "sp-core",8886 "sp-keystore",8887 "sp-runtime",8888 "substrate-prometheus-endpoint",8889]88908891[[package]]8892name = "sc-basic-authorship"8893version = "0.10.0-dev"8894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8895dependencies = [8896 "futures 0.3.17",8897 "futures-timer 3.0.2",8898 "log",8899 "parity-scale-codec",8900 "sc-block-builder",8901 "sc-client-api",8902 "sc-proposer-metrics",8903 "sc-telemetry",8904 "sc-transaction-pool-api",8905 "sp-api",8906 "sp-blockchain",8907 "sp-consensus",8908 "sp-core",8909 "sp-inherents",8910 "sp-runtime",8911 "substrate-prometheus-endpoint",8912]89138914[[package]]8915name = "sc-block-builder"8916version = "0.10.0-dev"8917source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8918dependencies = [8919 "parity-scale-codec",8920 "sc-client-api",8921 "sp-api",8922 "sp-block-builder",8923 "sp-blockchain",8924 "sp-core",8925 "sp-inherents",8926 "sp-runtime",8927 "sp-state-machine",8928]89298930[[package]]8931name = "sc-chain-spec"8932version = "4.0.0-dev"8933source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8934dependencies = [8935 "impl-trait-for-tuples 0.2.1",8936 "parity-scale-codec",8937 "sc-chain-spec-derive",8938 "sc-network",8939 "sc-telemetry",8940 "serde",8941 "serde_json",8942 "sp-core",8943 "sp-runtime",8944]89458946[[package]]8947name = "sc-chain-spec-derive"8948version = "4.0.0-dev"8949source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8950dependencies = [8951 "proc-macro-crate 1.1.0",8952 "proc-macro2",8953 "quote",8954 "syn",8955]89568957[[package]]8958name = "sc-cli"8959version = "0.10.0-dev"8960source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8961dependencies = [8962 "chrono",8963 "fdlimit",8964 "futures 0.3.17",8965 "hex",8966 "libp2p",8967 "log",8968 "names",8969 "parity-scale-codec",8970 "rand 0.7.3",8971 "regex",8972 "rpassword",8973 "sc-client-api",8974 "sc-keystore",8975 "sc-network",8976 "sc-service",8977 "sc-telemetry",8978 "sc-tracing",8979 "sc-utils",8980 "serde",8981 "serde_json",8982 "sp-blockchain",8983 "sp-core",8984 "sp-keyring",8985 "sp-keystore",8986 "sp-panic-handler",8987 "sp-runtime",8988 "sp-version",8989 "structopt",8990 "thiserror",8991 "tiny-bip39",8992 "tokio 1.13.0",8993]89948995[[package]]8996name = "sc-client-api"8997version = "4.0.0-dev"8998source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8999dependencies = [9000 "fnv",9001 "futures 0.3.17",9002 "hash-db",9003 "log",9004 "parity-scale-codec",9005 "parking_lot 0.11.2",9006 "sc-executor",9007 "sc-transaction-pool-api",9008 "sc-utils",9009 "sp-api",9010 "sp-blockchain",9011 "sp-consensus",9012 "sp-core",9013 "sp-database",9014 "sp-externalities",9015 "sp-keystore",9016 "sp-runtime",9017 "sp-state-machine",9018 "sp-storage",9019 "sp-trie",9020 "substrate-prometheus-endpoint",9021]90229023[[package]]9024name = "sc-client-db"9025version = "0.10.0-dev"9026source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9027dependencies = [9028 "hash-db",9029 "kvdb",9030 "kvdb-memorydb",9031 "kvdb-rocksdb",9032 "linked-hash-map",9033 "log",9034 "parity-db",9035 "parity-scale-codec",9036 "parking_lot 0.11.2",9037 "sc-client-api",9038 "sc-state-db",9039 "sp-arithmetic",9040 "sp-blockchain",9041 "sp-core",9042 "sp-database",9043 "sp-runtime",9044 "sp-state-machine",9045 "sp-trie",9046]90479048[[package]]9049name = "sc-consensus"9050version = "0.10.0-dev"9051source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9052dependencies = [9053 "async-trait",9054 "futures 0.3.17",9055 "futures-timer 3.0.2",9056 "libp2p",9057 "log",9058 "parking_lot 0.11.2",9059 "sc-client-api",9060 "sc-utils",9061 "serde",9062 "sp-api",9063 "sp-blockchain",9064 "sp-consensus",9065 "sp-core",9066 "sp-runtime",9067 "sp-state-machine",9068 "substrate-prometheus-endpoint",9069 "thiserror",9070]90719072[[package]]9073name = "sc-consensus-aura"9074version = "0.10.0-dev"9075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9076dependencies = [9077 "async-trait",9078 "derive_more",9079 "futures 0.3.17",9080 "log",9081 "parity-scale-codec",9082 "sc-block-builder",9083 "sc-client-api",9084 "sc-consensus",9085 "sc-consensus-slots",9086 "sc-telemetry",9087 "sp-api",9088 "sp-application-crypto",9089 "sp-block-builder",9090 "sp-blockchain",9091 "sp-consensus",9092 "sp-consensus-aura",9093 "sp-consensus-slots",9094 "sp-core",9095 "sp-inherents",9096 "sp-keystore",9097 "sp-runtime",9098 "substrate-prometheus-endpoint",9099]91009101[[package]]9102name = "sc-consensus-babe"9103version = "0.10.0-dev"9104source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9105dependencies = [9106 "async-trait",9107 "derive_more",9108 "fork-tree",9109 "futures 0.3.17",9110 "log",9111 "merlin",9112 "num-bigint",9113 "num-rational 0.2.4",9114 "num-traits",9115 "parity-scale-codec",9116 "parking_lot 0.11.2",9117 "rand 0.7.3",9118 "retain_mut",9119 "sc-client-api",9120 "sc-consensus",9121 "sc-consensus-epochs",9122 "sc-consensus-slots",9123 "sc-keystore",9124 "sc-telemetry",9125 "schnorrkel",9126 "serde",9127 "sp-api",9128 "sp-application-crypto",9129 "sp-block-builder",9130 "sp-blockchain",9131 "sp-consensus",9132 "sp-consensus-babe",9133 "sp-consensus-slots",9134 "sp-consensus-vrf",9135 "sp-core",9136 "sp-inherents",9137 "sp-io",9138 "sp-keystore",9139 "sp-runtime",9140 "sp-version",9141 "substrate-prometheus-endpoint",9142]91439144[[package]]9145name = "sc-consensus-babe-rpc"9146version = "0.10.0-dev"9147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9148dependencies = [9149 "derive_more",9150 "futures 0.3.17",9151 "jsonrpc-core",9152 "jsonrpc-core-client",9153 "jsonrpc-derive",9154 "sc-consensus-babe",9155 "sc-consensus-epochs",9156 "sc-rpc-api",9157 "serde",9158 "sp-api",9159 "sp-application-crypto",9160 "sp-blockchain",9161 "sp-consensus",9162 "sp-consensus-babe",9163 "sp-core",9164 "sp-keystore",9165 "sp-runtime",9166]91679168[[package]]9169name = "sc-consensus-epochs"9170version = "0.10.0-dev"9171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9172dependencies = [9173 "fork-tree",9174 "parity-scale-codec",9175 "sc-client-api",9176 "sc-consensus",9177 "sp-blockchain",9178 "sp-runtime",9179]91809181[[package]]9182name = "sc-consensus-slots"9183version = "0.10.0-dev"9184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9185dependencies = [9186 "async-trait",9187 "futures 0.3.17",9188 "futures-timer 3.0.2",9189 "log",9190 "parity-scale-codec",9191 "sc-client-api",9192 "sc-consensus",9193 "sc-telemetry",9194 "sp-api",9195 "sp-arithmetic",9196 "sp-blockchain",9197 "sp-consensus",9198 "sp-consensus-slots",9199 "sp-core",9200 "sp-inherents",9201 "sp-runtime",9202 "sp-state-machine",9203 "sp-timestamp",9204 "thiserror",9205]92069207[[package]]9208name = "sc-consensus-uncles"9209version = "0.10.0-dev"9210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9211dependencies = [9212 "sc-client-api",9213 "sp-authorship",9214 "sp-runtime",9215 "thiserror",9216]92179218[[package]]9219name = "sc-executor"9220version = "0.10.0-dev"9221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9222dependencies = [9223 "lazy_static",9224 "libsecp256k1 0.6.0",9225 "log",9226 "parity-scale-codec",9227 "parking_lot 0.11.2",9228 "sc-executor-common",9229 "sc-executor-wasmi",9230 "sc-executor-wasmtime",9231 "sp-api",9232 "sp-core",9233 "sp-externalities",9234 "sp-io",9235 "sp-panic-handler",9236 "sp-runtime-interface",9237 "sp-tasks",9238 "sp-trie",9239 "sp-version",9240 "sp-wasm-interface",9241 "wasmi",9242]92439244[[package]]9245name = "sc-executor-common"9246version = "0.10.0-dev"9247source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9248dependencies = [9249 "derive_more",9250 "environmental",9251 "parity-scale-codec",9252 "pwasm-utils",9253 "sc-allocator",9254 "sp-core",9255 "sp-maybe-compressed-blob",9256 "sp-serializer",9257 "sp-wasm-interface",9258 "thiserror",9259 "wasmi",9260]92619262[[package]]9263name = "sc-executor-wasmi"9264version = "0.10.0-dev"9265source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9266dependencies = [9267 "log",9268 "parity-scale-codec",9269 "sc-allocator",9270 "sc-executor-common",9271 "scoped-tls",9272 "sp-core",9273 "sp-runtime-interface",9274 "sp-wasm-interface",9275 "wasmi",9276]92779278[[package]]9279name = "sc-executor-wasmtime"9280version = "0.10.0-dev"9281source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9282dependencies = [9283 "cfg-if 1.0.0",9284 "libc",9285 "log",9286 "parity-scale-codec",9287 "parity-wasm 0.42.2",9288 "sc-allocator",9289 "sc-executor-common",9290 "sp-core",9291 "sp-runtime-interface",9292 "sp-wasm-interface",9293 "wasmtime",9294]92959296[[package]]9297name = "sc-finality-grandpa"9298version = "0.10.0-dev"9299source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9300dependencies = [9301 "async-trait",9302 "derive_more",9303 "dyn-clone",9304 "finality-grandpa",9305 "fork-tree",9306 "futures 0.3.17",9307 "futures-timer 3.0.2",9308 "log",9309 "parity-scale-codec",9310 "parking_lot 0.11.2",9311 "rand 0.8.4",9312 "sc-block-builder",9313 "sc-client-api",9314 "sc-consensus",9315 "sc-keystore",9316 "sc-network",9317 "sc-network-gossip",9318 "sc-telemetry",9319 "sc-utils",9320 "serde_json",9321 "sp-api",9322 "sp-application-crypto",9323 "sp-arithmetic",9324 "sp-blockchain",9325 "sp-consensus",9326 "sp-core",9327 "sp-finality-grandpa",9328 "sp-keystore",9329 "sp-runtime",9330 "substrate-prometheus-endpoint",9331]93329333[[package]]9334name = "sc-finality-grandpa-rpc"9335version = "0.10.0-dev"9336source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9337dependencies = [9338 "derive_more",9339 "finality-grandpa",9340 "futures 0.3.17",9341 "jsonrpc-core",9342 "jsonrpc-core-client",9343 "jsonrpc-derive",9344 "jsonrpc-pubsub",9345 "log",9346 "parity-scale-codec",9347 "sc-client-api",9348 "sc-finality-grandpa",9349 "sc-rpc",9350 "serde",9351 "serde_json",9352 "sp-blockchain",9353 "sp-core",9354 "sp-runtime",9355]93569357[[package]]9358name = "sc-informant"9359version = "0.10.0-dev"9360source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9361dependencies = [9362 "ansi_term 0.12.1",9363 "futures 0.3.17",9364 "futures-timer 3.0.2",9365 "log",9366 "parity-util-mem",9367 "sc-client-api",9368 "sc-network",9369 "sc-transaction-pool-api",9370 "sp-blockchain",9371 "sp-runtime",9372]93739374[[package]]9375name = "sc-keystore"9376version = "4.0.0-dev"9377source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9378dependencies = [9379 "async-trait",9380 "derive_more",9381 "hex",9382 "parking_lot 0.11.2",9383 "serde_json",9384 "sp-application-crypto",9385 "sp-core",9386 "sp-keystore",9387]93889389[[package]]9390name = "sc-light"9391version = "4.0.0-dev"9392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9393dependencies = [9394 "hash-db",9395 "parity-scale-codec",9396 "parking_lot 0.11.2",9397 "sc-client-api",9398 "sc-executor",9399 "sp-api",9400 "sp-blockchain",9401 "sp-core",9402 "sp-externalities",9403 "sp-runtime",9404 "sp-state-machine",9405]94069407[[package]]9408name = "sc-network"9409version = "0.10.0-dev"9410source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9411dependencies = [9412 "async-std",9413 "async-trait",9414 "asynchronous-codec 0.5.0",9415 "bitflags",9416 "bytes 1.1.0",9417 "cid",9418 "derive_more",9419 "either",9420 "fnv",9421 "fork-tree",9422 "futures 0.3.17",9423 "futures-timer 3.0.2",9424 "hex",9425 "ip_network",9426 "libp2p",9427 "linked-hash-map",9428 "linked_hash_set",9429 "log",9430 "lru 0.6.6",9431 "parity-scale-codec",9432 "parking_lot 0.11.2",9433 "pin-project 1.0.8",9434 "prost",9435 "prost-build",9436 "rand 0.7.3",9437 "sc-block-builder",9438 "sc-client-api",9439 "sc-consensus",9440 "sc-peerset",9441 "sc-utils",9442 "serde",9443 "serde_json",9444 "smallvec",9445 "sp-arithmetic",9446 "sp-blockchain",9447 "sp-consensus",9448 "sp-core",9449 "sp-finality-grandpa",9450 "sp-runtime",9451 "substrate-prometheus-endpoint",9452 "thiserror",9453 "unsigned-varint 0.6.0",9454 "void",9455 "zeroize",9456]94579458[[package]]9459name = "sc-network-gossip"9460version = "0.10.0-dev"9461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9462dependencies = [9463 "futures 0.3.17",9464 "futures-timer 3.0.2",9465 "libp2p",9466 "log",9467 "lru 0.6.6",9468 "sc-network",9469 "sp-runtime",9470 "substrate-prometheus-endpoint",9471 "tracing",9472]94739474[[package]]9475name = "sc-offchain"9476version = "4.0.0-dev"9477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9478dependencies = [9479 "bytes 1.1.0",9480 "fnv",9481 "futures 0.3.17",9482 "futures-timer 3.0.2",9483 "hex",9484 "hyper",9485 "hyper-rustls",9486 "log",9487 "num_cpus",9488 "parity-scale-codec",9489 "parking_lot 0.11.2",9490 "rand 0.7.3",9491 "sc-client-api",9492 "sc-network",9493 "sc-utils",9494 "sp-api",9495 "sp-core",9496 "sp-offchain",9497 "sp-runtime",9498 "threadpool",9499]95009501[[package]]9502name = "sc-peerset"9503version = "4.0.0-dev"9504source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9505dependencies = [9506 "futures 0.3.17",9507 "libp2p",9508 "log",9509 "sc-utils",9510 "serde_json",9511 "wasm-timer",9512]95139514[[package]]9515name = "sc-proposer-metrics"9516version = "0.9.0"9517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9518dependencies = [9519 "log",9520 "substrate-prometheus-endpoint",9521]95229523[[package]]9524name = "sc-rpc"9525version = "4.0.0-dev"9526source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9527dependencies = [9528 "futures 0.3.17",9529 "hash-db",9530 "jsonrpc-core",9531 "jsonrpc-pubsub",9532 "log",9533 "parity-scale-codec",9534 "parking_lot 0.11.2",9535 "sc-block-builder",9536 "sc-chain-spec",9537 "sc-client-api",9538 "sc-rpc-api",9539 "sc-tracing",9540 "sc-transaction-pool-api",9541 "sc-utils",9542 "serde_json",9543 "sp-api",9544 "sp-blockchain",9545 "sp-core",9546 "sp-keystore",9547 "sp-offchain",9548 "sp-rpc",9549 "sp-runtime",9550 "sp-session",9551 "sp-version",9552]95539554[[package]]9555name = "sc-rpc-api"9556version = "0.10.0-dev"9557source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9558dependencies = [9559 "futures 0.3.17",9560 "jsonrpc-core",9561 "jsonrpc-core-client",9562 "jsonrpc-derive",9563 "jsonrpc-pubsub",9564 "log",9565 "parity-scale-codec",9566 "parking_lot 0.11.2",9567 "sc-chain-spec",9568 "sc-transaction-pool-api",9569 "serde",9570 "serde_json",9571 "sp-core",9572 "sp-rpc",9573 "sp-runtime",9574 "sp-tracing",9575 "sp-version",9576 "thiserror",9577]95789579[[package]]9580name = "sc-rpc-server"9581version = "4.0.0-dev"9582source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9583dependencies = [9584 "futures 0.3.17",9585 "jsonrpc-core",9586 "jsonrpc-http-server",9587 "jsonrpc-ipc-server",9588 "jsonrpc-pubsub",9589 "jsonrpc-ws-server",9590 "log",9591 "serde_json",9592 "substrate-prometheus-endpoint",9593 "tokio 1.13.0",9594]95959596[[package]]9597name = "sc-service"9598version = "0.10.0-dev"9599source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9600dependencies = [9601 "async-trait",9602 "directories",9603 "exit-future",9604 "futures 0.3.17",9605 "futures-timer 3.0.2",9606 "hash-db",9607 "jsonrpc-core",9608 "jsonrpc-pubsub",9609 "log",9610 "parity-scale-codec",9611 "parity-util-mem",9612 "parking_lot 0.11.2",9613 "pin-project 1.0.8",9614 "rand 0.7.3",9615 "sc-block-builder",9616 "sc-chain-spec",9617 "sc-client-api",9618 "sc-client-db",9619 "sc-consensus",9620 "sc-executor",9621 "sc-informant",9622 "sc-keystore",9623 "sc-light",9624 "sc-network",9625 "sc-offchain",9626 "sc-rpc",9627 "sc-rpc-server",9628 "sc-telemetry",9629 "sc-tracing",9630 "sc-transaction-pool",9631 "sc-transaction-pool-api",9632 "sc-utils",9633 "serde",9634 "serde_json",9635 "sp-api",9636 "sp-application-crypto",9637 "sp-block-builder",9638 "sp-blockchain",9639 "sp-consensus",9640 "sp-core",9641 "sp-externalities",9642 "sp-inherents",9643 "sp-keystore",9644 "sp-runtime",9645 "sp-session",9646 "sp-state-machine",9647 "sp-storage",9648 "sp-tracing",9649 "sp-transaction-pool",9650 "sp-transaction-storage-proof",9651 "sp-trie",9652 "sp-version",9653 "substrate-prometheus-endpoint",9654 "tempfile",9655 "thiserror",9656 "tokio 1.13.0",9657 "tracing",9658 "tracing-futures",9659]96609661[[package]]9662name = "sc-state-db"9663version = "0.10.0-dev"9664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9665dependencies = [9666 "log",9667 "parity-scale-codec",9668 "parity-util-mem",9669 "parity-util-mem-derive",9670 "parking_lot 0.11.2",9671 "sc-client-api",9672 "sp-core",9673]96749675[[package]]9676name = "sc-sync-state-rpc"9677version = "0.10.0-dev"9678source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9679dependencies = [9680 "jsonrpc-core",9681 "jsonrpc-core-client",9682 "jsonrpc-derive",9683 "parity-scale-codec",9684 "sc-chain-spec",9685 "sc-client-api",9686 "sc-consensus-babe",9687 "sc-consensus-epochs",9688 "sc-finality-grandpa",9689 "sc-rpc-api",9690 "serde",9691 "serde_json",9692 "sp-blockchain",9693 "sp-runtime",9694 "thiserror",9695]96969697[[package]]9698name = "sc-telemetry"9699version = "4.0.0-dev"9700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9701dependencies = [9702 "chrono",9703 "futures 0.3.17",9704 "libp2p",9705 "log",9706 "parking_lot 0.11.2",9707 "pin-project 1.0.8",9708 "rand 0.7.3",9709 "serde",9710 "serde_json",9711 "thiserror",9712 "wasm-timer",9713]97149715[[package]]9716name = "sc-tracing"9717version = "4.0.0-dev"9718source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9719dependencies = [9720 "ansi_term 0.12.1",9721 "atty",9722 "chrono",9723 "lazy_static",9724 "log",9725 "once_cell",9726 "parking_lot 0.11.2",9727 "regex",9728 "rustc-hash",9729 "sc-client-api",9730 "sc-rpc-server",9731 "sc-tracing-proc-macro",9732 "serde",9733 "sp-api",9734 "sp-blockchain",9735 "sp-core",9736 "sp-rpc",9737 "sp-runtime",9738 "sp-tracing",9739 "thiserror",9740 "tracing",9741 "tracing-log",9742 "tracing-subscriber",9743]97449745[[package]]9746name = "sc-tracing-proc-macro"9747version = "4.0.0-dev"9748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9749dependencies = [9750 "proc-macro-crate 1.1.0",9751 "proc-macro2",9752 "quote",9753 "syn",9754]97559756[[package]]9757name = "sc-transaction-pool"9758version = "4.0.0-dev"9759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9760dependencies = [9761 "futures 0.3.17",9762 "intervalier",9763 "linked-hash-map",9764 "log",9765 "parity-scale-codec",9766 "parity-util-mem",9767 "parking_lot 0.11.2",9768 "retain_mut",9769 "sc-client-api",9770 "sc-transaction-pool-api",9771 "sc-utils",9772 "serde",9773 "sp-api",9774 "sp-blockchain",9775 "sp-core",9776 "sp-runtime",9777 "sp-tracing",9778 "sp-transaction-pool",9779 "substrate-prometheus-endpoint",9780 "thiserror",9781]97829783[[package]]9784name = "sc-transaction-pool-api"9785version = "4.0.0-dev"9786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9787dependencies = [9788 "derive_more",9789 "futures 0.3.17",9790 "log",9791 "serde",9792 "sp-blockchain",9793 "sp-runtime",9794 "thiserror",9795]97969797[[package]]9798name = "sc-utils"9799version = "4.0.0-dev"9800source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9801dependencies = [9802 "futures 0.3.17",9803 "futures-timer 3.0.2",9804 "lazy_static",9805 "prometheus",9806]98079808[[package]]9809name = "scale-info"9810version = "1.0.0"9811source = "registry+https://github.com/rust-lang/crates.io-index"9812checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9813dependencies = [9814 "bitvec 0.20.4",9815 "cfg-if 1.0.0",9816 "derive_more",9817 "parity-scale-codec",9818 "scale-info-derive",9819 "serde",9820]98219822[[package]]9823name = "scale-info-derive"9824version = "1.0.0"9825source = "registry+https://github.com/rust-lang/crates.io-index"9826checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9827dependencies = [9828 "proc-macro-crate 1.1.0",9829 "proc-macro2",9830 "quote",9831 "syn",9832]98339834[[package]]9835name = "schannel"9836version = "0.1.19"9837source = "registry+https://github.com/rust-lang/crates.io-index"9838checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9839dependencies = [9840 "lazy_static",9841 "winapi 0.3.9",9842]98439844[[package]]9845name = "schnorrkel"9846version = "0.9.1"9847source = "registry+https://github.com/rust-lang/crates.io-index"9848checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9849dependencies = [9850 "arrayref",9851 "arrayvec 0.5.2",9852 "curve25519-dalek 2.1.3",9853 "getrandom 0.1.16",9854 "merlin",9855 "rand 0.7.3",9856 "rand_core 0.5.1",9857 "sha2 0.8.2",9858 "subtle 2.4.1",9859 "zeroize",9860]98619862[[package]]9863name = "scoped-tls"9864version = "1.0.0"9865source = "registry+https://github.com/rust-lang/crates.io-index"9866checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"98679868[[package]]9869name = "scopeguard"9870version = "1.1.0"9871source = "registry+https://github.com/rust-lang/crates.io-index"9872checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"98739874[[package]]9875name = "sct"9876version = "0.6.1"9877source = "registry+https://github.com/rust-lang/crates.io-index"9878checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9879dependencies = [9880 "ring",9881 "untrusted",9882]98839884[[package]]9885name = "secrecy"9886version = "0.8.0"9887source = "registry+https://github.com/rust-lang/crates.io-index"9888checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"9889dependencies = [9890 "zeroize",9891]98929893[[package]]9894name = "security-framework"9895version = "2.4.2"9896source = "registry+https://github.com/rust-lang/crates.io-index"9897checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"9898dependencies = [9899 "bitflags",9900 "core-foundation",9901 "core-foundation-sys",9902 "libc",9903 "security-framework-sys",9904]99059906[[package]]9907name = "security-framework-sys"9908version = "2.4.2"9909source = "registry+https://github.com/rust-lang/crates.io-index"9910checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"9911dependencies = [9912 "core-foundation-sys",9913 "libc",9914]99159916[[package]]9917name = "semver"9918version = "0.6.0"9919source = "registry+https://github.com/rust-lang/crates.io-index"9920checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9921dependencies = [9922 "semver-parser 0.7.0",9923]99249925[[package]]9926name = "semver"9927version = "0.9.0"9928source = "registry+https://github.com/rust-lang/crates.io-index"9929checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9930dependencies = [9931 "semver-parser 0.7.0",9932]99339934[[package]]9935name = "semver"9936version = "0.11.0"9937source = "registry+https://github.com/rust-lang/crates.io-index"9938checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9939dependencies = [9940 "semver-parser 0.10.2",9941 "serde",9942]99439944[[package]]9945name = "semver-parser"9946version = "0.7.0"9947source = "registry+https://github.com/rust-lang/crates.io-index"9948checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"99499950[[package]]9951name = "semver-parser"9952version = "0.10.2"9953source = "registry+https://github.com/rust-lang/crates.io-index"9954checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9955dependencies = [9956 "pest",9957]99589959[[package]]9960name = "serde"9961version = "1.0.130"9962source = "registry+https://github.com/rust-lang/crates.io-index"9963checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"9964dependencies = [9965 "serde_derive",9966]99679968[[package]]9969name = "serde_derive"9970version = "1.0.130"9971source = "registry+https://github.com/rust-lang/crates.io-index"9972checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"9973dependencies = [9974 "proc-macro2",9975 "quote",9976 "syn",9977]99789979[[package]]9980name = "serde_json"9981version = "1.0.68"9982source = "registry+https://github.com/rust-lang/crates.io-index"9983checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"9984dependencies = [9985 "itoa",9986 "ryu",9987 "serde",9988]99899990[[package]]9991name = "sha-1"9992version = "0.8.2"9993source = "registry+https://github.com/rust-lang/crates.io-index"9994checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9995dependencies = [9996 "block-buffer 0.7.3",9997 "digest 0.8.1",9998 "fake-simd",9999 "opaque-debug 0.2.3",10000]1000110002[[package]]10003name = "sha-1"10004version = "0.9.8"10005source = "registry+https://github.com/rust-lang/crates.io-index"10006checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10007dependencies = [10008 "block-buffer 0.9.0",10009 "cfg-if 1.0.0",10010 "cpufeatures 0.2.1",10011 "digest 0.9.0",10012 "opaque-debug 0.3.0",10013]1001410015[[package]]10016name = "sha2"10017version = "0.8.2"10018source = "registry+https://github.com/rust-lang/crates.io-index"10019checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10020dependencies = [10021 "block-buffer 0.7.3",10022 "digest 0.8.1",10023 "fake-simd",10024 "opaque-debug 0.2.3",10025]1002610027[[package]]10028name = "sha2"10029version = "0.9.8"10030source = "registry+https://github.com/rust-lang/crates.io-index"10031checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"10032dependencies = [10033 "block-buffer 0.9.0",10034 "cfg-if 1.0.0",10035 "cpufeatures 0.2.1",10036 "digest 0.9.0",10037 "opaque-debug 0.3.0",10038]1003910040[[package]]10041name = "sha3"10042version = "0.8.2"10043source = "registry+https://github.com/rust-lang/crates.io-index"10044checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10045dependencies = [10046 "block-buffer 0.7.3",10047 "byte-tools",10048 "digest 0.8.1",10049 "keccak",10050 "opaque-debug 0.2.3",10051]1005210053[[package]]10054name = "sha3"10055version = "0.9.1"10056source = "registry+https://github.com/rust-lang/crates.io-index"10057checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10058dependencies = [10059 "block-buffer 0.9.0",10060 "digest 0.9.0",10061 "keccak",10062 "opaque-debug 0.3.0",10063]1006410065[[package]]10066name = "sharded-slab"10067version = "0.1.4"10068source = "registry+https://github.com/rust-lang/crates.io-index"10069checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10070dependencies = [10071 "lazy_static",10072]1007310074[[package]]10075name = "shlex"10076version = "1.1.0"10077source = "registry+https://github.com/rust-lang/crates.io-index"10078checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1007910080[[package]]10081name = "signal-hook"10082version = "0.3.10"10083source = "registry+https://github.com/rust-lang/crates.io-index"10084checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"10085dependencies = [10086 "libc",10087 "signal-hook-registry",10088]1008910090[[package]]10091name = "signal-hook-registry"10092version = "1.4.0"10093source = "registry+https://github.com/rust-lang/crates.io-index"10094checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10095dependencies = [10096 "libc",10097]1009810099[[package]]10100name = "signature"10101version = "1.4.0"10102source = "registry+https://github.com/rust-lang/crates.io-index"10103checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"1010410105[[package]]10106name = "simba"10107version = "0.5.1"10108source = "registry+https://github.com/rust-lang/crates.io-index"10109checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10110dependencies = [10111 "approx",10112 "num-complex",10113 "num-traits",10114 "paste",10115]1011610117[[package]]10118name = "slab"10119version = "0.4.5"10120source = "registry+https://github.com/rust-lang/crates.io-index"10121checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1012210123[[package]]10124name = "slot-range-helper"10125version = "0.9.12"10126source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"10127dependencies = [10128 "enumn",10129 "parity-scale-codec",10130 "paste",10131 "sp-runtime",10132 "sp-std",10133]1013410135[[package]]10136name = "slotmap"10137version = "1.0.6"10138source = "registry+https://github.com/rust-lang/crates.io-index"10139checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10140dependencies = [10141 "version_check",10142]1014310144[[package]]10145name = "smallvec"10146version = "1.7.0"10147source = "registry+https://github.com/rust-lang/crates.io-index"10148checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"1014910150[[package]]10151name = "snap"10152version = "1.0.5"10153source = "registry+https://github.com/rust-lang/crates.io-index"10154checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1015510156[[package]]10157name = "snow"10158version = "0.8.0"10159source = "registry+https://github.com/rust-lang/crates.io-index"10160checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10161dependencies = [10162 "aes-gcm",10163 "blake2",10164 "chacha20poly1305",10165 "rand 0.8.4",10166 "rand_core 0.6.3",10167 "ring",10168 "rustc_version 0.3.3",10169 "sha2 0.9.8",10170 "subtle 2.4.1",10171 "x25519-dalek",10172]1017310174[[package]]10175name = "socket2"10176version = "0.3.19"10177source = "registry+https://github.com/rust-lang/crates.io-index"10178checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10179dependencies = [10180 "cfg-if 1.0.0",10181 "libc",10182 "winapi 0.3.9",10183]1018410185[[package]]10186name = "socket2"10187version = "0.4.2"10188source = "registry+https://github.com/rust-lang/crates.io-index"10189checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"10190dependencies = [10191 "libc",10192 "winapi 0.3.9",10193]1019410195[[package]]10196name = "soketto"10197version = "0.4.2"10198source = "registry+https://github.com/rust-lang/crates.io-index"10199checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"10200dependencies = [10201 "base64 0.12.3",10202 "bytes 0.5.6",10203 "flate2",10204 "futures 0.3.17",10205 "httparse",10206 "log",10207 "rand 0.7.3",10208 "sha-1 0.9.8",10209]1021010211[[package]]10212name = "soketto"10213version = "0.6.0"10214source = "registry+https://github.com/rust-lang/crates.io-index"10215checksum = "a74e48087dbeed4833785c2f3352b59140095dc192dce966a3bfc155020a439f"10216dependencies = [10217 "base64 0.13.0",10218 "bytes 1.1.0",10219 "futures 0.3.17",10220 "httparse",10221 "log",10222 "rand 0.8.4",10223 "sha-1 0.9.8",10224]1022510226[[package]]10227name = "sp-api"10228version = "4.0.0-dev"10229source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10230dependencies = [10231 "hash-db",10232 "log",10233 "parity-scale-codec",10234 "sp-api-proc-macro",10235 "sp-core",10236 "sp-runtime",10237 "sp-state-machine",10238 "sp-std",10239 "sp-version",10240 "thiserror",10241]1024210243[[package]]10244name = "sp-api-proc-macro"10245version = "4.0.0-dev"10246source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10247dependencies = [10248 "blake2-rfc",10249 "proc-macro-crate 1.1.0",10250 "proc-macro2",10251 "quote",10252 "syn",10253]1025410255[[package]]10256name = "sp-application-crypto"10257version = "4.0.0-dev"10258source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10259dependencies = [10260 "parity-scale-codec",10261 "scale-info",10262 "serde",10263 "sp-core",10264 "sp-io",10265 "sp-std",10266]1026710268[[package]]10269name = "sp-arithmetic"10270version = "4.0.0-dev"10271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10272dependencies = [10273 "integer-sqrt",10274 "num-traits",10275 "parity-scale-codec",10276 "scale-info",10277 "serde",10278 "sp-debug-derive",10279 "sp-std",10280 "static_assertions",10281]1028210283[[package]]10284name = "sp-authority-discovery"10285version = "4.0.0-dev"10286source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10287dependencies = [10288 "parity-scale-codec",10289 "scale-info",10290 "sp-api",10291 "sp-application-crypto",10292 "sp-runtime",10293 "sp-std",10294]1029510296[[package]]10297name = "sp-authorship"10298version = "4.0.0-dev"10299source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10300dependencies = [10301 "async-trait",10302 "parity-scale-codec",10303 "sp-inherents",10304 "sp-runtime",10305 "sp-std",10306]1030710308[[package]]10309name = "sp-block-builder"10310version = "4.0.0-dev"10311source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10312dependencies = [10313 "parity-scale-codec",10314 "sp-api",10315 "sp-inherents",10316 "sp-runtime",10317 "sp-std",10318]1031910320[[package]]10321name = "sp-blockchain"10322version = "4.0.0-dev"10323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10324dependencies = [10325 "futures 0.3.17",10326 "log",10327 "lru 0.6.6",10328 "parity-scale-codec",10329 "parking_lot 0.11.2",10330 "sp-api",10331 "sp-consensus",10332 "sp-database",10333 "sp-runtime",10334 "sp-state-machine",10335 "thiserror",10336]1033710338[[package]]10339name = "sp-consensus"10340version = "0.10.0-dev"10341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10342dependencies = [10343 "async-trait",10344 "futures 0.3.17",10345 "futures-timer 3.0.2",10346 "log",10347 "parity-scale-codec",10348 "sp-core",10349 "sp-inherents",10350 "sp-runtime",10351 "sp-state-machine",10352 "sp-std",10353 "sp-version",10354 "thiserror",10355]1035610357[[package]]10358name = "sp-consensus-aura"10359version = "0.10.0-dev"10360source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10361dependencies = [10362 "async-trait",10363 "parity-scale-codec",10364 "scale-info",10365 "sp-api",10366 "sp-application-crypto",10367 "sp-consensus",10368 "sp-consensus-slots",10369 "sp-inherents",10370 "sp-runtime",10371 "sp-std",10372 "sp-timestamp",10373]1037410375[[package]]10376name = "sp-consensus-babe"10377version = "0.10.0-dev"10378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10379dependencies = [10380 "async-trait",10381 "merlin",10382 "parity-scale-codec",10383 "scale-info",10384 "serde",10385 "sp-api",10386 "sp-application-crypto",10387 "sp-consensus",10388 "sp-consensus-slots",10389 "sp-consensus-vrf",10390 "sp-core",10391 "sp-inherents",10392 "sp-keystore",10393 "sp-runtime",10394 "sp-std",10395 "sp-timestamp",10396]1039710398[[package]]10399name = "sp-consensus-slots"10400version = "0.10.0-dev"10401source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10402dependencies = [10403 "parity-scale-codec",10404 "scale-info",10405 "sp-arithmetic",10406 "sp-runtime",10407]1040810409[[package]]10410name = "sp-consensus-vrf"10411version = "0.10.0-dev"10412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10413dependencies = [10414 "parity-scale-codec",10415 "schnorrkel",10416 "sp-core",10417 "sp-runtime",10418 "sp-std",10419]1042010421[[package]]10422name = "sp-core"10423version = "4.0.0-dev"10424source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10425dependencies = [10426 "base58",10427 "blake2-rfc",10428 "byteorder",10429 "dyn-clonable",10430 "ed25519-dalek",10431 "futures 0.3.17",10432 "hash-db",10433 "hash256-std-hasher",10434 "hex",10435 "impl-serde",10436 "lazy_static",10437 "libsecp256k1 0.6.0",10438 "log",10439 "merlin",10440 "num-traits",10441 "parity-scale-codec",10442 "parity-util-mem",10443 "parking_lot 0.11.2",10444 "primitive-types 0.10.1",10445 "rand 0.7.3",10446 "regex",10447 "scale-info",10448 "schnorrkel",10449 "secrecy",10450 "serde",10451 "sha2 0.9.8",10452 "sp-debug-derive",10453 "sp-externalities",10454 "sp-runtime-interface",10455 "sp-std",10456 "sp-storage",10457 "ss58-registry",10458 "substrate-bip39",10459 "thiserror",10460 "tiny-bip39",10461 "tiny-keccak",10462 "twox-hash",10463 "wasmi",10464 "zeroize",10465]1046610467[[package]]10468name = "sp-database"10469version = "4.0.0-dev"10470source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10471dependencies = [10472 "kvdb",10473 "parking_lot 0.11.2",10474]1047510476[[package]]10477name = "sp-debug-derive"10478version = "3.0.0"10479source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10480dependencies = [10481 "proc-macro2",10482 "quote",10483 "syn",10484]1048510486[[package]]10487name = "sp-externalities"10488version = "0.10.0-dev"10489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10490dependencies = [10491 "environmental",10492 "parity-scale-codec",10493 "sp-std",10494 "sp-storage",10495]1049610497[[package]]10498name = "sp-finality-grandpa"10499version = "4.0.0-dev"10500source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10501dependencies = [10502 "finality-grandpa",10503 "log",10504 "parity-scale-codec",10505 "scale-info",10506 "serde",10507 "sp-api",10508 "sp-application-crypto",10509 "sp-core",10510 "sp-keystore",10511 "sp-runtime",10512 "sp-std",10513]1051410515[[package]]10516name = "sp-inherents"10517version = "4.0.0-dev"10518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10519dependencies = [10520 "async-trait",10521 "impl-trait-for-tuples 0.2.1",10522 "parity-scale-codec",10523 "sp-core",10524 "sp-runtime",10525 "sp-std",10526 "thiserror",10527]1052810529[[package]]10530name = "sp-io"10531version = "4.0.0-dev"10532source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10533dependencies = [10534 "futures 0.3.17",10535 "hash-db",10536 "libsecp256k1 0.6.0",10537 "log",10538 "parity-scale-codec",10539 "parking_lot 0.11.2",10540 "sp-core",10541 "sp-externalities",10542 "sp-keystore",10543 "sp-runtime-interface",10544 "sp-state-machine",10545 "sp-std",10546 "sp-tracing",10547 "sp-trie",10548 "sp-wasm-interface",10549 "tracing",10550 "tracing-core",10551]1055210553[[package]]10554name = "sp-keyring"10555version = "4.0.0-dev"10556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10557dependencies = [10558 "lazy_static",10559 "sp-core",10560 "sp-runtime",10561 "strum 0.20.0",10562]1056310564[[package]]10565name = "sp-keystore"10566version = "0.10.0-dev"10567source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10568dependencies = [10569 "async-trait",10570 "derive_more",10571 "futures 0.3.17",10572 "merlin",10573 "parity-scale-codec",10574 "parking_lot 0.11.2",10575 "schnorrkel",10576 "serde",10577 "sp-core",10578 "sp-externalities",10579]1058010581[[package]]10582name = "sp-maybe-compressed-blob"10583version = "4.0.0-dev"10584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10585dependencies = [10586 "zstd",10587]1058810589[[package]]10590name = "sp-npos-elections"10591version = "4.0.0-dev"10592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10593dependencies = [10594 "parity-scale-codec",10595 "scale-info",10596 "serde",10597 "sp-arithmetic",10598 "sp-core",10599 "sp-npos-elections-solution-type",10600 "sp-runtime",10601 "sp-std",10602]1060310604[[package]]10605name = "sp-npos-elections-solution-type"10606version = "4.0.0-dev"10607source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10608dependencies = [10609 "proc-macro-crate 1.1.0",10610 "proc-macro2",10611 "quote",10612 "syn",10613]1061410615[[package]]10616name = "sp-offchain"10617version = "4.0.0-dev"10618source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10619dependencies = [10620 "sp-api",10621 "sp-core",10622 "sp-runtime",10623]1062410625[[package]]10626name = "sp-panic-handler"10627version = "3.0.0"10628source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10629dependencies = [10630 "backtrace",10631]1063210633[[package]]10634name = "sp-rpc"10635version = "4.0.0-dev"10636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10637dependencies = [10638 "rustc-hash",10639 "serde",10640 "sp-core",10641]1064210643[[package]]10644name = "sp-runtime"10645version = "4.0.0-dev"10646source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10647dependencies = [10648 "either",10649 "hash256-std-hasher",10650 "impl-trait-for-tuples 0.2.1",10651 "log",10652 "parity-scale-codec",10653 "parity-util-mem",10654 "paste",10655 "rand 0.7.3",10656 "scale-info",10657 "serde",10658 "sp-application-crypto",10659 "sp-arithmetic",10660 "sp-core",10661 "sp-io",10662 "sp-std",10663]1066410665[[package]]10666name = "sp-runtime-interface"10667version = "4.0.0-dev"10668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10669dependencies = [10670 "impl-trait-for-tuples 0.2.1",10671 "parity-scale-codec",10672 "primitive-types 0.10.1",10673 "sp-externalities",10674 "sp-runtime-interface-proc-macro",10675 "sp-std",10676 "sp-storage",10677 "sp-tracing",10678 "sp-wasm-interface",10679 "static_assertions",10680]1068110682[[package]]10683name = "sp-runtime-interface-proc-macro"10684version = "4.0.0-dev"10685source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10686dependencies = [10687 "Inflector",10688 "proc-macro-crate 1.1.0",10689 "proc-macro2",10690 "quote",10691 "syn",10692]1069310694[[package]]10695name = "sp-sandbox"10696version = "0.10.0-dev"10697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10698dependencies = [10699 "log",10700 "parity-scale-codec",10701 "sp-core",10702 "sp-io",10703 "sp-std",10704 "sp-wasm-interface",10705 "wasmi",10706]1070710708[[package]]10709name = "sp-serializer"10710version = "3.0.0"10711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10712dependencies = [10713 "serde",10714 "serde_json",10715]1071610717[[package]]10718name = "sp-session"10719version = "4.0.0-dev"10720source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10721dependencies = [10722 "parity-scale-codec",10723 "scale-info",10724 "sp-api",10725 "sp-core",10726 "sp-runtime",10727 "sp-staking",10728 "sp-std",10729]1073010731[[package]]10732name = "sp-staking"10733version = "4.0.0-dev"10734source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10735dependencies = [10736 "parity-scale-codec",10737 "scale-info",10738 "sp-runtime",10739 "sp-std",10740]1074110742[[package]]10743name = "sp-state-machine"10744version = "0.10.0-dev"10745source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10746dependencies = [10747 "hash-db",10748 "log",10749 "num-traits",10750 "parity-scale-codec",10751 "parking_lot 0.11.2",10752 "rand 0.7.3",10753 "smallvec",10754 "sp-core",10755 "sp-externalities",10756 "sp-panic-handler",10757 "sp-std",10758 "sp-trie",10759 "thiserror",10760 "tracing",10761 "trie-db",10762 "trie-root",10763]1076410765[[package]]10766name = "sp-std"10767version = "4.0.0-dev"10768source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"1076910770[[package]]10771name = "sp-storage"10772version = "4.0.0-dev"10773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10774dependencies = [10775 "impl-serde",10776 "parity-scale-codec",10777 "ref-cast",10778 "serde",10779 "sp-debug-derive",10780 "sp-std",10781]1078210783[[package]]10784name = "sp-tasks"10785version = "4.0.0-dev"10786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10787dependencies = [10788 "log",10789 "sp-core",10790 "sp-externalities",10791 "sp-io",10792 "sp-runtime-interface",10793 "sp-std",10794]1079510796[[package]]10797name = "sp-timestamp"10798version = "4.0.0-dev"10799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10800dependencies = [10801 "async-trait",10802 "futures-timer 3.0.2",10803 "log",10804 "parity-scale-codec",10805 "sp-api",10806 "sp-inherents",10807 "sp-runtime",10808 "sp-std",10809 "thiserror",10810]1081110812[[package]]10813name = "sp-tracing"10814version = "4.0.0-dev"10815source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10816dependencies = [10817 "parity-scale-codec",10818 "sp-std",10819 "tracing",10820 "tracing-core",10821 "tracing-subscriber",10822]1082310824[[package]]10825name = "sp-transaction-pool"10826version = "4.0.0-dev"10827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10828dependencies = [10829 "sp-api",10830 "sp-runtime",10831]1083210833[[package]]10834name = "sp-transaction-storage-proof"10835version = "4.0.0-dev"10836source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10837dependencies = [10838 "async-trait",10839 "log",10840 "parity-scale-codec",10841 "scale-info",10842 "sp-core",10843 "sp-inherents",10844 "sp-runtime",10845 "sp-std",10846 "sp-trie",10847]1084810849[[package]]10850name = "sp-trie"10851version = "4.0.0-dev"10852source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10853dependencies = [10854 "hash-db",10855 "memory-db",10856 "parity-scale-codec",10857 "scale-info",10858 "sp-core",10859 "sp-std",10860 "trie-db",10861 "trie-root",10862]1086310864[[package]]10865name = "sp-version"10866version = "4.0.0-dev"10867source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10868dependencies = [10869 "impl-serde",10870 "parity-scale-codec",10871 "parity-wasm 0.42.2",10872 "scale-info",10873 "serde",10874 "sp-runtime",10875 "sp-std",10876 "sp-version-proc-macro",10877 "thiserror",10878]1087910880[[package]]10881name = "sp-version-proc-macro"10882version = "4.0.0-dev"10883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10884dependencies = [10885 "parity-scale-codec",10886 "proc-macro2",10887 "quote",10888 "syn",10889]1089010891[[package]]10892name = "sp-wasm-interface"10893version = "4.0.0-dev"10894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10895dependencies = [10896 "impl-trait-for-tuples 0.2.1",10897 "parity-scale-codec",10898 "sp-std",10899 "wasmi",10900]1090110902[[package]]10903name = "spin"10904version = "0.5.2"10905source = "registry+https://github.com/rust-lang/crates.io-index"10906checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1090710908[[package]]10909name = "ss58-registry"10910version = "1.2.0"10911source = "registry+https://github.com/rust-lang/crates.io-index"10912checksum = "bb102b328df61c67f8ccf8471b29c31c7d6da646a867aff95fe8bff386fe7c4d"10913dependencies = [10914 "Inflector",10915 "proc-macro2",10916 "quote",10917 "serde",10918 "serde_json",10919 "unicode-xid",10920]1092110922[[package]]10923name = "stable_deref_trait"10924version = "1.2.0"10925source = "registry+https://github.com/rust-lang/crates.io-index"10926checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1092710928[[package]]10929name = "static_assertions"10930version = "1.1.0"10931source = "registry+https://github.com/rust-lang/crates.io-index"10932checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1093310934[[package]]10935name = "static_init"10936version = "0.5.2"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10939dependencies = [10940 "cfg_aliases",10941 "libc",10942 "parking_lot 0.11.2",10943 "static_init_macro",10944]1094510946[[package]]10947name = "static_init_macro"10948version = "0.5.0"10949source = "registry+https://github.com/rust-lang/crates.io-index"10950checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10951dependencies = [10952 "cfg_aliases",10953 "memchr",10954 "proc-macro2",10955 "quote",10956 "syn",10957]1095810959[[package]]10960name = "statrs"10961version = "0.15.0"10962source = "registry+https://github.com/rust-lang/crates.io-index"10963checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10964dependencies = [10965 "approx",10966 "lazy_static",10967 "nalgebra",10968 "num-traits",10969 "rand 0.8.4",10970]1097110972[[package]]10973name = "strsim"10974version = "0.8.0"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1097710978[[package]]10979name = "strsim"10980version = "0.10.0"10981source = "registry+https://github.com/rust-lang/crates.io-index"10982checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1098310984[[package]]10985name = "structopt"10986version = "0.3.25"10987source = "registry+https://github.com/rust-lang/crates.io-index"10988checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"10989dependencies = [10990 "clap",10991 "lazy_static",10992 "structopt-derive",10993]1099410995[[package]]10996name = "structopt-derive"10997version = "0.4.18"10998source = "registry+https://github.com/rust-lang/crates.io-index"10999checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"11000dependencies = [11001 "heck",11002 "proc-macro-error 1.0.4",11003 "proc-macro2",11004 "quote",11005 "syn",11006]1100711008[[package]]11009name = "strum"11010version = "0.20.0"11011source = "registry+https://github.com/rust-lang/crates.io-index"11012checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"11013dependencies = [11014 "strum_macros 0.20.1",11015]1101611017[[package]]11018name = "strum"11019version = "0.21.0"11020source = "registry+https://github.com/rust-lang/crates.io-index"11021checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"1102211023[[package]]11024name = "strum"11025version = "0.22.0"11026source = "registry+https://github.com/rust-lang/crates.io-index"11027checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"11028dependencies = [11029 "strum_macros 0.22.0",11030]1103111032[[package]]11033name = "strum_macros"11034version = "0.20.1"11035source = "registry+https://github.com/rust-lang/crates.io-index"11036checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"11037dependencies = [11038 "heck",11039 "proc-macro2",11040 "quote",11041 "syn",11042]1104311044[[package]]11045name = "strum_macros"11046version = "0.21.1"11047source = "registry+https://github.com/rust-lang/crates.io-index"11048checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"11049dependencies = [11050 "heck",11051 "proc-macro2",11052 "quote",11053 "syn",11054]1105511056[[package]]11057name = "strum_macros"11058version = "0.22.0"11059source = "registry+https://github.com/rust-lang/crates.io-index"11060checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"11061dependencies = [11062 "heck",11063 "proc-macro2",11064 "quote",11065 "syn",11066]1106711068[[package]]11069name = "substrate-bip39"11070version = "0.4.4"11071source = "registry+https://github.com/rust-lang/crates.io-index"11072checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11073dependencies = [11074 "hmac 0.11.0",11075 "pbkdf2 0.8.0",11076 "schnorrkel",11077 "sha2 0.9.8",11078 "zeroize",11079]1108011081[[package]]11082name = "substrate-build-script-utils"11083version = "3.0.0"11084source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11085dependencies = [11086 "platforms",11087]1108811089[[package]]11090name = "substrate-frame-rpc-system"11091version = "4.0.0-dev"11092source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11093dependencies = [11094 "frame-system-rpc-runtime-api",11095 "futures 0.3.17",11096 "jsonrpc-core",11097 "jsonrpc-core-client",11098 "jsonrpc-derive",11099 "log",11100 "parity-scale-codec",11101 "sc-client-api",11102 "sc-rpc-api",11103 "sc-transaction-pool-api",11104 "sp-api",11105 "sp-block-builder",11106 "sp-blockchain",11107 "sp-core",11108 "sp-runtime",11109]1111011111[[package]]11112name = "substrate-prometheus-endpoint"11113version = "0.9.0"11114source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11115dependencies = [11116 "async-std",11117 "derive_more",11118 "futures-util",11119 "hyper",11120 "log",11121 "prometheus",11122 "tokio 1.13.0",11123]1112411125[[package]]11126name = "substrate-test-client"11127version = "2.0.1"11128source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11129dependencies = [11130 "async-trait",11131 "futures 0.3.17",11132 "hex",11133 "parity-scale-codec",11134 "sc-client-api",11135 "sc-client-db",11136 "sc-consensus",11137 "sc-executor",11138 "sc-light",11139 "sc-offchain",11140 "sc-service",11141 "serde",11142 "serde_json",11143 "sp-blockchain",11144 "sp-consensus",11145 "sp-core",11146 "sp-keyring",11147 "sp-keystore",11148 "sp-runtime",11149 "sp-state-machine",11150]1115111152[[package]]11153name = "substrate-test-utils"11154version = "4.0.0-dev"11155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11156dependencies = [11157 "futures 0.3.17",11158 "substrate-test-utils-derive",11159 "tokio 1.13.0",11160]1116111162[[package]]11163name = "substrate-test-utils-derive"11164version = "0.10.0-dev"11165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11166dependencies = [11167 "proc-macro-crate 1.1.0",11168 "proc-macro2",11169 "quote",11170 "syn",11171]1117211173[[package]]11174name = "substrate-wasm-builder"11175version = "5.0.0-dev"11176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11177dependencies = [11178 "ansi_term 0.12.1",11179 "build-helper",11180 "cargo_metadata",11181 "sp-maybe-compressed-blob",11182 "tempfile",11183 "toml",11184 "walkdir",11185 "wasm-gc-api",11186]1118711188[[package]]11189name = "subtle"11190version = "1.0.0"11191source = "registry+https://github.com/rust-lang/crates.io-index"11192checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1119311194[[package]]11195name = "subtle"11196version = "2.4.1"11197source = "registry+https://github.com/rust-lang/crates.io-index"11198checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1119911200[[package]]11201name = "syn"11202version = "1.0.81"11203source = "registry+https://github.com/rust-lang/crates.io-index"11204checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"11205dependencies = [11206 "proc-macro2",11207 "quote",11208 "unicode-xid",11209]1121011211[[package]]11212name = "syn-mid"11213version = "0.5.3"11214source = "registry+https://github.com/rust-lang/crates.io-index"11215checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"11216dependencies = [11217 "proc-macro2",11218 "quote",11219 "syn",11220]1122111222[[package]]11223name = "synstructure"11224version = "0.12.6"11225source = "registry+https://github.com/rust-lang/crates.io-index"11226checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11227dependencies = [11228 "proc-macro2",11229 "quote",11230 "syn",11231 "unicode-xid",11232]1123311234[[package]]11235name = "tap"11236version = "1.0.1"11237source = "registry+https://github.com/rust-lang/crates.io-index"11238checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1123911240[[package]]11241name = "target-lexicon"11242version = "0.12.2"11243source = "registry+https://github.com/rust-lang/crates.io-index"11244checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"1124511246[[package]]11247name = "tempfile"11248version = "3.2.0"11249source = "registry+https://github.com/rust-lang/crates.io-index"11250checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"11251dependencies = [11252 "cfg-if 1.0.0",11253 "libc",11254 "rand 0.8.4",11255 "redox_syscall 0.2.10",11256 "remove_dir_all",11257 "winapi 0.3.9",11258]1125911260[[package]]11261name = "termcolor"11262version = "1.1.2"11263source = "registry+https://github.com/rust-lang/crates.io-index"11264checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11265dependencies = [11266 "winapi-util",11267]1126811269[[package]]11270name = "textwrap"11271version = "0.11.0"11272source = "registry+https://github.com/rust-lang/crates.io-index"11273checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11274dependencies = [11275 "unicode-width",11276]1127711278[[package]]11279name = "thiserror"11280version = "1.0.30"11281source = "registry+https://github.com/rust-lang/crates.io-index"11282checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11283dependencies = [11284 "thiserror-impl",11285]1128611287[[package]]11288name = "thiserror-impl"11289version = "1.0.30"11290source = "registry+https://github.com/rust-lang/crates.io-index"11291checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11292dependencies = [11293 "proc-macro2",11294 "quote",11295 "syn",11296]1129711298[[package]]11299name = "thread_local"11300version = "1.1.3"11301source = "registry+https://github.com/rust-lang/crates.io-index"11302checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"11303dependencies = [11304 "once_cell",11305]1130611307[[package]]11308name = "threadpool"11309version = "1.8.1"11310source = "registry+https://github.com/rust-lang/crates.io-index"11311checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11312dependencies = [11313 "num_cpus",11314]1131511316[[package]]11317name = "thrift"11318version = "0.13.0"11319source = "registry+https://github.com/rust-lang/crates.io-index"11320checksum = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b"11321dependencies = [11322 "byteorder",11323 "integer-encoding",11324 "log",11325 "ordered-float",11326 "threadpool",11327]1132811329[[package]]11330name = "time"11331version = "0.1.44"11332source = "registry+https://github.com/rust-lang/crates.io-index"11333checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11334dependencies = [11335 "libc",11336 "wasi 0.10.0+wasi-snapshot-preview1",11337 "winapi 0.3.9",11338]1133911340[[package]]11341name = "tiny-bip39"11342version = "0.8.2"11343source = "registry+https://github.com/rust-lang/crates.io-index"11344checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11345dependencies = [11346 "anyhow",11347 "hmac 0.8.1",11348 "once_cell",11349 "pbkdf2 0.4.0",11350 "rand 0.7.3",11351 "rustc-hash",11352 "sha2 0.9.8",11353 "thiserror",11354 "unicode-normalization",11355 "wasm-bindgen",11356 "zeroize",11357]1135811359[[package]]11360name = "tiny-keccak"11361version = "2.0.2"11362source = "registry+https://github.com/rust-lang/crates.io-index"11363checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11364dependencies = [11365 "crunchy",11366]1136711368[[package]]11369name = "tinyvec"11370version = "1.5.0"11371source = "registry+https://github.com/rust-lang/crates.io-index"11372checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"11373dependencies = [11374 "tinyvec_macros",11375]1137611377[[package]]11378name = "tinyvec_macros"11379version = "0.1.0"11380source = "registry+https://github.com/rust-lang/crates.io-index"11381checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1138211383[[package]]11384name = "tokio"11385version = "0.2.25"11386source = "registry+https://github.com/rust-lang/crates.io-index"11387checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11388dependencies = [11389 "bytes 0.5.6",11390 "fnv",11391 "pin-project-lite 0.1.12",11392 "tokio-macros 0.2.6",11393]1139411395[[package]]11396name = "tokio"11397version = "1.13.0"11398source = "registry+https://github.com/rust-lang/crates.io-index"11399checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"11400dependencies = [11401 "autocfg",11402 "bytes 1.1.0",11403 "libc",11404 "memchr",11405 "mio 0.7.14",11406 "num_cpus",11407 "once_cell",11408 "pin-project-lite 0.2.7",11409 "signal-hook-registry",11410 "tokio-macros 1.5.1",11411 "winapi 0.3.9",11412]1141311414[[package]]11415name = "tokio-macros"11416version = "0.2.6"11417source = "registry+https://github.com/rust-lang/crates.io-index"11418checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11419dependencies = [11420 "proc-macro2",11421 "quote",11422 "syn",11423]1142411425[[package]]11426name = "tokio-macros"11427version = "1.5.1"11428source = "registry+https://github.com/rust-lang/crates.io-index"11429checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"11430dependencies = [11431 "proc-macro2",11432 "quote",11433 "syn",11434]1143511436[[package]]11437name = "tokio-rustls"11438version = "0.22.0"11439source = "registry+https://github.com/rust-lang/crates.io-index"11440checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11441dependencies = [11442 "rustls",11443 "tokio 1.13.0",11444 "webpki",11445]1144611447[[package]]11448name = "tokio-stream"11449version = "0.1.8"11450source = "registry+https://github.com/rust-lang/crates.io-index"11451checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11452dependencies = [11453 "futures-core",11454 "pin-project-lite 0.2.7",11455 "tokio 1.13.0",11456]1145711458[[package]]11459name = "tokio-util"11460version = "0.6.9"11461source = "registry+https://github.com/rust-lang/crates.io-index"11462checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11463dependencies = [11464 "bytes 1.1.0",11465 "futures-core",11466 "futures-io",11467 "futures-sink",11468 "log",11469 "pin-project-lite 0.2.7",11470 "tokio 1.13.0",11471]1147211473[[package]]11474name = "toml"11475version = "0.5.8"11476source = "registry+https://github.com/rust-lang/crates.io-index"11477checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11478dependencies = [11479 "serde",11480]1148111482[[package]]11483name = "tower-service"11484version = "0.3.1"11485source = "registry+https://github.com/rust-lang/crates.io-index"11486checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1148711488[[package]]11489name = "tracing"11490version = "0.1.29"11491source = "registry+https://github.com/rust-lang/crates.io-index"11492checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"11493dependencies = [11494 "cfg-if 1.0.0",11495 "pin-project-lite 0.2.7",11496 "tracing-attributes",11497 "tracing-core",11498]1149911500[[package]]11501name = "tracing-attributes"11502version = "0.1.18"11503source = "registry+https://github.com/rust-lang/crates.io-index"11504checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"11505dependencies = [11506 "proc-macro2",11507 "quote",11508 "syn",11509]1151011511[[package]]11512name = "tracing-core"11513version = "0.1.21"11514source = "registry+https://github.com/rust-lang/crates.io-index"11515checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"11516dependencies = [11517 "lazy_static",11518]1151911520[[package]]11521name = "tracing-futures"11522version = "0.2.5"11523source = "registry+https://github.com/rust-lang/crates.io-index"11524checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11525dependencies = [11526 "pin-project 1.0.8",11527 "tracing",11528]1152911530[[package]]11531name = "tracing-log"11532version = "0.1.2"11533source = "registry+https://github.com/rust-lang/crates.io-index"11534checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11535dependencies = [11536 "lazy_static",11537 "log",11538 "tracing-core",11539]1154011541[[package]]11542name = "tracing-serde"11543version = "0.1.2"11544source = "registry+https://github.com/rust-lang/crates.io-index"11545checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11546dependencies = [11547 "serde",11548 "tracing-core",11549]1155011551[[package]]11552name = "tracing-subscriber"11553version = "0.2.25"11554source = "registry+https://github.com/rust-lang/crates.io-index"11555checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11556dependencies = [11557 "ansi_term 0.12.1",11558 "chrono",11559 "lazy_static",11560 "matchers",11561 "regex",11562 "serde",11563 "serde_json",11564 "sharded-slab",11565 "smallvec",11566 "thread_local",11567 "tracing",11568 "tracing-core",11569 "tracing-log",11570 "tracing-serde",11571]1157211573[[package]]11574name = "trie-db"11575version = "0.22.6"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa"11578dependencies = [11579 "hash-db",11580 "hashbrown",11581 "log",11582 "rustc-hex",11583 "smallvec",11584]1158511586[[package]]11587name = "trie-root"11588version = "0.16.0"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"11591dependencies = [11592 "hash-db",11593]1159411595[[package]]11596name = "triehash"11597version = "0.8.4"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11600dependencies = [11601 "hash-db",11602 "rlp",11603]1160411605[[package]]11606name = "trust-dns-proto"11607version = "0.20.3"11608source = "registry+https://github.com/rust-lang/crates.io-index"11609checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11610dependencies = [11611 "async-trait",11612 "cfg-if 1.0.0",11613 "data-encoding",11614 "enum-as-inner",11615 "futures-channel",11616 "futures-io",11617 "futures-util",11618 "idna 0.2.3",11619 "ipnet",11620 "lazy_static",11621 "log",11622 "rand 0.8.4",11623 "smallvec",11624 "thiserror",11625 "tinyvec",11626 "url 2.2.2",11627]1162811629[[package]]11630name = "trust-dns-resolver"11631version = "0.20.3"11632source = "registry+https://github.com/rust-lang/crates.io-index"11633checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11634dependencies = [11635 "cfg-if 1.0.0",11636 "futures-util",11637 "ipconfig",11638 "lazy_static",11639 "log",11640 "lru-cache",11641 "parking_lot 0.11.2",11642 "resolv-conf",11643 "smallvec",11644 "thiserror",11645 "trust-dns-proto",11646]1164711648[[package]]11649name = "try-lock"11650version = "0.2.3"11651source = "registry+https://github.com/rust-lang/crates.io-index"11652checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1165311654[[package]]11655name = "try-runtime-cli"11656version = "0.10.0-dev"11657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"11658dependencies = [11659 "jsonrpsee-ws-client",11660 "log",11661 "parity-scale-codec",11662 "remote-externalities",11663 "sc-chain-spec",11664 "sc-cli",11665 "sc-executor",11666 "sc-service",11667 "serde",11668 "sp-core",11669 "sp-externalities",11670 "sp-io",11671 "sp-keystore",11672 "sp-runtime",11673 "sp-state-machine",11674 "sp-version",11675 "structopt",11676]1167711678[[package]]11679name = "twox-hash"11680version = "1.6.1"11681source = "registry+https://github.com/rust-lang/crates.io-index"11682checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"11683dependencies = [11684 "cfg-if 1.0.0",11685 "rand 0.8.4",11686 "static_assertions",11687]1168811689[[package]]11690name = "typenum"11691version = "1.14.0"11692source = "registry+https://github.com/rust-lang/crates.io-index"11693checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"1169411695[[package]]11696name = "uc-rpc"11697version = "0.1.0"11698dependencies = [11699 "jsonrpc-core",11700 "jsonrpc-core-client",11701 "jsonrpc-derive",11702 "nft-data-structs",11703 "pallet-common",11704 "parity-scale-codec",11705 "sp-api",11706 "sp-blockchain",11707 "sp-core",11708 "sp-rpc",11709 "sp-runtime",11710 "up-rpc",11711]1171211713[[package]]11714name = "ucd-trie"11715version = "0.1.3"11716source = "registry+https://github.com/rust-lang/crates.io-index"11717checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1171811719[[package]]11720name = "uint"11721version = "0.9.1"11722source = "registry+https://github.com/rust-lang/crates.io-index"11723checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"11724dependencies = [11725 "byteorder",11726 "crunchy",11727 "hex",11728 "static_assertions",11729]1173011731[[package]]11732name = "unicase"11733version = "2.6.0"11734source = "registry+https://github.com/rust-lang/crates.io-index"11735checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11736dependencies = [11737 "version_check",11738]1173911740[[package]]11741name = "unicode-bidi"11742version = "0.3.7"11743source = "registry+https://github.com/rust-lang/crates.io-index"11744checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1174511746[[package]]11747name = "unicode-normalization"11748version = "0.1.19"11749source = "registry+https://github.com/rust-lang/crates.io-index"11750checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11751dependencies = [11752 "tinyvec",11753]1175411755[[package]]11756name = "unicode-segmentation"11757version = "1.8.0"11758source = "registry+https://github.com/rust-lang/crates.io-index"11759checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"1176011761[[package]]11762name = "unicode-width"11763version = "0.1.9"11764source = "registry+https://github.com/rust-lang/crates.io-index"11765checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1176611767[[package]]11768name = "unicode-xid"11769version = "0.2.2"11770source = "registry+https://github.com/rust-lang/crates.io-index"11771checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1177211773[[package]]11774name = "universal-hash"11775version = "0.4.1"11776source = "registry+https://github.com/rust-lang/crates.io-index"11777checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11778dependencies = [11779 "generic-array 0.14.4",11780 "subtle 2.4.1",11781]1178211783[[package]]11784name = "unsigned-varint"11785version = "0.5.1"11786source = "registry+https://github.com/rust-lang/crates.io-index"11787checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1178811789[[package]]11790name = "unsigned-varint"11791version = "0.6.0"11792source = "registry+https://github.com/rust-lang/crates.io-index"11793checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11794dependencies = [11795 "asynchronous-codec 0.5.0",11796 "bytes 1.1.0",11797 "futures-io",11798 "futures-util",11799]1180011801[[package]]11802name = "unsigned-varint"11803version = "0.7.0"11804source = "registry+https://github.com/rust-lang/crates.io-index"11805checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11806dependencies = [11807 "asynchronous-codec 0.6.0",11808 "bytes 1.1.0",11809 "futures-io",11810 "futures-util",11811]1181211813[[package]]11814name = "untrusted"11815version = "0.7.1"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1181811819[[package]]11820name = "up-rpc"11821version = "0.1.0"11822dependencies = [11823 "nft-data-structs",11824 "pallet-common",11825 "parity-scale-codec",11826 "sp-api",11827 "sp-core",11828 "sp-runtime",11829 "sp-std",11830]1183111832[[package]]11833name = "up-sponsorship"11834version = "0.1.0"11835source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#ab8b91e9350a31133f3a3e4f52a84c6de4108e95"11836dependencies = [11837 "impl-trait-for-tuples 0.2.1",11838]1183911840[[package]]11841name = "url"11842version = "1.7.2"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11845dependencies = [11846 "idna 0.1.5",11847 "matches",11848 "percent-encoding 1.0.1",11849]1185011851[[package]]11852name = "url"11853version = "2.2.2"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11856dependencies = [11857 "form_urlencoded",11858 "idna 0.2.3",11859 "matches",11860 "percent-encoding 2.1.0",11861]1186211863[[package]]11864name = "value-bag"11865version = "1.0.0-alpha.8"11866source = "registry+https://github.com/rust-lang/crates.io-index"11867checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"11868dependencies = [11869 "ctor",11870 "version_check",11871]1187211873[[package]]11874name = "vcpkg"11875version = "0.2.15"11876source = "registry+https://github.com/rust-lang/crates.io-index"11877checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1187811879[[package]]11880name = "vec_map"11881version = "0.8.2"11882source = "registry+https://github.com/rust-lang/crates.io-index"11883checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1188411885[[package]]11886name = "version_check"11887version = "0.9.3"11888source = "registry+https://github.com/rust-lang/crates.io-index"11889checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"1189011891[[package]]11892name = "void"11893version = "1.0.2"11894source = "registry+https://github.com/rust-lang/crates.io-index"11895checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1189611897[[package]]11898name = "waker-fn"11899version = "1.1.0"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1190211903[[package]]11904name = "walkdir"11905version = "2.3.2"11906source = "registry+https://github.com/rust-lang/crates.io-index"11907checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"11908dependencies = [11909 "same-file",11910 "winapi 0.3.9",11911 "winapi-util",11912]1191311914[[package]]11915name = "want"11916version = "0.3.0"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"11919dependencies = [11920 "log",11921 "try-lock",11922]1192311924[[package]]11925name = "wasi"11926version = "0.9.0+wasi-snapshot-preview1"11927source = "registry+https://github.com/rust-lang/crates.io-index"11928checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1192911930[[package]]11931name = "wasi"11932version = "0.10.0+wasi-snapshot-preview1"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1193511936[[package]]11937name = "wasm-bindgen"11938version = "0.2.78"11939source = "registry+https://github.com/rust-lang/crates.io-index"11940checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"11941dependencies = [11942 "cfg-if 1.0.0",11943 "wasm-bindgen-macro",11944]1194511946[[package]]11947name = "wasm-bindgen-backend"11948version = "0.2.78"11949source = "registry+https://github.com/rust-lang/crates.io-index"11950checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"11951dependencies = [11952 "bumpalo",11953 "lazy_static",11954 "log",11955 "proc-macro2",11956 "quote",11957 "syn",11958 "wasm-bindgen-shared",11959]1196011961[[package]]11962name = "wasm-bindgen-futures"11963version = "0.4.28"11964source = "registry+https://github.com/rust-lang/crates.io-index"11965checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"11966dependencies = [11967 "cfg-if 1.0.0",11968 "js-sys",11969 "wasm-bindgen",11970 "web-sys",11971]1197211973[[package]]11974name = "wasm-bindgen-macro"11975version = "0.2.78"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"11978dependencies = [11979 "quote",11980 "wasm-bindgen-macro-support",11981]1198211983[[package]]11984name = "wasm-bindgen-macro-support"11985version = "0.2.78"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"11988dependencies = [11989 "proc-macro2",11990 "quote",11991 "syn",11992 "wasm-bindgen-backend",11993 "wasm-bindgen-shared",11994]1199511996[[package]]11997name = "wasm-bindgen-shared"11998version = "0.2.78"11999source = "registry+https://github.com/rust-lang/crates.io-index"12000checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"1200112002[[package]]12003name = "wasm-gc-api"12004version = "0.1.11"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12007dependencies = [12008 "log",12009 "parity-wasm 0.32.0",12010 "rustc-demangle",12011]1201212013[[package]]12014name = "wasm-timer"12015version = "0.2.5"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12018dependencies = [12019 "futures 0.3.17",12020 "js-sys",12021 "parking_lot 0.11.2",12022 "pin-utils",12023 "wasm-bindgen",12024 "wasm-bindgen-futures",12025 "web-sys",12026]1202712028[[package]]12029name = "wasmi"12030version = "0.9.1"12031source = "registry+https://github.com/rust-lang/crates.io-index"12032checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12033dependencies = [12034 "downcast-rs",12035 "libc",12036 "libm",12037 "memory_units",12038 "num-rational 0.2.4",12039 "num-traits",12040 "parity-wasm 0.42.2",12041 "wasmi-validation",12042]1204312044[[package]]12045name = "wasmi-validation"12046version = "0.4.1"12047source = "registry+https://github.com/rust-lang/crates.io-index"12048checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12049dependencies = [12050 "parity-wasm 0.42.2",12051]1205212053[[package]]12054name = "wasmparser"12055version = "0.80.2"12056source = "registry+https://github.com/rust-lang/crates.io-index"12057checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b"1205812059[[package]]12060name = "wasmtime"12061version = "0.30.0"12062source = "registry+https://github.com/rust-lang/crates.io-index"12063checksum = "899b1e5261e3d3420860dacfb952871ace9d7ba9f953b314f67aaf9f8e2a4d89"12064dependencies = [12065 "anyhow",12066 "backtrace",12067 "bincode",12068 "cfg-if 1.0.0",12069 "cpp_demangle",12070 "indexmap",12071 "lazy_static",12072 "libc",12073 "log",12074 "object 0.26.2",12075 "paste",12076 "psm",12077 "rayon",12078 "region",12079 "rustc-demangle",12080 "serde",12081 "target-lexicon",12082 "wasmparser",12083 "wasmtime-cache",12084 "wasmtime-cranelift",12085 "wasmtime-environ",12086 "wasmtime-jit",12087 "wasmtime-runtime",12088 "winapi 0.3.9",12089]1209012091[[package]]12092name = "wasmtime-cache"12093version = "0.30.0"12094source = "registry+https://github.com/rust-lang/crates.io-index"12095checksum = "e2493b81d7a9935f7af15e06beec806f256bc974a90a843685f3d61f2fc97058"12096dependencies = [12097 "anyhow",12098 "base64 0.13.0",12099 "bincode",12100 "directories-next",12101 "errno",12102 "file-per-thread-logger",12103 "libc",12104 "log",12105 "serde",12106 "sha2 0.9.8",12107 "toml",12108 "winapi 0.3.9",12109 "zstd",12110]1211112112[[package]]12113name = "wasmtime-cranelift"12114version = "0.30.0"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "99706bacdf5143f7f967d417f0437cce83a724cf4518cb1a3ff40e519d793021"12117dependencies = [12118 "anyhow",12119 "cranelift-codegen",12120 "cranelift-entity",12121 "cranelift-frontend",12122 "cranelift-native",12123 "cranelift-wasm",12124 "gimli",12125 "more-asserts",12126 "object 0.26.2",12127 "target-lexicon",12128 "thiserror",12129 "wasmparser",12130 "wasmtime-environ",12131]1213212133[[package]]12134name = "wasmtime-environ"12135version = "0.30.0"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "ac42cb562a2f98163857605f02581d719a410c5abe93606128c59a10e84de85b"12138dependencies = [12139 "anyhow",12140 "cfg-if 1.0.0",12141 "cranelift-entity",12142 "gimli",12143 "indexmap",12144 "log",12145 "more-asserts",12146 "object 0.26.2",12147 "serde",12148 "target-lexicon",12149 "thiserror",12150 "wasmparser",12151 "wasmtime-types",12152]1215312154[[package]]12155name = "wasmtime-jit"12156version = "0.30.0"12157source = "registry+https://github.com/rust-lang/crates.io-index"12158checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534"12159dependencies = [12160 "addr2line",12161 "anyhow",12162 "bincode",12163 "cfg-if 1.0.0",12164 "gimli",12165 "libc",12166 "log",12167 "more-asserts",12168 "object 0.26.2",12169 "region",12170 "serde",12171 "target-lexicon",12172 "thiserror",12173 "wasmparser",12174 "wasmtime-environ",12175 "wasmtime-runtime",12176 "winapi 0.3.9",12177]1217812179[[package]]12180name = "wasmtime-runtime"12181version = "0.30.0"12182source = "registry+https://github.com/rust-lang/crates.io-index"12183checksum = "0122215a44923f395487048cb0a1d60b5b32c73aab15cf9364b798dbaff0996f"12184dependencies = [12185 "anyhow",12186 "backtrace",12187 "cc",12188 "cfg-if 1.0.0",12189 "indexmap",12190 "lazy_static",12191 "libc",12192 "log",12193 "mach",12194 "memoffset",12195 "more-asserts",12196 "rand 0.8.4",12197 "region",12198 "thiserror",12199 "wasmtime-environ",12200 "winapi 0.3.9",12201]1220212203[[package]]12204name = "wasmtime-types"12205version = "0.30.0"12206source = "registry+https://github.com/rust-lang/crates.io-index"12207checksum = "f9b01caf8a204ef634ebac99700e77ba716d3ebbb68a1abbc2ceb6b16dbec9e4"12208dependencies = [12209 "cranelift-entity",12210 "serde",12211 "thiserror",12212 "wasmparser",12213]1221412215[[package]]12216name = "web-sys"12217version = "0.3.55"12218source = "registry+https://github.com/rust-lang/crates.io-index"12219checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"12220dependencies = [12221 "js-sys",12222 "wasm-bindgen",12223]1222412225[[package]]12226name = "webpki"12227version = "0.21.4"12228source = "registry+https://github.com/rust-lang/crates.io-index"12229checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12230dependencies = [12231 "ring",12232 "untrusted",12233]1223412235[[package]]12236name = "webpki-roots"12237version = "0.21.1"12238source = "registry+https://github.com/rust-lang/crates.io-index"12239checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12240dependencies = [12241 "webpki",12242]1224312244[[package]]12245name = "wepoll-ffi"12246version = "0.1.2"12247source = "registry+https://github.com/rust-lang/crates.io-index"12248checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12249dependencies = [12250 "cc",12251]1225212253[[package]]12254name = "westend-runtime"12255version = "0.9.12"12256source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12257dependencies = [12258 "beefy-primitives",12259 "bitvec 0.20.4",12260 "frame-benchmarking",12261 "frame-election-provider-support",12262 "frame-executive",12263 "frame-support",12264 "frame-system",12265 "frame-system-benchmarking",12266 "frame-system-rpc-runtime-api",12267 "frame-try-runtime",12268 "hex-literal",12269 "log",12270 "pallet-authority-discovery",12271 "pallet-authorship",12272 "pallet-babe",12273 "pallet-bags-list",12274 "pallet-balances",12275 "pallet-collective",12276 "pallet-democracy",12277 "pallet-election-provider-multi-phase",12278 "pallet-elections-phragmen",12279 "pallet-grandpa",12280 "pallet-identity",12281 "pallet-im-online",12282 "pallet-indices",12283 "pallet-membership",12284 "pallet-mmr-primitives",12285 "pallet-multisig",12286 "pallet-nicks",12287 "pallet-offences",12288 "pallet-offences-benchmarking",12289 "pallet-proxy",12290 "pallet-recovery",12291 "pallet-scheduler",12292 "pallet-session",12293 "pallet-session-benchmarking",12294 "pallet-society",12295 "pallet-staking",12296 "pallet-staking-reward-curve",12297 "pallet-sudo",12298 "pallet-timestamp",12299 "pallet-transaction-payment",12300 "pallet-transaction-payment-rpc-runtime-api",12301 "pallet-treasury",12302 "pallet-utility",12303 "pallet-vesting",12304 "pallet-xcm",12305 "pallet-xcm-benchmarks",12306 "parity-scale-codec",12307 "polkadot-parachain",12308 "polkadot-primitives",12309 "polkadot-runtime-common",12310 "polkadot-runtime-parachains",12311 "rustc-hex",12312 "scale-info",12313 "serde",12314 "serde_derive",12315 "smallvec",12316 "sp-api",12317 "sp-authority-discovery",12318 "sp-block-builder",12319 "sp-consensus-babe",12320 "sp-core",12321 "sp-inherents",12322 "sp-io",12323 "sp-npos-elections",12324 "sp-offchain",12325 "sp-runtime",12326 "sp-session",12327 "sp-staking",12328 "sp-std",12329 "sp-transaction-pool",12330 "sp-version",12331 "substrate-wasm-builder",12332 "xcm",12333 "xcm-builder",12334 "xcm-executor",12335]1233612337[[package]]12338name = "which"12339version = "4.2.2"12340source = "registry+https://github.com/rust-lang/crates.io-index"12341checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"12342dependencies = [12343 "either",12344 "lazy_static",12345 "libc",12346]1234712348[[package]]12349name = "widestring"12350version = "0.4.3"12351source = "registry+https://github.com/rust-lang/crates.io-index"12352checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1235312354[[package]]12355name = "winapi"12356version = "0.2.8"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1235912360[[package]]12361name = "winapi"12362version = "0.3.9"12363source = "registry+https://github.com/rust-lang/crates.io-index"12364checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12365dependencies = [12366 "winapi-i686-pc-windows-gnu",12367 "winapi-x86_64-pc-windows-gnu",12368]1236912370[[package]]12371name = "winapi-build"12372version = "0.1.1"12373source = "registry+https://github.com/rust-lang/crates.io-index"12374checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1237512376[[package]]12377name = "winapi-i686-pc-windows-gnu"12378version = "0.4.0"12379source = "registry+https://github.com/rust-lang/crates.io-index"12380checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1238112382[[package]]12383name = "winapi-util"12384version = "0.1.5"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12387dependencies = [12388 "winapi 0.3.9",12389]1239012391[[package]]12392name = "winapi-x86_64-pc-windows-gnu"12393version = "0.4.0"12394source = "registry+https://github.com/rust-lang/crates.io-index"12395checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1239612397[[package]]12398name = "winreg"12399version = "0.6.2"12400source = "registry+https://github.com/rust-lang/crates.io-index"12401checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12402dependencies = [12403 "winapi 0.3.9",12404]1240512406[[package]]12407name = "ws2_32-sys"12408version = "0.2.1"12409source = "registry+https://github.com/rust-lang/crates.io-index"12410checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12411dependencies = [12412 "winapi 0.2.8",12413 "winapi-build",12414]1241512416[[package]]12417name = "wyz"12418version = "0.2.0"12419source = "registry+https://github.com/rust-lang/crates.io-index"12420checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1242112422[[package]]12423name = "x25519-dalek"12424version = "1.1.1"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12427dependencies = [12428 "curve25519-dalek 3.2.0",12429 "rand_core 0.5.1",12430 "zeroize",12431]1243212433[[package]]12434name = "xcm"12435version = "0.9.12"12436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12437dependencies = [12438 "derivative",12439 "impl-trait-for-tuples 0.2.1",12440 "log",12441 "parity-scale-codec",12442 "scale-info",12443 "xcm-procedural",12444]1244512446[[package]]12447name = "xcm-builder"12448version = "0.9.12"12449source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12450dependencies = [12451 "frame-support",12452 "frame-system",12453 "log",12454 "pallet-transaction-payment",12455 "parity-scale-codec",12456 "polkadot-parachain",12457 "scale-info",12458 "sp-arithmetic",12459 "sp-io",12460 "sp-runtime",12461 "sp-std",12462 "xcm",12463 "xcm-executor",12464]1246512466[[package]]12467name = "xcm-executor"12468version = "0.9.12"12469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12470dependencies = [12471 "frame-benchmarking",12472 "frame-support",12473 "impl-trait-for-tuples 0.2.1",12474 "log",12475 "parity-scale-codec",12476 "sp-arithmetic",12477 "sp-core",12478 "sp-io",12479 "sp-runtime",12480 "sp-std",12481 "xcm",12482]1248312484[[package]]12485name = "xcm-procedural"12486version = "0.1.0"12487source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12488dependencies = [12489 "proc-macro2",12490 "quote",12491 "syn",12492]1249312494[[package]]12495name = "yamux"12496version = "0.9.0"12497source = "registry+https://github.com/rust-lang/crates.io-index"12498checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12499dependencies = [12500 "futures 0.3.17",12501 "log",12502 "nohash-hasher",12503 "parking_lot 0.11.2",12504 "rand 0.8.4",12505 "static_assertions",12506]1250712508[[package]]12509name = "yansi"12510version = "0.5.0"12511source = "registry+https://github.com/rust-lang/crates.io-index"12512checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1251312514[[package]]12515name = "zeroize"12516version = "1.4.2"12517source = "registry+https://github.com/rust-lang/crates.io-index"12518checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"12519dependencies = [12520 "zeroize_derive",12521]1252212523[[package]]12524name = "zeroize_derive"12525version = "1.2.0"12526source = "registry+https://github.com/rust-lang/crates.io-index"12527checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"12528dependencies = [12529 "proc-macro2",12530 "quote",12531 "syn",12532 "synstructure",12533]1253412535[[package]]12536name = "zstd"12537version = "0.9.0+zstd.1.5.0"12538source = "registry+https://github.com/rust-lang/crates.io-index"12539checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"12540dependencies = [12541 "zstd-safe",12542]1254312544[[package]]12545name = "zstd-safe"12546version = "4.1.1+zstd.1.5.0"12547source = "registry+https://github.com/rust-lang/crates.io-index"12548checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"12549dependencies = [12550 "libc",12551 "zstd-sys",12552]1255312554[[package]]12555name = "zstd-sys"12556version = "1.6.1+zstd.1.5.0"12557source = "registry+https://github.com/rust-lang/crates.io-index"12558checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"12559dependencies = [12560 "cc",12561 "libc",12562]