git.delta.rocks / unique-network / refs/commits / 9ebd2fc6196e

difftreelog

source

Cargo.lock289.3 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures 0.2.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.5",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.55"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.3"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.4",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.5.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.10.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "async-process",271 "crossbeam-utils",272 "futures-channel",273 "futures-core",274 "futures-io",275 "futures-lite",276 "gloo-timers",277 "kv-log-macro",278 "log",279 "memchr",280 "num_cpus",281 "once_cell",282 "pin-project-lite 0.2.8",283 "pin-utils",284 "slab",285 "wasm-bindgen-futures",286]287288[[package]]289name = "async-std-resolver"290version = "0.20.4"291source = "registry+https://github.com/rust-lang/crates.io-index"292checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"293dependencies = [294 "async-std",295 "async-trait",296 "futures-io",297 "futures-util",298 "pin-utils",299 "trust-dns-resolver",300]301302[[package]]303name = "async-task"304version = "4.1.0"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8"307308[[package]]309name = "async-trait"310version = "0.1.52"311source = "registry+https://github.com/rust-lang/crates.io-index"312checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"313dependencies = [314 "proc-macro2",315 "quote",316 "syn",317]318319[[package]]320name = "asynchronous-codec"321version = "0.5.0"322source = "registry+https://github.com/rust-lang/crates.io-index"323checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"324dependencies = [325 "bytes 1.1.0",326 "futures-sink",327 "futures-util",328 "memchr",329 "pin-project-lite 0.2.8",330]331332[[package]]333name = "asynchronous-codec"334version = "0.6.0"335source = "registry+https://github.com/rust-lang/crates.io-index"336checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"337dependencies = [338 "bytes 1.1.0",339 "futures-sink",340 "futures-util",341 "memchr",342 "pin-project-lite 0.2.8",343]344345[[package]]346name = "atomic"347version = "0.5.1"348source = "registry+https://github.com/rust-lang/crates.io-index"349checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"350dependencies = [351 "autocfg",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi",367 "libc",368 "winapi 0.3.9",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backtrace"391version = "0.3.64"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"394dependencies = [395 "addr2line",396 "cc",397 "cfg-if 1.0.0",398 "libc",399 "miniz_oxide",400 "object",401 "rustc-demangle",402]403404[[package]]405name = "base-x"406version = "0.2.8"407source = "registry+https://github.com/rust-lang/crates.io-index"408checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"409410[[package]]411name = "base58"412version = "0.2.0"413source = "registry+https://github.com/rust-lang/crates.io-index"414checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"415416[[package]]417name = "base64"418version = "0.13.0"419source = "registry+https://github.com/rust-lang/crates.io-index"420checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"421422[[package]]423name = "beef"424version = "0.5.1"425source = "registry+https://github.com/rust-lang/crates.io-index"426checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"427dependencies = [428 "serde",429]430431[[package]]432name = "beefy-gadget"433version = "4.0.0-dev"434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"435dependencies = [436 "beefy-primitives",437 "fnv",438 "futures 0.3.21",439 "log",440 "parity-scale-codec",441 "parking_lot 0.11.2",442 "sc-chain-spec",443 "sc-client-api",444 "sc-keystore",445 "sc-network",446 "sc-network-gossip",447 "sc-utils",448 "sp-api",449 "sp-application-crypto",450 "sp-arithmetic",451 "sp-blockchain",452 "sp-core",453 "sp-keystore",454 "sp-runtime",455 "substrate-prometheus-endpoint",456 "thiserror",457 "wasm-timer",458]459460[[package]]461name = "beefy-gadget-rpc"462version = "4.0.0-dev"463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"464dependencies = [465 "beefy-gadget",466 "beefy-primitives",467 "futures 0.3.21",468 "jsonrpc-core",469 "jsonrpc-core-client",470 "jsonrpc-derive",471 "jsonrpc-pubsub",472 "log",473 "parity-scale-codec",474 "parking_lot 0.11.2",475 "sc-rpc",476 "sc-utils",477 "serde",478 "sp-core",479 "sp-runtime",480 "thiserror",481]482483[[package]]484name = "beefy-merkle-tree"485version = "4.0.0-dev"486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"487488[[package]]489name = "beefy-primitives"490version = "4.0.0-dev"491source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"492dependencies = [493 "parity-scale-codec",494 "scale-info",495 "sp-api",496 "sp-application-crypto",497 "sp-core",498 "sp-runtime",499 "sp-std",500]501502[[package]]503name = "bimap"504version = "0.6.2"505source = "registry+https://github.com/rust-lang/crates.io-index"506checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"507508[[package]]509name = "bincode"510version = "1.3.3"511source = "registry+https://github.com/rust-lang/crates.io-index"512checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"513dependencies = [514 "serde",515]516517[[package]]518name = "bindgen"519version = "0.59.2"520source = "registry+https://github.com/rust-lang/crates.io-index"521checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"522dependencies = [523 "bitflags",524 "cexpr",525 "clang-sys",526 "lazy_static",527 "lazycell",528 "peeking_take_while",529 "proc-macro2",530 "quote",531 "regex",532 "rustc-hash",533 "shlex",534]535536[[package]]537name = "bitflags"538version = "1.3.2"539source = "registry+https://github.com/rust-lang/crates.io-index"540checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"541542[[package]]543name = "bitvec"544version = "0.20.4"545source = "registry+https://github.com/rust-lang/crates.io-index"546checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"547dependencies = [548 "funty",549 "radium",550 "tap",551 "wyz",552]553554[[package]]555name = "blake2"556version = "0.9.2"557source = "registry+https://github.com/rust-lang/crates.io-index"558checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"559dependencies = [560 "crypto-mac 0.8.0",561 "digest 0.9.0",562 "opaque-debug 0.3.0",563]564565[[package]]566name = "blake2-rfc"567version = "0.2.18"568source = "registry+https://github.com/rust-lang/crates.io-index"569checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"570dependencies = [571 "arrayvec 0.4.12",572 "constant_time_eq",573]574575[[package]]576name = "blake2b_simd"577version = "0.5.11"578source = "registry+https://github.com/rust-lang/crates.io-index"579checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"580dependencies = [581 "arrayref",582 "arrayvec 0.5.2",583 "constant_time_eq",584]585586[[package]]587name = "blake2s_simd"588version = "0.5.11"589source = "registry+https://github.com/rust-lang/crates.io-index"590checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"591dependencies = [592 "arrayref",593 "arrayvec 0.5.2",594 "constant_time_eq",595]596597[[package]]598name = "blake3"599version = "0.3.8"600source = "registry+https://github.com/rust-lang/crates.io-index"601checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"602dependencies = [603 "arrayref",604 "arrayvec 0.5.2",605 "cc",606 "cfg-if 0.1.10",607 "constant_time_eq",608 "crypto-mac 0.8.0",609 "digest 0.9.0",610]611612[[package]]613name = "block-buffer"614version = "0.7.3"615source = "registry+https://github.com/rust-lang/crates.io-index"616checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"617dependencies = [618 "block-padding 0.1.5",619 "byte-tools",620 "byteorder",621 "generic-array 0.12.4",622]623624[[package]]625name = "block-buffer"626version = "0.9.0"627source = "registry+https://github.com/rust-lang/crates.io-index"628checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"629dependencies = [630 "block-padding 0.2.1",631 "generic-array 0.14.5",632]633634[[package]]635name = "block-buffer"636version = "0.10.2"637source = "registry+https://github.com/rust-lang/crates.io-index"638checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"639dependencies = [640 "generic-array 0.14.5",641]642643[[package]]644name = "block-padding"645version = "0.1.5"646source = "registry+https://github.com/rust-lang/crates.io-index"647checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"648dependencies = [649 "byte-tools",650]651652[[package]]653name = "block-padding"654version = "0.2.1"655source = "registry+https://github.com/rust-lang/crates.io-index"656checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"657658[[package]]659name = "blocking"660version = "1.1.0"661source = "registry+https://github.com/rust-lang/crates.io-index"662checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"663dependencies = [664 "async-channel",665 "async-task",666 "atomic-waker",667 "fastrand",668 "futures-lite",669 "once_cell",670]671672[[package]]673name = "bounded-vec"674version = "0.5.0"675source = "registry+https://github.com/rust-lang/crates.io-index"676checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"677dependencies = [678 "thiserror",679]680681[[package]]682name = "bp-header-chain"683version = "0.1.0"684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"685dependencies = [686 "finality-grandpa",687 "frame-support",688 "parity-scale-codec",689 "scale-info",690 "serde",691 "sp-core",692 "sp-finality-grandpa",693 "sp-runtime",694 "sp-std",695]696697[[package]]698name = "bp-message-dispatch"699version = "0.1.0"700source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"701dependencies = [702 "bp-runtime",703 "frame-support",704 "parity-scale-codec",705 "scale-info",706 "sp-std",707]708709[[package]]710name = "bp-messages"711version = "0.1.0"712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"713dependencies = [714 "bitvec",715 "bp-runtime",716 "frame-support",717 "frame-system",718 "impl-trait-for-tuples",719 "parity-scale-codec",720 "scale-info",721 "serde",722 "sp-std",723]724725[[package]]726name = "bp-polkadot-core"727version = "0.1.0"728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"729dependencies = [730 "bp-messages",731 "bp-runtime",732 "frame-support",733 "frame-system",734 "parity-scale-codec",735 "scale-info",736 "sp-api",737 "sp-core",738 "sp-runtime",739 "sp-std",740 "sp-version",741]742743[[package]]744name = "bp-rococo"745version = "0.1.0"746source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"747dependencies = [748 "bp-messages",749 "bp-polkadot-core",750 "bp-runtime",751 "frame-support",752 "parity-scale-codec",753 "smallvec",754 "sp-api",755 "sp-runtime",756 "sp-std",757 "sp-version",758]759760[[package]]761name = "bp-runtime"762version = "0.1.0"763source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"764dependencies = [765 "frame-support",766 "hash-db",767 "num-traits",768 "parity-scale-codec",769 "scale-info",770 "sp-core",771 "sp-io",772 "sp-runtime",773 "sp-state-machine",774 "sp-std",775 "sp-trie",776]777778[[package]]779name = "bp-test-utils"780version = "0.1.0"781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"782dependencies = [783 "bp-header-chain",784 "ed25519-dalek",785 "finality-grandpa",786 "parity-scale-codec",787 "sp-application-crypto",788 "sp-finality-grandpa",789 "sp-runtime",790 "sp-std",791]792793[[package]]794name = "bp-wococo"795version = "0.1.0"796source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"797dependencies = [798 "bp-messages",799 "bp-polkadot-core",800 "bp-rococo",801 "bp-runtime",802 "parity-scale-codec",803 "sp-api",804 "sp-runtime",805 "sp-std",806]807808[[package]]809name = "bridge-runtime-common"810version = "0.1.0"811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"812dependencies = [813 "bp-message-dispatch",814 "bp-messages",815 "bp-runtime",816 "frame-support",817 "hash-db",818 "pallet-bridge-dispatch",819 "pallet-bridge-grandpa",820 "pallet-bridge-messages",821 "pallet-transaction-payment",822 "parity-scale-codec",823 "scale-info",824 "sp-core",825 "sp-runtime",826 "sp-state-machine",827 "sp-std",828 "sp-trie",829]830831[[package]]832name = "bs58"833version = "0.4.0"834source = "registry+https://github.com/rust-lang/crates.io-index"835checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"836837[[package]]838name = "bstr"839version = "0.2.17"840source = "registry+https://github.com/rust-lang/crates.io-index"841checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"842dependencies = [843 "memchr",844]845846[[package]]847name = "build-helper"848version = "0.1.1"849source = "registry+https://github.com/rust-lang/crates.io-index"850checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"851dependencies = [852 "semver 0.6.0",853]854855[[package]]856name = "bumpalo"857version = "3.9.1"858source = "registry+https://github.com/rust-lang/crates.io-index"859checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"860861[[package]]862name = "byte-slice-cast"863version = "1.2.1"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"866867[[package]]868name = "byte-tools"869version = "0.3.1"870source = "registry+https://github.com/rust-lang/crates.io-index"871checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"872873[[package]]874name = "byteorder"875version = "1.4.3"876source = "registry+https://github.com/rust-lang/crates.io-index"877checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"878879[[package]]880name = "bytes"881version = "0.4.12"882source = "registry+https://github.com/rust-lang/crates.io-index"883checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"884dependencies = [885 "byteorder",886 "iovec",887]888889[[package]]890name = "bytes"891version = "0.5.6"892source = "registry+https://github.com/rust-lang/crates.io-index"893checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"894895[[package]]896name = "bytes"897version = "1.1.0"898source = "registry+https://github.com/rust-lang/crates.io-index"899checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"900901[[package]]902name = "cache-padded"903version = "1.2.0"904source = "registry+https://github.com/rust-lang/crates.io-index"905checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"906907[[package]]908name = "camino"909version = "1.0.7"910source = "registry+https://github.com/rust-lang/crates.io-index"911checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"912dependencies = [913 "serde",914]915916[[package]]917name = "cargo-platform"918version = "0.1.2"919source = "registry+https://github.com/rust-lang/crates.io-index"920checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"921dependencies = [922 "serde",923]924925[[package]]926name = "cargo_metadata"927version = "0.14.2"928source = "registry+https://github.com/rust-lang/crates.io-index"929checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"930dependencies = [931 "camino",932 "cargo-platform",933 "semver 1.0.6",934 "serde",935 "serde_json",936]937938[[package]]939name = "cc"940version = "1.0.73"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"943dependencies = [944 "jobserver",945]946947[[package]]948name = "cexpr"949version = "0.6.0"950source = "registry+https://github.com/rust-lang/crates.io-index"951checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"952dependencies = [953 "nom",954]955956[[package]]957name = "cfg-if"958version = "0.1.10"959source = "registry+https://github.com/rust-lang/crates.io-index"960checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"961962[[package]]963name = "cfg-if"964version = "1.0.0"965source = "registry+https://github.com/rust-lang/crates.io-index"966checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"967968[[package]]969name = "cfg_aliases"970version = "0.1.1"971source = "registry+https://github.com/rust-lang/crates.io-index"972checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"973974[[package]]975name = "chacha20"976version = "0.7.1"977source = "registry+https://github.com/rust-lang/crates.io-index"978checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"979dependencies = [980 "cfg-if 1.0.0",981 "cipher",982 "cpufeatures 0.1.5",983 "zeroize",984]985986[[package]]987name = "chacha20poly1305"988version = "0.8.0"989source = "registry+https://github.com/rust-lang/crates.io-index"990checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"991dependencies = [992 "aead",993 "chacha20",994 "cipher",995 "poly1305",996 "zeroize",997]998999[[package]]1000name = "chrono"1001version = "0.4.19"1002source = "registry+https://github.com/rust-lang/crates.io-index"1003checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1004dependencies = [1005 "libc",1006 "num-integer",1007 "num-traits",1008 "time",1009 "winapi 0.3.9",1010]10111012[[package]]1013name = "cid"1014version = "0.6.1"1015source = "registry+https://github.com/rust-lang/crates.io-index"1016checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1017dependencies = [1018 "multibase",1019 "multihash 0.13.2",1020 "unsigned-varint 0.5.1",1021]10221023[[package]]1024name = "cipher"1025version = "0.3.0"1026source = "registry+https://github.com/rust-lang/crates.io-index"1027checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1028dependencies = [1029 "generic-array 0.14.5",1030]10311032[[package]]1033name = "ckb-merkle-mountain-range"1034version = "0.3.2"1035source = "registry+https://github.com/rust-lang/crates.io-index"1036checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1037dependencies = [1038 "cfg-if 0.1.10",1039]10401041[[package]]1042name = "clang-sys"1043version = "1.3.1"1044source = "registry+https://github.com/rust-lang/crates.io-index"1045checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"1046dependencies = [1047 "glob",1048 "libc",1049 "libloading 0.7.3",1050]10511052[[package]]1053name = "clap"1054version = "3.1.5"1055source = "registry+https://github.com/rust-lang/crates.io-index"1056checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312"1057dependencies = [1058 "atty",1059 "bitflags",1060 "clap_derive",1061 "indexmap",1062 "lazy_static",1063 "os_str_bytes",1064 "strsim",1065 "termcolor",1066 "textwrap",1067]10681069[[package]]1070name = "clap_derive"1071version = "3.1.4"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1074dependencies = [1075 "heck 0.4.0",1076 "proc-macro-error",1077 "proc-macro2",1078 "quote",1079 "syn",1080]10811082[[package]]1083name = "cloudabi"1084version = "0.0.3"1085source = "registry+https://github.com/rust-lang/crates.io-index"1086checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"1087dependencies = [1088 "bitflags",1089]10901091[[package]]1092name = "concurrent-queue"1093version = "1.2.2"1094source = "registry+https://github.com/rust-lang/crates.io-index"1095checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1096dependencies = [1097 "cache-padded",1098]10991100[[package]]1101name = "constant_time_eq"1102version = "0.1.5"1103source = "registry+https://github.com/rust-lang/crates.io-index"1104checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11051106[[package]]1107name = "convert_case"1108version = "0.4.0"1109source = "registry+https://github.com/rust-lang/crates.io-index"1110checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11111112[[package]]1113name = "core-foundation"1114version = "0.9.3"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1117dependencies = [1118 "core-foundation-sys",1119 "libc",1120]11211122[[package]]1123name = "core-foundation-sys"1124version = "0.8.3"1125source = "registry+https://github.com/rust-lang/crates.io-index"1126checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11271128[[package]]1129name = "cpp_demangle"1130version = "0.3.5"1131source = "registry+https://github.com/rust-lang/crates.io-index"1132checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1133dependencies = [1134 "cfg-if 1.0.0",1135]11361137[[package]]1138name = "cpufeatures"1139version = "0.1.5"1140source = "registry+https://github.com/rust-lang/crates.io-index"1141checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1142dependencies = [1143 "libc",1144]11451146[[package]]1147name = "cpufeatures"1148version = "0.2.1"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"1151dependencies = [1152 "libc",1153]11541155[[package]]1156name = "cranelift-bforest"1157version = "0.80.1"1158source = "registry+https://github.com/rust-lang/crates.io-index"1159checksum = "62fc68cdb867b7d27b5f33cd65eb11376dfb41a2d09568a1a2c2bc1dc204f4ef"1160dependencies = [1161 "cranelift-entity",1162]11631164[[package]]1165name = "cranelift-codegen"1166version = "0.80.1"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "31253a44ab62588f8235a996cc9b0636d98a299190069ced9628b8547329b47a"1169dependencies = [1170 "cranelift-bforest",1171 "cranelift-codegen-meta",1172 "cranelift-codegen-shared",1173 "cranelift-entity",1174 "gimli",1175 "log",1176 "regalloc",1177 "smallvec",1178 "target-lexicon",1179]11801181[[package]]1182name = "cranelift-codegen-meta"1183version = "0.80.1"1184source = "registry+https://github.com/rust-lang/crates.io-index"1185checksum = "7a20ab4627d30b702fb1b8a399882726d216b8164d3b3fa6189e3bf901506afe"1186dependencies = [1187 "cranelift-codegen-shared",1188]11891190[[package]]1191name = "cranelift-codegen-shared"1192version = "0.80.1"1193source = "registry+https://github.com/rust-lang/crates.io-index"1194checksum = "6687d9668dacfed4468361f7578d86bded8ca4db978f734d9b631494bebbb5b8"11951196[[package]]1197name = "cranelift-entity"1198version = "0.80.1"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "c77c5d72db97ba2cb36f69037a709edbae0d29cb25503775891e7151c5c874bf"1201dependencies = [1202 "serde",1203]12041205[[package]]1206name = "cranelift-frontend"1207version = "0.80.1"1208source = "registry+https://github.com/rust-lang/crates.io-index"1209checksum = "426dca83f63c7c64ea459eb569aadc5e0c66536c0042ed5d693f91830e8750d0"1210dependencies = [1211 "cranelift-codegen",1212 "log",1213 "smallvec",1214 "target-lexicon",1215]12161217[[package]]1218name = "cranelift-native"1219version = "0.80.1"1220source = "registry+https://github.com/rust-lang/crates.io-index"1221checksum = "8007864b5d0c49b026c861a15761785a2871124e401630c03ef1426e6d0d559e"1222dependencies = [1223 "cranelift-codegen",1224 "libc",1225 "target-lexicon",1226]12271228[[package]]1229name = "cranelift-wasm"1230version = "0.80.1"1231source = "registry+https://github.com/rust-lang/crates.io-index"1232checksum = "94cf12c071415ba261d897387ae5350c4d83c238376c8c5a96514ecfa2ea66a3"1233dependencies = [1234 "cranelift-codegen",1235 "cranelift-entity",1236 "cranelift-frontend",1237 "itertools",1238 "log",1239 "smallvec",1240 "wasmparser",1241 "wasmtime-types",1242]12431244[[package]]1245name = "crc32fast"1246version = "1.3.2"1247source = "registry+https://github.com/rust-lang/crates.io-index"1248checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1249dependencies = [1250 "cfg-if 1.0.0",1251]12521253[[package]]1254name = "crossbeam-channel"1255version = "0.5.2"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"1258dependencies = [1259 "cfg-if 1.0.0",1260 "crossbeam-utils",1261]12621263[[package]]1264name = "crossbeam-deque"1265version = "0.8.1"1266source = "registry+https://github.com/rust-lang/crates.io-index"1267checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1268dependencies = [1269 "cfg-if 1.0.0",1270 "crossbeam-epoch",1271 "crossbeam-utils",1272]12731274[[package]]1275name = "crossbeam-epoch"1276version = "0.9.7"1277source = "registry+https://github.com/rust-lang/crates.io-index"1278checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"1279dependencies = [1280 "cfg-if 1.0.0",1281 "crossbeam-utils",1282 "lazy_static",1283 "memoffset",1284 "scopeguard",1285]12861287[[package]]1288name = "crossbeam-utils"1289version = "0.8.7"1290source = "registry+https://github.com/rust-lang/crates.io-index"1291checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"1292dependencies = [1293 "cfg-if 1.0.0",1294 "lazy_static",1295]12961297[[package]]1298name = "crunchy"1299version = "0.2.2"1300source = "registry+https://github.com/rust-lang/crates.io-index"1301checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13021303[[package]]1304name = "crypto-common"1305version = "0.1.3"1306source = "registry+https://github.com/rust-lang/crates.io-index"1307checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1308dependencies = [1309 "generic-array 0.14.5",1310 "typenum",1311]13121313[[package]]1314name = "crypto-mac"1315version = "0.7.0"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1318dependencies = [1319 "generic-array 0.12.4",1320 "subtle 1.0.0",1321]13221323[[package]]1324name = "crypto-mac"1325version = "0.8.0"1326source = "registry+https://github.com/rust-lang/crates.io-index"1327checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1328dependencies = [1329 "generic-array 0.14.5",1330 "subtle 2.4.1",1331]13321333[[package]]1334name = "crypto-mac"1335version = "0.11.1"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1338dependencies = [1339 "generic-array 0.14.5",1340 "subtle 2.4.1",1341]13421343[[package]]1344name = "ct-logs"1345version = "0.8.0"1346source = "registry+https://github.com/rust-lang/crates.io-index"1347checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1348dependencies = [1349 "sct 0.6.1",1350]13511352[[package]]1353name = "ctor"1354version = "0.1.21"1355source = "registry+https://github.com/rust-lang/crates.io-index"1356checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"1357dependencies = [1358 "quote",1359 "syn",1360]13611362[[package]]1363name = "ctr"1364version = "0.8.0"1365source = "registry+https://github.com/rust-lang/crates.io-index"1366checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1367dependencies = [1368 "cipher",1369]13701371[[package]]1372name = "cuckoofilter"1373version = "0.5.0"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1376dependencies = [1377 "byteorder",1378 "fnv",1379 "rand 0.7.3",1380]13811382[[package]]1383name = "cumulus-client-cli"1384version = "0.1.0"1385source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1386dependencies = [1387 "clap",1388 "sc-cli",1389 "sc-service",1390]13911392[[package]]1393name = "cumulus-client-collator"1394version = "0.1.0"1395source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1396dependencies = [1397 "cumulus-client-consensus-common",1398 "cumulus-client-network",1399 "cumulus-primitives-core",1400 "cumulus-relay-chain-interface",1401 "futures 0.3.21",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/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1420dependencies = [1421 "async-trait",1422 "cumulus-client-consensus-common",1423 "cumulus-primitives-core",1424 "futures 0.3.21",1425 "parity-scale-codec",1426 "sc-client-api",1427 "sc-consensus",1428 "sc-consensus-aura",1429 "sc-consensus-slots",1430 "sc-telemetry",1431 "sp-api",1432 "sp-application-crypto",1433 "sp-block-builder",1434 "sp-blockchain",1435 "sp-consensus",1436 "sp-consensus-aura",1437 "sp-core",1438 "sp-inherents",1439 "sp-keystore",1440 "sp-runtime",1441 "substrate-prometheus-endpoint",1442 "tracing",1443]14441445[[package]]1446name = "cumulus-client-consensus-common"1447version = "0.1.0"1448source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1449dependencies = [1450 "async-trait",1451 "cumulus-relay-chain-interface",1452 "dyn-clone",1453 "futures 0.3.21",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/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1470dependencies = [1471 "async-trait",1472 "cumulus-relay-chain-interface",1473 "derive_more",1474 "futures 0.3.21",1475 "futures-timer",1476 "parity-scale-codec",1477 "parking_lot 0.12.0",1478 "polkadot-node-primitives",1479 "polkadot-parachain",1480 "polkadot-primitives",1481 "sc-client-api",1482 "sp-api",1483 "sp-blockchain",1484 "sp-consensus",1485 "sp-core",1486 "sp-runtime",1487 "sp-state-machine",1488 "tracing",1489]14901491[[package]]1492name = "cumulus-client-pov-recovery"1493version = "0.1.0"1494source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1495dependencies = [1496 "cumulus-primitives-core",1497 "cumulus-relay-chain-interface",1498 "futures 0.3.21",1499 "futures-timer",1500 "parity-scale-codec",1501 "polkadot-node-primitives",1502 "polkadot-node-subsystem",1503 "polkadot-overseer",1504 "polkadot-primitives",1505 "rand 0.8.5",1506 "sc-client-api",1507 "sc-consensus",1508 "sp-api",1509 "sp-consensus",1510 "sp-maybe-compressed-blob",1511 "sp-runtime",1512 "tracing",1513]15141515[[package]]1516name = "cumulus-client-service"1517version = "0.1.0"1518source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1519dependencies = [1520 "cumulus-client-collator",1521 "cumulus-client-consensus-common",1522 "cumulus-client-pov-recovery",1523 "cumulus-primitives-core",1524 "cumulus-relay-chain-interface",1525 "parity-scale-codec",1526 "parking_lot 0.12.0",1527 "polkadot-overseer",1528 "polkadot-primitives",1529 "sc-chain-spec",1530 "sc-client-api",1531 "sc-consensus",1532 "sc-consensus-babe",1533 "sc-service",1534 "sc-telemetry",1535 "sc-tracing",1536 "sp-api",1537 "sp-blockchain",1538 "sp-consensus",1539 "sp-core",1540 "sp-runtime",1541 "tracing",1542]15431544[[package]]1545name = "cumulus-pallet-aura-ext"1546version = "0.1.0"1547source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1548dependencies = [1549 "frame-executive",1550 "frame-support",1551 "frame-system",1552 "pallet-aura",1553 "parity-scale-codec",1554 "scale-info",1555 "serde",1556 "sp-application-crypto",1557 "sp-consensus-aura",1558 "sp-runtime",1559 "sp-std",1560]15611562[[package]]1563name = "cumulus-pallet-dmp-queue"1564version = "0.1.0"1565source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1566dependencies = [1567 "cumulus-primitives-core",1568 "frame-support",1569 "frame-system",1570 "log",1571 "parity-scale-codec",1572 "scale-info",1573 "sp-io",1574 "sp-runtime",1575 "sp-std",1576 "xcm",1577 "xcm-executor",1578]15791580[[package]]1581name = "cumulus-pallet-parachain-system"1582version = "0.1.0"1583source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1584dependencies = [1585 "cumulus-pallet-parachain-system-proc-macro",1586 "cumulus-primitives-core",1587 "cumulus-primitives-parachain-inherent",1588 "environmental",1589 "frame-support",1590 "frame-system",1591 "impl-trait-for-tuples",1592 "log",1593 "pallet-balances",1594 "parity-scale-codec",1595 "polkadot-parachain",1596 "scale-info",1597 "serde",1598 "sp-core",1599 "sp-externalities",1600 "sp-inherents",1601 "sp-io",1602 "sp-runtime",1603 "sp-state-machine",1604 "sp-std",1605 "sp-trie",1606 "sp-version",1607 "xcm",1608]16091610[[package]]1611name = "cumulus-pallet-parachain-system-proc-macro"1612version = "0.1.0"1613source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1614dependencies = [1615 "proc-macro-crate 1.1.3",1616 "proc-macro2",1617 "quote",1618 "syn",1619]16201621[[package]]1622name = "cumulus-pallet-xcm"1623version = "0.1.0"1624source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1625dependencies = [1626 "cumulus-primitives-core",1627 "frame-support",1628 "frame-system",1629 "parity-scale-codec",1630 "scale-info",1631 "serde",1632 "sp-io",1633 "sp-runtime",1634 "sp-std",1635 "xcm",1636]16371638[[package]]1639name = "cumulus-pallet-xcmp-queue"1640version = "0.1.0"1641source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1642dependencies = [1643 "cumulus-primitives-core",1644 "frame-support",1645 "frame-system",1646 "log",1647 "parity-scale-codec",1648 "rand_chacha 0.3.1",1649 "scale-info",1650 "sp-runtime",1651 "sp-std",1652 "xcm",1653 "xcm-executor",1654]16551656[[package]]1657name = "cumulus-primitives-core"1658version = "0.1.0"1659source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1660dependencies = [1661 "frame-support",1662 "parity-scale-codec",1663 "polkadot-core-primitives",1664 "polkadot-parachain",1665 "polkadot-primitives",1666 "sp-api",1667 "sp-runtime",1668 "sp-std",1669 "sp-trie",1670]16711672[[package]]1673name = "cumulus-primitives-parachain-inherent"1674version = "0.1.0"1675source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1676dependencies = [1677 "async-trait",1678 "cumulus-primitives-core",1679 "cumulus-relay-chain-interface",1680 "cumulus-test-relay-sproof-builder",1681 "parity-scale-codec",1682 "sc-client-api",1683 "scale-info",1684 "sp-api",1685 "sp-core",1686 "sp-inherents",1687 "sp-runtime",1688 "sp-state-machine",1689 "sp-std",1690 "sp-storage",1691 "sp-trie",1692 "tracing",1693]16941695[[package]]1696name = "cumulus-primitives-timestamp"1697version = "0.1.0"1698source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1699dependencies = [1700 "cumulus-primitives-core",1701 "sp-inherents",1702 "sp-std",1703 "sp-timestamp",1704]17051706[[package]]1707name = "cumulus-primitives-utility"1708version = "0.1.0"1709source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1710dependencies = [1711 "cumulus-primitives-core",1712 "frame-support",1713 "parity-scale-codec",1714 "polkadot-core-primitives",1715 "polkadot-parachain",1716 "polkadot-primitives",1717 "sp-runtime",1718 "sp-std",1719 "sp-trie",1720 "xcm",1721]17221723[[package]]1724name = "cumulus-relay-chain-interface"1725version = "0.1.0"1726source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1727dependencies = [1728 "async-trait",1729 "cumulus-primitives-core",1730 "derive_more",1731 "futures 0.3.21",1732 "parking_lot 0.12.0",1733 "polkadot-overseer",1734 "sc-client-api",1735 "sc-service",1736 "sp-api",1737 "sp-blockchain",1738 "sp-core",1739 "sp-runtime",1740 "sp-state-machine",1741 "thiserror",1742]17431744[[package]]1745name = "cumulus-relay-chain-local"1746version = "0.1.0"1747source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1748dependencies = [1749 "async-trait",1750 "cumulus-primitives-core",1751 "cumulus-relay-chain-interface",1752 "futures 0.3.21",1753 "futures-timer",1754 "parking_lot 0.12.0",1755 "polkadot-client",1756 "polkadot-service",1757 "sc-client-api",1758 "sc-consensus-babe",1759 "sc-network",1760 "sc-service",1761 "sc-telemetry",1762 "sc-tracing",1763 "sp-api",1764 "sp-blockchain",1765 "sp-consensus",1766 "sp-core",1767 "sp-runtime",1768 "sp-state-machine",1769 "tracing",1770]17711772[[package]]1773name = "cumulus-test-relay-sproof-builder"1774version = "0.1.0"1775source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"1776dependencies = [1777 "cumulus-primitives-core",1778 "parity-scale-codec",1779 "polkadot-primitives",1780 "sp-runtime",1781 "sp-state-machine",1782 "sp-std",1783]17841785[[package]]1786name = "curve25519-dalek"1787version = "2.1.3"1788source = "registry+https://github.com/rust-lang/crates.io-index"1789checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1790dependencies = [1791 "byteorder",1792 "digest 0.8.1",1793 "rand_core 0.5.1",1794 "subtle 2.4.1",1795 "zeroize",1796]17971798[[package]]1799name = "curve25519-dalek"1800version = "3.2.0"1801source = "registry+https://github.com/rust-lang/crates.io-index"1802checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1803dependencies = [1804 "byteorder",1805 "digest 0.9.0",1806 "rand_core 0.5.1",1807 "subtle 2.4.1",1808 "zeroize",1809]18101811[[package]]1812name = "darling"1813version = "0.13.1"1814source = "registry+https://github.com/rust-lang/crates.io-index"1815checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1816dependencies = [1817 "darling_core",1818 "darling_macro",1819]18201821[[package]]1822name = "darling_core"1823version = "0.13.1"1824source = "registry+https://github.com/rust-lang/crates.io-index"1825checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1826dependencies = [1827 "fnv",1828 "ident_case",1829 "proc-macro2",1830 "quote",1831 "strsim",1832 "syn",1833]18341835[[package]]1836name = "darling_macro"1837version = "0.13.1"1838source = "registry+https://github.com/rust-lang/crates.io-index"1839checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1840dependencies = [1841 "darling_core",1842 "quote",1843 "syn",1844]18451846[[package]]1847name = "data-encoding"1848version = "2.3.2"1849source = "registry+https://github.com/rust-lang/crates.io-index"1850checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18511852[[package]]1853name = "data-encoding-macro"1854version = "0.1.12"1855source = "registry+https://github.com/rust-lang/crates.io-index"1856checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1857dependencies = [1858 "data-encoding",1859 "data-encoding-macro-internal",1860]18611862[[package]]1863name = "data-encoding-macro-internal"1864version = "0.1.10"1865source = "registry+https://github.com/rust-lang/crates.io-index"1866checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1867dependencies = [1868 "data-encoding",1869 "syn",1870]18711872[[package]]1873name = "derivative"1874version = "2.2.0"1875source = "registry+https://github.com/rust-lang/crates.io-index"1876checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1877dependencies = [1878 "proc-macro2",1879 "quote",1880 "syn",1881]18821883[[package]]1884name = "derive_more"1885version = "0.99.17"1886source = "registry+https://github.com/rust-lang/crates.io-index"1887checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1888dependencies = [1889 "convert_case",1890 "proc-macro2",1891 "quote",1892 "rustc_version 0.4.0",1893 "syn",1894]18951896[[package]]1897name = "digest"1898version = "0.8.1"1899source = "registry+https://github.com/rust-lang/crates.io-index"1900checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1901dependencies = [1902 "generic-array 0.12.4",1903]19041905[[package]]1906name = "digest"1907version = "0.9.0"1908source = "registry+https://github.com/rust-lang/crates.io-index"1909checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1910dependencies = [1911 "generic-array 0.14.5",1912]19131914[[package]]1915name = "digest"1916version = "0.10.3"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"1919dependencies = [1920 "block-buffer 0.10.2",1921 "crypto-common",1922]19231924[[package]]1925name = "directories"1926version = "4.0.1"1927source = "registry+https://github.com/rust-lang/crates.io-index"1928checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1929dependencies = [1930 "dirs-sys",1931]19321933[[package]]1934name = "directories-next"1935version = "2.0.0"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1938dependencies = [1939 "cfg-if 1.0.0",1940 "dirs-sys-next",1941]19421943[[package]]1944name = "dirs-sys"1945version = "0.3.6"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1948dependencies = [1949 "libc",1950 "redox_users",1951 "winapi 0.3.9",1952]19531954[[package]]1955name = "dirs-sys-next"1956version = "0.1.2"1957source = "registry+https://github.com/rust-lang/crates.io-index"1958checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1959dependencies = [1960 "libc",1961 "redox_users",1962 "winapi 0.3.9",1963]19641965[[package]]1966name = "dns-parser"1967version = "0.8.0"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1970dependencies = [1971 "byteorder",1972 "quick-error 1.2.3",1973]19741975[[package]]1976name = "downcast-rs"1977version = "1.2.0"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19801981[[package]]1982name = "dtoa"1983version = "0.4.8"1984source = "registry+https://github.com/rust-lang/crates.io-index"1985checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"19861987[[package]]1988name = "dyn-clonable"1989version = "0.9.0"1990source = "registry+https://github.com/rust-lang/crates.io-index"1991checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1992dependencies = [1993 "dyn-clonable-impl",1994 "dyn-clone",1995]19961997[[package]]1998name = "dyn-clonable-impl"1999version = "0.9.0"2000source = "registry+https://github.com/rust-lang/crates.io-index"2001checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2002dependencies = [2003 "proc-macro2",2004 "quote",2005 "syn",2006]20072008[[package]]2009name = "dyn-clone"2010version = "1.0.4"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"20132014[[package]]2015name = "ed25519"2016version = "1.4.0"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "eed12bbf7b5312f8da1c2722bc06d8c6b12c2d86a7fb35a194c7f3e6fc2bbe39"2019dependencies = [2020 "signature",2021]20222023[[package]]2024name = "ed25519-dalek"2025version = "1.0.1"2026source = "registry+https://github.com/rust-lang/crates.io-index"2027checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2028dependencies = [2029 "curve25519-dalek 3.2.0",2030 "ed25519",2031 "rand 0.7.3",2032 "serde",2033 "sha2 0.9.9",2034 "zeroize",2035]20362037[[package]]2038name = "either"2039version = "1.6.1"2040source = "registry+https://github.com/rust-lang/crates.io-index"2041checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"20422043[[package]]2044name = "enum-as-inner"2045version = "0.3.4"2046source = "registry+https://github.com/rust-lang/crates.io-index"2047checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"2048dependencies = [2049 "heck 0.4.0",2050 "proc-macro2",2051 "quote",2052 "syn",2053]20542055[[package]]2056name = "enumflags2"2057version = "0.6.4"2058source = "registry+https://github.com/rust-lang/crates.io-index"2059checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2060dependencies = [2061 "enumflags2_derive",2062]20632064[[package]]2065name = "enumflags2_derive"2066version = "0.6.4"2067source = "registry+https://github.com/rust-lang/crates.io-index"2068checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2069dependencies = [2070 "proc-macro2",2071 "quote",2072 "syn",2073]20742075[[package]]2076name = "enumn"2077version = "0.1.3"2078source = "registry+https://github.com/rust-lang/crates.io-index"2079checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2080dependencies = [2081 "proc-macro2",2082 "quote",2083 "syn",2084]20852086[[package]]2087name = "env_logger"2088version = "0.9.0"2089source = "registry+https://github.com/rust-lang/crates.io-index"2090checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2091dependencies = [2092 "atty",2093 "humantime",2094 "log",2095 "regex",2096 "termcolor",2097]20982099[[package]]2100name = "environmental"2101version = "1.1.3"2102source = "registry+https://github.com/rust-lang/crates.io-index"2103checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"21042105[[package]]2106name = "errno"2107version = "0.2.8"2108source = "registry+https://github.com/rust-lang/crates.io-index"2109checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2110dependencies = [2111 "errno-dragonfly",2112 "libc",2113 "winapi 0.3.9",2114]21152116[[package]]2117name = "errno-dragonfly"2118version = "0.1.2"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2121dependencies = [2122 "cc",2123 "libc",2124]21252126[[package]]2127name = "ethbloom"2128version = "0.11.1"2129source = "registry+https://github.com/rust-lang/crates.io-index"2130checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2131dependencies = [2132 "crunchy",2133 "fixed-hash",2134 "impl-codec",2135 "impl-rlp",2136 "impl-serde",2137 "scale-info",2138 "tiny-keccak",2139]21402141[[package]]2142name = "ethereum"2143version = "0.11.1"2144source = "registry+https://github.com/rust-lang/crates.io-index"2145checksum = "34c90e0a755da706ce0970ec0fa8cc48aabcc8e8efa1245336acf718dab06ffe"2146dependencies = [2147 "bytes 1.1.0",2148 "ethereum-types",2149 "hash-db",2150 "hash256-std-hasher",2151 "parity-scale-codec",2152 "rlp",2153 "rlp-derive",2154 "scale-info",2155 "serde",2156 "sha3 0.9.1",2157 "triehash",2158]21592160[[package]]2161name = "ethereum-types"2162version = "0.12.1"2163source = "registry+https://github.com/rust-lang/crates.io-index"2164checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2165dependencies = [2166 "ethbloom",2167 "fixed-hash",2168 "impl-codec",2169 "impl-rlp",2170 "impl-serde",2171 "primitive-types 0.10.1",2172 "scale-info",2173 "uint",2174]21752176[[package]]2177name = "event-listener"2178version = "2.5.2"2179source = "registry+https://github.com/rust-lang/crates.io-index"2180checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"21812182[[package]]2183name = "evm"2184version = "0.33.1"2185source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2186dependencies = [2187 "auto_impl",2188 "environmental",2189 "ethereum",2190 "evm-core",2191 "evm-gasometer",2192 "evm-runtime",2193 "log",2194 "parity-scale-codec",2195 "primitive-types 0.10.1",2196 "rlp",2197 "scale-info",2198 "serde",2199 "sha3 0.8.2",2200]22012202[[package]]2203name = "evm-coder"2204version = "0.1.0"2205dependencies = [2206 "ethereum",2207 "evm-coder-macros",2208 "evm-core",2209 "hex",2210 "hex-literal",2211 "impl-trait-for-tuples",2212 "primitive-types 0.10.1",2213]22142215[[package]]2216name = "evm-coder-macros"2217version = "0.1.0"2218dependencies = [2219 "Inflector",2220 "darling",2221 "hex",2222 "proc-macro2",2223 "quote",2224 "sha3 0.9.1",2225 "syn",2226]22272228[[package]]2229name = "evm-core"2230version = "0.33.0"2231source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2232dependencies = [2233 "funty",2234 "parity-scale-codec",2235 "primitive-types 0.10.1",2236 "scale-info",2237 "serde",2238]22392240[[package]]2241name = "evm-gasometer"2242version = "0.33.0"2243source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2244dependencies = [2245 "environmental",2246 "evm-core",2247 "evm-runtime",2248 "primitive-types 0.10.1",2249]22502251[[package]]2252name = "evm-runtime"2253version = "0.33.0"2254source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2255dependencies = [2256 "auto_impl",2257 "environmental",2258 "evm-core",2259 "primitive-types 0.10.1",2260 "sha3 0.8.2",2261]22622263[[package]]2264name = "exit-future"2265version = "0.2.0"2266source = "registry+https://github.com/rust-lang/crates.io-index"2267checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2268dependencies = [2269 "futures 0.3.21",2270]22712272[[package]]2273name = "fake-simd"2274version = "0.1.2"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22772278[[package]]2279name = "fallible-iterator"2280version = "0.2.0"2281source = "registry+https://github.com/rust-lang/crates.io-index"2282checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22832284[[package]]2285name = "fastrand"2286version = "1.7.0"2287source = "registry+https://github.com/rust-lang/crates.io-index"2288checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2289dependencies = [2290 "instant",2291]22922293[[package]]2294name = "fc-consensus"2295version = "2.0.0-dev"2296source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2297dependencies = [2298 "async-trait",2299 "derive_more",2300 "fc-db",2301 "fp-consensus",2302 "fp-rpc",2303 "futures 0.3.21",2304 "log",2305 "parity-scale-codec",2306 "sc-client-api",2307 "sc-consensus",2308 "sc-transaction-pool-api",2309 "sp-api",2310 "sp-block-builder",2311 "sp-blockchain",2312 "sp-consensus",2313 "sp-core",2314 "sp-inherents",2315 "sp-runtime",2316 "sp-timestamp",2317 "substrate-prometheus-endpoint",2318]23192320[[package]]2321name = "fc-db"2322version = "2.0.0-dev"2323source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2324dependencies = [2325 "fp-storage",2326 "kvdb",2327 "kvdb-rocksdb",2328 "pallet-ethereum",2329 "parity-scale-codec",2330 "parking_lot 0.11.2",2331 "sp-core",2332 "sp-database",2333 "sp-runtime",2334]23352336[[package]]2337name = "fc-mapping-sync"2338version = "2.0.0-dev"2339source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2340dependencies = [2341 "fc-consensus",2342 "fc-db",2343 "fp-consensus",2344 "fp-rpc",2345 "futures 0.3.21",2346 "futures-timer",2347 "log",2348 "sc-client-api",2349 "sp-api",2350 "sp-blockchain",2351 "sp-runtime",2352]23532354[[package]]2355name = "fc-rpc"2356version = "2.0.0-dev"2357source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2358dependencies = [2359 "ethereum",2360 "ethereum-types",2361 "evm",2362 "fc-consensus",2363 "fc-db",2364 "fc-rpc-core",2365 "fp-consensus",2366 "fp-evm",2367 "fp-rpc",2368 "fp-storage",2369 "futures 0.3.21",2370 "futures-util",2371 "jsonrpc-core",2372 "jsonrpc-pubsub",2373 "libsecp256k1 0.3.5",2374 "log",2375 "lru 0.6.6",2376 "pallet-ethereum",2377 "pallet-evm",2378 "parity-scale-codec",2379 "parking_lot 0.11.2",2380 "rand 0.7.3",2381 "rlp",2382 "rustc-hex",2383 "sc-client-api",2384 "sc-network",2385 "sc-rpc",2386 "sc-service",2387 "sc-transaction-pool",2388 "sc-transaction-pool-api",2389 "sha3 0.8.2",2390 "sp-api",2391 "sp-block-builder",2392 "sp-blockchain",2393 "sp-io",2394 "sp-runtime",2395 "sp-storage",2396 "sp-transaction-pool",2397 "tokio 1.17.0",2398]23992400[[package]]2401name = "fc-rpc-core"2402version = "1.1.0-dev"2403source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2404dependencies = [2405 "ethereum",2406 "ethereum-types",2407 "jsonrpc-core",2408 "jsonrpc-core-client",2409 "jsonrpc-derive",2410 "jsonrpc-pubsub",2411 "rlp",2412 "rustc-hex",2413 "serde",2414 "serde_json",2415 "sha3 0.8.2",2416]24172418[[package]]2419name = "fdlimit"2420version = "0.2.1"2421source = "registry+https://github.com/rust-lang/crates.io-index"2422checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2423dependencies = [2424 "libc",2425]24262427[[package]]2428name = "file-per-thread-logger"2429version = "0.1.5"2430source = "registry+https://github.com/rust-lang/crates.io-index"2431checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2432dependencies = [2433 "env_logger",2434 "log",2435]24362437[[package]]2438name = "finality-grandpa"2439version = "0.14.4"2440source = "registry+https://github.com/rust-lang/crates.io-index"2441checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2442dependencies = [2443 "either",2444 "futures 0.3.21",2445 "futures-timer",2446 "log",2447 "num-traits",2448 "parity-scale-codec",2449 "parking_lot 0.11.2",2450 "scale-info",2451]24522453[[package]]2454name = "fixed-hash"2455version = "0.7.0"2456source = "registry+https://github.com/rust-lang/crates.io-index"2457checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2458dependencies = [2459 "byteorder",2460 "rand 0.8.5",2461 "rustc-hex",2462 "static_assertions",2463]24642465[[package]]2466name = "fixedbitset"2467version = "0.4.1"2468source = "registry+https://github.com/rust-lang/crates.io-index"2469checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"24702471[[package]]2472name = "flate2"2473version = "1.0.22"2474source = "registry+https://github.com/rust-lang/crates.io-index"2475checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2476dependencies = [2477 "cfg-if 1.0.0",2478 "crc32fast",2479 "libc",2480 "libz-sys",2481 "miniz_oxide",2482]24832484[[package]]2485name = "flexi_logger"2486version = "0.15.12"2487source = "registry+https://github.com/rust-lang/crates.io-index"2488checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2489dependencies = [2490 "atty",2491 "chrono",2492 "glob",2493 "lazy_static",2494 "log",2495 "regex",2496 "thiserror",2497 "yansi",2498]24992500[[package]]2501name = "fnv"2502version = "1.0.7"2503source = "registry+https://github.com/rust-lang/crates.io-index"2504checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"25052506[[package]]2507name = "fork-tree"2508version = "3.0.0"2509source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2510dependencies = [2511 "parity-scale-codec",2512]25132514[[package]]2515name = "form_urlencoded"2516version = "1.0.1"2517source = "registry+https://github.com/rust-lang/crates.io-index"2518checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2519dependencies = [2520 "matches",2521 "percent-encoding 2.1.0",2522]25232524[[package]]2525name = "fp-consensus"2526version = "2.0.0-dev"2527source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2528dependencies = [2529 "ethereum",2530 "parity-scale-codec",2531 "rlp",2532 "sha3 0.8.2",2533 "sp-core",2534 "sp-runtime",2535 "sp-std",2536]25372538[[package]]2539name = "fp-evm"2540version = "3.0.0-dev"2541source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2542dependencies = [2543 "evm",2544 "impl-trait-for-tuples",2545 "parity-scale-codec",2546 "scale-info",2547 "serde",2548 "sp-core",2549 "sp-std",2550]25512552[[package]]2553name = "fp-rpc"2554version = "3.0.0-dev"2555source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2556dependencies = [2557 "ethereum",2558 "ethereum-types",2559 "fp-evm",2560 "parity-scale-codec",2561 "scale-info",2562 "sp-api",2563 "sp-core",2564 "sp-io",2565 "sp-runtime",2566 "sp-std",2567]25682569[[package]]2570name = "fp-self-contained"2571version = "1.0.0-dev"2572source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"2573dependencies = [2574 "ethereum",2575 "frame-support",2576 "parity-scale-codec",2577 "parity-util-mem",2578 "scale-info",2579 "serde",2580 "sha3 0.8.2",2581 "sp-core",2582 "sp-io",2583 "sp-runtime",2584]25852586[[package]]2587name = "fp-storage"2588version = "2.0.0"2589source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"25902591[[package]]2592name = "frame-benchmarking"2593version = "4.0.0-dev"2594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2595dependencies = [2596 "frame-support",2597 "frame-system",2598 "linregress",2599 "log",2600 "parity-scale-codec",2601 "paste",2602 "scale-info",2603 "serde",2604 "sp-api",2605 "sp-application-crypto",2606 "sp-io",2607 "sp-runtime",2608 "sp-runtime-interface",2609 "sp-std",2610 "sp-storage",2611]26122613[[package]]2614name = "frame-benchmarking-cli"2615version = "4.0.0-dev"2616source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2617dependencies = [2618 "Inflector",2619 "chrono",2620 "clap",2621 "frame-benchmarking",2622 "frame-support",2623 "handlebars",2624 "linked-hash-map",2625 "log",2626 "parity-scale-codec",2627 "sc-cli",2628 "sc-client-db",2629 "sc-executor",2630 "sc-service",2631 "serde",2632 "serde_json",2633 "sp-core",2634 "sp-externalities",2635 "sp-keystore",2636 "sp-runtime",2637 "sp-state-machine",2638]26392640[[package]]2641name = "frame-election-provider-support"2642version = "4.0.0-dev"2643source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2644dependencies = [2645 "frame-support",2646 "frame-system",2647 "parity-scale-codec",2648 "scale-info",2649 "sp-arithmetic",2650 "sp-npos-elections",2651 "sp-std",2652]26532654[[package]]2655name = "frame-executive"2656version = "4.0.0-dev"2657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2658dependencies = [2659 "frame-support",2660 "frame-system",2661 "parity-scale-codec",2662 "scale-info",2663 "sp-core",2664 "sp-io",2665 "sp-runtime",2666 "sp-std",2667 "sp-tracing",2668]26692670[[package]]2671name = "frame-metadata"2672version = "14.2.0"2673source = "registry+https://github.com/rust-lang/crates.io-index"2674checksum = "37ed5e5c346de62ca5c184b4325a6600d1eaca210666e4606fe4e449574978d0"2675dependencies = [2676 "cfg-if 1.0.0",2677 "parity-scale-codec",2678 "scale-info",2679 "serde",2680]26812682[[package]]2683name = "frame-support"2684version = "4.0.0-dev"2685source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2686dependencies = [2687 "bitflags",2688 "frame-metadata",2689 "frame-support-procedural",2690 "impl-trait-for-tuples",2691 "log",2692 "once_cell",2693 "parity-scale-codec",2694 "paste",2695 "scale-info",2696 "serde",2697 "smallvec",2698 "sp-arithmetic",2699 "sp-core",2700 "sp-core-hashing-proc-macro",2701 "sp-inherents",2702 "sp-io",2703 "sp-runtime",2704 "sp-staking",2705 "sp-state-machine",2706 "sp-std",2707 "sp-tracing",2708 "tt-call",2709]27102711[[package]]2712name = "frame-support-procedural"2713version = "4.0.0-dev"2714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2715dependencies = [2716 "Inflector",2717 "frame-support-procedural-tools",2718 "proc-macro2",2719 "quote",2720 "syn",2721]27222723[[package]]2724name = "frame-support-procedural-tools"2725version = "4.0.0-dev"2726source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2727dependencies = [2728 "frame-support-procedural-tools-derive",2729 "proc-macro-crate 1.1.3",2730 "proc-macro2",2731 "quote",2732 "syn",2733]27342735[[package]]2736name = "frame-support-procedural-tools-derive"2737version = "3.0.0"2738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2739dependencies = [2740 "proc-macro2",2741 "quote",2742 "syn",2743]27442745[[package]]2746name = "frame-system"2747version = "4.0.0-dev"2748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2749dependencies = [2750 "frame-support",2751 "log",2752 "parity-scale-codec",2753 "scale-info",2754 "serde",2755 "sp-core",2756 "sp-io",2757 "sp-runtime",2758 "sp-std",2759 "sp-version",2760]27612762[[package]]2763name = "frame-system-benchmarking"2764version = "4.0.0-dev"2765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2766dependencies = [2767 "frame-benchmarking",2768 "frame-support",2769 "frame-system",2770 "parity-scale-codec",2771 "scale-info",2772 "sp-core",2773 "sp-runtime",2774 "sp-std",2775]27762777[[package]]2778name = "frame-system-rpc-runtime-api"2779version = "4.0.0-dev"2780source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2781dependencies = [2782 "parity-scale-codec",2783 "sp-api",2784]27852786[[package]]2787name = "frame-try-runtime"2788version = "0.10.0-dev"2789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"2790dependencies = [2791 "frame-support",2792 "sp-api",2793 "sp-runtime",2794 "sp-std",2795]27962797[[package]]2798name = "fs-err"2799version = "2.7.0"2800source = "registry+https://github.com/rust-lang/crates.io-index"2801checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"28022803[[package]]2804name = "fs-swap"2805version = "0.2.6"2806source = "registry+https://github.com/rust-lang/crates.io-index"2807checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2808dependencies = [2809 "lazy_static",2810 "libc",2811 "libloading 0.5.2",2812 "winapi 0.3.9",2813]28142815[[package]]2816name = "fs2"2817version = "0.4.3"2818source = "registry+https://github.com/rust-lang/crates.io-index"2819checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2820dependencies = [2821 "libc",2822 "winapi 0.3.9",2823]28242825[[package]]2826name = "fuchsia-zircon"2827version = "0.3.3"2828source = "registry+https://github.com/rust-lang/crates.io-index"2829checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2830dependencies = [2831 "bitflags",2832 "fuchsia-zircon-sys",2833]28342835[[package]]2836name = "fuchsia-zircon-sys"2837version = "0.3.3"2838source = "registry+https://github.com/rust-lang/crates.io-index"2839checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"28402841[[package]]2842name = "funty"2843version = "1.1.0"2844source = "registry+https://github.com/rust-lang/crates.io-index"2845checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"28462847[[package]]2848name = "futures"2849version = "0.1.31"2850source = "registry+https://github.com/rust-lang/crates.io-index"2851checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"28522853[[package]]2854name = "futures"2855version = "0.3.21"2856source = "registry+https://github.com/rust-lang/crates.io-index"2857checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"2858dependencies = [2859 "futures-channel",2860 "futures-core",2861 "futures-executor",2862 "futures-io",2863 "futures-sink",2864 "futures-task",2865 "futures-util",2866]28672868[[package]]2869name = "futures-channel"2870version = "0.3.21"2871source = "registry+https://github.com/rust-lang/crates.io-index"2872checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"2873dependencies = [2874 "futures-core",2875 "futures-sink",2876]28772878[[package]]2879name = "futures-core"2880version = "0.3.21"2881source = "registry+https://github.com/rust-lang/crates.io-index"2882checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"28832884[[package]]2885name = "futures-executor"2886version = "0.3.21"2887source = "registry+https://github.com/rust-lang/crates.io-index"2888checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"2889dependencies = [2890 "futures-core",2891 "futures-task",2892 "futures-util",2893 "num_cpus",2894]28952896[[package]]2897name = "futures-io"2898version = "0.3.21"2899source = "registry+https://github.com/rust-lang/crates.io-index"2900checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"29012902[[package]]2903name = "futures-lite"2904version = "1.12.0"2905source = "registry+https://github.com/rust-lang/crates.io-index"2906checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2907dependencies = [2908 "fastrand",2909 "futures-core",2910 "futures-io",2911 "memchr",2912 "parking",2913 "pin-project-lite 0.2.8",2914 "waker-fn",2915]29162917[[package]]2918name = "futures-macro"2919version = "0.3.21"2920source = "registry+https://github.com/rust-lang/crates.io-index"2921checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"2922dependencies = [2923 "proc-macro2",2924 "quote",2925 "syn",2926]29272928[[package]]2929name = "futures-rustls"2930version = "0.21.1"2931source = "registry+https://github.com/rust-lang/crates.io-index"2932checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2933dependencies = [2934 "futures-io",2935 "rustls 0.19.1",2936 "webpki 0.21.4",2937]29382939[[package]]2940name = "futures-sink"2941version = "0.3.21"2942source = "registry+https://github.com/rust-lang/crates.io-index"2943checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"29442945[[package]]2946name = "futures-task"2947version = "0.3.21"2948source = "registry+https://github.com/rust-lang/crates.io-index"2949checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"29502951[[package]]2952name = "futures-timer"2953version = "3.0.2"2954source = "registry+https://github.com/rust-lang/crates.io-index"2955checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29562957[[package]]2958name = "futures-util"2959version = "0.3.21"2960source = "registry+https://github.com/rust-lang/crates.io-index"2961checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"2962dependencies = [2963 "futures 0.1.31",2964 "futures-channel",2965 "futures-core",2966 "futures-io",2967 "futures-macro",2968 "futures-sink",2969 "futures-task",2970 "memchr",2971 "pin-project-lite 0.2.8",2972 "pin-utils",2973 "slab",2974]29752976[[package]]2977name = "generic-array"2978version = "0.12.4"2979source = "registry+https://github.com/rust-lang/crates.io-index"2980checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2981dependencies = [2982 "typenum",2983]29842985[[package]]2986name = "generic-array"2987version = "0.14.5"2988source = "registry+https://github.com/rust-lang/crates.io-index"2989checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"2990dependencies = [2991 "typenum",2992 "version_check",2993]29942995[[package]]2996name = "getrandom"2997version = "0.1.16"2998source = "registry+https://github.com/rust-lang/crates.io-index"2999checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3000dependencies = [3001 "cfg-if 1.0.0",3002 "js-sys",3003 "libc",3004 "wasi 0.9.0+wasi-snapshot-preview1",3005 "wasm-bindgen",3006]30073008[[package]]3009name = "getrandom"3010version = "0.2.5"3011source = "registry+https://github.com/rust-lang/crates.io-index"3012checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"3013dependencies = [3014 "cfg-if 1.0.0",3015 "libc",3016 "wasi 0.10.0+wasi-snapshot-preview1",3017]30183019[[package]]3020name = "ghash"3021version = "0.4.4"3022source = "registry+https://github.com/rust-lang/crates.io-index"3023checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3024dependencies = [3025 "opaque-debug 0.3.0",3026 "polyval",3027]30283029[[package]]3030name = "gimli"3031version = "0.26.1"3032source = "registry+https://github.com/rust-lang/crates.io-index"3033checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3034dependencies = [3035 "fallible-iterator",3036 "indexmap",3037 "stable_deref_trait",3038]30393040[[package]]3041name = "glob"3042version = "0.3.0"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30453046[[package]]3047name = "globset"3048version = "0.4.8"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3051dependencies = [3052 "aho-corasick",3053 "bstr",3054 "fnv",3055 "log",3056 "regex",3057]30583059[[package]]3060name = "gloo-timers"3061version = "0.2.3"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3064dependencies = [3065 "futures-channel",3066 "futures-core",3067 "js-sys",3068 "wasm-bindgen",3069]30703071[[package]]3072name = "h2"3073version = "0.3.11"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"3076dependencies = [3077 "bytes 1.1.0",3078 "fnv",3079 "futures-core",3080 "futures-sink",3081 "futures-util",3082 "http",3083 "indexmap",3084 "slab",3085 "tokio 1.17.0",3086 "tokio-util",3087 "tracing",3088]30893090[[package]]3091name = "handlebars"3092version = "4.2.1"3093source = "registry+https://github.com/rust-lang/crates.io-index"3094checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8"3095dependencies = [3096 "log",3097 "pest",3098 "pest_derive",3099 "quick-error 2.0.1",3100 "serde",3101 "serde_json",3102]31033104[[package]]3105name = "hash-db"3106version = "0.15.2"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"31093110[[package]]3111name = "hash256-std-hasher"3112version = "0.15.2"3113source = "registry+https://github.com/rust-lang/crates.io-index"3114checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3115dependencies = [3116 "crunchy",3117]31183119[[package]]3120name = "hashbrown"3121version = "0.11.2"3122source = "registry+https://github.com/rust-lang/crates.io-index"3123checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3124dependencies = [3125 "ahash",3126]31273128[[package]]3129name = "hashbrown"3130version = "0.12.0"3131source = "registry+https://github.com/rust-lang/crates.io-index"3132checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3133dependencies = [3134 "ahash",3135]31363137[[package]]3138name = "heck"3139version = "0.3.3"3140source = "registry+https://github.com/rust-lang/crates.io-index"3141checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3142dependencies = [3143 "unicode-segmentation",3144]31453146[[package]]3147name = "heck"3148version = "0.4.0"3149source = "registry+https://github.com/rust-lang/crates.io-index"3150checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"31513152[[package]]3153name = "hermit-abi"3154version = "0.1.19"3155source = "registry+https://github.com/rust-lang/crates.io-index"3156checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3157dependencies = [3158 "libc",3159]31603161[[package]]3162name = "hex"3163version = "0.4.3"3164source = "registry+https://github.com/rust-lang/crates.io-index"3165checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"31663167[[package]]3168name = "hex-literal"3169version = "0.3.4"3170source = "registry+https://github.com/rust-lang/crates.io-index"3171checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"31723173[[package]]3174name = "hex_fmt"3175version = "0.3.0"3176source = "registry+https://github.com/rust-lang/crates.io-index"3177checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"31783179[[package]]3180name = "hmac"3181version = "0.7.1"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3184dependencies = [3185 "crypto-mac 0.7.0",3186 "digest 0.8.1",3187]31883189[[package]]3190name = "hmac"3191version = "0.8.1"3192source = "registry+https://github.com/rust-lang/crates.io-index"3193checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3194dependencies = [3195 "crypto-mac 0.8.0",3196 "digest 0.9.0",3197]31983199[[package]]3200name = "hmac"3201version = "0.11.0"3202source = "registry+https://github.com/rust-lang/crates.io-index"3203checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3204dependencies = [3205 "crypto-mac 0.11.1",3206 "digest 0.9.0",3207]32083209[[package]]3210name = "hmac-drbg"3211version = "0.2.0"3212source = "registry+https://github.com/rust-lang/crates.io-index"3213checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3214dependencies = [3215 "digest 0.8.1",3216 "generic-array 0.12.4",3217 "hmac 0.7.1",3218]32193220[[package]]3221name = "hmac-drbg"3222version = "0.3.0"3223source = "registry+https://github.com/rust-lang/crates.io-index"3224checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3225dependencies = [3226 "digest 0.9.0",3227 "generic-array 0.14.5",3228 "hmac 0.8.1",3229]32303231[[package]]3232name = "hostname"3233version = "0.3.1"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3236dependencies = [3237 "libc",3238 "match_cfg",3239 "winapi 0.3.9",3240]32413242[[package]]3243name = "http"3244version = "0.2.6"3245source = "registry+https://github.com/rust-lang/crates.io-index"3246checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3247dependencies = [3248 "bytes 1.1.0",3249 "fnv",3250 "itoa 1.0.1",3251]32523253[[package]]3254name = "http-body"3255version = "0.4.4"3256source = "registry+https://github.com/rust-lang/crates.io-index"3257checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3258dependencies = [3259 "bytes 1.1.0",3260 "http",3261 "pin-project-lite 0.2.8",3262]32633264[[package]]3265name = "httparse"3266version = "1.6.0"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"32693270[[package]]3271name = "httpdate"3272version = "1.0.2"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"32753276[[package]]3277name = "humantime"3278version = "2.1.0"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32813282[[package]]3283name = "hyper"3284version = "0.14.17"3285source = "registry+https://github.com/rust-lang/crates.io-index"3286checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd"3287dependencies = [3288 "bytes 1.1.0",3289 "futures-channel",3290 "futures-core",3291 "futures-util",3292 "h2",3293 "http",3294 "http-body",3295 "httparse",3296 "httpdate",3297 "itoa 1.0.1",3298 "pin-project-lite 0.2.8",3299 "socket2 0.4.4",3300 "tokio 1.17.0",3301 "tower-service",3302 "tracing",3303 "want",3304]33053306[[package]]3307name = "hyper-rustls"3308version = "0.22.1"3309source = "registry+https://github.com/rust-lang/crates.io-index"3310checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3311dependencies = [3312 "ct-logs",3313 "futures-util",3314 "hyper",3315 "log",3316 "rustls 0.19.1",3317 "rustls-native-certs 0.5.0",3318 "tokio 1.17.0",3319 "tokio-rustls 0.22.0",3320 "webpki 0.21.4",3321]33223323[[package]]3324name = "ident_case"3325version = "1.0.1"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"33283329[[package]]3330name = "idna"3331version = "0.1.5"3332source = "registry+https://github.com/rust-lang/crates.io-index"3333checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3334dependencies = [3335 "matches",3336 "unicode-bidi",3337 "unicode-normalization",3338]33393340[[package]]3341name = "idna"3342version = "0.2.3"3343source = "registry+https://github.com/rust-lang/crates.io-index"3344checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3345dependencies = [3346 "matches",3347 "unicode-bidi",3348 "unicode-normalization",3349]33503351[[package]]3352name = "if-addrs"3353version = "0.6.7"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3356dependencies = [3357 "if-addrs-sys",3358 "libc",3359 "winapi 0.3.9",3360]33613362[[package]]3363name = "if-addrs-sys"3364version = "0.3.2"3365source = "registry+https://github.com/rust-lang/crates.io-index"3366checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3367dependencies = [3368 "cc",3369 "libc",3370]33713372[[package]]3373name = "if-watch"3374version = "0.2.2"3375source = "registry+https://github.com/rust-lang/crates.io-index"3376checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3377dependencies = [3378 "async-io",3379 "futures 0.3.21",3380 "futures-lite",3381 "if-addrs",3382 "ipnet",3383 "libc",3384 "log",3385 "winapi 0.3.9",3386]33873388[[package]]3389name = "impl-codec"3390version = "0.5.1"3391source = "registry+https://github.com/rust-lang/crates.io-index"3392checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3393dependencies = [3394 "parity-scale-codec",3395]33963397[[package]]3398name = "impl-rlp"3399version = "0.3.0"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3402dependencies = [3403 "rlp",3404]34053406[[package]]3407name = "impl-serde"3408version = "0.3.2"3409source = "registry+https://github.com/rust-lang/crates.io-index"3410checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3411dependencies = [3412 "serde",3413]34143415[[package]]3416name = "impl-trait-for-tuples"3417version = "0.2.2"3418source = "registry+https://github.com/rust-lang/crates.io-index"3419checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3420dependencies = [3421 "proc-macro2",3422 "quote",3423 "syn",3424]34253426[[package]]3427name = "indexmap"3428version = "1.8.0"3429source = "registry+https://github.com/rust-lang/crates.io-index"3430checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3431dependencies = [3432 "autocfg",3433 "hashbrown 0.11.2",3434 "serde",3435]34363437[[package]]3438name = "instant"3439version = "0.1.12"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3442dependencies = [3443 "cfg-if 1.0.0",3444]34453446[[package]]3447name = "integer-encoding"3448version = "3.0.3"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"34513452[[package]]3453name = "integer-sqrt"3454version = "0.1.5"3455source = "registry+https://github.com/rust-lang/crates.io-index"3456checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3457dependencies = [3458 "num-traits",3459]34603461[[package]]3462name = "io-lifetimes"3463version = "0.4.4"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3466dependencies = [3467 "winapi 0.3.9",3468]34693470[[package]]3471name = "iovec"3472version = "0.1.4"3473source = "registry+https://github.com/rust-lang/crates.io-index"3474checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3475dependencies = [3476 "libc",3477]34783479[[package]]3480name = "ip_network"3481version = "0.4.1"3482source = "registry+https://github.com/rust-lang/crates.io-index"3483checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"34843485[[package]]3486name = "ipconfig"3487version = "0.2.2"3488source = "registry+https://github.com/rust-lang/crates.io-index"3489checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3490dependencies = [3491 "socket2 0.3.19",3492 "widestring",3493 "winapi 0.3.9",3494 "winreg",3495]34963497[[package]]3498name = "ipnet"3499version = "2.3.1"3500source = "registry+https://github.com/rust-lang/crates.io-index"3501checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"35023503[[package]]3504name = "itertools"3505version = "0.10.3"3506source = "registry+https://github.com/rust-lang/crates.io-index"3507checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3508dependencies = [3509 "either",3510]35113512[[package]]3513name = "itoa"3514version = "0.4.8"3515source = "registry+https://github.com/rust-lang/crates.io-index"3516checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"35173518[[package]]3519name = "itoa"3520version = "1.0.1"3521source = "registry+https://github.com/rust-lang/crates.io-index"3522checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"35233524[[package]]3525name = "jobserver"3526version = "0.1.24"3527source = "registry+https://github.com/rust-lang/crates.io-index"3528checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3529dependencies = [3530 "libc",3531]35323533[[package]]3534name = "js-sys"3535version = "0.3.56"3536source = "registry+https://github.com/rust-lang/crates.io-index"3537checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3538dependencies = [3539 "wasm-bindgen",3540]35413542[[package]]3543name = "jsonrpc-client-transports"3544version = "18.0.0"3545source = "registry+https://github.com/rust-lang/crates.io-index"3546checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3547dependencies = [3548 "derive_more",3549 "futures 0.3.21",3550 "jsonrpc-core",3551 "jsonrpc-pubsub",3552 "log",3553 "serde",3554 "serde_json",3555 "url 1.7.2",3556]35573558[[package]]3559name = "jsonrpc-core"3560version = "18.0.0"3561source = "registry+https://github.com/rust-lang/crates.io-index"3562checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3563dependencies = [3564 "futures 0.3.21",3565 "futures-executor",3566 "futures-util",3567 "log",3568 "serde",3569 "serde_derive",3570 "serde_json",3571]35723573[[package]]3574name = "jsonrpc-core-client"3575version = "18.0.0"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3578dependencies = [3579 "futures 0.3.21",3580 "jsonrpc-client-transports",3581]35823583[[package]]3584name = "jsonrpc-derive"3585version = "18.0.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3588dependencies = [3589 "proc-macro-crate 0.1.5",3590 "proc-macro2",3591 "quote",3592 "syn",3593]35943595[[package]]3596name = "jsonrpc-http-server"3597version = "18.0.0"3598source = "registry+https://github.com/rust-lang/crates.io-index"3599checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3600dependencies = [3601 "futures 0.3.21",3602 "hyper",3603 "jsonrpc-core",3604 "jsonrpc-server-utils",3605 "log",3606 "net2",3607 "parking_lot 0.11.2",3608 "unicase",3609]36103611[[package]]3612name = "jsonrpc-ipc-server"3613version = "18.0.0"3614source = "registry+https://github.com/rust-lang/crates.io-index"3615checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3616dependencies = [3617 "futures 0.3.21",3618 "jsonrpc-core",3619 "jsonrpc-server-utils",3620 "log",3621 "parity-tokio-ipc",3622 "parking_lot 0.11.2",3623 "tower-service",3624]36253626[[package]]3627name = "jsonrpc-pubsub"3628version = "18.0.0"3629source = "registry+https://github.com/rust-lang/crates.io-index"3630checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3631dependencies = [3632 "futures 0.3.21",3633 "jsonrpc-core",3634 "lazy_static",3635 "log",3636 "parking_lot 0.11.2",3637 "rand 0.7.3",3638 "serde",3639]36403641[[package]]3642name = "jsonrpc-server-utils"3643version = "18.0.0"3644source = "registry+https://github.com/rust-lang/crates.io-index"3645checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3646dependencies = [3647 "bytes 1.1.0",3648 "futures 0.3.21",3649 "globset",3650 "jsonrpc-core",3651 "lazy_static",3652 "log",3653 "tokio 1.17.0",3654 "tokio-stream",3655 "tokio-util",3656 "unicase",3657]36583659[[package]]3660name = "jsonrpc-ws-server"3661version = "18.0.0"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3664dependencies = [3665 "futures 0.3.21",3666 "jsonrpc-core",3667 "jsonrpc-server-utils",3668 "log",3669 "parity-ws",3670 "parking_lot 0.11.2",3671 "slab",3672]36733674[[package]]3675name = "jsonrpsee"3676version = "0.4.1"3677source = "registry+https://github.com/rust-lang/crates.io-index"3678checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3679dependencies = [3680 "jsonrpsee-types 0.4.1",3681 "jsonrpsee-utils",3682 "jsonrpsee-ws-client 0.4.1",3683]36843685[[package]]3686name = "jsonrpsee"3687version = "0.8.0"3688source = "registry+https://github.com/rust-lang/crates.io-index"3689checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9"3690dependencies = [3691 "jsonrpsee-core",3692 "jsonrpsee-proc-macros",3693 "jsonrpsee-types 0.8.0",3694 "jsonrpsee-ws-client 0.8.0",3695]36963697[[package]]3698name = "jsonrpsee-client-transport"3699version = "0.8.0"3700source = "registry+https://github.com/rust-lang/crates.io-index"3701checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5"3702dependencies = [3703 "futures 0.3.21",3704 "http",3705 "jsonrpsee-core",3706 "jsonrpsee-types 0.8.0",3707 "pin-project 1.0.10",3708 "rustls-native-certs 0.6.1",3709 "soketto",3710 "thiserror",3711 "tokio 1.17.0",3712 "tokio-rustls 0.23.2",3713 "tokio-util",3714 "tracing",3715 "webpki-roots 0.22.2",3716]37173718[[package]]3719name = "jsonrpsee-core"3720version = "0.8.0"3721source = "registry+https://github.com/rust-lang/crates.io-index"3722checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3"3723dependencies = [3724 "anyhow",3725 "arrayvec 0.7.2",3726 "async-trait",3727 "beef",3728 "futures-channel",3729 "futures-util",3730 "hyper",3731 "jsonrpsee-types 0.8.0",3732 "rustc-hash",3733 "serde",3734 "serde_json",3735 "soketto",3736 "thiserror",3737 "tokio 1.17.0",3738 "tracing",3739]37403741[[package]]3742name = "jsonrpsee-proc-macros"3743version = "0.8.0"3744source = "registry+https://github.com/rust-lang/crates.io-index"3745checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8"3746dependencies = [3747 "proc-macro-crate 1.1.3",3748 "proc-macro2",3749 "quote",3750 "syn",3751]37523753[[package]]3754name = "jsonrpsee-types"3755version = "0.4.1"3756source = "registry+https://github.com/rust-lang/crates.io-index"3757checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"3758dependencies = [3759 "anyhow",3760 "async-trait",3761 "beef",3762 "futures-channel",3763 "futures-util",3764 "hyper",3765 "log",3766 "serde",3767 "serde_json",3768 "soketto",3769 "thiserror",3770]37713772[[package]]3773name = "jsonrpsee-types"3774version = "0.8.0"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58"3777dependencies = [3778 "anyhow",3779 "beef",3780 "serde",3781 "serde_json",3782 "thiserror",3783 "tracing",3784]37853786[[package]]3787name = "jsonrpsee-utils"3788version = "0.4.1"3789source = "registry+https://github.com/rust-lang/crates.io-index"3790checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"3791dependencies = [3792 "arrayvec 0.7.2",3793 "beef",3794 "jsonrpsee-types 0.4.1",3795]37963797[[package]]3798name = "jsonrpsee-ws-client"3799version = "0.4.1"3800source = "registry+https://github.com/rust-lang/crates.io-index"3801checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"3802dependencies = [3803 "arrayvec 0.7.2",3804 "async-trait",3805 "fnv",3806 "futures 0.3.21",3807 "http",3808 "jsonrpsee-types 0.4.1",3809 "log",3810 "pin-project 1.0.10",3811 "rustls-native-certs 0.5.0",3812 "serde",3813 "serde_json",3814 "soketto",3815 "thiserror",3816 "tokio 1.17.0",3817 "tokio-rustls 0.22.0",3818 "tokio-util",3819]38203821[[package]]3822name = "jsonrpsee-ws-client"3823version = "0.8.0"3824source = "registry+https://github.com/rust-lang/crates.io-index"3825checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5"3826dependencies = [3827 "jsonrpsee-client-transport",3828 "jsonrpsee-core",3829 "jsonrpsee-types 0.8.0",3830]38313832[[package]]3833name = "keccak"3834version = "0.1.0"3835source = "registry+https://github.com/rust-lang/crates.io-index"3836checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"38373838[[package]]3839name = "kernel32-sys"3840version = "0.2.2"3841source = "registry+https://github.com/rust-lang/crates.io-index"3842checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3843dependencies = [3844 "winapi 0.2.8",3845 "winapi-build",3846]38473848[[package]]3849name = "kusama-runtime"3850version = "0.9.17"3851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"3852dependencies = [3853 "beefy-primitives",3854 "bitvec",3855 "frame-benchmarking",3856 "frame-election-provider-support",3857 "frame-executive",3858 "frame-support",3859 "frame-system",3860 "frame-system-benchmarking",3861 "frame-system-rpc-runtime-api",3862 "frame-try-runtime",3863 "hex-literal",3864 "kusama-runtime-constants",3865 "log",3866 "pallet-authority-discovery",3867 "pallet-authorship",3868 "pallet-babe",3869 "pallet-bags-list",3870 "pallet-balances",3871 "pallet-bounties",3872 "pallet-collective",3873 "pallet-democracy",3874 "pallet-election-provider-multi-phase",3875 "pallet-elections-phragmen",3876 "pallet-gilt",3877 "pallet-grandpa",3878 "pallet-identity",3879 "pallet-im-online",3880 "pallet-indices",3881 "pallet-membership",3882 "pallet-mmr-primitives",3883 "pallet-multisig",3884 "pallet-nicks",3885 "pallet-offences",3886 "pallet-offences-benchmarking",3887 "pallet-preimage",3888 "pallet-proxy",3889 "pallet-recovery",3890 "pallet-scheduler",3891 "pallet-session",3892 "pallet-session-benchmarking",3893 "pallet-society",3894 "pallet-staking",3895 "pallet-staking-reward-fn",3896 "pallet-timestamp",3897 "pallet-tips",3898 "pallet-transaction-payment",3899 "pallet-transaction-payment-rpc-runtime-api",3900 "pallet-treasury",3901 "pallet-utility",3902 "pallet-vesting",3903 "pallet-xcm",3904 "parity-scale-codec",3905 "polkadot-primitives",3906 "polkadot-runtime-common",3907 "polkadot-runtime-parachains",3908 "rustc-hex",3909 "scale-info",3910 "serde",3911 "serde_derive",3912 "smallvec",3913 "sp-api",3914 "sp-arithmetic",3915 "sp-authority-discovery",3916 "sp-block-builder",3917 "sp-consensus-babe",3918 "sp-core",3919 "sp-inherents",3920 "sp-io",3921 "sp-npos-elections",3922 "sp-offchain",3923 "sp-runtime",3924 "sp-session",3925 "sp-staking",3926 "sp-std",3927 "sp-transaction-pool",3928 "sp-version",3929 "static_assertions",3930 "substrate-wasm-builder",3931 "xcm",3932 "xcm-builder",3933 "xcm-executor",3934]39353936[[package]]3937name = "kusama-runtime-constants"3938version = "0.9.17"3939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"3940dependencies = [3941 "frame-support",3942 "polkadot-primitives",3943 "polkadot-runtime-common",3944 "smallvec",3945 "sp-runtime",3946]39473948[[package]]3949name = "kv-log-macro"3950version = "1.0.7"3951source = "registry+https://github.com/rust-lang/crates.io-index"3952checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3953dependencies = [3954 "log",3955]39563957[[package]]3958name = "kvdb"3959version = "0.10.0"3960source = "registry+https://github.com/rust-lang/crates.io-index"3961checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3962dependencies = [3963 "parity-util-mem",3964 "smallvec",3965]39663967[[package]]3968name = "kvdb-memorydb"3969version = "0.10.0"3970source = "registry+https://github.com/rust-lang/crates.io-index"3971checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"3972dependencies = [3973 "kvdb",3974 "parity-util-mem",3975 "parking_lot 0.11.2",3976]39773978[[package]]3979name = "kvdb-rocksdb"3980version = "0.14.0"3981source = "registry+https://github.com/rust-lang/crates.io-index"3982checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3983dependencies = [3984 "fs-swap",3985 "kvdb",3986 "log",3987 "num_cpus",3988 "owning_ref",3989 "parity-util-mem",3990 "parking_lot 0.11.2",3991 "regex",3992 "rocksdb",3993 "smallvec",3994]39953996[[package]]3997name = "lazy_static"3998version = "1.4.0"3999source = "registry+https://github.com/rust-lang/crates.io-index"4000checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40014002[[package]]4003name = "lazycell"4004version = "1.3.0"4005source = "registry+https://github.com/rust-lang/crates.io-index"4006checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40074008[[package]]4009name = "libc"4010version = "0.2.119"4011source = "registry+https://github.com/rust-lang/crates.io-index"4012checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"40134014[[package]]4015name = "libloading"4016version = "0.5.2"4017source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4019dependencies = [4020 "cc",4021 "winapi 0.3.9",4022]40234024[[package]]4025name = "libloading"4026version = "0.7.3"4027source = "registry+https://github.com/rust-lang/crates.io-index"4028checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4029dependencies = [4030 "cfg-if 1.0.0",4031 "winapi 0.3.9",4032]40334034[[package]]4035name = "libm"4036version = "0.2.2"4037source = "registry+https://github.com/rust-lang/crates.io-index"4038checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"40394040[[package]]4041name = "libp2p"4042version = "0.40.0"4043source = "registry+https://github.com/rust-lang/crates.io-index"4044checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"4045dependencies = [4046 "atomic",4047 "bytes 1.1.0",4048 "futures 0.3.21",4049 "lazy_static",4050 "libp2p-core",4051 "libp2p-deflate",4052 "libp2p-dns",4053 "libp2p-floodsub",4054 "libp2p-gossipsub",4055 "libp2p-identify",4056 "libp2p-kad",4057 "libp2p-mdns",4058 "libp2p-metrics",4059 "libp2p-mplex",4060 "libp2p-noise",4061 "libp2p-ping",4062 "libp2p-plaintext",4063 "libp2p-pnet",4064 "libp2p-relay",4065 "libp2p-rendezvous",4066 "libp2p-request-response",4067 "libp2p-swarm",4068 "libp2p-swarm-derive",4069 "libp2p-tcp",4070 "libp2p-uds",4071 "libp2p-wasm-ext",4072 "libp2p-websocket",4073 "libp2p-yamux",4074 "multiaddr",4075 "parking_lot 0.11.2",4076 "pin-project 1.0.10",4077 "smallvec",4078 "wasm-timer",4079]40804081[[package]]4082name = "libp2p-core"4083version = "0.30.2"4084source = "registry+https://github.com/rust-lang/crates.io-index"4085checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"4086dependencies = [4087 "asn1_der",4088 "bs58",4089 "ed25519-dalek",4090 "either",4091 "fnv",4092 "futures 0.3.21",4093 "futures-timer",4094 "instant",4095 "lazy_static",4096 "libsecp256k1 0.7.0",4097 "log",4098 "multiaddr",4099 "multihash 0.14.0",4100 "multistream-select",4101 "parking_lot 0.11.2",4102 "pin-project 1.0.10",4103 "prost",4104 "prost-build",4105 "rand 0.8.5",4106 "ring",4107 "rw-stream-sink",4108 "sha2 0.9.9",4109 "smallvec",4110 "thiserror",4111 "unsigned-varint 0.7.1",4112 "void",4113 "zeroize",4114]41154116[[package]]4117name = "libp2p-deflate"4118version = "0.30.0"4119source = "registry+https://github.com/rust-lang/crates.io-index"4120checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4121dependencies = [4122 "flate2",4123 "futures 0.3.21",4124 "libp2p-core",4125]41264127[[package]]4128name = "libp2p-dns"4129version = "0.30.0"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4132dependencies = [4133 "async-std-resolver",4134 "futures 0.3.21",4135 "libp2p-core",4136 "log",4137 "smallvec",4138 "trust-dns-resolver",4139]41404141[[package]]4142name = "libp2p-floodsub"4143version = "0.31.0"4144source = "registry+https://github.com/rust-lang/crates.io-index"4145checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4146dependencies = [4147 "cuckoofilter",4148 "fnv",4149 "futures 0.3.21",4150 "libp2p-core",4151 "libp2p-swarm",4152 "log",4153 "prost",4154 "prost-build",4155 "rand 0.7.3",4156 "smallvec",4157]41584159[[package]]4160name = "libp2p-gossipsub"4161version = "0.33.0"4162source = "registry+https://github.com/rust-lang/crates.io-index"4163checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4164dependencies = [4165 "asynchronous-codec 0.6.0",4166 "base64",4167 "byteorder",4168 "bytes 1.1.0",4169 "fnv",4170 "futures 0.3.21",4171 "hex_fmt",4172 "libp2p-core",4173 "libp2p-swarm",4174 "log",4175 "prost",4176 "prost-build",4177 "rand 0.7.3",4178 "regex",4179 "sha2 0.9.9",4180 "smallvec",4181 "unsigned-varint 0.7.1",4182 "wasm-timer",4183]41844185[[package]]4186name = "libp2p-identify"4187version = "0.31.0"4188source = "registry+https://github.com/rust-lang/crates.io-index"4189checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4190dependencies = [4191 "futures 0.3.21",4192 "libp2p-core",4193 "libp2p-swarm",4194 "log",4195 "lru 0.6.6",4196 "prost",4197 "prost-build",4198 "smallvec",4199 "wasm-timer",4200]42014202[[package]]4203name = "libp2p-kad"4204version = "0.32.0"4205source = "registry+https://github.com/rust-lang/crates.io-index"4206checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4207dependencies = [4208 "arrayvec 0.5.2",4209 "asynchronous-codec 0.6.0",4210 "bytes 1.1.0",4211 "either",4212 "fnv",4213 "futures 0.3.21",4214 "libp2p-core",4215 "libp2p-swarm",4216 "log",4217 "prost",4218 "prost-build",4219 "rand 0.7.3",4220 "sha2 0.9.9",4221 "smallvec",4222 "uint",4223 "unsigned-varint 0.7.1",4224 "void",4225 "wasm-timer",4226]42274228[[package]]4229name = "libp2p-mdns"4230version = "0.32.0"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4233dependencies = [4234 "async-io",4235 "data-encoding",4236 "dns-parser",4237 "futures 0.3.21",4238 "if-watch",4239 "lazy_static",4240 "libp2p-core",4241 "libp2p-swarm",4242 "log",4243 "rand 0.8.5",4244 "smallvec",4245 "socket2 0.4.4",4246 "void",4247]42484249[[package]]4250name = "libp2p-metrics"4251version = "0.1.0"4252source = "registry+https://github.com/rust-lang/crates.io-index"4253checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4254dependencies = [4255 "libp2p-core",4256 "libp2p-identify",4257 "libp2p-kad",4258 "libp2p-ping",4259 "libp2p-swarm",4260 "open-metrics-client",4261]42624263[[package]]4264name = "libp2p-mplex"4265version = "0.30.0"4266source = "registry+https://github.com/rust-lang/crates.io-index"4267checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4268dependencies = [4269 "asynchronous-codec 0.6.0",4270 "bytes 1.1.0",4271 "futures 0.3.21",4272 "libp2p-core",4273 "log",4274 "nohash-hasher",4275 "parking_lot 0.11.2",4276 "rand 0.7.3",4277 "smallvec",4278 "unsigned-varint 0.7.1",4279]42804281[[package]]4282name = "libp2p-noise"4283version = "0.33.0"4284source = "registry+https://github.com/rust-lang/crates.io-index"4285checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4286dependencies = [4287 "bytes 1.1.0",4288 "curve25519-dalek 3.2.0",4289 "futures 0.3.21",4290 "lazy_static",4291 "libp2p-core",4292 "log",4293 "prost",4294 "prost-build",4295 "rand 0.8.5",4296 "sha2 0.9.9",4297 "snow",4298 "static_assertions",4299 "x25519-dalek",4300 "zeroize",4301]43024303[[package]]4304name = "libp2p-ping"4305version = "0.31.0"4306source = "registry+https://github.com/rust-lang/crates.io-index"4307checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4308dependencies = [4309 "futures 0.3.21",4310 "libp2p-core",4311 "libp2p-swarm",4312 "log",4313 "rand 0.7.3",4314 "void",4315 "wasm-timer",4316]43174318[[package]]4319name = "libp2p-plaintext"4320version = "0.30.0"4321source = "registry+https://github.com/rust-lang/crates.io-index"4322checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4323dependencies = [4324 "asynchronous-codec 0.6.0",4325 "bytes 1.1.0",4326 "futures 0.3.21",4327 "libp2p-core",4328 "log",4329 "prost",4330 "prost-build",4331 "unsigned-varint 0.7.1",4332 "void",4333]43344335[[package]]4336name = "libp2p-pnet"4337version = "0.22.0"4338source = "registry+https://github.com/rust-lang/crates.io-index"4339checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4340dependencies = [4341 "futures 0.3.21",4342 "log",4343 "pin-project 1.0.10",4344 "rand 0.7.3",4345 "salsa20",4346 "sha3 0.9.1",4347]43484349[[package]]4350name = "libp2p-relay"4351version = "0.4.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4354dependencies = [4355 "asynchronous-codec 0.6.0",4356 "bytes 1.1.0",4357 "futures 0.3.21",4358 "futures-timer",4359 "libp2p-core",4360 "libp2p-swarm",4361 "log",4362 "pin-project 1.0.10",4363 "prost",4364 "prost-build",4365 "rand 0.7.3",4366 "smallvec",4367 "unsigned-varint 0.7.1",4368 "void",4369 "wasm-timer",4370]43714372[[package]]4373name = "libp2p-rendezvous"4374version = "0.1.0"4375source = "registry+https://github.com/rust-lang/crates.io-index"4376checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4377dependencies = [4378 "asynchronous-codec 0.6.0",4379 "bimap",4380 "futures 0.3.21",4381 "libp2p-core",4382 "libp2p-swarm",4383 "log",4384 "prost",4385 "prost-build",4386 "rand 0.8.5",4387 "sha2 0.9.9",4388 "thiserror",4389 "unsigned-varint 0.7.1",4390 "void",4391 "wasm-timer",4392]43934394[[package]]4395name = "libp2p-request-response"4396version = "0.13.0"4397source = "registry+https://github.com/rust-lang/crates.io-index"4398checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4399dependencies = [4400 "async-trait",4401 "bytes 1.1.0",4402 "futures 0.3.21",4403 "libp2p-core",4404 "libp2p-swarm",4405 "log",4406 "lru 0.7.3",4407 "rand 0.7.3",4408 "smallvec",4409 "unsigned-varint 0.7.1",4410 "wasm-timer",4411]44124413[[package]]4414name = "libp2p-swarm"4415version = "0.31.0"4416source = "registry+https://github.com/rust-lang/crates.io-index"4417checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4418dependencies = [4419 "either",4420 "futures 0.3.21",4421 "libp2p-core",4422 "log",4423 "rand 0.7.3",4424 "smallvec",4425 "void",4426 "wasm-timer",4427]44284429[[package]]4430name = "libp2p-swarm-derive"4431version = "0.25.0"4432source = "registry+https://github.com/rust-lang/crates.io-index"4433checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4434dependencies = [4435 "quote",4436 "syn",4437]44384439[[package]]4440name = "libp2p-tcp"4441version = "0.30.0"4442source = "registry+https://github.com/rust-lang/crates.io-index"4443checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4444dependencies = [4445 "async-io",4446 "futures 0.3.21",4447 "futures-timer",4448 "if-watch",4449 "ipnet",4450 "libc",4451 "libp2p-core",4452 "log",4453 "socket2 0.4.4",4454]44554456[[package]]4457name = "libp2p-uds"4458version = "0.30.0"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4461dependencies = [4462 "async-std",4463 "futures 0.3.21",4464 "libp2p-core",4465 "log",4466]44674468[[package]]4469name = "libp2p-wasm-ext"4470version = "0.30.0"4471source = "registry+https://github.com/rust-lang/crates.io-index"4472checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4473dependencies = [4474 "futures 0.3.21",4475 "js-sys",4476 "libp2p-core",4477 "parity-send-wrapper",4478 "wasm-bindgen",4479 "wasm-bindgen-futures",4480]44814482[[package]]4483name = "libp2p-websocket"4484version = "0.31.0"4485source = "registry+https://github.com/rust-lang/crates.io-index"4486checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4487dependencies = [4488 "either",4489 "futures 0.3.21",4490 "futures-rustls",4491 "libp2p-core",4492 "log",4493 "quicksink",4494 "rw-stream-sink",4495 "soketto",4496 "url 2.2.2",4497 "webpki-roots 0.21.1",4498]44994500[[package]]4501name = "libp2p-yamux"4502version = "0.34.0"4503source = "registry+https://github.com/rust-lang/crates.io-index"4504checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4505dependencies = [4506 "futures 0.3.21",4507 "libp2p-core",4508 "parking_lot 0.11.2",4509 "thiserror",4510 "yamux",4511]45124513[[package]]4514name = "librocksdb-sys"4515version = "6.20.3"4516source = "registry+https://github.com/rust-lang/crates.io-index"4517checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4518dependencies = [4519 "bindgen",4520 "cc",4521 "glob",4522 "libc",4523]45244525[[package]]4526name = "libsecp256k1"4527version = "0.3.5"4528source = "registry+https://github.com/rust-lang/crates.io-index"4529checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4530dependencies = [4531 "arrayref",4532 "crunchy",4533 "digest 0.8.1",4534 "hmac-drbg 0.2.0",4535 "rand 0.7.3",4536 "sha2 0.8.2",4537 "subtle 2.4.1",4538 "typenum",4539]45404541[[package]]4542name = "libsecp256k1"4543version = "0.7.0"4544source = "registry+https://github.com/rust-lang/crates.io-index"4545checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4546dependencies = [4547 "arrayref",4548 "base64",4549 "digest 0.9.0",4550 "hmac-drbg 0.3.0",4551 "libsecp256k1-core",4552 "libsecp256k1-gen-ecmult",4553 "libsecp256k1-gen-genmult",4554 "rand 0.8.5",4555 "serde",4556 "sha2 0.9.9",4557 "typenum",4558]45594560[[package]]4561name = "libsecp256k1-core"4562version = "0.3.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4565dependencies = [4566 "crunchy",4567 "digest 0.9.0",4568 "subtle 2.4.1",4569]45704571[[package]]4572name = "libsecp256k1-gen-ecmult"4573version = "0.3.0"4574source = "registry+https://github.com/rust-lang/crates.io-index"4575checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4576dependencies = [4577 "libsecp256k1-core",4578]45794580[[package]]4581name = "libsecp256k1-gen-genmult"4582version = "0.3.0"4583source = "registry+https://github.com/rust-lang/crates.io-index"4584checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4585dependencies = [4586 "libsecp256k1-core",4587]45884589[[package]]4590name = "libz-sys"4591version = "1.1.3"4592source = "registry+https://github.com/rust-lang/crates.io-index"4593checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4594dependencies = [4595 "cc",4596 "pkg-config",4597 "vcpkg",4598]45994600[[package]]4601name = "linked-hash-map"4602version = "0.5.4"4603source = "registry+https://github.com/rust-lang/crates.io-index"4604checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"46054606[[package]]4607name = "linked_hash_set"4608version = "0.1.4"4609source = "registry+https://github.com/rust-lang/crates.io-index"4610checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4611dependencies = [4612 "linked-hash-map",4613]46144615[[package]]4616name = "linregress"4617version = "0.4.4"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4620dependencies = [4621 "nalgebra",4622 "statrs",4623]46244625[[package]]4626name = "linux-raw-sys"4627version = "0.0.36"4628source = "registry+https://github.com/rust-lang/crates.io-index"4629checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"46304631[[package]]4632name = "lock_api"4633version = "0.3.4"4634source = "registry+https://github.com/rust-lang/crates.io-index"4635checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4636dependencies = [4637 "scopeguard",4638]46394640[[package]]4641name = "lock_api"4642version = "0.4.6"4643source = "registry+https://github.com/rust-lang/crates.io-index"4644checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"4645dependencies = [4646 "scopeguard",4647]46484649[[package]]4650name = "log"4651version = "0.4.14"4652source = "registry+https://github.com/rust-lang/crates.io-index"4653checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4654dependencies = [4655 "cfg-if 1.0.0",4656 "value-bag",4657]46584659[[package]]4660name = "lru"4661version = "0.6.6"4662source = "registry+https://github.com/rust-lang/crates.io-index"4663checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4664dependencies = [4665 "hashbrown 0.11.2",4666]46674668[[package]]4669name = "lru"4670version = "0.7.3"4671source = "registry+https://github.com/rust-lang/crates.io-index"4672checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb"4673dependencies = [4674 "hashbrown 0.11.2",4675]46764677[[package]]4678name = "lru-cache"4679version = "0.1.2"4680source = "registry+https://github.com/rust-lang/crates.io-index"4681checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4682dependencies = [4683 "linked-hash-map",4684]46854686[[package]]4687name = "lz4"4688version = "1.23.2"4689source = "registry+https://github.com/rust-lang/crates.io-index"4690checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4691dependencies = [4692 "libc",4693 "lz4-sys",4694]46954696[[package]]4697name = "lz4-sys"4698version = "1.9.2"4699source = "registry+https://github.com/rust-lang/crates.io-index"4700checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4701dependencies = [4702 "cc",4703 "libc",4704]47054706[[package]]4707name = "mach"4708version = "0.3.2"4709source = "registry+https://github.com/rust-lang/crates.io-index"4710checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4711dependencies = [4712 "libc",4713]47144715[[package]]4716name = "maplit"4717version = "1.0.2"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"47204721[[package]]4722name = "match_cfg"4723version = "0.1.0"4724source = "registry+https://github.com/rust-lang/crates.io-index"4725checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47264727[[package]]4728name = "matchers"4729version = "0.0.1"4730source = "registry+https://github.com/rust-lang/crates.io-index"4731checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4732dependencies = [4733 "regex-automata",4734]47354736[[package]]4737name = "matches"4738version = "0.1.9"4739source = "registry+https://github.com/rust-lang/crates.io-index"4740checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47414742[[package]]4743name = "matrixmultiply"4744version = "0.3.2"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4747dependencies = [4748 "rawpointer",4749]47504751[[package]]4752name = "memchr"4753version = "2.4.1"4754source = "registry+https://github.com/rust-lang/crates.io-index"4755checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"47564757[[package]]4758name = "memmap2"4759version = "0.2.3"4760source = "registry+https://github.com/rust-lang/crates.io-index"4761checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4762dependencies = [4763 "libc",4764]47654766[[package]]4767name = "memmap2"4768version = "0.5.3"4769source = "registry+https://github.com/rust-lang/crates.io-index"4770checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"4771dependencies = [4772 "libc",4773]47744775[[package]]4776name = "memoffset"4777version = "0.6.5"4778source = "registry+https://github.com/rust-lang/crates.io-index"4779checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4780dependencies = [4781 "autocfg",4782]47834784[[package]]4785name = "memory-db"4786version = "0.28.0"4787source = "registry+https://github.com/rust-lang/crates.io-index"4788checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"4789dependencies = [4790 "hash-db",4791 "hashbrown 0.11.2",4792 "parity-util-mem",4793]47944795[[package]]4796name = "memory-lru"4797version = "0.1.0"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4800dependencies = [4801 "lru 0.6.6",4802]48034804[[package]]4805name = "memory_units"4806version = "0.3.0"4807source = "registry+https://github.com/rust-lang/crates.io-index"4808checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"48094810[[package]]4811name = "merlin"4812version = "2.0.1"4813source = "registry+https://github.com/rust-lang/crates.io-index"4814checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4815dependencies = [4816 "byteorder",4817 "keccak",4818 "rand_core 0.5.1",4819 "zeroize",4820]48214822[[package]]4823name = "metered-channel"4824version = "0.9.17"4825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"4826dependencies = [4827 "derive_more",4828 "futures 0.3.21",4829 "futures-timer",4830 "thiserror",4831 "tracing",4832]48334834[[package]]4835name = "mick-jaeger"4836version = "0.1.7"4837source = "registry+https://github.com/rust-lang/crates.io-index"4838checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"4839dependencies = [4840 "futures 0.3.21",4841 "rand 0.8.5",4842 "thrift",4843]48444845[[package]]4846name = "minimal-lexical"4847version = "0.2.1"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48504851[[package]]4852name = "miniz_oxide"4853version = "0.4.4"4854source = "registry+https://github.com/rust-lang/crates.io-index"4855checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4856dependencies = [4857 "adler",4858 "autocfg",4859]48604861[[package]]4862name = "mio"4863version = "0.6.23"4864source = "registry+https://github.com/rust-lang/crates.io-index"4865checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4866dependencies = [4867 "cfg-if 0.1.10",4868 "fuchsia-zircon",4869 "fuchsia-zircon-sys",4870 "iovec",4871 "kernel32-sys",4872 "libc",4873 "log",4874 "miow 0.2.2",4875 "net2",4876 "slab",4877 "winapi 0.2.8",4878]48794880[[package]]4881name = "mio"4882version = "0.8.0"4883source = "registry+https://github.com/rust-lang/crates.io-index"4884checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"4885dependencies = [4886 "libc",4887 "log",4888 "miow 0.3.7",4889 "ntapi",4890 "winapi 0.3.9",4891]48924893[[package]]4894name = "mio-extras"4895version = "2.0.6"4896source = "registry+https://github.com/rust-lang/crates.io-index"4897checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4898dependencies = [4899 "lazycell",4900 "log",4901 "mio 0.6.23",4902 "slab",4903]49044905[[package]]4906name = "miow"4907version = "0.2.2"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4910dependencies = [4911 "kernel32-sys",4912 "net2",4913 "winapi 0.2.8",4914 "ws2_32-sys",4915]49164917[[package]]4918name = "miow"4919version = "0.3.7"4920source = "registry+https://github.com/rust-lang/crates.io-index"4921checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4922dependencies = [4923 "winapi 0.3.9",4924]49254926[[package]]4927name = "more-asserts"4928version = "0.2.2"4929source = "registry+https://github.com/rust-lang/crates.io-index"4930checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"49314932[[package]]4933name = "multiaddr"4934version = "0.13.0"4935source = "registry+https://github.com/rust-lang/crates.io-index"4936checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4937dependencies = [4938 "arrayref",4939 "bs58",4940 "byteorder",4941 "data-encoding",4942 "multihash 0.14.0",4943 "percent-encoding 2.1.0",4944 "serde",4945 "static_assertions",4946 "unsigned-varint 0.7.1",4947 "url 2.2.2",4948]49494950[[package]]4951name = "multibase"4952version = "0.8.0"4953source = "registry+https://github.com/rust-lang/crates.io-index"4954checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4955dependencies = [4956 "base-x",4957 "data-encoding",4958 "data-encoding-macro",4959]49604961[[package]]4962name = "multihash"4963version = "0.13.2"4964source = "registry+https://github.com/rust-lang/crates.io-index"4965checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4966dependencies = [4967 "blake2b_simd",4968 "blake2s_simd",4969 "blake3",4970 "digest 0.9.0",4971 "generic-array 0.14.5",4972 "multihash-derive",4973 "sha2 0.9.9",4974 "sha3 0.9.1",4975 "unsigned-varint 0.5.1",4976]49774978[[package]]4979name = "multihash"4980version = "0.14.0"4981source = "registry+https://github.com/rust-lang/crates.io-index"4982checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"4983dependencies = [4984 "digest 0.9.0",4985 "generic-array 0.14.5",4986 "multihash-derive",4987 "sha2 0.9.9",4988 "unsigned-varint 0.7.1",4989]49904991[[package]]4992name = "multihash-derive"4993version = "0.7.2"4994source = "registry+https://github.com/rust-lang/crates.io-index"4995checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4996dependencies = [4997 "proc-macro-crate 1.1.3",4998 "proc-macro-error",4999 "proc-macro2",5000 "quote",5001 "syn",5002 "synstructure",5003]50045005[[package]]5006name = "multimap"5007version = "0.8.3"5008source = "registry+https://github.com/rust-lang/crates.io-index"5009checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50105011[[package]]5012name = "multistream-select"5013version = "0.10.4"5014source = "registry+https://github.com/rust-lang/crates.io-index"5015checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"5016dependencies = [5017 "bytes 1.1.0",5018 "futures 0.3.21",5019 "log",5020 "pin-project 1.0.10",5021 "smallvec",5022 "unsigned-varint 0.7.1",5023]50245025[[package]]5026name = "nalgebra"5027version = "0.27.1"5028source = "registry+https://github.com/rust-lang/crates.io-index"5029checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5030dependencies = [5031 "approx",5032 "matrixmultiply",5033 "nalgebra-macros",5034 "num-complex",5035 "num-rational 0.4.0",5036 "num-traits",5037 "rand 0.8.5",5038 "rand_distr",5039 "simba",5040 "typenum",5041]50425043[[package]]5044name = "nalgebra-macros"5045version = "0.1.0"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5048dependencies = [5049 "proc-macro2",5050 "quote",5051 "syn",5052]50535054[[package]]5055name = "names"5056version = "0.12.0"5057source = "registry+https://github.com/rust-lang/crates.io-index"5058checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"5059dependencies = [5060 "rand 0.8.5",5061]50625063[[package]]5064name = "net2"5065version = "0.2.37"5066source = "registry+https://github.com/rust-lang/crates.io-index"5067checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"5068dependencies = [5069 "cfg-if 0.1.10",5070 "libc",5071 "winapi 0.3.9",5072]50735074[[package]]5075name = "nodrop"5076version = "0.1.14"5077source = "registry+https://github.com/rust-lang/crates.io-index"5078checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"50795080[[package]]5081name = "nohash-hasher"5082version = "0.2.0"5083source = "registry+https://github.com/rust-lang/crates.io-index"5084checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"50855086[[package]]5087name = "nom"5088version = "7.1.0"5089source = "registry+https://github.com/rust-lang/crates.io-index"5090checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"5091dependencies = [5092 "memchr",5093 "minimal-lexical",5094 "version_check",5095]50965097[[package]]5098name = "ntapi"5099version = "0.3.7"5100source = "registry+https://github.com/rust-lang/crates.io-index"5101checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"5102dependencies = [5103 "winapi 0.3.9",5104]51055106[[package]]5107name = "num-bigint"5108version = "0.2.6"5109source = "registry+https://github.com/rust-lang/crates.io-index"5110checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5111dependencies = [5112 "autocfg",5113 "num-integer",5114 "num-traits",5115]51165117[[package]]5118name = "num-complex"5119version = "0.4.0"5120source = "registry+https://github.com/rust-lang/crates.io-index"5121checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5122dependencies = [5123 "num-traits",5124]51255126[[package]]5127name = "num-integer"5128version = "0.1.44"5129source = "registry+https://github.com/rust-lang/crates.io-index"5130checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5131dependencies = [5132 "autocfg",5133 "num-traits",5134]51355136[[package]]5137name = "num-rational"5138version = "0.2.4"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5141dependencies = [5142 "autocfg",5143 "num-bigint",5144 "num-integer",5145 "num-traits",5146]51475148[[package]]5149name = "num-rational"5150version = "0.4.0"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5153dependencies = [5154 "autocfg",5155 "num-integer",5156 "num-traits",5157]51585159[[package]]5160name = "num-traits"5161version = "0.2.14"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5164dependencies = [5165 "autocfg",5166 "libm",5167]51685169[[package]]5170name = "num_cpus"5171version = "1.13.1"5172source = "registry+https://github.com/rust-lang/crates.io-index"5173checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5174dependencies = [5175 "hermit-abi",5176 "libc",5177]51785179[[package]]5180name = "object"5181version = "0.27.1"5182source = "registry+https://github.com/rust-lang/crates.io-index"5183checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5184dependencies = [5185 "crc32fast",5186 "indexmap",5187 "memchr",5188]51895190[[package]]5191name = "once_cell"5192version = "1.10.0"5193source = "registry+https://github.com/rust-lang/crates.io-index"5194checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"51955196[[package]]5197name = "opaque-debug"5198version = "0.2.3"5199source = "registry+https://github.com/rust-lang/crates.io-index"5200checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"52015202[[package]]5203name = "opaque-debug"5204version = "0.3.0"5205source = "registry+https://github.com/rust-lang/crates.io-index"5206checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"52075208[[package]]5209name = "open-metrics-client"5210version = "0.12.0"5211source = "registry+https://github.com/rust-lang/crates.io-index"5212checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5213dependencies = [5214 "dtoa",5215 "itoa 0.4.8",5216 "open-metrics-client-derive-text-encode",5217 "owning_ref",5218]52195220[[package]]5221name = "open-metrics-client-derive-text-encode"5222version = "0.1.1"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5225dependencies = [5226 "proc-macro2",5227 "quote",5228 "syn",5229]52305231[[package]]5232name = "openssl-probe"5233version = "0.1.5"5234source = "registry+https://github.com/rust-lang/crates.io-index"5235checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"52365237[[package]]5238name = "ordered-float"5239version = "1.1.1"5240source = "registry+https://github.com/rust-lang/crates.io-index"5241checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5242dependencies = [5243 "num-traits",5244]52455246[[package]]5247name = "orml-vesting"5248version = "0.4.1-dev"5249source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.17#8cea7142d6ac4471e226e92c20005794e8e78063"5250dependencies = [5251 "frame-support",5252 "frame-system",5253 "parity-scale-codec",5254 "scale-info",5255 "serde",5256 "sp-io",5257 "sp-runtime",5258 "sp-std",5259]52605261[[package]]5262name = "os_str_bytes"5263version = "6.0.0"5264source = "registry+https://github.com/rust-lang/crates.io-index"5265checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5266dependencies = [5267 "memchr",5268]52695270[[package]]5271name = "owning_ref"5272version = "0.4.1"5273source = "registry+https://github.com/rust-lang/crates.io-index"5274checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5275dependencies = [5276 "stable_deref_trait",5277]52785279[[package]]5280name = "pallet-aura"5281version = "4.0.0-dev"5282source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5283dependencies = [5284 "frame-support",5285 "frame-system",5286 "pallet-timestamp",5287 "parity-scale-codec",5288 "scale-info",5289 "sp-application-crypto",5290 "sp-consensus-aura",5291 "sp-runtime",5292 "sp-std",5293]52945295[[package]]5296name = "pallet-authority-discovery"5297version = "4.0.0-dev"5298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5299dependencies = [5300 "frame-support",5301 "frame-system",5302 "pallet-session",5303 "parity-scale-codec",5304 "scale-info",5305 "sp-application-crypto",5306 "sp-authority-discovery",5307 "sp-runtime",5308 "sp-std",5309]53105311[[package]]5312name = "pallet-authorship"5313version = "4.0.0-dev"5314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5315dependencies = [5316 "frame-support",5317 "frame-system",5318 "impl-trait-for-tuples",5319 "parity-scale-codec",5320 "scale-info",5321 "sp-authorship",5322 "sp-runtime",5323 "sp-std",5324]53255326[[package]]5327name = "pallet-babe"5328version = "4.0.0-dev"5329source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5330dependencies = [5331 "frame-benchmarking",5332 "frame-support",5333 "frame-system",5334 "log",5335 "pallet-authorship",5336 "pallet-session",5337 "pallet-timestamp",5338 "parity-scale-codec",5339 "scale-info",5340 "sp-application-crypto",5341 "sp-consensus-babe",5342 "sp-consensus-vrf",5343 "sp-io",5344 "sp-runtime",5345 "sp-session",5346 "sp-staking",5347 "sp-std",5348]53495350[[package]]5351name = "pallet-bags-list"5352version = "4.0.0-dev"5353source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5354dependencies = [5355 "frame-benchmarking",5356 "frame-election-provider-support",5357 "frame-support",5358 "frame-system",5359 "log",5360 "pallet-balances",5361 "parity-scale-codec",5362 "scale-info",5363 "sp-core",5364 "sp-io",5365 "sp-runtime",5366 "sp-std",5367 "sp-tracing",5368]53695370[[package]]5371name = "pallet-balances"5372version = "4.0.0-dev"5373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5374dependencies = [5375 "frame-benchmarking",5376 "frame-support",5377 "frame-system",5378 "log",5379 "parity-scale-codec",5380 "scale-info",5381 "sp-runtime",5382 "sp-std",5383]53845385[[package]]5386name = "pallet-base-fee"5387version = "1.0.0"5388source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"5389dependencies = [5390 "frame-support",5391 "frame-system",5392 "pallet-evm",5393 "parity-scale-codec",5394 "scale-info",5395 "serde",5396 "sp-core",5397 "sp-runtime",5398]53995400[[package]]5401name = "pallet-beefy"5402version = "4.0.0-dev"5403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5404dependencies = [5405 "beefy-primitives",5406 "frame-support",5407 "frame-system",5408 "pallet-session",5409 "parity-scale-codec",5410 "scale-info",5411 "serde",5412 "sp-runtime",5413 "sp-std",5414]54155416[[package]]5417name = "pallet-beefy-mmr"5418version = "4.0.0-dev"5419source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5420dependencies = [5421 "beefy-merkle-tree",5422 "beefy-primitives",5423 "frame-support",5424 "frame-system",5425 "hex",5426 "libsecp256k1 0.7.0",5427 "log",5428 "pallet-beefy",5429 "pallet-mmr",5430 "pallet-mmr-primitives",5431 "pallet-session",5432 "parity-scale-codec",5433 "scale-info",5434 "serde",5435 "sp-core",5436 "sp-io",5437 "sp-runtime",5438 "sp-std",5439]54405441[[package]]5442name = "pallet-bounties"5443version = "4.0.0-dev"5444source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5445dependencies = [5446 "frame-benchmarking",5447 "frame-support",5448 "frame-system",5449 "log",5450 "pallet-treasury",5451 "parity-scale-codec",5452 "scale-info",5453 "sp-core",5454 "sp-io",5455 "sp-runtime",5456 "sp-std",5457]54585459[[package]]5460name = "pallet-bridge-dispatch"5461version = "0.1.0"5462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"5463dependencies = [5464 "bp-message-dispatch",5465 "bp-runtime",5466 "frame-support",5467 "frame-system",5468 "log",5469 "parity-scale-codec",5470 "scale-info",5471 "sp-core",5472 "sp-runtime",5473 "sp-std",5474]54755476[[package]]5477name = "pallet-bridge-grandpa"5478version = "0.1.0"5479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"5480dependencies = [5481 "bp-header-chain",5482 "bp-runtime",5483 "bp-test-utils",5484 "finality-grandpa",5485 "frame-support",5486 "frame-system",5487 "log",5488 "num-traits",5489 "parity-scale-codec",5490 "scale-info",5491 "serde",5492 "sp-finality-grandpa",5493 "sp-runtime",5494 "sp-std",5495 "sp-trie",5496]54975498[[package]]5499name = "pallet-bridge-messages"5500version = "0.1.0"5501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"5502dependencies = [5503 "bitvec",5504 "bp-message-dispatch",5505 "bp-messages",5506 "bp-runtime",5507 "frame-support",5508 "frame-system",5509 "log",5510 "num-traits",5511 "parity-scale-codec",5512 "scale-info",5513 "serde",5514 "sp-core",5515 "sp-runtime",5516 "sp-std",5517]55185519[[package]]5520name = "pallet-collective"5521version = "4.0.0-dev"5522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5523dependencies = [5524 "frame-benchmarking",5525 "frame-support",5526 "frame-system",5527 "log",5528 "parity-scale-codec",5529 "scale-info",5530 "sp-core",5531 "sp-io",5532 "sp-runtime",5533 "sp-std",5534]55355536[[package]]5537name = "pallet-common"5538version = "0.1.0"5539dependencies = [5540 "evm-coder",5541 "frame-support",5542 "frame-system",5543 "pallet-evm",5544 "pallet-evm-coder-substrate",5545 "parity-scale-codec",5546 "scale-info",5547 "serde",5548 "sp-core",5549 "sp-runtime",5550 "sp-std",5551 "up-data-structs",5552 "up-evm-mapping",5553]55545555[[package]]5556name = "pallet-democracy"5557version = "4.0.0-dev"5558source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5559dependencies = [5560 "frame-benchmarking",5561 "frame-support",5562 "frame-system",5563 "parity-scale-codec",5564 "scale-info",5565 "serde",5566 "sp-io",5567 "sp-runtime",5568 "sp-std",5569]55705571[[package]]5572name = "pallet-election-provider-multi-phase"5573version = "4.0.0-dev"5574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5575dependencies = [5576 "frame-benchmarking",5577 "frame-election-provider-support",5578 "frame-support",5579 "frame-system",5580 "log",5581 "parity-scale-codec",5582 "rand 0.7.3",5583 "scale-info",5584 "sp-arithmetic",5585 "sp-core",5586 "sp-io",5587 "sp-npos-elections",5588 "sp-runtime",5589 "sp-std",5590 "static_assertions",5591 "strum",5592]55935594[[package]]5595name = "pallet-elections-phragmen"5596version = "5.0.0-dev"5597source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5598dependencies = [5599 "frame-benchmarking",5600 "frame-support",5601 "frame-system",5602 "log",5603 "parity-scale-codec",5604 "scale-info",5605 "sp-core",5606 "sp-io",5607 "sp-npos-elections",5608 "sp-runtime",5609 "sp-std",5610]56115612[[package]]5613name = "pallet-ethereum"5614version = "4.0.0-dev"5615source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"5616dependencies = [5617 "ethereum",5618 "ethereum-types",5619 "evm",5620 "fp-consensus",5621 "fp-evm",5622 "fp-rpc",5623 "fp-self-contained",5624 "fp-storage",5625 "frame-support",5626 "frame-system",5627 "log",5628 "pallet-balances",5629 "pallet-evm",5630 "pallet-timestamp",5631 "parity-scale-codec",5632 "rlp",5633 "rustc-hex",5634 "scale-info",5635 "serde",5636 "sha3 0.8.2",5637 "sp-io",5638 "sp-runtime",5639 "sp-std",5640]56415642[[package]]5643name = "pallet-evm"5644version = "6.0.0-dev"5645source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"5646dependencies = [5647 "evm",5648 "evm-gasometer",5649 "evm-runtime",5650 "fp-evm",5651 "frame-benchmarking",5652 "frame-support",5653 "frame-system",5654 "hex",5655 "impl-trait-for-tuples",5656 "log",5657 "pallet-balances",5658 "pallet-timestamp",5659 "parity-scale-codec",5660 "primitive-types 0.9.1",5661 "rlp",5662 "scale-info",5663 "serde",5664 "sha3 0.8.2",5665 "sp-core",5666 "sp-io",5667 "sp-runtime",5668 "sp-std",5669]56705671[[package]]5672name = "pallet-evm-coder-substrate"5673version = "0.1.0"5674dependencies = [5675 "ethereum",5676 "evm-coder",5677 "frame-benchmarking",5678 "frame-support",5679 "frame-system",5680 "pallet-ethereum",5681 "pallet-evm",5682 "parity-scale-codec",5683 "scale-info",5684 "sp-core",5685 "sp-std",5686]56875688[[package]]5689name = "pallet-evm-contract-helpers"5690version = "0.1.0"5691dependencies = [5692 "evm-coder",5693 "frame-support",5694 "frame-system",5695 "log",5696 "pallet-evm",5697 "pallet-evm-coder-substrate",5698 "parity-scale-codec",5699 "scale-info",5700 "sp-core",5701 "sp-runtime",5702 "sp-std",5703 "up-sponsorship",5704]57055706[[package]]5707name = "pallet-evm-migration"5708version = "0.1.0"5709dependencies = [5710 "fp-evm",5711 "frame-benchmarking",5712 "frame-support",5713 "frame-system",5714 "pallet-evm",5715 "parity-scale-codec",5716 "scale-info",5717 "sp-core",5718 "sp-io",5719 "sp-runtime",5720 "sp-std",5721]57225723[[package]]5724name = "pallet-evm-transaction-payment"5725version = "0.1.0"5726dependencies = [5727 "fp-evm",5728 "frame-support",5729 "frame-system",5730 "pallet-ethereum",5731 "pallet-evm",5732 "parity-scale-codec",5733 "scale-info",5734 "sp-core",5735 "sp-io",5736 "sp-runtime",5737 "sp-std",5738 "up-evm-mapping",5739 "up-sponsorship",5740]57415742[[package]]5743name = "pallet-fungible"5744version = "0.1.0"5745dependencies = [5746 "ethereum",5747 "evm-coder",5748 "frame-benchmarking",5749 "frame-support",5750 "frame-system",5751 "pallet-common",5752 "pallet-evm-coder-substrate",5753 "parity-scale-codec",5754 "scale-info",5755 "sp-core",5756 "sp-runtime",5757 "sp-std",5758 "up-data-structs",5759]57605761[[package]]5762name = "pallet-gilt"5763version = "4.0.0-dev"5764source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5765dependencies = [5766 "frame-benchmarking",5767 "frame-support",5768 "frame-system",5769 "parity-scale-codec",5770 "scale-info",5771 "sp-arithmetic",5772 "sp-runtime",5773 "sp-std",5774]57755776[[package]]5777name = "pallet-grandpa"5778version = "4.0.0-dev"5779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5780dependencies = [5781 "frame-benchmarking",5782 "frame-support",5783 "frame-system",5784 "log",5785 "pallet-authorship",5786 "pallet-session",5787 "parity-scale-codec",5788 "scale-info",5789 "sp-application-crypto",5790 "sp-core",5791 "sp-finality-grandpa",5792 "sp-io",5793 "sp-runtime",5794 "sp-session",5795 "sp-staking",5796 "sp-std",5797]57985799[[package]]5800name = "pallet-identity"5801version = "4.0.0-dev"5802source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5803dependencies = [5804 "enumflags2",5805 "frame-benchmarking",5806 "frame-support",5807 "frame-system",5808 "parity-scale-codec",5809 "scale-info",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813]58145815[[package]]5816name = "pallet-im-online"5817version = "4.0.0-dev"5818source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5819dependencies = [5820 "frame-benchmarking",5821 "frame-support",5822 "frame-system",5823 "log",5824 "pallet-authorship",5825 "parity-scale-codec",5826 "scale-info",5827 "sp-application-crypto",5828 "sp-core",5829 "sp-io",5830 "sp-runtime",5831 "sp-staking",5832 "sp-std",5833]58345835[[package]]5836name = "pallet-indices"5837version = "4.0.0-dev"5838source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5839dependencies = [5840 "frame-benchmarking",5841 "frame-support",5842 "frame-system",5843 "parity-scale-codec",5844 "scale-info",5845 "sp-core",5846 "sp-io",5847 "sp-keyring",5848 "sp-runtime",5849 "sp-std",5850]58515852[[package]]5853name = "pallet-inflation"5854version = "0.1.0"5855dependencies = [5856 "frame-benchmarking",5857 "frame-support",5858 "frame-system",5859 "pallet-balances",5860 "pallet-randomness-collective-flip",5861 "pallet-timestamp",5862 "parity-scale-codec",5863 "scale-info",5864 "serde",5865 "sp-core",5866 "sp-io",5867 "sp-runtime",5868 "sp-std",5869]58705871[[package]]5872name = "pallet-membership"5873version = "4.0.0-dev"5874source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5875dependencies = [5876 "frame-benchmarking",5877 "frame-support",5878 "frame-system",5879 "log",5880 "parity-scale-codec",5881 "scale-info",5882 "sp-core",5883 "sp-io",5884 "sp-runtime",5885 "sp-std",5886]58875888[[package]]5889name = "pallet-mmr"5890version = "4.0.0-dev"5891source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5892dependencies = [5893 "ckb-merkle-mountain-range",5894 "frame-benchmarking",5895 "frame-support",5896 "frame-system",5897 "pallet-mmr-primitives",5898 "parity-scale-codec",5899 "scale-info",5900 "sp-core",5901 "sp-io",5902 "sp-runtime",5903 "sp-std",5904]59055906[[package]]5907name = "pallet-mmr-primitives"5908version = "4.0.0-dev"5909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5910dependencies = [5911 "frame-support",5912 "frame-system",5913 "log",5914 "parity-scale-codec",5915 "serde",5916 "sp-api",5917 "sp-core",5918 "sp-runtime",5919 "sp-std",5920]59215922[[package]]5923name = "pallet-mmr-rpc"5924version = "3.0.0"5925source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5926dependencies = [5927 "jsonrpc-core",5928 "jsonrpc-core-client",5929 "jsonrpc-derive",5930 "pallet-mmr-primitives",5931 "parity-scale-codec",5932 "serde",5933 "sp-api",5934 "sp-blockchain",5935 "sp-core",5936 "sp-runtime",5937]59385939[[package]]5940name = "pallet-multisig"5941version = "4.0.0-dev"5942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5943dependencies = [5944 "frame-benchmarking",5945 "frame-support",5946 "frame-system",5947 "parity-scale-codec",5948 "scale-info",5949 "sp-io",5950 "sp-runtime",5951 "sp-std",5952]59535954[[package]]5955name = "pallet-nicks"5956version = "4.0.0-dev"5957source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5958dependencies = [5959 "frame-support",5960 "frame-system",5961 "parity-scale-codec",5962 "scale-info",5963 "sp-io",5964 "sp-runtime",5965 "sp-std",5966]59675968[[package]]5969name = "pallet-nonfungible"5970version = "0.1.0"5971dependencies = [5972 "ethereum",5973 "evm-coder",5974 "frame-benchmarking",5975 "frame-support",5976 "frame-system",5977 "pallet-common",5978 "pallet-evm-coder-substrate",5979 "parity-scale-codec",5980 "scale-info",5981 "sp-core",5982 "sp-runtime",5983 "sp-std",5984 "up-data-structs",5985]59865987[[package]]5988name = "pallet-offences"5989version = "4.0.0-dev"5990source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5991dependencies = [5992 "frame-support",5993 "frame-system",5994 "log",5995 "pallet-balances",5996 "parity-scale-codec",5997 "scale-info",5998 "serde",5999 "sp-runtime",6000 "sp-staking",6001 "sp-std",6002]60036004[[package]]6005name = "pallet-offences-benchmarking"6006version = "4.0.0-dev"6007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6008dependencies = [6009 "frame-benchmarking",6010 "frame-election-provider-support",6011 "frame-support",6012 "frame-system",6013 "pallet-babe",6014 "pallet-balances",6015 "pallet-grandpa",6016 "pallet-im-online",6017 "pallet-offences",6018 "pallet-session",6019 "pallet-staking",6020 "parity-scale-codec",6021 "scale-info",6022 "sp-runtime",6023 "sp-staking",6024 "sp-std",6025]60266027[[package]]6028name = "pallet-preimage"6029version = "4.0.0-dev"6030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6031dependencies = [6032 "frame-benchmarking",6033 "frame-support",6034 "frame-system",6035 "parity-scale-codec",6036 "scale-info",6037 "sp-core",6038 "sp-io",6039 "sp-runtime",6040 "sp-std",6041]60426043[[package]]6044name = "pallet-proxy"6045version = "4.0.0-dev"6046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6047dependencies = [6048 "frame-benchmarking",6049 "frame-support",6050 "frame-system",6051 "parity-scale-codec",6052 "scale-info",6053 "sp-io",6054 "sp-runtime",6055 "sp-std",6056]60576058[[package]]6059name = "pallet-randomness-collective-flip"6060version = "4.0.0-dev"6061source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6062dependencies = [6063 "frame-support",6064 "frame-system",6065 "parity-scale-codec",6066 "safe-mix",6067 "scale-info",6068 "sp-runtime",6069 "sp-std",6070]60716072[[package]]6073name = "pallet-recovery"6074version = "4.0.0-dev"6075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6076dependencies = [6077 "frame-support",6078 "frame-system",6079 "parity-scale-codec",6080 "scale-info",6081 "sp-io",6082 "sp-runtime",6083 "sp-std",6084]60856086[[package]]6087name = "pallet-refungible"6088version = "0.1.0"6089dependencies = [6090 "frame-benchmarking",6091 "frame-support",6092 "frame-system",6093 "pallet-common",6094 "parity-scale-codec",6095 "scale-info",6096 "sp-core",6097 "sp-runtime",6098 "sp-std",6099 "up-data-structs",6100]61016102[[package]]6103name = "pallet-scheduler"6104version = "4.0.0-dev"6105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6106dependencies = [6107 "frame-benchmarking",6108 "frame-support",6109 "frame-system",6110 "log",6111 "parity-scale-codec",6112 "scale-info",6113 "sp-io",6114 "sp-runtime",6115 "sp-std",6116]61176118[[package]]6119name = "pallet-session"6120version = "4.0.0-dev"6121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6122dependencies = [6123 "frame-support",6124 "frame-system",6125 "impl-trait-for-tuples",6126 "log",6127 "pallet-timestamp",6128 "parity-scale-codec",6129 "scale-info",6130 "sp-core",6131 "sp-io",6132 "sp-runtime",6133 "sp-session",6134 "sp-staking",6135 "sp-std",6136 "sp-trie",6137]61386139[[package]]6140name = "pallet-session-benchmarking"6141version = "4.0.0-dev"6142source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6143dependencies = [6144 "frame-benchmarking",6145 "frame-support",6146 "frame-system",6147 "pallet-session",6148 "pallet-staking",6149 "rand 0.7.3",6150 "sp-runtime",6151 "sp-session",6152 "sp-std",6153]61546155[[package]]6156name = "pallet-society"6157version = "4.0.0-dev"6158source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6159dependencies = [6160 "frame-support",6161 "frame-system",6162 "parity-scale-codec",6163 "rand_chacha 0.2.2",6164 "scale-info",6165 "sp-runtime",6166 "sp-std",6167]61686169[[package]]6170name = "pallet-staking"6171version = "4.0.0-dev"6172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6173dependencies = [6174 "frame-benchmarking",6175 "frame-election-provider-support",6176 "frame-support",6177 "frame-system",6178 "log",6179 "pallet-authorship",6180 "pallet-session",6181 "parity-scale-codec",6182 "rand_chacha 0.2.2",6183 "scale-info",6184 "serde",6185 "sp-application-crypto",6186 "sp-io",6187 "sp-runtime",6188 "sp-staking",6189 "sp-std",6190]61916192[[package]]6193name = "pallet-staking-reward-curve"6194version = "4.0.0-dev"6195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6196dependencies = [6197 "proc-macro-crate 1.1.3",6198 "proc-macro2",6199 "quote",6200 "syn",6201]62026203[[package]]6204name = "pallet-staking-reward-fn"6205version = "4.0.0-dev"6206source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6207dependencies = [6208 "log",6209 "sp-arithmetic",6210]62116212[[package]]6213name = "pallet-sudo"6214version = "4.0.0-dev"6215source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6216dependencies = [6217 "frame-support",6218 "frame-system",6219 "parity-scale-codec",6220 "scale-info",6221 "sp-io",6222 "sp-runtime",6223 "sp-std",6224]62256226[[package]]6227name = "pallet-template-transaction-payment"6228version = "3.0.0"6229source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.17#28f311f8de67155865d362f6ded1d0d5229f3202"6230dependencies = [6231 "frame-benchmarking",6232 "frame-support",6233 "frame-system",6234 "pallet-balances",6235 "pallet-transaction-payment",6236 "parity-scale-codec",6237 "scale-info",6238 "serde",6239 "sp-core",6240 "sp-io",6241 "sp-runtime",6242 "sp-std",6243 "up-sponsorship",6244]62456246[[package]]6247name = "pallet-timestamp"6248version = "4.0.0-dev"6249source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6250dependencies = [6251 "frame-benchmarking",6252 "frame-support",6253 "frame-system",6254 "log",6255 "parity-scale-codec",6256 "scale-info",6257 "sp-inherents",6258 "sp-io",6259 "sp-runtime",6260 "sp-std",6261 "sp-timestamp",6262]62636264[[package]]6265name = "pallet-tips"6266version = "4.0.0-dev"6267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6268dependencies = [6269 "frame-benchmarking",6270 "frame-support",6271 "frame-system",6272 "log",6273 "pallet-treasury",6274 "parity-scale-codec",6275 "scale-info",6276 "serde",6277 "sp-core",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-transaction-payment"6285version = "4.0.0-dev"6286source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6287dependencies = [6288 "frame-support",6289 "frame-system",6290 "parity-scale-codec",6291 "scale-info",6292 "serde",6293 "smallvec",6294 "sp-core",6295 "sp-io",6296 "sp-runtime",6297 "sp-std",6298]62996300[[package]]6301name = "pallet-transaction-payment-rpc"6302version = "4.0.0-dev"6303source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6304dependencies = [6305 "jsonrpc-core",6306 "jsonrpc-core-client",6307 "jsonrpc-derive",6308 "pallet-transaction-payment-rpc-runtime-api",6309 "parity-scale-codec",6310 "sp-api",6311 "sp-blockchain",6312 "sp-core",6313 "sp-rpc",6314 "sp-runtime",6315]63166317[[package]]6318name = "pallet-transaction-payment-rpc-runtime-api"6319version = "4.0.0-dev"6320source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6321dependencies = [6322 "pallet-transaction-payment",6323 "parity-scale-codec",6324 "sp-api",6325 "sp-runtime",6326]63276328[[package]]6329name = "pallet-treasury"6330version = "4.0.0-dev"6331source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6332dependencies = [6333 "frame-benchmarking",6334 "frame-support",6335 "frame-system",6336 "impl-trait-for-tuples",6337 "pallet-balances",6338 "parity-scale-codec",6339 "scale-info",6340 "serde",6341 "sp-runtime",6342 "sp-std",6343]63446345[[package]]6346name = "pallet-unique"6347version = "0.1.0"6348dependencies = [6349 "ethereum",6350 "evm-coder",6351 "fp-evm",6352 "frame-benchmarking",6353 "frame-support",6354 "frame-system",6355 "hex-literal",6356 "pallet-balances",6357 "pallet-common",6358 "pallet-ethereum",6359 "pallet-evm",6360 "pallet-evm-coder-substrate",6361 "pallet-fungible",6362 "pallet-nonfungible",6363 "pallet-randomness-collective-flip",6364 "pallet-refungible",6365 "pallet-timestamp",6366 "pallet-transaction-payment",6367 "parity-scale-codec",6368 "primitive-types 0.10.1",6369 "rlp",6370 "scale-info",6371 "serde",6372 "sp-api",6373 "sp-core",6374 "sp-io",6375 "sp-runtime",6376 "sp-std",6377 "up-data-structs",6378 "up-evm-mapping",6379 "up-sponsorship",6380]63816382[[package]]6383name = "pallet-unq-scheduler"6384version = "0.1.0"6385dependencies = [6386 "frame-benchmarking",6387 "frame-support",6388 "frame-system",6389 "log",6390 "parity-scale-codec",6391 "scale-info",6392 "serde",6393 "sp-core",6394 "sp-io",6395 "sp-runtime",6396 "sp-std",6397 "substrate-test-utils",6398 "up-sponsorship",6399]64006401[[package]]6402name = "pallet-utility"6403version = "4.0.0-dev"6404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6405dependencies = [6406 "frame-benchmarking",6407 "frame-support",6408 "frame-system",6409 "parity-scale-codec",6410 "scale-info",6411 "sp-core",6412 "sp-io",6413 "sp-runtime",6414 "sp-std",6415]64166417[[package]]6418name = "pallet-vesting"6419version = "4.0.0-dev"6420source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6421dependencies = [6422 "frame-benchmarking",6423 "frame-support",6424 "frame-system",6425 "log",6426 "parity-scale-codec",6427 "scale-info",6428 "sp-runtime",6429 "sp-std",6430]64316432[[package]]6433name = "pallet-xcm"6434version = "0.9.17"6435source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6436dependencies = [6437 "frame-support",6438 "frame-system",6439 "log",6440 "parity-scale-codec",6441 "scale-info",6442 "serde",6443 "sp-core",6444 "sp-runtime",6445 "sp-std",6446 "xcm",6447 "xcm-executor",6448]64496450[[package]]6451name = "pallet-xcm-benchmarks"6452version = "0.9.17"6453source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6454dependencies = [6455 "frame-benchmarking",6456 "frame-support",6457 "frame-system",6458 "log",6459 "parity-scale-codec",6460 "scale-info",6461 "sp-runtime",6462 "sp-std",6463 "xcm",6464 "xcm-executor",6465]64666467[[package]]6468name = "parachain-info"6469version = "0.1.0"6470source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"6471dependencies = [6472 "cumulus-primitives-core",6473 "frame-support",6474 "frame-system",6475 "parity-scale-codec",6476 "scale-info",6477 "serde",6478]64796480[[package]]6481name = "parity-db"6482version = "0.3.8"6483source = "registry+https://github.com/rust-lang/crates.io-index"6484checksum = "865edee5b792f537356d9e55cbc138e7f4718dc881a7ea45a18b37bf61c21e3d"6485dependencies = [6486 "blake2-rfc",6487 "crc32fast",6488 "fs2",6489 "hex",6490 "libc",6491 "log",6492 "lz4",6493 "memmap2 0.2.3",6494 "parking_lot 0.11.2",6495 "rand 0.8.5",6496 "snap",6497]64986499[[package]]6500name = "parity-scale-codec"6501version = "2.3.1"6502source = "registry+https://github.com/rust-lang/crates.io-index"6503checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6504dependencies = [6505 "arrayvec 0.7.2",6506 "bitvec",6507 "byte-slice-cast",6508 "impl-trait-for-tuples",6509 "parity-scale-codec-derive",6510 "serde",6511]65126513[[package]]6514name = "parity-scale-codec-derive"6515version = "2.3.1"6516source = "registry+https://github.com/rust-lang/crates.io-index"6517checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6518dependencies = [6519 "proc-macro-crate 1.1.3",6520 "proc-macro2",6521 "quote",6522 "syn",6523]65246525[[package]]6526name = "parity-send-wrapper"6527version = "0.1.0"6528source = "registry+https://github.com/rust-lang/crates.io-index"6529checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"65306531[[package]]6532name = "parity-tokio-ipc"6533version = "0.9.0"6534source = "registry+https://github.com/rust-lang/crates.io-index"6535checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6536dependencies = [6537 "futures 0.3.21",6538 "libc",6539 "log",6540 "rand 0.7.3",6541 "tokio 1.17.0",6542 "winapi 0.3.9",6543]65446545[[package]]6546name = "parity-util-mem"6547version = "0.10.2"6548source = "registry+https://github.com/rust-lang/crates.io-index"6549checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6550dependencies = [6551 "cfg-if 1.0.0",6552 "ethereum-types",6553 "hashbrown 0.11.2",6554 "impl-trait-for-tuples",6555 "lru 0.6.6",6556 "parity-util-mem-derive",6557 "parking_lot 0.11.2",6558 "primitive-types 0.10.1",6559 "smallvec",6560 "winapi 0.3.9",6561]65626563[[package]]6564name = "parity-util-mem-derive"6565version = "0.1.0"6566source = "registry+https://github.com/rust-lang/crates.io-index"6567checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6568dependencies = [6569 "proc-macro2",6570 "syn",6571 "synstructure",6572]65736574[[package]]6575name = "parity-wasm"6576version = "0.32.0"6577source = "registry+https://github.com/rust-lang/crates.io-index"6578checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6579dependencies = [6580 "byteorder",6581]65826583[[package]]6584name = "parity-wasm"6585version = "0.42.2"6586source = "registry+https://github.com/rust-lang/crates.io-index"6587checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"65886589[[package]]6590name = "parity-ws"6591version = "0.11.1"6592source = "registry+https://github.com/rust-lang/crates.io-index"6593checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6594dependencies = [6595 "byteorder",6596 "bytes 0.4.12",6597 "httparse",6598 "log",6599 "mio 0.6.23",6600 "mio-extras",6601 "rand 0.7.3",6602 "sha-1 0.8.2",6603 "slab",6604 "url 2.2.2",6605]66066607[[package]]6608name = "parking"6609version = "2.0.0"6610source = "registry+https://github.com/rust-lang/crates.io-index"6611checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"66126613[[package]]6614name = "parking_lot"6615version = "0.10.2"6616source = "registry+https://github.com/rust-lang/crates.io-index"6617checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6618dependencies = [6619 "lock_api 0.3.4",6620 "parking_lot_core 0.7.2",6621]66226623[[package]]6624name = "parking_lot"6625version = "0.11.2"6626source = "registry+https://github.com/rust-lang/crates.io-index"6627checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6628dependencies = [6629 "instant",6630 "lock_api 0.4.6",6631 "parking_lot_core 0.8.5",6632]66336634[[package]]6635name = "parking_lot"6636version = "0.12.0"6637source = "registry+https://github.com/rust-lang/crates.io-index"6638checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"6639dependencies = [6640 "lock_api 0.4.6",6641 "parking_lot_core 0.9.1",6642]66436644[[package]]6645name = "parking_lot_core"6646version = "0.7.2"6647source = "registry+https://github.com/rust-lang/crates.io-index"6648checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6649dependencies = [6650 "cfg-if 0.1.10",6651 "cloudabi",6652 "libc",6653 "redox_syscall 0.1.57",6654 "smallvec",6655 "winapi 0.3.9",6656]66576658[[package]]6659name = "parking_lot_core"6660version = "0.8.5"6661source = "registry+https://github.com/rust-lang/crates.io-index"6662checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6663dependencies = [6664 "cfg-if 1.0.0",6665 "instant",6666 "libc",6667 "redox_syscall 0.2.11",6668 "smallvec",6669 "winapi 0.3.9",6670]66716672[[package]]6673name = "parking_lot_core"6674version = "0.9.1"6675source = "registry+https://github.com/rust-lang/crates.io-index"6676checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"6677dependencies = [6678 "cfg-if 1.0.0",6679 "libc",6680 "redox_syscall 0.2.11",6681 "smallvec",6682 "windows-sys",6683]66846685[[package]]6686name = "paste"6687version = "1.0.6"6688source = "registry+https://github.com/rust-lang/crates.io-index"6689checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"66906691[[package]]6692name = "pbkdf2"6693version = "0.4.0"6694source = "registry+https://github.com/rust-lang/crates.io-index"6695checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6696dependencies = [6697 "crypto-mac 0.8.0",6698]66996700[[package]]6701name = "pbkdf2"6702version = "0.8.0"6703source = "registry+https://github.com/rust-lang/crates.io-index"6704checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6705dependencies = [6706 "crypto-mac 0.11.1",6707]67086709[[package]]6710name = "peeking_take_while"6711version = "0.1.2"6712source = "registry+https://github.com/rust-lang/crates.io-index"6713checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"67146715[[package]]6716name = "percent-encoding"6717version = "1.0.1"6718source = "registry+https://github.com/rust-lang/crates.io-index"6719checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"67206721[[package]]6722name = "percent-encoding"6723version = "2.1.0"6724source = "registry+https://github.com/rust-lang/crates.io-index"6725checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"67266727[[package]]6728name = "pest"6729version = "2.1.3"6730source = "registry+https://github.com/rust-lang/crates.io-index"6731checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6732dependencies = [6733 "ucd-trie",6734]67356736[[package]]6737name = "pest_derive"6738version = "2.1.0"6739source = "registry+https://github.com/rust-lang/crates.io-index"6740checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6741dependencies = [6742 "pest",6743 "pest_generator",6744]67456746[[package]]6747name = "pest_generator"6748version = "2.1.3"6749source = "registry+https://github.com/rust-lang/crates.io-index"6750checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6751dependencies = [6752 "pest",6753 "pest_meta",6754 "proc-macro2",6755 "quote",6756 "syn",6757]67586759[[package]]6760name = "pest_meta"6761version = "2.1.3"6762source = "registry+https://github.com/rust-lang/crates.io-index"6763checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6764dependencies = [6765 "maplit",6766 "pest",6767 "sha-1 0.8.2",6768]67696770[[package]]6771name = "petgraph"6772version = "0.6.0"6773source = "registry+https://github.com/rust-lang/crates.io-index"6774checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"6775dependencies = [6776 "fixedbitset",6777 "indexmap",6778]67796780[[package]]6781name = "pin-project"6782version = "0.4.29"6783source = "registry+https://github.com/rust-lang/crates.io-index"6784checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6785dependencies = [6786 "pin-project-internal 0.4.29",6787]67886789[[package]]6790name = "pin-project"6791version = "1.0.10"6792source = "registry+https://github.com/rust-lang/crates.io-index"6793checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6794dependencies = [6795 "pin-project-internal 1.0.10",6796]67976798[[package]]6799name = "pin-project-internal"6800version = "0.4.29"6801source = "registry+https://github.com/rust-lang/crates.io-index"6802checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"6803dependencies = [6804 "proc-macro2",6805 "quote",6806 "syn",6807]68086809[[package]]6810name = "pin-project-internal"6811version = "1.0.10"6812source = "registry+https://github.com/rust-lang/crates.io-index"6813checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"6814dependencies = [6815 "proc-macro2",6816 "quote",6817 "syn",6818]68196820[[package]]6821name = "pin-project-lite"6822version = "0.1.12"6823source = "registry+https://github.com/rust-lang/crates.io-index"6824checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"68256826[[package]]6827name = "pin-project-lite"6828version = "0.2.8"6829source = "registry+https://github.com/rust-lang/crates.io-index"6830checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"68316832[[package]]6833name = "pin-utils"6834version = "0.1.0"6835source = "registry+https://github.com/rust-lang/crates.io-index"6836checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"68376838[[package]]6839name = "pkg-config"6840version = "0.3.24"6841source = "registry+https://github.com/rust-lang/crates.io-index"6842checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"68436844[[package]]6845name = "platforms"6846version = "2.0.0"6847source = "registry+https://github.com/rust-lang/crates.io-index"6848checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"68496850[[package]]6851name = "polkadot-approval-distribution"6852version = "0.9.17"6853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6854dependencies = [6855 "futures 0.3.21",6856 "polkadot-node-network-protocol",6857 "polkadot-node-primitives",6858 "polkadot-node-subsystem",6859 "polkadot-node-subsystem-util",6860 "polkadot-primitives",6861 "tracing",6862]68636864[[package]]6865name = "polkadot-availability-bitfield-distribution"6866version = "0.9.17"6867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6868dependencies = [6869 "futures 0.3.21",6870 "polkadot-node-network-protocol",6871 "polkadot-node-subsystem",6872 "polkadot-node-subsystem-util",6873 "polkadot-primitives",6874 "tracing",6875]68766877[[package]]6878name = "polkadot-availability-distribution"6879version = "0.9.17"6880source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6881dependencies = [6882 "derive_more",6883 "futures 0.3.21",6884 "lru 0.7.3",6885 "parity-scale-codec",6886 "polkadot-erasure-coding",6887 "polkadot-node-network-protocol",6888 "polkadot-node-primitives",6889 "polkadot-node-subsystem",6890 "polkadot-node-subsystem-util",6891 "polkadot-primitives",6892 "rand 0.8.5",6893 "sp-core",6894 "sp-keystore",6895 "thiserror",6896 "tracing",6897]68986899[[package]]6900name = "polkadot-availability-recovery"6901version = "0.9.17"6902source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6903dependencies = [6904 "futures 0.3.21",6905 "lru 0.7.3",6906 "parity-scale-codec",6907 "polkadot-erasure-coding",6908 "polkadot-node-network-protocol",6909 "polkadot-node-primitives",6910 "polkadot-node-subsystem",6911 "polkadot-node-subsystem-util",6912 "polkadot-primitives",6913 "rand 0.8.5",6914 "sc-network",6915 "thiserror",6916 "tracing",6917]69186919[[package]]6920name = "polkadot-cli"6921version = "0.9.17"6922source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6923dependencies = [6924 "clap",6925 "frame-benchmarking-cli",6926 "futures 0.3.21",6927 "log",6928 "polkadot-node-core-pvf",6929 "polkadot-node-metrics",6930 "polkadot-performance-test",6931 "polkadot-service",6932 "sc-cli",6933 "sc-service",6934 "sc-tracing",6935 "sp-core",6936 "sp-trie",6937 "substrate-build-script-utils",6938 "thiserror",6939 "try-runtime-cli",6940]69416942[[package]]6943name = "polkadot-client"6944version = "0.9.17"6945source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6946dependencies = [6947 "beefy-primitives",6948 "frame-benchmarking",6949 "frame-system-rpc-runtime-api",6950 "pallet-mmr-primitives",6951 "pallet-transaction-payment-rpc-runtime-api",6952 "polkadot-primitives",6953 "polkadot-runtime",6954 "sc-client-api",6955 "sc-consensus",6956 "sc-executor",6957 "sc-service",6958 "sp-api",6959 "sp-authority-discovery",6960 "sp-block-builder",6961 "sp-blockchain",6962 "sp-consensus",6963 "sp-consensus-babe",6964 "sp-finality-grandpa",6965 "sp-offchain",6966 "sp-runtime",6967 "sp-session",6968 "sp-storage",6969 "sp-transaction-pool",6970]69716972[[package]]6973name = "polkadot-collator-protocol"6974version = "0.9.17"6975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6976dependencies = [6977 "always-assert",6978 "derive_more",6979 "futures 0.3.21",6980 "futures-timer",6981 "polkadot-node-network-protocol",6982 "polkadot-node-primitives",6983 "polkadot-node-subsystem",6984 "polkadot-node-subsystem-util",6985 "polkadot-primitives",6986 "sp-core",6987 "sp-keystore",6988 "sp-runtime",6989 "thiserror",6990 "tracing",6991]69926993[[package]]6994name = "polkadot-core-primitives"6995version = "0.9.17"6996source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6997dependencies = [6998 "parity-scale-codec",6999 "parity-util-mem",7000 "scale-info",7001 "sp-core",7002 "sp-runtime",7003 "sp-std",7004]70057006[[package]]7007name = "polkadot-dispute-distribution"7008version = "0.9.17"7009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7010dependencies = [7011 "derive_more",7012 "futures 0.3.21",7013 "lru 0.7.3",7014 "parity-scale-codec",7015 "polkadot-erasure-coding",7016 "polkadot-node-network-protocol",7017 "polkadot-node-primitives",7018 "polkadot-node-subsystem",7019 "polkadot-node-subsystem-util",7020 "polkadot-primitives",7021 "sc-network",7022 "sp-application-crypto",7023 "sp-keystore",7024 "thiserror",7025 "tracing",7026]70277028[[package]]7029name = "polkadot-erasure-coding"7030version = "0.9.17"7031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7032dependencies = [7033 "parity-scale-codec",7034 "polkadot-node-primitives",7035 "polkadot-primitives",7036 "reed-solomon-novelpoly",7037 "sp-core",7038 "sp-trie",7039 "thiserror",7040]70417042[[package]]7043name = "polkadot-gossip-support"7044version = "0.9.17"7045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7046dependencies = [7047 "futures 0.3.21",7048 "futures-timer",7049 "polkadot-node-network-protocol",7050 "polkadot-node-subsystem",7051 "polkadot-node-subsystem-util",7052 "polkadot-primitives",7053 "rand 0.8.5",7054 "rand_chacha 0.3.1",7055 "sc-network",7056 "sp-application-crypto",7057 "sp-core",7058 "sp-keystore",7059 "tracing",7060]70617062[[package]]7063name = "polkadot-network-bridge"7064version = "0.9.17"7065source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7066dependencies = [7067 "async-trait",7068 "futures 0.3.21",7069 "parity-scale-codec",7070 "parking_lot 0.11.2",7071 "polkadot-node-network-protocol",7072 "polkadot-node-subsystem",7073 "polkadot-node-subsystem-util",7074 "polkadot-overseer",7075 "polkadot-primitives",7076 "sc-network",7077 "sp-consensus",7078 "tracing",7079]70807081[[package]]7082name = "polkadot-node-collation-generation"7083version = "0.9.17"7084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7085dependencies = [7086 "futures 0.3.21",7087 "parity-scale-codec",7088 "polkadot-erasure-coding",7089 "polkadot-node-primitives",7090 "polkadot-node-subsystem",7091 "polkadot-node-subsystem-util",7092 "polkadot-primitives",7093 "sp-core",7094 "sp-maybe-compressed-blob",7095 "thiserror",7096 "tracing",7097]70987099[[package]]7100name = "polkadot-node-core-approval-voting"7101version = "0.9.17"7102source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7103dependencies = [7104 "bitvec",7105 "derive_more",7106 "futures 0.3.21",7107 "futures-timer",7108 "kvdb",7109 "lru 0.7.3",7110 "merlin",7111 "parity-scale-codec",7112 "polkadot-node-jaeger",7113 "polkadot-node-primitives",7114 "polkadot-node-subsystem",7115 "polkadot-node-subsystem-util",7116 "polkadot-overseer",7117 "polkadot-primitives",7118 "sc-keystore",7119 "schnorrkel",7120 "sp-application-crypto",7121 "sp-consensus",7122 "sp-consensus-slots",7123 "sp-runtime",7124 "tracing",7125]71267127[[package]]7128name = "polkadot-node-core-av-store"7129version = "0.9.17"7130source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7131dependencies = [7132 "bitvec",7133 "futures 0.3.21",7134 "futures-timer",7135 "kvdb",7136 "parity-scale-codec",7137 "polkadot-erasure-coding",7138 "polkadot-node-primitives",7139 "polkadot-node-subsystem",7140 "polkadot-node-subsystem-util",7141 "polkadot-overseer",7142 "polkadot-primitives",7143 "thiserror",7144 "tracing",7145]71467147[[package]]7148name = "polkadot-node-core-backing"7149version = "0.9.17"7150source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7151dependencies = [7152 "bitvec",7153 "futures 0.3.21",7154 "polkadot-erasure-coding",7155 "polkadot-node-primitives",7156 "polkadot-node-subsystem",7157 "polkadot-node-subsystem-util",7158 "polkadot-primitives",7159 "polkadot-statement-table",7160 "sp-keystore",7161 "thiserror",7162 "tracing",7163]71647165[[package]]7166name = "polkadot-node-core-bitfield-signing"7167version = "0.9.17"7168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7169dependencies = [7170 "futures 0.3.21",7171 "polkadot-node-subsystem",7172 "polkadot-node-subsystem-util",7173 "polkadot-primitives",7174 "sp-keystore",7175 "thiserror",7176 "tracing",7177 "wasm-timer",7178]71797180[[package]]7181name = "polkadot-node-core-candidate-validation"7182version = "0.9.17"7183source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7184dependencies = [7185 "async-trait",7186 "futures 0.3.21",7187 "parity-scale-codec",7188 "polkadot-node-core-pvf",7189 "polkadot-node-primitives",7190 "polkadot-node-subsystem",7191 "polkadot-node-subsystem-util",7192 "polkadot-parachain",7193 "polkadot-primitives",7194 "sp-maybe-compressed-blob",7195 "tracing",7196]71977198[[package]]7199name = "polkadot-node-core-chain-api"7200version = "0.9.17"7201source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7202dependencies = [7203 "futures 0.3.21",7204 "polkadot-node-subsystem",7205 "polkadot-node-subsystem-util",7206 "polkadot-primitives",7207 "sc-client-api",7208 "sc-consensus-babe",7209 "sp-blockchain",7210 "tracing",7211]72127213[[package]]7214name = "polkadot-node-core-chain-selection"7215version = "0.9.17"7216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7217dependencies = [7218 "futures 0.3.21",7219 "futures-timer",7220 "kvdb",7221 "parity-scale-codec",7222 "polkadot-node-primitives",7223 "polkadot-node-subsystem",7224 "polkadot-node-subsystem-util",7225 "polkadot-primitives",7226 "thiserror",7227 "tracing",7228]72297230[[package]]7231name = "polkadot-node-core-dispute-coordinator"7232version = "0.9.17"7233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7234dependencies = [7235 "futures 0.3.21",7236 "kvdb",7237 "lru 0.7.3",7238 "parity-scale-codec",7239 "polkadot-node-primitives",7240 "polkadot-node-subsystem",7241 "polkadot-node-subsystem-util",7242 "polkadot-primitives",7243 "sc-keystore",7244 "thiserror",7245 "tracing",7246]72477248[[package]]7249name = "polkadot-node-core-parachains-inherent"7250version = "0.9.17"7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7252dependencies = [7253 "async-trait",7254 "futures 0.3.21",7255 "futures-timer",7256 "polkadot-node-subsystem",7257 "polkadot-primitives",7258 "sp-blockchain",7259 "sp-inherents",7260 "sp-runtime",7261 "thiserror",7262 "tracing",7263]72647265[[package]]7266name = "polkadot-node-core-provisioner"7267version = "0.9.17"7268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7269dependencies = [7270 "bitvec",7271 "futures 0.3.21",7272 "futures-timer",7273 "polkadot-node-primitives",7274 "polkadot-node-subsystem",7275 "polkadot-node-subsystem-util",7276 "polkadot-primitives",7277 "rand 0.8.5",7278 "thiserror",7279 "tracing",7280]72817282[[package]]7283name = "polkadot-node-core-pvf"7284version = "0.9.17"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7286dependencies = [7287 "always-assert",7288 "assert_matches",7289 "async-process",7290 "async-std",7291 "futures 0.3.21",7292 "futures-timer",7293 "parity-scale-codec",7294 "pin-project 1.0.10",7295 "polkadot-core-primitives",7296 "polkadot-node-subsystem-util",7297 "polkadot-parachain",7298 "rand 0.8.5",7299 "sc-executor",7300 "sc-executor-common",7301 "sc-executor-wasmtime",7302 "slotmap",7303 "sp-core",7304 "sp-externalities",7305 "sp-io",7306 "sp-maybe-compressed-blob",7307 "sp-tracing",7308 "sp-wasm-interface",7309 "tracing",7310]73117312[[package]]7313name = "polkadot-node-core-pvf-checker"7314version = "0.9.17"7315source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7316dependencies = [7317 "futures 0.3.21",7318 "polkadot-node-primitives",7319 "polkadot-node-subsystem",7320 "polkadot-node-subsystem-util",7321 "polkadot-overseer",7322 "polkadot-primitives",7323 "sp-keystore",7324 "thiserror",7325 "tracing",7326]73277328[[package]]7329name = "polkadot-node-core-runtime-api"7330version = "0.9.17"7331source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7332dependencies = [7333 "futures 0.3.21",7334 "memory-lru",7335 "parity-util-mem",7336 "polkadot-node-subsystem",7337 "polkadot-node-subsystem-util",7338 "polkadot-primitives",7339 "sp-api",7340 "sp-authority-discovery",7341 "sp-consensus-babe",7342 "sp-core",7343 "tracing",7344]73457346[[package]]7347name = "polkadot-node-jaeger"7348version = "0.9.17"7349source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7350dependencies = [7351 "async-std",7352 "lazy_static",7353 "log",7354 "mick-jaeger",7355 "parity-scale-codec",7356 "parking_lot 0.11.2",7357 "polkadot-node-primitives",7358 "polkadot-primitives",7359 "sc-network",7360 "sp-core",7361 "thiserror",7362]73637364[[package]]7365name = "polkadot-node-metrics"7366version = "0.9.17"7367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7368dependencies = [7369 "bs58",7370 "futures 0.3.21",7371 "futures-timer",7372 "log",7373 "metered-channel",7374 "parity-scale-codec",7375 "polkadot-primitives",7376 "sc-cli",7377 "sc-service",7378 "sc-tracing",7379 "substrate-prometheus-endpoint",7380 "tracing",7381]73827383[[package]]7384name = "polkadot-node-network-protocol"7385version = "0.9.17"7386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7387dependencies = [7388 "async-trait",7389 "derive_more",7390 "futures 0.3.21",7391 "parity-scale-codec",7392 "polkadot-node-jaeger",7393 "polkadot-node-primitives",7394 "polkadot-primitives",7395 "sc-authority-discovery",7396 "sc-network",7397 "strum",7398 "thiserror",7399]74007401[[package]]7402name = "polkadot-node-primitives"7403version = "0.9.17"7404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7405dependencies = [7406 "bounded-vec",7407 "futures 0.3.21",7408 "parity-scale-codec",7409 "polkadot-parachain",7410 "polkadot-primitives",7411 "schnorrkel",7412 "serde",7413 "sp-application-crypto",7414 "sp-consensus-babe",7415 "sp-consensus-vrf",7416 "sp-core",7417 "sp-keystore",7418 "sp-maybe-compressed-blob",7419 "thiserror",7420 "zstd",7421]74227423[[package]]7424name = "polkadot-node-subsystem"7425version = "0.9.17"7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7427dependencies = [7428 "polkadot-node-jaeger",7429 "polkadot-node-subsystem-types",7430 "polkadot-overseer",7431]74327433[[package]]7434name = "polkadot-node-subsystem-types"7435version = "0.9.17"7436source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7437dependencies = [7438 "derive_more",7439 "futures 0.3.21",7440 "polkadot-node-jaeger",7441 "polkadot-node-network-protocol",7442 "polkadot-node-primitives",7443 "polkadot-overseer-gen",7444 "polkadot-primitives",7445 "polkadot-statement-table",7446 "sc-network",7447 "smallvec",7448 "substrate-prometheus-endpoint",7449 "thiserror",7450]74517452[[package]]7453name = "polkadot-node-subsystem-util"7454version = "0.9.17"7455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7456dependencies = [7457 "async-trait",7458 "derive_more",7459 "futures 0.3.21",7460 "itertools",7461 "lru 0.7.3",7462 "metered-channel",7463 "parity-scale-codec",7464 "pin-project 1.0.10",7465 "polkadot-node-jaeger",7466 "polkadot-node-metrics",7467 "polkadot-node-network-protocol",7468 "polkadot-node-primitives",7469 "polkadot-node-subsystem",7470 "polkadot-overseer",7471 "polkadot-primitives",7472 "rand 0.8.5",7473 "sp-application-crypto",7474 "sp-core",7475 "sp-keystore",7476 "thiserror",7477 "tracing",7478]74797480[[package]]7481name = "polkadot-overseer"7482version = "0.9.17"7483source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7484dependencies = [7485 "futures 0.3.21",7486 "futures-timer",7487 "lru 0.7.3",7488 "parity-util-mem",7489 "parking_lot 0.11.2",7490 "polkadot-node-metrics",7491 "polkadot-node-network-protocol",7492 "polkadot-node-primitives",7493 "polkadot-node-subsystem-types",7494 "polkadot-overseer-gen",7495 "polkadot-primitives",7496 "sc-client-api",7497 "sp-api",7498 "tracing",7499]75007501[[package]]7502name = "polkadot-overseer-gen"7503version = "0.9.17"7504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7505dependencies = [7506 "async-trait",7507 "futures 0.3.21",7508 "futures-timer",7509 "metered-channel",7510 "pin-project 1.0.10",7511 "polkadot-node-network-protocol",7512 "polkadot-node-primitives",7513 "polkadot-overseer-gen-proc-macro",7514 "thiserror",7515 "tracing",7516]75177518[[package]]7519name = "polkadot-overseer-gen-proc-macro"7520version = "0.9.17"7521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7522dependencies = [7523 "proc-macro-crate 1.1.3",7524 "proc-macro2",7525 "quote",7526 "syn",7527]75287529[[package]]7530name = "polkadot-parachain"7531version = "0.9.17"7532source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7533dependencies = [7534 "derive_more",7535 "frame-support",7536 "parity-scale-codec",7537 "parity-util-mem",7538 "polkadot-core-primitives",7539 "scale-info",7540 "serde",7541 "sp-core",7542 "sp-runtime",7543 "sp-std",7544]75457546[[package]]7547name = "polkadot-performance-test"7548version = "0.9.17"7549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7550dependencies = [7551 "env_logger",7552 "kusama-runtime",7553 "log",7554 "polkadot-erasure-coding",7555 "polkadot-node-core-pvf",7556 "polkadot-node-primitives",7557 "quote",7558 "thiserror",7559]75607561[[package]]7562name = "polkadot-primitives"7563version = "0.9.17"7564source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7565dependencies = [7566 "bitvec",7567 "frame-system",7568 "hex-literal",7569 "parity-scale-codec",7570 "parity-util-mem",7571 "polkadot-core-primitives",7572 "polkadot-parachain",7573 "scale-info",7574 "serde",7575 "sp-api",7576 "sp-application-crypto",7577 "sp-arithmetic",7578 "sp-authority-discovery",7579 "sp-consensus-slots",7580 "sp-core",7581 "sp-inherents",7582 "sp-io",7583 "sp-keystore",7584 "sp-runtime",7585 "sp-staking",7586 "sp-std",7587 "sp-trie",7588 "sp-version",7589]75907591[[package]]7592name = "polkadot-rpc"7593version = "0.9.17"7594source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7595dependencies = [7596 "beefy-gadget",7597 "beefy-gadget-rpc",7598 "jsonrpc-core",7599 "pallet-mmr-rpc",7600 "pallet-transaction-payment-rpc",7601 "polkadot-primitives",7602 "sc-chain-spec",7603 "sc-client-api",7604 "sc-consensus-babe",7605 "sc-consensus-babe-rpc",7606 "sc-consensus-epochs",7607 "sc-finality-grandpa",7608 "sc-finality-grandpa-rpc",7609 "sc-rpc",7610 "sc-sync-state-rpc",7611 "sc-transaction-pool-api",7612 "sp-api",7613 "sp-block-builder",7614 "sp-blockchain",7615 "sp-consensus",7616 "sp-consensus-babe",7617 "sp-keystore",7618 "sp-runtime",7619 "substrate-frame-rpc-system",7620]76217622[[package]]7623name = "polkadot-runtime"7624version = "0.9.17"7625source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7626dependencies = [7627 "beefy-primitives",7628 "bitvec",7629 "frame-benchmarking",7630 "frame-election-provider-support",7631 "frame-executive",7632 "frame-support",7633 "frame-system",7634 "frame-system-benchmarking",7635 "frame-system-rpc-runtime-api",7636 "frame-try-runtime",7637 "hex-literal",7638 "log",7639 "pallet-authority-discovery",7640 "pallet-authorship",7641 "pallet-babe",7642 "pallet-bags-list",7643 "pallet-balances",7644 "pallet-bounties",7645 "pallet-collective",7646 "pallet-democracy",7647 "pallet-election-provider-multi-phase",7648 "pallet-elections-phragmen",7649 "pallet-grandpa",7650 "pallet-identity",7651 "pallet-im-online",7652 "pallet-indices",7653 "pallet-membership",7654 "pallet-mmr-primitives",7655 "pallet-multisig",7656 "pallet-nicks",7657 "pallet-offences",7658 "pallet-offences-benchmarking",7659 "pallet-preimage",7660 "pallet-proxy",7661 "pallet-scheduler",7662 "pallet-session",7663 "pallet-session-benchmarking",7664 "pallet-staking",7665 "pallet-staking-reward-curve",7666 "pallet-timestamp",7667 "pallet-tips",7668 "pallet-transaction-payment",7669 "pallet-transaction-payment-rpc-runtime-api",7670 "pallet-treasury",7671 "pallet-utility",7672 "pallet-vesting",7673 "pallet-xcm",7674 "parity-scale-codec",7675 "polkadot-primitives",7676 "polkadot-runtime-common",7677 "polkadot-runtime-constants",7678 "polkadot-runtime-parachains",7679 "rustc-hex",7680 "scale-info",7681 "serde",7682 "serde_derive",7683 "smallvec",7684 "sp-api",7685 "sp-authority-discovery",7686 "sp-block-builder",7687 "sp-consensus-babe",7688 "sp-core",7689 "sp-inherents",7690 "sp-io",7691 "sp-npos-elections",7692 "sp-offchain",7693 "sp-runtime",7694 "sp-session",7695 "sp-staking",7696 "sp-std",7697 "sp-transaction-pool",7698 "sp-version",7699 "static_assertions",7700 "substrate-wasm-builder",7701 "xcm",7702 "xcm-builder",7703 "xcm-executor",7704]77057706[[package]]7707name = "polkadot-runtime-common"7708version = "0.9.17"7709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7710dependencies = [7711 "beefy-primitives",7712 "bitvec",7713 "frame-benchmarking",7714 "frame-election-provider-support",7715 "frame-support",7716 "frame-system",7717 "impl-trait-for-tuples",7718 "libsecp256k1 0.7.0",7719 "log",7720 "pallet-authorship",7721 "pallet-babe",7722 "pallet-bags-list",7723 "pallet-balances",7724 "pallet-beefy-mmr",7725 "pallet-election-provider-multi-phase",7726 "pallet-session",7727 "pallet-staking",7728 "pallet-timestamp",7729 "pallet-transaction-payment",7730 "pallet-treasury",7731 "pallet-vesting",7732 "parity-scale-codec",7733 "polkadot-primitives",7734 "polkadot-runtime-parachains",7735 "rustc-hex",7736 "scale-info",7737 "serde",7738 "serde_derive",7739 "slot-range-helper",7740 "sp-api",7741 "sp-core",7742 "sp-inherents",7743 "sp-io",7744 "sp-npos-elections",7745 "sp-runtime",7746 "sp-session",7747 "sp-staking",7748 "sp-std",7749 "static_assertions",7750 "xcm",7751]77527753[[package]]7754name = "polkadot-runtime-constants"7755version = "0.9.17"7756source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7757dependencies = [7758 "frame-support",7759 "polkadot-primitives",7760 "polkadot-runtime-common",7761 "smallvec",7762 "sp-runtime",7763]77647765[[package]]7766name = "polkadot-runtime-metrics"7767version = "0.9.17"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7769dependencies = [7770 "bs58",7771 "parity-scale-codec",7772 "polkadot-primitives",7773 "sp-std",7774 "sp-tracing",7775]77767777[[package]]7778name = "polkadot-runtime-parachains"7779version = "0.9.17"7780source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7781dependencies = [7782 "bitflags",7783 "bitvec",7784 "derive_more",7785 "frame-benchmarking",7786 "frame-support",7787 "frame-system",7788 "log",7789 "pallet-authority-discovery",7790 "pallet-authorship",7791 "pallet-babe",7792 "pallet-balances",7793 "pallet-session",7794 "pallet-staking",7795 "pallet-timestamp",7796 "pallet-vesting",7797 "parity-scale-codec",7798 "polkadot-primitives",7799 "polkadot-runtime-metrics",7800 "rand 0.8.5",7801 "rand_chacha 0.3.1",7802 "rustc-hex",7803 "scale-info",7804 "serde",7805 "sp-api",7806 "sp-core",7807 "sp-inherents",7808 "sp-io",7809 "sp-keystore",7810 "sp-runtime",7811 "sp-session",7812 "sp-staking",7813 "sp-std",7814 "static_assertions",7815 "xcm",7816 "xcm-executor",7817]78187819[[package]]7820name = "polkadot-service"7821version = "0.9.17"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7823dependencies = [7824 "async-trait",7825 "beefy-gadget",7826 "beefy-primitives",7827 "frame-system-rpc-runtime-api",7828 "futures 0.3.21",7829 "hex-literal",7830 "kusama-runtime",7831 "kvdb",7832 "kvdb-rocksdb",7833 "lru 0.7.3",7834 "pallet-babe",7835 "pallet-im-online",7836 "pallet-mmr-primitives",7837 "pallet-staking",7838 "pallet-transaction-payment-rpc-runtime-api",7839 "polkadot-approval-distribution",7840 "polkadot-availability-bitfield-distribution",7841 "polkadot-availability-distribution",7842 "polkadot-availability-recovery",7843 "polkadot-client",7844 "polkadot-collator-protocol",7845 "polkadot-dispute-distribution",7846 "polkadot-gossip-support",7847 "polkadot-network-bridge",7848 "polkadot-node-collation-generation",7849 "polkadot-node-core-approval-voting",7850 "polkadot-node-core-av-store",7851 "polkadot-node-core-backing",7852 "polkadot-node-core-bitfield-signing",7853 "polkadot-node-core-candidate-validation",7854 "polkadot-node-core-chain-api",7855 "polkadot-node-core-chain-selection",7856 "polkadot-node-core-dispute-coordinator",7857 "polkadot-node-core-parachains-inherent",7858 "polkadot-node-core-provisioner",7859 "polkadot-node-core-pvf-checker",7860 "polkadot-node-core-runtime-api",7861 "polkadot-node-network-protocol",7862 "polkadot-node-primitives",7863 "polkadot-node-subsystem",7864 "polkadot-node-subsystem-util",7865 "polkadot-overseer",7866 "polkadot-parachain",7867 "polkadot-primitives",7868 "polkadot-rpc",7869 "polkadot-runtime",7870 "polkadot-runtime-constants",7871 "polkadot-runtime-parachains",7872 "polkadot-statement-distribution",7873 "rococo-runtime",7874 "sc-authority-discovery",7875 "sc-basic-authorship",7876 "sc-block-builder",7877 "sc-chain-spec",7878 "sc-client-api",7879 "sc-client-db",7880 "sc-consensus",7881 "sc-consensus-babe",7882 "sc-consensus-slots",7883 "sc-consensus-uncles",7884 "sc-executor",7885 "sc-finality-grandpa",7886 "sc-keystore",7887 "sc-network",7888 "sc-offchain",7889 "sc-service",7890 "sc-sync-state-rpc",7891 "sc-telemetry",7892 "sc-transaction-pool",7893 "serde",7894 "sp-api",7895 "sp-authority-discovery",7896 "sp-block-builder",7897 "sp-blockchain",7898 "sp-consensus",7899 "sp-consensus-babe",7900 "sp-core",7901 "sp-finality-grandpa",7902 "sp-inherents",7903 "sp-io",7904 "sp-keystore",7905 "sp-offchain",7906 "sp-runtime",7907 "sp-session",7908 "sp-state-machine",7909 "sp-storage",7910 "sp-timestamp",7911 "sp-transaction-pool",7912 "sp-trie",7913 "substrate-prometheus-endpoint",7914 "thiserror",7915 "tracing",7916 "westend-runtime",7917]79187919[[package]]7920name = "polkadot-statement-distribution"7921version = "0.9.17"7922source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7923dependencies = [7924 "arrayvec 0.5.2",7925 "derive_more",7926 "futures 0.3.21",7927 "indexmap",7928 "parity-scale-codec",7929 "polkadot-node-network-protocol",7930 "polkadot-node-primitives",7931 "polkadot-node-subsystem",7932 "polkadot-node-subsystem-util",7933 "polkadot-primitives",7934 "sp-keystore",7935 "sp-staking",7936 "thiserror",7937 "tracing",7938]79397940[[package]]7941name = "polkadot-statement-table"7942version = "0.9.17"7943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7944dependencies = [7945 "parity-scale-codec",7946 "polkadot-primitives",7947 "sp-core",7948]79497950[[package]]7951name = "polkadot-test-runtime"7952version = "0.9.17"7953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7954dependencies = [7955 "beefy-primitives",7956 "bitvec",7957 "frame-election-provider-support",7958 "frame-executive",7959 "frame-support",7960 "frame-system",7961 "frame-system-rpc-runtime-api",7962 "log",7963 "pallet-authority-discovery",7964 "pallet-authorship",7965 "pallet-babe",7966 "pallet-balances",7967 "pallet-grandpa",7968 "pallet-indices",7969 "pallet-mmr-primitives",7970 "pallet-nicks",7971 "pallet-offences",7972 "pallet-session",7973 "pallet-staking",7974 "pallet-staking-reward-curve",7975 "pallet-sudo",7976 "pallet-timestamp",7977 "pallet-transaction-payment",7978 "pallet-transaction-payment-rpc-runtime-api",7979 "pallet-vesting",7980 "pallet-xcm",7981 "parity-scale-codec",7982 "polkadot-parachain",7983 "polkadot-primitives",7984 "polkadot-runtime-common",7985 "polkadot-runtime-parachains",7986 "rustc-hex",7987 "scale-info",7988 "serde",7989 "serde_derive",7990 "smallvec",7991 "sp-api",7992 "sp-authority-discovery",7993 "sp-block-builder",7994 "sp-consensus-babe",7995 "sp-core",7996 "sp-inherents",7997 "sp-io",7998 "sp-offchain",7999 "sp-runtime",8000 "sp-session",8001 "sp-staking",8002 "sp-std",8003 "sp-transaction-pool",8004 "sp-version",8005 "substrate-wasm-builder",8006 "test-runtime-constants",8007 "xcm",8008 "xcm-builder",8009 "xcm-executor",8010]80118012[[package]]8013name = "polkadot-test-service"8014version = "0.9.17"8015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8016dependencies = [8017 "frame-benchmarking",8018 "frame-system",8019 "futures 0.1.31",8020 "futures 0.3.21",8021 "hex",8022 "pallet-balances",8023 "pallet-staking",8024 "pallet-transaction-payment",8025 "polkadot-node-primitives",8026 "polkadot-node-subsystem",8027 "polkadot-overseer",8028 "polkadot-parachain",8029 "polkadot-primitives",8030 "polkadot-rpc",8031 "polkadot-runtime-common",8032 "polkadot-runtime-parachains",8033 "polkadot-service",8034 "polkadot-test-runtime",8035 "rand 0.8.5",8036 "sc-authority-discovery",8037 "sc-chain-spec",8038 "sc-cli",8039 "sc-client-api",8040 "sc-consensus",8041 "sc-consensus-babe",8042 "sc-executor",8043 "sc-finality-grandpa",8044 "sc-network",8045 "sc-service",8046 "sc-tracing",8047 "sc-transaction-pool",8048 "sp-arithmetic",8049 "sp-authority-discovery",8050 "sp-blockchain",8051 "sp-consensus",8052 "sp-consensus-babe",8053 "sp-core",8054 "sp-finality-grandpa",8055 "sp-inherents",8056 "sp-keyring",8057 "sp-runtime",8058 "sp-state-machine",8059 "substrate-test-client",8060 "tempfile",8061 "test-runtime-constants",8062 "tokio 1.17.0",8063 "tracing",8064]80658066[[package]]8067name = "polling"8068version = "2.2.0"8069source = "registry+https://github.com/rust-lang/crates.io-index"8070checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8071dependencies = [8072 "cfg-if 1.0.0",8073 "libc",8074 "log",8075 "wepoll-ffi",8076 "winapi 0.3.9",8077]80788079[[package]]8080name = "poly1305"8081version = "0.7.2"8082source = "registry+https://github.com/rust-lang/crates.io-index"8083checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8084dependencies = [8085 "cpufeatures 0.2.1",8086 "opaque-debug 0.3.0",8087 "universal-hash",8088]80898090[[package]]8091name = "polyval"8092version = "0.5.3"8093source = "registry+https://github.com/rust-lang/crates.io-index"8094checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8095dependencies = [8096 "cfg-if 1.0.0",8097 "cpufeatures 0.2.1",8098 "opaque-debug 0.3.0",8099 "universal-hash",8100]81018102[[package]]8103name = "ppv-lite86"8104version = "0.2.16"8105source = "registry+https://github.com/rust-lang/crates.io-index"8106checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"81078108[[package]]8109name = "primitive-types"8110version = "0.9.1"8111source = "registry+https://github.com/rust-lang/crates.io-index"8112checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"8113dependencies = [8114 "fixed-hash",8115 "impl-codec",8116 "impl-rlp",8117 "uint",8118]81198120[[package]]8121name = "primitive-types"8122version = "0.10.1"8123source = "registry+https://github.com/rust-lang/crates.io-index"8124checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"8125dependencies = [8126 "fixed-hash",8127 "impl-codec",8128 "impl-rlp",8129 "impl-serde",8130 "scale-info",8131 "uint",8132]81338134[[package]]8135name = "proc-macro-crate"8136version = "0.1.5"8137source = "registry+https://github.com/rust-lang/crates.io-index"8138checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8139dependencies = [8140 "toml",8141]81428143[[package]]8144name = "proc-macro-crate"8145version = "1.1.3"8146source = "registry+https://github.com/rust-lang/crates.io-index"8147checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8148dependencies = [8149 "thiserror",8150 "toml",8151]81528153[[package]]8154name = "proc-macro-error"8155version = "1.0.4"8156source = "registry+https://github.com/rust-lang/crates.io-index"8157checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8158dependencies = [8159 "proc-macro-error-attr",8160 "proc-macro2",8161 "quote",8162 "syn",8163 "version_check",8164]81658166[[package]]8167name = "proc-macro-error-attr"8168version = "1.0.4"8169source = "registry+https://github.com/rust-lang/crates.io-index"8170checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8171dependencies = [8172 "proc-macro2",8173 "quote",8174 "version_check",8175]81768177[[package]]8178name = "proc-macro2"8179version = "1.0.36"8180source = "registry+https://github.com/rust-lang/crates.io-index"8181checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8182dependencies = [8183 "unicode-xid",8184]81858186[[package]]8187name = "prometheus"8188version = "0.13.0"8189source = "registry+https://github.com/rust-lang/crates.io-index"8190checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8191dependencies = [8192 "cfg-if 1.0.0",8193 "fnv",8194 "lazy_static",8195 "memchr",8196 "parking_lot 0.11.2",8197 "thiserror",8198]81998200[[package]]8201name = "prost"8202version = "0.9.0"8203source = "registry+https://github.com/rust-lang/crates.io-index"8204checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8205dependencies = [8206 "bytes 1.1.0",8207 "prost-derive",8208]82098210[[package]]8211name = "prost-build"8212version = "0.9.0"8213source = "registry+https://github.com/rust-lang/crates.io-index"8214checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8215dependencies = [8216 "bytes 1.1.0",8217 "heck 0.3.3",8218 "itertools",8219 "lazy_static",8220 "log",8221 "multimap",8222 "petgraph",8223 "prost",8224 "prost-types",8225 "regex",8226 "tempfile",8227 "which",8228]82298230[[package]]8231name = "prost-derive"8232version = "0.9.0"8233source = "registry+https://github.com/rust-lang/crates.io-index"8234checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8235dependencies = [8236 "anyhow",8237 "itertools",8238 "proc-macro2",8239 "quote",8240 "syn",8241]82428243[[package]]8244name = "prost-types"8245version = "0.9.0"8246source = "registry+https://github.com/rust-lang/crates.io-index"8247checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8248dependencies = [8249 "bytes 1.1.0",8250 "prost",8251]82528253[[package]]8254name = "psm"8255version = "0.1.17"8256source = "registry+https://github.com/rust-lang/crates.io-index"8257checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8258dependencies = [8259 "cc",8260]82618262[[package]]8263name = "quick-error"8264version = "1.2.3"8265source = "registry+https://github.com/rust-lang/crates.io-index"8266checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"82678268[[package]]8269name = "quick-error"8270version = "2.0.1"8271source = "registry+https://github.com/rust-lang/crates.io-index"8272checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"82738274[[package]]8275name = "quicksink"8276version = "0.1.2"8277source = "registry+https://github.com/rust-lang/crates.io-index"8278checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8279dependencies = [8280 "futures-core",8281 "futures-sink",8282 "pin-project-lite 0.1.12",8283]82848285[[package]]8286name = "quote"8287version = "1.0.15"8288source = "registry+https://github.com/rust-lang/crates.io-index"8289checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"8290dependencies = [8291 "proc-macro2",8292]82938294[[package]]8295name = "radium"8296version = "0.6.2"8297source = "registry+https://github.com/rust-lang/crates.io-index"8298checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"82998300[[package]]8301name = "rand"8302version = "0.7.3"8303source = "registry+https://github.com/rust-lang/crates.io-index"8304checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8305dependencies = [8306 "getrandom 0.1.16",8307 "libc",8308 "rand_chacha 0.2.2",8309 "rand_core 0.5.1",8310 "rand_hc",8311 "rand_pcg",8312]83138314[[package]]8315name = "rand"8316version = "0.8.5"8317source = "registry+https://github.com/rust-lang/crates.io-index"8318checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8319dependencies = [8320 "libc",8321 "rand_chacha 0.3.1",8322 "rand_core 0.6.3",8323]83248325[[package]]8326name = "rand_chacha"8327version = "0.2.2"8328source = "registry+https://github.com/rust-lang/crates.io-index"8329checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8330dependencies = [8331 "ppv-lite86",8332 "rand_core 0.5.1",8333]83348335[[package]]8336name = "rand_chacha"8337version = "0.3.1"8338source = "registry+https://github.com/rust-lang/crates.io-index"8339checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8340dependencies = [8341 "ppv-lite86",8342 "rand_core 0.6.3",8343]83448345[[package]]8346name = "rand_core"8347version = "0.5.1"8348source = "registry+https://github.com/rust-lang/crates.io-index"8349checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8350dependencies = [8351 "getrandom 0.1.16",8352]83538354[[package]]8355name = "rand_core"8356version = "0.6.3"8357source = "registry+https://github.com/rust-lang/crates.io-index"8358checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8359dependencies = [8360 "getrandom 0.2.5",8361]83628363[[package]]8364name = "rand_distr"8365version = "0.4.3"8366source = "registry+https://github.com/rust-lang/crates.io-index"8367checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8368dependencies = [8369 "num-traits",8370 "rand 0.8.5",8371]83728373[[package]]8374name = "rand_hc"8375version = "0.2.0"8376source = "registry+https://github.com/rust-lang/crates.io-index"8377checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8378dependencies = [8379 "rand_core 0.5.1",8380]83818382[[package]]8383name = "rand_pcg"8384version = "0.2.1"8385source = "registry+https://github.com/rust-lang/crates.io-index"8386checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8387dependencies = [8388 "rand_core 0.5.1",8389]83908391[[package]]8392name = "rawpointer"8393version = "0.2.1"8394source = "registry+https://github.com/rust-lang/crates.io-index"8395checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"83968397[[package]]8398name = "rayon"8399version = "1.5.1"8400source = "registry+https://github.com/rust-lang/crates.io-index"8401checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8402dependencies = [8403 "autocfg",8404 "crossbeam-deque",8405 "either",8406 "rayon-core",8407]84088409[[package]]8410name = "rayon-core"8411version = "1.9.1"8412source = "registry+https://github.com/rust-lang/crates.io-index"8413checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8414dependencies = [8415 "crossbeam-channel",8416 "crossbeam-deque",8417 "crossbeam-utils",8418 "lazy_static",8419 "num_cpus",8420]84218422[[package]]8423name = "redox_syscall"8424version = "0.1.57"8425source = "registry+https://github.com/rust-lang/crates.io-index"8426checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"84278428[[package]]8429name = "redox_syscall"8430version = "0.2.11"8431source = "registry+https://github.com/rust-lang/crates.io-index"8432checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8433dependencies = [8434 "bitflags",8435]84368437[[package]]8438name = "redox_users"8439version = "0.4.0"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8442dependencies = [8443 "getrandom 0.2.5",8444 "redox_syscall 0.2.11",8445]84468447[[package]]8448name = "reed-solomon-novelpoly"8449version = "1.0.0"8450source = "registry+https://github.com/rust-lang/crates.io-index"8451checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8452dependencies = [8453 "derive_more",8454 "fs-err",8455 "itertools",8456 "static_init",8457 "thiserror",8458]84598460[[package]]8461name = "ref-cast"8462version = "1.0.6"8463source = "registry+https://github.com/rust-lang/crates.io-index"8464checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8465dependencies = [8466 "ref-cast-impl",8467]84688469[[package]]8470name = "ref-cast-impl"8471version = "1.0.6"8472source = "registry+https://github.com/rust-lang/crates.io-index"8473checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8474dependencies = [8475 "proc-macro2",8476 "quote",8477 "syn",8478]84798480[[package]]8481name = "regalloc"8482version = "0.0.33"8483source = "registry+https://github.com/rust-lang/crates.io-index"8484checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8485dependencies = [8486 "log",8487 "rustc-hash",8488 "smallvec",8489]84908491[[package]]8492name = "regex"8493version = "1.5.4"8494source = "registry+https://github.com/rust-lang/crates.io-index"8495checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8496dependencies = [8497 "aho-corasick",8498 "memchr",8499 "regex-syntax",8500]85018502[[package]]8503name = "regex-automata"8504version = "0.1.10"8505source = "registry+https://github.com/rust-lang/crates.io-index"8506checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8507dependencies = [8508 "regex-syntax",8509]85108511[[package]]8512name = "regex-syntax"8513version = "0.6.25"8514source = "registry+https://github.com/rust-lang/crates.io-index"8515checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"85168517[[package]]8518name = "region"8519version = "2.2.0"8520source = "registry+https://github.com/rust-lang/crates.io-index"8521checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8522dependencies = [8523 "bitflags",8524 "libc",8525 "mach",8526 "winapi 0.3.9",8527]85288529[[package]]8530name = "remote-externalities"8531version = "0.10.0-dev"8532source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8533dependencies = [8534 "env_logger",8535 "jsonrpsee 0.8.0",8536 "log",8537 "parity-scale-codec",8538 "serde",8539 "serde_json",8540 "sp-core",8541 "sp-io",8542 "sp-runtime",8543 "sp-version",8544]85458546[[package]]8547name = "remove_dir_all"8548version = "0.5.3"8549source = "registry+https://github.com/rust-lang/crates.io-index"8550checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8551dependencies = [8552 "winapi 0.3.9",8553]85548555[[package]]8556name = "resolv-conf"8557version = "0.7.0"8558source = "registry+https://github.com/rust-lang/crates.io-index"8559checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8560dependencies = [8561 "hostname",8562 "quick-error 1.2.3",8563]85648565[[package]]8566name = "retain_mut"8567version = "0.1.7"8568source = "registry+https://github.com/rust-lang/crates.io-index"8569checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"85708571[[package]]8572name = "ring"8573version = "0.16.20"8574source = "registry+https://github.com/rust-lang/crates.io-index"8575checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8576dependencies = [8577 "cc",8578 "libc",8579 "once_cell",8580 "spin",8581 "untrusted",8582 "web-sys",8583 "winapi 0.3.9",8584]85858586[[package]]8587name = "rlp"8588version = "0.5.1"8589source = "registry+https://github.com/rust-lang/crates.io-index"8590checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8591dependencies = [8592 "bytes 1.1.0",8593 "rustc-hex",8594]85958596[[package]]8597name = "rlp-derive"8598version = "0.1.0"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8601dependencies = [8602 "proc-macro2",8603 "quote",8604 "syn",8605]86068607[[package]]8608name = "rocksdb"8609version = "0.17.0"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8612dependencies = [8613 "libc",8614 "librocksdb-sys",8615]86168617[[package]]8618name = "rococo-runtime"8619version = "0.9.17"8620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8621dependencies = [8622 "beefy-primitives",8623 "bp-messages",8624 "bp-rococo",8625 "bp-runtime",8626 "bp-wococo",8627 "bridge-runtime-common",8628 "frame-benchmarking",8629 "frame-executive",8630 "frame-support",8631 "frame-system",8632 "frame-system-rpc-runtime-api",8633 "hex-literal",8634 "log",8635 "pallet-authority-discovery",8636 "pallet-authorship",8637 "pallet-babe",8638 "pallet-balances",8639 "pallet-beefy",8640 "pallet-beefy-mmr",8641 "pallet-bridge-dispatch",8642 "pallet-bridge-grandpa",8643 "pallet-bridge-messages",8644 "pallet-collective",8645 "pallet-grandpa",8646 "pallet-im-online",8647 "pallet-indices",8648 "pallet-membership",8649 "pallet-mmr",8650 "pallet-mmr-primitives",8651 "pallet-multisig",8652 "pallet-offences",8653 "pallet-proxy",8654 "pallet-session",8655 "pallet-staking",8656 "pallet-sudo",8657 "pallet-timestamp",8658 "pallet-transaction-payment",8659 "pallet-transaction-payment-rpc-runtime-api",8660 "pallet-utility",8661 "pallet-xcm",8662 "parity-scale-codec",8663 "polkadot-parachain",8664 "polkadot-primitives",8665 "polkadot-runtime-common",8666 "polkadot-runtime-parachains",8667 "rococo-runtime-constants",8668 "scale-info",8669 "serde",8670 "serde_derive",8671 "smallvec",8672 "sp-api",8673 "sp-authority-discovery",8674 "sp-block-builder",8675 "sp-consensus-babe",8676 "sp-core",8677 "sp-inherents",8678 "sp-io",8679 "sp-offchain",8680 "sp-runtime",8681 "sp-session",8682 "sp-staking",8683 "sp-std",8684 "sp-transaction-pool",8685 "sp-version",8686 "substrate-wasm-builder",8687 "xcm",8688 "xcm-builder",8689 "xcm-executor",8690]86918692[[package]]8693name = "rococo-runtime-constants"8694version = "0.9.17"8695source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8696dependencies = [8697 "frame-support",8698 "polkadot-primitives",8699 "polkadot-runtime-common",8700 "smallvec",8701 "sp-runtime",8702]87038704[[package]]8705name = "rpassword"8706version = "5.0.1"8707source = "registry+https://github.com/rust-lang/crates.io-index"8708checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8709dependencies = [8710 "libc",8711 "winapi 0.3.9",8712]87138714[[package]]8715name = "rustc-demangle"8716version = "0.1.21"8717source = "registry+https://github.com/rust-lang/crates.io-index"8718checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"87198720[[package]]8721name = "rustc-hash"8722version = "1.1.0"8723source = "registry+https://github.com/rust-lang/crates.io-index"8724checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"87258726[[package]]8727name = "rustc-hex"8728version = "2.1.0"8729source = "registry+https://github.com/rust-lang/crates.io-index"8730checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"87318732[[package]]8733name = "rustc_version"8734version = "0.2.3"8735source = "registry+https://github.com/rust-lang/crates.io-index"8736checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8737dependencies = [8738 "semver 0.9.0",8739]87408741[[package]]8742name = "rustc_version"8743version = "0.3.3"8744source = "registry+https://github.com/rust-lang/crates.io-index"8745checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8746dependencies = [8747 "semver 0.11.0",8748]87498750[[package]]8751name = "rustc_version"8752version = "0.4.0"8753source = "registry+https://github.com/rust-lang/crates.io-index"8754checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8755dependencies = [8756 "semver 1.0.6",8757]87588759[[package]]8760name = "rustix"8761version = "0.31.3"8762source = "registry+https://github.com/rust-lang/crates.io-index"8763checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"8764dependencies = [8765 "bitflags",8766 "errno",8767 "io-lifetimes",8768 "libc",8769 "linux-raw-sys",8770 "winapi 0.3.9",8771]87728773[[package]]8774name = "rustls"8775version = "0.19.1"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8778dependencies = [8779 "base64",8780 "log",8781 "ring",8782 "sct 0.6.1",8783 "webpki 0.21.4",8784]87858786[[package]]8787name = "rustls"8788version = "0.20.4"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"8791dependencies = [8792 "log",8793 "ring",8794 "sct 0.7.0",8795 "webpki 0.22.0",8796]87978798[[package]]8799name = "rustls-native-certs"8800version = "0.5.0"8801source = "registry+https://github.com/rust-lang/crates.io-index"8802checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8803dependencies = [8804 "openssl-probe",8805 "rustls 0.19.1",8806 "schannel",8807 "security-framework",8808]88098810[[package]]8811name = "rustls-native-certs"8812version = "0.6.1"8813source = "registry+https://github.com/rust-lang/crates.io-index"8814checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"8815dependencies = [8816 "openssl-probe",8817 "rustls-pemfile",8818 "schannel",8819 "security-framework",8820]88218822[[package]]8823name = "rustls-pemfile"8824version = "0.2.1"8825source = "registry+https://github.com/rust-lang/crates.io-index"8826checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"8827dependencies = [8828 "base64",8829]88308831[[package]]8832name = "rustversion"8833version = "1.0.6"8834source = "registry+https://github.com/rust-lang/crates.io-index"8835checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"88368837[[package]]8838name = "rw-stream-sink"8839version = "0.2.1"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8842dependencies = [8843 "futures 0.3.21",8844 "pin-project 0.4.29",8845 "static_assertions",8846]88478848[[package]]8849name = "ryu"8850version = "1.0.9"8851source = "registry+https://github.com/rust-lang/crates.io-index"8852checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"88538854[[package]]8855name = "safe-mix"8856version = "1.0.1"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8859dependencies = [8860 "rustc_version 0.2.3",8861]88628863[[package]]8864name = "salsa20"8865version = "0.9.0"8866source = "registry+https://github.com/rust-lang/crates.io-index"8867checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"8868dependencies = [8869 "cipher",8870]88718872[[package]]8873name = "same-file"8874version = "1.0.6"8875source = "registry+https://github.com/rust-lang/crates.io-index"8876checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8877dependencies = [8878 "winapi-util",8879]88808881[[package]]8882name = "sc-allocator"8883version = "4.1.0-dev"8884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8885dependencies = [8886 "log",8887 "sp-core",8888 "sp-wasm-interface",8889 "thiserror",8890]88918892[[package]]8893name = "sc-authority-discovery"8894version = "0.10.0-dev"8895source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8896dependencies = [8897 "async-trait",8898 "futures 0.3.21",8899 "futures-timer",8900 "ip_network",8901 "libp2p",8902 "log",8903 "parity-scale-codec",8904 "prost",8905 "prost-build",8906 "rand 0.7.3",8907 "sc-client-api",8908 "sc-network",8909 "sp-api",8910 "sp-authority-discovery",8911 "sp-blockchain",8912 "sp-core",8913 "sp-keystore",8914 "sp-runtime",8915 "substrate-prometheus-endpoint",8916 "thiserror",8917]89188919[[package]]8920name = "sc-basic-authorship"8921version = "0.10.0-dev"8922source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8923dependencies = [8924 "futures 0.3.21",8925 "futures-timer",8926 "log",8927 "parity-scale-codec",8928 "sc-block-builder",8929 "sc-client-api",8930 "sc-proposer-metrics",8931 "sc-telemetry",8932 "sc-transaction-pool-api",8933 "sp-api",8934 "sp-blockchain",8935 "sp-consensus",8936 "sp-core",8937 "sp-inherents",8938 "sp-runtime",8939 "substrate-prometheus-endpoint",8940]89418942[[package]]8943name = "sc-block-builder"8944version = "0.10.0-dev"8945source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8946dependencies = [8947 "parity-scale-codec",8948 "sc-client-api",8949 "sp-api",8950 "sp-block-builder",8951 "sp-blockchain",8952 "sp-core",8953 "sp-inherents",8954 "sp-runtime",8955 "sp-state-machine",8956]89578958[[package]]8959name = "sc-chain-spec"8960version = "4.0.0-dev"8961source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8962dependencies = [8963 "impl-trait-for-tuples",8964 "memmap2 0.5.3",8965 "parity-scale-codec",8966 "sc-chain-spec-derive",8967 "sc-network",8968 "sc-telemetry",8969 "serde",8970 "serde_json",8971 "sp-core",8972 "sp-runtime",8973]89748975[[package]]8976name = "sc-chain-spec-derive"8977version = "4.0.0-dev"8978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8979dependencies = [8980 "proc-macro-crate 1.1.3",8981 "proc-macro2",8982 "quote",8983 "syn",8984]89858986[[package]]8987name = "sc-cli"8988version = "0.10.0-dev"8989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8990dependencies = [8991 "chrono",8992 "clap",8993 "fdlimit",8994 "futures 0.3.21",8995 "hex",8996 "libp2p",8997 "log",8998 "names",8999 "parity-scale-codec",9000 "rand 0.7.3",9001 "regex",9002 "rpassword",9003 "sc-client-api",9004 "sc-keystore",9005 "sc-network",9006 "sc-service",9007 "sc-telemetry",9008 "sc-tracing",9009 "sc-utils",9010 "serde",9011 "serde_json",9012 "sp-blockchain",9013 "sp-core",9014 "sp-keyring",9015 "sp-keystore",9016 "sp-panic-handler",9017 "sp-runtime",9018 "sp-version",9019 "thiserror",9020 "tiny-bip39",9021 "tokio 1.17.0",9022]90239024[[package]]9025name = "sc-client-api"9026version = "4.0.0-dev"9027source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9028dependencies = [9029 "fnv",9030 "futures 0.3.21",9031 "hash-db",9032 "log",9033 "parity-scale-codec",9034 "parking_lot 0.11.2",9035 "sc-executor",9036 "sc-transaction-pool-api",9037 "sc-utils",9038 "sp-api",9039 "sp-blockchain",9040 "sp-consensus",9041 "sp-core",9042 "sp-database",9043 "sp-externalities",9044 "sp-keystore",9045 "sp-runtime",9046 "sp-state-machine",9047 "sp-storage",9048 "sp-trie",9049 "substrate-prometheus-endpoint",9050]90519052[[package]]9053name = "sc-client-db"9054version = "0.10.0-dev"9055source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9056dependencies = [9057 "hash-db",9058 "kvdb",9059 "kvdb-memorydb",9060 "kvdb-rocksdb",9061 "linked-hash-map",9062 "log",9063 "parity-db",9064 "parity-scale-codec",9065 "parking_lot 0.11.2",9066 "sc-client-api",9067 "sc-state-db",9068 "sp-arithmetic",9069 "sp-blockchain",9070 "sp-core",9071 "sp-database",9072 "sp-runtime",9073 "sp-state-machine",9074 "sp-trie",9075]90769077[[package]]9078name = "sc-consensus"9079version = "0.10.0-dev"9080source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9081dependencies = [9082 "async-trait",9083 "futures 0.3.21",9084 "futures-timer",9085 "libp2p",9086 "log",9087 "parking_lot 0.11.2",9088 "sc-client-api",9089 "sc-utils",9090 "serde",9091 "sp-api",9092 "sp-blockchain",9093 "sp-consensus",9094 "sp-core",9095 "sp-runtime",9096 "sp-state-machine",9097 "substrate-prometheus-endpoint",9098 "thiserror",9099]91009101[[package]]9102name = "sc-consensus-aura"9103version = "0.10.0-dev"9104source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9105dependencies = [9106 "async-trait",9107 "futures 0.3.21",9108 "log",9109 "parity-scale-codec",9110 "sc-block-builder",9111 "sc-client-api",9112 "sc-consensus",9113 "sc-consensus-slots",9114 "sc-telemetry",9115 "sp-api",9116 "sp-application-crypto",9117 "sp-block-builder",9118 "sp-blockchain",9119 "sp-consensus",9120 "sp-consensus-aura",9121 "sp-consensus-slots",9122 "sp-core",9123 "sp-inherents",9124 "sp-keystore",9125 "sp-runtime",9126 "substrate-prometheus-endpoint",9127 "thiserror",9128]91299130[[package]]9131name = "sc-consensus-babe"9132version = "0.10.0-dev"9133source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9134dependencies = [9135 "async-trait",9136 "fork-tree",9137 "futures 0.3.21",9138 "log",9139 "merlin",9140 "num-bigint",9141 "num-rational 0.2.4",9142 "num-traits",9143 "parity-scale-codec",9144 "parking_lot 0.11.2",9145 "rand 0.7.3",9146 "retain_mut",9147 "sc-client-api",9148 "sc-consensus",9149 "sc-consensus-epochs",9150 "sc-consensus-slots",9151 "sc-keystore",9152 "sc-telemetry",9153 "schnorrkel",9154 "serde",9155 "sp-api",9156 "sp-application-crypto",9157 "sp-block-builder",9158 "sp-blockchain",9159 "sp-consensus",9160 "sp-consensus-babe",9161 "sp-consensus-slots",9162 "sp-consensus-vrf",9163 "sp-core",9164 "sp-inherents",9165 "sp-io",9166 "sp-keystore",9167 "sp-runtime",9168 "sp-version",9169 "substrate-prometheus-endpoint",9170 "thiserror",9171]91729173[[package]]9174name = "sc-consensus-babe-rpc"9175version = "0.10.0-dev"9176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9177dependencies = [9178 "futures 0.3.21",9179 "jsonrpc-core",9180 "jsonrpc-core-client",9181 "jsonrpc-derive",9182 "sc-consensus-babe",9183 "sc-consensus-epochs",9184 "sc-rpc-api",9185 "serde",9186 "sp-api",9187 "sp-application-crypto",9188 "sp-blockchain",9189 "sp-consensus",9190 "sp-consensus-babe",9191 "sp-core",9192 "sp-keystore",9193 "sp-runtime",9194 "thiserror",9195]91969197[[package]]9198name = "sc-consensus-epochs"9199version = "0.10.0-dev"9200source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9201dependencies = [9202 "fork-tree",9203 "parity-scale-codec",9204 "sc-client-api",9205 "sc-consensus",9206 "sp-blockchain",9207 "sp-runtime",9208]92099210[[package]]9211name = "sc-consensus-slots"9212version = "0.10.0-dev"9213source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9214dependencies = [9215 "async-trait",9216 "futures 0.3.21",9217 "futures-timer",9218 "log",9219 "parity-scale-codec",9220 "sc-client-api",9221 "sc-consensus",9222 "sc-telemetry",9223 "sp-arithmetic",9224 "sp-blockchain",9225 "sp-consensus",9226 "sp-consensus-slots",9227 "sp-core",9228 "sp-inherents",9229 "sp-runtime",9230 "sp-state-machine",9231 "sp-timestamp",9232 "thiserror",9233]92349235[[package]]9236name = "sc-consensus-uncles"9237version = "0.10.0-dev"9238source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9239dependencies = [9240 "sc-client-api",9241 "sp-authorship",9242 "sp-runtime",9243 "thiserror",9244]92459246[[package]]9247name = "sc-executor"9248version = "0.10.0-dev"9249source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9250dependencies = [9251 "lazy_static",9252 "libsecp256k1 0.7.0",9253 "log",9254 "lru 0.6.6",9255 "parity-scale-codec",9256 "parking_lot 0.11.2",9257 "sc-executor-common",9258 "sc-executor-wasmi",9259 "sc-executor-wasmtime",9260 "sp-api",9261 "sp-core",9262 "sp-core-hashing-proc-macro",9263 "sp-externalities",9264 "sp-io",9265 "sp-panic-handler",9266 "sp-runtime-interface",9267 "sp-tasks",9268 "sp-trie",9269 "sp-version",9270 "sp-wasm-interface",9271 "wasmi",9272]92739274[[package]]9275name = "sc-executor-common"9276version = "0.10.0-dev"9277source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9278dependencies = [9279 "environmental",9280 "parity-scale-codec",9281 "sc-allocator",9282 "sp-core",9283 "sp-maybe-compressed-blob",9284 "sp-serializer",9285 "sp-wasm-interface",9286 "thiserror",9287 "wasm-instrument",9288 "wasmi",9289]92909291[[package]]9292name = "sc-executor-wasmi"9293version = "0.10.0-dev"9294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9295dependencies = [9296 "log",9297 "parity-scale-codec",9298 "sc-allocator",9299 "sc-executor-common",9300 "scoped-tls",9301 "sp-core",9302 "sp-runtime-interface",9303 "sp-wasm-interface",9304 "wasmi",9305]93069307[[package]]9308name = "sc-executor-wasmtime"9309version = "0.10.0-dev"9310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9311dependencies = [9312 "cfg-if 1.0.0",9313 "libc",9314 "log",9315 "parity-scale-codec",9316 "parity-wasm 0.42.2",9317 "sc-allocator",9318 "sc-executor-common",9319 "sp-core",9320 "sp-runtime-interface",9321 "sp-wasm-interface",9322 "wasmtime",9323]93249325[[package]]9326name = "sc-finality-grandpa"9327version = "0.10.0-dev"9328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9329dependencies = [9330 "async-trait",9331 "dyn-clone",9332 "finality-grandpa",9333 "fork-tree",9334 "futures 0.3.21",9335 "futures-timer",9336 "log",9337 "parity-scale-codec",9338 "parking_lot 0.11.2",9339 "rand 0.8.5",9340 "sc-block-builder",9341 "sc-chain-spec",9342 "sc-client-api",9343 "sc-consensus",9344 "sc-keystore",9345 "sc-network",9346 "sc-network-gossip",9347 "sc-telemetry",9348 "sc-utils",9349 "serde_json",9350 "sp-api",9351 "sp-application-crypto",9352 "sp-arithmetic",9353 "sp-blockchain",9354 "sp-consensus",9355 "sp-core",9356 "sp-finality-grandpa",9357 "sp-keystore",9358 "sp-runtime",9359 "substrate-prometheus-endpoint",9360 "thiserror",9361]93629363[[package]]9364name = "sc-finality-grandpa-rpc"9365version = "0.10.0-dev"9366source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9367dependencies = [9368 "finality-grandpa",9369 "futures 0.3.21",9370 "jsonrpc-core",9371 "jsonrpc-core-client",9372 "jsonrpc-derive",9373 "jsonrpc-pubsub",9374 "log",9375 "parity-scale-codec",9376 "sc-client-api",9377 "sc-finality-grandpa",9378 "sc-rpc",9379 "serde",9380 "serde_json",9381 "sp-blockchain",9382 "sp-core",9383 "sp-runtime",9384 "thiserror",9385]93869387[[package]]9388name = "sc-informant"9389version = "0.10.0-dev"9390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9391dependencies = [9392 "ansi_term",9393 "futures 0.3.21",9394 "futures-timer",9395 "log",9396 "parity-util-mem",9397 "sc-client-api",9398 "sc-network",9399 "sc-transaction-pool-api",9400 "sp-blockchain",9401 "sp-runtime",9402]94039404[[package]]9405name = "sc-keystore"9406version = "4.0.0-dev"9407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9408dependencies = [9409 "async-trait",9410 "hex",9411 "parking_lot 0.11.2",9412 "serde_json",9413 "sp-application-crypto",9414 "sp-core",9415 "sp-keystore",9416 "thiserror",9417]94189419[[package]]9420name = "sc-network"9421version = "0.10.0-dev"9422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9423dependencies = [9424 "async-std",9425 "async-trait",9426 "asynchronous-codec 0.5.0",9427 "bitflags",9428 "bytes 1.1.0",9429 "cid",9430 "either",9431 "fnv",9432 "fork-tree",9433 "futures 0.3.21",9434 "futures-timer",9435 "hex",9436 "ip_network",9437 "libp2p",9438 "linked-hash-map",9439 "linked_hash_set",9440 "log",9441 "lru 0.7.3",9442 "parity-scale-codec",9443 "parking_lot 0.11.2",9444 "pin-project 1.0.10",9445 "prost",9446 "prost-build",9447 "rand 0.7.3",9448 "sc-block-builder",9449 "sc-client-api",9450 "sc-consensus",9451 "sc-peerset",9452 "sc-utils",9453 "serde",9454 "serde_json",9455 "smallvec",9456 "sp-arithmetic",9457 "sp-blockchain",9458 "sp-consensus",9459 "sp-core",9460 "sp-finality-grandpa",9461 "sp-runtime",9462 "substrate-prometheus-endpoint",9463 "thiserror",9464 "unsigned-varint 0.6.0",9465 "void",9466 "zeroize",9467]94689469[[package]]9470name = "sc-network-gossip"9471version = "0.10.0-dev"9472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9473dependencies = [9474 "futures 0.3.21",9475 "futures-timer",9476 "libp2p",9477 "log",9478 "lru 0.7.3",9479 "sc-network",9480 "sp-runtime",9481 "substrate-prometheus-endpoint",9482 "tracing",9483]94849485[[package]]9486name = "sc-offchain"9487version = "4.0.0-dev"9488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9489dependencies = [9490 "bytes 1.1.0",9491 "fnv",9492 "futures 0.3.21",9493 "futures-timer",9494 "hex",9495 "hyper",9496 "hyper-rustls",9497 "num_cpus",9498 "once_cell",9499 "parity-scale-codec",9500 "parking_lot 0.11.2",9501 "rand 0.7.3",9502 "sc-client-api",9503 "sc-network",9504 "sc-utils",9505 "sp-api",9506 "sp-core",9507 "sp-offchain",9508 "sp-runtime",9509 "threadpool",9510 "tracing",9511]95129513[[package]]9514name = "sc-peerset"9515version = "4.0.0-dev"9516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9517dependencies = [9518 "futures 0.3.21",9519 "libp2p",9520 "log",9521 "sc-utils",9522 "serde_json",9523 "wasm-timer",9524]95259526[[package]]9527name = "sc-proposer-metrics"9528version = "0.10.0-dev"9529source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9530dependencies = [9531 "log",9532 "substrate-prometheus-endpoint",9533]95349535[[package]]9536name = "sc-rpc"9537version = "4.0.0-dev"9538source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9539dependencies = [9540 "futures 0.3.21",9541 "hash-db",9542 "jsonrpc-core",9543 "jsonrpc-pubsub",9544 "log",9545 "parity-scale-codec",9546 "parking_lot 0.11.2",9547 "sc-block-builder",9548 "sc-chain-spec",9549 "sc-client-api",9550 "sc-rpc-api",9551 "sc-tracing",9552 "sc-transaction-pool-api",9553 "sc-utils",9554 "serde_json",9555 "sp-api",9556 "sp-blockchain",9557 "sp-core",9558 "sp-keystore",9559 "sp-offchain",9560 "sp-rpc",9561 "sp-runtime",9562 "sp-session",9563 "sp-version",9564]95659566[[package]]9567name = "sc-rpc-api"9568version = "0.10.0-dev"9569source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9570dependencies = [9571 "futures 0.3.21",9572 "jsonrpc-core",9573 "jsonrpc-core-client",9574 "jsonrpc-derive",9575 "jsonrpc-pubsub",9576 "log",9577 "parity-scale-codec",9578 "parking_lot 0.11.2",9579 "sc-chain-spec",9580 "sc-transaction-pool-api",9581 "serde",9582 "serde_json",9583 "sp-core",9584 "sp-rpc",9585 "sp-runtime",9586 "sp-tracing",9587 "sp-version",9588 "thiserror",9589]95909591[[package]]9592name = "sc-rpc-server"9593version = "4.0.0-dev"9594source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9595dependencies = [9596 "futures 0.3.21",9597 "jsonrpc-core",9598 "jsonrpc-http-server",9599 "jsonrpc-ipc-server",9600 "jsonrpc-pubsub",9601 "jsonrpc-ws-server",9602 "log",9603 "serde_json",9604 "substrate-prometheus-endpoint",9605 "tokio 1.17.0",9606]96079608[[package]]9609name = "sc-service"9610version = "0.10.0-dev"9611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9612dependencies = [9613 "async-trait",9614 "directories",9615 "exit-future",9616 "futures 0.3.21",9617 "futures-timer",9618 "hash-db",9619 "jsonrpc-core",9620 "jsonrpc-pubsub",9621 "log",9622 "parity-scale-codec",9623 "parity-util-mem",9624 "parking_lot 0.11.2",9625 "pin-project 1.0.10",9626 "rand 0.7.3",9627 "sc-block-builder",9628 "sc-chain-spec",9629 "sc-client-api",9630 "sc-client-db",9631 "sc-consensus",9632 "sc-executor",9633 "sc-informant",9634 "sc-keystore",9635 "sc-network",9636 "sc-offchain",9637 "sc-rpc",9638 "sc-rpc-server",9639 "sc-telemetry",9640 "sc-tracing",9641 "sc-transaction-pool",9642 "sc-transaction-pool-api",9643 "sc-utils",9644 "serde",9645 "serde_json",9646 "sp-api",9647 "sp-application-crypto",9648 "sp-block-builder",9649 "sp-blockchain",9650 "sp-consensus",9651 "sp-core",9652 "sp-externalities",9653 "sp-inherents",9654 "sp-keystore",9655 "sp-runtime",9656 "sp-session",9657 "sp-state-machine",9658 "sp-storage",9659 "sp-tracing",9660 "sp-transaction-pool",9661 "sp-transaction-storage-proof",9662 "sp-trie",9663 "sp-version",9664 "substrate-prometheus-endpoint",9665 "tempfile",9666 "thiserror",9667 "tokio 1.17.0",9668 "tracing",9669 "tracing-futures",9670]96719672[[package]]9673name = "sc-state-db"9674version = "0.10.0-dev"9675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9676dependencies = [9677 "log",9678 "parity-scale-codec",9679 "parity-util-mem",9680 "parity-util-mem-derive",9681 "parking_lot 0.11.2",9682 "sc-client-api",9683 "sp-core",9684]96859686[[package]]9687name = "sc-sync-state-rpc"9688version = "0.10.0-dev"9689source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9690dependencies = [9691 "jsonrpc-core",9692 "jsonrpc-core-client",9693 "jsonrpc-derive",9694 "parity-scale-codec",9695 "sc-chain-spec",9696 "sc-client-api",9697 "sc-consensus-babe",9698 "sc-consensus-epochs",9699 "sc-finality-grandpa",9700 "sc-rpc-api",9701 "serde",9702 "serde_json",9703 "sp-blockchain",9704 "sp-runtime",9705 "thiserror",9706]97079708[[package]]9709name = "sc-telemetry"9710version = "4.0.0-dev"9711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9712dependencies = [9713 "chrono",9714 "futures 0.3.21",9715 "libp2p",9716 "log",9717 "parking_lot 0.11.2",9718 "pin-project 1.0.10",9719 "rand 0.7.3",9720 "serde",9721 "serde_json",9722 "thiserror",9723 "wasm-timer",9724]97259726[[package]]9727name = "sc-tracing"9728version = "4.0.0-dev"9729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9730dependencies = [9731 "ansi_term",9732 "atty",9733 "chrono",9734 "lazy_static",9735 "libc",9736 "log",9737 "once_cell",9738 "parking_lot 0.11.2",9739 "regex",9740 "rustc-hash",9741 "sc-client-api",9742 "sc-rpc-server",9743 "sc-tracing-proc-macro",9744 "serde",9745 "sp-api",9746 "sp-blockchain",9747 "sp-core",9748 "sp-rpc",9749 "sp-runtime",9750 "sp-tracing",9751 "thiserror",9752 "tracing",9753 "tracing-log",9754 "tracing-subscriber",9755]97569757[[package]]9758name = "sc-tracing-proc-macro"9759version = "4.0.0-dev"9760source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9761dependencies = [9762 "proc-macro-crate 1.1.3",9763 "proc-macro2",9764 "quote",9765 "syn",9766]97679768[[package]]9769name = "sc-transaction-pool"9770version = "4.0.0-dev"9771source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9772dependencies = [9773 "futures 0.3.21",9774 "futures-timer",9775 "linked-hash-map",9776 "log",9777 "parity-scale-codec",9778 "parity-util-mem",9779 "parking_lot 0.11.2",9780 "retain_mut",9781 "sc-client-api",9782 "sc-transaction-pool-api",9783 "sc-utils",9784 "serde",9785 "sp-api",9786 "sp-blockchain",9787 "sp-core",9788 "sp-runtime",9789 "sp-tracing",9790 "sp-transaction-pool",9791 "substrate-prometheus-endpoint",9792 "thiserror",9793]97949795[[package]]9796name = "sc-transaction-pool-api"9797version = "4.0.0-dev"9798source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9799dependencies = [9800 "futures 0.3.21",9801 "log",9802 "serde",9803 "sp-blockchain",9804 "sp-runtime",9805 "thiserror",9806]98079808[[package]]9809name = "sc-utils"9810version = "4.0.0-dev"9811source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9812dependencies = [9813 "futures 0.3.21",9814 "futures-timer",9815 "lazy_static",9816 "parking_lot 0.11.2",9817 "prometheus",9818]98199820[[package]]9821name = "scale-info"9822version = "1.0.0"9823source = "registry+https://github.com/rust-lang/crates.io-index"9824checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9825dependencies = [9826 "bitvec",9827 "cfg-if 1.0.0",9828 "derive_more",9829 "parity-scale-codec",9830 "scale-info-derive",9831 "serde",9832]98339834[[package]]9835name = "scale-info-derive"9836version = "1.0.0"9837source = "registry+https://github.com/rust-lang/crates.io-index"9838checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9839dependencies = [9840 "proc-macro-crate 1.1.3",9841 "proc-macro2",9842 "quote",9843 "syn",9844]98459846[[package]]9847name = "schannel"9848version = "0.1.19"9849source = "registry+https://github.com/rust-lang/crates.io-index"9850checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9851dependencies = [9852 "lazy_static",9853 "winapi 0.3.9",9854]98559856[[package]]9857name = "schnorrkel"9858version = "0.9.1"9859source = "registry+https://github.com/rust-lang/crates.io-index"9860checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9861dependencies = [9862 "arrayref",9863 "arrayvec 0.5.2",9864 "curve25519-dalek 2.1.3",9865 "getrandom 0.1.16",9866 "merlin",9867 "rand 0.7.3",9868 "rand_core 0.5.1",9869 "sha2 0.8.2",9870 "subtle 2.4.1",9871 "zeroize",9872]98739874[[package]]9875name = "scoped-tls"9876version = "1.0.0"9877source = "registry+https://github.com/rust-lang/crates.io-index"9878checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"98799880[[package]]9881name = "scopeguard"9882version = "1.1.0"9883source = "registry+https://github.com/rust-lang/crates.io-index"9884checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"98859886[[package]]9887name = "sct"9888version = "0.6.1"9889source = "registry+https://github.com/rust-lang/crates.io-index"9890checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9891dependencies = [9892 "ring",9893 "untrusted",9894]98959896[[package]]9897name = "sct"9898version = "0.7.0"9899source = "registry+https://github.com/rust-lang/crates.io-index"9900checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"9901dependencies = [9902 "ring",9903 "untrusted",9904]99059906[[package]]9907name = "secrecy"9908version = "0.8.0"9909source = "registry+https://github.com/rust-lang/crates.io-index"9910checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"9911dependencies = [9912 "zeroize",9913]99149915[[package]]9916name = "security-framework"9917version = "2.6.1"9918source = "registry+https://github.com/rust-lang/crates.io-index"9919checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"9920dependencies = [9921 "bitflags",9922 "core-foundation",9923 "core-foundation-sys",9924 "libc",9925 "security-framework-sys",9926]99279928[[package]]9929name = "security-framework-sys"9930version = "2.6.1"9931source = "registry+https://github.com/rust-lang/crates.io-index"9932checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"9933dependencies = [9934 "core-foundation-sys",9935 "libc",9936]99379938[[package]]9939name = "semver"9940version = "0.6.0"9941source = "registry+https://github.com/rust-lang/crates.io-index"9942checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9943dependencies = [9944 "semver-parser 0.7.0",9945]99469947[[package]]9948name = "semver"9949version = "0.9.0"9950source = "registry+https://github.com/rust-lang/crates.io-index"9951checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9952dependencies = [9953 "semver-parser 0.7.0",9954]99559956[[package]]9957name = "semver"9958version = "0.11.0"9959source = "registry+https://github.com/rust-lang/crates.io-index"9960checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9961dependencies = [9962 "semver-parser 0.10.2",9963]99649965[[package]]9966name = "semver"9967version = "1.0.6"9968source = "registry+https://github.com/rust-lang/crates.io-index"9969checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"9970dependencies = [9971 "serde",9972]99739974[[package]]9975name = "semver-parser"9976version = "0.7.0"9977source = "registry+https://github.com/rust-lang/crates.io-index"9978checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"99799980[[package]]9981name = "semver-parser"9982version = "0.10.2"9983source = "registry+https://github.com/rust-lang/crates.io-index"9984checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9985dependencies = [9986 "pest",9987]99889989[[package]]9990name = "serde"9991version = "1.0.136"9992source = "registry+https://github.com/rust-lang/crates.io-index"9993checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"9994dependencies = [9995 "serde_derive",9996]99979998[[package]]9999name = "serde_derive"10000version = "1.0.136"10001source = "registry+https://github.com/rust-lang/crates.io-index"10002checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10003dependencies = [10004 "proc-macro2",10005 "quote",10006 "syn",10007]1000810009[[package]]10010name = "serde_json"10011version = "1.0.79"10012source = "registry+https://github.com/rust-lang/crates.io-index"10013checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10014dependencies = [10015 "itoa 1.0.1",10016 "ryu",10017 "serde",10018]1001910020[[package]]10021name = "sha-1"10022version = "0.8.2"10023source = "registry+https://github.com/rust-lang/crates.io-index"10024checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10025dependencies = [10026 "block-buffer 0.7.3",10027 "digest 0.8.1",10028 "fake-simd",10029 "opaque-debug 0.2.3",10030]1003110032[[package]]10033name = "sha-1"10034version = "0.9.8"10035source = "registry+https://github.com/rust-lang/crates.io-index"10036checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10037dependencies = [10038 "block-buffer 0.9.0",10039 "cfg-if 1.0.0",10040 "cpufeatures 0.2.1",10041 "digest 0.9.0",10042 "opaque-debug 0.3.0",10043]1004410045[[package]]10046name = "sha2"10047version = "0.8.2"10048source = "registry+https://github.com/rust-lang/crates.io-index"10049checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10050dependencies = [10051 "block-buffer 0.7.3",10052 "digest 0.8.1",10053 "fake-simd",10054 "opaque-debug 0.2.3",10055]1005610057[[package]]10058name = "sha2"10059version = "0.9.9"10060source = "registry+https://github.com/rust-lang/crates.io-index"10061checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10062dependencies = [10063 "block-buffer 0.9.0",10064 "cfg-if 1.0.0",10065 "cpufeatures 0.2.1",10066 "digest 0.9.0",10067 "opaque-debug 0.3.0",10068]1006910070[[package]]10071name = "sha2"10072version = "0.10.2"10073source = "registry+https://github.com/rust-lang/crates.io-index"10074checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10075dependencies = [10076 "cfg-if 1.0.0",10077 "cpufeatures 0.2.1",10078 "digest 0.10.3",10079]1008010081[[package]]10082name = "sha3"10083version = "0.8.2"10084source = "registry+https://github.com/rust-lang/crates.io-index"10085checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10086dependencies = [10087 "block-buffer 0.7.3",10088 "byte-tools",10089 "digest 0.8.1",10090 "keccak",10091 "opaque-debug 0.2.3",10092]1009310094[[package]]10095name = "sha3"10096version = "0.9.1"10097source = "registry+https://github.com/rust-lang/crates.io-index"10098checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10099dependencies = [10100 "block-buffer 0.9.0",10101 "digest 0.9.0",10102 "keccak",10103 "opaque-debug 0.3.0",10104]1010510106[[package]]10107name = "sharded-slab"10108version = "0.1.4"10109source = "registry+https://github.com/rust-lang/crates.io-index"10110checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10111dependencies = [10112 "lazy_static",10113]1011410115[[package]]10116name = "shlex"10117version = "1.1.0"10118source = "registry+https://github.com/rust-lang/crates.io-index"10119checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1012010121[[package]]10122name = "signal-hook"10123version = "0.3.13"10124source = "registry+https://github.com/rust-lang/crates.io-index"10125checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10126dependencies = [10127 "libc",10128 "signal-hook-registry",10129]1013010131[[package]]10132name = "signal-hook-registry"10133version = "1.4.0"10134source = "registry+https://github.com/rust-lang/crates.io-index"10135checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10136dependencies = [10137 "libc",10138]1013910140[[package]]10141name = "signature"10142version = "1.5.0"10143source = "registry+https://github.com/rust-lang/crates.io-index"10144checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"1014510146[[package]]10147name = "simba"10148version = "0.5.1"10149source = "registry+https://github.com/rust-lang/crates.io-index"10150checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10151dependencies = [10152 "approx",10153 "num-complex",10154 "num-traits",10155 "paste",10156]1015710158[[package]]10159name = "slab"10160version = "0.4.5"10161source = "registry+https://github.com/rust-lang/crates.io-index"10162checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1016310164[[package]]10165name = "slot-range-helper"10166version = "0.9.17"10167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"10168dependencies = [10169 "enumn",10170 "parity-scale-codec",10171 "paste",10172 "sp-runtime",10173 "sp-std",10174]1017510176[[package]]10177name = "slotmap"10178version = "1.0.6"10179source = "registry+https://github.com/rust-lang/crates.io-index"10180checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10181dependencies = [10182 "version_check",10183]1018410185[[package]]10186name = "smallvec"10187version = "1.8.0"10188source = "registry+https://github.com/rust-lang/crates.io-index"10189checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1019010191[[package]]10192name = "snap"10193version = "1.0.5"10194source = "registry+https://github.com/rust-lang/crates.io-index"10195checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1019610197[[package]]10198name = "snow"10199version = "0.8.0"10200source = "registry+https://github.com/rust-lang/crates.io-index"10201checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10202dependencies = [10203 "aes-gcm",10204 "blake2",10205 "chacha20poly1305",10206 "rand 0.8.5",10207 "rand_core 0.6.3",10208 "ring",10209 "rustc_version 0.3.3",10210 "sha2 0.9.9",10211 "subtle 2.4.1",10212 "x25519-dalek",10213]1021410215[[package]]10216name = "socket2"10217version = "0.3.19"10218source = "registry+https://github.com/rust-lang/crates.io-index"10219checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10220dependencies = [10221 "cfg-if 1.0.0",10222 "libc",10223 "winapi 0.3.9",10224]1022510226[[package]]10227name = "socket2"10228version = "0.4.4"10229source = "registry+https://github.com/rust-lang/crates.io-index"10230checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10231dependencies = [10232 "libc",10233 "winapi 0.3.9",10234]1023510236[[package]]10237name = "soketto"10238version = "0.7.1"10239source = "registry+https://github.com/rust-lang/crates.io-index"10240checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10241dependencies = [10242 "base64",10243 "bytes 1.1.0",10244 "flate2",10245 "futures 0.3.21",10246 "httparse",10247 "log",10248 "rand 0.8.5",10249 "sha-1 0.9.8",10250]1025110252[[package]]10253name = "sp-api"10254version = "4.0.0-dev"10255source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10256dependencies = [10257 "hash-db",10258 "log",10259 "parity-scale-codec",10260 "sp-api-proc-macro",10261 "sp-core",10262 "sp-runtime",10263 "sp-state-machine",10264 "sp-std",10265 "sp-version",10266 "thiserror",10267]1026810269[[package]]10270name = "sp-api-proc-macro"10271version = "4.0.0-dev"10272source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10273dependencies = [10274 "blake2-rfc",10275 "proc-macro-crate 1.1.3",10276 "proc-macro2",10277 "quote",10278 "syn",10279]1028010281[[package]]10282name = "sp-application-crypto"10283version = "5.0.0"10284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10285dependencies = [10286 "parity-scale-codec",10287 "scale-info",10288 "serde",10289 "sp-core",10290 "sp-io",10291 "sp-std",10292]1029310294[[package]]10295name = "sp-arithmetic"10296version = "4.0.0"10297source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10298dependencies = [10299 "integer-sqrt",10300 "num-traits",10301 "parity-scale-codec",10302 "scale-info",10303 "serde",10304 "sp-debug-derive",10305 "sp-std",10306 "static_assertions",10307]1030810309[[package]]10310name = "sp-authority-discovery"10311version = "4.0.0-dev"10312source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10313dependencies = [10314 "parity-scale-codec",10315 "scale-info",10316 "sp-api",10317 "sp-application-crypto",10318 "sp-runtime",10319 "sp-std",10320]1032110322[[package]]10323name = "sp-authorship"10324version = "4.0.0-dev"10325source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10326dependencies = [10327 "async-trait",10328 "parity-scale-codec",10329 "sp-inherents",10330 "sp-runtime",10331 "sp-std",10332]1033310334[[package]]10335name = "sp-block-builder"10336version = "4.0.0-dev"10337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10338dependencies = [10339 "parity-scale-codec",10340 "sp-api",10341 "sp-inherents",10342 "sp-runtime",10343 "sp-std",10344]1034510346[[package]]10347name = "sp-blockchain"10348version = "4.0.0-dev"10349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10350dependencies = [10351 "futures 0.3.21",10352 "log",10353 "lru 0.7.3",10354 "parity-scale-codec",10355 "parking_lot 0.11.2",10356 "sp-api",10357 "sp-consensus",10358 "sp-database",10359 "sp-runtime",10360 "sp-state-machine",10361 "thiserror",10362]1036310364[[package]]10365name = "sp-consensus"10366version = "0.10.0-dev"10367source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10368dependencies = [10369 "async-trait",10370 "futures 0.3.21",10371 "futures-timer",10372 "log",10373 "parity-scale-codec",10374 "sp-core",10375 "sp-inherents",10376 "sp-runtime",10377 "sp-state-machine",10378 "sp-std",10379 "sp-version",10380 "thiserror",10381]1038210383[[package]]10384name = "sp-consensus-aura"10385version = "0.10.0-dev"10386source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10387dependencies = [10388 "async-trait",10389 "parity-scale-codec",10390 "scale-info",10391 "sp-api",10392 "sp-application-crypto",10393 "sp-consensus",10394 "sp-consensus-slots",10395 "sp-inherents",10396 "sp-runtime",10397 "sp-std",10398 "sp-timestamp",10399]1040010401[[package]]10402name = "sp-consensus-babe"10403version = "0.10.0-dev"10404source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10405dependencies = [10406 "async-trait",10407 "merlin",10408 "parity-scale-codec",10409 "scale-info",10410 "serde",10411 "sp-api",10412 "sp-application-crypto",10413 "sp-consensus",10414 "sp-consensus-slots",10415 "sp-consensus-vrf",10416 "sp-core",10417 "sp-inherents",10418 "sp-keystore",10419 "sp-runtime",10420 "sp-std",10421 "sp-timestamp",10422]1042310424[[package]]10425name = "sp-consensus-slots"10426version = "0.10.0-dev"10427source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10428dependencies = [10429 "parity-scale-codec",10430 "scale-info",10431 "serde",10432 "sp-arithmetic",10433 "sp-runtime",10434]1043510436[[package]]10437name = "sp-consensus-vrf"10438version = "0.10.0-dev"10439source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10440dependencies = [10441 "parity-scale-codec",10442 "schnorrkel",10443 "sp-core",10444 "sp-runtime",10445 "sp-std",10446]1044710448[[package]]10449name = "sp-core"10450version = "5.0.0"10451source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10452dependencies = [10453 "base58",10454 "bitflags",10455 "blake2-rfc",10456 "byteorder",10457 "dyn-clonable",10458 "ed25519-dalek",10459 "futures 0.3.21",10460 "hash-db",10461 "hash256-std-hasher",10462 "hex",10463 "impl-serde",10464 "lazy_static",10465 "libsecp256k1 0.7.0",10466 "log",10467 "merlin",10468 "num-traits",10469 "parity-scale-codec",10470 "parity-util-mem",10471 "parking_lot 0.11.2",10472 "primitive-types 0.10.1",10473 "rand 0.7.3",10474 "regex",10475 "scale-info",10476 "schnorrkel",10477 "secrecy",10478 "serde",10479 "sha2 0.10.2",10480 "sp-core-hashing",10481 "sp-debug-derive",10482 "sp-externalities",10483 "sp-runtime-interface",10484 "sp-std",10485 "sp-storage",10486 "ss58-registry",10487 "substrate-bip39",10488 "thiserror",10489 "tiny-bip39",10490 "tiny-keccak",10491 "twox-hash",10492 "wasmi",10493 "zeroize",10494]1049510496[[package]]10497name = "sp-core-hashing"10498version = "4.0.0"10499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10500dependencies = [10501 "blake2-rfc",10502 "byteorder",10503 "sha2 0.10.2",10504 "sp-std",10505 "tiny-keccak",10506 "twox-hash",10507]1050810509[[package]]10510name = "sp-core-hashing-proc-macro"10511version = "4.0.0-dev"10512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10513dependencies = [10514 "proc-macro2",10515 "quote",10516 "sp-core-hashing",10517 "syn",10518]1051910520[[package]]10521name = "sp-database"10522version = "4.0.0-dev"10523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10524dependencies = [10525 "kvdb",10526 "parking_lot 0.11.2",10527]1052810529[[package]]10530name = "sp-debug-derive"10531version = "4.0.0"10532source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10533dependencies = [10534 "proc-macro2",10535 "quote",10536 "syn",10537]1053810539[[package]]10540name = "sp-externalities"10541version = "0.11.0"10542source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10543dependencies = [10544 "environmental",10545 "parity-scale-codec",10546 "sp-std",10547 "sp-storage",10548]1054910550[[package]]10551name = "sp-finality-grandpa"10552version = "4.0.0-dev"10553source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10554dependencies = [10555 "finality-grandpa",10556 "log",10557 "parity-scale-codec",10558 "scale-info",10559 "serde",10560 "sp-api",10561 "sp-application-crypto",10562 "sp-core",10563 "sp-keystore",10564 "sp-runtime",10565 "sp-std",10566]1056710568[[package]]10569name = "sp-inherents"10570version = "4.0.0-dev"10571source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10572dependencies = [10573 "async-trait",10574 "impl-trait-for-tuples",10575 "parity-scale-codec",10576 "sp-core",10577 "sp-runtime",10578 "sp-std",10579 "thiserror",10580]1058110582[[package]]10583name = "sp-io"10584version = "5.0.0"10585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10586dependencies = [10587 "futures 0.3.21",10588 "hash-db",10589 "libsecp256k1 0.7.0",10590 "log",10591 "parity-scale-codec",10592 "parking_lot 0.11.2",10593 "sp-core",10594 "sp-externalities",10595 "sp-keystore",10596 "sp-runtime-interface",10597 "sp-state-machine",10598 "sp-std",10599 "sp-tracing",10600 "sp-trie",10601 "sp-wasm-interface",10602 "tracing",10603 "tracing-core",10604]1060510606[[package]]10607name = "sp-keyring"10608version = "5.0.0"10609source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10610dependencies = [10611 "lazy_static",10612 "sp-core",10613 "sp-runtime",10614 "strum",10615]1061610617[[package]]10618name = "sp-keystore"10619version = "0.11.0"10620source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10621dependencies = [10622 "async-trait",10623 "futures 0.3.21",10624 "merlin",10625 "parity-scale-codec",10626 "parking_lot 0.11.2",10627 "schnorrkel",10628 "serde",10629 "sp-core",10630 "sp-externalities",10631 "thiserror",10632]1063310634[[package]]10635name = "sp-maybe-compressed-blob"10636version = "4.1.0-dev"10637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10638dependencies = [10639 "thiserror",10640 "zstd",10641]1064210643[[package]]10644name = "sp-npos-elections"10645version = "4.0.0-dev"10646source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10647dependencies = [10648 "parity-scale-codec",10649 "scale-info",10650 "serde",10651 "sp-arithmetic",10652 "sp-core",10653 "sp-npos-elections-solution-type",10654 "sp-runtime",10655 "sp-std",10656]1065710658[[package]]10659name = "sp-npos-elections-solution-type"10660version = "4.0.0-dev"10661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10662dependencies = [10663 "proc-macro-crate 1.1.3",10664 "proc-macro2",10665 "quote",10666 "syn",10667]1066810669[[package]]10670name = "sp-offchain"10671version = "4.0.0-dev"10672source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10673dependencies = [10674 "sp-api",10675 "sp-core",10676 "sp-runtime",10677]1067810679[[package]]10680name = "sp-panic-handler"10681version = "4.0.0"10682source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10683dependencies = [10684 "backtrace",10685 "lazy_static",10686 "regex",10687]1068810689[[package]]10690name = "sp-rpc"10691version = "5.0.0"10692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10693dependencies = [10694 "rustc-hash",10695 "serde",10696 "sp-core",10697]1069810699[[package]]10700name = "sp-runtime"10701version = "5.0.0"10702source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10703dependencies = [10704 "either",10705 "hash256-std-hasher",10706 "impl-trait-for-tuples",10707 "log",10708 "parity-scale-codec",10709 "parity-util-mem",10710 "paste",10711 "rand 0.7.3",10712 "scale-info",10713 "serde",10714 "sp-application-crypto",10715 "sp-arithmetic",10716 "sp-core",10717 "sp-io",10718 "sp-std",10719]1072010721[[package]]10722name = "sp-runtime-interface"10723version = "5.0.0"10724source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10725dependencies = [10726 "impl-trait-for-tuples",10727 "parity-scale-codec",10728 "primitive-types 0.10.1",10729 "sp-externalities",10730 "sp-runtime-interface-proc-macro",10731 "sp-std",10732 "sp-storage",10733 "sp-tracing",10734 "sp-wasm-interface",10735 "static_assertions",10736]1073710738[[package]]10739name = "sp-runtime-interface-proc-macro"10740version = "4.0.0"10741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10742dependencies = [10743 "Inflector",10744 "proc-macro-crate 1.1.3",10745 "proc-macro2",10746 "quote",10747 "syn",10748]1074910750[[package]]10751name = "sp-serializer"10752version = "4.0.0-dev"10753source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10754dependencies = [10755 "serde",10756 "serde_json",10757]1075810759[[package]]10760name = "sp-session"10761version = "4.0.0-dev"10762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10763dependencies = [10764 "parity-scale-codec",10765 "scale-info",10766 "sp-api",10767 "sp-core",10768 "sp-runtime",10769 "sp-staking",10770 "sp-std",10771]1077210773[[package]]10774name = "sp-staking"10775version = "4.0.0-dev"10776source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10777dependencies = [10778 "parity-scale-codec",10779 "scale-info",10780 "sp-runtime",10781 "sp-std",10782]1078310784[[package]]10785name = "sp-state-machine"10786version = "0.11.0"10787source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10788dependencies = [10789 "hash-db",10790 "log",10791 "num-traits",10792 "parity-scale-codec",10793 "parking_lot 0.11.2",10794 "rand 0.7.3",10795 "smallvec",10796 "sp-core",10797 "sp-externalities",10798 "sp-panic-handler",10799 "sp-std",10800 "sp-trie",10801 "thiserror",10802 "tracing",10803 "trie-db",10804 "trie-root",10805]1080610807[[package]]10808name = "sp-std"10809version = "4.0.0"10810source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"1081110812[[package]]10813name = "sp-storage"10814version = "5.0.0"10815source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10816dependencies = [10817 "impl-serde",10818 "parity-scale-codec",10819 "ref-cast",10820 "serde",10821 "sp-debug-derive",10822 "sp-std",10823]1082410825[[package]]10826name = "sp-tasks"10827version = "4.0.0-dev"10828source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10829dependencies = [10830 "log",10831 "sp-core",10832 "sp-externalities",10833 "sp-io",10834 "sp-runtime-interface",10835 "sp-std",10836]1083710838[[package]]10839name = "sp-timestamp"10840version = "4.0.0-dev"10841source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10842dependencies = [10843 "async-trait",10844 "futures-timer",10845 "log",10846 "parity-scale-codec",10847 "sp-api",10848 "sp-inherents",10849 "sp-runtime",10850 "sp-std",10851 "thiserror",10852]1085310854[[package]]10855name = "sp-tracing"10856version = "4.0.0"10857source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10858dependencies = [10859 "parity-scale-codec",10860 "sp-std",10861 "tracing",10862 "tracing-core",10863 "tracing-subscriber",10864]1086510866[[package]]10867name = "sp-transaction-pool"10868version = "4.0.0-dev"10869source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10870dependencies = [10871 "sp-api",10872 "sp-runtime",10873]1087410875[[package]]10876name = "sp-transaction-storage-proof"10877version = "4.0.0-dev"10878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10879dependencies = [10880 "async-trait",10881 "log",10882 "parity-scale-codec",10883 "scale-info",10884 "sp-core",10885 "sp-inherents",10886 "sp-runtime",10887 "sp-std",10888 "sp-trie",10889]1089010891[[package]]10892name = "sp-trie"10893version = "5.0.0"10894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10895dependencies = [10896 "hash-db",10897 "memory-db",10898 "parity-scale-codec",10899 "scale-info",10900 "sp-core",10901 "sp-std",10902 "trie-db",10903 "trie-root",10904]1090510906[[package]]10907name = "sp-version"10908version = "4.0.0-dev"10909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10910dependencies = [10911 "impl-serde",10912 "parity-scale-codec",10913 "parity-wasm 0.42.2",10914 "scale-info",10915 "serde",10916 "sp-core-hashing-proc-macro",10917 "sp-runtime",10918 "sp-std",10919 "sp-version-proc-macro",10920 "thiserror",10921]1092210923[[package]]10924name = "sp-version-proc-macro"10925version = "4.0.0-dev"10926source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10927dependencies = [10928 "parity-scale-codec",10929 "proc-macro2",10930 "quote",10931 "syn",10932]1093310934[[package]]10935name = "sp-wasm-interface"10936version = "5.0.0"10937source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10938dependencies = [10939 "impl-trait-for-tuples",10940 "log",10941 "parity-scale-codec",10942 "sp-std",10943 "wasmi",10944 "wasmtime",10945]1094610947[[package]]10948name = "spin"10949version = "0.5.2"10950source = "registry+https://github.com/rust-lang/crates.io-index"10951checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1095210953[[package]]10954name = "ss58-registry"10955version = "1.15.0"10956source = "registry+https://github.com/rust-lang/crates.io-index"10957checksum = "2f9799e6d412271cb2414597581128b03f3285f260ea49f5363d07df6a332b3e"10958dependencies = [10959 "Inflector",10960 "proc-macro2",10961 "quote",10962 "serde",10963 "serde_json",10964 "unicode-xid",10965]1096610967[[package]]10968name = "stable_deref_trait"10969version = "1.2.0"10970source = "registry+https://github.com/rust-lang/crates.io-index"10971checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1097210973[[package]]10974name = "static_assertions"10975version = "1.1.0"10976source = "registry+https://github.com/rust-lang/crates.io-index"10977checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1097810979[[package]]10980name = "static_init"10981version = "0.5.2"10982source = "registry+https://github.com/rust-lang/crates.io-index"10983checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10984dependencies = [10985 "cfg_aliases",10986 "libc",10987 "parking_lot 0.11.2",10988 "static_init_macro",10989]1099010991[[package]]10992name = "static_init_macro"10993version = "0.5.0"10994source = "registry+https://github.com/rust-lang/crates.io-index"10995checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10996dependencies = [10997 "cfg_aliases",10998 "memchr",10999 "proc-macro2",11000 "quote",11001 "syn",11002]1100311004[[package]]11005name = "statrs"11006version = "0.15.0"11007source = "registry+https://github.com/rust-lang/crates.io-index"11008checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11009dependencies = [11010 "approx",11011 "lazy_static",11012 "nalgebra",11013 "num-traits",11014 "rand 0.8.5",11015]1101611017[[package]]11018name = "strsim"11019version = "0.10.0"11020source = "registry+https://github.com/rust-lang/crates.io-index"11021checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1102211023[[package]]11024name = "strum"11025version = "0.23.0"11026source = "registry+https://github.com/rust-lang/crates.io-index"11027checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11028dependencies = [11029 "strum_macros",11030]1103111032[[package]]11033name = "strum_macros"11034version = "0.23.1"11035source = "registry+https://github.com/rust-lang/crates.io-index"11036checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11037dependencies = [11038 "heck 0.3.3",11039 "proc-macro2",11040 "quote",11041 "rustversion",11042 "syn",11043]1104411045[[package]]11046name = "substrate-bip39"11047version = "0.4.4"11048source = "registry+https://github.com/rust-lang/crates.io-index"11049checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11050dependencies = [11051 "hmac 0.11.0",11052 "pbkdf2 0.8.0",11053 "schnorrkel",11054 "sha2 0.9.9",11055 "zeroize",11056]1105711058[[package]]11059name = "substrate-build-script-utils"11060version = "3.0.0"11061source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11062dependencies = [11063 "platforms",11064]1106511066[[package]]11067name = "substrate-frame-rpc-system"11068version = "4.0.0-dev"11069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11070dependencies = [11071 "frame-system-rpc-runtime-api",11072 "futures 0.3.21",11073 "jsonrpc-core",11074 "jsonrpc-core-client",11075 "jsonrpc-derive",11076 "log",11077 "parity-scale-codec",11078 "sc-client-api",11079 "sc-rpc-api",11080 "sc-transaction-pool-api",11081 "sp-api",11082 "sp-block-builder",11083 "sp-blockchain",11084 "sp-core",11085 "sp-runtime",11086]1108711088[[package]]11089name = "substrate-prometheus-endpoint"11090version = "0.10.0-dev"11091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11092dependencies = [11093 "async-std",11094 "futures-util",11095 "hyper",11096 "log",11097 "prometheus",11098 "thiserror",11099 "tokio 1.17.0",11100]1110111102[[package]]11103name = "substrate-test-client"11104version = "2.0.1"11105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11106dependencies = [11107 "async-trait",11108 "futures 0.3.21",11109 "hex",11110 "parity-scale-codec",11111 "sc-client-api",11112 "sc-client-db",11113 "sc-consensus",11114 "sc-executor",11115 "sc-offchain",11116 "sc-service",11117 "serde",11118 "serde_json",11119 "sp-blockchain",11120 "sp-consensus",11121 "sp-core",11122 "sp-keyring",11123 "sp-keystore",11124 "sp-runtime",11125 "sp-state-machine",11126]1112711128[[package]]11129name = "substrate-test-utils"11130version = "4.0.0-dev"11131source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11132dependencies = [11133 "futures 0.3.21",11134 "substrate-test-utils-derive",11135 "tokio 1.17.0",11136]1113711138[[package]]11139name = "substrate-test-utils-derive"11140version = "0.10.0-dev"11141source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11142dependencies = [11143 "proc-macro-crate 1.1.3",11144 "proc-macro2",11145 "quote",11146 "syn",11147]1114811149[[package]]11150name = "substrate-wasm-builder"11151version = "5.0.0-dev"11152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11153dependencies = [11154 "ansi_term",11155 "build-helper",11156 "cargo_metadata",11157 "sp-maybe-compressed-blob",11158 "strum",11159 "tempfile",11160 "toml",11161 "walkdir",11162 "wasm-gc-api",11163]1116411165[[package]]11166name = "subtle"11167version = "1.0.0"11168source = "registry+https://github.com/rust-lang/crates.io-index"11169checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1117011171[[package]]11172name = "subtle"11173version = "2.4.1"11174source = "registry+https://github.com/rust-lang/crates.io-index"11175checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1117611177[[package]]11178name = "syn"11179version = "1.0.86"11180source = "registry+https://github.com/rust-lang/crates.io-index"11181checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"11182dependencies = [11183 "proc-macro2",11184 "quote",11185 "unicode-xid",11186]1118711188[[package]]11189name = "synstructure"11190version = "0.12.6"11191source = "registry+https://github.com/rust-lang/crates.io-index"11192checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11193dependencies = [11194 "proc-macro2",11195 "quote",11196 "syn",11197 "unicode-xid",11198]1119911200[[package]]11201name = "tap"11202version = "1.0.1"11203source = "registry+https://github.com/rust-lang/crates.io-index"11204checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1120511206[[package]]11207name = "target-lexicon"11208version = "0.12.3"11209source = "registry+https://github.com/rust-lang/crates.io-index"11210checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1121111212[[package]]11213name = "tempfile"11214version = "3.3.0"11215source = "registry+https://github.com/rust-lang/crates.io-index"11216checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11217dependencies = [11218 "cfg-if 1.0.0",11219 "fastrand",11220 "libc",11221 "redox_syscall 0.2.11",11222 "remove_dir_all",11223 "winapi 0.3.9",11224]1122511226[[package]]11227name = "termcolor"11228version = "1.1.3"11229source = "registry+https://github.com/rust-lang/crates.io-index"11230checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11231dependencies = [11232 "winapi-util",11233]1123411235[[package]]11236name = "test-runtime-constants"11237version = "0.9.17"11238source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"11239dependencies = [11240 "frame-support",11241 "polkadot-primitives",11242 "polkadot-runtime-common",11243 "smallvec",11244 "sp-runtime",11245]1124611247[[package]]11248name = "textwrap"11249version = "0.15.0"11250source = "registry+https://github.com/rust-lang/crates.io-index"11251checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1125211253[[package]]11254name = "thiserror"11255version = "1.0.30"11256source = "registry+https://github.com/rust-lang/crates.io-index"11257checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11258dependencies = [11259 "thiserror-impl",11260]1126111262[[package]]11263name = "thiserror-impl"11264version = "1.0.30"11265source = "registry+https://github.com/rust-lang/crates.io-index"11266checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11267dependencies = [11268 "proc-macro2",11269 "quote",11270 "syn",11271]1127211273[[package]]11274name = "thread_local"11275version = "1.1.4"11276source = "registry+https://github.com/rust-lang/crates.io-index"11277checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11278dependencies = [11279 "once_cell",11280]1128111282[[package]]11283name = "threadpool"11284version = "1.8.1"11285source = "registry+https://github.com/rust-lang/crates.io-index"11286checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11287dependencies = [11288 "num_cpus",11289]1129011291[[package]]11292name = "thrift"11293version = "0.15.0"11294source = "registry+https://github.com/rust-lang/crates.io-index"11295checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11296dependencies = [11297 "byteorder",11298 "integer-encoding",11299 "log",11300 "ordered-float",11301 "threadpool",11302]1130311304[[package]]11305name = "time"11306version = "0.1.44"11307source = "registry+https://github.com/rust-lang/crates.io-index"11308checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11309dependencies = [11310 "libc",11311 "wasi 0.10.0+wasi-snapshot-preview1",11312 "winapi 0.3.9",11313]1131411315[[package]]11316name = "tiny-bip39"11317version = "0.8.2"11318source = "registry+https://github.com/rust-lang/crates.io-index"11319checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11320dependencies = [11321 "anyhow",11322 "hmac 0.8.1",11323 "once_cell",11324 "pbkdf2 0.4.0",11325 "rand 0.7.3",11326 "rustc-hash",11327 "sha2 0.9.9",11328 "thiserror",11329 "unicode-normalization",11330 "wasm-bindgen",11331 "zeroize",11332]1133311334[[package]]11335name = "tiny-keccak"11336version = "2.0.2"11337source = "registry+https://github.com/rust-lang/crates.io-index"11338checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11339dependencies = [11340 "crunchy",11341]1134211343[[package]]11344name = "tinyvec"11345version = "1.5.1"11346source = "registry+https://github.com/rust-lang/crates.io-index"11347checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11348dependencies = [11349 "tinyvec_macros",11350]1135111352[[package]]11353name = "tinyvec_macros"11354version = "0.1.0"11355source = "registry+https://github.com/rust-lang/crates.io-index"11356checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1135711358[[package]]11359name = "tokio"11360version = "0.2.25"11361source = "registry+https://github.com/rust-lang/crates.io-index"11362checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11363dependencies = [11364 "bytes 0.5.6",11365 "fnv",11366 "pin-project-lite 0.1.12",11367 "tokio-macros 0.2.6",11368]1136911370[[package]]11371name = "tokio"11372version = "1.17.0"11373source = "registry+https://github.com/rust-lang/crates.io-index"11374checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"11375dependencies = [11376 "bytes 1.1.0",11377 "libc",11378 "memchr",11379 "mio 0.8.0",11380 "num_cpus",11381 "once_cell",11382 "pin-project-lite 0.2.8",11383 "signal-hook-registry",11384 "socket2 0.4.4",11385 "tokio-macros 1.7.0",11386 "winapi 0.3.9",11387]1138811389[[package]]11390name = "tokio-macros"11391version = "0.2.6"11392source = "registry+https://github.com/rust-lang/crates.io-index"11393checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11394dependencies = [11395 "proc-macro2",11396 "quote",11397 "syn",11398]1139911400[[package]]11401name = "tokio-macros"11402version = "1.7.0"11403source = "registry+https://github.com/rust-lang/crates.io-index"11404checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"11405dependencies = [11406 "proc-macro2",11407 "quote",11408 "syn",11409]1141011411[[package]]11412name = "tokio-rustls"11413version = "0.22.0"11414source = "registry+https://github.com/rust-lang/crates.io-index"11415checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11416dependencies = [11417 "rustls 0.19.1",11418 "tokio 1.17.0",11419 "webpki 0.21.4",11420]1142111422[[package]]11423name = "tokio-rustls"11424version = "0.23.2"11425source = "registry+https://github.com/rust-lang/crates.io-index"11426checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"11427dependencies = [11428 "rustls 0.20.4",11429 "tokio 1.17.0",11430 "webpki 0.22.0",11431]1143211433[[package]]11434name = "tokio-stream"11435version = "0.1.8"11436source = "registry+https://github.com/rust-lang/crates.io-index"11437checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11438dependencies = [11439 "futures-core",11440 "pin-project-lite 0.2.8",11441 "tokio 1.17.0",11442]1144311444[[package]]11445name = "tokio-util"11446version = "0.6.9"11447source = "registry+https://github.com/rust-lang/crates.io-index"11448checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11449dependencies = [11450 "bytes 1.1.0",11451 "futures-core",11452 "futures-io",11453 "futures-sink",11454 "log",11455 "pin-project-lite 0.2.8",11456 "tokio 1.17.0",11457]1145811459[[package]]11460name = "toml"11461version = "0.5.8"11462source = "registry+https://github.com/rust-lang/crates.io-index"11463checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11464dependencies = [11465 "serde",11466]1146711468[[package]]11469name = "tower-service"11470version = "0.3.1"11471source = "registry+https://github.com/rust-lang/crates.io-index"11472checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1147311474[[package]]11475name = "tracing"11476version = "0.1.31"11477source = "registry+https://github.com/rust-lang/crates.io-index"11478checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"11479dependencies = [11480 "cfg-if 1.0.0",11481 "pin-project-lite 0.2.8",11482 "tracing-attributes",11483 "tracing-core",11484]1148511486[[package]]11487name = "tracing-attributes"11488version = "0.1.19"11489source = "registry+https://github.com/rust-lang/crates.io-index"11490checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"11491dependencies = [11492 "proc-macro2",11493 "quote",11494 "syn",11495]1149611497[[package]]11498name = "tracing-core"11499version = "0.1.22"11500source = "registry+https://github.com/rust-lang/crates.io-index"11501checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"11502dependencies = [11503 "lazy_static",11504 "valuable",11505]1150611507[[package]]11508name = "tracing-futures"11509version = "0.2.5"11510source = "registry+https://github.com/rust-lang/crates.io-index"11511checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11512dependencies = [11513 "pin-project 1.0.10",11514 "tracing",11515]1151611517[[package]]11518name = "tracing-log"11519version = "0.1.2"11520source = "registry+https://github.com/rust-lang/crates.io-index"11521checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11522dependencies = [11523 "lazy_static",11524 "log",11525 "tracing-core",11526]1152711528[[package]]11529name = "tracing-serde"11530version = "0.1.3"11531source = "registry+https://github.com/rust-lang/crates.io-index"11532checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"11533dependencies = [11534 "serde",11535 "tracing-core",11536]1153711538[[package]]11539name = "tracing-subscriber"11540version = "0.2.25"11541source = "registry+https://github.com/rust-lang/crates.io-index"11542checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11543dependencies = [11544 "ansi_term",11545 "chrono",11546 "lazy_static",11547 "matchers",11548 "parking_lot 0.11.2",11549 "regex",11550 "serde",11551 "serde_json",11552 "sharded-slab",11553 "smallvec",11554 "thread_local",11555 "tracing",11556 "tracing-core",11557 "tracing-log",11558 "tracing-serde",11559]1156011561[[package]]11562name = "trie-db"11563version = "0.23.1"11564source = "registry+https://github.com/rust-lang/crates.io-index"11565checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"11566dependencies = [11567 "hash-db",11568 "hashbrown 0.12.0",11569 "log",11570 "rustc-hex",11571 "smallvec",11572]1157311574[[package]]11575name = "trie-root"11576version = "0.17.0"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"11579dependencies = [11580 "hash-db",11581]1158211583[[package]]11584name = "triehash"11585version = "0.8.4"11586source = "registry+https://github.com/rust-lang/crates.io-index"11587checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11588dependencies = [11589 "hash-db",11590 "rlp",11591]1159211593[[package]]11594name = "trust-dns-proto"11595version = "0.20.4"11596source = "registry+https://github.com/rust-lang/crates.io-index"11597checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"11598dependencies = [11599 "async-trait",11600 "cfg-if 1.0.0",11601 "data-encoding",11602 "enum-as-inner",11603 "futures-channel",11604 "futures-io",11605 "futures-util",11606 "idna 0.2.3",11607 "ipnet",11608 "lazy_static",11609 "log",11610 "rand 0.8.5",11611 "smallvec",11612 "thiserror",11613 "tinyvec",11614 "url 2.2.2",11615]1161611617[[package]]11618name = "trust-dns-resolver"11619version = "0.20.4"11620source = "registry+https://github.com/rust-lang/crates.io-index"11621checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"11622dependencies = [11623 "cfg-if 1.0.0",11624 "futures-util",11625 "ipconfig",11626 "lazy_static",11627 "log",11628 "lru-cache",11629 "parking_lot 0.11.2",11630 "resolv-conf",11631 "smallvec",11632 "thiserror",11633 "trust-dns-proto",11634]1163511636[[package]]11637name = "try-lock"11638version = "0.2.3"11639source = "registry+https://github.com/rust-lang/crates.io-index"11640checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1164111642[[package]]11643name = "try-runtime-cli"11644version = "0.10.0-dev"11645source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11646dependencies = [11647 "clap",11648 "jsonrpsee 0.4.1",11649 "log",11650 "parity-scale-codec",11651 "remote-externalities",11652 "sc-chain-spec",11653 "sc-cli",11654 "sc-executor",11655 "sc-service",11656 "serde",11657 "sp-core",11658 "sp-externalities",11659 "sp-io",11660 "sp-keystore",11661 "sp-runtime",11662 "sp-state-machine",11663 "sp-version",11664 "zstd",11665]1166611667[[package]]11668name = "tt-call"11669version = "1.0.8"11670source = "registry+https://github.com/rust-lang/crates.io-index"11671checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1167211673[[package]]11674name = "twox-hash"11675version = "1.6.2"11676source = "registry+https://github.com/rust-lang/crates.io-index"11677checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"11678dependencies = [11679 "cfg-if 1.0.0",11680 "rand 0.8.5",11681 "static_assertions",11682]1168311684[[package]]11685name = "typenum"11686version = "1.15.0"11687source = "registry+https://github.com/rust-lang/crates.io-index"11688checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1168911690[[package]]11691name = "uc-rpc"11692version = "0.1.0"11693dependencies = [11694 "jsonrpc-core",11695 "jsonrpc-core-client",11696 "jsonrpc-derive",11697 "pallet-common",11698 "parity-scale-codec",11699 "sp-api",11700 "sp-blockchain",11701 "sp-core",11702 "sp-rpc",11703 "sp-runtime",11704 "up-data-structs",11705 "up-rpc",11706]1170711708[[package]]11709name = "ucd-trie"11710version = "0.1.3"11711source = "registry+https://github.com/rust-lang/crates.io-index"11712checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1171311714[[package]]11715name = "uint"11716version = "0.9.3"11717source = "registry+https://github.com/rust-lang/crates.io-index"11718checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"11719dependencies = [11720 "byteorder",11721 "crunchy",11722 "hex",11723 "static_assertions",11724]1172511726[[package]]11727name = "unicase"11728version = "2.6.0"11729source = "registry+https://github.com/rust-lang/crates.io-index"11730checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11731dependencies = [11732 "version_check",11733]1173411735[[package]]11736name = "unicode-bidi"11737version = "0.3.7"11738source = "registry+https://github.com/rust-lang/crates.io-index"11739checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1174011741[[package]]11742name = "unicode-normalization"11743version = "0.1.19"11744source = "registry+https://github.com/rust-lang/crates.io-index"11745checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11746dependencies = [11747 "tinyvec",11748]1174911750[[package]]11751name = "unicode-segmentation"11752version = "1.9.0"11753source = "registry+https://github.com/rust-lang/crates.io-index"11754checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1175511756[[package]]11757name = "unicode-xid"11758version = "0.2.2"11759source = "registry+https://github.com/rust-lang/crates.io-index"11760checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1176111762[[package]]11763name = "unique-node"11764version = "0.9.17"11765dependencies = [11766 "clap",11767 "cumulus-client-cli",11768 "cumulus-client-collator",11769 "cumulus-client-consensus-aura",11770 "cumulus-client-consensus-common",11771 "cumulus-client-network",11772 "cumulus-client-service",11773 "cumulus-primitives-core",11774 "cumulus-primitives-parachain-inherent",11775 "cumulus-relay-chain-interface",11776 "cumulus-relay-chain-local",11777 "fc-consensus",11778 "fc-db",11779 "fc-mapping-sync",11780 "fc-rpc",11781 "fc-rpc-core",11782 "flexi_logger",11783 "fp-rpc",11784 "frame-benchmarking",11785 "frame-benchmarking-cli",11786 "futures 0.3.21",11787 "jsonrpc-core",11788 "jsonrpc-pubsub",11789 "log",11790 "pallet-ethereum",11791 "pallet-transaction-payment-rpc",11792 "parity-scale-codec",11793 "parking_lot 0.11.2",11794 "polkadot-cli",11795 "polkadot-parachain",11796 "polkadot-primitives",11797 "polkadot-service",11798 "polkadot-test-service",11799 "sc-basic-authorship",11800 "sc-chain-spec",11801 "sc-cli",11802 "sc-client-api",11803 "sc-consensus",11804 "sc-consensus-aura",11805 "sc-executor",11806 "sc-finality-grandpa",11807 "sc-keystore",11808 "sc-network",11809 "sc-rpc",11810 "sc-rpc-api",11811 "sc-service",11812 "sc-telemetry",11813 "sc-tracing",11814 "sc-transaction-pool",11815 "serde",11816 "serde_json",11817 "sp-api",11818 "sp-block-builder",11819 "sp-blockchain",11820 "sp-consensus",11821 "sp-consensus-aura",11822 "sp-core",11823 "sp-finality-grandpa",11824 "sp-inherents",11825 "sp-keystore",11826 "sp-offchain",11827 "sp-runtime",11828 "sp-session",11829 "sp-timestamp",11830 "sp-transaction-pool",11831 "sp-trie",11832 "substrate-build-script-utils",11833 "substrate-frame-rpc-system",11834 "substrate-prometheus-endpoint",11835 "unique-rpc",11836 "unique-runtime",11837 "up-data-structs",11838]1183911840[[package]]11841name = "unique-rpc"11842version = "0.1.0"11843dependencies = [11844 "fc-db",11845 "fc-mapping-sync",11846 "fc-rpc",11847 "fc-rpc-core",11848 "fp-rpc",11849 "futures 0.3.21",11850 "jsonrpc-core",11851 "jsonrpc-pubsub",11852 "pallet-ethereum",11853 "pallet-transaction-payment-rpc",11854 "pallet-transaction-payment-rpc-runtime-api",11855 "pallet-unique",11856 "sc-client-api",11857 "sc-consensus-aura",11858 "sc-consensus-epochs",11859 "sc-finality-grandpa",11860 "sc-finality-grandpa-rpc",11861 "sc-keystore",11862 "sc-network",11863 "sc-rpc",11864 "sc-rpc-api",11865 "sc-service",11866 "sc-transaction-pool",11867 "sp-api",11868 "sp-block-builder",11869 "sp-blockchain",11870 "sp-consensus",11871 "sp-consensus-aura",11872 "sp-core",11873 "sp-offchain",11874 "sp-runtime",11875 "sp-session",11876 "sp-storage",11877 "sp-transaction-pool",11878 "substrate-frame-rpc-system",11879 "tokio 0.2.25",11880 "uc-rpc",11881 "unique-runtime",11882 "up-rpc",11883]1188411885[[package]]11886name = "unique-runtime"11887version = "0.9.17"11888dependencies = [11889 "cumulus-pallet-aura-ext",11890 "cumulus-pallet-dmp-queue",11891 "cumulus-pallet-parachain-system",11892 "cumulus-pallet-xcm",11893 "cumulus-pallet-xcmp-queue",11894 "cumulus-primitives-core",11895 "cumulus-primitives-timestamp",11896 "cumulus-primitives-utility",11897 "derivative",11898 "fp-rpc",11899 "fp-self-contained",11900 "frame-benchmarking",11901 "frame-executive",11902 "frame-support",11903 "frame-system",11904 "frame-system-benchmarking",11905 "frame-system-rpc-runtime-api",11906 "hex-literal",11907 "orml-vesting",11908 "pallet-aura",11909 "pallet-balances",11910 "pallet-base-fee",11911 "pallet-common",11912 "pallet-ethereum",11913 "pallet-evm",11914 "pallet-evm-coder-substrate",11915 "pallet-evm-contract-helpers",11916 "pallet-evm-migration",11917 "pallet-evm-transaction-payment",11918 "pallet-fungible",11919 "pallet-inflation",11920 "pallet-nonfungible",11921 "pallet-randomness-collective-flip",11922 "pallet-refungible",11923 "pallet-sudo",11924 "pallet-template-transaction-payment",11925 "pallet-timestamp",11926 "pallet-transaction-payment",11927 "pallet-transaction-payment-rpc-runtime-api",11928 "pallet-treasury",11929 "pallet-unique",11930 "pallet-unq-scheduler",11931 "pallet-xcm",11932 "parachain-info",11933 "parity-scale-codec",11934 "polkadot-parachain",11935 "scale-info",11936 "serde",11937 "smallvec",11938 "sp-api",11939 "sp-arithmetic",11940 "sp-block-builder",11941 "sp-consensus-aura",11942 "sp-core",11943 "sp-inherents",11944 "sp-io",11945 "sp-offchain",11946 "sp-runtime",11947 "sp-session",11948 "sp-std",11949 "sp-transaction-pool",11950 "sp-version",11951 "substrate-wasm-builder",11952 "up-data-structs",11953 "up-evm-mapping",11954 "up-rpc",11955 "xcm",11956 "xcm-builder",11957 "xcm-executor",11958]1195911960[[package]]11961name = "universal-hash"11962version = "0.4.1"11963source = "registry+https://github.com/rust-lang/crates.io-index"11964checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11965dependencies = [11966 "generic-array 0.14.5",11967 "subtle 2.4.1",11968]1196911970[[package]]11971name = "unsigned-varint"11972version = "0.5.1"11973source = "registry+https://github.com/rust-lang/crates.io-index"11974checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1197511976[[package]]11977name = "unsigned-varint"11978version = "0.6.0"11979source = "registry+https://github.com/rust-lang/crates.io-index"11980checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11981dependencies = [11982 "asynchronous-codec 0.5.0",11983 "bytes 1.1.0",11984 "futures-io",11985 "futures-util",11986]1198711988[[package]]11989name = "unsigned-varint"11990version = "0.7.1"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"11993dependencies = [11994 "asynchronous-codec 0.6.0",11995 "bytes 1.1.0",11996 "futures-io",11997 "futures-util",11998]1199912000[[package]]12001name = "untrusted"12002version = "0.7.1"12003source = "registry+https://github.com/rust-lang/crates.io-index"12004checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1200512006[[package]]12007name = "up-data-structs"12008version = "0.1.0"12009dependencies = [12010 "derivative",12011 "frame-support",12012 "frame-system",12013 "parity-scale-codec",12014 "scale-info",12015 "serde",12016 "sp-core",12017 "sp-runtime",12018 "sp-std",12019]1202012021[[package]]12022name = "up-evm-mapping"12023version = "0.1.0"12024dependencies = [12025 "frame-support",12026 "sp-core",12027]1202812029[[package]]12030name = "up-rpc"12031version = "0.1.0"12032dependencies = [12033 "pallet-common",12034 "parity-scale-codec",12035 "sp-api",12036 "sp-core",12037 "sp-runtime",12038 "sp-std",12039 "up-data-structs",12040]1204112042[[package]]12043name = "up-sponsorship"12044version = "0.1.0"12045source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.17#28f311f8de67155865d362f6ded1d0d5229f3202"12046dependencies = [12047 "impl-trait-for-tuples",12048]1204912050[[package]]12051name = "url"12052version = "1.7.2"12053source = "registry+https://github.com/rust-lang/crates.io-index"12054checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12055dependencies = [12056 "idna 0.1.5",12057 "matches",12058 "percent-encoding 1.0.1",12059]1206012061[[package]]12062name = "url"12063version = "2.2.2"12064source = "registry+https://github.com/rust-lang/crates.io-index"12065checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12066dependencies = [12067 "form_urlencoded",12068 "idna 0.2.3",12069 "matches",12070 "percent-encoding 2.1.0",12071]1207212073[[package]]12074name = "valuable"12075version = "0.1.0"12076source = "registry+https://github.com/rust-lang/crates.io-index"12077checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1207812079[[package]]12080name = "value-bag"12081version = "1.0.0-alpha.8"12082source = "registry+https://github.com/rust-lang/crates.io-index"12083checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12084dependencies = [12085 "ctor",12086 "version_check",12087]1208812089[[package]]12090name = "vcpkg"12091version = "0.2.15"12092source = "registry+https://github.com/rust-lang/crates.io-index"12093checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1209412095[[package]]12096name = "version_check"12097version = "0.9.4"12098source = "registry+https://github.com/rust-lang/crates.io-index"12099checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1210012101[[package]]12102name = "void"12103version = "1.0.2"12104source = "registry+https://github.com/rust-lang/crates.io-index"12105checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1210612107[[package]]12108name = "waker-fn"12109version = "1.1.0"12110source = "registry+https://github.com/rust-lang/crates.io-index"12111checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1211212113[[package]]12114name = "walkdir"12115version = "2.3.2"12116source = "registry+https://github.com/rust-lang/crates.io-index"12117checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12118dependencies = [12119 "same-file",12120 "winapi 0.3.9",12121 "winapi-util",12122]1212312124[[package]]12125name = "want"12126version = "0.3.0"12127source = "registry+https://github.com/rust-lang/crates.io-index"12128checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12129dependencies = [12130 "log",12131 "try-lock",12132]1213312134[[package]]12135name = "wasi"12136version = "0.9.0+wasi-snapshot-preview1"12137source = "registry+https://github.com/rust-lang/crates.io-index"12138checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1213912140[[package]]12141name = "wasi"12142version = "0.10.0+wasi-snapshot-preview1"12143source = "registry+https://github.com/rust-lang/crates.io-index"12144checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1214512146[[package]]12147name = "wasm-bindgen"12148version = "0.2.79"12149source = "registry+https://github.com/rust-lang/crates.io-index"12150checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12151dependencies = [12152 "cfg-if 1.0.0",12153 "wasm-bindgen-macro",12154]1215512156[[package]]12157name = "wasm-bindgen-backend"12158version = "0.2.79"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12161dependencies = [12162 "bumpalo",12163 "lazy_static",12164 "log",12165 "proc-macro2",12166 "quote",12167 "syn",12168 "wasm-bindgen-shared",12169]1217012171[[package]]12172name = "wasm-bindgen-futures"12173version = "0.4.29"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12176dependencies = [12177 "cfg-if 1.0.0",12178 "js-sys",12179 "wasm-bindgen",12180 "web-sys",12181]1218212183[[package]]12184name = "wasm-bindgen-macro"12185version = "0.2.79"12186source = "registry+https://github.com/rust-lang/crates.io-index"12187checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12188dependencies = [12189 "quote",12190 "wasm-bindgen-macro-support",12191]1219212193[[package]]12194name = "wasm-bindgen-macro-support"12195version = "0.2.79"12196source = "registry+https://github.com/rust-lang/crates.io-index"12197checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12198dependencies = [12199 "proc-macro2",12200 "quote",12201 "syn",12202 "wasm-bindgen-backend",12203 "wasm-bindgen-shared",12204]1220512206[[package]]12207name = "wasm-bindgen-shared"12208version = "0.2.79"12209source = "registry+https://github.com/rust-lang/crates.io-index"12210checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1221112212[[package]]12213name = "wasm-gc-api"12214version = "0.1.11"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12217dependencies = [12218 "log",12219 "parity-wasm 0.32.0",12220 "rustc-demangle",12221]1222212223[[package]]12224name = "wasm-instrument"12225version = "0.1.1"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12228dependencies = [12229 "parity-wasm 0.42.2",12230]1223112232[[package]]12233name = "wasm-timer"12234version = "0.2.5"12235source = "registry+https://github.com/rust-lang/crates.io-index"12236checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12237dependencies = [12238 "futures 0.3.21",12239 "js-sys",12240 "parking_lot 0.11.2",12241 "pin-utils",12242 "wasm-bindgen",12243 "wasm-bindgen-futures",12244 "web-sys",12245]1224612247[[package]]12248name = "wasmi"12249version = "0.9.1"12250source = "registry+https://github.com/rust-lang/crates.io-index"12251checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12252dependencies = [12253 "downcast-rs",12254 "libc",12255 "memory_units",12256 "num-rational 0.2.4",12257 "num-traits",12258 "parity-wasm 0.42.2",12259 "wasmi-validation",12260]1226112262[[package]]12263name = "wasmi-validation"12264version = "0.4.1"12265source = "registry+https://github.com/rust-lang/crates.io-index"12266checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12267dependencies = [12268 "parity-wasm 0.42.2",12269]1227012271[[package]]12272name = "wasmparser"12273version = "0.81.0"12274source = "registry+https://github.com/rust-lang/crates.io-index"12275checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1227612277[[package]]12278name = "wasmtime"12279version = "0.33.1"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12282dependencies = [12283 "anyhow",12284 "backtrace",12285 "bincode",12286 "cfg-if 1.0.0",12287 "cpp_demangle",12288 "indexmap",12289 "lazy_static",12290 "libc",12291 "log",12292 "object",12293 "paste",12294 "psm",12295 "rayon",12296 "region",12297 "rustc-demangle",12298 "serde",12299 "target-lexicon",12300 "wasmparser",12301 "wasmtime-cache",12302 "wasmtime-cranelift",12303 "wasmtime-environ",12304 "wasmtime-jit",12305 "wasmtime-runtime",12306 "winapi 0.3.9",12307]1230812309[[package]]12310name = "wasmtime-cache"12311version = "0.33.1"12312source = "registry+https://github.com/rust-lang/crates.io-index"12313checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12314dependencies = [12315 "anyhow",12316 "base64",12317 "bincode",12318 "directories-next",12319 "file-per-thread-logger",12320 "log",12321 "rustix",12322 "serde",12323 "sha2 0.9.9",12324 "toml",12325 "winapi 0.3.9",12326 "zstd",12327]1232812329[[package]]12330name = "wasmtime-cranelift"12331version = "0.33.1"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"12334dependencies = [12335 "anyhow",12336 "cranelift-codegen",12337 "cranelift-entity",12338 "cranelift-frontend",12339 "cranelift-native",12340 "cranelift-wasm",12341 "gimli",12342 "log",12343 "more-asserts",12344 "object",12345 "target-lexicon",12346 "thiserror",12347 "wasmparser",12348 "wasmtime-environ",12349]1235012351[[package]]12352name = "wasmtime-environ"12353version = "0.33.1"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"12356dependencies = [12357 "anyhow",12358 "cranelift-entity",12359 "gimli",12360 "indexmap",12361 "log",12362 "more-asserts",12363 "object",12364 "serde",12365 "target-lexicon",12366 "thiserror",12367 "wasmparser",12368 "wasmtime-types",12369]1237012371[[package]]12372name = "wasmtime-jit"12373version = "0.33.1"12374source = "registry+https://github.com/rust-lang/crates.io-index"12375checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"12376dependencies = [12377 "addr2line",12378 "anyhow",12379 "bincode",12380 "cfg-if 1.0.0",12381 "gimli",12382 "object",12383 "region",12384 "rustix",12385 "serde",12386 "target-lexicon",12387 "thiserror",12388 "wasmtime-environ",12389 "wasmtime-runtime",12390 "winapi 0.3.9",12391]1239212393[[package]]12394name = "wasmtime-runtime"12395version = "0.33.1"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"12398dependencies = [12399 "anyhow",12400 "backtrace",12401 "cc",12402 "cfg-if 1.0.0",12403 "indexmap",12404 "lazy_static",12405 "libc",12406 "log",12407 "mach",12408 "memoffset",12409 "more-asserts",12410 "rand 0.8.5",12411 "region",12412 "rustix",12413 "thiserror",12414 "wasmtime-environ",12415 "winapi 0.3.9",12416]1241712418[[package]]12419name = "wasmtime-types"12420version = "0.33.1"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"12423dependencies = [12424 "cranelift-entity",12425 "serde",12426 "thiserror",12427 "wasmparser",12428]1242912430[[package]]12431name = "web-sys"12432version = "0.3.56"12433source = "registry+https://github.com/rust-lang/crates.io-index"12434checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"12435dependencies = [12436 "js-sys",12437 "wasm-bindgen",12438]1243912440[[package]]12441name = "webpki"12442version = "0.21.4"12443source = "registry+https://github.com/rust-lang/crates.io-index"12444checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12445dependencies = [12446 "ring",12447 "untrusted",12448]1244912450[[package]]12451name = "webpki"12452version = "0.22.0"12453source = "registry+https://github.com/rust-lang/crates.io-index"12454checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"12455dependencies = [12456 "ring",12457 "untrusted",12458]1245912460[[package]]12461name = "webpki-roots"12462version = "0.21.1"12463source = "registry+https://github.com/rust-lang/crates.io-index"12464checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12465dependencies = [12466 "webpki 0.21.4",12467]1246812469[[package]]12470name = "webpki-roots"12471version = "0.22.2"12472source = "registry+https://github.com/rust-lang/crates.io-index"12473checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"12474dependencies = [12475 "webpki 0.22.0",12476]1247712478[[package]]12479name = "wepoll-ffi"12480version = "0.1.2"12481source = "registry+https://github.com/rust-lang/crates.io-index"12482checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12483dependencies = [12484 "cc",12485]1248612487[[package]]12488name = "westend-runtime"12489version = "0.9.17"12490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12491dependencies = [12492 "beefy-primitives",12493 "bitvec",12494 "frame-benchmarking",12495 "frame-election-provider-support",12496 "frame-executive",12497 "frame-support",12498 "frame-system",12499 "frame-system-benchmarking",12500 "frame-system-rpc-runtime-api",12501 "frame-try-runtime",12502 "hex-literal",12503 "log",12504 "pallet-authority-discovery",12505 "pallet-authorship",12506 "pallet-babe",12507 "pallet-bags-list",12508 "pallet-balances",12509 "pallet-collective",12510 "pallet-democracy",12511 "pallet-election-provider-multi-phase",12512 "pallet-elections-phragmen",12513 "pallet-grandpa",12514 "pallet-identity",12515 "pallet-im-online",12516 "pallet-indices",12517 "pallet-membership",12518 "pallet-mmr-primitives",12519 "pallet-multisig",12520 "pallet-nicks",12521 "pallet-offences",12522 "pallet-offences-benchmarking",12523 "pallet-preimage",12524 "pallet-proxy",12525 "pallet-recovery",12526 "pallet-scheduler",12527 "pallet-session",12528 "pallet-session-benchmarking",12529 "pallet-society",12530 "pallet-staking",12531 "pallet-staking-reward-curve",12532 "pallet-sudo",12533 "pallet-timestamp",12534 "pallet-transaction-payment",12535 "pallet-transaction-payment-rpc-runtime-api",12536 "pallet-treasury",12537 "pallet-utility",12538 "pallet-vesting",12539 "pallet-xcm",12540 "pallet-xcm-benchmarks",12541 "parity-scale-codec",12542 "polkadot-parachain",12543 "polkadot-primitives",12544 "polkadot-runtime-common",12545 "polkadot-runtime-parachains",12546 "rustc-hex",12547 "scale-info",12548 "serde",12549 "serde_derive",12550 "smallvec",12551 "sp-api",12552 "sp-authority-discovery",12553 "sp-block-builder",12554 "sp-consensus-babe",12555 "sp-core",12556 "sp-inherents",12557 "sp-io",12558 "sp-npos-elections",12559 "sp-offchain",12560 "sp-runtime",12561 "sp-session",12562 "sp-staking",12563 "sp-std",12564 "sp-transaction-pool",12565 "sp-version",12566 "substrate-wasm-builder",12567 "westend-runtime-constants",12568 "xcm",12569 "xcm-builder",12570 "xcm-executor",12571]1257212573[[package]]12574name = "westend-runtime-constants"12575version = "0.9.17"12576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12577dependencies = [12578 "frame-support",12579 "polkadot-primitives",12580 "polkadot-runtime-common",12581 "smallvec",12582 "sp-runtime",12583]1258412585[[package]]12586name = "which"12587version = "4.2.4"12588source = "registry+https://github.com/rust-lang/crates.io-index"12589checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"12590dependencies = [12591 "either",12592 "lazy_static",12593 "libc",12594]1259512596[[package]]12597name = "widestring"12598version = "0.4.3"12599source = "registry+https://github.com/rust-lang/crates.io-index"12600checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1260112602[[package]]12603name = "winapi"12604version = "0.2.8"12605source = "registry+https://github.com/rust-lang/crates.io-index"12606checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1260712608[[package]]12609name = "winapi"12610version = "0.3.9"12611source = "registry+https://github.com/rust-lang/crates.io-index"12612checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12613dependencies = [12614 "winapi-i686-pc-windows-gnu",12615 "winapi-x86_64-pc-windows-gnu",12616]1261712618[[package]]12619name = "winapi-build"12620version = "0.1.1"12621source = "registry+https://github.com/rust-lang/crates.io-index"12622checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1262312624[[package]]12625name = "winapi-i686-pc-windows-gnu"12626version = "0.4.0"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1262912630[[package]]12631name = "winapi-util"12632version = "0.1.5"12633source = "registry+https://github.com/rust-lang/crates.io-index"12634checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12635dependencies = [12636 "winapi 0.3.9",12637]1263812639[[package]]12640name = "winapi-x86_64-pc-windows-gnu"12641version = "0.4.0"12642source = "registry+https://github.com/rust-lang/crates.io-index"12643checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1264412645[[package]]12646name = "windows-sys"12647version = "0.32.0"12648source = "registry+https://github.com/rust-lang/crates.io-index"12649checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"12650dependencies = [12651 "windows_aarch64_msvc",12652 "windows_i686_gnu",12653 "windows_i686_msvc",12654 "windows_x86_64_gnu",12655 "windows_x86_64_msvc",12656]1265712658[[package]]12659name = "windows_aarch64_msvc"12660version = "0.32.0"12661source = "registry+https://github.com/rust-lang/crates.io-index"12662checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1266312664[[package]]12665name = "windows_i686_gnu"12666version = "0.32.0"12667source = "registry+https://github.com/rust-lang/crates.io-index"12668checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1266912670[[package]]12671name = "windows_i686_msvc"12672version = "0.32.0"12673source = "registry+https://github.com/rust-lang/crates.io-index"12674checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1267512676[[package]]12677name = "windows_x86_64_gnu"12678version = "0.32.0"12679source = "registry+https://github.com/rust-lang/crates.io-index"12680checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1268112682[[package]]12683name = "windows_x86_64_msvc"12684version = "0.32.0"12685source = "registry+https://github.com/rust-lang/crates.io-index"12686checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1268712688[[package]]12689name = "winreg"12690version = "0.6.2"12691source = "registry+https://github.com/rust-lang/crates.io-index"12692checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12693dependencies = [12694 "winapi 0.3.9",12695]1269612697[[package]]12698name = "ws2_32-sys"12699version = "0.2.1"12700source = "registry+https://github.com/rust-lang/crates.io-index"12701checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12702dependencies = [12703 "winapi 0.2.8",12704 "winapi-build",12705]1270612707[[package]]12708name = "wyz"12709version = "0.2.0"12710source = "registry+https://github.com/rust-lang/crates.io-index"12711checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1271212713[[package]]12714name = "x25519-dalek"12715version = "1.1.1"12716source = "registry+https://github.com/rust-lang/crates.io-index"12717checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12718dependencies = [12719 "curve25519-dalek 3.2.0",12720 "rand_core 0.5.1",12721 "zeroize",12722]1272312724[[package]]12725name = "xcm"12726version = "0.9.17"12727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12728dependencies = [12729 "derivative",12730 "impl-trait-for-tuples",12731 "log",12732 "parity-scale-codec",12733 "scale-info",12734 "xcm-procedural",12735]1273612737[[package]]12738name = "xcm-builder"12739version = "0.9.17"12740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12741dependencies = [12742 "frame-support",12743 "frame-system",12744 "log",12745 "pallet-transaction-payment",12746 "parity-scale-codec",12747 "polkadot-parachain",12748 "scale-info",12749 "sp-arithmetic",12750 "sp-io",12751 "sp-runtime",12752 "sp-std",12753 "xcm",12754 "xcm-executor",12755]1275612757[[package]]12758name = "xcm-executor"12759version = "0.9.17"12760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12761dependencies = [12762 "frame-benchmarking",12763 "frame-support",12764 "impl-trait-for-tuples",12765 "log",12766 "parity-scale-codec",12767 "sp-arithmetic",12768 "sp-core",12769 "sp-io",12770 "sp-runtime",12771 "sp-std",12772 "xcm",12773]1277412775[[package]]12776name = "xcm-procedural"12777version = "0.1.0"12778source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12779dependencies = [12780 "Inflector",12781 "proc-macro2",12782 "quote",12783 "syn",12784]1278512786[[package]]12787name = "yamux"12788version = "0.9.0"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12791dependencies = [12792 "futures 0.3.21",12793 "log",12794 "nohash-hasher",12795 "parking_lot 0.11.2",12796 "rand 0.8.5",12797 "static_assertions",12798]1279912800[[package]]12801name = "yansi"12802version = "0.5.0"12803source = "registry+https://github.com/rust-lang/crates.io-index"12804checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1280512806[[package]]12807name = "zeroize"12808version = "1.5.3"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "50344758e2f40e3a1fcfc8f6f91aa57b5f8ebd8d27919fe6451f15aaaf9ee608"12811dependencies = [12812 "zeroize_derive",12813]1281412815[[package]]12816name = "zeroize_derive"12817version = "1.3.2"12818source = "registry+https://github.com/rust-lang/crates.io-index"12819checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"12820dependencies = [12821 "proc-macro2",12822 "quote",12823 "syn",12824 "synstructure",12825]1282612827[[package]]12828name = "zstd"12829version = "0.9.2+zstd.1.5.1"12830source = "registry+https://github.com/rust-lang/crates.io-index"12831checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"12832dependencies = [12833 "zstd-safe",12834]1283512836[[package]]12837name = "zstd-safe"12838version = "4.1.3+zstd.1.5.1"12839source = "registry+https://github.com/rust-lang/crates.io-index"12840checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"12841dependencies = [12842 "libc",12843 "zstd-sys",12844]1284512846[[package]]12847name = "zstd-sys"12848version = "1.6.2+zstd.1.5.1"12849source = "registry+https://github.com/rust-lang/crates.io-index"12850checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"12851dependencies = [12852 "cc",12853 "libc",12854]