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

difftreelog

source

Cargo.lock292.8 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 = "opal-runtime"5198version = "0.1.0"5199dependencies = [5200 "cumulus-pallet-aura-ext",5201 "cumulus-pallet-dmp-queue",5202 "cumulus-pallet-parachain-system",5203 "cumulus-pallet-xcm",5204 "cumulus-pallet-xcmp-queue",5205 "cumulus-primitives-core",5206 "cumulus-primitives-timestamp",5207 "cumulus-primitives-utility",5208 "derivative",5209 "fp-rpc",5210 "fp-self-contained",5211 "frame-benchmarking",5212 "frame-executive",5213 "frame-support",5214 "frame-system",5215 "frame-system-benchmarking",5216 "frame-system-rpc-runtime-api",5217 "hex-literal",5218 "orml-vesting",5219 "pallet-aura",5220 "pallet-balances",5221 "pallet-base-fee",5222 "pallet-common",5223 "pallet-ethereum",5224 "pallet-evm",5225 "pallet-evm-coder-substrate",5226 "pallet-evm-contract-helpers",5227 "pallet-evm-migration",5228 "pallet-evm-transaction-payment",5229 "pallet-fungible",5230 "pallet-inflation",5231 "pallet-nonfungible",5232 "pallet-randomness-collective-flip",5233 "pallet-refungible",5234 "pallet-sudo",5235 "pallet-template-transaction-payment",5236 "pallet-timestamp",5237 "pallet-transaction-payment",5238 "pallet-transaction-payment-rpc-runtime-api",5239 "pallet-treasury",5240 "pallet-unique",5241 "pallet-unq-scheduler",5242 "pallet-xcm",5243 "parachain-info",5244 "parity-scale-codec",5245 "polkadot-parachain",5246 "scale-info",5247 "serde",5248 "smallvec",5249 "sp-api",5250 "sp-arithmetic",5251 "sp-block-builder",5252 "sp-consensus-aura",5253 "sp-core",5254 "sp-inherents",5255 "sp-io",5256 "sp-offchain",5257 "sp-runtime",5258 "sp-session",5259 "sp-std",5260 "sp-transaction-pool",5261 "sp-version",5262 "substrate-wasm-builder",5263 "unique-runtime-common",5264 "up-data-structs",5265 "up-evm-mapping",5266 "up-rpc",5267 "xcm",5268 "xcm-builder",5269 "xcm-executor",5270]52715272[[package]]5273name = "opaque-debug"5274version = "0.2.3"5275source = "registry+https://github.com/rust-lang/crates.io-index"5276checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"52775278[[package]]5279name = "opaque-debug"5280version = "0.3.0"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"52835284[[package]]5285name = "open-metrics-client"5286version = "0.12.0"5287source = "registry+https://github.com/rust-lang/crates.io-index"5288checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5289dependencies = [5290 "dtoa",5291 "itoa 0.4.8",5292 "open-metrics-client-derive-text-encode",5293 "owning_ref",5294]52955296[[package]]5297name = "open-metrics-client-derive-text-encode"5298version = "0.1.1"5299source = "registry+https://github.com/rust-lang/crates.io-index"5300checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5301dependencies = [5302 "proc-macro2",5303 "quote",5304 "syn",5305]53065307[[package]]5308name = "openssl-probe"5309version = "0.1.5"5310source = "registry+https://github.com/rust-lang/crates.io-index"5311checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53125313[[package]]5314name = "ordered-float"5315version = "1.1.1"5316source = "registry+https://github.com/rust-lang/crates.io-index"5317checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5318dependencies = [5319 "num-traits",5320]53215322[[package]]5323name = "orml-vesting"5324version = "0.4.1-dev"5325source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.17#8cea7142d6ac4471e226e92c20005794e8e78063"5326dependencies = [5327 "frame-support",5328 "frame-system",5329 "parity-scale-codec",5330 "scale-info",5331 "serde",5332 "sp-io",5333 "sp-runtime",5334 "sp-std",5335]53365337[[package]]5338name = "os_str_bytes"5339version = "6.0.0"5340source = "registry+https://github.com/rust-lang/crates.io-index"5341checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"5342dependencies = [5343 "memchr",5344]53455346[[package]]5347name = "owning_ref"5348version = "0.4.1"5349source = "registry+https://github.com/rust-lang/crates.io-index"5350checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5351dependencies = [5352 "stable_deref_trait",5353]53545355[[package]]5356name = "pallet-aura"5357version = "4.0.0-dev"5358source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5359dependencies = [5360 "frame-support",5361 "frame-system",5362 "pallet-timestamp",5363 "parity-scale-codec",5364 "scale-info",5365 "sp-application-crypto",5366 "sp-consensus-aura",5367 "sp-runtime",5368 "sp-std",5369]53705371[[package]]5372name = "pallet-authority-discovery"5373version = "4.0.0-dev"5374source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5375dependencies = [5376 "frame-support",5377 "frame-system",5378 "pallet-session",5379 "parity-scale-codec",5380 "scale-info",5381 "sp-application-crypto",5382 "sp-authority-discovery",5383 "sp-runtime",5384 "sp-std",5385]53865387[[package]]5388name = "pallet-authorship"5389version = "4.0.0-dev"5390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5391dependencies = [5392 "frame-support",5393 "frame-system",5394 "impl-trait-for-tuples",5395 "parity-scale-codec",5396 "scale-info",5397 "sp-authorship",5398 "sp-runtime",5399 "sp-std",5400]54015402[[package]]5403name = "pallet-babe"5404version = "4.0.0-dev"5405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5406dependencies = [5407 "frame-benchmarking",5408 "frame-support",5409 "frame-system",5410 "log",5411 "pallet-authorship",5412 "pallet-session",5413 "pallet-timestamp",5414 "parity-scale-codec",5415 "scale-info",5416 "sp-application-crypto",5417 "sp-consensus-babe",5418 "sp-consensus-vrf",5419 "sp-io",5420 "sp-runtime",5421 "sp-session",5422 "sp-staking",5423 "sp-std",5424]54255426[[package]]5427name = "pallet-bags-list"5428version = "4.0.0-dev"5429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5430dependencies = [5431 "frame-benchmarking",5432 "frame-election-provider-support",5433 "frame-support",5434 "frame-system",5435 "log",5436 "pallet-balances",5437 "parity-scale-codec",5438 "scale-info",5439 "sp-core",5440 "sp-io",5441 "sp-runtime",5442 "sp-std",5443 "sp-tracing",5444]54455446[[package]]5447name = "pallet-balances"5448version = "4.0.0-dev"5449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5450dependencies = [5451 "frame-benchmarking",5452 "frame-support",5453 "frame-system",5454 "log",5455 "parity-scale-codec",5456 "scale-info",5457 "sp-runtime",5458 "sp-std",5459]54605461[[package]]5462name = "pallet-base-fee"5463version = "1.0.0"5464source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"5465dependencies = [5466 "frame-support",5467 "frame-system",5468 "pallet-evm",5469 "parity-scale-codec",5470 "scale-info",5471 "serde",5472 "sp-core",5473 "sp-runtime",5474]54755476[[package]]5477name = "pallet-beefy"5478version = "4.0.0-dev"5479source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5480dependencies = [5481 "beefy-primitives",5482 "frame-support",5483 "frame-system",5484 "pallet-session",5485 "parity-scale-codec",5486 "scale-info",5487 "serde",5488 "sp-runtime",5489 "sp-std",5490]54915492[[package]]5493name = "pallet-beefy-mmr"5494version = "4.0.0-dev"5495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5496dependencies = [5497 "beefy-merkle-tree",5498 "beefy-primitives",5499 "frame-support",5500 "frame-system",5501 "hex",5502 "libsecp256k1 0.7.0",5503 "log",5504 "pallet-beefy",5505 "pallet-mmr",5506 "pallet-mmr-primitives",5507 "pallet-session",5508 "parity-scale-codec",5509 "scale-info",5510 "serde",5511 "sp-core",5512 "sp-io",5513 "sp-runtime",5514 "sp-std",5515]55165517[[package]]5518name = "pallet-bounties"5519version = "4.0.0-dev"5520source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5521dependencies = [5522 "frame-benchmarking",5523 "frame-support",5524 "frame-system",5525 "log",5526 "pallet-treasury",5527 "parity-scale-codec",5528 "scale-info",5529 "sp-core",5530 "sp-io",5531 "sp-runtime",5532 "sp-std",5533]55345535[[package]]5536name = "pallet-bridge-dispatch"5537version = "0.1.0"5538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"5539dependencies = [5540 "bp-message-dispatch",5541 "bp-runtime",5542 "frame-support",5543 "frame-system",5544 "log",5545 "parity-scale-codec",5546 "scale-info",5547 "sp-core",5548 "sp-runtime",5549 "sp-std",5550]55515552[[package]]5553name = "pallet-bridge-grandpa"5554version = "0.1.0"5555source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"5556dependencies = [5557 "bp-header-chain",5558 "bp-runtime",5559 "bp-test-utils",5560 "finality-grandpa",5561 "frame-support",5562 "frame-system",5563 "log",5564 "num-traits",5565 "parity-scale-codec",5566 "scale-info",5567 "serde",5568 "sp-finality-grandpa",5569 "sp-runtime",5570 "sp-std",5571 "sp-trie",5572]55735574[[package]]5575name = "pallet-bridge-messages"5576version = "0.1.0"5577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"5578dependencies = [5579 "bitvec",5580 "bp-message-dispatch",5581 "bp-messages",5582 "bp-runtime",5583 "frame-support",5584 "frame-system",5585 "log",5586 "num-traits",5587 "parity-scale-codec",5588 "scale-info",5589 "serde",5590 "sp-core",5591 "sp-runtime",5592 "sp-std",5593]55945595[[package]]5596name = "pallet-collective"5597version = "4.0.0-dev"5598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5599dependencies = [5600 "frame-benchmarking",5601 "frame-support",5602 "frame-system",5603 "log",5604 "parity-scale-codec",5605 "scale-info",5606 "sp-core",5607 "sp-io",5608 "sp-runtime",5609 "sp-std",5610]56115612[[package]]5613name = "pallet-common"5614version = "0.1.0"5615dependencies = [5616 "evm-coder",5617 "frame-support",5618 "frame-system",5619 "pallet-evm",5620 "pallet-evm-coder-substrate",5621 "parity-scale-codec",5622 "scale-info",5623 "serde",5624 "sp-core",5625 "sp-runtime",5626 "sp-std",5627 "up-data-structs",5628 "up-evm-mapping",5629]56305631[[package]]5632name = "pallet-democracy"5633version = "4.0.0-dev"5634source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5635dependencies = [5636 "frame-benchmarking",5637 "frame-support",5638 "frame-system",5639 "parity-scale-codec",5640 "scale-info",5641 "serde",5642 "sp-io",5643 "sp-runtime",5644 "sp-std",5645]56465647[[package]]5648name = "pallet-election-provider-multi-phase"5649version = "4.0.0-dev"5650source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5651dependencies = [5652 "frame-benchmarking",5653 "frame-election-provider-support",5654 "frame-support",5655 "frame-system",5656 "log",5657 "parity-scale-codec",5658 "rand 0.7.3",5659 "scale-info",5660 "sp-arithmetic",5661 "sp-core",5662 "sp-io",5663 "sp-npos-elections",5664 "sp-runtime",5665 "sp-std",5666 "static_assertions",5667 "strum",5668]56695670[[package]]5671name = "pallet-elections-phragmen"5672version = "5.0.0-dev"5673source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5674dependencies = [5675 "frame-benchmarking",5676 "frame-support",5677 "frame-system",5678 "log",5679 "parity-scale-codec",5680 "scale-info",5681 "sp-core",5682 "sp-io",5683 "sp-npos-elections",5684 "sp-runtime",5685 "sp-std",5686]56875688[[package]]5689name = "pallet-ethereum"5690version = "4.0.0-dev"5691source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"5692dependencies = [5693 "ethereum",5694 "ethereum-types",5695 "evm",5696 "fp-consensus",5697 "fp-evm",5698 "fp-rpc",5699 "fp-self-contained",5700 "fp-storage",5701 "frame-support",5702 "frame-system",5703 "log",5704 "pallet-balances",5705 "pallet-evm",5706 "pallet-timestamp",5707 "parity-scale-codec",5708 "rlp",5709 "rustc-hex",5710 "scale-info",5711 "serde",5712 "sha3 0.8.2",5713 "sp-io",5714 "sp-runtime",5715 "sp-std",5716]57175718[[package]]5719name = "pallet-evm"5720version = "6.0.0-dev"5721source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.17#f08656c065b5d7ba35393cd5d57a19b1997e382c"5722dependencies = [5723 "evm",5724 "evm-gasometer",5725 "evm-runtime",5726 "fp-evm",5727 "frame-benchmarking",5728 "frame-support",5729 "frame-system",5730 "hex",5731 "impl-trait-for-tuples",5732 "log",5733 "pallet-balances",5734 "pallet-timestamp",5735 "parity-scale-codec",5736 "primitive-types 0.9.1",5737 "rlp",5738 "scale-info",5739 "serde",5740 "sha3 0.8.2",5741 "sp-core",5742 "sp-io",5743 "sp-runtime",5744 "sp-std",5745]57465747[[package]]5748name = "pallet-evm-coder-substrate"5749version = "0.1.0"5750dependencies = [5751 "ethereum",5752 "evm-coder",5753 "frame-benchmarking",5754 "frame-support",5755 "frame-system",5756 "pallet-ethereum",5757 "pallet-evm",5758 "parity-scale-codec",5759 "scale-info",5760 "sp-core",5761 "sp-std",5762]57635764[[package]]5765name = "pallet-evm-contract-helpers"5766version = "0.1.0"5767dependencies = [5768 "evm-coder",5769 "frame-support",5770 "frame-system",5771 "log",5772 "pallet-evm",5773 "pallet-evm-coder-substrate",5774 "parity-scale-codec",5775 "scale-info",5776 "sp-core",5777 "sp-runtime",5778 "sp-std",5779 "up-sponsorship",5780]57815782[[package]]5783name = "pallet-evm-migration"5784version = "0.1.0"5785dependencies = [5786 "fp-evm",5787 "frame-benchmarking",5788 "frame-support",5789 "frame-system",5790 "pallet-evm",5791 "parity-scale-codec",5792 "scale-info",5793 "sp-core",5794 "sp-io",5795 "sp-runtime",5796 "sp-std",5797]57985799[[package]]5800name = "pallet-evm-transaction-payment"5801version = "0.1.0"5802dependencies = [5803 "fp-evm",5804 "frame-support",5805 "frame-system",5806 "pallet-ethereum",5807 "pallet-evm",5808 "parity-scale-codec",5809 "scale-info",5810 "sp-core",5811 "sp-io",5812 "sp-runtime",5813 "sp-std",5814 "up-evm-mapping",5815 "up-sponsorship",5816]58175818[[package]]5819name = "pallet-fungible"5820version = "0.1.0"5821dependencies = [5822 "ethereum",5823 "evm-coder",5824 "frame-benchmarking",5825 "frame-support",5826 "frame-system",5827 "pallet-common",5828 "pallet-evm-coder-substrate",5829 "parity-scale-codec",5830 "scale-info",5831 "sp-core",5832 "sp-runtime",5833 "sp-std",5834 "up-data-structs",5835]58365837[[package]]5838name = "pallet-gilt"5839version = "4.0.0-dev"5840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5841dependencies = [5842 "frame-benchmarking",5843 "frame-support",5844 "frame-system",5845 "parity-scale-codec",5846 "scale-info",5847 "sp-arithmetic",5848 "sp-runtime",5849 "sp-std",5850]58515852[[package]]5853name = "pallet-grandpa"5854version = "4.0.0-dev"5855source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5856dependencies = [5857 "frame-benchmarking",5858 "frame-support",5859 "frame-system",5860 "log",5861 "pallet-authorship",5862 "pallet-session",5863 "parity-scale-codec",5864 "scale-info",5865 "sp-application-crypto",5866 "sp-core",5867 "sp-finality-grandpa",5868 "sp-io",5869 "sp-runtime",5870 "sp-session",5871 "sp-staking",5872 "sp-std",5873]58745875[[package]]5876name = "pallet-identity"5877version = "4.0.0-dev"5878source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5879dependencies = [5880 "enumflags2",5881 "frame-benchmarking",5882 "frame-support",5883 "frame-system",5884 "parity-scale-codec",5885 "scale-info",5886 "sp-io",5887 "sp-runtime",5888 "sp-std",5889]58905891[[package]]5892name = "pallet-im-online"5893version = "4.0.0-dev"5894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5895dependencies = [5896 "frame-benchmarking",5897 "frame-support",5898 "frame-system",5899 "log",5900 "pallet-authorship",5901 "parity-scale-codec",5902 "scale-info",5903 "sp-application-crypto",5904 "sp-core",5905 "sp-io",5906 "sp-runtime",5907 "sp-staking",5908 "sp-std",5909]59105911[[package]]5912name = "pallet-indices"5913version = "4.0.0-dev"5914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5915dependencies = [5916 "frame-benchmarking",5917 "frame-support",5918 "frame-system",5919 "parity-scale-codec",5920 "scale-info",5921 "sp-core",5922 "sp-io",5923 "sp-keyring",5924 "sp-runtime",5925 "sp-std",5926]59275928[[package]]5929name = "pallet-inflation"5930version = "0.1.0"5931dependencies = [5932 "frame-benchmarking",5933 "frame-support",5934 "frame-system",5935 "pallet-balances",5936 "pallet-randomness-collective-flip",5937 "pallet-timestamp",5938 "parity-scale-codec",5939 "scale-info",5940 "serde",5941 "sp-core",5942 "sp-io",5943 "sp-runtime",5944 "sp-std",5945]59465947[[package]]5948name = "pallet-membership"5949version = "4.0.0-dev"5950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5951dependencies = [5952 "frame-benchmarking",5953 "frame-support",5954 "frame-system",5955 "log",5956 "parity-scale-codec",5957 "scale-info",5958 "sp-core",5959 "sp-io",5960 "sp-runtime",5961 "sp-std",5962]59635964[[package]]5965name = "pallet-mmr"5966version = "4.0.0-dev"5967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5968dependencies = [5969 "ckb-merkle-mountain-range",5970 "frame-benchmarking",5971 "frame-support",5972 "frame-system",5973 "pallet-mmr-primitives",5974 "parity-scale-codec",5975 "scale-info",5976 "sp-core",5977 "sp-io",5978 "sp-runtime",5979 "sp-std",5980]59815982[[package]]5983name = "pallet-mmr-primitives"5984version = "4.0.0-dev"5985source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"5986dependencies = [5987 "frame-support",5988 "frame-system",5989 "log",5990 "parity-scale-codec",5991 "serde",5992 "sp-api",5993 "sp-core",5994 "sp-runtime",5995 "sp-std",5996]59975998[[package]]5999name = "pallet-mmr-rpc"6000version = "3.0.0"6001source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6002dependencies = [6003 "jsonrpc-core",6004 "jsonrpc-core-client",6005 "jsonrpc-derive",6006 "pallet-mmr-primitives",6007 "parity-scale-codec",6008 "serde",6009 "sp-api",6010 "sp-blockchain",6011 "sp-core",6012 "sp-runtime",6013]60146015[[package]]6016name = "pallet-multisig"6017version = "4.0.0-dev"6018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6019dependencies = [6020 "frame-benchmarking",6021 "frame-support",6022 "frame-system",6023 "parity-scale-codec",6024 "scale-info",6025 "sp-io",6026 "sp-runtime",6027 "sp-std",6028]60296030[[package]]6031name = "pallet-nicks"6032version = "4.0.0-dev"6033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6034dependencies = [6035 "frame-support",6036 "frame-system",6037 "parity-scale-codec",6038 "scale-info",6039 "sp-io",6040 "sp-runtime",6041 "sp-std",6042]60436044[[package]]6045name = "pallet-nonfungible"6046version = "0.1.0"6047dependencies = [6048 "ethereum",6049 "evm-coder",6050 "frame-benchmarking",6051 "frame-support",6052 "frame-system",6053 "pallet-common",6054 "pallet-evm-coder-substrate",6055 "parity-scale-codec",6056 "scale-info",6057 "sp-core",6058 "sp-runtime",6059 "sp-std",6060 "up-data-structs",6061]60626063[[package]]6064name = "pallet-offences"6065version = "4.0.0-dev"6066source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6067dependencies = [6068 "frame-support",6069 "frame-system",6070 "log",6071 "pallet-balances",6072 "parity-scale-codec",6073 "scale-info",6074 "serde",6075 "sp-runtime",6076 "sp-staking",6077 "sp-std",6078]60796080[[package]]6081name = "pallet-offences-benchmarking"6082version = "4.0.0-dev"6083source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6084dependencies = [6085 "frame-benchmarking",6086 "frame-election-provider-support",6087 "frame-support",6088 "frame-system",6089 "pallet-babe",6090 "pallet-balances",6091 "pallet-grandpa",6092 "pallet-im-online",6093 "pallet-offences",6094 "pallet-session",6095 "pallet-staking",6096 "parity-scale-codec",6097 "scale-info",6098 "sp-runtime",6099 "sp-staking",6100 "sp-std",6101]61026103[[package]]6104name = "pallet-preimage"6105version = "4.0.0-dev"6106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6107dependencies = [6108 "frame-benchmarking",6109 "frame-support",6110 "frame-system",6111 "parity-scale-codec",6112 "scale-info",6113 "sp-core",6114 "sp-io",6115 "sp-runtime",6116 "sp-std",6117]61186119[[package]]6120name = "pallet-proxy"6121version = "4.0.0-dev"6122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6123dependencies = [6124 "frame-benchmarking",6125 "frame-support",6126 "frame-system",6127 "parity-scale-codec",6128 "scale-info",6129 "sp-io",6130 "sp-runtime",6131 "sp-std",6132]61336134[[package]]6135name = "pallet-randomness-collective-flip"6136version = "4.0.0-dev"6137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6138dependencies = [6139 "frame-support",6140 "frame-system",6141 "parity-scale-codec",6142 "safe-mix",6143 "scale-info",6144 "sp-runtime",6145 "sp-std",6146]61476148[[package]]6149name = "pallet-recovery"6150version = "4.0.0-dev"6151source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6152dependencies = [6153 "frame-support",6154 "frame-system",6155 "parity-scale-codec",6156 "scale-info",6157 "sp-io",6158 "sp-runtime",6159 "sp-std",6160]61616162[[package]]6163name = "pallet-refungible"6164version = "0.1.0"6165dependencies = [6166 "frame-benchmarking",6167 "frame-support",6168 "frame-system",6169 "pallet-common",6170 "parity-scale-codec",6171 "scale-info",6172 "sp-core",6173 "sp-runtime",6174 "sp-std",6175 "up-data-structs",6176]61776178[[package]]6179name = "pallet-scheduler"6180version = "4.0.0-dev"6181source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6182dependencies = [6183 "frame-benchmarking",6184 "frame-support",6185 "frame-system",6186 "log",6187 "parity-scale-codec",6188 "scale-info",6189 "sp-io",6190 "sp-runtime",6191 "sp-std",6192]61936194[[package]]6195name = "pallet-session"6196version = "4.0.0-dev"6197source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6198dependencies = [6199 "frame-support",6200 "frame-system",6201 "impl-trait-for-tuples",6202 "log",6203 "pallet-timestamp",6204 "parity-scale-codec",6205 "scale-info",6206 "sp-core",6207 "sp-io",6208 "sp-runtime",6209 "sp-session",6210 "sp-staking",6211 "sp-std",6212 "sp-trie",6213]62146215[[package]]6216name = "pallet-session-benchmarking"6217version = "4.0.0-dev"6218source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6219dependencies = [6220 "frame-benchmarking",6221 "frame-support",6222 "frame-system",6223 "pallet-session",6224 "pallet-staking",6225 "rand 0.7.3",6226 "sp-runtime",6227 "sp-session",6228 "sp-std",6229]62306231[[package]]6232name = "pallet-society"6233version = "4.0.0-dev"6234source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6235dependencies = [6236 "frame-support",6237 "frame-system",6238 "parity-scale-codec",6239 "rand_chacha 0.2.2",6240 "scale-info",6241 "sp-runtime",6242 "sp-std",6243]62446245[[package]]6246name = "pallet-staking"6247version = "4.0.0-dev"6248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6249dependencies = [6250 "frame-benchmarking",6251 "frame-election-provider-support",6252 "frame-support",6253 "frame-system",6254 "log",6255 "pallet-authorship",6256 "pallet-session",6257 "parity-scale-codec",6258 "rand_chacha 0.2.2",6259 "scale-info",6260 "serde",6261 "sp-application-crypto",6262 "sp-io",6263 "sp-runtime",6264 "sp-staking",6265 "sp-std",6266]62676268[[package]]6269name = "pallet-staking-reward-curve"6270version = "4.0.0-dev"6271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6272dependencies = [6273 "proc-macro-crate 1.1.3",6274 "proc-macro2",6275 "quote",6276 "syn",6277]62786279[[package]]6280name = "pallet-staking-reward-fn"6281version = "4.0.0-dev"6282source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6283dependencies = [6284 "log",6285 "sp-arithmetic",6286]62876288[[package]]6289name = "pallet-sudo"6290version = "4.0.0-dev"6291source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6292dependencies = [6293 "frame-support",6294 "frame-system",6295 "parity-scale-codec",6296 "scale-info",6297 "sp-io",6298 "sp-runtime",6299 "sp-std",6300]63016302[[package]]6303name = "pallet-template-transaction-payment"6304version = "3.0.0"6305source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.17#28f311f8de67155865d362f6ded1d0d5229f3202"6306dependencies = [6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "pallet-balances",6311 "pallet-transaction-payment",6312 "parity-scale-codec",6313 "scale-info",6314 "serde",6315 "sp-core",6316 "sp-io",6317 "sp-runtime",6318 "sp-std",6319 "up-sponsorship",6320]63216322[[package]]6323name = "pallet-timestamp"6324version = "4.0.0-dev"6325source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6326dependencies = [6327 "frame-benchmarking",6328 "frame-support",6329 "frame-system",6330 "log",6331 "parity-scale-codec",6332 "scale-info",6333 "sp-inherents",6334 "sp-io",6335 "sp-runtime",6336 "sp-std",6337 "sp-timestamp",6338]63396340[[package]]6341name = "pallet-tips"6342version = "4.0.0-dev"6343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6344dependencies = [6345 "frame-benchmarking",6346 "frame-support",6347 "frame-system",6348 "log",6349 "pallet-treasury",6350 "parity-scale-codec",6351 "scale-info",6352 "serde",6353 "sp-core",6354 "sp-io",6355 "sp-runtime",6356 "sp-std",6357]63586359[[package]]6360name = "pallet-transaction-payment"6361version = "4.0.0-dev"6362source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6363dependencies = [6364 "frame-support",6365 "frame-system",6366 "parity-scale-codec",6367 "scale-info",6368 "serde",6369 "smallvec",6370 "sp-core",6371 "sp-io",6372 "sp-runtime",6373 "sp-std",6374]63756376[[package]]6377name = "pallet-transaction-payment-rpc"6378version = "4.0.0-dev"6379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6380dependencies = [6381 "jsonrpc-core",6382 "jsonrpc-core-client",6383 "jsonrpc-derive",6384 "pallet-transaction-payment-rpc-runtime-api",6385 "parity-scale-codec",6386 "sp-api",6387 "sp-blockchain",6388 "sp-core",6389 "sp-rpc",6390 "sp-runtime",6391]63926393[[package]]6394name = "pallet-transaction-payment-rpc-runtime-api"6395version = "4.0.0-dev"6396source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6397dependencies = [6398 "pallet-transaction-payment",6399 "parity-scale-codec",6400 "sp-api",6401 "sp-runtime",6402]64036404[[package]]6405name = "pallet-treasury"6406version = "4.0.0-dev"6407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6408dependencies = [6409 "frame-benchmarking",6410 "frame-support",6411 "frame-system",6412 "impl-trait-for-tuples",6413 "pallet-balances",6414 "parity-scale-codec",6415 "scale-info",6416 "serde",6417 "sp-runtime",6418 "sp-std",6419]64206421[[package]]6422name = "pallet-unique"6423version = "0.1.0"6424dependencies = [6425 "ethereum",6426 "evm-coder",6427 "fp-evm",6428 "frame-benchmarking",6429 "frame-support",6430 "frame-system",6431 "hex-literal",6432 "pallet-balances",6433 "pallet-common",6434 "pallet-ethereum",6435 "pallet-evm",6436 "pallet-evm-coder-substrate",6437 "pallet-fungible",6438 "pallet-nonfungible",6439 "pallet-randomness-collective-flip",6440 "pallet-refungible",6441 "pallet-timestamp",6442 "pallet-transaction-payment",6443 "parity-scale-codec",6444 "primitive-types 0.10.1",6445 "rlp",6446 "scale-info",6447 "serde",6448 "sp-api",6449 "sp-core",6450 "sp-io",6451 "sp-runtime",6452 "sp-std",6453 "up-data-structs",6454 "up-evm-mapping",6455 "up-sponsorship",6456]64576458[[package]]6459name = "pallet-unq-scheduler"6460version = "0.1.0"6461dependencies = [6462 "frame-benchmarking",6463 "frame-support",6464 "frame-system",6465 "log",6466 "parity-scale-codec",6467 "scale-info",6468 "serde",6469 "sp-core",6470 "sp-io",6471 "sp-runtime",6472 "sp-std",6473 "substrate-test-utils",6474 "up-sponsorship",6475]64766477[[package]]6478name = "pallet-utility"6479version = "4.0.0-dev"6480source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6481dependencies = [6482 "frame-benchmarking",6483 "frame-support",6484 "frame-system",6485 "parity-scale-codec",6486 "scale-info",6487 "sp-core",6488 "sp-io",6489 "sp-runtime",6490 "sp-std",6491]64926493[[package]]6494name = "pallet-vesting"6495version = "4.0.0-dev"6496source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"6497dependencies = [6498 "frame-benchmarking",6499 "frame-support",6500 "frame-system",6501 "log",6502 "parity-scale-codec",6503 "scale-info",6504 "sp-runtime",6505 "sp-std",6506]65076508[[package]]6509name = "pallet-xcm"6510version = "0.9.17"6511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6512dependencies = [6513 "frame-support",6514 "frame-system",6515 "log",6516 "parity-scale-codec",6517 "scale-info",6518 "serde",6519 "sp-core",6520 "sp-runtime",6521 "sp-std",6522 "xcm",6523 "xcm-executor",6524]65256526[[package]]6527name = "pallet-xcm-benchmarks"6528version = "0.9.17"6529source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6530dependencies = [6531 "frame-benchmarking",6532 "frame-support",6533 "frame-system",6534 "log",6535 "parity-scale-codec",6536 "scale-info",6537 "sp-runtime",6538 "sp-std",6539 "xcm",6540 "xcm-executor",6541]65426543[[package]]6544name = "parachain-info"6545version = "0.1.0"6546source = "git+https://github.com/uniqueNetwork/cumulus.git?branch=polkadot-v0.9.17#0f5779b5e9f1e8bd851aaa94dad15870078d9528"6547dependencies = [6548 "cumulus-primitives-core",6549 "frame-support",6550 "frame-system",6551 "parity-scale-codec",6552 "scale-info",6553 "serde",6554]65556556[[package]]6557name = "parity-db"6558version = "0.3.8"6559source = "registry+https://github.com/rust-lang/crates.io-index"6560checksum = "865edee5b792f537356d9e55cbc138e7f4718dc881a7ea45a18b37bf61c21e3d"6561dependencies = [6562 "blake2-rfc",6563 "crc32fast",6564 "fs2",6565 "hex",6566 "libc",6567 "log",6568 "lz4",6569 "memmap2 0.2.3",6570 "parking_lot 0.11.2",6571 "rand 0.8.5",6572 "snap",6573]65746575[[package]]6576name = "parity-scale-codec"6577version = "2.3.1"6578source = "registry+https://github.com/rust-lang/crates.io-index"6579checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6580dependencies = [6581 "arrayvec 0.7.2",6582 "bitvec",6583 "byte-slice-cast",6584 "impl-trait-for-tuples",6585 "parity-scale-codec-derive",6586 "serde",6587]65886589[[package]]6590name = "parity-scale-codec-derive"6591version = "2.3.1"6592source = "registry+https://github.com/rust-lang/crates.io-index"6593checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6594dependencies = [6595 "proc-macro-crate 1.1.3",6596 "proc-macro2",6597 "quote",6598 "syn",6599]66006601[[package]]6602name = "parity-send-wrapper"6603version = "0.1.0"6604source = "registry+https://github.com/rust-lang/crates.io-index"6605checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"66066607[[package]]6608name = "parity-tokio-ipc"6609version = "0.9.0"6610source = "registry+https://github.com/rust-lang/crates.io-index"6611checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6612dependencies = [6613 "futures 0.3.21",6614 "libc",6615 "log",6616 "rand 0.7.3",6617 "tokio 1.17.0",6618 "winapi 0.3.9",6619]66206621[[package]]6622name = "parity-util-mem"6623version = "0.10.2"6624source = "registry+https://github.com/rust-lang/crates.io-index"6625checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6626dependencies = [6627 "cfg-if 1.0.0",6628 "ethereum-types",6629 "hashbrown 0.11.2",6630 "impl-trait-for-tuples",6631 "lru 0.6.6",6632 "parity-util-mem-derive",6633 "parking_lot 0.11.2",6634 "primitive-types 0.10.1",6635 "smallvec",6636 "winapi 0.3.9",6637]66386639[[package]]6640name = "parity-util-mem-derive"6641version = "0.1.0"6642source = "registry+https://github.com/rust-lang/crates.io-index"6643checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6644dependencies = [6645 "proc-macro2",6646 "syn",6647 "synstructure",6648]66496650[[package]]6651name = "parity-wasm"6652version = "0.32.0"6653source = "registry+https://github.com/rust-lang/crates.io-index"6654checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6655dependencies = [6656 "byteorder",6657]66586659[[package]]6660name = "parity-wasm"6661version = "0.42.2"6662source = "registry+https://github.com/rust-lang/crates.io-index"6663checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"66646665[[package]]6666name = "parity-ws"6667version = "0.11.1"6668source = "registry+https://github.com/rust-lang/crates.io-index"6669checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6670dependencies = [6671 "byteorder",6672 "bytes 0.4.12",6673 "httparse",6674 "log",6675 "mio 0.6.23",6676 "mio-extras",6677 "rand 0.7.3",6678 "sha-1 0.8.2",6679 "slab",6680 "url 2.2.2",6681]66826683[[package]]6684name = "parking"6685version = "2.0.0"6686source = "registry+https://github.com/rust-lang/crates.io-index"6687checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"66886689[[package]]6690name = "parking_lot"6691version = "0.10.2"6692source = "registry+https://github.com/rust-lang/crates.io-index"6693checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6694dependencies = [6695 "lock_api 0.3.4",6696 "parking_lot_core 0.7.2",6697]66986699[[package]]6700name = "parking_lot"6701version = "0.11.2"6702source = "registry+https://github.com/rust-lang/crates.io-index"6703checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6704dependencies = [6705 "instant",6706 "lock_api 0.4.6",6707 "parking_lot_core 0.8.5",6708]67096710[[package]]6711name = "parking_lot"6712version = "0.12.0"6713source = "registry+https://github.com/rust-lang/crates.io-index"6714checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"6715dependencies = [6716 "lock_api 0.4.6",6717 "parking_lot_core 0.9.1",6718]67196720[[package]]6721name = "parking_lot_core"6722version = "0.7.2"6723source = "registry+https://github.com/rust-lang/crates.io-index"6724checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6725dependencies = [6726 "cfg-if 0.1.10",6727 "cloudabi",6728 "libc",6729 "redox_syscall 0.1.57",6730 "smallvec",6731 "winapi 0.3.9",6732]67336734[[package]]6735name = "parking_lot_core"6736version = "0.8.5"6737source = "registry+https://github.com/rust-lang/crates.io-index"6738checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6739dependencies = [6740 "cfg-if 1.0.0",6741 "instant",6742 "libc",6743 "redox_syscall 0.2.11",6744 "smallvec",6745 "winapi 0.3.9",6746]67476748[[package]]6749name = "parking_lot_core"6750version = "0.9.1"6751source = "registry+https://github.com/rust-lang/crates.io-index"6752checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"6753dependencies = [6754 "cfg-if 1.0.0",6755 "libc",6756 "redox_syscall 0.2.11",6757 "smallvec",6758 "windows-sys",6759]67606761[[package]]6762name = "paste"6763version = "1.0.6"6764source = "registry+https://github.com/rust-lang/crates.io-index"6765checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"67666767[[package]]6768name = "pbkdf2"6769version = "0.4.0"6770source = "registry+https://github.com/rust-lang/crates.io-index"6771checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6772dependencies = [6773 "crypto-mac 0.8.0",6774]67756776[[package]]6777name = "pbkdf2"6778version = "0.8.0"6779source = "registry+https://github.com/rust-lang/crates.io-index"6780checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6781dependencies = [6782 "crypto-mac 0.11.1",6783]67846785[[package]]6786name = "peeking_take_while"6787version = "0.1.2"6788source = "registry+https://github.com/rust-lang/crates.io-index"6789checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"67906791[[package]]6792name = "percent-encoding"6793version = "1.0.1"6794source = "registry+https://github.com/rust-lang/crates.io-index"6795checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"67966797[[package]]6798name = "percent-encoding"6799version = "2.1.0"6800source = "registry+https://github.com/rust-lang/crates.io-index"6801checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"68026803[[package]]6804name = "pest"6805version = "2.1.3"6806source = "registry+https://github.com/rust-lang/crates.io-index"6807checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6808dependencies = [6809 "ucd-trie",6810]68116812[[package]]6813name = "pest_derive"6814version = "2.1.0"6815source = "registry+https://github.com/rust-lang/crates.io-index"6816checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6817dependencies = [6818 "pest",6819 "pest_generator",6820]68216822[[package]]6823name = "pest_generator"6824version = "2.1.3"6825source = "registry+https://github.com/rust-lang/crates.io-index"6826checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6827dependencies = [6828 "pest",6829 "pest_meta",6830 "proc-macro2",6831 "quote",6832 "syn",6833]68346835[[package]]6836name = "pest_meta"6837version = "2.1.3"6838source = "registry+https://github.com/rust-lang/crates.io-index"6839checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6840dependencies = [6841 "maplit",6842 "pest",6843 "sha-1 0.8.2",6844]68456846[[package]]6847name = "petgraph"6848version = "0.6.0"6849source = "registry+https://github.com/rust-lang/crates.io-index"6850checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"6851dependencies = [6852 "fixedbitset",6853 "indexmap",6854]68556856[[package]]6857name = "pin-project"6858version = "0.4.29"6859source = "registry+https://github.com/rust-lang/crates.io-index"6860checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6861dependencies = [6862 "pin-project-internal 0.4.29",6863]68646865[[package]]6866name = "pin-project"6867version = "1.0.10"6868source = "registry+https://github.com/rust-lang/crates.io-index"6869checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6870dependencies = [6871 "pin-project-internal 1.0.10",6872]68736874[[package]]6875name = "pin-project-internal"6876version = "0.4.29"6877source = "registry+https://github.com/rust-lang/crates.io-index"6878checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"6879dependencies = [6880 "proc-macro2",6881 "quote",6882 "syn",6883]68846885[[package]]6886name = "pin-project-internal"6887version = "1.0.10"6888source = "registry+https://github.com/rust-lang/crates.io-index"6889checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"6890dependencies = [6891 "proc-macro2",6892 "quote",6893 "syn",6894]68956896[[package]]6897name = "pin-project-lite"6898version = "0.1.12"6899source = "registry+https://github.com/rust-lang/crates.io-index"6900checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"69016902[[package]]6903name = "pin-project-lite"6904version = "0.2.8"6905source = "registry+https://github.com/rust-lang/crates.io-index"6906checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"69076908[[package]]6909name = "pin-utils"6910version = "0.1.0"6911source = "registry+https://github.com/rust-lang/crates.io-index"6912checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"69136914[[package]]6915name = "pkg-config"6916version = "0.3.24"6917source = "registry+https://github.com/rust-lang/crates.io-index"6918checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"69196920[[package]]6921name = "platforms"6922version = "2.0.0"6923source = "registry+https://github.com/rust-lang/crates.io-index"6924checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"69256926[[package]]6927name = "polkadot-approval-distribution"6928version = "0.9.17"6929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6930dependencies = [6931 "futures 0.3.21",6932 "polkadot-node-network-protocol",6933 "polkadot-node-primitives",6934 "polkadot-node-subsystem",6935 "polkadot-node-subsystem-util",6936 "polkadot-primitives",6937 "tracing",6938]69396940[[package]]6941name = "polkadot-availability-bitfield-distribution"6942version = "0.9.17"6943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6944dependencies = [6945 "futures 0.3.21",6946 "polkadot-node-network-protocol",6947 "polkadot-node-subsystem",6948 "polkadot-node-subsystem-util",6949 "polkadot-primitives",6950 "tracing",6951]69526953[[package]]6954name = "polkadot-availability-distribution"6955version = "0.9.17"6956source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6957dependencies = [6958 "derive_more",6959 "futures 0.3.21",6960 "lru 0.7.3",6961 "parity-scale-codec",6962 "polkadot-erasure-coding",6963 "polkadot-node-network-protocol",6964 "polkadot-node-primitives",6965 "polkadot-node-subsystem",6966 "polkadot-node-subsystem-util",6967 "polkadot-primitives",6968 "rand 0.8.5",6969 "sp-core",6970 "sp-keystore",6971 "thiserror",6972 "tracing",6973]69746975[[package]]6976name = "polkadot-availability-recovery"6977version = "0.9.17"6978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6979dependencies = [6980 "futures 0.3.21",6981 "lru 0.7.3",6982 "parity-scale-codec",6983 "polkadot-erasure-coding",6984 "polkadot-node-network-protocol",6985 "polkadot-node-primitives",6986 "polkadot-node-subsystem",6987 "polkadot-node-subsystem-util",6988 "polkadot-primitives",6989 "rand 0.8.5",6990 "sc-network",6991 "thiserror",6992 "tracing",6993]69946995[[package]]6996name = "polkadot-cli"6997version = "0.9.17"6998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"6999dependencies = [7000 "clap",7001 "frame-benchmarking-cli",7002 "futures 0.3.21",7003 "log",7004 "polkadot-node-core-pvf",7005 "polkadot-node-metrics",7006 "polkadot-performance-test",7007 "polkadot-service",7008 "sc-cli",7009 "sc-service",7010 "sc-tracing",7011 "sp-core",7012 "sp-trie",7013 "substrate-build-script-utils",7014 "thiserror",7015 "try-runtime-cli",7016]70177018[[package]]7019name = "polkadot-client"7020version = "0.9.17"7021source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7022dependencies = [7023 "beefy-primitives",7024 "frame-benchmarking",7025 "frame-system-rpc-runtime-api",7026 "pallet-mmr-primitives",7027 "pallet-transaction-payment-rpc-runtime-api",7028 "polkadot-primitives",7029 "polkadot-runtime",7030 "sc-client-api",7031 "sc-consensus",7032 "sc-executor",7033 "sc-service",7034 "sp-api",7035 "sp-authority-discovery",7036 "sp-block-builder",7037 "sp-blockchain",7038 "sp-consensus",7039 "sp-consensus-babe",7040 "sp-finality-grandpa",7041 "sp-offchain",7042 "sp-runtime",7043 "sp-session",7044 "sp-storage",7045 "sp-transaction-pool",7046]70477048[[package]]7049name = "polkadot-collator-protocol"7050version = "0.9.17"7051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7052dependencies = [7053 "always-assert",7054 "derive_more",7055 "futures 0.3.21",7056 "futures-timer",7057 "polkadot-node-network-protocol",7058 "polkadot-node-primitives",7059 "polkadot-node-subsystem",7060 "polkadot-node-subsystem-util",7061 "polkadot-primitives",7062 "sp-core",7063 "sp-keystore",7064 "sp-runtime",7065 "thiserror",7066 "tracing",7067]70687069[[package]]7070name = "polkadot-core-primitives"7071version = "0.9.17"7072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7073dependencies = [7074 "parity-scale-codec",7075 "parity-util-mem",7076 "scale-info",7077 "sp-core",7078 "sp-runtime",7079 "sp-std",7080]70817082[[package]]7083name = "polkadot-dispute-distribution"7084version = "0.9.17"7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7086dependencies = [7087 "derive_more",7088 "futures 0.3.21",7089 "lru 0.7.3",7090 "parity-scale-codec",7091 "polkadot-erasure-coding",7092 "polkadot-node-network-protocol",7093 "polkadot-node-primitives",7094 "polkadot-node-subsystem",7095 "polkadot-node-subsystem-util",7096 "polkadot-primitives",7097 "sc-network",7098 "sp-application-crypto",7099 "sp-keystore",7100 "thiserror",7101 "tracing",7102]71037104[[package]]7105name = "polkadot-erasure-coding"7106version = "0.9.17"7107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7108dependencies = [7109 "parity-scale-codec",7110 "polkadot-node-primitives",7111 "polkadot-primitives",7112 "reed-solomon-novelpoly",7113 "sp-core",7114 "sp-trie",7115 "thiserror",7116]71177118[[package]]7119name = "polkadot-gossip-support"7120version = "0.9.17"7121source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7122dependencies = [7123 "futures 0.3.21",7124 "futures-timer",7125 "polkadot-node-network-protocol",7126 "polkadot-node-subsystem",7127 "polkadot-node-subsystem-util",7128 "polkadot-primitives",7129 "rand 0.8.5",7130 "rand_chacha 0.3.1",7131 "sc-network",7132 "sp-application-crypto",7133 "sp-core",7134 "sp-keystore",7135 "tracing",7136]71377138[[package]]7139name = "polkadot-network-bridge"7140version = "0.9.17"7141source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7142dependencies = [7143 "async-trait",7144 "futures 0.3.21",7145 "parity-scale-codec",7146 "parking_lot 0.11.2",7147 "polkadot-node-network-protocol",7148 "polkadot-node-subsystem",7149 "polkadot-node-subsystem-util",7150 "polkadot-overseer",7151 "polkadot-primitives",7152 "sc-network",7153 "sp-consensus",7154 "tracing",7155]71567157[[package]]7158name = "polkadot-node-collation-generation"7159version = "0.9.17"7160source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7161dependencies = [7162 "futures 0.3.21",7163 "parity-scale-codec",7164 "polkadot-erasure-coding",7165 "polkadot-node-primitives",7166 "polkadot-node-subsystem",7167 "polkadot-node-subsystem-util",7168 "polkadot-primitives",7169 "sp-core",7170 "sp-maybe-compressed-blob",7171 "thiserror",7172 "tracing",7173]71747175[[package]]7176name = "polkadot-node-core-approval-voting"7177version = "0.9.17"7178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7179dependencies = [7180 "bitvec",7181 "derive_more",7182 "futures 0.3.21",7183 "futures-timer",7184 "kvdb",7185 "lru 0.7.3",7186 "merlin",7187 "parity-scale-codec",7188 "polkadot-node-jaeger",7189 "polkadot-node-primitives",7190 "polkadot-node-subsystem",7191 "polkadot-node-subsystem-util",7192 "polkadot-overseer",7193 "polkadot-primitives",7194 "sc-keystore",7195 "schnorrkel",7196 "sp-application-crypto",7197 "sp-consensus",7198 "sp-consensus-slots",7199 "sp-runtime",7200 "tracing",7201]72027203[[package]]7204name = "polkadot-node-core-av-store"7205version = "0.9.17"7206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7207dependencies = [7208 "bitvec",7209 "futures 0.3.21",7210 "futures-timer",7211 "kvdb",7212 "parity-scale-codec",7213 "polkadot-erasure-coding",7214 "polkadot-node-primitives",7215 "polkadot-node-subsystem",7216 "polkadot-node-subsystem-util",7217 "polkadot-overseer",7218 "polkadot-primitives",7219 "thiserror",7220 "tracing",7221]72227223[[package]]7224name = "polkadot-node-core-backing"7225version = "0.9.17"7226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7227dependencies = [7228 "bitvec",7229 "futures 0.3.21",7230 "polkadot-erasure-coding",7231 "polkadot-node-primitives",7232 "polkadot-node-subsystem",7233 "polkadot-node-subsystem-util",7234 "polkadot-primitives",7235 "polkadot-statement-table",7236 "sp-keystore",7237 "thiserror",7238 "tracing",7239]72407241[[package]]7242name = "polkadot-node-core-bitfield-signing"7243version = "0.9.17"7244source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7245dependencies = [7246 "futures 0.3.21",7247 "polkadot-node-subsystem",7248 "polkadot-node-subsystem-util",7249 "polkadot-primitives",7250 "sp-keystore",7251 "thiserror",7252 "tracing",7253 "wasm-timer",7254]72557256[[package]]7257name = "polkadot-node-core-candidate-validation"7258version = "0.9.17"7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7260dependencies = [7261 "async-trait",7262 "futures 0.3.21",7263 "parity-scale-codec",7264 "polkadot-node-core-pvf",7265 "polkadot-node-primitives",7266 "polkadot-node-subsystem",7267 "polkadot-node-subsystem-util",7268 "polkadot-parachain",7269 "polkadot-primitives",7270 "sp-maybe-compressed-blob",7271 "tracing",7272]72737274[[package]]7275name = "polkadot-node-core-chain-api"7276version = "0.9.17"7277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7278dependencies = [7279 "futures 0.3.21",7280 "polkadot-node-subsystem",7281 "polkadot-node-subsystem-util",7282 "polkadot-primitives",7283 "sc-client-api",7284 "sc-consensus-babe",7285 "sp-blockchain",7286 "tracing",7287]72887289[[package]]7290name = "polkadot-node-core-chain-selection"7291version = "0.9.17"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7293dependencies = [7294 "futures 0.3.21",7295 "futures-timer",7296 "kvdb",7297 "parity-scale-codec",7298 "polkadot-node-primitives",7299 "polkadot-node-subsystem",7300 "polkadot-node-subsystem-util",7301 "polkadot-primitives",7302 "thiserror",7303 "tracing",7304]73057306[[package]]7307name = "polkadot-node-core-dispute-coordinator"7308version = "0.9.17"7309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7310dependencies = [7311 "futures 0.3.21",7312 "kvdb",7313 "lru 0.7.3",7314 "parity-scale-codec",7315 "polkadot-node-primitives",7316 "polkadot-node-subsystem",7317 "polkadot-node-subsystem-util",7318 "polkadot-primitives",7319 "sc-keystore",7320 "thiserror",7321 "tracing",7322]73237324[[package]]7325name = "polkadot-node-core-parachains-inherent"7326version = "0.9.17"7327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7328dependencies = [7329 "async-trait",7330 "futures 0.3.21",7331 "futures-timer",7332 "polkadot-node-subsystem",7333 "polkadot-primitives",7334 "sp-blockchain",7335 "sp-inherents",7336 "sp-runtime",7337 "thiserror",7338 "tracing",7339]73407341[[package]]7342name = "polkadot-node-core-provisioner"7343version = "0.9.17"7344source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7345dependencies = [7346 "bitvec",7347 "futures 0.3.21",7348 "futures-timer",7349 "polkadot-node-primitives",7350 "polkadot-node-subsystem",7351 "polkadot-node-subsystem-util",7352 "polkadot-primitives",7353 "rand 0.8.5",7354 "thiserror",7355 "tracing",7356]73577358[[package]]7359name = "polkadot-node-core-pvf"7360version = "0.9.17"7361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7362dependencies = [7363 "always-assert",7364 "assert_matches",7365 "async-process",7366 "async-std",7367 "futures 0.3.21",7368 "futures-timer",7369 "parity-scale-codec",7370 "pin-project 1.0.10",7371 "polkadot-core-primitives",7372 "polkadot-node-subsystem-util",7373 "polkadot-parachain",7374 "rand 0.8.5",7375 "sc-executor",7376 "sc-executor-common",7377 "sc-executor-wasmtime",7378 "slotmap",7379 "sp-core",7380 "sp-externalities",7381 "sp-io",7382 "sp-maybe-compressed-blob",7383 "sp-tracing",7384 "sp-wasm-interface",7385 "tracing",7386]73877388[[package]]7389name = "polkadot-node-core-pvf-checker"7390version = "0.9.17"7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7392dependencies = [7393 "futures 0.3.21",7394 "polkadot-node-primitives",7395 "polkadot-node-subsystem",7396 "polkadot-node-subsystem-util",7397 "polkadot-overseer",7398 "polkadot-primitives",7399 "sp-keystore",7400 "thiserror",7401 "tracing",7402]74037404[[package]]7405name = "polkadot-node-core-runtime-api"7406version = "0.9.17"7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7408dependencies = [7409 "futures 0.3.21",7410 "memory-lru",7411 "parity-util-mem",7412 "polkadot-node-subsystem",7413 "polkadot-node-subsystem-util",7414 "polkadot-primitives",7415 "sp-api",7416 "sp-authority-discovery",7417 "sp-consensus-babe",7418 "sp-core",7419 "tracing",7420]74217422[[package]]7423name = "polkadot-node-jaeger"7424version = "0.9.17"7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7426dependencies = [7427 "async-std",7428 "lazy_static",7429 "log",7430 "mick-jaeger",7431 "parity-scale-codec",7432 "parking_lot 0.11.2",7433 "polkadot-node-primitives",7434 "polkadot-primitives",7435 "sc-network",7436 "sp-core",7437 "thiserror",7438]74397440[[package]]7441name = "polkadot-node-metrics"7442version = "0.9.17"7443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7444dependencies = [7445 "bs58",7446 "futures 0.3.21",7447 "futures-timer",7448 "log",7449 "metered-channel",7450 "parity-scale-codec",7451 "polkadot-primitives",7452 "sc-cli",7453 "sc-service",7454 "sc-tracing",7455 "substrate-prometheus-endpoint",7456 "tracing",7457]74587459[[package]]7460name = "polkadot-node-network-protocol"7461version = "0.9.17"7462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7463dependencies = [7464 "async-trait",7465 "derive_more",7466 "futures 0.3.21",7467 "parity-scale-codec",7468 "polkadot-node-jaeger",7469 "polkadot-node-primitives",7470 "polkadot-primitives",7471 "sc-authority-discovery",7472 "sc-network",7473 "strum",7474 "thiserror",7475]74767477[[package]]7478name = "polkadot-node-primitives"7479version = "0.9.17"7480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7481dependencies = [7482 "bounded-vec",7483 "futures 0.3.21",7484 "parity-scale-codec",7485 "polkadot-parachain",7486 "polkadot-primitives",7487 "schnorrkel",7488 "serde",7489 "sp-application-crypto",7490 "sp-consensus-babe",7491 "sp-consensus-vrf",7492 "sp-core",7493 "sp-keystore",7494 "sp-maybe-compressed-blob",7495 "thiserror",7496 "zstd",7497]74987499[[package]]7500name = "polkadot-node-subsystem"7501version = "0.9.17"7502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7503dependencies = [7504 "polkadot-node-jaeger",7505 "polkadot-node-subsystem-types",7506 "polkadot-overseer",7507]75087509[[package]]7510name = "polkadot-node-subsystem-types"7511version = "0.9.17"7512source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7513dependencies = [7514 "derive_more",7515 "futures 0.3.21",7516 "polkadot-node-jaeger",7517 "polkadot-node-network-protocol",7518 "polkadot-node-primitives",7519 "polkadot-overseer-gen",7520 "polkadot-primitives",7521 "polkadot-statement-table",7522 "sc-network",7523 "smallvec",7524 "substrate-prometheus-endpoint",7525 "thiserror",7526]75277528[[package]]7529name = "polkadot-node-subsystem-util"7530version = "0.9.17"7531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7532dependencies = [7533 "async-trait",7534 "derive_more",7535 "futures 0.3.21",7536 "itertools",7537 "lru 0.7.3",7538 "metered-channel",7539 "parity-scale-codec",7540 "pin-project 1.0.10",7541 "polkadot-node-jaeger",7542 "polkadot-node-metrics",7543 "polkadot-node-network-protocol",7544 "polkadot-node-primitives",7545 "polkadot-node-subsystem",7546 "polkadot-overseer",7547 "polkadot-primitives",7548 "rand 0.8.5",7549 "sp-application-crypto",7550 "sp-core",7551 "sp-keystore",7552 "thiserror",7553 "tracing",7554]75557556[[package]]7557name = "polkadot-overseer"7558version = "0.9.17"7559source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7560dependencies = [7561 "futures 0.3.21",7562 "futures-timer",7563 "lru 0.7.3",7564 "parity-util-mem",7565 "parking_lot 0.11.2",7566 "polkadot-node-metrics",7567 "polkadot-node-network-protocol",7568 "polkadot-node-primitives",7569 "polkadot-node-subsystem-types",7570 "polkadot-overseer-gen",7571 "polkadot-primitives",7572 "sc-client-api",7573 "sp-api",7574 "tracing",7575]75767577[[package]]7578name = "polkadot-overseer-gen"7579version = "0.9.17"7580source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7581dependencies = [7582 "async-trait",7583 "futures 0.3.21",7584 "futures-timer",7585 "metered-channel",7586 "pin-project 1.0.10",7587 "polkadot-node-network-protocol",7588 "polkadot-node-primitives",7589 "polkadot-overseer-gen-proc-macro",7590 "thiserror",7591 "tracing",7592]75937594[[package]]7595name = "polkadot-overseer-gen-proc-macro"7596version = "0.9.17"7597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7598dependencies = [7599 "proc-macro-crate 1.1.3",7600 "proc-macro2",7601 "quote",7602 "syn",7603]76047605[[package]]7606name = "polkadot-parachain"7607version = "0.9.17"7608source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7609dependencies = [7610 "derive_more",7611 "frame-support",7612 "parity-scale-codec",7613 "parity-util-mem",7614 "polkadot-core-primitives",7615 "scale-info",7616 "serde",7617 "sp-core",7618 "sp-runtime",7619 "sp-std",7620]76217622[[package]]7623name = "polkadot-performance-test"7624version = "0.9.17"7625source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7626dependencies = [7627 "env_logger",7628 "kusama-runtime",7629 "log",7630 "polkadot-erasure-coding",7631 "polkadot-node-core-pvf",7632 "polkadot-node-primitives",7633 "quote",7634 "thiserror",7635]76367637[[package]]7638name = "polkadot-primitives"7639version = "0.9.17"7640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7641dependencies = [7642 "bitvec",7643 "frame-system",7644 "hex-literal",7645 "parity-scale-codec",7646 "parity-util-mem",7647 "polkadot-core-primitives",7648 "polkadot-parachain",7649 "scale-info",7650 "serde",7651 "sp-api",7652 "sp-application-crypto",7653 "sp-arithmetic",7654 "sp-authority-discovery",7655 "sp-consensus-slots",7656 "sp-core",7657 "sp-inherents",7658 "sp-io",7659 "sp-keystore",7660 "sp-runtime",7661 "sp-staking",7662 "sp-std",7663 "sp-trie",7664 "sp-version",7665]76667667[[package]]7668name = "polkadot-rpc"7669version = "0.9.17"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7671dependencies = [7672 "beefy-gadget",7673 "beefy-gadget-rpc",7674 "jsonrpc-core",7675 "pallet-mmr-rpc",7676 "pallet-transaction-payment-rpc",7677 "polkadot-primitives",7678 "sc-chain-spec",7679 "sc-client-api",7680 "sc-consensus-babe",7681 "sc-consensus-babe-rpc",7682 "sc-consensus-epochs",7683 "sc-finality-grandpa",7684 "sc-finality-grandpa-rpc",7685 "sc-rpc",7686 "sc-sync-state-rpc",7687 "sc-transaction-pool-api",7688 "sp-api",7689 "sp-block-builder",7690 "sp-blockchain",7691 "sp-consensus",7692 "sp-consensus-babe",7693 "sp-keystore",7694 "sp-runtime",7695 "substrate-frame-rpc-system",7696]76977698[[package]]7699name = "polkadot-runtime"7700version = "0.9.17"7701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7702dependencies = [7703 "beefy-primitives",7704 "bitvec",7705 "frame-benchmarking",7706 "frame-election-provider-support",7707 "frame-executive",7708 "frame-support",7709 "frame-system",7710 "frame-system-benchmarking",7711 "frame-system-rpc-runtime-api",7712 "frame-try-runtime",7713 "hex-literal",7714 "log",7715 "pallet-authority-discovery",7716 "pallet-authorship",7717 "pallet-babe",7718 "pallet-bags-list",7719 "pallet-balances",7720 "pallet-bounties",7721 "pallet-collective",7722 "pallet-democracy",7723 "pallet-election-provider-multi-phase",7724 "pallet-elections-phragmen",7725 "pallet-grandpa",7726 "pallet-identity",7727 "pallet-im-online",7728 "pallet-indices",7729 "pallet-membership",7730 "pallet-mmr-primitives",7731 "pallet-multisig",7732 "pallet-nicks",7733 "pallet-offences",7734 "pallet-offences-benchmarking",7735 "pallet-preimage",7736 "pallet-proxy",7737 "pallet-scheduler",7738 "pallet-session",7739 "pallet-session-benchmarking",7740 "pallet-staking",7741 "pallet-staking-reward-curve",7742 "pallet-timestamp",7743 "pallet-tips",7744 "pallet-transaction-payment",7745 "pallet-transaction-payment-rpc-runtime-api",7746 "pallet-treasury",7747 "pallet-utility",7748 "pallet-vesting",7749 "pallet-xcm",7750 "parity-scale-codec",7751 "polkadot-primitives",7752 "polkadot-runtime-common",7753 "polkadot-runtime-constants",7754 "polkadot-runtime-parachains",7755 "rustc-hex",7756 "scale-info",7757 "serde",7758 "serde_derive",7759 "smallvec",7760 "sp-api",7761 "sp-authority-discovery",7762 "sp-block-builder",7763 "sp-consensus-babe",7764 "sp-core",7765 "sp-inherents",7766 "sp-io",7767 "sp-npos-elections",7768 "sp-offchain",7769 "sp-runtime",7770 "sp-session",7771 "sp-staking",7772 "sp-std",7773 "sp-transaction-pool",7774 "sp-version",7775 "static_assertions",7776 "substrate-wasm-builder",7777 "xcm",7778 "xcm-builder",7779 "xcm-executor",7780]77817782[[package]]7783name = "polkadot-runtime-common"7784version = "0.9.17"7785source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7786dependencies = [7787 "beefy-primitives",7788 "bitvec",7789 "frame-benchmarking",7790 "frame-election-provider-support",7791 "frame-support",7792 "frame-system",7793 "impl-trait-for-tuples",7794 "libsecp256k1 0.7.0",7795 "log",7796 "pallet-authorship",7797 "pallet-babe",7798 "pallet-bags-list",7799 "pallet-balances",7800 "pallet-beefy-mmr",7801 "pallet-election-provider-multi-phase",7802 "pallet-session",7803 "pallet-staking",7804 "pallet-timestamp",7805 "pallet-transaction-payment",7806 "pallet-treasury",7807 "pallet-vesting",7808 "parity-scale-codec",7809 "polkadot-primitives",7810 "polkadot-runtime-parachains",7811 "rustc-hex",7812 "scale-info",7813 "serde",7814 "serde_derive",7815 "slot-range-helper",7816 "sp-api",7817 "sp-core",7818 "sp-inherents",7819 "sp-io",7820 "sp-npos-elections",7821 "sp-runtime",7822 "sp-session",7823 "sp-staking",7824 "sp-std",7825 "static_assertions",7826 "xcm",7827]78287829[[package]]7830name = "polkadot-runtime-constants"7831version = "0.9.17"7832source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7833dependencies = [7834 "frame-support",7835 "polkadot-primitives",7836 "polkadot-runtime-common",7837 "smallvec",7838 "sp-runtime",7839]78407841[[package]]7842name = "polkadot-runtime-metrics"7843version = "0.9.17"7844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7845dependencies = [7846 "bs58",7847 "parity-scale-codec",7848 "polkadot-primitives",7849 "sp-std",7850 "sp-tracing",7851]78527853[[package]]7854name = "polkadot-runtime-parachains"7855version = "0.9.17"7856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7857dependencies = [7858 "bitflags",7859 "bitvec",7860 "derive_more",7861 "frame-benchmarking",7862 "frame-support",7863 "frame-system",7864 "log",7865 "pallet-authority-discovery",7866 "pallet-authorship",7867 "pallet-babe",7868 "pallet-balances",7869 "pallet-session",7870 "pallet-staking",7871 "pallet-timestamp",7872 "pallet-vesting",7873 "parity-scale-codec",7874 "polkadot-primitives",7875 "polkadot-runtime-metrics",7876 "rand 0.8.5",7877 "rand_chacha 0.3.1",7878 "rustc-hex",7879 "scale-info",7880 "serde",7881 "sp-api",7882 "sp-core",7883 "sp-inherents",7884 "sp-io",7885 "sp-keystore",7886 "sp-runtime",7887 "sp-session",7888 "sp-staking",7889 "sp-std",7890 "static_assertions",7891 "xcm",7892 "xcm-executor",7893]78947895[[package]]7896name = "polkadot-service"7897version = "0.9.17"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7899dependencies = [7900 "async-trait",7901 "beefy-gadget",7902 "beefy-primitives",7903 "frame-system-rpc-runtime-api",7904 "futures 0.3.21",7905 "hex-literal",7906 "kusama-runtime",7907 "kvdb",7908 "kvdb-rocksdb",7909 "lru 0.7.3",7910 "pallet-babe",7911 "pallet-im-online",7912 "pallet-mmr-primitives",7913 "pallet-staking",7914 "pallet-transaction-payment-rpc-runtime-api",7915 "polkadot-approval-distribution",7916 "polkadot-availability-bitfield-distribution",7917 "polkadot-availability-distribution",7918 "polkadot-availability-recovery",7919 "polkadot-client",7920 "polkadot-collator-protocol",7921 "polkadot-dispute-distribution",7922 "polkadot-gossip-support",7923 "polkadot-network-bridge",7924 "polkadot-node-collation-generation",7925 "polkadot-node-core-approval-voting",7926 "polkadot-node-core-av-store",7927 "polkadot-node-core-backing",7928 "polkadot-node-core-bitfield-signing",7929 "polkadot-node-core-candidate-validation",7930 "polkadot-node-core-chain-api",7931 "polkadot-node-core-chain-selection",7932 "polkadot-node-core-dispute-coordinator",7933 "polkadot-node-core-parachains-inherent",7934 "polkadot-node-core-provisioner",7935 "polkadot-node-core-pvf-checker",7936 "polkadot-node-core-runtime-api",7937 "polkadot-node-network-protocol",7938 "polkadot-node-primitives",7939 "polkadot-node-subsystem",7940 "polkadot-node-subsystem-util",7941 "polkadot-overseer",7942 "polkadot-parachain",7943 "polkadot-primitives",7944 "polkadot-rpc",7945 "polkadot-runtime",7946 "polkadot-runtime-constants",7947 "polkadot-runtime-parachains",7948 "polkadot-statement-distribution",7949 "rococo-runtime",7950 "sc-authority-discovery",7951 "sc-basic-authorship",7952 "sc-block-builder",7953 "sc-chain-spec",7954 "sc-client-api",7955 "sc-client-db",7956 "sc-consensus",7957 "sc-consensus-babe",7958 "sc-consensus-slots",7959 "sc-consensus-uncles",7960 "sc-executor",7961 "sc-finality-grandpa",7962 "sc-keystore",7963 "sc-network",7964 "sc-offchain",7965 "sc-service",7966 "sc-sync-state-rpc",7967 "sc-telemetry",7968 "sc-transaction-pool",7969 "serde",7970 "sp-api",7971 "sp-authority-discovery",7972 "sp-block-builder",7973 "sp-blockchain",7974 "sp-consensus",7975 "sp-consensus-babe",7976 "sp-core",7977 "sp-finality-grandpa",7978 "sp-inherents",7979 "sp-io",7980 "sp-keystore",7981 "sp-offchain",7982 "sp-runtime",7983 "sp-session",7984 "sp-state-machine",7985 "sp-storage",7986 "sp-timestamp",7987 "sp-transaction-pool",7988 "sp-trie",7989 "substrate-prometheus-endpoint",7990 "thiserror",7991 "tracing",7992 "westend-runtime",7993]79947995[[package]]7996name = "polkadot-statement-distribution"7997version = "0.9.17"7998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"7999dependencies = [8000 "arrayvec 0.5.2",8001 "derive_more",8002 "futures 0.3.21",8003 "indexmap",8004 "parity-scale-codec",8005 "polkadot-node-network-protocol",8006 "polkadot-node-primitives",8007 "polkadot-node-subsystem",8008 "polkadot-node-subsystem-util",8009 "polkadot-primitives",8010 "sp-keystore",8011 "sp-staking",8012 "thiserror",8013 "tracing",8014]80158016[[package]]8017name = "polkadot-statement-table"8018version = "0.9.17"8019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8020dependencies = [8021 "parity-scale-codec",8022 "polkadot-primitives",8023 "sp-core",8024]80258026[[package]]8027name = "polkadot-test-runtime"8028version = "0.9.17"8029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8030dependencies = [8031 "beefy-primitives",8032 "bitvec",8033 "frame-election-provider-support",8034 "frame-executive",8035 "frame-support",8036 "frame-system",8037 "frame-system-rpc-runtime-api",8038 "log",8039 "pallet-authority-discovery",8040 "pallet-authorship",8041 "pallet-babe",8042 "pallet-balances",8043 "pallet-grandpa",8044 "pallet-indices",8045 "pallet-mmr-primitives",8046 "pallet-nicks",8047 "pallet-offences",8048 "pallet-session",8049 "pallet-staking",8050 "pallet-staking-reward-curve",8051 "pallet-sudo",8052 "pallet-timestamp",8053 "pallet-transaction-payment",8054 "pallet-transaction-payment-rpc-runtime-api",8055 "pallet-vesting",8056 "pallet-xcm",8057 "parity-scale-codec",8058 "polkadot-parachain",8059 "polkadot-primitives",8060 "polkadot-runtime-common",8061 "polkadot-runtime-parachains",8062 "rustc-hex",8063 "scale-info",8064 "serde",8065 "serde_derive",8066 "smallvec",8067 "sp-api",8068 "sp-authority-discovery",8069 "sp-block-builder",8070 "sp-consensus-babe",8071 "sp-core",8072 "sp-inherents",8073 "sp-io",8074 "sp-offchain",8075 "sp-runtime",8076 "sp-session",8077 "sp-staking",8078 "sp-std",8079 "sp-transaction-pool",8080 "sp-version",8081 "substrate-wasm-builder",8082 "test-runtime-constants",8083 "xcm",8084 "xcm-builder",8085 "xcm-executor",8086]80878088[[package]]8089name = "polkadot-test-service"8090version = "0.9.17"8091source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8092dependencies = [8093 "frame-benchmarking",8094 "frame-system",8095 "futures 0.1.31",8096 "futures 0.3.21",8097 "hex",8098 "pallet-balances",8099 "pallet-staking",8100 "pallet-transaction-payment",8101 "polkadot-node-primitives",8102 "polkadot-node-subsystem",8103 "polkadot-overseer",8104 "polkadot-parachain",8105 "polkadot-primitives",8106 "polkadot-rpc",8107 "polkadot-runtime-common",8108 "polkadot-runtime-parachains",8109 "polkadot-service",8110 "polkadot-test-runtime",8111 "rand 0.8.5",8112 "sc-authority-discovery",8113 "sc-chain-spec",8114 "sc-cli",8115 "sc-client-api",8116 "sc-consensus",8117 "sc-consensus-babe",8118 "sc-executor",8119 "sc-finality-grandpa",8120 "sc-network",8121 "sc-service",8122 "sc-tracing",8123 "sc-transaction-pool",8124 "sp-arithmetic",8125 "sp-authority-discovery",8126 "sp-blockchain",8127 "sp-consensus",8128 "sp-consensus-babe",8129 "sp-core",8130 "sp-finality-grandpa",8131 "sp-inherents",8132 "sp-keyring",8133 "sp-runtime",8134 "sp-state-machine",8135 "substrate-test-client",8136 "tempfile",8137 "test-runtime-constants",8138 "tokio 1.17.0",8139 "tracing",8140]81418142[[package]]8143name = "polling"8144version = "2.2.0"8145source = "registry+https://github.com/rust-lang/crates.io-index"8146checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8147dependencies = [8148 "cfg-if 1.0.0",8149 "libc",8150 "log",8151 "wepoll-ffi",8152 "winapi 0.3.9",8153]81548155[[package]]8156name = "poly1305"8157version = "0.7.2"8158source = "registry+https://github.com/rust-lang/crates.io-index"8159checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8160dependencies = [8161 "cpufeatures 0.2.1",8162 "opaque-debug 0.3.0",8163 "universal-hash",8164]81658166[[package]]8167name = "polyval"8168version = "0.5.3"8169source = "registry+https://github.com/rust-lang/crates.io-index"8170checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8171dependencies = [8172 "cfg-if 1.0.0",8173 "cpufeatures 0.2.1",8174 "opaque-debug 0.3.0",8175 "universal-hash",8176]81778178[[package]]8179name = "ppv-lite86"8180version = "0.2.16"8181source = "registry+https://github.com/rust-lang/crates.io-index"8182checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"81838184[[package]]8185name = "primitive-types"8186version = "0.9.1"8187source = "registry+https://github.com/rust-lang/crates.io-index"8188checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"8189dependencies = [8190 "fixed-hash",8191 "impl-codec",8192 "impl-rlp",8193 "uint",8194]81958196[[package]]8197name = "primitive-types"8198version = "0.10.1"8199source = "registry+https://github.com/rust-lang/crates.io-index"8200checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"8201dependencies = [8202 "fixed-hash",8203 "impl-codec",8204 "impl-rlp",8205 "impl-serde",8206 "scale-info",8207 "uint",8208]82098210[[package]]8211name = "proc-macro-crate"8212version = "0.1.5"8213source = "registry+https://github.com/rust-lang/crates.io-index"8214checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8215dependencies = [8216 "toml",8217]82188219[[package]]8220name = "proc-macro-crate"8221version = "1.1.3"8222source = "registry+https://github.com/rust-lang/crates.io-index"8223checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8224dependencies = [8225 "thiserror",8226 "toml",8227]82288229[[package]]8230name = "proc-macro-error"8231version = "1.0.4"8232source = "registry+https://github.com/rust-lang/crates.io-index"8233checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8234dependencies = [8235 "proc-macro-error-attr",8236 "proc-macro2",8237 "quote",8238 "syn",8239 "version_check",8240]82418242[[package]]8243name = "proc-macro-error-attr"8244version = "1.0.4"8245source = "registry+https://github.com/rust-lang/crates.io-index"8246checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8247dependencies = [8248 "proc-macro2",8249 "quote",8250 "version_check",8251]82528253[[package]]8254name = "proc-macro2"8255version = "1.0.36"8256source = "registry+https://github.com/rust-lang/crates.io-index"8257checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8258dependencies = [8259 "unicode-xid",8260]82618262[[package]]8263name = "prometheus"8264version = "0.13.0"8265source = "registry+https://github.com/rust-lang/crates.io-index"8266checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8267dependencies = [8268 "cfg-if 1.0.0",8269 "fnv",8270 "lazy_static",8271 "memchr",8272 "parking_lot 0.11.2",8273 "thiserror",8274]82758276[[package]]8277name = "prost"8278version = "0.9.0"8279source = "registry+https://github.com/rust-lang/crates.io-index"8280checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8281dependencies = [8282 "bytes 1.1.0",8283 "prost-derive",8284]82858286[[package]]8287name = "prost-build"8288version = "0.9.0"8289source = "registry+https://github.com/rust-lang/crates.io-index"8290checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8291dependencies = [8292 "bytes 1.1.0",8293 "heck 0.3.3",8294 "itertools",8295 "lazy_static",8296 "log",8297 "multimap",8298 "petgraph",8299 "prost",8300 "prost-types",8301 "regex",8302 "tempfile",8303 "which",8304]83058306[[package]]8307name = "prost-derive"8308version = "0.9.0"8309source = "registry+https://github.com/rust-lang/crates.io-index"8310checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8311dependencies = [8312 "anyhow",8313 "itertools",8314 "proc-macro2",8315 "quote",8316 "syn",8317]83188319[[package]]8320name = "prost-types"8321version = "0.9.0"8322source = "registry+https://github.com/rust-lang/crates.io-index"8323checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8324dependencies = [8325 "bytes 1.1.0",8326 "prost",8327]83288329[[package]]8330name = "psm"8331version = "0.1.17"8332source = "registry+https://github.com/rust-lang/crates.io-index"8333checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f"8334dependencies = [8335 "cc",8336]83378338[[package]]8339name = "quartz-runtime"8340version = "0.1.0"8341dependencies = [8342 "cumulus-pallet-aura-ext",8343 "cumulus-pallet-dmp-queue",8344 "cumulus-pallet-parachain-system",8345 "cumulus-pallet-xcm",8346 "cumulus-pallet-xcmp-queue",8347 "cumulus-primitives-core",8348 "cumulus-primitives-timestamp",8349 "cumulus-primitives-utility",8350 "derivative",8351 "fp-rpc",8352 "fp-self-contained",8353 "frame-benchmarking",8354 "frame-executive",8355 "frame-support",8356 "frame-system",8357 "frame-system-benchmarking",8358 "frame-system-rpc-runtime-api",8359 "hex-literal",8360 "orml-vesting",8361 "pallet-aura",8362 "pallet-balances",8363 "pallet-base-fee",8364 "pallet-common",8365 "pallet-ethereum",8366 "pallet-evm",8367 "pallet-evm-coder-substrate",8368 "pallet-evm-contract-helpers",8369 "pallet-evm-migration",8370 "pallet-evm-transaction-payment",8371 "pallet-fungible",8372 "pallet-inflation",8373 "pallet-nonfungible",8374 "pallet-randomness-collective-flip",8375 "pallet-refungible",8376 "pallet-sudo",8377 "pallet-template-transaction-payment",8378 "pallet-timestamp",8379 "pallet-transaction-payment",8380 "pallet-transaction-payment-rpc-runtime-api",8381 "pallet-treasury",8382 "pallet-unique",8383 "pallet-unq-scheduler",8384 "pallet-xcm",8385 "parachain-info",8386 "parity-scale-codec",8387 "polkadot-parachain",8388 "scale-info",8389 "serde",8390 "smallvec",8391 "sp-api",8392 "sp-arithmetic",8393 "sp-block-builder",8394 "sp-consensus-aura",8395 "sp-core",8396 "sp-inherents",8397 "sp-io",8398 "sp-offchain",8399 "sp-runtime",8400 "sp-session",8401 "sp-std",8402 "sp-transaction-pool",8403 "sp-version",8404 "substrate-wasm-builder",8405 "unique-runtime-common",8406 "up-data-structs",8407 "up-evm-mapping",8408 "up-rpc",8409 "xcm",8410 "xcm-builder",8411 "xcm-executor",8412]84138414[[package]]8415name = "quick-error"8416version = "1.2.3"8417source = "registry+https://github.com/rust-lang/crates.io-index"8418checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"84198420[[package]]8421name = "quick-error"8422version = "2.0.1"8423source = "registry+https://github.com/rust-lang/crates.io-index"8424checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"84258426[[package]]8427name = "quicksink"8428version = "0.1.2"8429source = "registry+https://github.com/rust-lang/crates.io-index"8430checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8431dependencies = [8432 "futures-core",8433 "futures-sink",8434 "pin-project-lite 0.1.12",8435]84368437[[package]]8438name = "quote"8439version = "1.0.15"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"8442dependencies = [8443 "proc-macro2",8444]84458446[[package]]8447name = "radium"8448version = "0.6.2"8449source = "registry+https://github.com/rust-lang/crates.io-index"8450checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"84518452[[package]]8453name = "rand"8454version = "0.7.3"8455source = "registry+https://github.com/rust-lang/crates.io-index"8456checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8457dependencies = [8458 "getrandom 0.1.16",8459 "libc",8460 "rand_chacha 0.2.2",8461 "rand_core 0.5.1",8462 "rand_hc",8463 "rand_pcg",8464]84658466[[package]]8467name = "rand"8468version = "0.8.5"8469source = "registry+https://github.com/rust-lang/crates.io-index"8470checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8471dependencies = [8472 "libc",8473 "rand_chacha 0.3.1",8474 "rand_core 0.6.3",8475]84768477[[package]]8478name = "rand_chacha"8479version = "0.2.2"8480source = "registry+https://github.com/rust-lang/crates.io-index"8481checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8482dependencies = [8483 "ppv-lite86",8484 "rand_core 0.5.1",8485]84868487[[package]]8488name = "rand_chacha"8489version = "0.3.1"8490source = "registry+https://github.com/rust-lang/crates.io-index"8491checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8492dependencies = [8493 "ppv-lite86",8494 "rand_core 0.6.3",8495]84968497[[package]]8498name = "rand_core"8499version = "0.5.1"8500source = "registry+https://github.com/rust-lang/crates.io-index"8501checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8502dependencies = [8503 "getrandom 0.1.16",8504]85058506[[package]]8507name = "rand_core"8508version = "0.6.3"8509source = "registry+https://github.com/rust-lang/crates.io-index"8510checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8511dependencies = [8512 "getrandom 0.2.5",8513]85148515[[package]]8516name = "rand_distr"8517version = "0.4.3"8518source = "registry+https://github.com/rust-lang/crates.io-index"8519checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8520dependencies = [8521 "num-traits",8522 "rand 0.8.5",8523]85248525[[package]]8526name = "rand_hc"8527version = "0.2.0"8528source = "registry+https://github.com/rust-lang/crates.io-index"8529checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8530dependencies = [8531 "rand_core 0.5.1",8532]85338534[[package]]8535name = "rand_pcg"8536version = "0.2.1"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8539dependencies = [8540 "rand_core 0.5.1",8541]85428543[[package]]8544name = "rawpointer"8545version = "0.2.1"8546source = "registry+https://github.com/rust-lang/crates.io-index"8547checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"85488549[[package]]8550name = "rayon"8551version = "1.5.1"8552source = "registry+https://github.com/rust-lang/crates.io-index"8553checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8554dependencies = [8555 "autocfg",8556 "crossbeam-deque",8557 "either",8558 "rayon-core",8559]85608561[[package]]8562name = "rayon-core"8563version = "1.9.1"8564source = "registry+https://github.com/rust-lang/crates.io-index"8565checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8566dependencies = [8567 "crossbeam-channel",8568 "crossbeam-deque",8569 "crossbeam-utils",8570 "lazy_static",8571 "num_cpus",8572]85738574[[package]]8575name = "redox_syscall"8576version = "0.1.57"8577source = "registry+https://github.com/rust-lang/crates.io-index"8578checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"85798580[[package]]8581name = "redox_syscall"8582version = "0.2.11"8583source = "registry+https://github.com/rust-lang/crates.io-index"8584checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"8585dependencies = [8586 "bitflags",8587]85888589[[package]]8590name = "redox_users"8591version = "0.4.0"8592source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8594dependencies = [8595 "getrandom 0.2.5",8596 "redox_syscall 0.2.11",8597]85988599[[package]]8600name = "reed-solomon-novelpoly"8601version = "1.0.0"8602source = "registry+https://github.com/rust-lang/crates.io-index"8603checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8604dependencies = [8605 "derive_more",8606 "fs-err",8607 "itertools",8608 "static_init",8609 "thiserror",8610]86118612[[package]]8613name = "ref-cast"8614version = "1.0.6"8615source = "registry+https://github.com/rust-lang/crates.io-index"8616checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8617dependencies = [8618 "ref-cast-impl",8619]86208621[[package]]8622name = "ref-cast-impl"8623version = "1.0.6"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8626dependencies = [8627 "proc-macro2",8628 "quote",8629 "syn",8630]86318632[[package]]8633name = "regalloc"8634version = "0.0.33"8635source = "registry+https://github.com/rust-lang/crates.io-index"8636checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8637dependencies = [8638 "log",8639 "rustc-hash",8640 "smallvec",8641]86428643[[package]]8644name = "regex"8645version = "1.5.4"8646source = "registry+https://github.com/rust-lang/crates.io-index"8647checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8648dependencies = [8649 "aho-corasick",8650 "memchr",8651 "regex-syntax",8652]86538654[[package]]8655name = "regex-automata"8656version = "0.1.10"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8659dependencies = [8660 "regex-syntax",8661]86628663[[package]]8664name = "regex-syntax"8665version = "0.6.25"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"86688669[[package]]8670name = "region"8671version = "2.2.0"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8674dependencies = [8675 "bitflags",8676 "libc",8677 "mach",8678 "winapi 0.3.9",8679]86808681[[package]]8682name = "remote-externalities"8683version = "0.10.0-dev"8684source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"8685dependencies = [8686 "env_logger",8687 "jsonrpsee 0.8.0",8688 "log",8689 "parity-scale-codec",8690 "serde",8691 "serde_json",8692 "sp-core",8693 "sp-io",8694 "sp-runtime",8695 "sp-version",8696]86978698[[package]]8699name = "remove_dir_all"8700version = "0.5.3"8701source = "registry+https://github.com/rust-lang/crates.io-index"8702checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8703dependencies = [8704 "winapi 0.3.9",8705]87068707[[package]]8708name = "resolv-conf"8709version = "0.7.0"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8712dependencies = [8713 "hostname",8714 "quick-error 1.2.3",8715]87168717[[package]]8718name = "retain_mut"8719version = "0.1.7"8720source = "registry+https://github.com/rust-lang/crates.io-index"8721checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"87228723[[package]]8724name = "ring"8725version = "0.16.20"8726source = "registry+https://github.com/rust-lang/crates.io-index"8727checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8728dependencies = [8729 "cc",8730 "libc",8731 "once_cell",8732 "spin",8733 "untrusted",8734 "web-sys",8735 "winapi 0.3.9",8736]87378738[[package]]8739name = "rlp"8740version = "0.5.1"8741source = "registry+https://github.com/rust-lang/crates.io-index"8742checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8743dependencies = [8744 "bytes 1.1.0",8745 "rustc-hex",8746]87478748[[package]]8749name = "rlp-derive"8750version = "0.1.0"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8753dependencies = [8754 "proc-macro2",8755 "quote",8756 "syn",8757]87588759[[package]]8760name = "rocksdb"8761version = "0.17.0"8762source = "registry+https://github.com/rust-lang/crates.io-index"8763checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8764dependencies = [8765 "libc",8766 "librocksdb-sys",8767]87688769[[package]]8770name = "rococo-runtime"8771version = "0.9.17"8772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8773dependencies = [8774 "beefy-primitives",8775 "bp-messages",8776 "bp-rococo",8777 "bp-runtime",8778 "bp-wococo",8779 "bridge-runtime-common",8780 "frame-benchmarking",8781 "frame-executive",8782 "frame-support",8783 "frame-system",8784 "frame-system-rpc-runtime-api",8785 "hex-literal",8786 "log",8787 "pallet-authority-discovery",8788 "pallet-authorship",8789 "pallet-babe",8790 "pallet-balances",8791 "pallet-beefy",8792 "pallet-beefy-mmr",8793 "pallet-bridge-dispatch",8794 "pallet-bridge-grandpa",8795 "pallet-bridge-messages",8796 "pallet-collective",8797 "pallet-grandpa",8798 "pallet-im-online",8799 "pallet-indices",8800 "pallet-membership",8801 "pallet-mmr",8802 "pallet-mmr-primitives",8803 "pallet-multisig",8804 "pallet-offences",8805 "pallet-proxy",8806 "pallet-session",8807 "pallet-staking",8808 "pallet-sudo",8809 "pallet-timestamp",8810 "pallet-transaction-payment",8811 "pallet-transaction-payment-rpc-runtime-api",8812 "pallet-utility",8813 "pallet-xcm",8814 "parity-scale-codec",8815 "polkadot-parachain",8816 "polkadot-primitives",8817 "polkadot-runtime-common",8818 "polkadot-runtime-parachains",8819 "rococo-runtime-constants",8820 "scale-info",8821 "serde",8822 "serde_derive",8823 "smallvec",8824 "sp-api",8825 "sp-authority-discovery",8826 "sp-block-builder",8827 "sp-consensus-babe",8828 "sp-core",8829 "sp-inherents",8830 "sp-io",8831 "sp-offchain",8832 "sp-runtime",8833 "sp-session",8834 "sp-staking",8835 "sp-std",8836 "sp-transaction-pool",8837 "sp-version",8838 "substrate-wasm-builder",8839 "xcm",8840 "xcm-builder",8841 "xcm-executor",8842]88438844[[package]]8845name = "rococo-runtime-constants"8846version = "0.9.17"8847source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"8848dependencies = [8849 "frame-support",8850 "polkadot-primitives",8851 "polkadot-runtime-common",8852 "smallvec",8853 "sp-runtime",8854]88558856[[package]]8857name = "rpassword"8858version = "5.0.1"8859source = "registry+https://github.com/rust-lang/crates.io-index"8860checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8861dependencies = [8862 "libc",8863 "winapi 0.3.9",8864]88658866[[package]]8867name = "rustc-demangle"8868version = "0.1.21"8869source = "registry+https://github.com/rust-lang/crates.io-index"8870checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"88718872[[package]]8873name = "rustc-hash"8874version = "1.1.0"8875source = "registry+https://github.com/rust-lang/crates.io-index"8876checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"88778878[[package]]8879name = "rustc-hex"8880version = "2.1.0"8881source = "registry+https://github.com/rust-lang/crates.io-index"8882checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"88838884[[package]]8885name = "rustc_version"8886version = "0.2.3"8887source = "registry+https://github.com/rust-lang/crates.io-index"8888checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8889dependencies = [8890 "semver 0.9.0",8891]88928893[[package]]8894name = "rustc_version"8895version = "0.3.3"8896source = "registry+https://github.com/rust-lang/crates.io-index"8897checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8898dependencies = [8899 "semver 0.11.0",8900]89018902[[package]]8903name = "rustc_version"8904version = "0.4.0"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8907dependencies = [8908 "semver 1.0.6",8909]89108911[[package]]8912name = "rustix"8913version = "0.31.3"8914source = "registry+https://github.com/rust-lang/crates.io-index"8915checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"8916dependencies = [8917 "bitflags",8918 "errno",8919 "io-lifetimes",8920 "libc",8921 "linux-raw-sys",8922 "winapi 0.3.9",8923]89248925[[package]]8926name = "rustls"8927version = "0.19.1"8928source = "registry+https://github.com/rust-lang/crates.io-index"8929checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8930dependencies = [8931 "base64",8932 "log",8933 "ring",8934 "sct 0.6.1",8935 "webpki 0.21.4",8936]89378938[[package]]8939name = "rustls"8940version = "0.20.4"8941source = "registry+https://github.com/rust-lang/crates.io-index"8942checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"8943dependencies = [8944 "log",8945 "ring",8946 "sct 0.7.0",8947 "webpki 0.22.0",8948]89498950[[package]]8951name = "rustls-native-certs"8952version = "0.5.0"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8955dependencies = [8956 "openssl-probe",8957 "rustls 0.19.1",8958 "schannel",8959 "security-framework",8960]89618962[[package]]8963name = "rustls-native-certs"8964version = "0.6.1"8965source = "registry+https://github.com/rust-lang/crates.io-index"8966checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"8967dependencies = [8968 "openssl-probe",8969 "rustls-pemfile",8970 "schannel",8971 "security-framework",8972]89738974[[package]]8975name = "rustls-pemfile"8976version = "0.2.1"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"8979dependencies = [8980 "base64",8981]89828983[[package]]8984name = "rustversion"8985version = "1.0.6"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"89888989[[package]]8990name = "rw-stream-sink"8991version = "0.2.1"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8994dependencies = [8995 "futures 0.3.21",8996 "pin-project 0.4.29",8997 "static_assertions",8998]89999000[[package]]9001name = "ryu"9002version = "1.0.9"9003source = "registry+https://github.com/rust-lang/crates.io-index"9004checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"90059006[[package]]9007name = "safe-mix"9008version = "1.0.1"9009source = "registry+https://github.com/rust-lang/crates.io-index"9010checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9011dependencies = [9012 "rustc_version 0.2.3",9013]90149015[[package]]9016name = "salsa20"9017version = "0.9.0"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9020dependencies = [9021 "cipher",9022]90239024[[package]]9025name = "same-file"9026version = "1.0.6"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9029dependencies = [9030 "winapi-util",9031]90329033[[package]]9034name = "sc-allocator"9035version = "4.1.0-dev"9036source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9037dependencies = [9038 "log",9039 "sp-core",9040 "sp-wasm-interface",9041 "thiserror",9042]90439044[[package]]9045name = "sc-authority-discovery"9046version = "0.10.0-dev"9047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9048dependencies = [9049 "async-trait",9050 "futures 0.3.21",9051 "futures-timer",9052 "ip_network",9053 "libp2p",9054 "log",9055 "parity-scale-codec",9056 "prost",9057 "prost-build",9058 "rand 0.7.3",9059 "sc-client-api",9060 "sc-network",9061 "sp-api",9062 "sp-authority-discovery",9063 "sp-blockchain",9064 "sp-core",9065 "sp-keystore",9066 "sp-runtime",9067 "substrate-prometheus-endpoint",9068 "thiserror",9069]90709071[[package]]9072name = "sc-basic-authorship"9073version = "0.10.0-dev"9074source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9075dependencies = [9076 "futures 0.3.21",9077 "futures-timer",9078 "log",9079 "parity-scale-codec",9080 "sc-block-builder",9081 "sc-client-api",9082 "sc-proposer-metrics",9083 "sc-telemetry",9084 "sc-transaction-pool-api",9085 "sp-api",9086 "sp-blockchain",9087 "sp-consensus",9088 "sp-core",9089 "sp-inherents",9090 "sp-runtime",9091 "substrate-prometheus-endpoint",9092]90939094[[package]]9095name = "sc-block-builder"9096version = "0.10.0-dev"9097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9098dependencies = [9099 "parity-scale-codec",9100 "sc-client-api",9101 "sp-api",9102 "sp-block-builder",9103 "sp-blockchain",9104 "sp-core",9105 "sp-inherents",9106 "sp-runtime",9107 "sp-state-machine",9108]91099110[[package]]9111name = "sc-chain-spec"9112version = "4.0.0-dev"9113source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9114dependencies = [9115 "impl-trait-for-tuples",9116 "memmap2 0.5.3",9117 "parity-scale-codec",9118 "sc-chain-spec-derive",9119 "sc-network",9120 "sc-telemetry",9121 "serde",9122 "serde_json",9123 "sp-core",9124 "sp-runtime",9125]91269127[[package]]9128name = "sc-chain-spec-derive"9129version = "4.0.0-dev"9130source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9131dependencies = [9132 "proc-macro-crate 1.1.3",9133 "proc-macro2",9134 "quote",9135 "syn",9136]91379138[[package]]9139name = "sc-cli"9140version = "0.10.0-dev"9141source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9142dependencies = [9143 "chrono",9144 "clap",9145 "fdlimit",9146 "futures 0.3.21",9147 "hex",9148 "libp2p",9149 "log",9150 "names",9151 "parity-scale-codec",9152 "rand 0.7.3",9153 "regex",9154 "rpassword",9155 "sc-client-api",9156 "sc-keystore",9157 "sc-network",9158 "sc-service",9159 "sc-telemetry",9160 "sc-tracing",9161 "sc-utils",9162 "serde",9163 "serde_json",9164 "sp-blockchain",9165 "sp-core",9166 "sp-keyring",9167 "sp-keystore",9168 "sp-panic-handler",9169 "sp-runtime",9170 "sp-version",9171 "thiserror",9172 "tiny-bip39",9173 "tokio 1.17.0",9174]91759176[[package]]9177name = "sc-client-api"9178version = "4.0.0-dev"9179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9180dependencies = [9181 "fnv",9182 "futures 0.3.21",9183 "hash-db",9184 "log",9185 "parity-scale-codec",9186 "parking_lot 0.11.2",9187 "sc-executor",9188 "sc-transaction-pool-api",9189 "sc-utils",9190 "sp-api",9191 "sp-blockchain",9192 "sp-consensus",9193 "sp-core",9194 "sp-database",9195 "sp-externalities",9196 "sp-keystore",9197 "sp-runtime",9198 "sp-state-machine",9199 "sp-storage",9200 "sp-trie",9201 "substrate-prometheus-endpoint",9202]92039204[[package]]9205name = "sc-client-db"9206version = "0.10.0-dev"9207source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9208dependencies = [9209 "hash-db",9210 "kvdb",9211 "kvdb-memorydb",9212 "kvdb-rocksdb",9213 "linked-hash-map",9214 "log",9215 "parity-db",9216 "parity-scale-codec",9217 "parking_lot 0.11.2",9218 "sc-client-api",9219 "sc-state-db",9220 "sp-arithmetic",9221 "sp-blockchain",9222 "sp-core",9223 "sp-database",9224 "sp-runtime",9225 "sp-state-machine",9226 "sp-trie",9227]92289229[[package]]9230name = "sc-consensus"9231version = "0.10.0-dev"9232source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9233dependencies = [9234 "async-trait",9235 "futures 0.3.21",9236 "futures-timer",9237 "libp2p",9238 "log",9239 "parking_lot 0.11.2",9240 "sc-client-api",9241 "sc-utils",9242 "serde",9243 "sp-api",9244 "sp-blockchain",9245 "sp-consensus",9246 "sp-core",9247 "sp-runtime",9248 "sp-state-machine",9249 "substrate-prometheus-endpoint",9250 "thiserror",9251]92529253[[package]]9254name = "sc-consensus-aura"9255version = "0.10.0-dev"9256source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9257dependencies = [9258 "async-trait",9259 "futures 0.3.21",9260 "log",9261 "parity-scale-codec",9262 "sc-block-builder",9263 "sc-client-api",9264 "sc-consensus",9265 "sc-consensus-slots",9266 "sc-telemetry",9267 "sp-api",9268 "sp-application-crypto",9269 "sp-block-builder",9270 "sp-blockchain",9271 "sp-consensus",9272 "sp-consensus-aura",9273 "sp-consensus-slots",9274 "sp-core",9275 "sp-inherents",9276 "sp-keystore",9277 "sp-runtime",9278 "substrate-prometheus-endpoint",9279 "thiserror",9280]92819282[[package]]9283name = "sc-consensus-babe"9284version = "0.10.0-dev"9285source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9286dependencies = [9287 "async-trait",9288 "fork-tree",9289 "futures 0.3.21",9290 "log",9291 "merlin",9292 "num-bigint",9293 "num-rational 0.2.4",9294 "num-traits",9295 "parity-scale-codec",9296 "parking_lot 0.11.2",9297 "rand 0.7.3",9298 "retain_mut",9299 "sc-client-api",9300 "sc-consensus",9301 "sc-consensus-epochs",9302 "sc-consensus-slots",9303 "sc-keystore",9304 "sc-telemetry",9305 "schnorrkel",9306 "serde",9307 "sp-api",9308 "sp-application-crypto",9309 "sp-block-builder",9310 "sp-blockchain",9311 "sp-consensus",9312 "sp-consensus-babe",9313 "sp-consensus-slots",9314 "sp-consensus-vrf",9315 "sp-core",9316 "sp-inherents",9317 "sp-io",9318 "sp-keystore",9319 "sp-runtime",9320 "sp-version",9321 "substrate-prometheus-endpoint",9322 "thiserror",9323]93249325[[package]]9326name = "sc-consensus-babe-rpc"9327version = "0.10.0-dev"9328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9329dependencies = [9330 "futures 0.3.21",9331 "jsonrpc-core",9332 "jsonrpc-core-client",9333 "jsonrpc-derive",9334 "sc-consensus-babe",9335 "sc-consensus-epochs",9336 "sc-rpc-api",9337 "serde",9338 "sp-api",9339 "sp-application-crypto",9340 "sp-blockchain",9341 "sp-consensus",9342 "sp-consensus-babe",9343 "sp-core",9344 "sp-keystore",9345 "sp-runtime",9346 "thiserror",9347]93489349[[package]]9350name = "sc-consensus-epochs"9351version = "0.10.0-dev"9352source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9353dependencies = [9354 "fork-tree",9355 "parity-scale-codec",9356 "sc-client-api",9357 "sc-consensus",9358 "sp-blockchain",9359 "sp-runtime",9360]93619362[[package]]9363name = "sc-consensus-slots"9364version = "0.10.0-dev"9365source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9366dependencies = [9367 "async-trait",9368 "futures 0.3.21",9369 "futures-timer",9370 "log",9371 "parity-scale-codec",9372 "sc-client-api",9373 "sc-consensus",9374 "sc-telemetry",9375 "sp-arithmetic",9376 "sp-blockchain",9377 "sp-consensus",9378 "sp-consensus-slots",9379 "sp-core",9380 "sp-inherents",9381 "sp-runtime",9382 "sp-state-machine",9383 "sp-timestamp",9384 "thiserror",9385]93869387[[package]]9388name = "sc-consensus-uncles"9389version = "0.10.0-dev"9390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9391dependencies = [9392 "sc-client-api",9393 "sp-authorship",9394 "sp-runtime",9395 "thiserror",9396]93979398[[package]]9399name = "sc-executor"9400version = "0.10.0-dev"9401source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9402dependencies = [9403 "lazy_static",9404 "libsecp256k1 0.7.0",9405 "log",9406 "lru 0.6.6",9407 "parity-scale-codec",9408 "parking_lot 0.11.2",9409 "sc-executor-common",9410 "sc-executor-wasmi",9411 "sc-executor-wasmtime",9412 "sp-api",9413 "sp-core",9414 "sp-core-hashing-proc-macro",9415 "sp-externalities",9416 "sp-io",9417 "sp-panic-handler",9418 "sp-runtime-interface",9419 "sp-tasks",9420 "sp-trie",9421 "sp-version",9422 "sp-wasm-interface",9423 "wasmi",9424]94259426[[package]]9427name = "sc-executor-common"9428version = "0.10.0-dev"9429source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9430dependencies = [9431 "environmental",9432 "parity-scale-codec",9433 "sc-allocator",9434 "sp-core",9435 "sp-maybe-compressed-blob",9436 "sp-serializer",9437 "sp-wasm-interface",9438 "thiserror",9439 "wasm-instrument",9440 "wasmi",9441]94429443[[package]]9444name = "sc-executor-wasmi"9445version = "0.10.0-dev"9446source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9447dependencies = [9448 "log",9449 "parity-scale-codec",9450 "sc-allocator",9451 "sc-executor-common",9452 "scoped-tls",9453 "sp-core",9454 "sp-runtime-interface",9455 "sp-wasm-interface",9456 "wasmi",9457]94589459[[package]]9460name = "sc-executor-wasmtime"9461version = "0.10.0-dev"9462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9463dependencies = [9464 "cfg-if 1.0.0",9465 "libc",9466 "log",9467 "parity-scale-codec",9468 "parity-wasm 0.42.2",9469 "sc-allocator",9470 "sc-executor-common",9471 "sp-core",9472 "sp-runtime-interface",9473 "sp-wasm-interface",9474 "wasmtime",9475]94769477[[package]]9478name = "sc-finality-grandpa"9479version = "0.10.0-dev"9480source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9481dependencies = [9482 "async-trait",9483 "dyn-clone",9484 "finality-grandpa",9485 "fork-tree",9486 "futures 0.3.21",9487 "futures-timer",9488 "log",9489 "parity-scale-codec",9490 "parking_lot 0.11.2",9491 "rand 0.8.5",9492 "sc-block-builder",9493 "sc-chain-spec",9494 "sc-client-api",9495 "sc-consensus",9496 "sc-keystore",9497 "sc-network",9498 "sc-network-gossip",9499 "sc-telemetry",9500 "sc-utils",9501 "serde_json",9502 "sp-api",9503 "sp-application-crypto",9504 "sp-arithmetic",9505 "sp-blockchain",9506 "sp-consensus",9507 "sp-core",9508 "sp-finality-grandpa",9509 "sp-keystore",9510 "sp-runtime",9511 "substrate-prometheus-endpoint",9512 "thiserror",9513]95149515[[package]]9516name = "sc-finality-grandpa-rpc"9517version = "0.10.0-dev"9518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9519dependencies = [9520 "finality-grandpa",9521 "futures 0.3.21",9522 "jsonrpc-core",9523 "jsonrpc-core-client",9524 "jsonrpc-derive",9525 "jsonrpc-pubsub",9526 "log",9527 "parity-scale-codec",9528 "sc-client-api",9529 "sc-finality-grandpa",9530 "sc-rpc",9531 "serde",9532 "serde_json",9533 "sp-blockchain",9534 "sp-core",9535 "sp-runtime",9536 "thiserror",9537]95389539[[package]]9540name = "sc-informant"9541version = "0.10.0-dev"9542source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9543dependencies = [9544 "ansi_term",9545 "futures 0.3.21",9546 "futures-timer",9547 "log",9548 "parity-util-mem",9549 "sc-client-api",9550 "sc-network",9551 "sc-transaction-pool-api",9552 "sp-blockchain",9553 "sp-runtime",9554]95559556[[package]]9557name = "sc-keystore"9558version = "4.0.0-dev"9559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9560dependencies = [9561 "async-trait",9562 "hex",9563 "parking_lot 0.11.2",9564 "serde_json",9565 "sp-application-crypto",9566 "sp-core",9567 "sp-keystore",9568 "thiserror",9569]95709571[[package]]9572name = "sc-network"9573version = "0.10.0-dev"9574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9575dependencies = [9576 "async-std",9577 "async-trait",9578 "asynchronous-codec 0.5.0",9579 "bitflags",9580 "bytes 1.1.0",9581 "cid",9582 "either",9583 "fnv",9584 "fork-tree",9585 "futures 0.3.21",9586 "futures-timer",9587 "hex",9588 "ip_network",9589 "libp2p",9590 "linked-hash-map",9591 "linked_hash_set",9592 "log",9593 "lru 0.7.3",9594 "parity-scale-codec",9595 "parking_lot 0.11.2",9596 "pin-project 1.0.10",9597 "prost",9598 "prost-build",9599 "rand 0.7.3",9600 "sc-block-builder",9601 "sc-client-api",9602 "sc-consensus",9603 "sc-peerset",9604 "sc-utils",9605 "serde",9606 "serde_json",9607 "smallvec",9608 "sp-arithmetic",9609 "sp-blockchain",9610 "sp-consensus",9611 "sp-core",9612 "sp-finality-grandpa",9613 "sp-runtime",9614 "substrate-prometheus-endpoint",9615 "thiserror",9616 "unsigned-varint 0.6.0",9617 "void",9618 "zeroize",9619]96209621[[package]]9622name = "sc-network-gossip"9623version = "0.10.0-dev"9624source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9625dependencies = [9626 "futures 0.3.21",9627 "futures-timer",9628 "libp2p",9629 "log",9630 "lru 0.7.3",9631 "sc-network",9632 "sp-runtime",9633 "substrate-prometheus-endpoint",9634 "tracing",9635]96369637[[package]]9638name = "sc-offchain"9639version = "4.0.0-dev"9640source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9641dependencies = [9642 "bytes 1.1.0",9643 "fnv",9644 "futures 0.3.21",9645 "futures-timer",9646 "hex",9647 "hyper",9648 "hyper-rustls",9649 "num_cpus",9650 "once_cell",9651 "parity-scale-codec",9652 "parking_lot 0.11.2",9653 "rand 0.7.3",9654 "sc-client-api",9655 "sc-network",9656 "sc-utils",9657 "sp-api",9658 "sp-core",9659 "sp-offchain",9660 "sp-runtime",9661 "threadpool",9662 "tracing",9663]96649665[[package]]9666name = "sc-peerset"9667version = "4.0.0-dev"9668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9669dependencies = [9670 "futures 0.3.21",9671 "libp2p",9672 "log",9673 "sc-utils",9674 "serde_json",9675 "wasm-timer",9676]96779678[[package]]9679name = "sc-proposer-metrics"9680version = "0.10.0-dev"9681source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9682dependencies = [9683 "log",9684 "substrate-prometheus-endpoint",9685]96869687[[package]]9688name = "sc-rpc"9689version = "4.0.0-dev"9690source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9691dependencies = [9692 "futures 0.3.21",9693 "hash-db",9694 "jsonrpc-core",9695 "jsonrpc-pubsub",9696 "log",9697 "parity-scale-codec",9698 "parking_lot 0.11.2",9699 "sc-block-builder",9700 "sc-chain-spec",9701 "sc-client-api",9702 "sc-rpc-api",9703 "sc-tracing",9704 "sc-transaction-pool-api",9705 "sc-utils",9706 "serde_json",9707 "sp-api",9708 "sp-blockchain",9709 "sp-core",9710 "sp-keystore",9711 "sp-offchain",9712 "sp-rpc",9713 "sp-runtime",9714 "sp-session",9715 "sp-version",9716]97179718[[package]]9719name = "sc-rpc-api"9720version = "0.10.0-dev"9721source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9722dependencies = [9723 "futures 0.3.21",9724 "jsonrpc-core",9725 "jsonrpc-core-client",9726 "jsonrpc-derive",9727 "jsonrpc-pubsub",9728 "log",9729 "parity-scale-codec",9730 "parking_lot 0.11.2",9731 "sc-chain-spec",9732 "sc-transaction-pool-api",9733 "serde",9734 "serde_json",9735 "sp-core",9736 "sp-rpc",9737 "sp-runtime",9738 "sp-tracing",9739 "sp-version",9740 "thiserror",9741]97429743[[package]]9744name = "sc-rpc-server"9745version = "4.0.0-dev"9746source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9747dependencies = [9748 "futures 0.3.21",9749 "jsonrpc-core",9750 "jsonrpc-http-server",9751 "jsonrpc-ipc-server",9752 "jsonrpc-pubsub",9753 "jsonrpc-ws-server",9754 "log",9755 "serde_json",9756 "substrate-prometheus-endpoint",9757 "tokio 1.17.0",9758]97599760[[package]]9761name = "sc-service"9762version = "0.10.0-dev"9763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9764dependencies = [9765 "async-trait",9766 "directories",9767 "exit-future",9768 "futures 0.3.21",9769 "futures-timer",9770 "hash-db",9771 "jsonrpc-core",9772 "jsonrpc-pubsub",9773 "log",9774 "parity-scale-codec",9775 "parity-util-mem",9776 "parking_lot 0.11.2",9777 "pin-project 1.0.10",9778 "rand 0.7.3",9779 "sc-block-builder",9780 "sc-chain-spec",9781 "sc-client-api",9782 "sc-client-db",9783 "sc-consensus",9784 "sc-executor",9785 "sc-informant",9786 "sc-keystore",9787 "sc-network",9788 "sc-offchain",9789 "sc-rpc",9790 "sc-rpc-server",9791 "sc-telemetry",9792 "sc-tracing",9793 "sc-transaction-pool",9794 "sc-transaction-pool-api",9795 "sc-utils",9796 "serde",9797 "serde_json",9798 "sp-api",9799 "sp-application-crypto",9800 "sp-block-builder",9801 "sp-blockchain",9802 "sp-consensus",9803 "sp-core",9804 "sp-externalities",9805 "sp-inherents",9806 "sp-keystore",9807 "sp-runtime",9808 "sp-session",9809 "sp-state-machine",9810 "sp-storage",9811 "sp-tracing",9812 "sp-transaction-pool",9813 "sp-transaction-storage-proof",9814 "sp-trie",9815 "sp-version",9816 "substrate-prometheus-endpoint",9817 "tempfile",9818 "thiserror",9819 "tokio 1.17.0",9820 "tracing",9821 "tracing-futures",9822]98239824[[package]]9825name = "sc-state-db"9826version = "0.10.0-dev"9827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9828dependencies = [9829 "log",9830 "parity-scale-codec",9831 "parity-util-mem",9832 "parity-util-mem-derive",9833 "parking_lot 0.11.2",9834 "sc-client-api",9835 "sp-core",9836]98379838[[package]]9839name = "sc-sync-state-rpc"9840version = "0.10.0-dev"9841source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9842dependencies = [9843 "jsonrpc-core",9844 "jsonrpc-core-client",9845 "jsonrpc-derive",9846 "parity-scale-codec",9847 "sc-chain-spec",9848 "sc-client-api",9849 "sc-consensus-babe",9850 "sc-consensus-epochs",9851 "sc-finality-grandpa",9852 "sc-rpc-api",9853 "serde",9854 "serde_json",9855 "sp-blockchain",9856 "sp-runtime",9857 "thiserror",9858]98599860[[package]]9861name = "sc-telemetry"9862version = "4.0.0-dev"9863source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9864dependencies = [9865 "chrono",9866 "futures 0.3.21",9867 "libp2p",9868 "log",9869 "parking_lot 0.11.2",9870 "pin-project 1.0.10",9871 "rand 0.7.3",9872 "serde",9873 "serde_json",9874 "thiserror",9875 "wasm-timer",9876]98779878[[package]]9879name = "sc-tracing"9880version = "4.0.0-dev"9881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9882dependencies = [9883 "ansi_term",9884 "atty",9885 "chrono",9886 "lazy_static",9887 "libc",9888 "log",9889 "once_cell",9890 "parking_lot 0.11.2",9891 "regex",9892 "rustc-hash",9893 "sc-client-api",9894 "sc-rpc-server",9895 "sc-tracing-proc-macro",9896 "serde",9897 "sp-api",9898 "sp-blockchain",9899 "sp-core",9900 "sp-rpc",9901 "sp-runtime",9902 "sp-tracing",9903 "thiserror",9904 "tracing",9905 "tracing-log",9906 "tracing-subscriber",9907]99089909[[package]]9910name = "sc-tracing-proc-macro"9911version = "4.0.0-dev"9912source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9913dependencies = [9914 "proc-macro-crate 1.1.3",9915 "proc-macro2",9916 "quote",9917 "syn",9918]99199920[[package]]9921name = "sc-transaction-pool"9922version = "4.0.0-dev"9923source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9924dependencies = [9925 "futures 0.3.21",9926 "futures-timer",9927 "linked-hash-map",9928 "log",9929 "parity-scale-codec",9930 "parity-util-mem",9931 "parking_lot 0.11.2",9932 "retain_mut",9933 "sc-client-api",9934 "sc-transaction-pool-api",9935 "sc-utils",9936 "serde",9937 "sp-api",9938 "sp-blockchain",9939 "sp-core",9940 "sp-runtime",9941 "sp-tracing",9942 "sp-transaction-pool",9943 "substrate-prometheus-endpoint",9944 "thiserror",9945]99469947[[package]]9948name = "sc-transaction-pool-api"9949version = "4.0.0-dev"9950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9951dependencies = [9952 "futures 0.3.21",9953 "log",9954 "serde",9955 "sp-blockchain",9956 "sp-runtime",9957 "thiserror",9958]99599960[[package]]9961name = "sc-utils"9962version = "4.0.0-dev"9963source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"9964dependencies = [9965 "futures 0.3.21",9966 "futures-timer",9967 "lazy_static",9968 "parking_lot 0.11.2",9969 "prometheus",9970]99719972[[package]]9973name = "scale-info"9974version = "1.0.0"9975source = "registry+https://github.com/rust-lang/crates.io-index"9976checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9977dependencies = [9978 "bitvec",9979 "cfg-if 1.0.0",9980 "derive_more",9981 "parity-scale-codec",9982 "scale-info-derive",9983 "serde",9984]99859986[[package]]9987name = "scale-info-derive"9988version = "1.0.0"9989source = "registry+https://github.com/rust-lang/crates.io-index"9990checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9991dependencies = [9992 "proc-macro-crate 1.1.3",9993 "proc-macro2",9994 "quote",9995 "syn",9996]99979998[[package]]9999name = "schannel"10000version = "0.1.19"10001source = "registry+https://github.com/rust-lang/crates.io-index"10002checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"10003dependencies = [10004 "lazy_static",10005 "winapi 0.3.9",10006]1000710008[[package]]10009name = "schnorrkel"10010version = "0.9.1"10011source = "registry+https://github.com/rust-lang/crates.io-index"10012checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10013dependencies = [10014 "arrayref",10015 "arrayvec 0.5.2",10016 "curve25519-dalek 2.1.3",10017 "getrandom 0.1.16",10018 "merlin",10019 "rand 0.7.3",10020 "rand_core 0.5.1",10021 "sha2 0.8.2",10022 "subtle 2.4.1",10023 "zeroize",10024]1002510026[[package]]10027name = "scoped-tls"10028version = "1.0.0"10029source = "registry+https://github.com/rust-lang/crates.io-index"10030checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"1003110032[[package]]10033name = "scopeguard"10034version = "1.1.0"10035source = "registry+https://github.com/rust-lang/crates.io-index"10036checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1003710038[[package]]10039name = "sct"10040version = "0.6.1"10041source = "registry+https://github.com/rust-lang/crates.io-index"10042checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10043dependencies = [10044 "ring",10045 "untrusted",10046]1004710048[[package]]10049name = "sct"10050version = "0.7.0"10051source = "registry+https://github.com/rust-lang/crates.io-index"10052checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10053dependencies = [10054 "ring",10055 "untrusted",10056]1005710058[[package]]10059name = "secrecy"10060version = "0.8.0"10061source = "registry+https://github.com/rust-lang/crates.io-index"10062checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10063dependencies = [10064 "zeroize",10065]1006610067[[package]]10068name = "security-framework"10069version = "2.6.1"10070source = "registry+https://github.com/rust-lang/crates.io-index"10071checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10072dependencies = [10073 "bitflags",10074 "core-foundation",10075 "core-foundation-sys",10076 "libc",10077 "security-framework-sys",10078]1007910080[[package]]10081name = "security-framework-sys"10082version = "2.6.1"10083source = "registry+https://github.com/rust-lang/crates.io-index"10084checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10085dependencies = [10086 "core-foundation-sys",10087 "libc",10088]1008910090[[package]]10091name = "semver"10092version = "0.6.0"10093source = "registry+https://github.com/rust-lang/crates.io-index"10094checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10095dependencies = [10096 "semver-parser 0.7.0",10097]1009810099[[package]]10100name = "semver"10101version = "0.9.0"10102source = "registry+https://github.com/rust-lang/crates.io-index"10103checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10104dependencies = [10105 "semver-parser 0.7.0",10106]1010710108[[package]]10109name = "semver"10110version = "0.11.0"10111source = "registry+https://github.com/rust-lang/crates.io-index"10112checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"10113dependencies = [10114 "semver-parser 0.10.2",10115]1011610117[[package]]10118name = "semver"10119version = "1.0.6"10120source = "registry+https://github.com/rust-lang/crates.io-index"10121checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"10122dependencies = [10123 "serde",10124]1012510126[[package]]10127name = "semver-parser"10128version = "0.7.0"10129source = "registry+https://github.com/rust-lang/crates.io-index"10130checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1013110132[[package]]10133name = "semver-parser"10134version = "0.10.2"10135source = "registry+https://github.com/rust-lang/crates.io-index"10136checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"10137dependencies = [10138 "pest",10139]1014010141[[package]]10142name = "serde"10143version = "1.0.136"10144source = "registry+https://github.com/rust-lang/crates.io-index"10145checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"10146dependencies = [10147 "serde_derive",10148]1014910150[[package]]10151name = "serde_derive"10152version = "1.0.136"10153source = "registry+https://github.com/rust-lang/crates.io-index"10154checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"10155dependencies = [10156 "proc-macro2",10157 "quote",10158 "syn",10159]1016010161[[package]]10162name = "serde_json"10163version = "1.0.79"10164source = "registry+https://github.com/rust-lang/crates.io-index"10165checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"10166dependencies = [10167 "itoa 1.0.1",10168 "ryu",10169 "serde",10170]1017110172[[package]]10173name = "sha-1"10174version = "0.8.2"10175source = "registry+https://github.com/rust-lang/crates.io-index"10176checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10177dependencies = [10178 "block-buffer 0.7.3",10179 "digest 0.8.1",10180 "fake-simd",10181 "opaque-debug 0.2.3",10182]1018310184[[package]]10185name = "sha-1"10186version = "0.9.8"10187source = "registry+https://github.com/rust-lang/crates.io-index"10188checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10189dependencies = [10190 "block-buffer 0.9.0",10191 "cfg-if 1.0.0",10192 "cpufeatures 0.2.1",10193 "digest 0.9.0",10194 "opaque-debug 0.3.0",10195]1019610197[[package]]10198name = "sha2"10199version = "0.8.2"10200source = "registry+https://github.com/rust-lang/crates.io-index"10201checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10202dependencies = [10203 "block-buffer 0.7.3",10204 "digest 0.8.1",10205 "fake-simd",10206 "opaque-debug 0.2.3",10207]1020810209[[package]]10210name = "sha2"10211version = "0.9.9"10212source = "registry+https://github.com/rust-lang/crates.io-index"10213checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10214dependencies = [10215 "block-buffer 0.9.0",10216 "cfg-if 1.0.0",10217 "cpufeatures 0.2.1",10218 "digest 0.9.0",10219 "opaque-debug 0.3.0",10220]1022110222[[package]]10223name = "sha2"10224version = "0.10.2"10225source = "registry+https://github.com/rust-lang/crates.io-index"10226checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10227dependencies = [10228 "cfg-if 1.0.0",10229 "cpufeatures 0.2.1",10230 "digest 0.10.3",10231]1023210233[[package]]10234name = "sha3"10235version = "0.8.2"10236source = "registry+https://github.com/rust-lang/crates.io-index"10237checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10238dependencies = [10239 "block-buffer 0.7.3",10240 "byte-tools",10241 "digest 0.8.1",10242 "keccak",10243 "opaque-debug 0.2.3",10244]1024510246[[package]]10247name = "sha3"10248version = "0.9.1"10249source = "registry+https://github.com/rust-lang/crates.io-index"10250checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10251dependencies = [10252 "block-buffer 0.9.0",10253 "digest 0.9.0",10254 "keccak",10255 "opaque-debug 0.3.0",10256]1025710258[[package]]10259name = "sharded-slab"10260version = "0.1.4"10261source = "registry+https://github.com/rust-lang/crates.io-index"10262checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10263dependencies = [10264 "lazy_static",10265]1026610267[[package]]10268name = "shlex"10269version = "1.1.0"10270source = "registry+https://github.com/rust-lang/crates.io-index"10271checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1027210273[[package]]10274name = "signal-hook"10275version = "0.3.13"10276source = "registry+https://github.com/rust-lang/crates.io-index"10277checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"10278dependencies = [10279 "libc",10280 "signal-hook-registry",10281]1028210283[[package]]10284name = "signal-hook-registry"10285version = "1.4.0"10286source = "registry+https://github.com/rust-lang/crates.io-index"10287checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10288dependencies = [10289 "libc",10290]1029110292[[package]]10293name = "signature"10294version = "1.5.0"10295source = "registry+https://github.com/rust-lang/crates.io-index"10296checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"1029710298[[package]]10299name = "simba"10300version = "0.5.1"10301source = "registry+https://github.com/rust-lang/crates.io-index"10302checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10303dependencies = [10304 "approx",10305 "num-complex",10306 "num-traits",10307 "paste",10308]1030910310[[package]]10311name = "slab"10312version = "0.4.5"10313source = "registry+https://github.com/rust-lang/crates.io-index"10314checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1031510316[[package]]10317name = "slot-range-helper"10318version = "0.9.17"10319source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"10320dependencies = [10321 "enumn",10322 "parity-scale-codec",10323 "paste",10324 "sp-runtime",10325 "sp-std",10326]1032710328[[package]]10329name = "slotmap"10330version = "1.0.6"10331source = "registry+https://github.com/rust-lang/crates.io-index"10332checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10333dependencies = [10334 "version_check",10335]1033610337[[package]]10338name = "smallvec"10339version = "1.8.0"10340source = "registry+https://github.com/rust-lang/crates.io-index"10341checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1034210343[[package]]10344name = "snap"10345version = "1.0.5"10346source = "registry+https://github.com/rust-lang/crates.io-index"10347checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1034810349[[package]]10350name = "snow"10351version = "0.8.0"10352source = "registry+https://github.com/rust-lang/crates.io-index"10353checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10354dependencies = [10355 "aes-gcm",10356 "blake2",10357 "chacha20poly1305",10358 "rand 0.8.5",10359 "rand_core 0.6.3",10360 "ring",10361 "rustc_version 0.3.3",10362 "sha2 0.9.9",10363 "subtle 2.4.1",10364 "x25519-dalek",10365]1036610367[[package]]10368name = "socket2"10369version = "0.3.19"10370source = "registry+https://github.com/rust-lang/crates.io-index"10371checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10372dependencies = [10373 "cfg-if 1.0.0",10374 "libc",10375 "winapi 0.3.9",10376]1037710378[[package]]10379name = "socket2"10380version = "0.4.4"10381source = "registry+https://github.com/rust-lang/crates.io-index"10382checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10383dependencies = [10384 "libc",10385 "winapi 0.3.9",10386]1038710388[[package]]10389name = "soketto"10390version = "0.7.1"10391source = "registry+https://github.com/rust-lang/crates.io-index"10392checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10393dependencies = [10394 "base64",10395 "bytes 1.1.0",10396 "flate2",10397 "futures 0.3.21",10398 "httparse",10399 "log",10400 "rand 0.8.5",10401 "sha-1 0.9.8",10402]1040310404[[package]]10405name = "sp-api"10406version = "4.0.0-dev"10407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10408dependencies = [10409 "hash-db",10410 "log",10411 "parity-scale-codec",10412 "sp-api-proc-macro",10413 "sp-core",10414 "sp-runtime",10415 "sp-state-machine",10416 "sp-std",10417 "sp-version",10418 "thiserror",10419]1042010421[[package]]10422name = "sp-api-proc-macro"10423version = "4.0.0-dev"10424source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10425dependencies = [10426 "blake2-rfc",10427 "proc-macro-crate 1.1.3",10428 "proc-macro2",10429 "quote",10430 "syn",10431]1043210433[[package]]10434name = "sp-application-crypto"10435version = "5.0.0"10436source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10437dependencies = [10438 "parity-scale-codec",10439 "scale-info",10440 "serde",10441 "sp-core",10442 "sp-io",10443 "sp-std",10444]1044510446[[package]]10447name = "sp-arithmetic"10448version = "4.0.0"10449source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10450dependencies = [10451 "integer-sqrt",10452 "num-traits",10453 "parity-scale-codec",10454 "scale-info",10455 "serde",10456 "sp-debug-derive",10457 "sp-std",10458 "static_assertions",10459]1046010461[[package]]10462name = "sp-authority-discovery"10463version = "4.0.0-dev"10464source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10465dependencies = [10466 "parity-scale-codec",10467 "scale-info",10468 "sp-api",10469 "sp-application-crypto",10470 "sp-runtime",10471 "sp-std",10472]1047310474[[package]]10475name = "sp-authorship"10476version = "4.0.0-dev"10477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10478dependencies = [10479 "async-trait",10480 "parity-scale-codec",10481 "sp-inherents",10482 "sp-runtime",10483 "sp-std",10484]1048510486[[package]]10487name = "sp-block-builder"10488version = "4.0.0-dev"10489source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10490dependencies = [10491 "parity-scale-codec",10492 "sp-api",10493 "sp-inherents",10494 "sp-runtime",10495 "sp-std",10496]1049710498[[package]]10499name = "sp-blockchain"10500version = "4.0.0-dev"10501source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10502dependencies = [10503 "futures 0.3.21",10504 "log",10505 "lru 0.7.3",10506 "parity-scale-codec",10507 "parking_lot 0.11.2",10508 "sp-api",10509 "sp-consensus",10510 "sp-database",10511 "sp-runtime",10512 "sp-state-machine",10513 "thiserror",10514]1051510516[[package]]10517name = "sp-consensus"10518version = "0.10.0-dev"10519source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10520dependencies = [10521 "async-trait",10522 "futures 0.3.21",10523 "futures-timer",10524 "log",10525 "parity-scale-codec",10526 "sp-core",10527 "sp-inherents",10528 "sp-runtime",10529 "sp-state-machine",10530 "sp-std",10531 "sp-version",10532 "thiserror",10533]1053410535[[package]]10536name = "sp-consensus-aura"10537version = "0.10.0-dev"10538source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10539dependencies = [10540 "async-trait",10541 "parity-scale-codec",10542 "scale-info",10543 "sp-api",10544 "sp-application-crypto",10545 "sp-consensus",10546 "sp-consensus-slots",10547 "sp-inherents",10548 "sp-runtime",10549 "sp-std",10550 "sp-timestamp",10551]1055210553[[package]]10554name = "sp-consensus-babe"10555version = "0.10.0-dev"10556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10557dependencies = [10558 "async-trait",10559 "merlin",10560 "parity-scale-codec",10561 "scale-info",10562 "serde",10563 "sp-api",10564 "sp-application-crypto",10565 "sp-consensus",10566 "sp-consensus-slots",10567 "sp-consensus-vrf",10568 "sp-core",10569 "sp-inherents",10570 "sp-keystore",10571 "sp-runtime",10572 "sp-std",10573 "sp-timestamp",10574]1057510576[[package]]10577name = "sp-consensus-slots"10578version = "0.10.0-dev"10579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10580dependencies = [10581 "parity-scale-codec",10582 "scale-info",10583 "serde",10584 "sp-arithmetic",10585 "sp-runtime",10586]1058710588[[package]]10589name = "sp-consensus-vrf"10590version = "0.10.0-dev"10591source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10592dependencies = [10593 "parity-scale-codec",10594 "schnorrkel",10595 "sp-core",10596 "sp-runtime",10597 "sp-std",10598]1059910600[[package]]10601name = "sp-core"10602version = "5.0.0"10603source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10604dependencies = [10605 "base58",10606 "bitflags",10607 "blake2-rfc",10608 "byteorder",10609 "dyn-clonable",10610 "ed25519-dalek",10611 "futures 0.3.21",10612 "hash-db",10613 "hash256-std-hasher",10614 "hex",10615 "impl-serde",10616 "lazy_static",10617 "libsecp256k1 0.7.0",10618 "log",10619 "merlin",10620 "num-traits",10621 "parity-scale-codec",10622 "parity-util-mem",10623 "parking_lot 0.11.2",10624 "primitive-types 0.10.1",10625 "rand 0.7.3",10626 "regex",10627 "scale-info",10628 "schnorrkel",10629 "secrecy",10630 "serde",10631 "sha2 0.10.2",10632 "sp-core-hashing",10633 "sp-debug-derive",10634 "sp-externalities",10635 "sp-runtime-interface",10636 "sp-std",10637 "sp-storage",10638 "ss58-registry",10639 "substrate-bip39",10640 "thiserror",10641 "tiny-bip39",10642 "tiny-keccak",10643 "twox-hash",10644 "wasmi",10645 "zeroize",10646]1064710648[[package]]10649name = "sp-core-hashing"10650version = "4.0.0"10651source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10652dependencies = [10653 "blake2-rfc",10654 "byteorder",10655 "sha2 0.10.2",10656 "sp-std",10657 "tiny-keccak",10658 "twox-hash",10659]1066010661[[package]]10662name = "sp-core-hashing-proc-macro"10663version = "4.0.0-dev"10664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10665dependencies = [10666 "proc-macro2",10667 "quote",10668 "sp-core-hashing",10669 "syn",10670]1067110672[[package]]10673name = "sp-database"10674version = "4.0.0-dev"10675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10676dependencies = [10677 "kvdb",10678 "parking_lot 0.11.2",10679]1068010681[[package]]10682name = "sp-debug-derive"10683version = "4.0.0"10684source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10685dependencies = [10686 "proc-macro2",10687 "quote",10688 "syn",10689]1069010691[[package]]10692name = "sp-externalities"10693version = "0.11.0"10694source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10695dependencies = [10696 "environmental",10697 "parity-scale-codec",10698 "sp-std",10699 "sp-storage",10700]1070110702[[package]]10703name = "sp-finality-grandpa"10704version = "4.0.0-dev"10705source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10706dependencies = [10707 "finality-grandpa",10708 "log",10709 "parity-scale-codec",10710 "scale-info",10711 "serde",10712 "sp-api",10713 "sp-application-crypto",10714 "sp-core",10715 "sp-keystore",10716 "sp-runtime",10717 "sp-std",10718]1071910720[[package]]10721name = "sp-inherents"10722version = "4.0.0-dev"10723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10724dependencies = [10725 "async-trait",10726 "impl-trait-for-tuples",10727 "parity-scale-codec",10728 "sp-core",10729 "sp-runtime",10730 "sp-std",10731 "thiserror",10732]1073310734[[package]]10735name = "sp-io"10736version = "5.0.0"10737source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10738dependencies = [10739 "futures 0.3.21",10740 "hash-db",10741 "libsecp256k1 0.7.0",10742 "log",10743 "parity-scale-codec",10744 "parking_lot 0.11.2",10745 "sp-core",10746 "sp-externalities",10747 "sp-keystore",10748 "sp-runtime-interface",10749 "sp-state-machine",10750 "sp-std",10751 "sp-tracing",10752 "sp-trie",10753 "sp-wasm-interface",10754 "tracing",10755 "tracing-core",10756]1075710758[[package]]10759name = "sp-keyring"10760version = "5.0.0"10761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10762dependencies = [10763 "lazy_static",10764 "sp-core",10765 "sp-runtime",10766 "strum",10767]1076810769[[package]]10770name = "sp-keystore"10771version = "0.11.0"10772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10773dependencies = [10774 "async-trait",10775 "futures 0.3.21",10776 "merlin",10777 "parity-scale-codec",10778 "parking_lot 0.11.2",10779 "schnorrkel",10780 "serde",10781 "sp-core",10782 "sp-externalities",10783 "thiserror",10784]1078510786[[package]]10787name = "sp-maybe-compressed-blob"10788version = "4.1.0-dev"10789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10790dependencies = [10791 "thiserror",10792 "zstd",10793]1079410795[[package]]10796name = "sp-npos-elections"10797version = "4.0.0-dev"10798source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10799dependencies = [10800 "parity-scale-codec",10801 "scale-info",10802 "serde",10803 "sp-arithmetic",10804 "sp-core",10805 "sp-npos-elections-solution-type",10806 "sp-runtime",10807 "sp-std",10808]1080910810[[package]]10811name = "sp-npos-elections-solution-type"10812version = "4.0.0-dev"10813source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10814dependencies = [10815 "proc-macro-crate 1.1.3",10816 "proc-macro2",10817 "quote",10818 "syn",10819]1082010821[[package]]10822name = "sp-offchain"10823version = "4.0.0-dev"10824source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10825dependencies = [10826 "sp-api",10827 "sp-core",10828 "sp-runtime",10829]1083010831[[package]]10832name = "sp-panic-handler"10833version = "4.0.0"10834source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10835dependencies = [10836 "backtrace",10837 "lazy_static",10838 "regex",10839]1084010841[[package]]10842name = "sp-rpc"10843version = "5.0.0"10844source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10845dependencies = [10846 "rustc-hash",10847 "serde",10848 "sp-core",10849]1085010851[[package]]10852name = "sp-runtime"10853version = "5.0.0"10854source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10855dependencies = [10856 "either",10857 "hash256-std-hasher",10858 "impl-trait-for-tuples",10859 "log",10860 "parity-scale-codec",10861 "parity-util-mem",10862 "paste",10863 "rand 0.7.3",10864 "scale-info",10865 "serde",10866 "sp-application-crypto",10867 "sp-arithmetic",10868 "sp-core",10869 "sp-io",10870 "sp-std",10871]1087210873[[package]]10874name = "sp-runtime-interface"10875version = "5.0.0"10876source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10877dependencies = [10878 "impl-trait-for-tuples",10879 "parity-scale-codec",10880 "primitive-types 0.10.1",10881 "sp-externalities",10882 "sp-runtime-interface-proc-macro",10883 "sp-std",10884 "sp-storage",10885 "sp-tracing",10886 "sp-wasm-interface",10887 "static_assertions",10888]1088910890[[package]]10891name = "sp-runtime-interface-proc-macro"10892version = "4.0.0"10893source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10894dependencies = [10895 "Inflector",10896 "proc-macro-crate 1.1.3",10897 "proc-macro2",10898 "quote",10899 "syn",10900]1090110902[[package]]10903name = "sp-serializer"10904version = "4.0.0-dev"10905source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10906dependencies = [10907 "serde",10908 "serde_json",10909]1091010911[[package]]10912name = "sp-session"10913version = "4.0.0-dev"10914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10915dependencies = [10916 "parity-scale-codec",10917 "scale-info",10918 "sp-api",10919 "sp-core",10920 "sp-runtime",10921 "sp-staking",10922 "sp-std",10923]1092410925[[package]]10926name = "sp-staking"10927version = "4.0.0-dev"10928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10929dependencies = [10930 "parity-scale-codec",10931 "scale-info",10932 "sp-runtime",10933 "sp-std",10934]1093510936[[package]]10937name = "sp-state-machine"10938version = "0.11.0"10939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10940dependencies = [10941 "hash-db",10942 "log",10943 "num-traits",10944 "parity-scale-codec",10945 "parking_lot 0.11.2",10946 "rand 0.7.3",10947 "smallvec",10948 "sp-core",10949 "sp-externalities",10950 "sp-panic-handler",10951 "sp-std",10952 "sp-trie",10953 "thiserror",10954 "tracing",10955 "trie-db",10956 "trie-root",10957]1095810959[[package]]10960name = "sp-std"10961version = "4.0.0"10962source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"1096310964[[package]]10965name = "sp-storage"10966version = "5.0.0"10967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10968dependencies = [10969 "impl-serde",10970 "parity-scale-codec",10971 "ref-cast",10972 "serde",10973 "sp-debug-derive",10974 "sp-std",10975]1097610977[[package]]10978name = "sp-tasks"10979version = "4.0.0-dev"10980source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10981dependencies = [10982 "log",10983 "sp-core",10984 "sp-externalities",10985 "sp-io",10986 "sp-runtime-interface",10987 "sp-std",10988]1098910990[[package]]10991name = "sp-timestamp"10992version = "4.0.0-dev"10993source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"10994dependencies = [10995 "async-trait",10996 "futures-timer",10997 "log",10998 "parity-scale-codec",10999 "sp-api",11000 "sp-inherents",11001 "sp-runtime",11002 "sp-std",11003 "thiserror",11004]1100511006[[package]]11007name = "sp-tracing"11008version = "4.0.0"11009source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11010dependencies = [11011 "parity-scale-codec",11012 "sp-std",11013 "tracing",11014 "tracing-core",11015 "tracing-subscriber",11016]1101711018[[package]]11019name = "sp-transaction-pool"11020version = "4.0.0-dev"11021source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11022dependencies = [11023 "sp-api",11024 "sp-runtime",11025]1102611027[[package]]11028name = "sp-transaction-storage-proof"11029version = "4.0.0-dev"11030source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11031dependencies = [11032 "async-trait",11033 "log",11034 "parity-scale-codec",11035 "scale-info",11036 "sp-core",11037 "sp-inherents",11038 "sp-runtime",11039 "sp-std",11040 "sp-trie",11041]1104211043[[package]]11044name = "sp-trie"11045version = "5.0.0"11046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11047dependencies = [11048 "hash-db",11049 "memory-db",11050 "parity-scale-codec",11051 "scale-info",11052 "sp-core",11053 "sp-std",11054 "trie-db",11055 "trie-root",11056]1105711058[[package]]11059name = "sp-version"11060version = "4.0.0-dev"11061source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11062dependencies = [11063 "impl-serde",11064 "parity-scale-codec",11065 "parity-wasm 0.42.2",11066 "scale-info",11067 "serde",11068 "sp-core-hashing-proc-macro",11069 "sp-runtime",11070 "sp-std",11071 "sp-version-proc-macro",11072 "thiserror",11073]1107411075[[package]]11076name = "sp-version-proc-macro"11077version = "4.0.0-dev"11078source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11079dependencies = [11080 "parity-scale-codec",11081 "proc-macro2",11082 "quote",11083 "syn",11084]1108511086[[package]]11087name = "sp-wasm-interface"11088version = "5.0.0"11089source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11090dependencies = [11091 "impl-trait-for-tuples",11092 "log",11093 "parity-scale-codec",11094 "sp-std",11095 "wasmi",11096 "wasmtime",11097]1109811099[[package]]11100name = "spin"11101version = "0.5.2"11102source = "registry+https://github.com/rust-lang/crates.io-index"11103checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1110411105[[package]]11106name = "ss58-registry"11107version = "1.15.0"11108source = "registry+https://github.com/rust-lang/crates.io-index"11109checksum = "2f9799e6d412271cb2414597581128b03f3285f260ea49f5363d07df6a332b3e"11110dependencies = [11111 "Inflector",11112 "proc-macro2",11113 "quote",11114 "serde",11115 "serde_json",11116 "unicode-xid",11117]1111811119[[package]]11120name = "stable_deref_trait"11121version = "1.2.0"11122source = "registry+https://github.com/rust-lang/crates.io-index"11123checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1112411125[[package]]11126name = "static_assertions"11127version = "1.1.0"11128source = "registry+https://github.com/rust-lang/crates.io-index"11129checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1113011131[[package]]11132name = "static_init"11133version = "0.5.2"11134source = "registry+https://github.com/rust-lang/crates.io-index"11135checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11136dependencies = [11137 "cfg_aliases",11138 "libc",11139 "parking_lot 0.11.2",11140 "static_init_macro",11141]1114211143[[package]]11144name = "static_init_macro"11145version = "0.5.0"11146source = "registry+https://github.com/rust-lang/crates.io-index"11147checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11148dependencies = [11149 "cfg_aliases",11150 "memchr",11151 "proc-macro2",11152 "quote",11153 "syn",11154]1115511156[[package]]11157name = "statrs"11158version = "0.15.0"11159source = "registry+https://github.com/rust-lang/crates.io-index"11160checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11161dependencies = [11162 "approx",11163 "lazy_static",11164 "nalgebra",11165 "num-traits",11166 "rand 0.8.5",11167]1116811169[[package]]11170name = "strsim"11171version = "0.10.0"11172source = "registry+https://github.com/rust-lang/crates.io-index"11173checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1117411175[[package]]11176name = "strum"11177version = "0.23.0"11178source = "registry+https://github.com/rust-lang/crates.io-index"11179checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11180dependencies = [11181 "strum_macros",11182]1118311184[[package]]11185name = "strum_macros"11186version = "0.23.1"11187source = "registry+https://github.com/rust-lang/crates.io-index"11188checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11189dependencies = [11190 "heck 0.3.3",11191 "proc-macro2",11192 "quote",11193 "rustversion",11194 "syn",11195]1119611197[[package]]11198name = "substrate-bip39"11199version = "0.4.4"11200source = "registry+https://github.com/rust-lang/crates.io-index"11201checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11202dependencies = [11203 "hmac 0.11.0",11204 "pbkdf2 0.8.0",11205 "schnorrkel",11206 "sha2 0.9.9",11207 "zeroize",11208]1120911210[[package]]11211name = "substrate-build-script-utils"11212version = "3.0.0"11213source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11214dependencies = [11215 "platforms",11216]1121711218[[package]]11219name = "substrate-frame-rpc-system"11220version = "4.0.0-dev"11221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11222dependencies = [11223 "frame-system-rpc-runtime-api",11224 "futures 0.3.21",11225 "jsonrpc-core",11226 "jsonrpc-core-client",11227 "jsonrpc-derive",11228 "log",11229 "parity-scale-codec",11230 "sc-client-api",11231 "sc-rpc-api",11232 "sc-transaction-pool-api",11233 "sp-api",11234 "sp-block-builder",11235 "sp-blockchain",11236 "sp-core",11237 "sp-runtime",11238]1123911240[[package]]11241name = "substrate-prometheus-endpoint"11242version = "0.10.0-dev"11243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11244dependencies = [11245 "async-std",11246 "futures-util",11247 "hyper",11248 "log",11249 "prometheus",11250 "thiserror",11251 "tokio 1.17.0",11252]1125311254[[package]]11255name = "substrate-test-client"11256version = "2.0.1"11257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11258dependencies = [11259 "async-trait",11260 "futures 0.3.21",11261 "hex",11262 "parity-scale-codec",11263 "sc-client-api",11264 "sc-client-db",11265 "sc-consensus",11266 "sc-executor",11267 "sc-offchain",11268 "sc-service",11269 "serde",11270 "serde_json",11271 "sp-blockchain",11272 "sp-consensus",11273 "sp-core",11274 "sp-keyring",11275 "sp-keystore",11276 "sp-runtime",11277 "sp-state-machine",11278]1127911280[[package]]11281name = "substrate-test-utils"11282version = "4.0.0-dev"11283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11284dependencies = [11285 "futures 0.3.21",11286 "substrate-test-utils-derive",11287 "tokio 1.17.0",11288]1128911290[[package]]11291name = "substrate-test-utils-derive"11292version = "0.10.0-dev"11293source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11294dependencies = [11295 "proc-macro-crate 1.1.3",11296 "proc-macro2",11297 "quote",11298 "syn",11299]1130011301[[package]]11302name = "substrate-wasm-builder"11303version = "5.0.0-dev"11304source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11305dependencies = [11306 "ansi_term",11307 "build-helper",11308 "cargo_metadata",11309 "sp-maybe-compressed-blob",11310 "strum",11311 "tempfile",11312 "toml",11313 "walkdir",11314 "wasm-gc-api",11315]1131611317[[package]]11318name = "subtle"11319version = "1.0.0"11320source = "registry+https://github.com/rust-lang/crates.io-index"11321checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1132211323[[package]]11324name = "subtle"11325version = "2.4.1"11326source = "registry+https://github.com/rust-lang/crates.io-index"11327checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1132811329[[package]]11330name = "syn"11331version = "1.0.86"11332source = "registry+https://github.com/rust-lang/crates.io-index"11333checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"11334dependencies = [11335 "proc-macro2",11336 "quote",11337 "unicode-xid",11338]1133911340[[package]]11341name = "synstructure"11342version = "0.12.6"11343source = "registry+https://github.com/rust-lang/crates.io-index"11344checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11345dependencies = [11346 "proc-macro2",11347 "quote",11348 "syn",11349 "unicode-xid",11350]1135111352[[package]]11353name = "tap"11354version = "1.0.1"11355source = "registry+https://github.com/rust-lang/crates.io-index"11356checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1135711358[[package]]11359name = "target-lexicon"11360version = "0.12.3"11361source = "registry+https://github.com/rust-lang/crates.io-index"11362checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1136311364[[package]]11365name = "tempfile"11366version = "3.3.0"11367source = "registry+https://github.com/rust-lang/crates.io-index"11368checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11369dependencies = [11370 "cfg-if 1.0.0",11371 "fastrand",11372 "libc",11373 "redox_syscall 0.2.11",11374 "remove_dir_all",11375 "winapi 0.3.9",11376]1137711378[[package]]11379name = "termcolor"11380version = "1.1.3"11381source = "registry+https://github.com/rust-lang/crates.io-index"11382checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11383dependencies = [11384 "winapi-util",11385]1138611387[[package]]11388name = "test-runtime-constants"11389version = "0.9.17"11390source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"11391dependencies = [11392 "frame-support",11393 "polkadot-primitives",11394 "polkadot-runtime-common",11395 "smallvec",11396 "sp-runtime",11397]1139811399[[package]]11400name = "textwrap"11401version = "0.15.0"11402source = "registry+https://github.com/rust-lang/crates.io-index"11403checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1140411405[[package]]11406name = "thiserror"11407version = "1.0.30"11408source = "registry+https://github.com/rust-lang/crates.io-index"11409checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11410dependencies = [11411 "thiserror-impl",11412]1141311414[[package]]11415name = "thiserror-impl"11416version = "1.0.30"11417source = "registry+https://github.com/rust-lang/crates.io-index"11418checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11419dependencies = [11420 "proc-macro2",11421 "quote",11422 "syn",11423]1142411425[[package]]11426name = "thread_local"11427version = "1.1.4"11428source = "registry+https://github.com/rust-lang/crates.io-index"11429checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11430dependencies = [11431 "once_cell",11432]1143311434[[package]]11435name = "threadpool"11436version = "1.8.1"11437source = "registry+https://github.com/rust-lang/crates.io-index"11438checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11439dependencies = [11440 "num_cpus",11441]1144211443[[package]]11444name = "thrift"11445version = "0.15.0"11446source = "registry+https://github.com/rust-lang/crates.io-index"11447checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11448dependencies = [11449 "byteorder",11450 "integer-encoding",11451 "log",11452 "ordered-float",11453 "threadpool",11454]1145511456[[package]]11457name = "time"11458version = "0.1.44"11459source = "registry+https://github.com/rust-lang/crates.io-index"11460checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11461dependencies = [11462 "libc",11463 "wasi 0.10.0+wasi-snapshot-preview1",11464 "winapi 0.3.9",11465]1146611467[[package]]11468name = "tiny-bip39"11469version = "0.8.2"11470source = "registry+https://github.com/rust-lang/crates.io-index"11471checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11472dependencies = [11473 "anyhow",11474 "hmac 0.8.1",11475 "once_cell",11476 "pbkdf2 0.4.0",11477 "rand 0.7.3",11478 "rustc-hash",11479 "sha2 0.9.9",11480 "thiserror",11481 "unicode-normalization",11482 "wasm-bindgen",11483 "zeroize",11484]1148511486[[package]]11487name = "tiny-keccak"11488version = "2.0.2"11489source = "registry+https://github.com/rust-lang/crates.io-index"11490checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11491dependencies = [11492 "crunchy",11493]1149411495[[package]]11496name = "tinyvec"11497version = "1.5.1"11498source = "registry+https://github.com/rust-lang/crates.io-index"11499checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11500dependencies = [11501 "tinyvec_macros",11502]1150311504[[package]]11505name = "tinyvec_macros"11506version = "0.1.0"11507source = "registry+https://github.com/rust-lang/crates.io-index"11508checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1150911510[[package]]11511name = "tokio"11512version = "0.2.25"11513source = "registry+https://github.com/rust-lang/crates.io-index"11514checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11515dependencies = [11516 "bytes 0.5.6",11517 "fnv",11518 "pin-project-lite 0.1.12",11519 "tokio-macros 0.2.6",11520]1152111522[[package]]11523name = "tokio"11524version = "1.17.0"11525source = "registry+https://github.com/rust-lang/crates.io-index"11526checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"11527dependencies = [11528 "bytes 1.1.0",11529 "libc",11530 "memchr",11531 "mio 0.8.0",11532 "num_cpus",11533 "once_cell",11534 "pin-project-lite 0.2.8",11535 "signal-hook-registry",11536 "socket2 0.4.4",11537 "tokio-macros 1.7.0",11538 "winapi 0.3.9",11539]1154011541[[package]]11542name = "tokio-macros"11543version = "0.2.6"11544source = "registry+https://github.com/rust-lang/crates.io-index"11545checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11546dependencies = [11547 "proc-macro2",11548 "quote",11549 "syn",11550]1155111552[[package]]11553name = "tokio-macros"11554version = "1.7.0"11555source = "registry+https://github.com/rust-lang/crates.io-index"11556checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"11557dependencies = [11558 "proc-macro2",11559 "quote",11560 "syn",11561]1156211563[[package]]11564name = "tokio-rustls"11565version = "0.22.0"11566source = "registry+https://github.com/rust-lang/crates.io-index"11567checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11568dependencies = [11569 "rustls 0.19.1",11570 "tokio 1.17.0",11571 "webpki 0.21.4",11572]1157311574[[package]]11575name = "tokio-rustls"11576version = "0.23.2"11577source = "registry+https://github.com/rust-lang/crates.io-index"11578checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"11579dependencies = [11580 "rustls 0.20.4",11581 "tokio 1.17.0",11582 "webpki 0.22.0",11583]1158411585[[package]]11586name = "tokio-stream"11587version = "0.1.8"11588source = "registry+https://github.com/rust-lang/crates.io-index"11589checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11590dependencies = [11591 "futures-core",11592 "pin-project-lite 0.2.8",11593 "tokio 1.17.0",11594]1159511596[[package]]11597name = "tokio-util"11598version = "0.6.9"11599source = "registry+https://github.com/rust-lang/crates.io-index"11600checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11601dependencies = [11602 "bytes 1.1.0",11603 "futures-core",11604 "futures-io",11605 "futures-sink",11606 "log",11607 "pin-project-lite 0.2.8",11608 "tokio 1.17.0",11609]1161011611[[package]]11612name = "toml"11613version = "0.5.8"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11616dependencies = [11617 "serde",11618]1161911620[[package]]11621name = "tower-service"11622version = "0.3.1"11623source = "registry+https://github.com/rust-lang/crates.io-index"11624checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1162511626[[package]]11627name = "tracing"11628version = "0.1.31"11629source = "registry+https://github.com/rust-lang/crates.io-index"11630checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"11631dependencies = [11632 "cfg-if 1.0.0",11633 "pin-project-lite 0.2.8",11634 "tracing-attributes",11635 "tracing-core",11636]1163711638[[package]]11639name = "tracing-attributes"11640version = "0.1.19"11641source = "registry+https://github.com/rust-lang/crates.io-index"11642checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"11643dependencies = [11644 "proc-macro2",11645 "quote",11646 "syn",11647]1164811649[[package]]11650name = "tracing-core"11651version = "0.1.22"11652source = "registry+https://github.com/rust-lang/crates.io-index"11653checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"11654dependencies = [11655 "lazy_static",11656 "valuable",11657]1165811659[[package]]11660name = "tracing-futures"11661version = "0.2.5"11662source = "registry+https://github.com/rust-lang/crates.io-index"11663checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11664dependencies = [11665 "pin-project 1.0.10",11666 "tracing",11667]1166811669[[package]]11670name = "tracing-log"11671version = "0.1.2"11672source = "registry+https://github.com/rust-lang/crates.io-index"11673checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11674dependencies = [11675 "lazy_static",11676 "log",11677 "tracing-core",11678]1167911680[[package]]11681name = "tracing-serde"11682version = "0.1.3"11683source = "registry+https://github.com/rust-lang/crates.io-index"11684checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"11685dependencies = [11686 "serde",11687 "tracing-core",11688]1168911690[[package]]11691name = "tracing-subscriber"11692version = "0.2.25"11693source = "registry+https://github.com/rust-lang/crates.io-index"11694checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11695dependencies = [11696 "ansi_term",11697 "chrono",11698 "lazy_static",11699 "matchers",11700 "parking_lot 0.11.2",11701 "regex",11702 "serde",11703 "serde_json",11704 "sharded-slab",11705 "smallvec",11706 "thread_local",11707 "tracing",11708 "tracing-core",11709 "tracing-log",11710 "tracing-serde",11711]1171211713[[package]]11714name = "trie-db"11715version = "0.23.1"11716source = "registry+https://github.com/rust-lang/crates.io-index"11717checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"11718dependencies = [11719 "hash-db",11720 "hashbrown 0.12.0",11721 "log",11722 "rustc-hex",11723 "smallvec",11724]1172511726[[package]]11727name = "trie-root"11728version = "0.17.0"11729source = "registry+https://github.com/rust-lang/crates.io-index"11730checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"11731dependencies = [11732 "hash-db",11733]1173411735[[package]]11736name = "triehash"11737version = "0.8.4"11738source = "registry+https://github.com/rust-lang/crates.io-index"11739checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11740dependencies = [11741 "hash-db",11742 "rlp",11743]1174411745[[package]]11746name = "trust-dns-proto"11747version = "0.20.4"11748source = "registry+https://github.com/rust-lang/crates.io-index"11749checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"11750dependencies = [11751 "async-trait",11752 "cfg-if 1.0.0",11753 "data-encoding",11754 "enum-as-inner",11755 "futures-channel",11756 "futures-io",11757 "futures-util",11758 "idna 0.2.3",11759 "ipnet",11760 "lazy_static",11761 "log",11762 "rand 0.8.5",11763 "smallvec",11764 "thiserror",11765 "tinyvec",11766 "url 2.2.2",11767]1176811769[[package]]11770name = "trust-dns-resolver"11771version = "0.20.4"11772source = "registry+https://github.com/rust-lang/crates.io-index"11773checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"11774dependencies = [11775 "cfg-if 1.0.0",11776 "futures-util",11777 "ipconfig",11778 "lazy_static",11779 "log",11780 "lru-cache",11781 "parking_lot 0.11.2",11782 "resolv-conf",11783 "smallvec",11784 "thiserror",11785 "trust-dns-proto",11786]1178711788[[package]]11789name = "try-lock"11790version = "0.2.3"11791source = "registry+https://github.com/rust-lang/crates.io-index"11792checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1179311794[[package]]11795name = "try-runtime-cli"11796version = "0.10.0-dev"11797source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.17#22d40c761a985482f93bbbea5ba4199bdba74f8e"11798dependencies = [11799 "clap",11800 "jsonrpsee 0.4.1",11801 "log",11802 "parity-scale-codec",11803 "remote-externalities",11804 "sc-chain-spec",11805 "sc-cli",11806 "sc-executor",11807 "sc-service",11808 "serde",11809 "sp-core",11810 "sp-externalities",11811 "sp-io",11812 "sp-keystore",11813 "sp-runtime",11814 "sp-state-machine",11815 "sp-version",11816 "zstd",11817]1181811819[[package]]11820name = "tt-call"11821version = "1.0.8"11822source = "registry+https://github.com/rust-lang/crates.io-index"11823checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1182411825[[package]]11826name = "twox-hash"11827version = "1.6.2"11828source = "registry+https://github.com/rust-lang/crates.io-index"11829checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"11830dependencies = [11831 "cfg-if 1.0.0",11832 "rand 0.8.5",11833 "static_assertions",11834]1183511836[[package]]11837name = "typenum"11838version = "1.15.0"11839source = "registry+https://github.com/rust-lang/crates.io-index"11840checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1184111842[[package]]11843name = "uc-rpc"11844version = "0.1.0"11845dependencies = [11846 "jsonrpc-core",11847 "jsonrpc-core-client",11848 "jsonrpc-derive",11849 "pallet-common",11850 "parity-scale-codec",11851 "sp-api",11852 "sp-blockchain",11853 "sp-core",11854 "sp-rpc",11855 "sp-runtime",11856 "up-data-structs",11857 "up-rpc",11858]1185911860[[package]]11861name = "ucd-trie"11862version = "0.1.3"11863source = "registry+https://github.com/rust-lang/crates.io-index"11864checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1186511866[[package]]11867name = "uint"11868version = "0.9.3"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"11871dependencies = [11872 "byteorder",11873 "crunchy",11874 "hex",11875 "static_assertions",11876]1187711878[[package]]11879name = "unicase"11880version = "2.6.0"11881source = "registry+https://github.com/rust-lang/crates.io-index"11882checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11883dependencies = [11884 "version_check",11885]1188611887[[package]]11888name = "unicode-bidi"11889version = "0.3.7"11890source = "registry+https://github.com/rust-lang/crates.io-index"11891checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1189211893[[package]]11894name = "unicode-normalization"11895version = "0.1.19"11896source = "registry+https://github.com/rust-lang/crates.io-index"11897checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11898dependencies = [11899 "tinyvec",11900]1190111902[[package]]11903name = "unicode-segmentation"11904version = "1.9.0"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1190711908[[package]]11909name = "unicode-xid"11910version = "0.2.2"11911source = "registry+https://github.com/rust-lang/crates.io-index"11912checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1191311914[[package]]11915name = "unique-node"11916version = "0.9.17"11917dependencies = [11918 "clap",11919 "cumulus-client-cli",11920 "cumulus-client-collator",11921 "cumulus-client-consensus-aura",11922 "cumulus-client-consensus-common",11923 "cumulus-client-network",11924 "cumulus-client-service",11925 "cumulus-primitives-core",11926 "cumulus-primitives-parachain-inherent",11927 "cumulus-relay-chain-interface",11928 "cumulus-relay-chain-local",11929 "fc-consensus",11930 "fc-db",11931 "fc-mapping-sync",11932 "fc-rpc",11933 "fc-rpc-core",11934 "flexi_logger",11935 "fp-rpc",11936 "frame-benchmarking",11937 "frame-benchmarking-cli",11938 "futures 0.3.21",11939 "jsonrpc-core",11940 "jsonrpc-pubsub",11941 "log",11942 "opal-runtime",11943 "pallet-ethereum",11944 "pallet-transaction-payment-rpc",11945 "pallet-transaction-payment-rpc-runtime-api",11946 "parity-scale-codec",11947 "parking_lot 0.11.2",11948 "polkadot-cli",11949 "polkadot-parachain",11950 "polkadot-primitives",11951 "polkadot-service",11952 "polkadot-test-service",11953 "quartz-runtime",11954 "sc-basic-authorship",11955 "sc-chain-spec",11956 "sc-cli",11957 "sc-client-api",11958 "sc-consensus",11959 "sc-consensus-aura",11960 "sc-executor",11961 "sc-finality-grandpa",11962 "sc-keystore",11963 "sc-network",11964 "sc-rpc",11965 "sc-rpc-api",11966 "sc-service",11967 "sc-telemetry",11968 "sc-tracing",11969 "sc-transaction-pool",11970 "serde",11971 "serde_json",11972 "sp-api",11973 "sp-block-builder",11974 "sp-blockchain",11975 "sp-consensus",11976 "sp-consensus-aura",11977 "sp-core",11978 "sp-finality-grandpa",11979 "sp-inherents",11980 "sp-keystore",11981 "sp-offchain",11982 "sp-runtime",11983 "sp-session",11984 "sp-timestamp",11985 "sp-transaction-pool",11986 "sp-trie",11987 "substrate-build-script-utils",11988 "substrate-frame-rpc-system",11989 "substrate-prometheus-endpoint",11990 "unique-rpc",11991 "unique-runtime",11992 "unique-runtime-common",11993 "up-data-structs",11994 "up-rpc",11995]1199611997[[package]]11998name = "unique-rpc"11999version = "0.1.0"12000dependencies = [12001 "fc-db",12002 "fc-mapping-sync",12003 "fc-rpc",12004 "fc-rpc-core",12005 "fp-rpc",12006 "futures 0.3.21",12007 "jsonrpc-core",12008 "jsonrpc-pubsub",12009 "pallet-common",12010 "pallet-ethereum",12011 "pallet-transaction-payment-rpc",12012 "pallet-transaction-payment-rpc-runtime-api",12013 "pallet-unique",12014 "sc-client-api",12015 "sc-consensus-aura",12016 "sc-consensus-epochs",12017 "sc-finality-grandpa",12018 "sc-finality-grandpa-rpc",12019 "sc-keystore",12020 "sc-network",12021 "sc-rpc",12022 "sc-rpc-api",12023 "sc-service",12024 "sc-transaction-pool",12025 "serde",12026 "sp-api",12027 "sp-block-builder",12028 "sp-blockchain",12029 "sp-consensus",12030 "sp-consensus-aura",12031 "sp-core",12032 "sp-offchain",12033 "sp-runtime",12034 "sp-session",12035 "sp-storage",12036 "sp-transaction-pool",12037 "substrate-frame-rpc-system",12038 "tokio 0.2.25",12039 "uc-rpc",12040 "unique-runtime-common",12041 "up-rpc",12042]1204312044[[package]]12045name = "unique-runtime"12046version = "0.9.17"12047dependencies = [12048 "cumulus-pallet-aura-ext",12049 "cumulus-pallet-dmp-queue",12050 "cumulus-pallet-parachain-system",12051 "cumulus-pallet-xcm",12052 "cumulus-pallet-xcmp-queue",12053 "cumulus-primitives-core",12054 "cumulus-primitives-timestamp",12055 "cumulus-primitives-utility",12056 "derivative",12057 "fp-rpc",12058 "fp-self-contained",12059 "frame-benchmarking",12060 "frame-executive",12061 "frame-support",12062 "frame-system",12063 "frame-system-benchmarking",12064 "frame-system-rpc-runtime-api",12065 "hex-literal",12066 "orml-vesting",12067 "pallet-aura",12068 "pallet-balances",12069 "pallet-base-fee",12070 "pallet-common",12071 "pallet-ethereum",12072 "pallet-evm",12073 "pallet-evm-coder-substrate",12074 "pallet-evm-contract-helpers",12075 "pallet-evm-migration",12076 "pallet-evm-transaction-payment",12077 "pallet-fungible",12078 "pallet-inflation",12079 "pallet-nonfungible",12080 "pallet-randomness-collective-flip",12081 "pallet-refungible",12082 "pallet-sudo",12083 "pallet-template-transaction-payment",12084 "pallet-timestamp",12085 "pallet-transaction-payment",12086 "pallet-transaction-payment-rpc-runtime-api",12087 "pallet-treasury",12088 "pallet-unique",12089 "pallet-unq-scheduler",12090 "pallet-xcm",12091 "parachain-info",12092 "parity-scale-codec",12093 "polkadot-parachain",12094 "scale-info",12095 "serde",12096 "smallvec",12097 "sp-api",12098 "sp-arithmetic",12099 "sp-block-builder",12100 "sp-consensus-aura",12101 "sp-core",12102 "sp-inherents",12103 "sp-io",12104 "sp-offchain",12105 "sp-runtime",12106 "sp-session",12107 "sp-std",12108 "sp-transaction-pool",12109 "sp-version",12110 "substrate-wasm-builder",12111 "unique-runtime-common",12112 "up-data-structs",12113 "up-evm-mapping",12114 "up-rpc",12115 "xcm",12116 "xcm-builder",12117 "xcm-executor",12118]1211912120[[package]]12121name = "unique-runtime-common"12122version = "0.1.0"12123dependencies = [12124 "fp-rpc",12125 "frame-support",12126 "frame-system",12127 "pallet-common",12128 "parity-scale-codec",12129 "scale-info",12130 "sp-consensus-aura",12131 "sp-core",12132 "sp-runtime",12133]1213412135[[package]]12136name = "universal-hash"12137version = "0.4.1"12138source = "registry+https://github.com/rust-lang/crates.io-index"12139checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12140dependencies = [12141 "generic-array 0.14.5",12142 "subtle 2.4.1",12143]1214412145[[package]]12146name = "unsigned-varint"12147version = "0.5.1"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1215012151[[package]]12152name = "unsigned-varint"12153version = "0.6.0"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"12156dependencies = [12157 "asynchronous-codec 0.5.0",12158 "bytes 1.1.0",12159 "futures-io",12160 "futures-util",12161]1216212163[[package]]12164name = "unsigned-varint"12165version = "0.7.1"12166source = "registry+https://github.com/rust-lang/crates.io-index"12167checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12168dependencies = [12169 "asynchronous-codec 0.6.0",12170 "bytes 1.1.0",12171 "futures-io",12172 "futures-util",12173]1217412175[[package]]12176name = "untrusted"12177version = "0.7.1"12178source = "registry+https://github.com/rust-lang/crates.io-index"12179checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1218012181[[package]]12182name = "up-data-structs"12183version = "0.1.0"12184dependencies = [12185 "derivative",12186 "frame-support",12187 "frame-system",12188 "parity-scale-codec",12189 "scale-info",12190 "serde",12191 "sp-core",12192 "sp-runtime",12193 "sp-std",12194]1219512196[[package]]12197name = "up-evm-mapping"12198version = "0.1.0"12199dependencies = [12200 "frame-support",12201 "sp-core",12202]1220312204[[package]]12205name = "up-rpc"12206version = "0.1.0"12207dependencies = [12208 "pallet-common",12209 "parity-scale-codec",12210 "sp-api",12211 "sp-core",12212 "sp-runtime",12213 "sp-std",12214 "up-data-structs",12215]1221612217[[package]]12218name = "up-sponsorship"12219version = "0.1.0"12220source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.17#28f311f8de67155865d362f6ded1d0d5229f3202"12221dependencies = [12222 "impl-trait-for-tuples",12223]1222412225[[package]]12226name = "url"12227version = "1.7.2"12228source = "registry+https://github.com/rust-lang/crates.io-index"12229checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"12230dependencies = [12231 "idna 0.1.5",12232 "matches",12233 "percent-encoding 1.0.1",12234]1223512236[[package]]12237name = "url"12238version = "2.2.2"12239source = "registry+https://github.com/rust-lang/crates.io-index"12240checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12241dependencies = [12242 "form_urlencoded",12243 "idna 0.2.3",12244 "matches",12245 "percent-encoding 2.1.0",12246]1224712248[[package]]12249name = "valuable"12250version = "0.1.0"12251source = "registry+https://github.com/rust-lang/crates.io-index"12252checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1225312254[[package]]12255name = "value-bag"12256version = "1.0.0-alpha.8"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"12259dependencies = [12260 "ctor",12261 "version_check",12262]1226312264[[package]]12265name = "vcpkg"12266version = "0.2.15"12267source = "registry+https://github.com/rust-lang/crates.io-index"12268checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1226912270[[package]]12271name = "version_check"12272version = "0.9.4"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1227512276[[package]]12277name = "void"12278version = "1.0.2"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1228112282[[package]]12283name = "waker-fn"12284version = "1.1.0"12285source = "registry+https://github.com/rust-lang/crates.io-index"12286checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1228712288[[package]]12289name = "walkdir"12290version = "2.3.2"12291source = "registry+https://github.com/rust-lang/crates.io-index"12292checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12293dependencies = [12294 "same-file",12295 "winapi 0.3.9",12296 "winapi-util",12297]1229812299[[package]]12300name = "want"12301version = "0.3.0"12302source = "registry+https://github.com/rust-lang/crates.io-index"12303checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12304dependencies = [12305 "log",12306 "try-lock",12307]1230812309[[package]]12310name = "wasi"12311version = "0.9.0+wasi-snapshot-preview1"12312source = "registry+https://github.com/rust-lang/crates.io-index"12313checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1231412315[[package]]12316name = "wasi"12317version = "0.10.0+wasi-snapshot-preview1"12318source = "registry+https://github.com/rust-lang/crates.io-index"12319checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1232012321[[package]]12322name = "wasm-bindgen"12323version = "0.2.79"12324source = "registry+https://github.com/rust-lang/crates.io-index"12325checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12326dependencies = [12327 "cfg-if 1.0.0",12328 "wasm-bindgen-macro",12329]1233012331[[package]]12332name = "wasm-bindgen-backend"12333version = "0.2.79"12334source = "registry+https://github.com/rust-lang/crates.io-index"12335checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12336dependencies = [12337 "bumpalo",12338 "lazy_static",12339 "log",12340 "proc-macro2",12341 "quote",12342 "syn",12343 "wasm-bindgen-shared",12344]1234512346[[package]]12347name = "wasm-bindgen-futures"12348version = "0.4.29"12349source = "registry+https://github.com/rust-lang/crates.io-index"12350checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12351dependencies = [12352 "cfg-if 1.0.0",12353 "js-sys",12354 "wasm-bindgen",12355 "web-sys",12356]1235712358[[package]]12359name = "wasm-bindgen-macro"12360version = "0.2.79"12361source = "registry+https://github.com/rust-lang/crates.io-index"12362checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12363dependencies = [12364 "quote",12365 "wasm-bindgen-macro-support",12366]1236712368[[package]]12369name = "wasm-bindgen-macro-support"12370version = "0.2.79"12371source = "registry+https://github.com/rust-lang/crates.io-index"12372checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12373dependencies = [12374 "proc-macro2",12375 "quote",12376 "syn",12377 "wasm-bindgen-backend",12378 "wasm-bindgen-shared",12379]1238012381[[package]]12382name = "wasm-bindgen-shared"12383version = "0.2.79"12384source = "registry+https://github.com/rust-lang/crates.io-index"12385checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1238612387[[package]]12388name = "wasm-gc-api"12389version = "0.1.11"12390source = "registry+https://github.com/rust-lang/crates.io-index"12391checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12392dependencies = [12393 "log",12394 "parity-wasm 0.32.0",12395 "rustc-demangle",12396]1239712398[[package]]12399name = "wasm-instrument"12400version = "0.1.1"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12403dependencies = [12404 "parity-wasm 0.42.2",12405]1240612407[[package]]12408name = "wasm-timer"12409version = "0.2.5"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12412dependencies = [12413 "futures 0.3.21",12414 "js-sys",12415 "parking_lot 0.11.2",12416 "pin-utils",12417 "wasm-bindgen",12418 "wasm-bindgen-futures",12419 "web-sys",12420]1242112422[[package]]12423name = "wasmi"12424version = "0.9.1"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12427dependencies = [12428 "downcast-rs",12429 "libc",12430 "memory_units",12431 "num-rational 0.2.4",12432 "num-traits",12433 "parity-wasm 0.42.2",12434 "wasmi-validation",12435]1243612437[[package]]12438name = "wasmi-validation"12439version = "0.4.1"12440source = "registry+https://github.com/rust-lang/crates.io-index"12441checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12442dependencies = [12443 "parity-wasm 0.42.2",12444]1244512446[[package]]12447name = "wasmparser"12448version = "0.81.0"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1245112452[[package]]12453name = "wasmtime"12454version = "0.33.1"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "4c9c724da92e39a85d2231d4c2a942c8be295211441dbca581c6c3f3f45a9f00"12457dependencies = [12458 "anyhow",12459 "backtrace",12460 "bincode",12461 "cfg-if 1.0.0",12462 "cpp_demangle",12463 "indexmap",12464 "lazy_static",12465 "libc",12466 "log",12467 "object",12468 "paste",12469 "psm",12470 "rayon",12471 "region",12472 "rustc-demangle",12473 "serde",12474 "target-lexicon",12475 "wasmparser",12476 "wasmtime-cache",12477 "wasmtime-cranelift",12478 "wasmtime-environ",12479 "wasmtime-jit",12480 "wasmtime-runtime",12481 "winapi 0.3.9",12482]1248312484[[package]]12485name = "wasmtime-cache"12486version = "0.33.1"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "da4439d99100298344567c0eb6916ad5864e99e54760b8177c427e529077fb30"12489dependencies = [12490 "anyhow",12491 "base64",12492 "bincode",12493 "directories-next",12494 "file-per-thread-logger",12495 "log",12496 "rustix",12497 "serde",12498 "sha2 0.9.9",12499 "toml",12500 "winapi 0.3.9",12501 "zstd",12502]1250312504[[package]]12505name = "wasmtime-cranelift"12506version = "0.33.1"12507source = "registry+https://github.com/rust-lang/crates.io-index"12508checksum = "1762765dd69245f00e5d9783b695039e449a7be0f9c5383e4c78465dd6131aeb"12509dependencies = [12510 "anyhow",12511 "cranelift-codegen",12512 "cranelift-entity",12513 "cranelift-frontend",12514 "cranelift-native",12515 "cranelift-wasm",12516 "gimli",12517 "log",12518 "more-asserts",12519 "object",12520 "target-lexicon",12521 "thiserror",12522 "wasmparser",12523 "wasmtime-environ",12524]1252512526[[package]]12527name = "wasmtime-environ"12528version = "0.33.1"12529source = "registry+https://github.com/rust-lang/crates.io-index"12530checksum = "c4468301d95ec71710bb6261382efe27d1296447711645e3dbabaea6e4de3504"12531dependencies = [12532 "anyhow",12533 "cranelift-entity",12534 "gimli",12535 "indexmap",12536 "log",12537 "more-asserts",12538 "object",12539 "serde",12540 "target-lexicon",12541 "thiserror",12542 "wasmparser",12543 "wasmtime-types",12544]1254512546[[package]]12547name = "wasmtime-jit"12548version = "0.33.1"12549source = "registry+https://github.com/rust-lang/crates.io-index"12550checksum = "ab0ae6e581ff014b470ec35847ea3c0b4c3ace89a55df5a04c802a11f4574e7d"12551dependencies = [12552 "addr2line",12553 "anyhow",12554 "bincode",12555 "cfg-if 1.0.0",12556 "gimli",12557 "object",12558 "region",12559 "rustix",12560 "serde",12561 "target-lexicon",12562 "thiserror",12563 "wasmtime-environ",12564 "wasmtime-runtime",12565 "winapi 0.3.9",12566]1256712568[[package]]12569name = "wasmtime-runtime"12570version = "0.33.1"12571source = "registry+https://github.com/rust-lang/crates.io-index"12572checksum = "6d9c28877ae37a367cda7b52b8887589816152e95dde9b7c80cc686f52761961"12573dependencies = [12574 "anyhow",12575 "backtrace",12576 "cc",12577 "cfg-if 1.0.0",12578 "indexmap",12579 "lazy_static",12580 "libc",12581 "log",12582 "mach",12583 "memoffset",12584 "more-asserts",12585 "rand 0.8.5",12586 "region",12587 "rustix",12588 "thiserror",12589 "wasmtime-environ",12590 "winapi 0.3.9",12591]1259212593[[package]]12594name = "wasmtime-types"12595version = "0.33.1"12596source = "registry+https://github.com/rust-lang/crates.io-index"12597checksum = "395726e8f5dd8c57cb0db445627b842343f7e29ed7489467fdf7953ed9d3cd4f"12598dependencies = [12599 "cranelift-entity",12600 "serde",12601 "thiserror",12602 "wasmparser",12603]1260412605[[package]]12606name = "web-sys"12607version = "0.3.56"12608source = "registry+https://github.com/rust-lang/crates.io-index"12609checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"12610dependencies = [12611 "js-sys",12612 "wasm-bindgen",12613]1261412615[[package]]12616name = "webpki"12617version = "0.21.4"12618source = "registry+https://github.com/rust-lang/crates.io-index"12619checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12620dependencies = [12621 "ring",12622 "untrusted",12623]1262412625[[package]]12626name = "webpki"12627version = "0.22.0"12628source = "registry+https://github.com/rust-lang/crates.io-index"12629checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"12630dependencies = [12631 "ring",12632 "untrusted",12633]1263412635[[package]]12636name = "webpki-roots"12637version = "0.21.1"12638source = "registry+https://github.com/rust-lang/crates.io-index"12639checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12640dependencies = [12641 "webpki 0.21.4",12642]1264312644[[package]]12645name = "webpki-roots"12646version = "0.22.2"12647source = "registry+https://github.com/rust-lang/crates.io-index"12648checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"12649dependencies = [12650 "webpki 0.22.0",12651]1265212653[[package]]12654name = "wepoll-ffi"12655version = "0.1.2"12656source = "registry+https://github.com/rust-lang/crates.io-index"12657checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12658dependencies = [12659 "cc",12660]1266112662[[package]]12663name = "westend-runtime"12664version = "0.9.17"12665source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12666dependencies = [12667 "beefy-primitives",12668 "bitvec",12669 "frame-benchmarking",12670 "frame-election-provider-support",12671 "frame-executive",12672 "frame-support",12673 "frame-system",12674 "frame-system-benchmarking",12675 "frame-system-rpc-runtime-api",12676 "frame-try-runtime",12677 "hex-literal",12678 "log",12679 "pallet-authority-discovery",12680 "pallet-authorship",12681 "pallet-babe",12682 "pallet-bags-list",12683 "pallet-balances",12684 "pallet-collective",12685 "pallet-democracy",12686 "pallet-election-provider-multi-phase",12687 "pallet-elections-phragmen",12688 "pallet-grandpa",12689 "pallet-identity",12690 "pallet-im-online",12691 "pallet-indices",12692 "pallet-membership",12693 "pallet-mmr-primitives",12694 "pallet-multisig",12695 "pallet-nicks",12696 "pallet-offences",12697 "pallet-offences-benchmarking",12698 "pallet-preimage",12699 "pallet-proxy",12700 "pallet-recovery",12701 "pallet-scheduler",12702 "pallet-session",12703 "pallet-session-benchmarking",12704 "pallet-society",12705 "pallet-staking",12706 "pallet-staking-reward-curve",12707 "pallet-sudo",12708 "pallet-timestamp",12709 "pallet-transaction-payment",12710 "pallet-transaction-payment-rpc-runtime-api",12711 "pallet-treasury",12712 "pallet-utility",12713 "pallet-vesting",12714 "pallet-xcm",12715 "pallet-xcm-benchmarks",12716 "parity-scale-codec",12717 "polkadot-parachain",12718 "polkadot-primitives",12719 "polkadot-runtime-common",12720 "polkadot-runtime-parachains",12721 "rustc-hex",12722 "scale-info",12723 "serde",12724 "serde_derive",12725 "smallvec",12726 "sp-api",12727 "sp-authority-discovery",12728 "sp-block-builder",12729 "sp-consensus-babe",12730 "sp-core",12731 "sp-inherents",12732 "sp-io",12733 "sp-npos-elections",12734 "sp-offchain",12735 "sp-runtime",12736 "sp-session",12737 "sp-staking",12738 "sp-std",12739 "sp-transaction-pool",12740 "sp-version",12741 "substrate-wasm-builder",12742 "westend-runtime-constants",12743 "xcm",12744 "xcm-builder",12745 "xcm-executor",12746]1274712748[[package]]12749name = "westend-runtime-constants"12750version = "0.9.17"12751source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12752dependencies = [12753 "frame-support",12754 "polkadot-primitives",12755 "polkadot-runtime-common",12756 "smallvec",12757 "sp-runtime",12758]1275912760[[package]]12761name = "which"12762version = "4.2.4"12763source = "registry+https://github.com/rust-lang/crates.io-index"12764checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"12765dependencies = [12766 "either",12767 "lazy_static",12768 "libc",12769]1277012771[[package]]12772name = "widestring"12773version = "0.4.3"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1277612777[[package]]12778name = "winapi"12779version = "0.2.8"12780source = "registry+https://github.com/rust-lang/crates.io-index"12781checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1278212783[[package]]12784name = "winapi"12785version = "0.3.9"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12788dependencies = [12789 "winapi-i686-pc-windows-gnu",12790 "winapi-x86_64-pc-windows-gnu",12791]1279212793[[package]]12794name = "winapi-build"12795version = "0.1.1"12796source = "registry+https://github.com/rust-lang/crates.io-index"12797checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1279812799[[package]]12800name = "winapi-i686-pc-windows-gnu"12801version = "0.4.0"12802source = "registry+https://github.com/rust-lang/crates.io-index"12803checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1280412805[[package]]12806name = "winapi-util"12807version = "0.1.5"12808source = "registry+https://github.com/rust-lang/crates.io-index"12809checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12810dependencies = [12811 "winapi 0.3.9",12812]1281312814[[package]]12815name = "winapi-x86_64-pc-windows-gnu"12816version = "0.4.0"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1281912820[[package]]12821name = "windows-sys"12822version = "0.32.0"12823source = "registry+https://github.com/rust-lang/crates.io-index"12824checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"12825dependencies = [12826 "windows_aarch64_msvc",12827 "windows_i686_gnu",12828 "windows_i686_msvc",12829 "windows_x86_64_gnu",12830 "windows_x86_64_msvc",12831]1283212833[[package]]12834name = "windows_aarch64_msvc"12835version = "0.32.0"12836source = "registry+https://github.com/rust-lang/crates.io-index"12837checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"1283812839[[package]]12840name = "windows_i686_gnu"12841version = "0.32.0"12842source = "registry+https://github.com/rust-lang/crates.io-index"12843checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"1284412845[[package]]12846name = "windows_i686_msvc"12847version = "0.32.0"12848source = "registry+https://github.com/rust-lang/crates.io-index"12849checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"1285012851[[package]]12852name = "windows_x86_64_gnu"12853version = "0.32.0"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"1285612857[[package]]12858name = "windows_x86_64_msvc"12859version = "0.32.0"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"1286212863[[package]]12864name = "winreg"12865version = "0.6.2"12866source = "registry+https://github.com/rust-lang/crates.io-index"12867checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12868dependencies = [12869 "winapi 0.3.9",12870]1287112872[[package]]12873name = "ws2_32-sys"12874version = "0.2.1"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12877dependencies = [12878 "winapi 0.2.8",12879 "winapi-build",12880]1288112882[[package]]12883name = "wyz"12884version = "0.2.0"12885source = "registry+https://github.com/rust-lang/crates.io-index"12886checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1288712888[[package]]12889name = "x25519-dalek"12890version = "1.1.1"12891source = "registry+https://github.com/rust-lang/crates.io-index"12892checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12893dependencies = [12894 "curve25519-dalek 3.2.0",12895 "rand_core 0.5.1",12896 "zeroize",12897]1289812899[[package]]12900name = "xcm"12901version = "0.9.17"12902source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12903dependencies = [12904 "derivative",12905 "impl-trait-for-tuples",12906 "log",12907 "parity-scale-codec",12908 "scale-info",12909 "xcm-procedural",12910]1291112912[[package]]12913name = "xcm-builder"12914version = "0.9.17"12915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12916dependencies = [12917 "frame-support",12918 "frame-system",12919 "log",12920 "pallet-transaction-payment",12921 "parity-scale-codec",12922 "polkadot-parachain",12923 "scale-info",12924 "sp-arithmetic",12925 "sp-io",12926 "sp-runtime",12927 "sp-std",12928 "xcm",12929 "xcm-executor",12930]1293112932[[package]]12933name = "xcm-executor"12934version = "0.9.17"12935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12936dependencies = [12937 "frame-benchmarking",12938 "frame-support",12939 "impl-trait-for-tuples",12940 "log",12941 "parity-scale-codec",12942 "sp-arithmetic",12943 "sp-core",12944 "sp-io",12945 "sp-runtime",12946 "sp-std",12947 "xcm",12948]1294912950[[package]]12951name = "xcm-procedural"12952version = "0.1.0"12953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.17#de0ecd4760b146ecf33f5e867d707d789e21e060"12954dependencies = [12955 "Inflector",12956 "proc-macro2",12957 "quote",12958 "syn",12959]1296012961[[package]]12962name = "yamux"12963version = "0.9.0"12964source = "registry+https://github.com/rust-lang/crates.io-index"12965checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12966dependencies = [12967 "futures 0.3.21",12968 "log",12969 "nohash-hasher",12970 "parking_lot 0.11.2",12971 "rand 0.8.5",12972 "static_assertions",12973]1297412975[[package]]12976name = "yansi"12977version = "0.5.0"12978source = "registry+https://github.com/rust-lang/crates.io-index"12979checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1298012981[[package]]12982name = "zeroize"12983version = "1.5.3"12984source = "registry+https://github.com/rust-lang/crates.io-index"12985checksum = "50344758e2f40e3a1fcfc8f6f91aa57b5f8ebd8d27919fe6451f15aaaf9ee608"12986dependencies = [12987 "zeroize_derive",12988]1298912990[[package]]12991name = "zeroize_derive"12992version = "1.3.2"12993source = "registry+https://github.com/rust-lang/crates.io-index"12994checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"12995dependencies = [12996 "proc-macro2",12997 "quote",12998 "syn",12999 "synstructure",13000]1300113002[[package]]13003name = "zstd"13004version = "0.9.2+zstd.1.5.1"13005source = "registry+https://github.com/rust-lang/crates.io-index"13006checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"13007dependencies = [13008 "zstd-safe",13009]1301013011[[package]]13012name = "zstd-safe"13013version = "4.1.3+zstd.1.5.1"13014source = "registry+https://github.com/rust-lang/crates.io-index"13015checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"13016dependencies = [13017 "libc",13018 "zstd-sys",13019]1302013021[[package]]13022name = "zstd-sys"13023version = "1.6.2+zstd.1.5.1"13024source = "registry+https://github.com/rust-lang/crates.io-index"13025checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"13026dependencies = [13027 "cc",13028 "libc",13029]