git.delta.rocks / unique-network / refs/commits / 53dab706dcdc

difftreelog

source

Cargo.lock302.0 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.6",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",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",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.7",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"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 = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.65"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "arrayref"140version = "0.3.6"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"143144[[package]]145name = "arrayvec"146version = "0.4.12"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"149dependencies = [150 "nodrop",151]152153[[package]]154name = "arrayvec"155version = "0.5.2"156source = "registry+https://github.com/rust-lang/crates.io-index"157checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"158159[[package]]160name = "arrayvec"161version = "0.7.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"164165[[package]]166name = "asn1_der"167version = "0.7.5"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"170171[[package]]172name = "assert_matches"173version = "1.5.0"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"176177[[package]]178name = "async-attributes"179version = "1.1.2"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"182dependencies = [183 "quote",184 "syn",185]186187[[package]]188name = "async-channel"189version = "1.7.1"190source = "registry+https://github.com/rust-lang/crates.io-index"191checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"192dependencies = [193 "concurrent-queue",194 "event-listener",195 "futures-core",196]197198[[package]]199name = "async-executor"200version = "1.4.1"201source = "registry+https://github.com/rust-lang/crates.io-index"202checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"203dependencies = [204 "async-task",205 "concurrent-queue",206 "fastrand",207 "futures-lite",208 "once_cell",209 "slab",210]211212[[package]]213name = "async-global-executor"214version = "2.3.0"215source = "registry+https://github.com/rust-lang/crates.io-index"216checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"217dependencies = [218 "async-channel",219 "async-executor",220 "async-io",221 "async-lock",222 "blocking",223 "futures-lite",224 "once_cell",225]226227[[package]]228name = "async-io"229version = "1.9.0"230source = "registry+https://github.com/rust-lang/crates.io-index"231checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"232dependencies = [233 "autocfg",234 "concurrent-queue",235 "futures-lite",236 "libc",237 "log",238 "once_cell",239 "parking",240 "polling",241 "slab",242 "socket2",243 "waker-fn",244 "winapi",245]246247[[package]]248name = "async-lock"249version = "2.5.0"250source = "registry+https://github.com/rust-lang/crates.io-index"251checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"252dependencies = [253 "event-listener",254]255256[[package]]257name = "async-process"258version = "1.5.0"259source = "registry+https://github.com/rust-lang/crates.io-index"260checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"261dependencies = [262 "async-io",263 "autocfg",264 "blocking",265 "cfg-if 1.0.0",266 "event-listener",267 "futures-lite",268 "libc",269 "once_cell",270 "signal-hook",271 "winapi",272]273274[[package]]275name = "async-std"276version = "1.12.0"277source = "registry+https://github.com/rust-lang/crates.io-index"278checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"279dependencies = [280 "async-attributes",281 "async-channel",282 "async-global-executor",283 "async-io",284 "async-lock",285 "async-process",286 "crossbeam-utils",287 "futures-channel",288 "futures-core",289 "futures-io",290 "futures-lite",291 "gloo-timers",292 "kv-log-macro",293 "log",294 "memchr",295 "once_cell",296 "pin-project-lite 0.2.9",297 "pin-utils",298 "slab",299 "wasm-bindgen-futures",300]301302[[package]]303name = "async-std-resolver"304version = "0.21.2"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"307dependencies = [308 "async-std",309 "async-trait",310 "futures-io",311 "futures-util",312 "pin-utils",313 "socket2",314 "trust-dns-resolver",315]316317[[package]]318name = "async-task"319version = "4.3.0"320source = "registry+https://github.com/rust-lang/crates.io-index"321checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"322323[[package]]324name = "async-trait"325version = "0.1.57"326source = "registry+https://github.com/rust-lang/crates.io-index"327checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"328dependencies = [329 "proc-macro2",330 "quote",331 "syn",332]333334[[package]]335name = "asynchronous-codec"336version = "0.6.0"337source = "registry+https://github.com/rust-lang/crates.io-index"338checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"339dependencies = [340 "bytes",341 "futures-sink",342 "futures-util",343 "memchr",344 "pin-project-lite 0.2.9",345]346347[[package]]348name = "atomic-waker"349version = "1.0.0"350source = "registry+https://github.com/rust-lang/crates.io-index"351checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"352353[[package]]354name = "atty"355version = "0.2.14"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"358dependencies = [359 "hermit-abi",360 "libc",361 "winapi",362]363364[[package]]365name = "auto_impl"366version = "0.5.0"367source = "registry+https://github.com/rust-lang/crates.io-index"368checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"369dependencies = [370 "proc-macro-error",371 "proc-macro2",372 "quote",373 "syn",374]375376[[package]]377name = "autocfg"378version = "1.1.0"379source = "registry+https://github.com/rust-lang/crates.io-index"380checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"381382[[package]]383name = "backoff"384version = "0.4.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"387dependencies = [388 "futures-core",389 "getrandom 0.2.7",390 "instant",391 "pin-project-lite 0.2.9",392 "rand 0.8.5",393 "tokio",394]395396[[package]]397name = "backtrace"398version = "0.3.66"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"401dependencies = [402 "addr2line",403 "cc",404 "cfg-if 1.0.0",405 "libc",406 "miniz_oxide",407 "object 0.29.0",408 "rustc-demangle",409]410411[[package]]412name = "base-x"413version = "0.2.11"414source = "registry+https://github.com/rust-lang/crates.io-index"415checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"416417[[package]]418name = "base16ct"419version = "0.1.1"420source = "registry+https://github.com/rust-lang/crates.io-index"421checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"422423[[package]]424name = "base58"425version = "0.2.0"426source = "registry+https://github.com/rust-lang/crates.io-index"427checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"428429[[package]]430name = "base64"431version = "0.13.0"432source = "registry+https://github.com/rust-lang/crates.io-index"433checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"434435[[package]]436name = "beef"437version = "0.5.2"438source = "registry+https://github.com/rust-lang/crates.io-index"439checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"440dependencies = [441 "serde",442]443444[[package]]445name = "beefy-gadget"446version = "4.0.0-dev"447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"448dependencies = [449 "async-trait",450 "beefy-primitives",451 "fnv",452 "futures 0.3.24",453 "futures-timer",454 "hex",455 "log",456 "parity-scale-codec 3.2.1",457 "parking_lot 0.12.1",458 "sc-chain-spec",459 "sc-client-api",460 "sc-consensus",461 "sc-finality-grandpa",462 "sc-keystore",463 "sc-network",464 "sc-network-gossip",465 "sc-utils",466 "sp-api",467 "sp-application-crypto",468 "sp-arithmetic",469 "sp-blockchain",470 "sp-consensus",471 "sp-core",472 "sp-keystore",473 "sp-mmr-primitives",474 "sp-runtime",475 "substrate-prometheus-endpoint",476 "thiserror",477 "wasm-timer",478]479480[[package]]481name = "beefy-gadget-rpc"482version = "4.0.0-dev"483source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"484dependencies = [485 "beefy-gadget",486 "beefy-primitives",487 "futures 0.3.24",488 "jsonrpsee",489 "log",490 "parity-scale-codec 3.2.1",491 "parking_lot 0.12.1",492 "sc-rpc",493 "sc-utils",494 "serde",495 "sp-core",496 "sp-runtime",497 "thiserror",498]499500[[package]]501name = "beefy-merkle-tree"502version = "4.0.0-dev"503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"504dependencies = [505 "beefy-primitives",506 "sp-api",507]508509[[package]]510name = "beefy-primitives"511version = "4.0.0-dev"512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"513dependencies = [514 "parity-scale-codec 3.2.1",515 "scale-info",516 "sp-api",517 "sp-application-crypto",518 "sp-core",519 "sp-runtime",520 "sp-std",521]522523[[package]]524name = "bimap"525version = "0.6.2"526source = "registry+https://github.com/rust-lang/crates.io-index"527checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"528529[[package]]530name = "bincode"531version = "1.3.3"532source = "registry+https://github.com/rust-lang/crates.io-index"533checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"534dependencies = [535 "serde",536]537538[[package]]539name = "bindgen"540version = "0.59.2"541source = "registry+https://github.com/rust-lang/crates.io-index"542checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"543dependencies = [544 "bitflags",545 "cexpr",546 "clang-sys",547 "lazy_static",548 "lazycell",549 "peeking_take_while",550 "proc-macro2",551 "quote",552 "regex",553 "rustc-hash",554 "shlex",555]556557[[package]]558name = "bitflags"559version = "1.3.2"560source = "registry+https://github.com/rust-lang/crates.io-index"561checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"562563[[package]]564name = "bitvec"565version = "0.20.4"566source = "registry+https://github.com/rust-lang/crates.io-index"567checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"568dependencies = [569 "funty 1.1.0",570 "radium 0.6.2",571 "tap",572 "wyz 0.2.0",573]574575[[package]]576name = "bitvec"577version = "1.0.1"578source = "registry+https://github.com/rust-lang/crates.io-index"579checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"580dependencies = [581 "funty 2.0.0",582 "radium 0.7.0",583 "tap",584 "wyz 0.5.0",585]586587[[package]]588name = "blake2"589version = "0.10.4"590source = "registry+https://github.com/rust-lang/crates.io-index"591checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"592dependencies = [593 "digest 0.10.5",594]595596[[package]]597name = "blake2-rfc"598version = "0.2.18"599source = "registry+https://github.com/rust-lang/crates.io-index"600checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"601dependencies = [602 "arrayvec 0.4.12",603 "constant_time_eq",604]605606[[package]]607name = "blake2b_simd"608version = "1.0.0"609source = "registry+https://github.com/rust-lang/crates.io-index"610checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"611dependencies = [612 "arrayref",613 "arrayvec 0.7.2",614 "constant_time_eq",615]616617[[package]]618name = "blake2s_simd"619version = "1.0.0"620source = "registry+https://github.com/rust-lang/crates.io-index"621checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"622dependencies = [623 "arrayref",624 "arrayvec 0.7.2",625 "constant_time_eq",626]627628[[package]]629name = "blake3"630version = "1.3.1"631source = "registry+https://github.com/rust-lang/crates.io-index"632checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"633dependencies = [634 "arrayref",635 "arrayvec 0.7.2",636 "cc",637 "cfg-if 1.0.0",638 "constant_time_eq",639 "digest 0.10.5",640]641642[[package]]643name = "block-buffer"644version = "0.7.3"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"647dependencies = [648 "block-padding 0.1.5",649 "byte-tools",650 "byteorder",651 "generic-array 0.12.4",652]653654[[package]]655name = "block-buffer"656version = "0.9.0"657source = "registry+https://github.com/rust-lang/crates.io-index"658checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"659dependencies = [660 "block-padding 0.2.1",661 "generic-array 0.14.6",662]663664[[package]]665name = "block-buffer"666version = "0.10.3"667source = "registry+https://github.com/rust-lang/crates.io-index"668checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"669dependencies = [670 "generic-array 0.14.6",671]672673[[package]]674name = "block-padding"675version = "0.1.5"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"678dependencies = [679 "byte-tools",680]681682[[package]]683name = "block-padding"684version = "0.2.1"685source = "registry+https://github.com/rust-lang/crates.io-index"686checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"687688[[package]]689name = "blocking"690version = "1.2.0"691source = "registry+https://github.com/rust-lang/crates.io-index"692checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"693dependencies = [694 "async-channel",695 "async-task",696 "atomic-waker",697 "fastrand",698 "futures-lite",699 "once_cell",700]701702[[package]]703name = "bondrewd"704version = "0.1.14"705source = "registry+https://github.com/rust-lang/crates.io-index"706checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"707dependencies = [708 "bondrewd-derive",709]710711[[package]]712name = "bondrewd-derive"713version = "0.3.18"714source = "registry+https://github.com/rust-lang/crates.io-index"715checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"716dependencies = [717 "proc-macro2",718 "quote",719 "syn",720]721722[[package]]723name = "bounded-vec"724version = "0.6.0"725source = "registry+https://github.com/rust-lang/crates.io-index"726checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"727dependencies = [728 "thiserror",729]730731[[package]]732name = "bs58"733version = "0.4.0"734source = "registry+https://github.com/rust-lang/crates.io-index"735checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"736737[[package]]738name = "bstr"739version = "0.2.17"740source = "registry+https://github.com/rust-lang/crates.io-index"741checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"742dependencies = [743 "memchr",744]745746[[package]]747name = "build-helper"748version = "0.1.1"749source = "registry+https://github.com/rust-lang/crates.io-index"750checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"751dependencies = [752 "semver 0.6.0",753]754755[[package]]756name = "bumpalo"757version = "3.11.0"758source = "registry+https://github.com/rust-lang/crates.io-index"759checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"760761[[package]]762name = "byte-slice-cast"763version = "1.2.1"764source = "registry+https://github.com/rust-lang/crates.io-index"765checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"766767[[package]]768name = "byte-tools"769version = "0.3.1"770source = "registry+https://github.com/rust-lang/crates.io-index"771checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"772773[[package]]774name = "byteorder"775version = "1.4.3"776source = "registry+https://github.com/rust-lang/crates.io-index"777checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"778779[[package]]780name = "bytes"781version = "1.2.1"782source = "registry+https://github.com/rust-lang/crates.io-index"783checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"784785[[package]]786name = "bzip2-sys"787version = "0.1.11+1.0.8"788source = "registry+https://github.com/rust-lang/crates.io-index"789checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"790dependencies = [791 "cc",792 "libc",793 "pkg-config",794]795796[[package]]797name = "cache-padded"798version = "1.2.0"799source = "registry+https://github.com/rust-lang/crates.io-index"800checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"801802[[package]]803name = "camino"804version = "1.1.1"805source = "registry+https://github.com/rust-lang/crates.io-index"806checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"807dependencies = [808 "serde",809]810811[[package]]812name = "cargo-platform"813version = "0.1.2"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"816dependencies = [817 "serde",818]819820[[package]]821name = "cargo_metadata"822version = "0.14.2"823source = "registry+https://github.com/rust-lang/crates.io-index"824checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"825dependencies = [826 "camino",827 "cargo-platform",828 "semver 1.0.14",829 "serde",830 "serde_json",831]832833[[package]]834name = "cc"835version = "1.0.73"836source = "registry+https://github.com/rust-lang/crates.io-index"837checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"838dependencies = [839 "jobserver",840]841842[[package]]843name = "cexpr"844version = "0.6.0"845source = "registry+https://github.com/rust-lang/crates.io-index"846checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"847dependencies = [848 "nom",849]850851[[package]]852name = "cfg-expr"853version = "0.10.3"854source = "registry+https://github.com/rust-lang/crates.io-index"855checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"856dependencies = [857 "smallvec",858]859860[[package]]861name = "cfg-if"862version = "0.1.10"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"865866[[package]]867name = "cfg-if"868version = "1.0.0"869source = "registry+https://github.com/rust-lang/crates.io-index"870checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"871872[[package]]873name = "cfg_aliases"874version = "0.1.1"875source = "registry+https://github.com/rust-lang/crates.io-index"876checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"877878[[package]]879name = "chacha20"880version = "0.8.2"881source = "registry+https://github.com/rust-lang/crates.io-index"882checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"883dependencies = [884 "cfg-if 1.0.0",885 "cipher",886 "cpufeatures",887 "zeroize",888]889890[[package]]891name = "chacha20poly1305"892version = "0.9.1"893source = "registry+https://github.com/rust-lang/crates.io-index"894checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"895dependencies = [896 "aead",897 "chacha20",898 "cipher",899 "poly1305",900 "zeroize",901]902903[[package]]904name = "chrono"905version = "0.4.22"906source = "registry+https://github.com/rust-lang/crates.io-index"907checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"908dependencies = [909 "iana-time-zone",910 "js-sys",911 "num-integer",912 "num-traits",913 "time 0.1.44",914 "wasm-bindgen",915 "winapi",916]917918[[package]]919name = "cid"920version = "0.8.6"921source = "registry+https://github.com/rust-lang/crates.io-index"922checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"923dependencies = [924 "core2",925 "multibase",926 "multihash",927 "serde",928 "unsigned-varint",929]930931[[package]]932name = "cipher"933version = "0.3.0"934source = "registry+https://github.com/rust-lang/crates.io-index"935checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"936dependencies = [937 "generic-array 0.14.6",938]939940[[package]]941name = "ckb-merkle-mountain-range"942version = "0.3.2"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"945dependencies = [946 "cfg-if 0.1.10",947]948949[[package]]950name = "clang-sys"951version = "1.4.0"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"954dependencies = [955 "glob",956 "libc",957 "libloading 0.7.3",958]959960[[package]]961name = "clap"962version = "3.2.22"963source = "registry+https://github.com/rust-lang/crates.io-index"964checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"965dependencies = [966 "atty",967 "bitflags",968 "clap_derive",969 "clap_lex",970 "indexmap",971 "once_cell",972 "strsim",973 "termcolor",974 "textwrap",975]976977[[package]]978name = "clap_derive"979version = "3.2.18"980source = "registry+https://github.com/rust-lang/crates.io-index"981checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"982dependencies = [983 "heck",984 "proc-macro-error",985 "proc-macro2",986 "quote",987 "syn",988]989990[[package]]991name = "clap_lex"992version = "0.2.4"993source = "registry+https://github.com/rust-lang/crates.io-index"994checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"995dependencies = [996 "os_str_bytes",997]998999[[package]]1000name = "cmake"1001version = "0.1.48"1002source = "registry+https://github.com/rust-lang/crates.io-index"1003checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1004dependencies = [1005 "cc",1006]10071008[[package]]1009name = "coarsetime"1010version = "0.1.22"1011source = "registry+https://github.com/rust-lang/crates.io-index"1012checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1013dependencies = [1014 "libc",1015 "once_cell",1016 "wasi 0.11.0+wasi-snapshot-preview1",1017 "wasm-bindgen",1018]10191020[[package]]1021name = "comfy-table"1022version = "6.1.0"1023source = "registry+https://github.com/rust-lang/crates.io-index"1024checksum = "85914173c2f558d61613bfbbf1911f14e630895087a7ed2fafc0f5319e1536e7"1025dependencies = [1026 "strum",1027 "strum_macros",1028 "unicode-width",1029]10301031[[package]]1032name = "concurrent-queue"1033version = "1.2.4"1034source = "registry+https://github.com/rust-lang/crates.io-index"1035checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1036dependencies = [1037 "cache-padded",1038]10391040[[package]]1041name = "const-oid"1042version = "0.7.1"1043source = "registry+https://github.com/rust-lang/crates.io-index"1044checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10451046[[package]]1047name = "constant_time_eq"1048version = "0.1.5"1049source = "registry+https://github.com/rust-lang/crates.io-index"1050checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10511052[[package]]1053name = "convert_case"1054version = "0.4.0"1055source = "registry+https://github.com/rust-lang/crates.io-index"1056checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10571058[[package]]1059name = "core-foundation"1060version = "0.9.3"1061source = "registry+https://github.com/rust-lang/crates.io-index"1062checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1063dependencies = [1064 "core-foundation-sys",1065 "libc",1066]10671068[[package]]1069name = "core-foundation-sys"1070version = "0.8.3"1071source = "registry+https://github.com/rust-lang/crates.io-index"1072checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"10731074[[package]]1075name = "core2"1076version = "0.4.0"1077source = "registry+https://github.com/rust-lang/crates.io-index"1078checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1079dependencies = [1080 "memchr",1081]10821083[[package]]1084name = "cpp_demangle"1085version = "0.3.5"1086source = "registry+https://github.com/rust-lang/crates.io-index"1087checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1088dependencies = [1089 "cfg-if 1.0.0",1090]10911092[[package]]1093name = "cpufeatures"1094version = "0.2.5"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1097dependencies = [1098 "libc",1099]11001101[[package]]1102name = "cranelift-bforest"1103version = "0.85.3"1104source = "registry+https://github.com/rust-lang/crates.io-index"1105checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"1106dependencies = [1107 "cranelift-entity",1108]11091110[[package]]1111name = "cranelift-codegen"1112version = "0.85.3"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"1115dependencies = [1116 "cranelift-bforest",1117 "cranelift-codegen-meta",1118 "cranelift-codegen-shared",1119 "cranelift-entity",1120 "cranelift-isle",1121 "gimli",1122 "log",1123 "regalloc2",1124 "smallvec",1125 "target-lexicon",1126]11271128[[package]]1129name = "cranelift-codegen-meta"1130version = "0.85.3"1131source = "registry+https://github.com/rust-lang/crates.io-index"1132checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"1133dependencies = [1134 "cranelift-codegen-shared",1135]11361137[[package]]1138name = "cranelift-codegen-shared"1139version = "0.85.3"1140source = "registry+https://github.com/rust-lang/crates.io-index"1141checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"11421143[[package]]1144name = "cranelift-entity"1145version = "0.85.3"1146source = "registry+https://github.com/rust-lang/crates.io-index"1147checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"1148dependencies = [1149 "serde",1150]11511152[[package]]1153name = "cranelift-frontend"1154version = "0.85.3"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"1157dependencies = [1158 "cranelift-codegen",1159 "log",1160 "smallvec",1161 "target-lexicon",1162]11631164[[package]]1165name = "cranelift-isle"1166version = "0.85.3"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"11691170[[package]]1171name = "cranelift-native"1172version = "0.85.3"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"1175dependencies = [1176 "cranelift-codegen",1177 "libc",1178 "target-lexicon",1179]11801181[[package]]1182name = "cranelift-wasm"1183version = "0.85.3"1184source = "registry+https://github.com/rust-lang/crates.io-index"1185checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"1186dependencies = [1187 "cranelift-codegen",1188 "cranelift-entity",1189 "cranelift-frontend",1190 "itertools",1191 "log",1192 "smallvec",1193 "wasmparser",1194 "wasmtime-types",1195]11961197[[package]]1198name = "crc32fast"1199version = "1.3.2"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1202dependencies = [1203 "cfg-if 1.0.0",1204]12051206[[package]]1207name = "crossbeam-channel"1208version = "0.5.6"1209source = "registry+https://github.com/rust-lang/crates.io-index"1210checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1211dependencies = [1212 "cfg-if 1.0.0",1213 "crossbeam-utils",1214]12151216[[package]]1217name = "crossbeam-deque"1218version = "0.8.2"1219source = "registry+https://github.com/rust-lang/crates.io-index"1220checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1221dependencies = [1222 "cfg-if 1.0.0",1223 "crossbeam-epoch",1224 "crossbeam-utils",1225]12261227[[package]]1228name = "crossbeam-epoch"1229version = "0.9.11"1230source = "registry+https://github.com/rust-lang/crates.io-index"1231checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1232dependencies = [1233 "autocfg",1234 "cfg-if 1.0.0",1235 "crossbeam-utils",1236 "memoffset",1237 "scopeguard",1238]12391240[[package]]1241name = "crossbeam-queue"1242version = "0.3.6"1243source = "registry+https://github.com/rust-lang/crates.io-index"1244checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1245dependencies = [1246 "cfg-if 1.0.0",1247 "crossbeam-utils",1248]12491250[[package]]1251name = "crossbeam-utils"1252version = "0.8.12"1253source = "registry+https://github.com/rust-lang/crates.io-index"1254checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1255dependencies = [1256 "cfg-if 1.0.0",1257]12581259[[package]]1260name = "crunchy"1261version = "0.2.2"1262source = "registry+https://github.com/rust-lang/crates.io-index"1263checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12641265[[package]]1266name = "crypto-bigint"1267version = "0.3.2"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1270dependencies = [1271 "generic-array 0.14.6",1272 "rand_core 0.6.4",1273 "subtle",1274 "zeroize",1275]12761277[[package]]1278name = "crypto-common"1279version = "0.1.6"1280source = "registry+https://github.com/rust-lang/crates.io-index"1281checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1282dependencies = [1283 "generic-array 0.14.6",1284 "typenum",1285]12861287[[package]]1288name = "crypto-mac"1289version = "0.8.0"1290source = "registry+https://github.com/rust-lang/crates.io-index"1291checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1292dependencies = [1293 "generic-array 0.14.6",1294 "subtle",1295]12961297[[package]]1298name = "crypto-mac"1299version = "0.11.1"1300source = "registry+https://github.com/rust-lang/crates.io-index"1301checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1302dependencies = [1303 "generic-array 0.14.6",1304 "subtle",1305]13061307[[package]]1308name = "ctor"1309version = "0.1.23"1310source = "registry+https://github.com/rust-lang/crates.io-index"1311checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"1312dependencies = [1313 "quote",1314 "syn",1315]13161317[[package]]1318name = "ctr"1319version = "0.8.0"1320source = "registry+https://github.com/rust-lang/crates.io-index"1321checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1322dependencies = [1323 "cipher",1324]13251326[[package]]1327name = "cuckoofilter"1328version = "0.5.0"1329source = "registry+https://github.com/rust-lang/crates.io-index"1330checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1331dependencies = [1332 "byteorder",1333 "fnv",1334 "rand 0.7.3",1335]13361337[[package]]1338name = "cumulus-client-cli"1339version = "0.1.0"1340source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1341dependencies = [1342 "clap",1343 "parity-scale-codec 3.2.1",1344 "sc-chain-spec",1345 "sc-cli",1346 "sc-service",1347 "sp-core",1348 "sp-runtime",1349 "url",1350]13511352[[package]]1353name = "cumulus-client-collator"1354version = "0.1.0"1355source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1356dependencies = [1357 "cumulus-client-consensus-common",1358 "cumulus-client-network",1359 "cumulus-primitives-core",1360 "cumulus-relay-chain-interface",1361 "futures 0.3.24",1362 "parity-scale-codec 3.2.1",1363 "parking_lot 0.12.1",1364 "polkadot-node-primitives",1365 "polkadot-node-subsystem",1366 "polkadot-overseer",1367 "polkadot-primitives",1368 "sc-client-api",1369 "sp-api",1370 "sp-consensus",1371 "sp-core",1372 "sp-runtime",1373 "tracing",1374]13751376[[package]]1377name = "cumulus-client-consensus-aura"1378version = "0.1.0"1379source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1380dependencies = [1381 "async-trait",1382 "cumulus-client-consensus-common",1383 "cumulus-primitives-core",1384 "futures 0.3.24",1385 "parity-scale-codec 3.2.1",1386 "sc-client-api",1387 "sc-consensus",1388 "sc-consensus-aura",1389 "sc-consensus-slots",1390 "sc-telemetry",1391 "sp-api",1392 "sp-application-crypto",1393 "sp-block-builder",1394 "sp-blockchain",1395 "sp-consensus",1396 "sp-consensus-aura",1397 "sp-core",1398 "sp-inherents",1399 "sp-keystore",1400 "sp-runtime",1401 "substrate-prometheus-endpoint",1402 "tracing",1403]14041405[[package]]1406name = "cumulus-client-consensus-common"1407version = "0.1.0"1408source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1409dependencies = [1410 "async-trait",1411 "cumulus-relay-chain-interface",1412 "dyn-clone",1413 "futures 0.3.24",1414 "parity-scale-codec 3.2.1",1415 "polkadot-primitives",1416 "sc-client-api",1417 "sc-consensus",1418 "sp-api",1419 "sp-blockchain",1420 "sp-consensus",1421 "sp-runtime",1422 "sp-trie",1423 "tracing",1424]14251426[[package]]1427name = "cumulus-client-network"1428version = "0.1.0"1429source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1430dependencies = [1431 "async-trait",1432 "cumulus-relay-chain-interface",1433 "derive_more",1434 "futures 0.3.24",1435 "futures-timer",1436 "parity-scale-codec 3.2.1",1437 "parking_lot 0.12.1",1438 "polkadot-node-primitives",1439 "polkadot-parachain",1440 "polkadot-primitives",1441 "sc-client-api",1442 "sp-api",1443 "sp-blockchain",1444 "sp-consensus",1445 "sp-core",1446 "sp-runtime",1447 "sp-state-machine",1448 "tracing",1449]14501451[[package]]1452name = "cumulus-client-pov-recovery"1453version = "0.1.0"1454source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1455dependencies = [1456 "cumulus-primitives-core",1457 "cumulus-relay-chain-interface",1458 "futures 0.3.24",1459 "futures-timer",1460 "parity-scale-codec 3.2.1",1461 "polkadot-node-primitives",1462 "polkadot-node-subsystem",1463 "polkadot-overseer",1464 "polkadot-primitives",1465 "rand 0.8.5",1466 "sc-client-api",1467 "sc-consensus",1468 "sp-api",1469 "sp-consensus",1470 "sp-maybe-compressed-blob",1471 "sp-runtime",1472 "tracing",1473]14741475[[package]]1476name = "cumulus-client-service"1477version = "0.1.0"1478source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1479dependencies = [1480 "cumulus-client-cli",1481 "cumulus-client-collator",1482 "cumulus-client-consensus-common",1483 "cumulus-client-pov-recovery",1484 "cumulus-primitives-core",1485 "cumulus-relay-chain-interface",1486 "parking_lot 0.12.1",1487 "polkadot-overseer",1488 "polkadot-primitives",1489 "sc-client-api",1490 "sc-consensus",1491 "sc-consensus-babe",1492 "sc-service",1493 "sc-telemetry",1494 "sc-tracing",1495 "sp-api",1496 "sp-blockchain",1497 "sp-consensus",1498 "sp-core",1499 "sp-runtime",1500 "tracing",1501]15021503[[package]]1504name = "cumulus-pallet-aura-ext"1505version = "0.1.0"1506source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1507dependencies = [1508 "frame-executive",1509 "frame-support",1510 "frame-system",1511 "pallet-aura",1512 "parity-scale-codec 3.2.1",1513 "scale-info",1514 "serde",1515 "sp-application-crypto",1516 "sp-consensus-aura",1517 "sp-runtime",1518 "sp-std",1519]15201521[[package]]1522name = "cumulus-pallet-dmp-queue"1523version = "0.1.0"1524source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1525dependencies = [1526 "cumulus-primitives-core",1527 "frame-support",1528 "frame-system",1529 "log",1530 "parity-scale-codec 3.2.1",1531 "scale-info",1532 "sp-io",1533 "sp-runtime",1534 "sp-std",1535 "xcm",1536 "xcm-executor",1537]15381539[[package]]1540name = "cumulus-pallet-parachain-system"1541version = "0.1.0"1542source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1543dependencies = [1544 "bytes",1545 "cumulus-pallet-parachain-system-proc-macro",1546 "cumulus-primitives-core",1547 "cumulus-primitives-parachain-inherent",1548 "environmental",1549 "frame-support",1550 "frame-system",1551 "impl-trait-for-tuples",1552 "log",1553 "pallet-balances",1554 "parity-scale-codec 3.2.1",1555 "polkadot-parachain",1556 "scale-info",1557 "serde",1558 "sp-core",1559 "sp-externalities",1560 "sp-inherents",1561 "sp-io",1562 "sp-runtime",1563 "sp-state-machine",1564 "sp-std",1565 "sp-trie",1566 "sp-version",1567 "xcm",1568]15691570[[package]]1571name = "cumulus-pallet-parachain-system-proc-macro"1572version = "0.1.0"1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1574dependencies = [1575 "proc-macro-crate",1576 "proc-macro2",1577 "quote",1578 "syn",1579]15801581[[package]]1582name = "cumulus-pallet-xcm"1583version = "0.1.0"1584source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1585dependencies = [1586 "cumulus-primitives-core",1587 "frame-support",1588 "frame-system",1589 "parity-scale-codec 3.2.1",1590 "scale-info",1591 "serde",1592 "sp-io",1593 "sp-runtime",1594 "sp-std",1595 "xcm",1596]15971598[[package]]1599name = "cumulus-pallet-xcmp-queue"1600version = "0.1.0"1601source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1602dependencies = [1603 "cumulus-primitives-core",1604 "frame-support",1605 "frame-system",1606 "log",1607 "parity-scale-codec 3.2.1",1608 "rand_chacha 0.3.1",1609 "scale-info",1610 "sp-runtime",1611 "sp-std",1612 "xcm",1613 "xcm-executor",1614]16151616[[package]]1617name = "cumulus-primitives-core"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1620dependencies = [1621 "frame-support",1622 "parity-scale-codec 3.2.1",1623 "polkadot-core-primitives",1624 "polkadot-parachain",1625 "polkadot-primitives",1626 "sp-api",1627 "sp-runtime",1628 "sp-std",1629 "sp-trie",1630]16311632[[package]]1633name = "cumulus-primitives-parachain-inherent"1634version = "0.1.0"1635source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1636dependencies = [1637 "async-trait",1638 "cumulus-primitives-core",1639 "cumulus-relay-chain-interface",1640 "cumulus-test-relay-sproof-builder",1641 "parity-scale-codec 3.2.1",1642 "sc-client-api",1643 "scale-info",1644 "sp-api",1645 "sp-core",1646 "sp-inherents",1647 "sp-runtime",1648 "sp-state-machine",1649 "sp-std",1650 "sp-storage",1651 "sp-trie",1652 "tracing",1653]16541655[[package]]1656name = "cumulus-primitives-timestamp"1657version = "0.1.0"1658source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1659dependencies = [1660 "cumulus-primitives-core",1661 "futures 0.3.24",1662 "parity-scale-codec 3.2.1",1663 "sp-inherents",1664 "sp-std",1665 "sp-timestamp",1666]16671668[[package]]1669name = "cumulus-primitives-utility"1670version = "0.1.0"1671source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1672dependencies = [1673 "cumulus-primitives-core",1674 "frame-support",1675 "log",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1679 "polkadot-primitives",1680 "sp-runtime",1681 "sp-std",1682 "sp-trie",1683 "xcm",1684 "xcm-builder",1685 "xcm-executor",1686]16871688[[package]]1689name = "cumulus-relay-chain-inprocess-interface"1690version = "0.1.0"1691source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1692dependencies = [1693 "async-trait",1694 "cumulus-primitives-core",1695 "cumulus-relay-chain-interface",1696 "futures 0.3.24",1697 "futures-timer",1698 "polkadot-cli",1699 "polkadot-client",1700 "polkadot-service",1701 "sc-cli",1702 "sc-client-api",1703 "sc-consensus-babe",1704 "sc-network",1705 "sc-sysinfo",1706 "sc-telemetry",1707 "sc-tracing",1708 "sp-api",1709 "sp-blockchain",1710 "sp-consensus",1711 "sp-core",1712 "sp-runtime",1713 "sp-state-machine",1714 "tracing",1715]17161717[[package]]1718name = "cumulus-relay-chain-interface"1719version = "0.1.0"1720source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1721dependencies = [1722 "async-trait",1723 "cumulus-primitives-core",1724 "derive_more",1725 "futures 0.3.24",1726 "jsonrpsee-core",1727 "parity-scale-codec 3.2.1",1728 "parking_lot 0.12.1",1729 "polkadot-overseer",1730 "polkadot-service",1731 "sc-client-api",1732 "sp-api",1733 "sp-blockchain",1734 "sp-core",1735 "sp-runtime",1736 "sp-state-machine",1737 "thiserror",1738]17391740[[package]]1741name = "cumulus-relay-chain-rpc-interface"1742version = "0.1.0"1743source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1744dependencies = [1745 "async-trait",1746 "backoff",1747 "cumulus-primitives-core",1748 "cumulus-relay-chain-interface",1749 "futures 0.3.24",1750 "futures-timer",1751 "jsonrpsee",1752 "parity-scale-codec 3.2.1",1753 "parking_lot 0.12.1",1754 "polkadot-service",1755 "sc-client-api",1756 "sc-rpc-api",1757 "sp-api",1758 "sp-core",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-storage",1762 "tokio",1763 "tracing",1764 "url",1765]17661767[[package]]1768name = "cumulus-test-relay-sproof-builder"1769version = "0.1.0"1770source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"1771dependencies = [1772 "cumulus-primitives-core",1773 "parity-scale-codec 3.2.1",1774 "polkadot-primitives",1775 "sp-runtime",1776 "sp-state-machine",1777 "sp-std",1778]17791780[[package]]1781name = "curve25519-dalek"1782version = "2.1.3"1783source = "registry+https://github.com/rust-lang/crates.io-index"1784checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1785dependencies = [1786 "byteorder",1787 "digest 0.8.1",1788 "rand_core 0.5.1",1789 "subtle",1790 "zeroize",1791]17921793[[package]]1794name = "curve25519-dalek"1795version = "3.2.0"1796source = "registry+https://github.com/rust-lang/crates.io-index"1797checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1798dependencies = [1799 "byteorder",1800 "digest 0.9.0",1801 "rand_core 0.5.1",1802 "subtle",1803 "zeroize",1804]18051806[[package]]1807name = "curve25519-dalek"1808version = "4.0.0-pre.1"1809source = "registry+https://github.com/rust-lang/crates.io-index"1810checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1811dependencies = [1812 "byteorder",1813 "digest 0.9.0",1814 "rand_core 0.6.4",1815 "subtle",1816 "zeroize",1817]18181819[[package]]1820name = "data-encoding"1821version = "2.3.2"1822source = "registry+https://github.com/rust-lang/crates.io-index"1823checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18241825[[package]]1826name = "data-encoding-macro"1827version = "0.1.12"1828source = "registry+https://github.com/rust-lang/crates.io-index"1829checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1830dependencies = [1831 "data-encoding",1832 "data-encoding-macro-internal",1833]18341835[[package]]1836name = "data-encoding-macro-internal"1837version = "0.1.10"1838source = "registry+https://github.com/rust-lang/crates.io-index"1839checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1840dependencies = [1841 "data-encoding",1842 "syn",1843]18441845[[package]]1846name = "der"1847version = "0.5.1"1848source = "registry+https://github.com/rust-lang/crates.io-index"1849checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1850dependencies = [1851 "const-oid",1852]18531854[[package]]1855name = "derivative"1856version = "2.2.0"1857source = "registry+https://github.com/rust-lang/crates.io-index"1858checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1859dependencies = [1860 "proc-macro2",1861 "quote",1862 "syn",1863]18641865[[package]]1866name = "derive_more"1867version = "0.99.17"1868source = "registry+https://github.com/rust-lang/crates.io-index"1869checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1870dependencies = [1871 "convert_case",1872 "proc-macro2",1873 "quote",1874 "rustc_version 0.4.0",1875 "syn",1876]18771878[[package]]1879name = "digest"1880version = "0.8.1"1881source = "registry+https://github.com/rust-lang/crates.io-index"1882checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1883dependencies = [1884 "generic-array 0.12.4",1885]18861887[[package]]1888name = "digest"1889version = "0.9.0"1890source = "registry+https://github.com/rust-lang/crates.io-index"1891checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1892dependencies = [1893 "generic-array 0.14.6",1894]18951896[[package]]1897name = "digest"1898version = "0.10.5"1899source = "registry+https://github.com/rust-lang/crates.io-index"1900checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1901dependencies = [1902 "block-buffer 0.10.3",1903 "crypto-common",1904 "subtle",1905]19061907[[package]]1908name = "directories"1909version = "4.0.1"1910source = "registry+https://github.com/rust-lang/crates.io-index"1911checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1912dependencies = [1913 "dirs-sys",1914]19151916[[package]]1917name = "directories-next"1918version = "2.0.0"1919source = "registry+https://github.com/rust-lang/crates.io-index"1920checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1921dependencies = [1922 "cfg-if 1.0.0",1923 "dirs-sys-next",1924]19251926[[package]]1927name = "dirs-sys"1928version = "0.3.7"1929source = "registry+https://github.com/rust-lang/crates.io-index"1930checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"1931dependencies = [1932 "libc",1933 "redox_users",1934 "winapi",1935]19361937[[package]]1938name = "dirs-sys-next"1939version = "0.1.2"1940source = "registry+https://github.com/rust-lang/crates.io-index"1941checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1942dependencies = [1943 "libc",1944 "redox_users",1945 "winapi",1946]19471948[[package]]1949name = "dns-parser"1950version = "0.8.0"1951source = "registry+https://github.com/rust-lang/crates.io-index"1952checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1953dependencies = [1954 "byteorder",1955 "quick-error",1956]19571958[[package]]1959name = "downcast-rs"1960version = "1.2.0"1961source = "registry+https://github.com/rust-lang/crates.io-index"1962checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19631964[[package]]1965name = "dtoa"1966version = "1.0.3"1967source = "registry+https://github.com/rust-lang/crates.io-index"1968checksum = "c6053ff46b5639ceb91756a85a4c8914668393a03170efd79c8884a529d80656"19691970[[package]]1971name = "dyn-clonable"1972version = "0.9.0"1973source = "registry+https://github.com/rust-lang/crates.io-index"1974checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1975dependencies = [1976 "dyn-clonable-impl",1977 "dyn-clone",1978]19791980[[package]]1981name = "dyn-clonable-impl"1982version = "0.9.0"1983source = "registry+https://github.com/rust-lang/crates.io-index"1984checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1985dependencies = [1986 "proc-macro2",1987 "quote",1988 "syn",1989]19901991[[package]]1992name = "dyn-clone"1993version = "1.0.9"1994source = "registry+https://github.com/rust-lang/crates.io-index"1995checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"19961997[[package]]1998name = "ecdsa"1999version = "0.13.4"2000source = "registry+https://github.com/rust-lang/crates.io-index"2001checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2002dependencies = [2003 "der",2004 "elliptic-curve",2005 "rfc6979",2006 "signature",2007]20082009[[package]]2010name = "ed25519"2011version = "1.5.2"2012source = "registry+https://github.com/rust-lang/crates.io-index"2013checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2014dependencies = [2015 "signature",2016]20172018[[package]]2019name = "ed25519-dalek"2020version = "1.0.1"2021source = "registry+https://github.com/rust-lang/crates.io-index"2022checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2023dependencies = [2024 "curve25519-dalek 3.2.0",2025 "ed25519",2026 "rand 0.7.3",2027 "serde",2028 "sha2 0.9.9",2029 "zeroize",2030]20312032[[package]]2033name = "ed25519-zebra"2034version = "3.0.0"2035source = "registry+https://github.com/rust-lang/crates.io-index"2036checksum = "403ef3e961ab98f0ba902771d29f842058578bb1ce7e3c59dad5a6a93e784c69"2037dependencies = [2038 "curve25519-dalek 3.2.0",2039 "hex",2040 "rand_core 0.6.4",2041 "sha2 0.9.9",2042 "thiserror",2043 "zeroize",2044]20452046[[package]]2047name = "either"2048version = "1.8.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"20512052[[package]]2053name = "elliptic-curve"2054version = "0.11.12"2055source = "registry+https://github.com/rust-lang/crates.io-index"2056checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2057dependencies = [2058 "base16ct",2059 "crypto-bigint",2060 "der",2061 "ff",2062 "generic-array 0.14.6",2063 "group",2064 "rand_core 0.6.4",2065 "sec1",2066 "subtle",2067 "zeroize",2068]20692070[[package]]2071name = "enum-as-inner"2072version = "0.4.0"2073source = "registry+https://github.com/rust-lang/crates.io-index"2074checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2075dependencies = [2076 "heck",2077 "proc-macro2",2078 "quote",2079 "syn",2080]20812082[[package]]2083name = "enumflags2"2084version = "0.7.5"2085source = "registry+https://github.com/rust-lang/crates.io-index"2086checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2087dependencies = [2088 "enumflags2_derive",2089]20902091[[package]]2092name = "enumflags2_derive"2093version = "0.7.4"2094source = "registry+https://github.com/rust-lang/crates.io-index"2095checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2096dependencies = [2097 "proc-macro2",2098 "quote",2099 "syn",2100]21012102[[package]]2103name = "enumn"2104version = "0.1.5"2105source = "registry+https://github.com/rust-lang/crates.io-index"2106checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2107dependencies = [2108 "proc-macro2",2109 "quote",2110 "syn",2111]21122113[[package]]2114name = "env_logger"2115version = "0.9.1"2116source = "registry+https://github.com/rust-lang/crates.io-index"2117checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2118dependencies = [2119 "atty",2120 "humantime",2121 "log",2122 "regex",2123 "termcolor",2124]21252126[[package]]2127name = "environmental"2128version = "1.1.3"2129source = "registry+https://github.com/rust-lang/crates.io-index"2130checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"21312132[[package]]2133name = "errno"2134version = "0.2.8"2135source = "registry+https://github.com/rust-lang/crates.io-index"2136checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2137dependencies = [2138 "errno-dragonfly",2139 "libc",2140 "winapi",2141]21422143[[package]]2144name = "errno-dragonfly"2145version = "0.1.2"2146source = "registry+https://github.com/rust-lang/crates.io-index"2147checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2148dependencies = [2149 "cc",2150 "libc",2151]21522153[[package]]2154name = "ethbloom"2155version = "0.12.1"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2158dependencies = [2159 "crunchy",2160 "fixed-hash",2161 "impl-codec",2162 "impl-rlp",2163 "impl-serde",2164 "scale-info",2165 "tiny-keccak",2166]21672168[[package]]2169name = "ethereum"2170version = "0.12.0"2171source = "registry+https://github.com/rust-lang/crates.io-index"2172checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2173dependencies = [2174 "bytes",2175 "ethereum-types",2176 "hash-db",2177 "hash256-std-hasher",2178 "parity-scale-codec 3.2.1",2179 "rlp",2180 "rlp-derive",2181 "scale-info",2182 "serde",2183 "sha3 0.10.5",2184 "triehash",2185]21862187[[package]]2188name = "ethereum-types"2189version = "0.13.1"2190source = "registry+https://github.com/rust-lang/crates.io-index"2191checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2192dependencies = [2193 "ethbloom",2194 "fixed-hash",2195 "impl-codec",2196 "impl-rlp",2197 "impl-serde",2198 "primitive-types",2199 "scale-info",2200 "uint",2201]22022203[[package]]2204name = "event-listener"2205version = "2.5.3"2206source = "registry+https://github.com/rust-lang/crates.io-index"2207checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"22082209[[package]]2210name = "evm"2211version = "0.35.0"2212source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.29#e9252ed42dc26fc85b6703b1ba50660a08209e55"2213dependencies = [2214 "auto_impl",2215 "environmental",2216 "ethereum",2217 "evm-core",2218 "evm-gasometer",2219 "evm-runtime",2220 "log",2221 "parity-scale-codec 3.2.1",2222 "primitive-types",2223 "rlp",2224 "scale-info",2225 "serde",2226 "sha3 0.10.5",2227]22282229[[package]]2230name = "evm-coder"2231version = "0.1.3"2232dependencies = [2233 "ethereum",2234 "evm-coder-procedural",2235 "evm-core",2236 "frame-support",2237 "hex",2238 "hex-literal",2239 "impl-trait-for-tuples",2240 "primitive-types",2241 "sp-std",2242]22432244[[package]]2245name = "evm-coder-procedural"2246version = "0.2.0"2247dependencies = [2248 "Inflector",2249 "hex",2250 "proc-macro2",2251 "quote",2252 "sha3 0.10.5",2253 "syn",2254]22552256[[package]]2257name = "evm-core"2258version = "0.35.0"2259source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.29#e9252ed42dc26fc85b6703b1ba50660a08209e55"2260dependencies = [2261 "parity-scale-codec 3.2.1",2262 "primitive-types",2263 "scale-info",2264 "serde",2265]22662267[[package]]2268name = "evm-gasometer"2269version = "0.35.0"2270source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.29#e9252ed42dc26fc85b6703b1ba50660a08209e55"2271dependencies = [2272 "environmental",2273 "evm-core",2274 "evm-runtime",2275 "primitive-types",2276]22772278[[package]]2279name = "evm-runtime"2280version = "0.35.0"2281source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.29#e9252ed42dc26fc85b6703b1ba50660a08209e55"2282dependencies = [2283 "auto_impl",2284 "environmental",2285 "evm-core",2286 "primitive-types",2287 "sha3 0.10.5",2288]22892290[[package]]2291name = "exit-future"2292version = "0.2.0"2293source = "registry+https://github.com/rust-lang/crates.io-index"2294checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2295dependencies = [2296 "futures 0.3.24",2297]22982299[[package]]2300name = "expander"2301version = "0.0.4"2302source = "registry+https://github.com/rust-lang/crates.io-index"2303checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2304dependencies = [2305 "blake3",2306 "fs-err",2307 "proc-macro2",2308 "quote",2309]23102311[[package]]2312name = "expander"2313version = "0.0.6"2314source = "registry+https://github.com/rust-lang/crates.io-index"2315checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2316dependencies = [2317 "blake2",2318 "fs-err",2319 "proc-macro2",2320 "quote",2321 "syn",2322]23232324[[package]]2325name = "fake-simd"2326version = "0.1.2"2327source = "registry+https://github.com/rust-lang/crates.io-index"2328checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"23292330[[package]]2331name = "fallible-iterator"2332version = "0.2.0"2333source = "registry+https://github.com/rust-lang/crates.io-index"2334checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"23352336[[package]]2337name = "fastrand"2338version = "1.8.0"2339source = "registry+https://github.com/rust-lang/crates.io-index"2340checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2341dependencies = [2342 "instant",2343]23442345[[package]]2346name = "fatality"2347version = "0.0.6"2348source = "registry+https://github.com/rust-lang/crates.io-index"2349checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2350dependencies = [2351 "fatality-proc-macro",2352 "thiserror",2353]23542355[[package]]2356name = "fatality-proc-macro"2357version = "0.0.6"2358source = "registry+https://github.com/rust-lang/crates.io-index"2359checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2360dependencies = [2361 "expander 0.0.4",2362 "indexmap",2363 "proc-macro-crate",2364 "proc-macro2",2365 "quote",2366 "syn",2367 "thiserror",2368]23692370[[package]]2371name = "fc-consensus"2372version = "2.0.0-dev"2373source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2374dependencies = [2375 "async-trait",2376 "fc-db",2377 "fp-consensus",2378 "fp-rpc",2379 "sc-client-api",2380 "sc-consensus",2381 "sp-api",2382 "sp-block-builder",2383 "sp-blockchain",2384 "sp-consensus",2385 "sp-runtime",2386 "thiserror",2387]23882389[[package]]2390name = "fc-db"2391version = "2.0.0-dev"2392source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2393dependencies = [2394 "fp-storage",2395 "kvdb-rocksdb",2396 "parity-db",2397 "parity-scale-codec 3.2.1",2398 "parking_lot 0.12.1",2399 "sc-client-db",2400 "sp-core",2401 "sp-database",2402 "sp-runtime",2403]24042405[[package]]2406name = "fc-mapping-sync"2407version = "2.0.0-dev"2408source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2409dependencies = [2410 "fc-db",2411 "fp-consensus",2412 "fp-rpc",2413 "futures 0.3.24",2414 "futures-timer",2415 "log",2416 "sc-client-api",2417 "sp-api",2418 "sp-blockchain",2419 "sp-runtime",2420]24212422[[package]]2423name = "fc-rpc"2424version = "2.0.0-dev"2425source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2426dependencies = [2427 "ethereum",2428 "ethereum-types",2429 "evm",2430 "fc-db",2431 "fc-rpc-core",2432 "fp-rpc",2433 "fp-storage",2434 "futures 0.3.24",2435 "hex",2436 "jsonrpsee",2437 "libsecp256k1",2438 "log",2439 "lru 0.7.8",2440 "parity-scale-codec 3.2.1",2441 "prometheus",2442 "rand 0.8.5",2443 "rlp",2444 "rustc-hex",2445 "sc-client-api",2446 "sc-network",2447 "sc-network-common",2448 "sc-rpc",2449 "sc-service",2450 "sc-transaction-pool",2451 "sc-transaction-pool-api",2452 "sp-api",2453 "sp-block-builder",2454 "sp-blockchain",2455 "sp-consensus",2456 "sp-core",2457 "sp-io",2458 "sp-runtime",2459 "sp-storage",2460 "substrate-prometheus-endpoint",2461 "tokio",2462]24632464[[package]]2465name = "fc-rpc-core"2466version = "1.1.0-dev"2467source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2468dependencies = [2469 "ethereum",2470 "ethereum-types",2471 "jsonrpsee",2472 "rlp",2473 "rustc-hex",2474 "serde",2475 "serde_json",2476]24772478[[package]]2479name = "fdlimit"2480version = "0.2.1"2481source = "registry+https://github.com/rust-lang/crates.io-index"2482checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2483dependencies = [2484 "libc",2485]24862487[[package]]2488name = "ff"2489version = "0.11.1"2490source = "registry+https://github.com/rust-lang/crates.io-index"2491checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2492dependencies = [2493 "rand_core 0.6.4",2494 "subtle",2495]24962497[[package]]2498name = "file-per-thread-logger"2499version = "0.1.5"2500source = "registry+https://github.com/rust-lang/crates.io-index"2501checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2502dependencies = [2503 "env_logger",2504 "log",2505]25062507[[package]]2508name = "filetime"2509version = "0.2.17"2510source = "registry+https://github.com/rust-lang/crates.io-index"2511checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"2512dependencies = [2513 "cfg-if 1.0.0",2514 "libc",2515 "redox_syscall",2516 "windows-sys",2517]25182519[[package]]2520name = "finality-grandpa"2521version = "0.16.0"2522source = "registry+https://github.com/rust-lang/crates.io-index"2523checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2524dependencies = [2525 "either",2526 "futures 0.3.24",2527 "futures-timer",2528 "log",2529 "num-traits",2530 "parity-scale-codec 3.2.1",2531 "parking_lot 0.12.1",2532 "scale-info",2533]25342535[[package]]2536name = "fixed-hash"2537version = "0.7.0"2538source = "registry+https://github.com/rust-lang/crates.io-index"2539checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2540dependencies = [2541 "byteorder",2542 "rand 0.8.5",2543 "rustc-hex",2544 "static_assertions",2545]25462547[[package]]2548name = "fixedbitset"2549version = "0.4.2"2550source = "registry+https://github.com/rust-lang/crates.io-index"2551checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"25522553[[package]]2554name = "flate2"2555version = "1.0.24"2556source = "registry+https://github.com/rust-lang/crates.io-index"2557checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2558dependencies = [2559 "crc32fast",2560 "libz-sys",2561 "miniz_oxide",2562]25632564[[package]]2565name = "flexi_logger"2566version = "0.22.6"2567source = "registry+https://github.com/rust-lang/crates.io-index"2568checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2569dependencies = [2570 "ansi_term",2571 "atty",2572 "glob",2573 "lazy_static",2574 "log",2575 "regex",2576 "rustversion",2577 "thiserror",2578 "time 0.3.9",2579]25802581[[package]]2582name = "fnv"2583version = "1.0.7"2584source = "registry+https://github.com/rust-lang/crates.io-index"2585checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"25862587[[package]]2588name = "fork-tree"2589version = "3.0.0"2590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2591dependencies = [2592 "parity-scale-codec 3.2.1",2593]25942595[[package]]2596name = "form_urlencoded"2597version = "1.1.0"2598source = "registry+https://github.com/rust-lang/crates.io-index"2599checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2600dependencies = [2601 "percent-encoding",2602]26032604[[package]]2605name = "fp-consensus"2606version = "2.0.0-dev"2607source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2608dependencies = [2609 "ethereum",2610 "parity-scale-codec 3.2.1",2611 "sp-core",2612 "sp-runtime",2613 "sp-std",2614]26152616[[package]]2617name = "fp-evm"2618version = "3.0.0-dev"2619source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2620dependencies = [2621 "evm",2622 "frame-support",2623 "impl-trait-for-tuples",2624 "parity-scale-codec 3.2.1",2625 "serde",2626 "sp-core",2627 "sp-std",2628]26292630[[package]]2631name = "fp-evm-mapping"2632version = "0.1.0"2633source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2634dependencies = [2635 "frame-support",2636 "sp-core",2637]26382639[[package]]2640name = "fp-rpc"2641version = "3.0.0-dev"2642source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2643dependencies = [2644 "ethereum",2645 "ethereum-types",2646 "fp-evm",2647 "parity-scale-codec 3.2.1",2648 "scale-info",2649 "sp-api",2650 "sp-core",2651 "sp-io",2652 "sp-runtime",2653 "sp-std",2654]26552656[[package]]2657name = "fp-self-contained"2658version = "1.0.0-dev"2659source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2660dependencies = [2661 "ethereum",2662 "frame-support",2663 "parity-scale-codec 3.2.1",2664 "parity-util-mem",2665 "scale-info",2666 "serde",2667 "sp-debug-derive",2668 "sp-io",2669 "sp-runtime",2670]26712672[[package]]2673name = "fp-storage"2674version = "2.0.0"2675source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"2676dependencies = [2677 "parity-scale-codec 3.2.1",2678]26792680[[package]]2681name = "frame-benchmarking"2682version = "4.0.0-dev"2683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2684dependencies = [2685 "frame-support",2686 "frame-system",2687 "linregress",2688 "log",2689 "parity-scale-codec 3.2.1",2690 "paste",2691 "scale-info",2692 "serde",2693 "sp-api",2694 "sp-application-crypto",2695 "sp-core",2696 "sp-io",2697 "sp-runtime",2698 "sp-runtime-interface",2699 "sp-std",2700 "sp-storage",2701]27022703[[package]]2704name = "frame-benchmarking-cli"2705version = "4.0.0-dev"2706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2707dependencies = [2708 "Inflector",2709 "chrono",2710 "clap",2711 "comfy-table",2712 "frame-benchmarking",2713 "frame-support",2714 "frame-system",2715 "gethostname",2716 "handlebars",2717 "hash-db",2718 "hex",2719 "itertools",2720 "kvdb",2721 "lazy_static",2722 "linked-hash-map",2723 "log",2724 "memory-db",2725 "parity-scale-codec 3.2.1",2726 "rand 0.8.5",2727 "rand_pcg 0.3.1",2728 "sc-block-builder",2729 "sc-cli",2730 "sc-client-api",2731 "sc-client-db",2732 "sc-executor",2733 "sc-service",2734 "sc-sysinfo",2735 "serde",2736 "serde_json",2737 "serde_nanos",2738 "sp-api",2739 "sp-blockchain",2740 "sp-core",2741 "sp-database",2742 "sp-externalities",2743 "sp-inherents",2744 "sp-keystore",2745 "sp-runtime",2746 "sp-state-machine",2747 "sp-storage",2748 "sp-trie",2749 "tempfile",2750 "thiserror",2751 "thousands",2752]27532754[[package]]2755name = "frame-election-provider-solution-type"2756version = "4.0.0-dev"2757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2758dependencies = [2759 "proc-macro-crate",2760 "proc-macro2",2761 "quote",2762 "syn",2763]27642765[[package]]2766name = "frame-election-provider-support"2767version = "4.0.0-dev"2768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2769dependencies = [2770 "frame-election-provider-solution-type",2771 "frame-support",2772 "frame-system",2773 "parity-scale-codec 3.2.1",2774 "scale-info",2775 "sp-arithmetic",2776 "sp-npos-elections",2777 "sp-runtime",2778 "sp-std",2779]27802781[[package]]2782name = "frame-executive"2783version = "4.0.0-dev"2784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2785dependencies = [2786 "frame-support",2787 "frame-system",2788 "frame-try-runtime",2789 "parity-scale-codec 3.2.1",2790 "scale-info",2791 "sp-core",2792 "sp-io",2793 "sp-runtime",2794 "sp-std",2795 "sp-tracing",2796]27972798[[package]]2799name = "frame-metadata"2800version = "15.0.0"2801source = "registry+https://github.com/rust-lang/crates.io-index"2802checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2803dependencies = [2804 "cfg-if 1.0.0",2805 "parity-scale-codec 3.2.1",2806 "scale-info",2807 "serde",2808]28092810[[package]]2811name = "frame-support"2812version = "4.0.0-dev"2813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2814dependencies = [2815 "bitflags",2816 "frame-metadata",2817 "frame-support-procedural",2818 "impl-trait-for-tuples",2819 "k256",2820 "log",2821 "once_cell",2822 "parity-scale-codec 3.2.1",2823 "paste",2824 "scale-info",2825 "serde",2826 "smallvec",2827 "sp-api",2828 "sp-arithmetic",2829 "sp-core",2830 "sp-core-hashing-proc-macro",2831 "sp-inherents",2832 "sp-io",2833 "sp-runtime",2834 "sp-staking",2835 "sp-state-machine",2836 "sp-std",2837 "sp-tracing",2838 "tt-call",2839]28402841[[package]]2842name = "frame-support-procedural"2843version = "4.0.0-dev"2844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2845dependencies = [2846 "Inflector",2847 "cfg-expr",2848 "frame-support-procedural-tools",2849 "itertools",2850 "proc-macro2",2851 "quote",2852 "syn",2853]28542855[[package]]2856name = "frame-support-procedural-tools"2857version = "4.0.0-dev"2858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2859dependencies = [2860 "frame-support-procedural-tools-derive",2861 "proc-macro-crate",2862 "proc-macro2",2863 "quote",2864 "syn",2865]28662867[[package]]2868name = "frame-support-procedural-tools-derive"2869version = "3.0.0"2870source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2871dependencies = [2872 "proc-macro2",2873 "quote",2874 "syn",2875]28762877[[package]]2878name = "frame-system"2879version = "4.0.0-dev"2880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2881dependencies = [2882 "frame-support",2883 "log",2884 "parity-scale-codec 3.2.1",2885 "scale-info",2886 "serde",2887 "sp-core",2888 "sp-io",2889 "sp-runtime",2890 "sp-std",2891 "sp-version",2892]28932894[[package]]2895name = "frame-system-benchmarking"2896version = "4.0.0-dev"2897source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2898dependencies = [2899 "frame-benchmarking",2900 "frame-support",2901 "frame-system",2902 "parity-scale-codec 3.2.1",2903 "scale-info",2904 "sp-core",2905 "sp-runtime",2906 "sp-std",2907]29082909[[package]]2910name = "frame-system-rpc-runtime-api"2911version = "4.0.0-dev"2912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2913dependencies = [2914 "parity-scale-codec 3.2.1",2915 "sp-api",2916]29172918[[package]]2919name = "frame-try-runtime"2920version = "0.10.0-dev"2921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"2922dependencies = [2923 "frame-support",2924 "parity-scale-codec 3.2.1",2925 "sp-api",2926 "sp-runtime",2927 "sp-std",2928]29292930[[package]]2931name = "fs-err"2932version = "2.8.1"2933source = "registry+https://github.com/rust-lang/crates.io-index"2934checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"29352936[[package]]2937name = "fs-swap"2938version = "0.2.6"2939source = "registry+https://github.com/rust-lang/crates.io-index"2940checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2941dependencies = [2942 "lazy_static",2943 "libc",2944 "libloading 0.5.2",2945 "winapi",2946]29472948[[package]]2949name = "fs2"2950version = "0.4.3"2951source = "registry+https://github.com/rust-lang/crates.io-index"2952checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2953dependencies = [2954 "libc",2955 "winapi",2956]29572958[[package]]2959name = "fs_extra"2960version = "1.2.0"2961source = "registry+https://github.com/rust-lang/crates.io-index"2962checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"29632964[[package]]2965name = "funty"2966version = "1.1.0"2967source = "registry+https://github.com/rust-lang/crates.io-index"2968checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"29692970[[package]]2971name = "funty"2972version = "2.0.0"2973source = "registry+https://github.com/rust-lang/crates.io-index"2974checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"29752976[[package]]2977name = "futures"2978version = "0.1.31"2979source = "registry+https://github.com/rust-lang/crates.io-index"2980checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"29812982[[package]]2983name = "futures"2984version = "0.3.24"2985source = "registry+https://github.com/rust-lang/crates.io-index"2986checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"2987dependencies = [2988 "futures-channel",2989 "futures-core",2990 "futures-executor",2991 "futures-io",2992 "futures-sink",2993 "futures-task",2994 "futures-util",2995]29962997[[package]]2998name = "futures-channel"2999version = "0.3.24"3000source = "registry+https://github.com/rust-lang/crates.io-index"3001checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"3002dependencies = [3003 "futures-core",3004 "futures-sink",3005]30063007[[package]]3008name = "futures-core"3009version = "0.3.24"3010source = "registry+https://github.com/rust-lang/crates.io-index"3011checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"30123013[[package]]3014name = "futures-executor"3015version = "0.3.24"3016source = "registry+https://github.com/rust-lang/crates.io-index"3017checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"3018dependencies = [3019 "futures-core",3020 "futures-task",3021 "futures-util",3022 "num_cpus",3023]30243025[[package]]3026name = "futures-io"3027version = "0.3.24"3028source = "registry+https://github.com/rust-lang/crates.io-index"3029checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"30303031[[package]]3032name = "futures-lite"3033version = "1.12.0"3034source = "registry+https://github.com/rust-lang/crates.io-index"3035checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3036dependencies = [3037 "fastrand",3038 "futures-core",3039 "futures-io",3040 "memchr",3041 "parking",3042 "pin-project-lite 0.2.9",3043 "waker-fn",3044]30453046[[package]]3047name = "futures-macro"3048version = "0.3.24"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17"3051dependencies = [3052 "proc-macro2",3053 "quote",3054 "syn",3055]30563057[[package]]3058name = "futures-rustls"3059version = "0.22.2"3060source = "registry+https://github.com/rust-lang/crates.io-index"3061checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3062dependencies = [3063 "futures-io",3064 "rustls",3065 "webpki",3066]30673068[[package]]3069name = "futures-sink"3070version = "0.3.24"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"30733074[[package]]3075name = "futures-task"3076version = "0.3.24"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"30793080[[package]]3081name = "futures-timer"3082version = "3.0.2"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"30853086[[package]]3087name = "futures-util"3088version = "0.3.24"3089source = "registry+https://github.com/rust-lang/crates.io-index"3090checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"3091dependencies = [3092 "futures 0.1.31",3093 "futures-channel",3094 "futures-core",3095 "futures-io",3096 "futures-macro",3097 "futures-sink",3098 "futures-task",3099 "memchr",3100 "pin-project-lite 0.2.9",3101 "pin-utils",3102 "slab",3103]31043105[[package]]3106name = "fxhash"3107version = "0.2.1"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3110dependencies = [3111 "byteorder",3112]31133114[[package]]3115name = "generic-array"3116version = "0.12.4"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3119dependencies = [3120 "typenum",3121]31223123[[package]]3124name = "generic-array"3125version = "0.14.6"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3128dependencies = [3129 "typenum",3130 "version_check",3131]31323133[[package]]3134name = "gethostname"3135version = "0.2.3"3136source = "registry+https://github.com/rust-lang/crates.io-index"3137checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3138dependencies = [3139 "libc",3140 "winapi",3141]31423143[[package]]3144name = "getrandom"3145version = "0.1.16"3146source = "registry+https://github.com/rust-lang/crates.io-index"3147checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3148dependencies = [3149 "cfg-if 1.0.0",3150 "js-sys",3151 "libc",3152 "wasi 0.9.0+wasi-snapshot-preview1",3153 "wasm-bindgen",3154]31553156[[package]]3157name = "getrandom"3158version = "0.2.7"3159source = "registry+https://github.com/rust-lang/crates.io-index"3160checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3161dependencies = [3162 "cfg-if 1.0.0",3163 "libc",3164 "wasi 0.11.0+wasi-snapshot-preview1",3165]31663167[[package]]3168name = "ghash"3169version = "0.4.4"3170source = "registry+https://github.com/rust-lang/crates.io-index"3171checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3172dependencies = [3173 "opaque-debug 0.3.0",3174 "polyval",3175]31763177[[package]]3178name = "gimli"3179version = "0.26.2"3180source = "registry+https://github.com/rust-lang/crates.io-index"3181checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3182dependencies = [3183 "fallible-iterator",3184 "indexmap",3185 "stable_deref_trait",3186]31873188[[package]]3189name = "glob"3190version = "0.3.0"3191source = "registry+https://github.com/rust-lang/crates.io-index"3192checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"31933194[[package]]3195name = "globset"3196version = "0.4.9"3197source = "registry+https://github.com/rust-lang/crates.io-index"3198checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3199dependencies = [3200 "aho-corasick",3201 "bstr",3202 "fnv",3203 "log",3204 "regex",3205]32063207[[package]]3208name = "gloo-timers"3209version = "0.2.4"3210source = "registry+https://github.com/rust-lang/crates.io-index"3211checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3212dependencies = [3213 "futures-channel",3214 "futures-core",3215 "js-sys",3216 "wasm-bindgen",3217]32183219[[package]]3220name = "group"3221version = "0.11.0"3222source = "registry+https://github.com/rust-lang/crates.io-index"3223checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3224dependencies = [3225 "ff",3226 "rand_core 0.6.4",3227 "subtle",3228]32293230[[package]]3231name = "h2"3232version = "0.3.14"3233source = "registry+https://github.com/rust-lang/crates.io-index"3234checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"3235dependencies = [3236 "bytes",3237 "fnv",3238 "futures-core",3239 "futures-sink",3240 "futures-util",3241 "http",3242 "indexmap",3243 "slab",3244 "tokio",3245 "tokio-util",3246 "tracing",3247]32483249[[package]]3250name = "handlebars"3251version = "4.3.4"3252source = "registry+https://github.com/rust-lang/crates.io-index"3253checksum = "56b224eaa4987c03c30b251de7ef0c15a6a59f34222905850dbc3026dfb24d5f"3254dependencies = [3255 "log",3256 "pest",3257 "pest_derive",3258 "serde",3259 "serde_json",3260 "thiserror",3261]32623263[[package]]3264name = "hash-db"3265version = "0.15.2"3266source = "registry+https://github.com/rust-lang/crates.io-index"3267checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"32683269[[package]]3270name = "hash256-std-hasher"3271version = "0.15.2"3272source = "registry+https://github.com/rust-lang/crates.io-index"3273checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3274dependencies = [3275 "crunchy",3276]32773278[[package]]3279name = "hashbrown"3280version = "0.11.2"3281source = "registry+https://github.com/rust-lang/crates.io-index"3282checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3283dependencies = [3284 "ahash",3285]32863287[[package]]3288name = "hashbrown"3289version = "0.12.3"3290source = "registry+https://github.com/rust-lang/crates.io-index"3291checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3292dependencies = [3293 "ahash",3294]32953296[[package]]3297name = "heck"3298version = "0.4.0"3299source = "registry+https://github.com/rust-lang/crates.io-index"3300checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33013302[[package]]3303name = "hermit-abi"3304version = "0.1.19"3305source = "registry+https://github.com/rust-lang/crates.io-index"3306checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3307dependencies = [3308 "libc",3309]33103311[[package]]3312name = "hex"3313version = "0.4.3"3314source = "registry+https://github.com/rust-lang/crates.io-index"3315checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"33163317[[package]]3318name = "hex-literal"3319version = "0.3.4"3320source = "registry+https://github.com/rust-lang/crates.io-index"3321checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"33223323[[package]]3324name = "hex_fmt"3325version = "0.3.0"3326source = "registry+https://github.com/rust-lang/crates.io-index"3327checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"33283329[[package]]3330name = "hmac"3331version = "0.8.1"3332source = "registry+https://github.com/rust-lang/crates.io-index"3333checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3334dependencies = [3335 "crypto-mac 0.8.0",3336 "digest 0.9.0",3337]33383339[[package]]3340name = "hmac"3341version = "0.11.0"3342source = "registry+https://github.com/rust-lang/crates.io-index"3343checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3344dependencies = [3345 "crypto-mac 0.11.1",3346 "digest 0.9.0",3347]33483349[[package]]3350name = "hmac-drbg"3351version = "0.3.0"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3354dependencies = [3355 "digest 0.9.0",3356 "generic-array 0.14.6",3357 "hmac 0.8.1",3358]33593360[[package]]3361name = "hostname"3362version = "0.3.1"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3365dependencies = [3366 "libc",3367 "match_cfg",3368 "winapi",3369]33703371[[package]]3372name = "http"3373version = "0.2.8"3374source = "registry+https://github.com/rust-lang/crates.io-index"3375checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3376dependencies = [3377 "bytes",3378 "fnv",3379 "itoa 1.0.3",3380]33813382[[package]]3383name = "http-body"3384version = "0.4.5"3385source = "registry+https://github.com/rust-lang/crates.io-index"3386checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3387dependencies = [3388 "bytes",3389 "http",3390 "pin-project-lite 0.2.9",3391]33923393[[package]]3394name = "httparse"3395version = "1.8.0"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"33983399[[package]]3400name = "httpdate"3401version = "1.0.2"3402source = "registry+https://github.com/rust-lang/crates.io-index"3403checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"34043405[[package]]3406name = "humantime"3407version = "2.1.0"3408source = "registry+https://github.com/rust-lang/crates.io-index"3409checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"34103411[[package]]3412name = "hyper"3413version = "0.14.20"3414source = "registry+https://github.com/rust-lang/crates.io-index"3415checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3416dependencies = [3417 "bytes",3418 "futures-channel",3419 "futures-core",3420 "futures-util",3421 "h2",3422 "http",3423 "http-body",3424 "httparse",3425 "httpdate",3426 "itoa 1.0.3",3427 "pin-project-lite 0.2.9",3428 "socket2",3429 "tokio",3430 "tower-service",3431 "tracing",3432 "want",3433]34343435[[package]]3436name = "hyper-rustls"3437version = "0.23.0"3438source = "registry+https://github.com/rust-lang/crates.io-index"3439checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3440dependencies = [3441 "http",3442 "hyper",3443 "log",3444 "rustls",3445 "rustls-native-certs",3446 "tokio",3447 "tokio-rustls",3448]34493450[[package]]3451name = "iana-time-zone"3452version = "0.1.50"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "fd911b35d940d2bd0bea0f9100068e5b97b51a1cbe13d13382f132e0365257a0"3455dependencies = [3456 "android_system_properties",3457 "core-foundation-sys",3458 "js-sys",3459 "wasm-bindgen",3460 "winapi",3461]34623463[[package]]3464name = "idna"3465version = "0.2.3"3466source = "registry+https://github.com/rust-lang/crates.io-index"3467checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3468dependencies = [3469 "matches",3470 "unicode-bidi",3471 "unicode-normalization",3472]34733474[[package]]3475name = "idna"3476version = "0.3.0"3477source = "registry+https://github.com/rust-lang/crates.io-index"3478checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3479dependencies = [3480 "unicode-bidi",3481 "unicode-normalization",3482]34833484[[package]]3485name = "if-addrs"3486version = "0.7.0"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3489dependencies = [3490 "libc",3491 "winapi",3492]34933494[[package]]3495name = "if-watch"3496version = "1.1.1"3497source = "registry+https://github.com/rust-lang/crates.io-index"3498checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3499dependencies = [3500 "async-io",3501 "core-foundation",3502 "fnv",3503 "futures 0.3.24",3504 "if-addrs",3505 "ipnet",3506 "log",3507 "rtnetlink",3508 "system-configuration",3509 "windows",3510]35113512[[package]]3513name = "impl-codec"3514version = "0.6.0"3515source = "registry+https://github.com/rust-lang/crates.io-index"3516checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3517dependencies = [3518 "parity-scale-codec 3.2.1",3519]35203521[[package]]3522name = "impl-rlp"3523version = "0.3.0"3524source = "registry+https://github.com/rust-lang/crates.io-index"3525checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3526dependencies = [3527 "rlp",3528]35293530[[package]]3531name = "impl-serde"3532version = "0.3.2"3533source = "registry+https://github.com/rust-lang/crates.io-index"3534checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3535dependencies = [3536 "serde",3537]35383539[[package]]3540name = "impl-trait-for-tuples"3541version = "0.2.2"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3544dependencies = [3545 "proc-macro2",3546 "quote",3547 "syn",3548]35493550[[package]]3551name = "indexmap"3552version = "1.9.1"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3555dependencies = [3556 "autocfg",3557 "hashbrown 0.12.3",3558 "serde",3559]35603561[[package]]3562name = "instant"3563version = "0.1.12"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3566dependencies = [3567 "cfg-if 1.0.0",3568]35693570[[package]]3571name = "integer-encoding"3572version = "3.0.4"3573source = "registry+https://github.com/rust-lang/crates.io-index"3574checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"35753576[[package]]3577name = "integer-sqrt"3578version = "0.1.5"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3581dependencies = [3582 "num-traits",3583]35843585[[package]]3586name = "io-lifetimes"3587version = "0.5.3"3588source = "registry+https://github.com/rust-lang/crates.io-index"3589checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"35903591[[package]]3592name = "io-lifetimes"3593version = "0.7.3"3594source = "registry+https://github.com/rust-lang/crates.io-index"3595checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"35963597[[package]]3598name = "ip_network"3599version = "0.4.1"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"36023603[[package]]3604name = "ipconfig"3605version = "0.3.0"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3608dependencies = [3609 "socket2",3610 "widestring",3611 "winapi",3612 "winreg",3613]36143615[[package]]3616name = "ipnet"3617version = "2.5.0"3618source = "registry+https://github.com/rust-lang/crates.io-index"3619checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"36203621[[package]]3622name = "itertools"3623version = "0.10.5"3624source = "registry+https://github.com/rust-lang/crates.io-index"3625checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3626dependencies = [3627 "either",3628]36293630[[package]]3631name = "itoa"3632version = "0.4.8"3633source = "registry+https://github.com/rust-lang/crates.io-index"3634checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"36353636[[package]]3637name = "itoa"3638version = "1.0.3"3639source = "registry+https://github.com/rust-lang/crates.io-index"3640checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"36413642[[package]]3643name = "jobserver"3644version = "0.1.25"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3647dependencies = [3648 "libc",3649]36503651[[package]]3652name = "js-sys"3653version = "0.3.60"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3656dependencies = [3657 "wasm-bindgen",3658]36593660[[package]]3661name = "jsonrpsee"3662version = "0.15.1"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3665dependencies = [3666 "jsonrpsee-core",3667 "jsonrpsee-http-server",3668 "jsonrpsee-proc-macros",3669 "jsonrpsee-types",3670 "jsonrpsee-ws-client",3671 "jsonrpsee-ws-server",3672 "tracing",3673]36743675[[package]]3676name = "jsonrpsee-client-transport"3677version = "0.15.1"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3680dependencies = [3681 "futures-util",3682 "http",3683 "jsonrpsee-core",3684 "jsonrpsee-types",3685 "pin-project",3686 "rustls-native-certs",3687 "soketto",3688 "thiserror",3689 "tokio",3690 "tokio-rustls",3691 "tokio-util",3692 "tracing",3693 "webpki-roots",3694]36953696[[package]]3697name = "jsonrpsee-core"3698version = "0.15.1"3699source = "registry+https://github.com/rust-lang/crates.io-index"3700checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3701dependencies = [3702 "anyhow",3703 "arrayvec 0.7.2",3704 "async-lock",3705 "async-trait",3706 "beef",3707 "futures-channel",3708 "futures-timer",3709 "futures-util",3710 "globset",3711 "http",3712 "hyper",3713 "jsonrpsee-types",3714 "lazy_static",3715 "parking_lot 0.12.1",3716 "rand 0.8.5",3717 "rustc-hash",3718 "serde",3719 "serde_json",3720 "soketto",3721 "thiserror",3722 "tokio",3723 "tracing",3724 "tracing-futures",3725 "unicase",3726]37273728[[package]]3729name = "jsonrpsee-http-server"3730version = "0.15.1"3731source = "registry+https://github.com/rust-lang/crates.io-index"3732checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3733dependencies = [3734 "futures-channel",3735 "futures-util",3736 "hyper",3737 "jsonrpsee-core",3738 "jsonrpsee-types",3739 "serde",3740 "serde_json",3741 "tokio",3742 "tracing",3743 "tracing-futures",3744]37453746[[package]]3747name = "jsonrpsee-proc-macros"3748version = "0.15.1"3749source = "registry+https://github.com/rust-lang/crates.io-index"3750checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3751dependencies = [3752 "proc-macro-crate",3753 "proc-macro2",3754 "quote",3755 "syn",3756]37573758[[package]]3759name = "jsonrpsee-types"3760version = "0.15.1"3761source = "registry+https://github.com/rust-lang/crates.io-index"3762checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3763dependencies = [3764 "anyhow",3765 "beef",3766 "serde",3767 "serde_json",3768 "thiserror",3769 "tracing",3770]37713772[[package]]3773name = "jsonrpsee-ws-client"3774version = "0.15.1"3775source = "registry+https://github.com/rust-lang/crates.io-index"3776checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3777dependencies = [3778 "http",3779 "jsonrpsee-client-transport",3780 "jsonrpsee-core",3781 "jsonrpsee-types",3782]37833784[[package]]3785name = "jsonrpsee-ws-server"3786version = "0.15.1"3787source = "registry+https://github.com/rust-lang/crates.io-index"3788checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3789dependencies = [3790 "futures-channel",3791 "futures-util",3792 "http",3793 "jsonrpsee-core",3794 "jsonrpsee-types",3795 "serde_json",3796 "soketto",3797 "tokio",3798 "tokio-stream",3799 "tokio-util",3800 "tracing",3801 "tracing-futures",3802]38033804[[package]]3805name = "k256"3806version = "0.10.4"3807source = "registry+https://github.com/rust-lang/crates.io-index"3808checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3809dependencies = [3810 "cfg-if 1.0.0",3811 "ecdsa",3812 "elliptic-curve",3813 "sec1",3814]38153816[[package]]3817name = "keccak"3818version = "0.1.2"3819source = "registry+https://github.com/rust-lang/crates.io-index"3820checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"38213822[[package]]3823name = "kusama-runtime"3824version = "0.9.29"3825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"3826dependencies = [3827 "beefy-primitives",3828 "bitvec 1.0.1",3829 "frame-benchmarking",3830 "frame-election-provider-support",3831 "frame-executive",3832 "frame-support",3833 "frame-system",3834 "frame-system-benchmarking",3835 "frame-system-rpc-runtime-api",3836 "frame-try-runtime",3837 "hex-literal",3838 "kusama-runtime-constants",3839 "log",3840 "pallet-authority-discovery",3841 "pallet-authorship",3842 "pallet-babe",3843 "pallet-bags-list",3844 "pallet-balances",3845 "pallet-bounties",3846 "pallet-child-bounties",3847 "pallet-collective",3848 "pallet-democracy",3849 "pallet-election-provider-multi-phase",3850 "pallet-election-provider-support-benchmarking",3851 "pallet-elections-phragmen",3852 "pallet-gilt",3853 "pallet-grandpa",3854 "pallet-identity",3855 "pallet-im-online",3856 "pallet-indices",3857 "pallet-membership",3858 "pallet-multisig",3859 "pallet-nomination-pools",3860 "pallet-nomination-pools-benchmarking",3861 "pallet-nomination-pools-runtime-api",3862 "pallet-offences",3863 "pallet-offences-benchmarking",3864 "pallet-preimage",3865 "pallet-proxy",3866 "pallet-recovery",3867 "pallet-scheduler",3868 "pallet-session",3869 "pallet-session-benchmarking",3870 "pallet-society",3871 "pallet-staking",3872 "pallet-staking-reward-fn",3873 "pallet-timestamp",3874 "pallet-tips",3875 "pallet-transaction-payment",3876 "pallet-transaction-payment-rpc-runtime-api",3877 "pallet-treasury",3878 "pallet-utility",3879 "pallet-vesting",3880 "pallet-xcm",3881 "pallet-xcm-benchmarks",3882 "parity-scale-codec 3.2.1",3883 "polkadot-primitives",3884 "polkadot-runtime-common",3885 "polkadot-runtime-parachains",3886 "rustc-hex",3887 "scale-info",3888 "serde",3889 "serde_derive",3890 "smallvec",3891 "sp-api",3892 "sp-arithmetic",3893 "sp-authority-discovery",3894 "sp-block-builder",3895 "sp-consensus-babe",3896 "sp-core",3897 "sp-inherents",3898 "sp-io",3899 "sp-mmr-primitives",3900 "sp-npos-elections",3901 "sp-offchain",3902 "sp-runtime",3903 "sp-session",3904 "sp-staking",3905 "sp-std",3906 "sp-transaction-pool",3907 "sp-version",3908 "static_assertions",3909 "substrate-wasm-builder",3910 "xcm",3911 "xcm-builder",3912 "xcm-executor",3913]39143915[[package]]3916name = "kusama-runtime-constants"3917version = "0.9.29"3918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"3919dependencies = [3920 "frame-support",3921 "polkadot-primitives",3922 "polkadot-runtime-common",3923 "smallvec",3924 "sp-runtime",3925]39263927[[package]]3928name = "kv-log-macro"3929version = "1.0.7"3930source = "registry+https://github.com/rust-lang/crates.io-index"3931checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3932dependencies = [3933 "log",3934]39353936[[package]]3937name = "kvdb"3938version = "0.11.0"3939source = "registry+https://github.com/rust-lang/crates.io-index"3940checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"3941dependencies = [3942 "parity-util-mem",3943 "smallvec",3944]39453946[[package]]3947name = "kvdb-memorydb"3948version = "0.11.0"3949source = "registry+https://github.com/rust-lang/crates.io-index"3950checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"3951dependencies = [3952 "kvdb",3953 "parity-util-mem",3954 "parking_lot 0.12.1",3955]39563957[[package]]3958name = "kvdb-rocksdb"3959version = "0.15.2"3960source = "registry+https://github.com/rust-lang/crates.io-index"3961checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"3962dependencies = [3963 "fs-swap",3964 "kvdb",3965 "log",3966 "num_cpus",3967 "owning_ref",3968 "parity-util-mem",3969 "parking_lot 0.12.1",3970 "regex",3971 "rocksdb",3972 "smallvec",3973]39743975[[package]]3976name = "lazy_static"3977version = "1.4.0"3978source = "registry+https://github.com/rust-lang/crates.io-index"3979checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"39803981[[package]]3982name = "lazycell"3983version = "1.3.0"3984source = "registry+https://github.com/rust-lang/crates.io-index"3985checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"39863987[[package]]3988name = "libc"3989version = "0.2.134"3990source = "registry+https://github.com/rust-lang/crates.io-index"3991checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"39923993[[package]]3994name = "libloading"3995version = "0.5.2"3996source = "registry+https://github.com/rust-lang/crates.io-index"3997checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3998dependencies = [3999 "cc",4000 "winapi",4001]40024003[[package]]4004name = "libloading"4005version = "0.7.3"4006source = "registry+https://github.com/rust-lang/crates.io-index"4007checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4008dependencies = [4009 "cfg-if 1.0.0",4010 "winapi",4011]40124013[[package]]4014name = "libm"4015version = "0.2.5"4016source = "registry+https://github.com/rust-lang/crates.io-index"4017checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"40184019[[package]]4020name = "libp2p"4021version = "0.46.1"4022source = "registry+https://github.com/rust-lang/crates.io-index"4023checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4024dependencies = [4025 "bytes",4026 "futures 0.3.24",4027 "futures-timer",4028 "getrandom 0.2.7",4029 "instant",4030 "lazy_static",4031 "libp2p-autonat",4032 "libp2p-core",4033 "libp2p-deflate",4034 "libp2p-dns",4035 "libp2p-floodsub",4036 "libp2p-gossipsub",4037 "libp2p-identify",4038 "libp2p-kad",4039 "libp2p-mdns",4040 "libp2p-metrics",4041 "libp2p-mplex",4042 "libp2p-noise",4043 "libp2p-ping",4044 "libp2p-plaintext",4045 "libp2p-pnet",4046 "libp2p-relay",4047 "libp2p-rendezvous",4048 "libp2p-request-response",4049 "libp2p-swarm",4050 "libp2p-swarm-derive",4051 "libp2p-tcp",4052 "libp2p-uds",4053 "libp2p-wasm-ext",4054 "libp2p-websocket",4055 "libp2p-yamux",4056 "multiaddr",4057 "parking_lot 0.12.1",4058 "pin-project",4059 "rand 0.7.3",4060 "smallvec",4061]40624063[[package]]4064name = "libp2p-autonat"4065version = "0.5.0"4066source = "registry+https://github.com/rust-lang/crates.io-index"4067checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4068dependencies = [4069 "async-trait",4070 "futures 0.3.24",4071 "futures-timer",4072 "instant",4073 "libp2p-core",4074 "libp2p-request-response",4075 "libp2p-swarm",4076 "log",4077 "prost",4078 "prost-build",4079 "rand 0.8.5",4080]40814082[[package]]4083name = "libp2p-core"4084version = "0.34.0"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4087dependencies = [4088 "asn1_der",4089 "bs58",4090 "ed25519-dalek",4091 "either",4092 "fnv",4093 "futures 0.3.24",4094 "futures-timer",4095 "instant",4096 "lazy_static",4097 "libsecp256k1",4098 "log",4099 "multiaddr",4100 "multihash",4101 "multistream-select",4102 "parking_lot 0.12.1",4103 "pin-project",4104 "prost",4105 "prost-build",4106 "rand 0.8.5",4107 "ring",4108 "rw-stream-sink",4109 "sha2 0.10.6",4110 "smallvec",4111 "thiserror",4112 "unsigned-varint",4113 "void",4114 "zeroize",4115]41164117[[package]]4118name = "libp2p-deflate"4119version = "0.34.0"4120source = "registry+https://github.com/rust-lang/crates.io-index"4121checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4122dependencies = [4123 "flate2",4124 "futures 0.3.24",4125 "libp2p-core",4126]41274128[[package]]4129name = "libp2p-dns"4130version = "0.34.0"4131source = "registry+https://github.com/rust-lang/crates.io-index"4132checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4133dependencies = [4134 "async-std-resolver",4135 "futures 0.3.24",4136 "libp2p-core",4137 "log",4138 "parking_lot 0.12.1",4139 "smallvec",4140 "trust-dns-resolver",4141]41424143[[package]]4144name = "libp2p-floodsub"4145version = "0.37.0"4146source = "registry+https://github.com/rust-lang/crates.io-index"4147checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4148dependencies = [4149 "cuckoofilter",4150 "fnv",4151 "futures 0.3.24",4152 "libp2p-core",4153 "libp2p-swarm",4154 "log",4155 "prost",4156 "prost-build",4157 "rand 0.7.3",4158 "smallvec",4159]41604161[[package]]4162name = "libp2p-gossipsub"4163version = "0.39.0"4164source = "registry+https://github.com/rust-lang/crates.io-index"4165checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4166dependencies = [4167 "asynchronous-codec",4168 "base64",4169 "byteorder",4170 "bytes",4171 "fnv",4172 "futures 0.3.24",4173 "hex_fmt",4174 "instant",4175 "libp2p-core",4176 "libp2p-swarm",4177 "log",4178 "prometheus-client",4179 "prost",4180 "prost-build",4181 "rand 0.7.3",4182 "regex",4183 "sha2 0.10.6",4184 "smallvec",4185 "unsigned-varint",4186 "wasm-timer",4187]41884189[[package]]4190name = "libp2p-identify"4191version = "0.37.0"4192source = "registry+https://github.com/rust-lang/crates.io-index"4193checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4194dependencies = [4195 "asynchronous-codec",4196 "futures 0.3.24",4197 "futures-timer",4198 "libp2p-core",4199 "libp2p-swarm",4200 "log",4201 "lru 0.7.8",4202 "prost",4203 "prost-build",4204 "prost-codec",4205 "smallvec",4206 "thiserror",4207 "void",4208]42094210[[package]]4211name = "libp2p-kad"4212version = "0.38.0"4213source = "registry+https://github.com/rust-lang/crates.io-index"4214checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4215dependencies = [4216 "arrayvec 0.7.2",4217 "asynchronous-codec",4218 "bytes",4219 "either",4220 "fnv",4221 "futures 0.3.24",4222 "futures-timer",4223 "instant",4224 "libp2p-core",4225 "libp2p-swarm",4226 "log",4227 "prost",4228 "prost-build",4229 "rand 0.7.3",4230 "sha2 0.10.6",4231 "smallvec",4232 "thiserror",4233 "uint",4234 "unsigned-varint",4235 "void",4236]42374238[[package]]4239name = "libp2p-mdns"4240version = "0.38.0"4241source = "registry+https://github.com/rust-lang/crates.io-index"4242checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4243dependencies = [4244 "async-io",4245 "data-encoding",4246 "dns-parser",4247 "futures 0.3.24",4248 "if-watch",4249 "lazy_static",4250 "libp2p-core",4251 "libp2p-swarm",4252 "log",4253 "rand 0.8.5",4254 "smallvec",4255 "socket2",4256 "void",4257]42584259[[package]]4260name = "libp2p-metrics"4261version = "0.7.0"4262source = "registry+https://github.com/rust-lang/crates.io-index"4263checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4264dependencies = [4265 "libp2p-core",4266 "libp2p-gossipsub",4267 "libp2p-identify",4268 "libp2p-kad",4269 "libp2p-ping",4270 "libp2p-relay",4271 "libp2p-swarm",4272 "prometheus-client",4273]42744275[[package]]4276name = "libp2p-mplex"4277version = "0.34.0"4278source = "registry+https://github.com/rust-lang/crates.io-index"4279checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4280dependencies = [4281 "asynchronous-codec",4282 "bytes",4283 "futures 0.3.24",4284 "libp2p-core",4285 "log",4286 "nohash-hasher",4287 "parking_lot 0.12.1",4288 "rand 0.7.3",4289 "smallvec",4290 "unsigned-varint",4291]42924293[[package]]4294name = "libp2p-noise"4295version = "0.37.0"4296source = "registry+https://github.com/rust-lang/crates.io-index"4297checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4298dependencies = [4299 "bytes",4300 "curve25519-dalek 3.2.0",4301 "futures 0.3.24",4302 "lazy_static",4303 "libp2p-core",4304 "log",4305 "prost",4306 "prost-build",4307 "rand 0.8.5",4308 "sha2 0.10.6",4309 "snow",4310 "static_assertions",4311 "x25519-dalek",4312 "zeroize",4313]43144315[[package]]4316name = "libp2p-ping"4317version = "0.37.0"4318source = "registry+https://github.com/rust-lang/crates.io-index"4319checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4320dependencies = [4321 "futures 0.3.24",4322 "futures-timer",4323 "instant",4324 "libp2p-core",4325 "libp2p-swarm",4326 "log",4327 "rand 0.7.3",4328 "void",4329]43304331[[package]]4332name = "libp2p-plaintext"4333version = "0.34.0"4334source = "registry+https://github.com/rust-lang/crates.io-index"4335checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4336dependencies = [4337 "asynchronous-codec",4338 "bytes",4339 "futures 0.3.24",4340 "libp2p-core",4341 "log",4342 "prost",4343 "prost-build",4344 "unsigned-varint",4345 "void",4346]43474348[[package]]4349name = "libp2p-pnet"4350version = "0.22.0"4351source = "registry+https://github.com/rust-lang/crates.io-index"4352checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4353dependencies = [4354 "futures 0.3.24",4355 "log",4356 "pin-project",4357 "rand 0.7.3",4358 "salsa20",4359 "sha3 0.9.1",4360]43614362[[package]]4363name = "libp2p-relay"4364version = "0.10.0"4365source = "registry+https://github.com/rust-lang/crates.io-index"4366checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4367dependencies = [4368 "asynchronous-codec",4369 "bytes",4370 "either",4371 "futures 0.3.24",4372 "futures-timer",4373 "instant",4374 "libp2p-core",4375 "libp2p-swarm",4376 "log",4377 "pin-project",4378 "prost",4379 "prost-build",4380 "prost-codec",4381 "rand 0.8.5",4382 "smallvec",4383 "static_assertions",4384 "thiserror",4385 "void",4386]43874388[[package]]4389name = "libp2p-rendezvous"4390version = "0.7.0"4391source = "registry+https://github.com/rust-lang/crates.io-index"4392checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4393dependencies = [4394 "asynchronous-codec",4395 "bimap",4396 "futures 0.3.24",4397 "futures-timer",4398 "instant",4399 "libp2p-core",4400 "libp2p-swarm",4401 "log",4402 "prost",4403 "prost-build",4404 "rand 0.8.5",4405 "sha2 0.10.6",4406 "thiserror",4407 "unsigned-varint",4408 "void",4409]44104411[[package]]4412name = "libp2p-request-response"4413version = "0.19.0"4414source = "registry+https://github.com/rust-lang/crates.io-index"4415checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4416dependencies = [4417 "async-trait",4418 "bytes",4419 "futures 0.3.24",4420 "instant",4421 "libp2p-core",4422 "libp2p-swarm",4423 "log",4424 "rand 0.7.3",4425 "smallvec",4426 "unsigned-varint",4427]44284429[[package]]4430name = "libp2p-swarm"4431version = "0.37.0"4432source = "registry+https://github.com/rust-lang/crates.io-index"4433checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4434dependencies = [4435 "either",4436 "fnv",4437 "futures 0.3.24",4438 "futures-timer",4439 "instant",4440 "libp2p-core",4441 "log",4442 "pin-project",4443 "rand 0.7.3",4444 "smallvec",4445 "thiserror",4446 "void",4447]44484449[[package]]4450name = "libp2p-swarm-derive"4451version = "0.28.0"4452source = "registry+https://github.com/rust-lang/crates.io-index"4453checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4454dependencies = [4455 "quote",4456 "syn",4457]44584459[[package]]4460name = "libp2p-tcp"4461version = "0.34.0"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4464dependencies = [4465 "async-io",4466 "futures 0.3.24",4467 "futures-timer",4468 "if-watch",4469 "ipnet",4470 "libc",4471 "libp2p-core",4472 "log",4473 "socket2",4474]44754476[[package]]4477name = "libp2p-uds"4478version = "0.33.0"4479source = "registry+https://github.com/rust-lang/crates.io-index"4480checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4481dependencies = [4482 "async-std",4483 "futures 0.3.24",4484 "libp2p-core",4485 "log",4486]44874488[[package]]4489name = "libp2p-wasm-ext"4490version = "0.34.0"4491source = "registry+https://github.com/rust-lang/crates.io-index"4492checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4493dependencies = [4494 "futures 0.3.24",4495 "js-sys",4496 "libp2p-core",4497 "parity-send-wrapper",4498 "wasm-bindgen",4499 "wasm-bindgen-futures",4500]45014502[[package]]4503name = "libp2p-websocket"4504version = "0.36.0"4505source = "registry+https://github.com/rust-lang/crates.io-index"4506checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4507dependencies = [4508 "either",4509 "futures 0.3.24",4510 "futures-rustls",4511 "libp2p-core",4512 "log",4513 "parking_lot 0.12.1",4514 "quicksink",4515 "rw-stream-sink",4516 "soketto",4517 "url",4518 "webpki-roots",4519]45204521[[package]]4522name = "libp2p-yamux"4523version = "0.38.0"4524source = "registry+https://github.com/rust-lang/crates.io-index"4525checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4526dependencies = [4527 "futures 0.3.24",4528 "libp2p-core",4529 "parking_lot 0.12.1",4530 "thiserror",4531 "yamux",4532]45334534[[package]]4535name = "librocksdb-sys"4536version = "0.6.1+6.28.2"4537source = "registry+https://github.com/rust-lang/crates.io-index"4538checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4539dependencies = [4540 "bindgen",4541 "bzip2-sys",4542 "cc",4543 "glob",4544 "libc",4545 "libz-sys",4546 "tikv-jemalloc-sys",4547]45484549[[package]]4550name = "libsecp256k1"4551version = "0.7.1"4552source = "registry+https://github.com/rust-lang/crates.io-index"4553checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4554dependencies = [4555 "arrayref",4556 "base64",4557 "digest 0.9.0",4558 "hmac-drbg",4559 "libsecp256k1-core",4560 "libsecp256k1-gen-ecmult",4561 "libsecp256k1-gen-genmult",4562 "rand 0.8.5",4563 "serde",4564 "sha2 0.9.9",4565 "typenum",4566]45674568[[package]]4569name = "libsecp256k1-core"4570version = "0.3.0"4571source = "registry+https://github.com/rust-lang/crates.io-index"4572checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4573dependencies = [4574 "crunchy",4575 "digest 0.9.0",4576 "subtle",4577]45784579[[package]]4580name = "libsecp256k1-gen-ecmult"4581version = "0.3.0"4582source = "registry+https://github.com/rust-lang/crates.io-index"4583checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4584dependencies = [4585 "libsecp256k1-core",4586]45874588[[package]]4589name = "libsecp256k1-gen-genmult"4590version = "0.3.0"4591source = "registry+https://github.com/rust-lang/crates.io-index"4592checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4593dependencies = [4594 "libsecp256k1-core",4595]45964597[[package]]4598name = "libz-sys"4599version = "1.1.8"4600source = "registry+https://github.com/rust-lang/crates.io-index"4601checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4602dependencies = [4603 "cc",4604 "pkg-config",4605 "vcpkg",4606]46074608[[package]]4609name = "linked-hash-map"4610version = "0.5.6"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"46134614[[package]]4615name = "linked_hash_set"4616version = "0.1.4"4617source = "registry+https://github.com/rust-lang/crates.io-index"4618checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4619dependencies = [4620 "linked-hash-map",4621]46224623[[package]]4624name = "linregress"4625version = "0.4.4"4626source = "registry+https://github.com/rust-lang/crates.io-index"4627checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4628dependencies = [4629 "nalgebra",4630 "statrs",4631]46324633[[package]]4634name = "linux-raw-sys"4635version = "0.0.42"4636source = "registry+https://github.com/rust-lang/crates.io-index"4637checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"46384639[[package]]4640name = "linux-raw-sys"4641version = "0.0.46"4642source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"46444645[[package]]4646name = "lock_api"4647version = "0.4.9"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4650dependencies = [4651 "autocfg",4652 "scopeguard",4653]46544655[[package]]4656name = "log"4657version = "0.4.17"4658source = "registry+https://github.com/rust-lang/crates.io-index"4659checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4660dependencies = [4661 "cfg-if 1.0.0",4662 "value-bag",4663]46644665[[package]]4666name = "logtest"4667version = "2.0.0"4668source = "registry+https://github.com/rust-lang/crates.io-index"4669checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4670dependencies = [4671 "lazy_static",4672 "log",4673]46744675[[package]]4676name = "lru"4677version = "0.7.8"4678source = "registry+https://github.com/rust-lang/crates.io-index"4679checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4680dependencies = [4681 "hashbrown 0.12.3",4682]46834684[[package]]4685name = "lru"4686version = "0.8.1"4687source = "registry+https://github.com/rust-lang/crates.io-index"4688checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4689dependencies = [4690 "hashbrown 0.12.3",4691]46924693[[package]]4694name = "lru-cache"4695version = "0.1.2"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4698dependencies = [4699 "linked-hash-map",4700]47014702[[package]]4703name = "lz4"4704version = "1.24.0"4705source = "registry+https://github.com/rust-lang/crates.io-index"4706checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4707dependencies = [4708 "libc",4709 "lz4-sys",4710]47114712[[package]]4713name = "lz4-sys"4714version = "1.9.4"4715source = "registry+https://github.com/rust-lang/crates.io-index"4716checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4717dependencies = [4718 "cc",4719 "libc",4720]47214722[[package]]4723name = "mach"4724version = "0.3.2"4725source = "registry+https://github.com/rust-lang/crates.io-index"4726checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4727dependencies = [4728 "libc",4729]47304731[[package]]4732name = "match_cfg"4733version = "0.1.0"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47364737[[package]]4738name = "matchers"4739version = "0.0.1"4740source = "registry+https://github.com/rust-lang/crates.io-index"4741checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4742dependencies = [4743 "regex-automata",4744]47454746[[package]]4747name = "matches"4748version = "0.1.9"4749source = "registry+https://github.com/rust-lang/crates.io-index"4750checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47514752[[package]]4753name = "matrixmultiply"4754version = "0.3.2"4755source = "registry+https://github.com/rust-lang/crates.io-index"4756checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4757dependencies = [4758 "rawpointer",4759]47604761[[package]]4762name = "memchr"4763version = "2.5.0"4764source = "registry+https://github.com/rust-lang/crates.io-index"4765checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"47664767[[package]]4768name = "memfd"4769version = "0.4.1"4770source = "registry+https://github.com/rust-lang/crates.io-index"4771checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"4772dependencies = [4773 "libc",4774]47754776[[package]]4777name = "memmap2"4778version = "0.5.7"4779source = "registry+https://github.com/rust-lang/crates.io-index"4780checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4781dependencies = [4782 "libc",4783]47844785[[package]]4786name = "memoffset"4787version = "0.6.5"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4790dependencies = [4791 "autocfg",4792]47934794[[package]]4795name = "memory-db"4796version = "0.29.0"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4799dependencies = [4800 "hash-db",4801 "hashbrown 0.12.3",4802 "parity-util-mem",4803]48044805[[package]]4806name = "memory-lru"4807version = "0.1.1"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4810dependencies = [4811 "lru 0.8.1",4812]48134814[[package]]4815name = "memory_units"4816version = "0.3.0"4817source = "registry+https://github.com/rust-lang/crates.io-index"4818checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"48194820[[package]]4821name = "merlin"4822version = "2.0.1"4823source = "registry+https://github.com/rust-lang/crates.io-index"4824checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4825dependencies = [4826 "byteorder",4827 "keccak",4828 "rand_core 0.5.1",4829 "zeroize",4830]48314832[[package]]4833name = "mick-jaeger"4834version = "0.1.8"4835source = "registry+https://github.com/rust-lang/crates.io-index"4836checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4837dependencies = [4838 "futures 0.3.24",4839 "rand 0.8.5",4840 "thrift",4841]48424843[[package]]4844name = "minimal-lexical"4845version = "0.2.1"4846source = "registry+https://github.com/rust-lang/crates.io-index"4847checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48484849[[package]]4850name = "miniz_oxide"4851version = "0.5.4"4852source = "registry+https://github.com/rust-lang/crates.io-index"4853checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4854dependencies = [4855 "adler",4856]48574858[[package]]4859name = "mio"4860version = "0.8.4"4861source = "registry+https://github.com/rust-lang/crates.io-index"4862checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4863dependencies = [4864 "libc",4865 "log",4866 "wasi 0.11.0+wasi-snapshot-preview1",4867 "windows-sys",4868]48694870[[package]]4871name = "more-asserts"4872version = "0.2.2"4873source = "registry+https://github.com/rust-lang/crates.io-index"4874checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"48754876[[package]]4877name = "multiaddr"4878version = "0.14.0"4879source = "registry+https://github.com/rust-lang/crates.io-index"4880checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4881dependencies = [4882 "arrayref",4883 "bs58",4884 "byteorder",4885 "data-encoding",4886 "multihash",4887 "percent-encoding",4888 "serde",4889 "static_assertions",4890 "unsigned-varint",4891 "url",4892]48934894[[package]]4895name = "multibase"4896version = "0.9.1"4897source = "registry+https://github.com/rust-lang/crates.io-index"4898checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4899dependencies = [4900 "base-x",4901 "data-encoding",4902 "data-encoding-macro",4903]49044905[[package]]4906name = "multihash"4907version = "0.16.3"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"4910dependencies = [4911 "blake2b_simd",4912 "blake2s_simd",4913 "blake3",4914 "core2",4915 "digest 0.10.5",4916 "multihash-derive",4917 "sha2 0.10.6",4918 "sha3 0.10.5",4919 "unsigned-varint",4920]49214922[[package]]4923name = "multihash-derive"4924version = "0.8.0"4925source = "registry+https://github.com/rust-lang/crates.io-index"4926checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4927dependencies = [4928 "proc-macro-crate",4929 "proc-macro-error",4930 "proc-macro2",4931 "quote",4932 "syn",4933 "synstructure",4934]49354936[[package]]4937name = "multimap"4938version = "0.8.3"4939source = "registry+https://github.com/rust-lang/crates.io-index"4940checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49414942[[package]]4943name = "multistream-select"4944version = "0.11.0"4945source = "registry+https://github.com/rust-lang/crates.io-index"4946checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4947dependencies = [4948 "bytes",4949 "futures 0.3.24",4950 "log",4951 "pin-project",4952 "smallvec",4953 "unsigned-varint",4954]49554956[[package]]4957name = "nalgebra"4958version = "0.27.1"4959source = "registry+https://github.com/rust-lang/crates.io-index"4960checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4961dependencies = [4962 "approx",4963 "matrixmultiply",4964 "nalgebra-macros",4965 "num-complex",4966 "num-rational 0.4.1",4967 "num-traits",4968 "rand 0.8.5",4969 "rand_distr",4970 "simba",4971 "typenum",4972]49734974[[package]]4975name = "nalgebra-macros"4976version = "0.1.0"4977source = "registry+https://github.com/rust-lang/crates.io-index"4978checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4979dependencies = [4980 "proc-macro2",4981 "quote",4982 "syn",4983]49844985[[package]]4986name = "names"4987version = "0.13.0"4988source = "registry+https://github.com/rust-lang/crates.io-index"4989checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"4990dependencies = [4991 "rand 0.8.5",4992]49934994[[package]]4995name = "nanorand"4996version = "0.7.0"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"49995000[[package]]5001name = "netlink-packet-core"5002version = "0.4.2"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5005dependencies = [5006 "anyhow",5007 "byteorder",5008 "libc",5009 "netlink-packet-utils",5010]50115012[[package]]5013name = "netlink-packet-route"5014version = "0.12.0"5015source = "registry+https://github.com/rust-lang/crates.io-index"5016checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5017dependencies = [5018 "anyhow",5019 "bitflags",5020 "byteorder",5021 "libc",5022 "netlink-packet-core",5023 "netlink-packet-utils",5024]50255026[[package]]5027name = "netlink-packet-utils"5028version = "0.5.1"5029source = "registry+https://github.com/rust-lang/crates.io-index"5030checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5031dependencies = [5032 "anyhow",5033 "byteorder",5034 "paste",5035 "thiserror",5036]50375038[[package]]5039name = "netlink-proto"5040version = "0.10.0"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5043dependencies = [5044 "bytes",5045 "futures 0.3.24",5046 "log",5047 "netlink-packet-core",5048 "netlink-sys",5049 "thiserror",5050 "tokio",5051]50525053[[package]]5054name = "netlink-sys"5055version = "0.8.3"5056source = "registry+https://github.com/rust-lang/crates.io-index"5057checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5058dependencies = [5059 "async-io",5060 "bytes",5061 "futures 0.3.24",5062 "libc",5063 "log",5064]50655066[[package]]5067name = "nix"5068version = "0.24.2"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5071dependencies = [5072 "bitflags",5073 "cfg-if 1.0.0",5074 "libc",5075]50765077[[package]]5078name = "nodrop"5079version = "0.1.14"5080source = "registry+https://github.com/rust-lang/crates.io-index"5081checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"50825083[[package]]5084name = "nohash-hasher"5085version = "0.2.0"5086source = "registry+https://github.com/rust-lang/crates.io-index"5087checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"50885089[[package]]5090name = "nom"5091version = "7.1.1"5092source = "registry+https://github.com/rust-lang/crates.io-index"5093checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5094dependencies = [5095 "memchr",5096 "minimal-lexical",5097]50985099[[package]]5100name = "num-bigint"5101version = "0.2.6"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5104dependencies = [5105 "autocfg",5106 "num-integer",5107 "num-traits",5108]51095110[[package]]5111name = "num-complex"5112version = "0.4.2"5113source = "registry+https://github.com/rust-lang/crates.io-index"5114checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5115dependencies = [5116 "num-traits",5117]51185119[[package]]5120name = "num-format"5121version = "0.4.0"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5124dependencies = [5125 "arrayvec 0.4.12",5126 "itoa 0.4.8",5127]51285129[[package]]5130name = "num-integer"5131version = "0.1.45"5132source = "registry+https://github.com/rust-lang/crates.io-index"5133checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5134dependencies = [5135 "autocfg",5136 "num-traits",5137]51385139[[package]]5140name = "num-rational"5141version = "0.2.4"5142source = "registry+https://github.com/rust-lang/crates.io-index"5143checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5144dependencies = [5145 "autocfg",5146 "num-bigint",5147 "num-integer",5148 "num-traits",5149]51505151[[package]]5152name = "num-rational"5153version = "0.4.1"5154source = "registry+https://github.com/rust-lang/crates.io-index"5155checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5156dependencies = [5157 "autocfg",5158 "num-integer",5159 "num-traits",5160]51615162[[package]]5163name = "num-traits"5164version = "0.2.15"5165source = "registry+https://github.com/rust-lang/crates.io-index"5166checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5167dependencies = [5168 "autocfg",5169 "libm",5170]51715172[[package]]5173name = "num_cpus"5174version = "1.13.1"5175source = "registry+https://github.com/rust-lang/crates.io-index"5176checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5177dependencies = [5178 "hermit-abi",5179 "libc",5180]51815182[[package]]5183name = "num_threads"5184version = "0.1.6"5185source = "registry+https://github.com/rust-lang/crates.io-index"5186checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5187dependencies = [5188 "libc",5189]51905191[[package]]5192name = "object"5193version = "0.28.4"5194source = "registry+https://github.com/rust-lang/crates.io-index"5195checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5196dependencies = [5197 "crc32fast",5198 "hashbrown 0.11.2",5199 "indexmap",5200 "memchr",5201]52025203[[package]]5204name = "object"5205version = "0.29.0"5206source = "registry+https://github.com/rust-lang/crates.io-index"5207checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5208dependencies = [5209 "memchr",5210]52115212[[package]]5213name = "once_cell"5214version = "1.15.0"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"52175218[[package]]5219name = "opal-runtime"5220version = "0.9.29"5221dependencies = [5222 "app-promotion-rpc",5223 "cumulus-pallet-aura-ext",5224 "cumulus-pallet-dmp-queue",5225 "cumulus-pallet-parachain-system",5226 "cumulus-pallet-xcm",5227 "cumulus-pallet-xcmp-queue",5228 "cumulus-primitives-core",5229 "cumulus-primitives-timestamp",5230 "cumulus-primitives-utility",5231 "derivative",5232 "evm-coder",5233 "fp-evm-mapping",5234 "fp-rpc",5235 "fp-self-contained",5236 "frame-benchmarking",5237 "frame-executive",5238 "frame-support",5239 "frame-system",5240 "frame-system-benchmarking",5241 "frame-system-rpc-runtime-api",5242 "frame-try-runtime",5243 "hex-literal",5244 "impl-trait-for-tuples",5245 "log",5246 "logtest",5247 "orml-tokens",5248 "orml-traits",5249 "orml-vesting",5250 "orml-xtokens",5251 "pallet-app-promotion",5252 "pallet-aura",5253 "pallet-balances",5254 "pallet-base-fee",5255 "pallet-common",5256 "pallet-configuration",5257 "pallet-ethereum",5258 "pallet-evm",5259 "pallet-evm-coder-substrate",5260 "pallet-evm-contract-helpers",5261 "pallet-evm-migration",5262 "pallet-evm-transaction-payment",5263 "pallet-foreign-assets",5264 "pallet-fungible",5265 "pallet-inflation",5266 "pallet-nonfungible",5267 "pallet-randomness-collective-flip",5268 "pallet-refungible",5269 "pallet-rmrk-core",5270 "pallet-rmrk-equip",5271 "pallet-structure",5272 "pallet-sudo",5273 "pallet-template-transaction-payment",5274 "pallet-timestamp",5275 "pallet-transaction-payment",5276 "pallet-transaction-payment-rpc-runtime-api",5277 "pallet-treasury",5278 "pallet-unique",5279 "pallet-unique-scheduler",5280 "pallet-xcm",5281 "parachain-info",5282 "parity-scale-codec 3.2.1",5283 "polkadot-parachain",5284 "rmrk-rpc",5285 "scale-info",5286 "serde",5287 "smallvec",5288 "sp-api",5289 "sp-arithmetic",5290 "sp-block-builder",5291 "sp-consensus-aura",5292 "sp-core",5293 "sp-inherents",5294 "sp-io",5295 "sp-offchain",5296 "sp-runtime",5297 "sp-session",5298 "sp-std",5299 "sp-transaction-pool",5300 "sp-version",5301 "substrate-wasm-builder",5302 "up-common",5303 "up-data-structs",5304 "up-rpc",5305 "up-sponsorship",5306 "xcm",5307 "xcm-builder",5308 "xcm-executor",5309]53105311[[package]]5312name = "opaque-debug"5313version = "0.2.3"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53165317[[package]]5318name = "opaque-debug"5319version = "0.3.0"5320source = "registry+https://github.com/rust-lang/crates.io-index"5321checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53225323[[package]]5324name = "openssl-probe"5325version = "0.1.5"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53285329[[package]]5330name = "orchestra"5331version = "0.0.1"5332source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"5333dependencies = [5334 "async-trait",5335 "dyn-clonable",5336 "futures 0.3.24",5337 "futures-timer",5338 "orchestra-proc-macro",5339 "pin-project",5340 "prioritized-metered-channel",5341 "thiserror",5342 "tracing",5343]53445345[[package]]5346name = "orchestra-proc-macro"5347version = "0.0.1"5348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"5349dependencies = [5350 "expander 0.0.6",5351 "itertools",5352 "petgraph",5353 "proc-macro-crate",5354 "proc-macro2",5355 "quote",5356 "syn",5357]53585359[[package]]5360name = "ordered-float"5361version = "1.1.1"5362source = "registry+https://github.com/rust-lang/crates.io-index"5363checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5364dependencies = [5365 "num-traits",5366]53675368[[package]]5369name = "orml-tokens"5370version = "0.4.1-dev"5371source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.29#2caeb6621a59cbf37829d6a80bc2b89195959d45"5372dependencies = [5373 "frame-support",5374 "frame-system",5375 "orml-traits",5376 "parity-scale-codec 3.2.1",5377 "scale-info",5378 "serde",5379 "sp-runtime",5380 "sp-std",5381]53825383[[package]]5384name = "orml-traits"5385version = "0.4.1-dev"5386source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.29#2caeb6621a59cbf37829d6a80bc2b89195959d45"5387dependencies = [5388 "frame-support",5389 "impl-trait-for-tuples",5390 "num-traits",5391 "orml-utilities",5392 "parity-scale-codec 3.2.1",5393 "scale-info",5394 "serde",5395 "sp-io",5396 "sp-runtime",5397 "sp-std",5398 "xcm",5399]54005401[[package]]5402name = "orml-utilities"5403version = "0.4.1-dev"5404source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.29#2caeb6621a59cbf37829d6a80bc2b89195959d45"5405dependencies = [5406 "frame-support",5407 "parity-scale-codec 3.2.1",5408 "scale-info",5409 "serde",5410 "sp-io",5411 "sp-runtime",5412 "sp-std",5413]54145415[[package]]5416name = "orml-vesting"5417version = "0.4.1-dev"5418source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.29#2caeb6621a59cbf37829d6a80bc2b89195959d45"5419dependencies = [5420 "frame-support",5421 "frame-system",5422 "parity-scale-codec 3.2.1",5423 "scale-info",5424 "serde",5425 "sp-io",5426 "sp-runtime",5427 "sp-std",5428]54295430[[package]]5431name = "orml-xcm-support"5432version = "0.4.1-dev"5433source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.29#2caeb6621a59cbf37829d6a80bc2b89195959d45"5434dependencies = [5435 "frame-support",5436 "orml-traits",5437 "parity-scale-codec 3.2.1",5438 "sp-runtime",5439 "sp-std",5440 "xcm",5441 "xcm-executor",5442]54435444[[package]]5445name = "orml-xtokens"5446version = "0.4.1-dev"5447source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=polkadot-v0.9.29#2caeb6621a59cbf37829d6a80bc2b89195959d45"5448dependencies = [5449 "cumulus-primitives-core",5450 "frame-support",5451 "frame-system",5452 "orml-traits",5453 "orml-xcm-support",5454 "pallet-xcm",5455 "parity-scale-codec 3.2.1",5456 "scale-info",5457 "serde",5458 "sp-io",5459 "sp-runtime",5460 "sp-std",5461 "xcm",5462 "xcm-executor",5463]54645465[[package]]5466name = "os_str_bytes"5467version = "6.3.0"5468source = "registry+https://github.com/rust-lang/crates.io-index"5469checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"54705471[[package]]5472name = "owning_ref"5473version = "0.4.1"5474source = "registry+https://github.com/rust-lang/crates.io-index"5475checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5476dependencies = [5477 "stable_deref_trait",5478]54795480[[package]]5481name = "pallet-app-promotion"5482version = "0.1.0"5483dependencies = [5484 "frame-benchmarking",5485 "frame-support",5486 "frame-system",5487 "pallet-balances",5488 "pallet-common",5489 "pallet-evm",5490 "pallet-evm-contract-helpers",5491 "pallet-evm-migration",5492 "pallet-randomness-collective-flip",5493 "pallet-timestamp",5494 "pallet-unique",5495 "parity-scale-codec 3.2.1",5496 "scale-info",5497 "serde",5498 "sp-core",5499 "sp-io",5500 "sp-runtime",5501 "sp-std",5502 "up-data-structs",5503]55045505[[package]]5506name = "pallet-aura"5507version = "4.0.0-dev"5508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5509dependencies = [5510 "frame-support",5511 "frame-system",5512 "pallet-timestamp",5513 "parity-scale-codec 3.2.1",5514 "scale-info",5515 "sp-application-crypto",5516 "sp-consensus-aura",5517 "sp-runtime",5518 "sp-std",5519]55205521[[package]]5522name = "pallet-authority-discovery"5523version = "4.0.0-dev"5524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5525dependencies = [5526 "frame-support",5527 "frame-system",5528 "pallet-session",5529 "parity-scale-codec 3.2.1",5530 "scale-info",5531 "sp-application-crypto",5532 "sp-authority-discovery",5533 "sp-runtime",5534 "sp-std",5535]55365537[[package]]5538name = "pallet-authorship"5539version = "4.0.0-dev"5540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5541dependencies = [5542 "frame-support",5543 "frame-system",5544 "impl-trait-for-tuples",5545 "parity-scale-codec 3.2.1",5546 "scale-info",5547 "sp-authorship",5548 "sp-runtime",5549 "sp-std",5550]55515552[[package]]5553name = "pallet-babe"5554version = "4.0.0-dev"5555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5556dependencies = [5557 "frame-benchmarking",5558 "frame-support",5559 "frame-system",5560 "log",5561 "pallet-authorship",5562 "pallet-session",5563 "pallet-timestamp",5564 "parity-scale-codec 3.2.1",5565 "scale-info",5566 "sp-application-crypto",5567 "sp-consensus-babe",5568 "sp-consensus-vrf",5569 "sp-io",5570 "sp-runtime",5571 "sp-session",5572 "sp-staking",5573 "sp-std",5574]55755576[[package]]5577name = "pallet-bags-list"5578version = "4.0.0-dev"5579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5580dependencies = [5581 "frame-benchmarking",5582 "frame-election-provider-support",5583 "frame-support",5584 "frame-system",5585 "log",5586 "pallet-balances",5587 "parity-scale-codec 3.2.1",5588 "scale-info",5589 "sp-core",5590 "sp-io",5591 "sp-runtime",5592 "sp-std",5593 "sp-tracing",5594]55955596[[package]]5597name = "pallet-balances"5598version = "4.0.0-dev"5599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5600dependencies = [5601 "frame-benchmarking",5602 "frame-support",5603 "frame-system",5604 "log",5605 "parity-scale-codec 3.2.1",5606 "scale-info",5607 "sp-runtime",5608 "sp-std",5609]56105611[[package]]5612name = "pallet-base-fee"5613version = "1.0.0"5614source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"5615dependencies = [5616 "fp-evm",5617 "frame-support",5618 "frame-system",5619 "parity-scale-codec 3.2.1",5620 "scale-info",5621 "serde",5622 "sp-core",5623 "sp-runtime",5624]56255626[[package]]5627name = "pallet-beefy"5628version = "4.0.0-dev"5629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5630dependencies = [5631 "beefy-primitives",5632 "frame-support",5633 "frame-system",5634 "pallet-session",5635 "parity-scale-codec 3.2.1",5636 "scale-info",5637 "serde",5638 "sp-runtime",5639 "sp-std",5640]56415642[[package]]5643name = "pallet-beefy-mmr"5644version = "4.0.0-dev"5645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5646dependencies = [5647 "beefy-merkle-tree",5648 "beefy-primitives",5649 "frame-support",5650 "frame-system",5651 "hex",5652 "log",5653 "pallet-beefy",5654 "pallet-mmr",5655 "pallet-session",5656 "parity-scale-codec 3.2.1",5657 "scale-info",5658 "serde",5659 "sp-core",5660 "sp-io",5661 "sp-runtime",5662 "sp-std",5663]56645665[[package]]5666name = "pallet-bounties"5667version = "4.0.0-dev"5668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5669dependencies = [5670 "frame-benchmarking",5671 "frame-support",5672 "frame-system",5673 "log",5674 "pallet-treasury",5675 "parity-scale-codec 3.2.1",5676 "scale-info",5677 "sp-core",5678 "sp-io",5679 "sp-runtime",5680 "sp-std",5681]56825683[[package]]5684name = "pallet-child-bounties"5685version = "4.0.0-dev"5686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5687dependencies = [5688 "frame-benchmarking",5689 "frame-support",5690 "frame-system",5691 "log",5692 "pallet-bounties",5693 "pallet-treasury",5694 "parity-scale-codec 3.2.1",5695 "scale-info",5696 "sp-core",5697 "sp-io",5698 "sp-runtime",5699 "sp-std",5700]57015702[[package]]5703name = "pallet-collective"5704version = "4.0.0-dev"5705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5706dependencies = [5707 "frame-benchmarking",5708 "frame-support",5709 "frame-system",5710 "log",5711 "parity-scale-codec 3.2.1",5712 "scale-info",5713 "sp-core",5714 "sp-io",5715 "sp-runtime",5716 "sp-std",5717]57185719[[package]]5720name = "pallet-common"5721version = "0.1.8"5722dependencies = [5723 "ethereum",5724 "evm-coder",5725 "fp-evm-mapping",5726 "frame-benchmarking",5727 "frame-support",5728 "frame-system",5729 "pallet-evm",5730 "pallet-evm-coder-substrate",5731 "parity-scale-codec 3.2.1",5732 "scale-info",5733 "serde",5734 "sp-core",5735 "sp-runtime",5736 "sp-std",5737 "up-data-structs",5738]57395740[[package]]5741name = "pallet-configuration"5742version = "0.1.1"5743dependencies = [5744 "fp-evm",5745 "frame-support",5746 "frame-system",5747 "parity-scale-codec 3.2.1",5748 "scale-info",5749 "smallvec",5750 "sp-arithmetic",5751 "sp-core",5752 "sp-runtime",5753 "sp-std",5754]57555756[[package]]5757name = "pallet-democracy"5758version = "4.0.0-dev"5759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5760dependencies = [5761 "frame-benchmarking",5762 "frame-support",5763 "frame-system",5764 "parity-scale-codec 3.2.1",5765 "scale-info",5766 "serde",5767 "sp-io",5768 "sp-runtime",5769 "sp-std",5770]57715772[[package]]5773name = "pallet-election-provider-multi-phase"5774version = "4.0.0-dev"5775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5776dependencies = [5777 "frame-benchmarking",5778 "frame-election-provider-support",5779 "frame-support",5780 "frame-system",5781 "log",5782 "parity-scale-codec 3.2.1",5783 "rand 0.7.3",5784 "scale-info",5785 "sp-arithmetic",5786 "sp-core",5787 "sp-io",5788 "sp-npos-elections",5789 "sp-runtime",5790 "sp-std",5791 "static_assertions",5792 "strum",5793]57945795[[package]]5796name = "pallet-election-provider-support-benchmarking"5797version = "4.0.0-dev"5798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5799dependencies = [5800 "frame-benchmarking",5801 "frame-election-provider-support",5802 "frame-system",5803 "parity-scale-codec 3.2.1",5804 "sp-npos-elections",5805 "sp-runtime",5806]58075808[[package]]5809name = "pallet-elections-phragmen"5810version = "5.0.0-dev"5811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"5812dependencies = [5813 "frame-benchmarking",5814 "frame-support",5815 "frame-system",5816 "log",5817 "parity-scale-codec 3.2.1",5818 "scale-info",5819 "sp-core",5820 "sp-io",5821 "sp-npos-elections",5822 "sp-runtime",5823 "sp-std",5824]58255826[[package]]5827name = "pallet-ethereum"5828version = "4.0.0-dev"5829source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"5830dependencies = [5831 "ethereum",5832 "ethereum-types",5833 "evm",5834 "fp-consensus",5835 "fp-evm",5836 "fp-evm-mapping",5837 "fp-rpc",5838 "fp-self-contained",5839 "fp-storage",5840 "frame-support",5841 "frame-system",5842 "log",5843 "pallet-evm",5844 "pallet-timestamp",5845 "parity-scale-codec 3.2.1",5846 "rlp",5847 "scale-info",5848 "serde",5849 "sha3 0.10.5",5850 "sp-io",5851 "sp-runtime",5852 "sp-std",5853]58545855[[package]]5856name = "pallet-evm"5857version = "6.0.0-dev"5858source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.29#852f994e82f9e5718dde75e8c4d877db5a44dd45"5859dependencies = [5860 "evm",5861 "fp-evm",5862 "fp-evm-mapping",5863 "frame-benchmarking",5864 "frame-support",5865 "frame-system",5866 "hex",5867 "impl-trait-for-tuples",5868 "log",5869 "pallet-timestamp",5870 "parity-scale-codec 3.2.1",5871 "primitive-types",5872 "rlp",5873 "scale-info",5874 "serde",5875 "sha3 0.10.5",5876 "sp-core",5877 "sp-io",5878 "sp-runtime",5879 "sp-std",5880]58815882[[package]]5883name = "pallet-evm-coder-substrate"5884version = "0.1.3"5885dependencies = [5886 "ethereum",5887 "evm-coder",5888 "frame-benchmarking",5889 "frame-support",5890 "frame-system",5891 "pallet-ethereum",5892 "pallet-evm",5893 "parity-scale-codec 3.2.1",5894 "scale-info",5895 "sp-core",5896 "sp-std",5897 "up-data-structs",5898]58995900[[package]]5901name = "pallet-evm-contract-helpers"5902version = "0.3.0"5903dependencies = [5904 "ethereum",5905 "evm-coder",5906 "fp-evm-mapping",5907 "frame-support",5908 "frame-system",5909 "log",5910 "pallet-common",5911 "pallet-evm",5912 "pallet-evm-coder-substrate",5913 "pallet-evm-transaction-payment",5914 "parity-scale-codec 3.2.1",5915 "scale-info",5916 "sp-core",5917 "sp-runtime",5918 "sp-std",5919 "up-data-structs",5920 "up-sponsorship",5921]59225923[[package]]5924name = "pallet-evm-migration"5925version = "0.1.1"5926dependencies = [5927 "fp-evm",5928 "frame-benchmarking",5929 "frame-support",5930 "frame-system",5931 "pallet-evm",5932 "parity-scale-codec 3.2.1",5933 "scale-info",5934 "sp-core",5935 "sp-io",5936 "sp-runtime",5937 "sp-std",5938]59395940[[package]]5941name = "pallet-evm-transaction-payment"5942version = "0.1.1"5943dependencies = [5944 "fp-evm",5945 "fp-evm-mapping",5946 "frame-support",5947 "frame-system",5948 "pallet-ethereum",5949 "pallet-evm",5950 "parity-scale-codec 3.2.1",5951 "scale-info",5952 "sp-core",5953 "sp-io",5954 "sp-runtime",5955 "sp-std",5956 "up-sponsorship",5957]59585959[[package]]5960name = "pallet-foreign-assets"5961version = "0.1.0"5962dependencies = [5963 "frame-benchmarking",5964 "frame-support",5965 "frame-system",5966 "hex",5967 "log",5968 "orml-tokens",5969 "pallet-balances",5970 "pallet-common",5971 "pallet-fungible",5972 "pallet-timestamp",5973 "parity-scale-codec 3.2.1",5974 "scale-info",5975 "serde",5976 "serde_json",5977 "sp-core",5978 "sp-io",5979 "sp-runtime",5980 "sp-std",5981 "up-data-structs",5982 "xcm",5983 "xcm-builder",5984 "xcm-executor",5985]59865987[[package]]5988name = "pallet-fungible"5989version = "0.1.5"5990dependencies = [5991 "ethereum",5992 "evm-coder",5993 "frame-benchmarking",5994 "frame-support",5995 "frame-system",5996 "pallet-common",5997 "pallet-evm",5998 "pallet-evm-coder-substrate",5999 "pallet-structure",6000 "parity-scale-codec 3.2.1",6001 "scale-info",6002 "sp-core",6003 "sp-runtime",6004 "sp-std",6005 "up-data-structs",6006]60076008[[package]]6009name = "pallet-gilt"6010version = "4.0.0-dev"6011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6012dependencies = [6013 "frame-benchmarking",6014 "frame-support",6015 "frame-system",6016 "parity-scale-codec 3.2.1",6017 "scale-info",6018 "sp-arithmetic",6019 "sp-runtime",6020 "sp-std",6021]60226023[[package]]6024name = "pallet-grandpa"6025version = "4.0.0-dev"6026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6027dependencies = [6028 "frame-benchmarking",6029 "frame-support",6030 "frame-system",6031 "log",6032 "pallet-authorship",6033 "pallet-session",6034 "parity-scale-codec 3.2.1",6035 "scale-info",6036 "sp-application-crypto",6037 "sp-core",6038 "sp-finality-grandpa",6039 "sp-io",6040 "sp-runtime",6041 "sp-session",6042 "sp-staking",6043 "sp-std",6044]60456046[[package]]6047name = "pallet-identity"6048version = "4.0.0-dev"6049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6050dependencies = [6051 "enumflags2",6052 "frame-benchmarking",6053 "frame-support",6054 "frame-system",6055 "parity-scale-codec 3.2.1",6056 "scale-info",6057 "sp-io",6058 "sp-runtime",6059 "sp-std",6060]60616062[[package]]6063name = "pallet-im-online"6064version = "4.0.0-dev"6065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6066dependencies = [6067 "frame-benchmarking",6068 "frame-support",6069 "frame-system",6070 "log",6071 "pallet-authorship",6072 "parity-scale-codec 3.2.1",6073 "scale-info",6074 "sp-application-crypto",6075 "sp-core",6076 "sp-io",6077 "sp-runtime",6078 "sp-staking",6079 "sp-std",6080]60816082[[package]]6083name = "pallet-indices"6084version = "4.0.0-dev"6085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6086dependencies = [6087 "frame-benchmarking",6088 "frame-support",6089 "frame-system",6090 "parity-scale-codec 3.2.1",6091 "scale-info",6092 "sp-core",6093 "sp-io",6094 "sp-keyring",6095 "sp-runtime",6096 "sp-std",6097]60986099[[package]]6100name = "pallet-inflation"6101version = "0.1.1"6102dependencies = [6103 "frame-benchmarking",6104 "frame-support",6105 "frame-system",6106 "pallet-balances",6107 "pallet-randomness-collective-flip",6108 "pallet-timestamp",6109 "parity-scale-codec 3.2.1",6110 "scale-info",6111 "serde",6112 "sp-core",6113 "sp-io",6114 "sp-runtime",6115 "sp-std",6116]61176118[[package]]6119name = "pallet-membership"6120version = "4.0.0-dev"6121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6122dependencies = [6123 "frame-benchmarking",6124 "frame-support",6125 "frame-system",6126 "log",6127 "parity-scale-codec 3.2.1",6128 "scale-info",6129 "sp-core",6130 "sp-io",6131 "sp-runtime",6132 "sp-std",6133]61346135[[package]]6136name = "pallet-mmr"6137version = "4.0.0-dev"6138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6139dependencies = [6140 "ckb-merkle-mountain-range",6141 "frame-benchmarking",6142 "frame-support",6143 "frame-system",6144 "parity-scale-codec 3.2.1",6145 "scale-info",6146 "sp-core",6147 "sp-io",6148 "sp-mmr-primitives",6149 "sp-runtime",6150 "sp-std",6151]61526153[[package]]6154name = "pallet-mmr-rpc"6155version = "3.0.0"6156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6157dependencies = [6158 "jsonrpsee",6159 "parity-scale-codec 3.2.1",6160 "serde",6161 "sp-api",6162 "sp-blockchain",6163 "sp-core",6164 "sp-mmr-primitives",6165 "sp-runtime",6166]61676168[[package]]6169name = "pallet-multisig"6170version = "4.0.0-dev"6171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6172dependencies = [6173 "frame-benchmarking",6174 "frame-support",6175 "frame-system",6176 "parity-scale-codec 3.2.1",6177 "scale-info",6178 "sp-io",6179 "sp-runtime",6180 "sp-std",6181]61826183[[package]]6184name = "pallet-nomination-pools"6185version = "1.0.0"6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6187dependencies = [6188 "frame-support",6189 "frame-system",6190 "log",6191 "parity-scale-codec 3.2.1",6192 "scale-info",6193 "sp-core",6194 "sp-io",6195 "sp-runtime",6196 "sp-staking",6197 "sp-std",6198]61996200[[package]]6201name = "pallet-nomination-pools-benchmarking"6202version = "1.0.0"6203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6204dependencies = [6205 "frame-benchmarking",6206 "frame-election-provider-support",6207 "frame-support",6208 "frame-system",6209 "pallet-bags-list",6210 "pallet-nomination-pools",6211 "pallet-staking",6212 "parity-scale-codec 3.2.1",6213 "scale-info",6214 "sp-runtime",6215 "sp-staking",6216 "sp-std",6217]62186219[[package]]6220name = "pallet-nomination-pools-runtime-api"6221version = "1.0.0-dev"6222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6223dependencies = [6224 "parity-scale-codec 3.2.1",6225 "sp-api",6226 "sp-std",6227]62286229[[package]]6230name = "pallet-nonfungible"6231version = "0.1.5"6232dependencies = [6233 "ethereum",6234 "evm-coder",6235 "frame-benchmarking",6236 "frame-support",6237 "frame-system",6238 "pallet-common",6239 "pallet-evm",6240 "pallet-evm-coder-substrate",6241 "pallet-structure",6242 "parity-scale-codec 3.2.1",6243 "scale-info",6244 "sp-core",6245 "sp-runtime",6246 "sp-std",6247 "struct-versioning",6248 "up-data-structs",6249]62506251[[package]]6252name = "pallet-offences"6253version = "4.0.0-dev"6254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6255dependencies = [6256 "frame-support",6257 "frame-system",6258 "log",6259 "pallet-balances",6260 "parity-scale-codec 3.2.1",6261 "scale-info",6262 "serde",6263 "sp-runtime",6264 "sp-staking",6265 "sp-std",6266]62676268[[package]]6269name = "pallet-offences-benchmarking"6270version = "4.0.0-dev"6271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6272dependencies = [6273 "frame-benchmarking",6274 "frame-election-provider-support",6275 "frame-support",6276 "frame-system",6277 "pallet-babe",6278 "pallet-balances",6279 "pallet-grandpa",6280 "pallet-im-online",6281 "pallet-offences",6282 "pallet-session",6283 "pallet-staking",6284 "parity-scale-codec 3.2.1",6285 "scale-info",6286 "sp-runtime",6287 "sp-staking",6288 "sp-std",6289]62906291[[package]]6292name = "pallet-preimage"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6295dependencies = [6296 "frame-benchmarking",6297 "frame-support",6298 "frame-system",6299 "parity-scale-codec 3.2.1",6300 "scale-info",6301 "sp-core",6302 "sp-io",6303 "sp-runtime",6304 "sp-std",6305]63066307[[package]]6308name = "pallet-proxy"6309version = "4.0.0-dev"6310source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6311dependencies = [6312 "frame-benchmarking",6313 "frame-support",6314 "frame-system",6315 "parity-scale-codec 3.2.1",6316 "scale-info",6317 "sp-io",6318 "sp-runtime",6319 "sp-std",6320]63216322[[package]]6323name = "pallet-randomness-collective-flip"6324version = "4.0.0-dev"6325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6326dependencies = [6327 "frame-support",6328 "frame-system",6329 "parity-scale-codec 3.2.1",6330 "safe-mix",6331 "scale-info",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-recovery"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6340dependencies = [6341 "frame-benchmarking",6342 "frame-support",6343 "frame-system",6344 "parity-scale-codec 3.2.1",6345 "scale-info",6346 "sp-io",6347 "sp-runtime",6348 "sp-std",6349]63506351[[package]]6352name = "pallet-refungible"6353version = "0.2.4"6354dependencies = [6355 "derivative",6356 "ethereum",6357 "evm-coder",6358 "frame-benchmarking",6359 "frame-support",6360 "frame-system",6361 "pallet-common",6362 "pallet-evm",6363 "pallet-evm-coder-substrate",6364 "pallet-structure",6365 "parity-scale-codec 3.2.1",6366 "scale-info",6367 "sp-core",6368 "sp-runtime",6369 "sp-std",6370 "struct-versioning",6371 "up-data-structs",6372]63736374[[package]]6375name = "pallet-rmrk-core"6376version = "0.1.2"6377dependencies = [6378 "derivative",6379 "frame-benchmarking",6380 "frame-support",6381 "frame-system",6382 "pallet-common",6383 "pallet-evm",6384 "pallet-nonfungible",6385 "pallet-structure",6386 "parity-scale-codec 3.2.1",6387 "rmrk-traits",6388 "scale-info",6389 "sp-core",6390 "sp-runtime",6391 "sp-std",6392 "up-data-structs",6393]63946395[[package]]6396name = "pallet-rmrk-equip"6397version = "0.1.2"6398dependencies = [6399 "frame-benchmarking",6400 "frame-support",6401 "frame-system",6402 "pallet-common",6403 "pallet-evm",6404 "pallet-nonfungible",6405 "pallet-rmrk-core",6406 "parity-scale-codec 3.2.1",6407 "rmrk-traits",6408 "scale-info",6409 "sp-core",6410 "sp-runtime",6411 "sp-std",6412 "up-data-structs",6413]64146415[[package]]6416name = "pallet-scheduler"6417version = "4.0.0-dev"6418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6419dependencies = [6420 "frame-benchmarking",6421 "frame-support",6422 "frame-system",6423 "log",6424 "parity-scale-codec 3.2.1",6425 "scale-info",6426 "sp-io",6427 "sp-runtime",6428 "sp-std",6429]64306431[[package]]6432name = "pallet-session"6433version = "4.0.0-dev"6434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6435dependencies = [6436 "frame-support",6437 "frame-system",6438 "impl-trait-for-tuples",6439 "log",6440 "pallet-timestamp",6441 "parity-scale-codec 3.2.1",6442 "scale-info",6443 "sp-core",6444 "sp-io",6445 "sp-runtime",6446 "sp-session",6447 "sp-staking",6448 "sp-std",6449 "sp-trie",6450]64516452[[package]]6453name = "pallet-session-benchmarking"6454version = "4.0.0-dev"6455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6456dependencies = [6457 "frame-benchmarking",6458 "frame-support",6459 "frame-system",6460 "pallet-session",6461 "pallet-staking",6462 "rand 0.7.3",6463 "sp-runtime",6464 "sp-session",6465 "sp-std",6466]64676468[[package]]6469name = "pallet-society"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6472dependencies = [6473 "frame-support",6474 "frame-system",6475 "parity-scale-codec 3.2.1",6476 "rand_chacha 0.2.2",6477 "scale-info",6478 "sp-runtime",6479 "sp-std",6480]64816482[[package]]6483name = "pallet-staking"6484version = "4.0.0-dev"6485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6486dependencies = [6487 "frame-benchmarking",6488 "frame-election-provider-support",6489 "frame-support",6490 "frame-system",6491 "log",6492 "pallet-authorship",6493 "pallet-session",6494 "parity-scale-codec 3.2.1",6495 "rand_chacha 0.2.2",6496 "scale-info",6497 "serde",6498 "sp-application-crypto",6499 "sp-io",6500 "sp-runtime",6501 "sp-staking",6502 "sp-std",6503]65046505[[package]]6506name = "pallet-staking-reward-curve"6507version = "4.0.0-dev"6508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6509dependencies = [6510 "proc-macro-crate",6511 "proc-macro2",6512 "quote",6513 "syn",6514]65156516[[package]]6517name = "pallet-staking-reward-fn"6518version = "4.0.0-dev"6519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6520dependencies = [6521 "log",6522 "sp-arithmetic",6523]65246525[[package]]6526name = "pallet-structure"6527version = "0.1.2"6528dependencies = [6529 "frame-benchmarking",6530 "frame-support",6531 "frame-system",6532 "pallet-common",6533 "pallet-evm",6534 "parity-scale-codec 3.2.1",6535 "scale-info",6536 "sp-std",6537 "up-data-structs",6538]65396540[[package]]6541name = "pallet-sudo"6542version = "4.0.0-dev"6543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6544dependencies = [6545 "frame-support",6546 "frame-system",6547 "parity-scale-codec 3.2.1",6548 "scale-info",6549 "sp-io",6550 "sp-runtime",6551 "sp-std",6552]65536554[[package]]6555name = "pallet-template-transaction-payment"6556version = "3.0.0"6557source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.29#2917e3c58a51d3654788326197cb3e1eab7febae"6558dependencies = [6559 "frame-benchmarking",6560 "frame-support",6561 "frame-system",6562 "pallet-balances",6563 "pallet-transaction-payment",6564 "parity-scale-codec 3.2.1",6565 "scale-info",6566 "serde",6567 "sp-core",6568 "sp-io",6569 "sp-runtime",6570 "sp-std",6571 "up-sponsorship",6572]65736574[[package]]6575name = "pallet-timestamp"6576version = "4.0.0-dev"6577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6578dependencies = [6579 "frame-benchmarking",6580 "frame-support",6581 "frame-system",6582 "log",6583 "parity-scale-codec 3.2.1",6584 "scale-info",6585 "sp-inherents",6586 "sp-io",6587 "sp-runtime",6588 "sp-std",6589 "sp-timestamp",6590]65916592[[package]]6593name = "pallet-tips"6594version = "4.0.0-dev"6595source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6596dependencies = [6597 "frame-benchmarking",6598 "frame-support",6599 "frame-system",6600 "log",6601 "pallet-treasury",6602 "parity-scale-codec 3.2.1",6603 "scale-info",6604 "serde",6605 "sp-core",6606 "sp-io",6607 "sp-runtime",6608 "sp-std",6609]66106611[[package]]6612name = "pallet-transaction-payment"6613version = "4.0.0-dev"6614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6615dependencies = [6616 "frame-support",6617 "frame-system",6618 "parity-scale-codec 3.2.1",6619 "scale-info",6620 "serde",6621 "sp-core",6622 "sp-io",6623 "sp-runtime",6624 "sp-std",6625]66266627[[package]]6628name = "pallet-transaction-payment-rpc"6629version = "4.0.0-dev"6630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6631dependencies = [6632 "jsonrpsee",6633 "pallet-transaction-payment-rpc-runtime-api",6634 "parity-scale-codec 3.2.1",6635 "sp-api",6636 "sp-blockchain",6637 "sp-core",6638 "sp-rpc",6639 "sp-runtime",6640]66416642[[package]]6643name = "pallet-transaction-payment-rpc-runtime-api"6644version = "4.0.0-dev"6645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6646dependencies = [6647 "pallet-transaction-payment",6648 "parity-scale-codec 3.2.1",6649 "sp-api",6650 "sp-runtime",6651]66526653[[package]]6654name = "pallet-treasury"6655version = "4.0.0-dev"6656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6657dependencies = [6658 "frame-benchmarking",6659 "frame-support",6660 "frame-system",6661 "impl-trait-for-tuples",6662 "pallet-balances",6663 "parity-scale-codec 3.2.1",6664 "scale-info",6665 "serde",6666 "sp-runtime",6667 "sp-std",6668]66696670[[package]]6671name = "pallet-unique"6672version = "0.2.0"6673dependencies = [6674 "ethereum",6675 "evm-coder",6676 "frame-benchmarking",6677 "frame-support",6678 "frame-system",6679 "pallet-common",6680 "pallet-evm",6681 "pallet-evm-coder-substrate",6682 "pallet-nonfungible",6683 "pallet-refungible",6684 "parity-scale-codec 3.2.1",6685 "scale-info",6686 "serde",6687 "sp-core",6688 "sp-io",6689 "sp-runtime",6690 "sp-std",6691 "up-data-structs",6692]66936694[[package]]6695name = "pallet-unique-scheduler"6696version = "0.1.1"6697dependencies = [6698 "frame-benchmarking",6699 "frame-support",6700 "frame-system",6701 "log",6702 "parity-scale-codec 3.2.1",6703 "scale-info",6704 "serde",6705 "sp-core",6706 "sp-io",6707 "sp-runtime",6708 "sp-std",6709 "substrate-test-utils",6710 "up-sponsorship",6711]67126713[[package]]6714name = "pallet-utility"6715version = "4.0.0-dev"6716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6717dependencies = [6718 "frame-benchmarking",6719 "frame-support",6720 "frame-system",6721 "parity-scale-codec 3.2.1",6722 "scale-info",6723 "sp-core",6724 "sp-io",6725 "sp-runtime",6726 "sp-std",6727]67286729[[package]]6730name = "pallet-vesting"6731version = "4.0.0-dev"6732source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6733dependencies = [6734 "frame-benchmarking",6735 "frame-support",6736 "frame-system",6737 "log",6738 "parity-scale-codec 3.2.1",6739 "scale-info",6740 "sp-runtime",6741 "sp-std",6742]67436744[[package]]6745name = "pallet-xcm"6746version = "0.9.29"6747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"6748dependencies = [6749 "frame-support",6750 "frame-system",6751 "log",6752 "parity-scale-codec 3.2.1",6753 "scale-info",6754 "serde",6755 "sp-core",6756 "sp-runtime",6757 "sp-std",6758 "xcm",6759 "xcm-executor",6760]67616762[[package]]6763name = "pallet-xcm-benchmarks"6764version = "0.9.29"6765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"6766dependencies = [6767 "frame-benchmarking",6768 "frame-support",6769 "frame-system",6770 "log",6771 "parity-scale-codec 3.2.1",6772 "scale-info",6773 "sp-runtime",6774 "sp-std",6775 "xcm",6776 "xcm-executor",6777]67786779[[package]]6780name = "parachain-info"6781version = "0.1.0"6782source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"6783dependencies = [6784 "cumulus-primitives-core",6785 "frame-support",6786 "frame-system",6787 "parity-scale-codec 3.2.1",6788 "scale-info",6789 "serde",6790]67916792[[package]]6793name = "parity-db"6794version = "0.3.17"6795source = "registry+https://github.com/rust-lang/crates.io-index"6796checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6797dependencies = [6798 "blake2-rfc",6799 "crc32fast",6800 "fs2",6801 "hex",6802 "libc",6803 "log",6804 "lz4",6805 "memmap2",6806 "parking_lot 0.12.1",6807 "rand 0.8.5",6808 "snap",6809]68106811[[package]]6812name = "parity-scale-codec"6813version = "2.3.1"6814source = "registry+https://github.com/rust-lang/crates.io-index"6815checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6816dependencies = [6817 "arrayvec 0.7.2",6818 "bitvec 0.20.4",6819 "byte-slice-cast",6820 "impl-trait-for-tuples",6821 "parity-scale-codec-derive 2.3.1",6822 "serde",6823]68246825[[package]]6826name = "parity-scale-codec"6827version = "3.2.1"6828source = "registry+https://github.com/rust-lang/crates.io-index"6829checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6830dependencies = [6831 "arrayvec 0.7.2",6832 "bitvec 1.0.1",6833 "byte-slice-cast",6834 "bytes",6835 "impl-trait-for-tuples",6836 "parity-scale-codec-derive 3.1.3",6837 "serde",6838]68396840[[package]]6841name = "parity-scale-codec-derive"6842version = "2.3.1"6843source = "registry+https://github.com/rust-lang/crates.io-index"6844checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6845dependencies = [6846 "proc-macro-crate",6847 "proc-macro2",6848 "quote",6849 "syn",6850]68516852[[package]]6853name = "parity-scale-codec-derive"6854version = "3.1.3"6855source = "registry+https://github.com/rust-lang/crates.io-index"6856checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6857dependencies = [6858 "proc-macro-crate",6859 "proc-macro2",6860 "quote",6861 "syn",6862]68636864[[package]]6865name = "parity-send-wrapper"6866version = "0.1.0"6867source = "registry+https://github.com/rust-lang/crates.io-index"6868checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68696870[[package]]6871name = "parity-util-mem"6872version = "0.11.0"6873source = "registry+https://github.com/rust-lang/crates.io-index"6874checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6875dependencies = [6876 "cfg-if 1.0.0",6877 "ethereum-types",6878 "hashbrown 0.12.3",6879 "impl-trait-for-tuples",6880 "lru 0.7.8",6881 "parity-util-mem-derive",6882 "parking_lot 0.12.1",6883 "primitive-types",6884 "smallvec",6885 "winapi",6886]68876888[[package]]6889name = "parity-util-mem-derive"6890version = "0.1.0"6891source = "registry+https://github.com/rust-lang/crates.io-index"6892checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6893dependencies = [6894 "proc-macro2",6895 "syn",6896 "synstructure",6897]68986899[[package]]6900name = "parity-wasm"6901version = "0.32.0"6902source = "registry+https://github.com/rust-lang/crates.io-index"6903checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6904dependencies = [6905 "byteorder",6906]69076908[[package]]6909name = "parity-wasm"6910version = "0.42.2"6911source = "registry+https://github.com/rust-lang/crates.io-index"6912checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"69136914[[package]]6915name = "parking"6916version = "2.0.0"6917source = "registry+https://github.com/rust-lang/crates.io-index"6918checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"69196920[[package]]6921name = "parking_lot"6922version = "0.11.2"6923source = "registry+https://github.com/rust-lang/crates.io-index"6924checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6925dependencies = [6926 "instant",6927 "lock_api",6928 "parking_lot_core 0.8.5",6929]69306931[[package]]6932name = "parking_lot"6933version = "0.12.1"6934source = "registry+https://github.com/rust-lang/crates.io-index"6935checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6936dependencies = [6937 "lock_api",6938 "parking_lot_core 0.9.3",6939]69406941[[package]]6942name = "parking_lot_core"6943version = "0.8.5"6944source = "registry+https://github.com/rust-lang/crates.io-index"6945checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6946dependencies = [6947 "cfg-if 1.0.0",6948 "instant",6949 "libc",6950 "redox_syscall",6951 "smallvec",6952 "winapi",6953]69546955[[package]]6956name = "parking_lot_core"6957version = "0.9.3"6958source = "registry+https://github.com/rust-lang/crates.io-index"6959checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6960dependencies = [6961 "cfg-if 1.0.0",6962 "libc",6963 "redox_syscall",6964 "smallvec",6965 "windows-sys",6966]69676968[[package]]6969name = "paste"6970version = "1.0.9"6971source = "registry+https://github.com/rust-lang/crates.io-index"6972checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"69736974[[package]]6975name = "pbkdf2"6976version = "0.4.0"6977source = "registry+https://github.com/rust-lang/crates.io-index"6978checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6979dependencies = [6980 "crypto-mac 0.8.0",6981]69826983[[package]]6984name = "pbkdf2"6985version = "0.8.0"6986source = "registry+https://github.com/rust-lang/crates.io-index"6987checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6988dependencies = [6989 "crypto-mac 0.11.1",6990]69916992[[package]]6993name = "peeking_take_while"6994version = "0.1.2"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69976998[[package]]6999name = "percent-encoding"7000version = "2.2.0"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"70037004[[package]]7005name = "pest"7006version = "2.4.0"7007source = "registry+https://github.com/rust-lang/crates.io-index"7008checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7009dependencies = [7010 "thiserror",7011 "ucd-trie",7012]70137014[[package]]7015name = "pest_derive"7016version = "2.4.0"7017source = "registry+https://github.com/rust-lang/crates.io-index"7018checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7019dependencies = [7020 "pest",7021 "pest_generator",7022]70237024[[package]]7025name = "pest_generator"7026version = "2.4.0"7027source = "registry+https://github.com/rust-lang/crates.io-index"7028checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7029dependencies = [7030 "pest",7031 "pest_meta",7032 "proc-macro2",7033 "quote",7034 "syn",7035]70367037[[package]]7038name = "pest_meta"7039version = "2.4.0"7040source = "registry+https://github.com/rust-lang/crates.io-index"7041checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7042dependencies = [7043 "once_cell",7044 "pest",7045 "sha1",7046]70477048[[package]]7049name = "petgraph"7050version = "0.6.2"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7053dependencies = [7054 "fixedbitset",7055 "indexmap",7056]70577058[[package]]7059name = "pin-project"7060version = "1.0.12"7061source = "registry+https://github.com/rust-lang/crates.io-index"7062checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7063dependencies = [7064 "pin-project-internal",7065]70667067[[package]]7068name = "pin-project-internal"7069version = "1.0.12"7070source = "registry+https://github.com/rust-lang/crates.io-index"7071checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7072dependencies = [7073 "proc-macro2",7074 "quote",7075 "syn",7076]70777078[[package]]7079name = "pin-project-lite"7080version = "0.1.12"7081source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70837084[[package]]7085name = "pin-project-lite"7086version = "0.2.9"7087source = "registry+https://github.com/rust-lang/crates.io-index"7088checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70897090[[package]]7091name = "pin-utils"7092version = "0.1.0"7093source = "registry+https://github.com/rust-lang/crates.io-index"7094checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70957096[[package]]7097name = "pkg-config"7098version = "0.3.25"7099source = "registry+https://github.com/rust-lang/crates.io-index"7100checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"71017102[[package]]7103name = "platforms"7104version = "2.0.0"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"71077108[[package]]7109name = "polkadot-approval-distribution"7110version = "0.9.29"7111source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7112dependencies = [7113 "futures 0.3.24",7114 "polkadot-node-network-protocol",7115 "polkadot-node-primitives",7116 "polkadot-node-subsystem",7117 "polkadot-node-subsystem-util",7118 "polkadot-primitives",7119 "rand 0.8.5",7120 "tracing-gum",7121]71227123[[package]]7124name = "polkadot-availability-bitfield-distribution"7125version = "0.9.29"7126source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7127dependencies = [7128 "futures 0.3.24",7129 "polkadot-node-network-protocol",7130 "polkadot-node-subsystem",7131 "polkadot-node-subsystem-util",7132 "polkadot-primitives",7133 "rand 0.8.5",7134 "tracing-gum",7135]71367137[[package]]7138name = "polkadot-availability-distribution"7139version = "0.9.29"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7141dependencies = [7142 "derive_more",7143 "fatality",7144 "futures 0.3.24",7145 "lru 0.7.8",7146 "parity-scale-codec 3.2.1",7147 "polkadot-erasure-coding",7148 "polkadot-node-network-protocol",7149 "polkadot-node-primitives",7150 "polkadot-node-subsystem",7151 "polkadot-node-subsystem-util",7152 "polkadot-primitives",7153 "rand 0.8.5",7154 "sp-core",7155 "sp-keystore",7156 "thiserror",7157 "tracing-gum",7158]71597160[[package]]7161name = "polkadot-availability-recovery"7162version = "0.9.29"7163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7164dependencies = [7165 "fatality",7166 "futures 0.3.24",7167 "lru 0.7.8",7168 "parity-scale-codec 3.2.1",7169 "polkadot-erasure-coding",7170 "polkadot-node-network-protocol",7171 "polkadot-node-primitives",7172 "polkadot-node-subsystem",7173 "polkadot-node-subsystem-util",7174 "polkadot-primitives",7175 "rand 0.8.5",7176 "sc-network",7177 "thiserror",7178 "tracing-gum",7179]71807181[[package]]7182name = "polkadot-cli"7183version = "0.9.29"7184source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7185dependencies = [7186 "clap",7187 "frame-benchmarking-cli",7188 "futures 0.3.24",7189 "log",7190 "polkadot-client",7191 "polkadot-node-core-pvf",7192 "polkadot-node-metrics",7193 "polkadot-performance-test",7194 "polkadot-service",7195 "sc-cli",7196 "sc-service",7197 "sc-sysinfo",7198 "sc-tracing",7199 "sp-core",7200 "sp-keyring",7201 "sp-trie",7202 "substrate-build-script-utils",7203 "thiserror",7204 "try-runtime-cli",7205]72067207[[package]]7208name = "polkadot-client"7209version = "0.9.29"7210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7211dependencies = [7212 "beefy-primitives",7213 "frame-benchmarking",7214 "frame-benchmarking-cli",7215 "frame-system",7216 "frame-system-rpc-runtime-api",7217 "pallet-transaction-payment",7218 "pallet-transaction-payment-rpc-runtime-api",7219 "polkadot-core-primitives",7220 "polkadot-node-core-parachains-inherent",7221 "polkadot-primitives",7222 "polkadot-runtime",7223 "polkadot-runtime-common",7224 "sc-client-api",7225 "sc-consensus",7226 "sc-executor",7227 "sc-service",7228 "sp-api",7229 "sp-authority-discovery",7230 "sp-block-builder",7231 "sp-blockchain",7232 "sp-consensus",7233 "sp-consensus-babe",7234 "sp-core",7235 "sp-finality-grandpa",7236 "sp-inherents",7237 "sp-keyring",7238 "sp-mmr-primitives",7239 "sp-offchain",7240 "sp-runtime",7241 "sp-session",7242 "sp-storage",7243 "sp-timestamp",7244 "sp-transaction-pool",7245]72467247[[package]]7248name = "polkadot-collator-protocol"7249version = "0.9.29"7250source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7251dependencies = [7252 "always-assert",7253 "fatality",7254 "futures 0.3.24",7255 "futures-timer",7256 "polkadot-node-network-protocol",7257 "polkadot-node-primitives",7258 "polkadot-node-subsystem",7259 "polkadot-node-subsystem-util",7260 "polkadot-primitives",7261 "sp-core",7262 "sp-keystore",7263 "sp-runtime",7264 "thiserror",7265 "tracing-gum",7266]72677268[[package]]7269name = "polkadot-core-primitives"7270version = "0.9.29"7271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7272dependencies = [7273 "parity-scale-codec 3.2.1",7274 "parity-util-mem",7275 "scale-info",7276 "sp-core",7277 "sp-runtime",7278 "sp-std",7279]72807281[[package]]7282name = "polkadot-dispute-distribution"7283version = "0.9.29"7284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7285dependencies = [7286 "derive_more",7287 "fatality",7288 "futures 0.3.24",7289 "lru 0.7.8",7290 "parity-scale-codec 3.2.1",7291 "polkadot-erasure-coding",7292 "polkadot-node-network-protocol",7293 "polkadot-node-primitives",7294 "polkadot-node-subsystem",7295 "polkadot-node-subsystem-util",7296 "polkadot-primitives",7297 "sc-network",7298 "sp-application-crypto",7299 "sp-keystore",7300 "thiserror",7301 "tracing-gum",7302]73037304[[package]]7305name = "polkadot-erasure-coding"7306version = "0.9.29"7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7308dependencies = [7309 "parity-scale-codec 3.2.1",7310 "polkadot-node-primitives",7311 "polkadot-primitives",7312 "reed-solomon-novelpoly",7313 "sp-core",7314 "sp-trie",7315 "thiserror",7316]73177318[[package]]7319name = "polkadot-gossip-support"7320version = "0.9.29"7321source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7322dependencies = [7323 "futures 0.3.24",7324 "futures-timer",7325 "polkadot-node-network-protocol",7326 "polkadot-node-subsystem",7327 "polkadot-node-subsystem-util",7328 "polkadot-primitives",7329 "rand 0.8.5",7330 "rand_chacha 0.3.1",7331 "sc-network",7332 "sp-application-crypto",7333 "sp-core",7334 "sp-keystore",7335 "tracing-gum",7336]73377338[[package]]7339name = "polkadot-network-bridge"7340version = "0.9.29"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7342dependencies = [7343 "always-assert",7344 "async-trait",7345 "bytes",7346 "fatality",7347 "futures 0.3.24",7348 "parity-scale-codec 3.2.1",7349 "parking_lot 0.12.1",7350 "polkadot-node-network-protocol",7351 "polkadot-node-subsystem",7352 "polkadot-node-subsystem-util",7353 "polkadot-overseer",7354 "polkadot-primitives",7355 "sc-network",7356 "sc-network-common",7357 "sp-consensus",7358 "thiserror",7359 "tracing-gum",7360]73617362[[package]]7363name = "polkadot-node-collation-generation"7364version = "0.9.29"7365source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7366dependencies = [7367 "futures 0.3.24",7368 "parity-scale-codec 3.2.1",7369 "polkadot-erasure-coding",7370 "polkadot-node-primitives",7371 "polkadot-node-subsystem",7372 "polkadot-node-subsystem-util",7373 "polkadot-primitives",7374 "sp-core",7375 "sp-maybe-compressed-blob",7376 "thiserror",7377 "tracing-gum",7378]73797380[[package]]7381name = "polkadot-node-core-approval-voting"7382version = "0.9.29"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7384dependencies = [7385 "bitvec 1.0.1",7386 "derive_more",7387 "futures 0.3.24",7388 "futures-timer",7389 "kvdb",7390 "lru 0.7.8",7391 "merlin",7392 "parity-scale-codec 3.2.1",7393 "polkadot-node-jaeger",7394 "polkadot-node-primitives",7395 "polkadot-node-subsystem",7396 "polkadot-node-subsystem-util",7397 "polkadot-overseer",7398 "polkadot-primitives",7399 "sc-keystore",7400 "schnorrkel",7401 "sp-application-crypto",7402 "sp-consensus",7403 "sp-consensus-slots",7404 "sp-runtime",7405 "thiserror",7406 "tracing-gum",7407]74087409[[package]]7410name = "polkadot-node-core-av-store"7411version = "0.9.29"7412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7413dependencies = [7414 "bitvec 1.0.1",7415 "futures 0.3.24",7416 "futures-timer",7417 "kvdb",7418 "parity-scale-codec 3.2.1",7419 "polkadot-erasure-coding",7420 "polkadot-node-primitives",7421 "polkadot-node-subsystem",7422 "polkadot-node-subsystem-util",7423 "polkadot-overseer",7424 "polkadot-primitives",7425 "thiserror",7426 "tracing-gum",7427]74287429[[package]]7430name = "polkadot-node-core-backing"7431version = "0.9.29"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7433dependencies = [7434 "bitvec 1.0.1",7435 "fatality",7436 "futures 0.3.24",7437 "polkadot-erasure-coding",7438 "polkadot-node-primitives",7439 "polkadot-node-subsystem",7440 "polkadot-node-subsystem-util",7441 "polkadot-primitives",7442 "polkadot-statement-table",7443 "sp-keystore",7444 "thiserror",7445 "tracing-gum",7446]74477448[[package]]7449name = "polkadot-node-core-bitfield-signing"7450version = "0.9.29"7451source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7452dependencies = [7453 "futures 0.3.24",7454 "polkadot-node-subsystem",7455 "polkadot-node-subsystem-util",7456 "polkadot-primitives",7457 "sp-keystore",7458 "thiserror",7459 "tracing-gum",7460 "wasm-timer",7461]74627463[[package]]7464name = "polkadot-node-core-candidate-validation"7465version = "0.9.29"7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7467dependencies = [7468 "async-trait",7469 "futures 0.3.24",7470 "parity-scale-codec 3.2.1",7471 "polkadot-node-core-pvf",7472 "polkadot-node-primitives",7473 "polkadot-node-subsystem",7474 "polkadot-node-subsystem-util",7475 "polkadot-parachain",7476 "polkadot-primitives",7477 "sp-maybe-compressed-blob",7478 "tracing-gum",7479]74807481[[package]]7482name = "polkadot-node-core-chain-api"7483version = "0.9.29"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7485dependencies = [7486 "futures 0.3.24",7487 "polkadot-node-subsystem",7488 "polkadot-node-subsystem-util",7489 "polkadot-primitives",7490 "sc-client-api",7491 "sc-consensus-babe",7492 "sp-blockchain",7493 "tracing-gum",7494]74957496[[package]]7497name = "polkadot-node-core-chain-selection"7498version = "0.9.29"7499source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7500dependencies = [7501 "futures 0.3.24",7502 "futures-timer",7503 "kvdb",7504 "parity-scale-codec 3.2.1",7505 "polkadot-node-primitives",7506 "polkadot-node-subsystem",7507 "polkadot-node-subsystem-util",7508 "polkadot-primitives",7509 "thiserror",7510 "tracing-gum",7511]75127513[[package]]7514name = "polkadot-node-core-dispute-coordinator"7515version = "0.9.29"7516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7517dependencies = [7518 "fatality",7519 "futures 0.3.24",7520 "kvdb",7521 "lru 0.7.8",7522 "parity-scale-codec 3.2.1",7523 "polkadot-node-primitives",7524 "polkadot-node-subsystem",7525 "polkadot-node-subsystem-util",7526 "polkadot-primitives",7527 "sc-keystore",7528 "thiserror",7529 "tracing-gum",7530]75317532[[package]]7533name = "polkadot-node-core-parachains-inherent"7534version = "0.9.29"7535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7536dependencies = [7537 "async-trait",7538 "futures 0.3.24",7539 "futures-timer",7540 "polkadot-node-subsystem",7541 "polkadot-primitives",7542 "sp-blockchain",7543 "sp-inherents",7544 "sp-runtime",7545 "thiserror",7546 "tracing-gum",7547]75487549[[package]]7550name = "polkadot-node-core-provisioner"7551version = "0.9.29"7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7553dependencies = [7554 "bitvec 1.0.1",7555 "fatality",7556 "futures 0.3.24",7557 "futures-timer",7558 "polkadot-node-primitives",7559 "polkadot-node-subsystem",7560 "polkadot-node-subsystem-util",7561 "polkadot-primitives",7562 "rand 0.8.5",7563 "thiserror",7564 "tracing-gum",7565]75667567[[package]]7568name = "polkadot-node-core-pvf"7569version = "0.9.29"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7571dependencies = [7572 "always-assert",7573 "assert_matches",7574 "async-process",7575 "async-std",7576 "futures 0.3.24",7577 "futures-timer",7578 "parity-scale-codec 3.2.1",7579 "pin-project",7580 "polkadot-core-primitives",7581 "polkadot-node-subsystem-util",7582 "polkadot-parachain",7583 "rand 0.8.5",7584 "rayon",7585 "sc-executor",7586 "sc-executor-common",7587 "sc-executor-wasmtime",7588 "slotmap",7589 "sp-core",7590 "sp-externalities",7591 "sp-io",7592 "sp-maybe-compressed-blob",7593 "sp-tracing",7594 "sp-wasm-interface",7595 "tempfile",7596 "tracing-gum",7597]75987599[[package]]7600name = "polkadot-node-core-pvf-checker"7601version = "0.9.29"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7603dependencies = [7604 "futures 0.3.24",7605 "polkadot-node-primitives",7606 "polkadot-node-subsystem",7607 "polkadot-node-subsystem-util",7608 "polkadot-overseer",7609 "polkadot-primitives",7610 "sp-keystore",7611 "thiserror",7612 "tracing-gum",7613]76147615[[package]]7616name = "polkadot-node-core-runtime-api"7617version = "0.9.29"7618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7619dependencies = [7620 "futures 0.3.24",7621 "memory-lru",7622 "parity-util-mem",7623 "polkadot-node-subsystem",7624 "polkadot-node-subsystem-types",7625 "polkadot-node-subsystem-util",7626 "polkadot-primitives",7627 "sp-consensus-babe",7628 "tracing-gum",7629]76307631[[package]]7632name = "polkadot-node-jaeger"7633version = "0.9.29"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7635dependencies = [7636 "async-std",7637 "lazy_static",7638 "log",7639 "mick-jaeger",7640 "parity-scale-codec 3.2.1",7641 "parking_lot 0.12.1",7642 "polkadot-node-primitives",7643 "polkadot-primitives",7644 "sc-network",7645 "sp-core",7646 "thiserror",7647]76487649[[package]]7650name = "polkadot-node-metrics"7651version = "0.9.29"7652source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7653dependencies = [7654 "bs58",7655 "futures 0.3.24",7656 "futures-timer",7657 "log",7658 "parity-scale-codec 3.2.1",7659 "polkadot-primitives",7660 "prioritized-metered-channel",7661 "sc-cli",7662 "sc-service",7663 "sc-tracing",7664 "substrate-prometheus-endpoint",7665 "tracing-gum",7666]76677668[[package]]7669name = "polkadot-node-network-protocol"7670version = "0.9.29"7671source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7672dependencies = [7673 "async-trait",7674 "derive_more",7675 "fatality",7676 "futures 0.3.24",7677 "hex",7678 "parity-scale-codec 3.2.1",7679 "polkadot-node-jaeger",7680 "polkadot-node-primitives",7681 "polkadot-primitives",7682 "rand 0.8.5",7683 "sc-authority-discovery",7684 "sc-network",7685 "strum",7686 "thiserror",7687 "tracing-gum",7688]76897690[[package]]7691name = "polkadot-node-primitives"7692version = "0.9.29"7693source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7694dependencies = [7695 "bounded-vec",7696 "futures 0.3.24",7697 "parity-scale-codec 3.2.1",7698 "polkadot-parachain",7699 "polkadot-primitives",7700 "schnorrkel",7701 "serde",7702 "sp-application-crypto",7703 "sp-consensus-babe",7704 "sp-consensus-vrf",7705 "sp-core",7706 "sp-keystore",7707 "sp-maybe-compressed-blob",7708 "thiserror",7709 "zstd",7710]77117712[[package]]7713name = "polkadot-node-subsystem"7714version = "0.9.29"7715source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7716dependencies = [7717 "polkadot-node-jaeger",7718 "polkadot-node-subsystem-types",7719 "polkadot-overseer",7720]77217722[[package]]7723name = "polkadot-node-subsystem-types"7724version = "0.9.29"7725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7726dependencies = [7727 "async-trait",7728 "derive_more",7729 "futures 0.3.24",7730 "orchestra",7731 "polkadot-node-jaeger",7732 "polkadot-node-network-protocol",7733 "polkadot-node-primitives",7734 "polkadot-primitives",7735 "polkadot-statement-table",7736 "sc-network",7737 "smallvec",7738 "sp-api",7739 "sp-authority-discovery",7740 "sp-consensus-babe",7741 "substrate-prometheus-endpoint",7742 "thiserror",7743]77447745[[package]]7746name = "polkadot-node-subsystem-util"7747version = "0.9.29"7748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7749dependencies = [7750 "async-trait",7751 "derive_more",7752 "fatality",7753 "futures 0.3.24",7754 "itertools",7755 "kvdb",7756 "lru 0.7.8",7757 "parity-db",7758 "parity-scale-codec 3.2.1",7759 "parity-util-mem",7760 "parking_lot 0.11.2",7761 "pin-project",7762 "polkadot-node-jaeger",7763 "polkadot-node-metrics",7764 "polkadot-node-network-protocol",7765 "polkadot-node-primitives",7766 "polkadot-node-subsystem",7767 "polkadot-overseer",7768 "polkadot-primitives",7769 "prioritized-metered-channel",7770 "rand 0.8.5",7771 "sp-application-crypto",7772 "sp-core",7773 "sp-keystore",7774 "thiserror",7775 "tracing-gum",7776]77777778[[package]]7779name = "polkadot-overseer"7780version = "0.9.29"7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7782dependencies = [7783 "async-trait",7784 "futures 0.3.24",7785 "futures-timer",7786 "lru 0.7.8",7787 "orchestra",7788 "parity-util-mem",7789 "parking_lot 0.12.1",7790 "polkadot-node-metrics",7791 "polkadot-node-network-protocol",7792 "polkadot-node-primitives",7793 "polkadot-node-subsystem-types",7794 "polkadot-primitives",7795 "sc-client-api",7796 "sp-api",7797 "sp-core",7798 "tracing-gum",7799]78007801[[package]]7802name = "polkadot-parachain"7803version = "0.9.29"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7805dependencies = [7806 "derive_more",7807 "frame-support",7808 "parity-scale-codec 3.2.1",7809 "parity-util-mem",7810 "polkadot-core-primitives",7811 "scale-info",7812 "serde",7813 "sp-core",7814 "sp-runtime",7815 "sp-std",7816]78177818[[package]]7819name = "polkadot-performance-test"7820version = "0.9.29"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7822dependencies = [7823 "env_logger",7824 "kusama-runtime",7825 "log",7826 "polkadot-erasure-coding",7827 "polkadot-node-core-pvf",7828 "polkadot-node-primitives",7829 "quote",7830 "thiserror",7831]78327833[[package]]7834name = "polkadot-primitives"7835version = "0.9.29"7836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7837dependencies = [7838 "bitvec 1.0.1",7839 "frame-system",7840 "hex-literal",7841 "parity-scale-codec 3.2.1",7842 "parity-util-mem",7843 "polkadot-core-primitives",7844 "polkadot-parachain",7845 "scale-info",7846 "serde",7847 "sp-api",7848 "sp-application-crypto",7849 "sp-arithmetic",7850 "sp-authority-discovery",7851 "sp-consensus-slots",7852 "sp-core",7853 "sp-inherents",7854 "sp-io",7855 "sp-keystore",7856 "sp-runtime",7857 "sp-staking",7858 "sp-std",7859 "sp-trie",7860 "sp-version",7861]78627863[[package]]7864name = "polkadot-rpc"7865version = "0.9.29"7866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7867dependencies = [7868 "beefy-gadget",7869 "beefy-gadget-rpc",7870 "jsonrpsee",7871 "pallet-mmr-rpc",7872 "pallet-transaction-payment-rpc",7873 "polkadot-primitives",7874 "sc-chain-spec",7875 "sc-client-api",7876 "sc-consensus-babe",7877 "sc-consensus-babe-rpc",7878 "sc-consensus-epochs",7879 "sc-finality-grandpa",7880 "sc-finality-grandpa-rpc",7881 "sc-rpc",7882 "sc-sync-state-rpc",7883 "sc-transaction-pool-api",7884 "sp-api",7885 "sp-block-builder",7886 "sp-blockchain",7887 "sp-consensus",7888 "sp-consensus-babe",7889 "sp-keystore",7890 "sp-runtime",7891 "substrate-frame-rpc-system",7892 "substrate-state-trie-migration-rpc",7893]78947895[[package]]7896name = "polkadot-runtime"7897version = "0.9.29"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7899dependencies = [7900 "beefy-primitives",7901 "bitvec 1.0.1",7902 "frame-benchmarking",7903 "frame-election-provider-support",7904 "frame-executive",7905 "frame-support",7906 "frame-system",7907 "frame-system-benchmarking",7908 "frame-system-rpc-runtime-api",7909 "frame-try-runtime",7910 "hex-literal",7911 "log",7912 "pallet-authority-discovery",7913 "pallet-authorship",7914 "pallet-babe",7915 "pallet-bags-list",7916 "pallet-balances",7917 "pallet-bounties",7918 "pallet-child-bounties",7919 "pallet-collective",7920 "pallet-democracy",7921 "pallet-election-provider-multi-phase",7922 "pallet-election-provider-support-benchmarking",7923 "pallet-elections-phragmen",7924 "pallet-grandpa",7925 "pallet-identity",7926 "pallet-im-online",7927 "pallet-indices",7928 "pallet-membership",7929 "pallet-multisig",7930 "pallet-nomination-pools",7931 "pallet-nomination-pools-benchmarking",7932 "pallet-nomination-pools-runtime-api",7933 "pallet-offences",7934 "pallet-offences-benchmarking",7935 "pallet-preimage",7936 "pallet-proxy",7937 "pallet-scheduler",7938 "pallet-session",7939 "pallet-session-benchmarking",7940 "pallet-staking",7941 "pallet-staking-reward-curve",7942 "pallet-timestamp",7943 "pallet-tips",7944 "pallet-transaction-payment",7945 "pallet-transaction-payment-rpc-runtime-api",7946 "pallet-treasury",7947 "pallet-utility",7948 "pallet-vesting",7949 "pallet-xcm",7950 "parity-scale-codec 3.2.1",7951 "polkadot-primitives",7952 "polkadot-runtime-common",7953 "polkadot-runtime-constants",7954 "polkadot-runtime-parachains",7955 "rustc-hex",7956 "scale-info",7957 "serde",7958 "serde_derive",7959 "smallvec",7960 "sp-api",7961 "sp-authority-discovery",7962 "sp-block-builder",7963 "sp-consensus-babe",7964 "sp-core",7965 "sp-inherents",7966 "sp-io",7967 "sp-mmr-primitives",7968 "sp-npos-elections",7969 "sp-offchain",7970 "sp-runtime",7971 "sp-session",7972 "sp-staking",7973 "sp-std",7974 "sp-transaction-pool",7975 "sp-version",7976 "static_assertions",7977 "substrate-wasm-builder",7978 "xcm",7979 "xcm-builder",7980 "xcm-executor",7981]79827983[[package]]7984name = "polkadot-runtime-common"7985version = "0.9.29"7986source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7987dependencies = [7988 "beefy-primitives",7989 "bitvec 1.0.1",7990 "frame-benchmarking",7991 "frame-election-provider-support",7992 "frame-support",7993 "frame-system",7994 "impl-trait-for-tuples",7995 "libsecp256k1",7996 "log",7997 "pallet-authorship",7998 "pallet-babe",7999 "pallet-bags-list",8000 "pallet-balances",8001 "pallet-beefy-mmr",8002 "pallet-election-provider-multi-phase",8003 "pallet-session",8004 "pallet-staking",8005 "pallet-timestamp",8006 "pallet-transaction-payment",8007 "pallet-treasury",8008 "pallet-vesting",8009 "parity-scale-codec 3.2.1",8010 "polkadot-primitives",8011 "polkadot-runtime-parachains",8012 "rustc-hex",8013 "scale-info",8014 "serde",8015 "serde_derive",8016 "slot-range-helper",8017 "sp-api",8018 "sp-core",8019 "sp-inherents",8020 "sp-io",8021 "sp-npos-elections",8022 "sp-runtime",8023 "sp-session",8024 "sp-staking",8025 "sp-std",8026 "static_assertions",8027 "xcm",8028]80298030[[package]]8031name = "polkadot-runtime-constants"8032version = "0.9.29"8033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8034dependencies = [8035 "frame-support",8036 "polkadot-primitives",8037 "polkadot-runtime-common",8038 "smallvec",8039 "sp-runtime",8040]80418042[[package]]8043name = "polkadot-runtime-metrics"8044version = "0.9.29"8045source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8046dependencies = [8047 "bs58",8048 "parity-scale-codec 3.2.1",8049 "polkadot-primitives",8050 "sp-std",8051 "sp-tracing",8052]80538054[[package]]8055name = "polkadot-runtime-parachains"8056version = "0.9.29"8057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8058dependencies = [8059 "bitflags",8060 "bitvec 1.0.1",8061 "derive_more",8062 "frame-benchmarking",8063 "frame-support",8064 "frame-system",8065 "log",8066 "pallet-authority-discovery",8067 "pallet-authorship",8068 "pallet-babe",8069 "pallet-balances",8070 "pallet-session",8071 "pallet-staking",8072 "pallet-timestamp",8073 "pallet-vesting",8074 "parity-scale-codec 3.2.1",8075 "polkadot-primitives",8076 "polkadot-runtime-metrics",8077 "rand 0.8.5",8078 "rand_chacha 0.3.1",8079 "rustc-hex",8080 "scale-info",8081 "serde",8082 "sp-api",8083 "sp-application-crypto",8084 "sp-core",8085 "sp-inherents",8086 "sp-io",8087 "sp-keystore",8088 "sp-runtime",8089 "sp-session",8090 "sp-staking",8091 "sp-std",8092 "static_assertions",8093 "xcm",8094 "xcm-executor",8095]80968097[[package]]8098name = "polkadot-service"8099version = "0.9.29"8100source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8101dependencies = [8102 "async-trait",8103 "beefy-gadget",8104 "beefy-primitives",8105 "frame-support",8106 "frame-system-rpc-runtime-api",8107 "futures 0.3.24",8108 "hex-literal",8109 "kusama-runtime",8110 "kvdb",8111 "kvdb-rocksdb",8112 "lru 0.7.8",8113 "pallet-babe",8114 "pallet-im-online",8115 "pallet-staking",8116 "pallet-transaction-payment-rpc-runtime-api",8117 "parity-db",8118 "polkadot-approval-distribution",8119 "polkadot-availability-bitfield-distribution",8120 "polkadot-availability-distribution",8121 "polkadot-availability-recovery",8122 "polkadot-client",8123 "polkadot-collator-protocol",8124 "polkadot-dispute-distribution",8125 "polkadot-gossip-support",8126 "polkadot-network-bridge",8127 "polkadot-node-collation-generation",8128 "polkadot-node-core-approval-voting",8129 "polkadot-node-core-av-store",8130 "polkadot-node-core-backing",8131 "polkadot-node-core-bitfield-signing",8132 "polkadot-node-core-candidate-validation",8133 "polkadot-node-core-chain-api",8134 "polkadot-node-core-chain-selection",8135 "polkadot-node-core-dispute-coordinator",8136 "polkadot-node-core-parachains-inherent",8137 "polkadot-node-core-provisioner",8138 "polkadot-node-core-pvf-checker",8139 "polkadot-node-core-runtime-api",8140 "polkadot-node-network-protocol",8141 "polkadot-node-primitives",8142 "polkadot-node-subsystem",8143 "polkadot-node-subsystem-types",8144 "polkadot-node-subsystem-util",8145 "polkadot-overseer",8146 "polkadot-parachain",8147 "polkadot-primitives",8148 "polkadot-rpc",8149 "polkadot-runtime",8150 "polkadot-runtime-constants",8151 "polkadot-runtime-parachains",8152 "polkadot-statement-distribution",8153 "rococo-runtime",8154 "sc-authority-discovery",8155 "sc-basic-authorship",8156 "sc-block-builder",8157 "sc-chain-spec",8158 "sc-client-api",8159 "sc-client-db",8160 "sc-consensus",8161 "sc-consensus-babe",8162 "sc-consensus-slots",8163 "sc-executor",8164 "sc-finality-grandpa",8165 "sc-keystore",8166 "sc-network",8167 "sc-network-common",8168 "sc-offchain",8169 "sc-service",8170 "sc-sync-state-rpc",8171 "sc-sysinfo",8172 "sc-telemetry",8173 "sc-transaction-pool",8174 "serde",8175 "serde_json",8176 "sp-api",8177 "sp-authority-discovery",8178 "sp-block-builder",8179 "sp-blockchain",8180 "sp-consensus",8181 "sp-consensus-babe",8182 "sp-core",8183 "sp-finality-grandpa",8184 "sp-inherents",8185 "sp-io",8186 "sp-keystore",8187 "sp-offchain",8188 "sp-runtime",8189 "sp-session",8190 "sp-state-machine",8191 "sp-storage",8192 "sp-timestamp",8193 "sp-transaction-pool",8194 "sp-trie",8195 "substrate-prometheus-endpoint",8196 "thiserror",8197 "tracing-gum",8198 "westend-runtime",8199]82008201[[package]]8202name = "polkadot-statement-distribution"8203version = "0.9.29"8204source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8205dependencies = [8206 "arrayvec 0.5.2",8207 "fatality",8208 "futures 0.3.24",8209 "indexmap",8210 "parity-scale-codec 3.2.1",8211 "polkadot-node-network-protocol",8212 "polkadot-node-primitives",8213 "polkadot-node-subsystem",8214 "polkadot-node-subsystem-util",8215 "polkadot-primitives",8216 "sp-keystore",8217 "sp-staking",8218 "thiserror",8219 "tracing-gum",8220]82218222[[package]]8223name = "polkadot-statement-table"8224version = "0.9.29"8225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8226dependencies = [8227 "parity-scale-codec 3.2.1",8228 "polkadot-primitives",8229 "sp-core",8230]82318232[[package]]8233name = "polkadot-test-runtime"8234version = "0.9.29"8235source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8236dependencies = [8237 "beefy-primitives",8238 "bitvec 1.0.1",8239 "frame-election-provider-support",8240 "frame-executive",8241 "frame-support",8242 "frame-system",8243 "frame-system-rpc-runtime-api",8244 "log",8245 "pallet-authority-discovery",8246 "pallet-authorship",8247 "pallet-babe",8248 "pallet-balances",8249 "pallet-grandpa",8250 "pallet-indices",8251 "pallet-offences",8252 "pallet-session",8253 "pallet-staking",8254 "pallet-staking-reward-curve",8255 "pallet-sudo",8256 "pallet-timestamp",8257 "pallet-transaction-payment",8258 "pallet-transaction-payment-rpc-runtime-api",8259 "pallet-vesting",8260 "pallet-xcm",8261 "parity-scale-codec 3.2.1",8262 "polkadot-parachain",8263 "polkadot-primitives",8264 "polkadot-runtime-common",8265 "polkadot-runtime-parachains",8266 "rustc-hex",8267 "scale-info",8268 "serde",8269 "serde_derive",8270 "smallvec",8271 "sp-api",8272 "sp-authority-discovery",8273 "sp-block-builder",8274 "sp-consensus-babe",8275 "sp-core",8276 "sp-inherents",8277 "sp-io",8278 "sp-mmr-primitives",8279 "sp-offchain",8280 "sp-runtime",8281 "sp-session",8282 "sp-staking",8283 "sp-std",8284 "sp-transaction-pool",8285 "sp-version",8286 "substrate-wasm-builder",8287 "test-runtime-constants",8288 "xcm",8289 "xcm-builder",8290 "xcm-executor",8291]82928293[[package]]8294name = "polkadot-test-service"8295version = "0.9.29"8296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8297dependencies = [8298 "frame-benchmarking",8299 "frame-system",8300 "futures 0.3.24",8301 "hex",8302 "pallet-balances",8303 "pallet-staking",8304 "pallet-transaction-payment",8305 "polkadot-node-primitives",8306 "polkadot-node-subsystem",8307 "polkadot-overseer",8308 "polkadot-parachain",8309 "polkadot-primitives",8310 "polkadot-rpc",8311 "polkadot-runtime-common",8312 "polkadot-runtime-parachains",8313 "polkadot-service",8314 "polkadot-test-runtime",8315 "rand 0.8.5",8316 "sc-authority-discovery",8317 "sc-chain-spec",8318 "sc-cli",8319 "sc-client-api",8320 "sc-consensus",8321 "sc-consensus-babe",8322 "sc-executor",8323 "sc-finality-grandpa",8324 "sc-network",8325 "sc-network-common",8326 "sc-service",8327 "sc-tracing",8328 "sc-transaction-pool",8329 "sp-arithmetic",8330 "sp-authority-discovery",8331 "sp-blockchain",8332 "sp-consensus",8333 "sp-consensus-babe",8334 "sp-core",8335 "sp-finality-grandpa",8336 "sp-inherents",8337 "sp-keyring",8338 "sp-runtime",8339 "sp-state-machine",8340 "substrate-test-client",8341 "tempfile",8342 "test-runtime-constants",8343 "tokio",8344 "tracing-gum",8345]83468347[[package]]8348name = "polling"8349version = "2.3.0"8350source = "registry+https://github.com/rust-lang/crates.io-index"8351checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"8352dependencies = [8353 "autocfg",8354 "cfg-if 1.0.0",8355 "libc",8356 "log",8357 "wepoll-ffi",8358 "winapi",8359]83608361[[package]]8362name = "poly1305"8363version = "0.7.2"8364source = "registry+https://github.com/rust-lang/crates.io-index"8365checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8366dependencies = [8367 "cpufeatures",8368 "opaque-debug 0.3.0",8369 "universal-hash",8370]83718372[[package]]8373name = "polyval"8374version = "0.5.3"8375source = "registry+https://github.com/rust-lang/crates.io-index"8376checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8377dependencies = [8378 "cfg-if 1.0.0",8379 "cpufeatures",8380 "opaque-debug 0.3.0",8381 "universal-hash",8382]83838384[[package]]8385name = "ppv-lite86"8386version = "0.2.16"8387source = "registry+https://github.com/rust-lang/crates.io-index"8388checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83898390[[package]]8391name = "primitive-types"8392version = "0.11.1"8393source = "registry+https://github.com/rust-lang/crates.io-index"8394checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8395dependencies = [8396 "fixed-hash",8397 "impl-codec",8398 "impl-rlp",8399 "impl-serde",8400 "scale-info",8401 "uint",8402]84038404[[package]]8405name = "prioritized-metered-channel"8406version = "0.2.0"8407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8408dependencies = [8409 "coarsetime",8410 "crossbeam-queue",8411 "derive_more",8412 "futures 0.3.24",8413 "futures-timer",8414 "nanorand",8415 "thiserror",8416 "tracing",8417]84188419[[package]]8420name = "proc-macro-crate"8421version = "1.2.1"8422source = "registry+https://github.com/rust-lang/crates.io-index"8423checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8424dependencies = [8425 "once_cell",8426 "thiserror",8427 "toml",8428]84298430[[package]]8431name = "proc-macro-error"8432version = "1.0.4"8433source = "registry+https://github.com/rust-lang/crates.io-index"8434checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8435dependencies = [8436 "proc-macro-error-attr",8437 "proc-macro2",8438 "quote",8439 "syn",8440 "version_check",8441]84428443[[package]]8444name = "proc-macro-error-attr"8445version = "1.0.4"8446source = "registry+https://github.com/rust-lang/crates.io-index"8447checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8448dependencies = [8449 "proc-macro2",8450 "quote",8451 "version_check",8452]84538454[[package]]8455name = "proc-macro2"8456version = "1.0.46"8457source = "registry+https://github.com/rust-lang/crates.io-index"8458checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"8459dependencies = [8460 "unicode-ident",8461]84628463[[package]]8464name = "prometheus"8465version = "0.13.2"8466source = "registry+https://github.com/rust-lang/crates.io-index"8467checksum = "45c8babc29389186697fe5a2a4859d697825496b83db5d0b65271cdc0488e88c"8468dependencies = [8469 "cfg-if 1.0.0",8470 "fnv",8471 "lazy_static",8472 "memchr",8473 "parking_lot 0.12.1",8474 "thiserror",8475]84768477[[package]]8478name = "prometheus-client"8479version = "0.16.0"8480source = "registry+https://github.com/rust-lang/crates.io-index"8481checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8482dependencies = [8483 "dtoa",8484 "itoa 1.0.3",8485 "owning_ref",8486 "prometheus-client-derive-text-encode",8487]84888489[[package]]8490name = "prometheus-client-derive-text-encode"8491version = "0.2.0"8492source = "registry+https://github.com/rust-lang/crates.io-index"8493checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8494dependencies = [8495 "proc-macro2",8496 "quote",8497 "syn",8498]84998500[[package]]8501name = "prost"8502version = "0.10.4"8503source = "registry+https://github.com/rust-lang/crates.io-index"8504checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8505dependencies = [8506 "bytes",8507 "prost-derive",8508]85098510[[package]]8511name = "prost-build"8512version = "0.10.4"8513source = "registry+https://github.com/rust-lang/crates.io-index"8514checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8515dependencies = [8516 "bytes",8517 "cfg-if 1.0.0",8518 "cmake",8519 "heck",8520 "itertools",8521 "lazy_static",8522 "log",8523 "multimap",8524 "petgraph",8525 "prost",8526 "prost-types",8527 "regex",8528 "tempfile",8529 "which",8530]85318532[[package]]8533name = "prost-codec"8534version = "0.1.0"8535source = "registry+https://github.com/rust-lang/crates.io-index"8536checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8537dependencies = [8538 "asynchronous-codec",8539 "bytes",8540 "prost",8541 "thiserror",8542 "unsigned-varint",8543]85448545[[package]]8546name = "prost-derive"8547version = "0.10.1"8548source = "registry+https://github.com/rust-lang/crates.io-index"8549checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8550dependencies = [8551 "anyhow",8552 "itertools",8553 "proc-macro2",8554 "quote",8555 "syn",8556]85578558[[package]]8559name = "prost-types"8560version = "0.10.1"8561source = "registry+https://github.com/rust-lang/crates.io-index"8562checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8563dependencies = [8564 "bytes",8565 "prost",8566]85678568[[package]]8569name = "psm"8570version = "0.1.21"8571source = "registry+https://github.com/rust-lang/crates.io-index"8572checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8573dependencies = [8574 "cc",8575]85768577[[package]]8578name = "quartz-runtime"8579version = "0.9.29"8580dependencies = [8581 "app-promotion-rpc",8582 "cumulus-pallet-aura-ext",8583 "cumulus-pallet-dmp-queue",8584 "cumulus-pallet-parachain-system",8585 "cumulus-pallet-xcm",8586 "cumulus-pallet-xcmp-queue",8587 "cumulus-primitives-core",8588 "cumulus-primitives-timestamp",8589 "cumulus-primitives-utility",8590 "derivative",8591 "evm-coder",8592 "fp-evm-mapping",8593 "fp-rpc",8594 "fp-self-contained",8595 "frame-benchmarking",8596 "frame-executive",8597 "frame-support",8598 "frame-system",8599 "frame-system-benchmarking",8600 "frame-system-rpc-runtime-api",8601 "frame-try-runtime",8602 "hex-literal",8603 "impl-trait-for-tuples",8604 "log",8605 "logtest",8606 "orml-tokens",8607 "orml-traits",8608 "orml-vesting",8609 "orml-xtokens",8610 "pallet-app-promotion",8611 "pallet-aura",8612 "pallet-balances",8613 "pallet-base-fee",8614 "pallet-common",8615 "pallet-configuration",8616 "pallet-ethereum",8617 "pallet-evm",8618 "pallet-evm-coder-substrate",8619 "pallet-evm-contract-helpers",8620 "pallet-evm-migration",8621 "pallet-evm-transaction-payment",8622 "pallet-foreign-assets",8623 "pallet-fungible",8624 "pallet-inflation",8625 "pallet-nonfungible",8626 "pallet-randomness-collective-flip",8627 "pallet-refungible",8628 "pallet-rmrk-core",8629 "pallet-rmrk-equip",8630 "pallet-structure",8631 "pallet-sudo",8632 "pallet-template-transaction-payment",8633 "pallet-timestamp",8634 "pallet-transaction-payment",8635 "pallet-transaction-payment-rpc-runtime-api",8636 "pallet-treasury",8637 "pallet-unique",8638 "pallet-unique-scheduler",8639 "pallet-xcm",8640 "parachain-info",8641 "parity-scale-codec 3.2.1",8642 "polkadot-parachain",8643 "rmrk-rpc",8644 "scale-info",8645 "serde",8646 "smallvec",8647 "sp-api",8648 "sp-arithmetic",8649 "sp-block-builder",8650 "sp-consensus-aura",8651 "sp-core",8652 "sp-inherents",8653 "sp-io",8654 "sp-offchain",8655 "sp-runtime",8656 "sp-session",8657 "sp-std",8658 "sp-transaction-pool",8659 "sp-version",8660 "substrate-wasm-builder",8661 "up-common",8662 "up-data-structs",8663 "up-rpc",8664 "up-sponsorship",8665 "xcm",8666 "xcm-builder",8667 "xcm-executor",8668]86698670[[package]]8671name = "quick-error"8672version = "1.2.3"8673source = "registry+https://github.com/rust-lang/crates.io-index"8674checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86758676[[package]]8677name = "quicksink"8678version = "0.1.2"8679source = "registry+https://github.com/rust-lang/crates.io-index"8680checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8681dependencies = [8682 "futures-core",8683 "futures-sink",8684 "pin-project-lite 0.1.12",8685]86868687[[package]]8688name = "quote"8689version = "1.0.21"8690source = "registry+https://github.com/rust-lang/crates.io-index"8691checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8692dependencies = [8693 "proc-macro2",8694]86958696[[package]]8697name = "radium"8698version = "0.6.2"8699source = "registry+https://github.com/rust-lang/crates.io-index"8700checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"87018702[[package]]8703name = "radium"8704version = "0.7.0"8705source = "registry+https://github.com/rust-lang/crates.io-index"8706checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87078708[[package]]8709name = "rand"8710version = "0.7.3"8711source = "registry+https://github.com/rust-lang/crates.io-index"8712checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8713dependencies = [8714 "getrandom 0.1.16",8715 "libc",8716 "rand_chacha 0.2.2",8717 "rand_core 0.5.1",8718 "rand_hc",8719 "rand_pcg 0.2.1",8720]87218722[[package]]8723name = "rand"8724version = "0.8.5"8725source = "registry+https://github.com/rust-lang/crates.io-index"8726checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8727dependencies = [8728 "libc",8729 "rand_chacha 0.3.1",8730 "rand_core 0.6.4",8731]87328733[[package]]8734name = "rand_chacha"8735version = "0.2.2"8736source = "registry+https://github.com/rust-lang/crates.io-index"8737checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8738dependencies = [8739 "ppv-lite86",8740 "rand_core 0.5.1",8741]87428743[[package]]8744name = "rand_chacha"8745version = "0.3.1"8746source = "registry+https://github.com/rust-lang/crates.io-index"8747checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8748dependencies = [8749 "ppv-lite86",8750 "rand_core 0.6.4",8751]87528753[[package]]8754name = "rand_core"8755version = "0.5.1"8756source = "registry+https://github.com/rust-lang/crates.io-index"8757checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8758dependencies = [8759 "getrandom 0.1.16",8760]87618762[[package]]8763name = "rand_core"8764version = "0.6.4"8765source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8767dependencies = [8768 "getrandom 0.2.7",8769]87708771[[package]]8772name = "rand_distr"8773version = "0.4.3"8774source = "registry+https://github.com/rust-lang/crates.io-index"8775checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8776dependencies = [8777 "num-traits",8778 "rand 0.8.5",8779]87808781[[package]]8782name = "rand_hc"8783version = "0.2.0"8784source = "registry+https://github.com/rust-lang/crates.io-index"8785checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8786dependencies = [8787 "rand_core 0.5.1",8788]87898790[[package]]8791name = "rand_pcg"8792version = "0.2.1"8793source = "registry+https://github.com/rust-lang/crates.io-index"8794checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8795dependencies = [8796 "rand_core 0.5.1",8797]87988799[[package]]8800name = "rand_pcg"8801version = "0.3.1"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8804dependencies = [8805 "rand_core 0.6.4",8806]88078808[[package]]8809name = "rawpointer"8810version = "0.2.1"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88138814[[package]]8815name = "rayon"8816version = "1.5.3"8817source = "registry+https://github.com/rust-lang/crates.io-index"8818checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8819dependencies = [8820 "autocfg",8821 "crossbeam-deque",8822 "either",8823 "rayon-core",8824]88258826[[package]]8827name = "rayon-core"8828version = "1.9.3"8829source = "registry+https://github.com/rust-lang/crates.io-index"8830checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8831dependencies = [8832 "crossbeam-channel",8833 "crossbeam-deque",8834 "crossbeam-utils",8835 "num_cpus",8836]88378838[[package]]8839name = "redox_syscall"8840version = "0.2.16"8841source = "registry+https://github.com/rust-lang/crates.io-index"8842checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"8843dependencies = [8844 "bitflags",8845]88468847[[package]]8848name = "redox_users"8849version = "0.4.3"8850source = "registry+https://github.com/rust-lang/crates.io-index"8851checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8852dependencies = [8853 "getrandom 0.2.7",8854 "redox_syscall",8855 "thiserror",8856]88578858[[package]]8859name = "reed-solomon-novelpoly"8860version = "1.0.0"8861source = "registry+https://github.com/rust-lang/crates.io-index"8862checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8863dependencies = [8864 "derive_more",8865 "fs-err",8866 "itertools",8867 "static_init",8868 "thiserror",8869]88708871[[package]]8872name = "ref-cast"8873version = "1.0.9"8874source = "registry+https://github.com/rust-lang/crates.io-index"8875checksum = "ed13bcd201494ab44900a96490291651d200730904221832b9547d24a87d332b"8876dependencies = [8877 "ref-cast-impl",8878]88798880[[package]]8881name = "ref-cast-impl"8882version = "1.0.9"8883source = "registry+https://github.com/rust-lang/crates.io-index"8884checksum = "5234cd6063258a5e32903b53b1b6ac043a0541c8adc1f610f67b0326c7a578fa"8885dependencies = [8886 "proc-macro2",8887 "quote",8888 "syn",8889]88908891[[package]]8892name = "regalloc2"8893version = "0.2.3"8894source = "registry+https://github.com/rust-lang/crates.io-index"8895checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"8896dependencies = [8897 "fxhash",8898 "log",8899 "slice-group-by",8900 "smallvec",8901]89028903[[package]]8904name = "regex"8905version = "1.6.0"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"8908dependencies = [8909 "aho-corasick",8910 "memchr",8911 "regex-syntax",8912]89138914[[package]]8915name = "regex-automata"8916version = "0.1.10"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8919dependencies = [8920 "regex-syntax",8921]89228923[[package]]8924name = "regex-syntax"8925version = "0.6.27"8926source = "registry+https://github.com/rust-lang/crates.io-index"8927checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"89288929[[package]]8930name = "region"8931version = "2.2.0"8932source = "registry+https://github.com/rust-lang/crates.io-index"8933checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8934dependencies = [8935 "bitflags",8936 "libc",8937 "mach",8938 "winapi",8939]89408941[[package]]8942name = "remote-externalities"8943version = "0.10.0-dev"8944source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"8945dependencies = [8946 "env_logger",8947 "jsonrpsee",8948 "log",8949 "parity-scale-codec 3.2.1",8950 "serde",8951 "serde_json",8952 "sp-core",8953 "sp-io",8954 "sp-runtime",8955 "sp-version",8956]89578958[[package]]8959name = "remove_dir_all"8960version = "0.5.3"8961source = "registry+https://github.com/rust-lang/crates.io-index"8962checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8963dependencies = [8964 "winapi",8965]89668967[[package]]8968name = "resolv-conf"8969version = "0.7.0"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8972dependencies = [8973 "hostname",8974 "quick-error",8975]89768977[[package]]8978name = "rfc6979"8979version = "0.1.0"8980source = "registry+https://github.com/rust-lang/crates.io-index"8981checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8982dependencies = [8983 "crypto-bigint",8984 "hmac 0.11.0",8985 "zeroize",8986]89878988[[package]]8989name = "ring"8990version = "0.16.20"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8993dependencies = [8994 "cc",8995 "libc",8996 "once_cell",8997 "spin",8998 "untrusted",8999 "web-sys",9000 "winapi",9001]90029003[[package]]9004name = "rlp"9005version = "0.5.1"9006source = "registry+https://github.com/rust-lang/crates.io-index"9007checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9008dependencies = [9009 "bytes",9010 "rustc-hex",9011]90129013[[package]]9014name = "rlp-derive"9015version = "0.1.0"9016source = "registry+https://github.com/rust-lang/crates.io-index"9017checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9018dependencies = [9019 "proc-macro2",9020 "quote",9021 "syn",9022]90239024[[package]]9025name = "rmrk-rpc"9026version = "0.0.2"9027dependencies = [9028 "parity-scale-codec 2.3.1",9029 "rmrk-traits",9030 "serde",9031 "sp-api",9032 "sp-core",9033 "sp-runtime",9034 "sp-std",9035]90369037[[package]]9038name = "rmrk-traits"9039version = "0.1.0"9040dependencies = [9041 "parity-scale-codec 3.2.1",9042 "scale-info",9043 "serde",9044]90459046[[package]]9047name = "rocksdb"9048version = "0.18.0"9049source = "registry+https://github.com/rust-lang/crates.io-index"9050checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9051dependencies = [9052 "libc",9053 "librocksdb-sys",9054]90559056[[package]]9057name = "rococo-runtime"9058version = "0.9.29"9059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"9060dependencies = [9061 "beefy-merkle-tree",9062 "beefy-primitives",9063 "frame-benchmarking",9064 "frame-executive",9065 "frame-support",9066 "frame-system",9067 "frame-system-benchmarking",9068 "frame-system-rpc-runtime-api",9069 "hex-literal",9070 "log",9071 "pallet-authority-discovery",9072 "pallet-authorship",9073 "pallet-babe",9074 "pallet-balances",9075 "pallet-beefy",9076 "pallet-beefy-mmr",9077 "pallet-collective",9078 "pallet-grandpa",9079 "pallet-im-online",9080 "pallet-indices",9081 "pallet-membership",9082 "pallet-mmr",9083 "pallet-multisig",9084 "pallet-offences",9085 "pallet-proxy",9086 "pallet-session",9087 "pallet-staking",9088 "pallet-sudo",9089 "pallet-timestamp",9090 "pallet-transaction-payment",9091 "pallet-transaction-payment-rpc-runtime-api",9092 "pallet-utility",9093 "pallet-xcm",9094 "parity-scale-codec 3.2.1",9095 "polkadot-parachain",9096 "polkadot-primitives",9097 "polkadot-runtime-common",9098 "polkadot-runtime-parachains",9099 "rococo-runtime-constants",9100 "scale-info",9101 "serde",9102 "serde_derive",9103 "smallvec",9104 "sp-api",9105 "sp-authority-discovery",9106 "sp-block-builder",9107 "sp-consensus-babe",9108 "sp-core",9109 "sp-inherents",9110 "sp-io",9111 "sp-mmr-primitives",9112 "sp-offchain",9113 "sp-runtime",9114 "sp-session",9115 "sp-staking",9116 "sp-std",9117 "sp-transaction-pool",9118 "sp-version",9119 "substrate-wasm-builder",9120 "xcm",9121 "xcm-builder",9122 "xcm-executor",9123]91249125[[package]]9126name = "rococo-runtime-constants"9127version = "0.9.29"9128source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"9129dependencies = [9130 "frame-support",9131 "polkadot-primitives",9132 "polkadot-runtime-common",9133 "smallvec",9134 "sp-runtime",9135]91369137[[package]]9138name = "rpassword"9139version = "7.0.0"9140source = "registry+https://github.com/rust-lang/crates.io-index"9141checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680"9142dependencies = [9143 "libc",9144 "winapi",9145]91469147[[package]]9148name = "rtnetlink"9149version = "0.10.1"9150source = "registry+https://github.com/rust-lang/crates.io-index"9151checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9152dependencies = [9153 "async-global-executor",9154 "futures 0.3.24",9155 "log",9156 "netlink-packet-route",9157 "netlink-proto",9158 "nix",9159 "thiserror",9160]91619162[[package]]9163name = "rustc-demangle"9164version = "0.1.21"9165source = "registry+https://github.com/rust-lang/crates.io-index"9166checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91679168[[package]]9169name = "rustc-hash"9170version = "1.1.0"9171source = "registry+https://github.com/rust-lang/crates.io-index"9172checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91739174[[package]]9175name = "rustc-hex"9176version = "2.1.0"9177source = "registry+https://github.com/rust-lang/crates.io-index"9178checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91799180[[package]]9181name = "rustc_version"9182version = "0.2.3"9183source = "registry+https://github.com/rust-lang/crates.io-index"9184checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9185dependencies = [9186 "semver 0.9.0",9187]91889189[[package]]9190name = "rustc_version"9191version = "0.4.0"9192source = "registry+https://github.com/rust-lang/crates.io-index"9193checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9194dependencies = [9195 "semver 1.0.14",9196]91979198[[package]]9199name = "rustix"9200version = "0.33.7"9201source = "registry+https://github.com/rust-lang/crates.io-index"9202checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9203dependencies = [9204 "bitflags",9205 "errno",9206 "io-lifetimes 0.5.3",9207 "libc",9208 "linux-raw-sys 0.0.42",9209 "winapi",9210]92119212[[package]]9213name = "rustix"9214version = "0.35.11"9215source = "registry+https://github.com/rust-lang/crates.io-index"9216checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"9217dependencies = [9218 "bitflags",9219 "errno",9220 "io-lifetimes 0.7.3",9221 "libc",9222 "linux-raw-sys 0.0.46",9223 "windows-sys",9224]92259226[[package]]9227name = "rustls"9228version = "0.20.6"9229source = "registry+https://github.com/rust-lang/crates.io-index"9230checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9231dependencies = [9232 "log",9233 "ring",9234 "sct",9235 "webpki",9236]92379238[[package]]9239name = "rustls-native-certs"9240version = "0.6.2"9241source = "registry+https://github.com/rust-lang/crates.io-index"9242checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9243dependencies = [9244 "openssl-probe",9245 "rustls-pemfile",9246 "schannel",9247 "security-framework",9248]92499250[[package]]9251name = "rustls-pemfile"9252version = "1.0.1"9253source = "registry+https://github.com/rust-lang/crates.io-index"9254checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9255dependencies = [9256 "base64",9257]92589259[[package]]9260name = "rustversion"9261version = "1.0.9"9262source = "registry+https://github.com/rust-lang/crates.io-index"9263checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"92649265[[package]]9266name = "rw-stream-sink"9267version = "0.3.0"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9270dependencies = [9271 "futures 0.3.24",9272 "pin-project",9273 "static_assertions",9274]92759276[[package]]9277name = "ryu"9278version = "1.0.11"9279source = "registry+https://github.com/rust-lang/crates.io-index"9280checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"92819282[[package]]9283name = "safe-mix"9284version = "1.0.1"9285source = "registry+https://github.com/rust-lang/crates.io-index"9286checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9287dependencies = [9288 "rustc_version 0.2.3",9289]92909291[[package]]9292name = "salsa20"9293version = "0.9.0"9294source = "registry+https://github.com/rust-lang/crates.io-index"9295checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9296dependencies = [9297 "cipher",9298]92999300[[package]]9301name = "same-file"9302version = "1.0.6"9303source = "registry+https://github.com/rust-lang/crates.io-index"9304checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9305dependencies = [9306 "winapi-util",9307]93089309[[package]]9310name = "sc-allocator"9311version = "4.1.0-dev"9312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9313dependencies = [9314 "log",9315 "sp-core",9316 "sp-wasm-interface",9317 "thiserror",9318]93199320[[package]]9321name = "sc-authority-discovery"9322version = "0.10.0-dev"9323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9324dependencies = [9325 "async-trait",9326 "futures 0.3.24",9327 "futures-timer",9328 "ip_network",9329 "libp2p",9330 "log",9331 "parity-scale-codec 3.2.1",9332 "prost",9333 "prost-build",9334 "rand 0.7.3",9335 "sc-client-api",9336 "sc-network-common",9337 "sp-api",9338 "sp-authority-discovery",9339 "sp-blockchain",9340 "sp-core",9341 "sp-keystore",9342 "sp-runtime",9343 "substrate-prometheus-endpoint",9344 "thiserror",9345]93469347[[package]]9348name = "sc-basic-authorship"9349version = "0.10.0-dev"9350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9351dependencies = [9352 "futures 0.3.24",9353 "futures-timer",9354 "log",9355 "parity-scale-codec 3.2.1",9356 "sc-block-builder",9357 "sc-client-api",9358 "sc-proposer-metrics",9359 "sc-telemetry",9360 "sc-transaction-pool-api",9361 "sp-api",9362 "sp-blockchain",9363 "sp-consensus",9364 "sp-core",9365 "sp-inherents",9366 "sp-runtime",9367 "substrate-prometheus-endpoint",9368]93699370[[package]]9371name = "sc-block-builder"9372version = "0.10.0-dev"9373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9374dependencies = [9375 "parity-scale-codec 3.2.1",9376 "sc-client-api",9377 "sp-api",9378 "sp-block-builder",9379 "sp-blockchain",9380 "sp-core",9381 "sp-inherents",9382 "sp-runtime",9383 "sp-state-machine",9384]93859386[[package]]9387name = "sc-chain-spec"9388version = "4.0.0-dev"9389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9390dependencies = [9391 "impl-trait-for-tuples",9392 "memmap2",9393 "parity-scale-codec 3.2.1",9394 "sc-chain-spec-derive",9395 "sc-network-common",9396 "sc-telemetry",9397 "serde",9398 "serde_json",9399 "sp-core",9400 "sp-runtime",9401]94029403[[package]]9404name = "sc-chain-spec-derive"9405version = "4.0.0-dev"9406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9407dependencies = [9408 "proc-macro-crate",9409 "proc-macro2",9410 "quote",9411 "syn",9412]94139414[[package]]9415name = "sc-cli"9416version = "0.10.0-dev"9417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9418dependencies = [9419 "chrono",9420 "clap",9421 "fdlimit",9422 "futures 0.3.24",9423 "hex",9424 "libp2p",9425 "log",9426 "names",9427 "parity-scale-codec 3.2.1",9428 "rand 0.7.3",9429 "regex",9430 "rpassword",9431 "sc-client-api",9432 "sc-client-db",9433 "sc-keystore",9434 "sc-network",9435 "sc-service",9436 "sc-telemetry",9437 "sc-tracing",9438 "sc-utils",9439 "serde",9440 "serde_json",9441 "sp-blockchain",9442 "sp-core",9443 "sp-keyring",9444 "sp-keystore",9445 "sp-panic-handler",9446 "sp-runtime",9447 "sp-version",9448 "thiserror",9449 "tiny-bip39",9450 "tokio",9451]94529453[[package]]9454name = "sc-client-api"9455version = "4.0.0-dev"9456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9457dependencies = [9458 "fnv",9459 "futures 0.3.24",9460 "hash-db",9461 "log",9462 "parity-scale-codec 3.2.1",9463 "parking_lot 0.12.1",9464 "sc-executor",9465 "sc-transaction-pool-api",9466 "sc-utils",9467 "sp-api",9468 "sp-blockchain",9469 "sp-consensus",9470 "sp-core",9471 "sp-database",9472 "sp-externalities",9473 "sp-keystore",9474 "sp-runtime",9475 "sp-state-machine",9476 "sp-storage",9477 "sp-trie",9478 "substrate-prometheus-endpoint",9479]94809481[[package]]9482name = "sc-client-db"9483version = "0.10.0-dev"9484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9485dependencies = [9486 "hash-db",9487 "kvdb",9488 "kvdb-memorydb",9489 "kvdb-rocksdb",9490 "linked-hash-map",9491 "log",9492 "parity-db",9493 "parity-scale-codec 3.2.1",9494 "parking_lot 0.12.1",9495 "sc-client-api",9496 "sc-state-db",9497 "sp-arithmetic",9498 "sp-blockchain",9499 "sp-core",9500 "sp-database",9501 "sp-runtime",9502 "sp-state-machine",9503 "sp-trie",9504]95059506[[package]]9507name = "sc-consensus"9508version = "0.10.0-dev"9509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9510dependencies = [9511 "async-trait",9512 "futures 0.3.24",9513 "futures-timer",9514 "libp2p",9515 "log",9516 "parking_lot 0.12.1",9517 "sc-client-api",9518 "sc-utils",9519 "serde",9520 "sp-api",9521 "sp-blockchain",9522 "sp-consensus",9523 "sp-core",9524 "sp-runtime",9525 "sp-state-machine",9526 "substrate-prometheus-endpoint",9527 "thiserror",9528]95299530[[package]]9531name = "sc-consensus-aura"9532version = "0.10.0-dev"9533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9534dependencies = [9535 "async-trait",9536 "futures 0.3.24",9537 "log",9538 "parity-scale-codec 3.2.1",9539 "sc-block-builder",9540 "sc-client-api",9541 "sc-consensus",9542 "sc-consensus-slots",9543 "sc-telemetry",9544 "sp-api",9545 "sp-application-crypto",9546 "sp-block-builder",9547 "sp-blockchain",9548 "sp-consensus",9549 "sp-consensus-aura",9550 "sp-consensus-slots",9551 "sp-core",9552 "sp-inherents",9553 "sp-keystore",9554 "sp-runtime",9555 "substrate-prometheus-endpoint",9556 "thiserror",9557]95589559[[package]]9560name = "sc-consensus-babe"9561version = "0.10.0-dev"9562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9563dependencies = [9564 "async-trait",9565 "fork-tree",9566 "futures 0.3.24",9567 "log",9568 "merlin",9569 "num-bigint",9570 "num-rational 0.2.4",9571 "num-traits",9572 "parity-scale-codec 3.2.1",9573 "parking_lot 0.12.1",9574 "rand 0.7.3",9575 "sc-client-api",9576 "sc-consensus",9577 "sc-consensus-epochs",9578 "sc-consensus-slots",9579 "sc-keystore",9580 "sc-telemetry",9581 "schnorrkel",9582 "serde",9583 "sp-api",9584 "sp-application-crypto",9585 "sp-block-builder",9586 "sp-blockchain",9587 "sp-consensus",9588 "sp-consensus-babe",9589 "sp-consensus-slots",9590 "sp-consensus-vrf",9591 "sp-core",9592 "sp-inherents",9593 "sp-io",9594 "sp-keystore",9595 "sp-runtime",9596 "sp-version",9597 "substrate-prometheus-endpoint",9598 "thiserror",9599]96009601[[package]]9602name = "sc-consensus-babe-rpc"9603version = "0.10.0-dev"9604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9605dependencies = [9606 "futures 0.3.24",9607 "jsonrpsee",9608 "sc-consensus-babe",9609 "sc-consensus-epochs",9610 "sc-rpc-api",9611 "serde",9612 "sp-api",9613 "sp-application-crypto",9614 "sp-blockchain",9615 "sp-consensus",9616 "sp-consensus-babe",9617 "sp-core",9618 "sp-keystore",9619 "sp-runtime",9620 "thiserror",9621]96229623[[package]]9624name = "sc-consensus-epochs"9625version = "0.10.0-dev"9626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9627dependencies = [9628 "fork-tree",9629 "parity-scale-codec 3.2.1",9630 "sc-client-api",9631 "sc-consensus",9632 "sp-blockchain",9633 "sp-runtime",9634]96359636[[package]]9637name = "sc-consensus-manual-seal"9638version = "0.10.0-dev"9639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9640dependencies = [9641 "assert_matches",9642 "async-trait",9643 "futures 0.3.24",9644 "jsonrpsee",9645 "log",9646 "parity-scale-codec 3.2.1",9647 "sc-client-api",9648 "sc-consensus",9649 "sc-consensus-aura",9650 "sc-consensus-babe",9651 "sc-consensus-epochs",9652 "sc-transaction-pool",9653 "sc-transaction-pool-api",9654 "serde",9655 "sp-api",9656 "sp-blockchain",9657 "sp-consensus",9658 "sp-consensus-aura",9659 "sp-consensus-babe",9660 "sp-consensus-slots",9661 "sp-core",9662 "sp-inherents",9663 "sp-keystore",9664 "sp-runtime",9665 "sp-timestamp",9666 "substrate-prometheus-endpoint",9667 "thiserror",9668]96699670[[package]]9671name = "sc-consensus-slots"9672version = "0.10.0-dev"9673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9674dependencies = [9675 "async-trait",9676 "futures 0.3.24",9677 "futures-timer",9678 "log",9679 "parity-scale-codec 3.2.1",9680 "sc-client-api",9681 "sc-consensus",9682 "sc-telemetry",9683 "sp-arithmetic",9684 "sp-blockchain",9685 "sp-consensus",9686 "sp-consensus-slots",9687 "sp-core",9688 "sp-inherents",9689 "sp-runtime",9690 "sp-state-machine",9691 "sp-timestamp",9692 "thiserror",9693]96949695[[package]]9696name = "sc-executor"9697version = "0.10.0-dev"9698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9699dependencies = [9700 "lazy_static",9701 "lru 0.7.8",9702 "parity-scale-codec 3.2.1",9703 "parking_lot 0.12.1",9704 "sc-executor-common",9705 "sc-executor-wasmi",9706 "sc-executor-wasmtime",9707 "sp-api",9708 "sp-core",9709 "sp-core-hashing-proc-macro",9710 "sp-externalities",9711 "sp-io",9712 "sp-panic-handler",9713 "sp-runtime-interface",9714 "sp-tasks",9715 "sp-trie",9716 "sp-version",9717 "sp-wasm-interface",9718 "tracing",9719 "wasmi",9720]97219722[[package]]9723name = "sc-executor-common"9724version = "0.10.0-dev"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9726dependencies = [9727 "environmental",9728 "parity-scale-codec 3.2.1",9729 "sc-allocator",9730 "sp-maybe-compressed-blob",9731 "sp-sandbox",9732 "sp-wasm-interface",9733 "thiserror",9734 "wasm-instrument",9735 "wasmi",9736]97379738[[package]]9739name = "sc-executor-wasmi"9740version = "0.10.0-dev"9741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9742dependencies = [9743 "log",9744 "parity-scale-codec 3.2.1",9745 "sc-allocator",9746 "sc-executor-common",9747 "sp-runtime-interface",9748 "sp-sandbox",9749 "sp-wasm-interface",9750 "wasmi",9751]97529753[[package]]9754name = "sc-executor-wasmtime"9755version = "0.10.0-dev"9756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9757dependencies = [9758 "cfg-if 1.0.0",9759 "libc",9760 "log",9761 "once_cell",9762 "parity-scale-codec 3.2.1",9763 "parity-wasm 0.42.2",9764 "rustix 0.33.7",9765 "rustix 0.35.11",9766 "sc-allocator",9767 "sc-executor-common",9768 "sp-runtime-interface",9769 "sp-sandbox",9770 "sp-wasm-interface",9771 "wasmtime",9772]97739774[[package]]9775name = "sc-finality-grandpa"9776version = "0.10.0-dev"9777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9778dependencies = [9779 "ahash",9780 "async-trait",9781 "dyn-clone",9782 "finality-grandpa",9783 "fork-tree",9784 "futures 0.3.24",9785 "futures-timer",9786 "hex",9787 "log",9788 "parity-scale-codec 3.2.1",9789 "parking_lot 0.12.1",9790 "rand 0.8.5",9791 "sc-block-builder",9792 "sc-chain-spec",9793 "sc-client-api",9794 "sc-consensus",9795 "sc-keystore",9796 "sc-network",9797 "sc-network-common",9798 "sc-network-gossip",9799 "sc-telemetry",9800 "sc-utils",9801 "serde_json",9802 "sp-api",9803 "sp-application-crypto",9804 "sp-arithmetic",9805 "sp-blockchain",9806 "sp-consensus",9807 "sp-core",9808 "sp-finality-grandpa",9809 "sp-keystore",9810 "sp-runtime",9811 "substrate-prometheus-endpoint",9812 "thiserror",9813]98149815[[package]]9816name = "sc-finality-grandpa-rpc"9817version = "0.10.0-dev"9818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9819dependencies = [9820 "finality-grandpa",9821 "futures 0.3.24",9822 "jsonrpsee",9823 "log",9824 "parity-scale-codec 3.2.1",9825 "sc-client-api",9826 "sc-finality-grandpa",9827 "sc-rpc",9828 "serde",9829 "serde_json",9830 "sp-blockchain",9831 "sp-core",9832 "sp-runtime",9833 "thiserror",9834]98359836[[package]]9837name = "sc-informant"9838version = "0.10.0-dev"9839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9840dependencies = [9841 "ansi_term",9842 "futures 0.3.24",9843 "futures-timer",9844 "log",9845 "parity-util-mem",9846 "sc-client-api",9847 "sc-network-common",9848 "sc-transaction-pool-api",9849 "sp-blockchain",9850 "sp-runtime",9851]98529853[[package]]9854name = "sc-keystore"9855version = "4.0.0-dev"9856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9857dependencies = [9858 "async-trait",9859 "hex",9860 "parking_lot 0.12.1",9861 "serde_json",9862 "sp-application-crypto",9863 "sp-core",9864 "sp-keystore",9865 "thiserror",9866]98679868[[package]]9869name = "sc-network"9870version = "0.10.0-dev"9871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9872dependencies = [9873 "async-trait",9874 "asynchronous-codec",9875 "bitflags",9876 "bytes",9877 "cid",9878 "either",9879 "fnv",9880 "fork-tree",9881 "futures 0.3.24",9882 "futures-timer",9883 "hex",9884 "ip_network",9885 "libp2p",9886 "linked-hash-map",9887 "linked_hash_set",9888 "log",9889 "lru 0.7.8",9890 "parity-scale-codec 3.2.1",9891 "parking_lot 0.12.1",9892 "pin-project",9893 "prost",9894 "prost-build",9895 "rand 0.7.3",9896 "sc-block-builder",9897 "sc-client-api",9898 "sc-consensus",9899 "sc-network-common",9900 "sc-peerset",9901 "sc-utils",9902 "serde",9903 "serde_json",9904 "smallvec",9905 "sp-arithmetic",9906 "sp-blockchain",9907 "sp-consensus",9908 "sp-core",9909 "sp-runtime",9910 "substrate-prometheus-endpoint",9911 "thiserror",9912 "unsigned-varint",9913 "void",9914 "zeroize",9915]99169917[[package]]9918name = "sc-network-common"9919version = "0.10.0-dev"9920source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9921dependencies = [9922 "async-trait",9923 "bitflags",9924 "bytes",9925 "futures 0.3.24",9926 "libp2p",9927 "parity-scale-codec 3.2.1",9928 "prost-build",9929 "sc-consensus",9930 "sc-peerset",9931 "serde",9932 "smallvec",9933 "sp-blockchain",9934 "sp-consensus",9935 "sp-finality-grandpa",9936 "sp-runtime",9937 "thiserror",9938]99399940[[package]]9941name = "sc-network-gossip"9942version = "0.10.0-dev"9943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9944dependencies = [9945 "ahash",9946 "futures 0.3.24",9947 "futures-timer",9948 "libp2p",9949 "log",9950 "lru 0.7.8",9951 "sc-network-common",9952 "sc-peerset",9953 "sp-runtime",9954 "substrate-prometheus-endpoint",9955 "tracing",9956]99579958[[package]]9959name = "sc-network-light"9960version = "0.10.0-dev"9961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9962dependencies = [9963 "futures 0.3.24",9964 "hex",9965 "libp2p",9966 "log",9967 "parity-scale-codec 3.2.1",9968 "prost",9969 "prost-build",9970 "sc-client-api",9971 "sc-network-common",9972 "sc-peerset",9973 "sp-blockchain",9974 "sp-core",9975 "sp-runtime",9976 "thiserror",9977]99789979[[package]]9980name = "sc-network-sync"9981version = "0.10.0-dev"9982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9983dependencies = [9984 "fork-tree",9985 "futures 0.3.24",9986 "hex",9987 "libp2p",9988 "log",9989 "lru 0.7.8",9990 "parity-scale-codec 3.2.1",9991 "prost",9992 "prost-build",9993 "sc-client-api",9994 "sc-consensus",9995 "sc-network-common",9996 "sc-peerset",9997 "smallvec",9998 "sp-arithmetic",9999 "sp-blockchain",10000 "sp-consensus",10001 "sp-core",10002 "sp-finality-grandpa",10003 "sp-runtime",10004 "thiserror",10005]1000610007[[package]]10008name = "sc-offchain"10009version = "4.0.0-dev"10010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10011dependencies = [10012 "bytes",10013 "fnv",10014 "futures 0.3.24",10015 "futures-timer",10016 "hex",10017 "hyper",10018 "hyper-rustls",10019 "libp2p",10020 "num_cpus",10021 "once_cell",10022 "parity-scale-codec 3.2.1",10023 "parking_lot 0.12.1",10024 "rand 0.7.3",10025 "sc-client-api",10026 "sc-network-common",10027 "sc-peerset",10028 "sc-utils",10029 "sp-api",10030 "sp-core",10031 "sp-offchain",10032 "sp-runtime",10033 "threadpool",10034 "tracing",10035]1003610037[[package]]10038name = "sc-peerset"10039version = "4.0.0-dev"10040source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10041dependencies = [10042 "futures 0.3.24",10043 "libp2p",10044 "log",10045 "sc-utils",10046 "serde_json",10047 "wasm-timer",10048]1004910050[[package]]10051name = "sc-proposer-metrics"10052version = "0.10.0-dev"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10054dependencies = [10055 "log",10056 "substrate-prometheus-endpoint",10057]1005810059[[package]]10060name = "sc-rpc"10061version = "4.0.0-dev"10062source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10063dependencies = [10064 "futures 0.3.24",10065 "hash-db",10066 "jsonrpsee",10067 "log",10068 "parity-scale-codec 3.2.1",10069 "parking_lot 0.12.1",10070 "sc-block-builder",10071 "sc-chain-spec",10072 "sc-client-api",10073 "sc-rpc-api",10074 "sc-tracing",10075 "sc-transaction-pool-api",10076 "sc-utils",10077 "serde_json",10078 "sp-api",10079 "sp-blockchain",10080 "sp-core",10081 "sp-keystore",10082 "sp-offchain",10083 "sp-rpc",10084 "sp-runtime",10085 "sp-session",10086 "sp-version",10087]1008810089[[package]]10090name = "sc-rpc-api"10091version = "0.10.0-dev"10092source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10093dependencies = [10094 "futures 0.3.24",10095 "jsonrpsee",10096 "log",10097 "parity-scale-codec 3.2.1",10098 "parking_lot 0.12.1",10099 "sc-chain-spec",10100 "sc-transaction-pool-api",10101 "scale-info",10102 "serde",10103 "serde_json",10104 "sp-core",10105 "sp-rpc",10106 "sp-runtime",10107 "sp-tracing",10108 "sp-version",10109 "thiserror",10110]1011110112[[package]]10113name = "sc-rpc-server"10114version = "4.0.0-dev"10115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10116dependencies = [10117 "futures 0.3.24",10118 "jsonrpsee",10119 "log",10120 "serde_json",10121 "substrate-prometheus-endpoint",10122 "tokio",10123]1012410125[[package]]10126name = "sc-service"10127version = "0.10.0-dev"10128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10129dependencies = [10130 "async-trait",10131 "directories",10132 "exit-future",10133 "futures 0.3.24",10134 "futures-timer",10135 "hash-db",10136 "jsonrpsee",10137 "log",10138 "parity-scale-codec 3.2.1",10139 "parity-util-mem",10140 "parking_lot 0.12.1",10141 "pin-project",10142 "rand 0.7.3",10143 "sc-block-builder",10144 "sc-chain-spec",10145 "sc-client-api",10146 "sc-client-db",10147 "sc-consensus",10148 "sc-executor",10149 "sc-informant",10150 "sc-keystore",10151 "sc-network",10152 "sc-network-common",10153 "sc-network-light",10154 "sc-network-sync",10155 "sc-offchain",10156 "sc-rpc",10157 "sc-rpc-server",10158 "sc-sysinfo",10159 "sc-telemetry",10160 "sc-tracing",10161 "sc-transaction-pool",10162 "sc-transaction-pool-api",10163 "sc-utils",10164 "serde",10165 "serde_json",10166 "sp-api",10167 "sp-application-crypto",10168 "sp-block-builder",10169 "sp-blockchain",10170 "sp-consensus",10171 "sp-core",10172 "sp-externalities",10173 "sp-inherents",10174 "sp-keystore",10175 "sp-runtime",10176 "sp-session",10177 "sp-state-machine",10178 "sp-storage",10179 "sp-tracing",10180 "sp-transaction-pool",10181 "sp-transaction-storage-proof",10182 "sp-trie",10183 "sp-version",10184 "substrate-prometheus-endpoint",10185 "tempfile",10186 "thiserror",10187 "tokio",10188 "tracing",10189 "tracing-futures",10190]1019110192[[package]]10193name = "sc-state-db"10194version = "0.10.0-dev"10195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10196dependencies = [10197 "log",10198 "parity-scale-codec 3.2.1",10199 "parity-util-mem",10200 "parity-util-mem-derive",10201 "parking_lot 0.12.1",10202 "sc-client-api",10203 "sp-core",10204]1020510206[[package]]10207name = "sc-sync-state-rpc"10208version = "0.10.0-dev"10209source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10210dependencies = [10211 "jsonrpsee",10212 "parity-scale-codec 3.2.1",10213 "sc-chain-spec",10214 "sc-client-api",10215 "sc-consensus-babe",10216 "sc-consensus-epochs",10217 "sc-finality-grandpa",10218 "serde",10219 "serde_json",10220 "sp-blockchain",10221 "sp-runtime",10222 "thiserror",10223]1022410225[[package]]10226name = "sc-sysinfo"10227version = "6.0.0-dev"10228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10229dependencies = [10230 "futures 0.3.24",10231 "libc",10232 "log",10233 "rand 0.7.3",10234 "rand_pcg 0.2.1",10235 "regex",10236 "sc-telemetry",10237 "serde",10238 "serde_json",10239 "sp-core",10240 "sp-io",10241 "sp-std",10242]1024310244[[package]]10245name = "sc-telemetry"10246version = "4.0.0-dev"10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10248dependencies = [10249 "chrono",10250 "futures 0.3.24",10251 "libp2p",10252 "log",10253 "parking_lot 0.12.1",10254 "pin-project",10255 "rand 0.7.3",10256 "serde",10257 "serde_json",10258 "thiserror",10259 "wasm-timer",10260]1026110262[[package]]10263name = "sc-tracing"10264version = "4.0.0-dev"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10266dependencies = [10267 "ansi_term",10268 "atty",10269 "chrono",10270 "lazy_static",10271 "libc",10272 "log",10273 "once_cell",10274 "parking_lot 0.12.1",10275 "regex",10276 "rustc-hash",10277 "sc-client-api",10278 "sc-rpc-server",10279 "sc-tracing-proc-macro",10280 "serde",10281 "sp-api",10282 "sp-blockchain",10283 "sp-core",10284 "sp-rpc",10285 "sp-runtime",10286 "sp-tracing",10287 "thiserror",10288 "tracing",10289 "tracing-log",10290 "tracing-subscriber",10291]1029210293[[package]]10294name = "sc-tracing-proc-macro"10295version = "4.0.0-dev"10296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10297dependencies = [10298 "proc-macro-crate",10299 "proc-macro2",10300 "quote",10301 "syn",10302]1030310304[[package]]10305name = "sc-transaction-pool"10306version = "4.0.0-dev"10307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10308dependencies = [10309 "futures 0.3.24",10310 "futures-timer",10311 "linked-hash-map",10312 "log",10313 "parity-scale-codec 3.2.1",10314 "parity-util-mem",10315 "parking_lot 0.12.1",10316 "sc-client-api",10317 "sc-transaction-pool-api",10318 "sc-utils",10319 "serde",10320 "sp-api",10321 "sp-blockchain",10322 "sp-core",10323 "sp-runtime",10324 "sp-tracing",10325 "sp-transaction-pool",10326 "substrate-prometheus-endpoint",10327 "thiserror",10328]1032910330[[package]]10331name = "sc-transaction-pool-api"10332version = "4.0.0-dev"10333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10334dependencies = [10335 "futures 0.3.24",10336 "log",10337 "serde",10338 "sp-blockchain",10339 "sp-runtime",10340 "thiserror",10341]1034210343[[package]]10344name = "sc-utils"10345version = "4.0.0-dev"10346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10347dependencies = [10348 "futures 0.3.24",10349 "futures-timer",10350 "lazy_static",10351 "log",10352 "parking_lot 0.12.1",10353 "prometheus",10354]1035510356[[package]]10357name = "scale-info"10358version = "2.2.0"10359source = "registry+https://github.com/rust-lang/crates.io-index"10360checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10361dependencies = [10362 "bitvec 1.0.1",10363 "cfg-if 1.0.0",10364 "derive_more",10365 "parity-scale-codec 3.2.1",10366 "scale-info-derive",10367 "serde",10368]1036910370[[package]]10371name = "scale-info-derive"10372version = "2.2.0"10373source = "registry+https://github.com/rust-lang/crates.io-index"10374checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10375dependencies = [10376 "proc-macro-crate",10377 "proc-macro2",10378 "quote",10379 "syn",10380]1038110382[[package]]10383name = "schannel"10384version = "0.1.20"10385source = "registry+https://github.com/rust-lang/crates.io-index"10386checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10387dependencies = [10388 "lazy_static",10389 "windows-sys",10390]1039110392[[package]]10393name = "schnorrkel"10394version = "0.9.1"10395source = "registry+https://github.com/rust-lang/crates.io-index"10396checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10397dependencies = [10398 "arrayref",10399 "arrayvec 0.5.2",10400 "curve25519-dalek 2.1.3",10401 "getrandom 0.1.16",10402 "merlin",10403 "rand 0.7.3",10404 "rand_core 0.5.1",10405 "sha2 0.8.2",10406 "subtle",10407 "zeroize",10408]1040910410[[package]]10411name = "scopeguard"10412version = "1.1.0"10413source = "registry+https://github.com/rust-lang/crates.io-index"10414checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1041510416[[package]]10417name = "sct"10418version = "0.7.0"10419source = "registry+https://github.com/rust-lang/crates.io-index"10420checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10421dependencies = [10422 "ring",10423 "untrusted",10424]1042510426[[package]]10427name = "sec1"10428version = "0.2.1"10429source = "registry+https://github.com/rust-lang/crates.io-index"10430checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10431dependencies = [10432 "der",10433 "generic-array 0.14.6",10434 "subtle",10435 "zeroize",10436]1043710438[[package]]10439name = "secp256k1"10440version = "0.24.0"10441source = "registry+https://github.com/rust-lang/crates.io-index"10442checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"10443dependencies = [10444 "secp256k1-sys",10445]1044610447[[package]]10448name = "secp256k1-sys"10449version = "0.6.0"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "7058dc8eaf3f2810d7828680320acda0b25a288f6d288e19278e249bbf74226b"10452dependencies = [10453 "cc",10454]1045510456[[package]]10457name = "secrecy"10458version = "0.8.0"10459source = "registry+https://github.com/rust-lang/crates.io-index"10460checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10461dependencies = [10462 "zeroize",10463]1046410465[[package]]10466name = "security-framework"10467version = "2.7.0"10468source = "registry+https://github.com/rust-lang/crates.io-index"10469checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10470dependencies = [10471 "bitflags",10472 "core-foundation",10473 "core-foundation-sys",10474 "libc",10475 "security-framework-sys",10476]1047710478[[package]]10479name = "security-framework-sys"10480version = "2.6.1"10481source = "registry+https://github.com/rust-lang/crates.io-index"10482checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10483dependencies = [10484 "core-foundation-sys",10485 "libc",10486]1048710488[[package]]10489name = "semver"10490version = "0.6.0"10491source = "registry+https://github.com/rust-lang/crates.io-index"10492checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10493dependencies = [10494 "semver-parser",10495]1049610497[[package]]10498name = "semver"10499version = "0.9.0"10500source = "registry+https://github.com/rust-lang/crates.io-index"10501checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10502dependencies = [10503 "semver-parser",10504]1050510506[[package]]10507name = "semver"10508version = "1.0.14"10509source = "registry+https://github.com/rust-lang/crates.io-index"10510checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10511dependencies = [10512 "serde",10513]1051410515[[package]]10516name = "semver-parser"10517version = "0.7.0"10518source = "registry+https://github.com/rust-lang/crates.io-index"10519checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1052010521[[package]]10522name = "serde"10523version = "1.0.145"10524source = "registry+https://github.com/rust-lang/crates.io-index"10525checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"10526dependencies = [10527 "serde_derive",10528]1052910530[[package]]10531name = "serde_derive"10532version = "1.0.145"10533source = "registry+https://github.com/rust-lang/crates.io-index"10534checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"10535dependencies = [10536 "proc-macro2",10537 "quote",10538 "syn",10539]1054010541[[package]]10542name = "serde_json"10543version = "1.0.85"10544source = "registry+https://github.com/rust-lang/crates.io-index"10545checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"10546dependencies = [10547 "itoa 1.0.3",10548 "ryu",10549 "serde",10550]1055110552[[package]]10553name = "serde_nanos"10554version = "0.1.2"10555source = "registry+https://github.com/rust-lang/crates.io-index"10556checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10557dependencies = [10558 "serde",10559]1056010561[[package]]10562name = "sha-1"10563version = "0.9.8"10564source = "registry+https://github.com/rust-lang/crates.io-index"10565checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10566dependencies = [10567 "block-buffer 0.9.0",10568 "cfg-if 1.0.0",10569 "cpufeatures",10570 "digest 0.9.0",10571 "opaque-debug 0.3.0",10572]1057310574[[package]]10575name = "sha1"10576version = "0.10.5"10577source = "registry+https://github.com/rust-lang/crates.io-index"10578checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10579dependencies = [10580 "cfg-if 1.0.0",10581 "cpufeatures",10582 "digest 0.10.5",10583]1058410585[[package]]10586name = "sha2"10587version = "0.8.2"10588source = "registry+https://github.com/rust-lang/crates.io-index"10589checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10590dependencies = [10591 "block-buffer 0.7.3",10592 "digest 0.8.1",10593 "fake-simd",10594 "opaque-debug 0.2.3",10595]1059610597[[package]]10598name = "sha2"10599version = "0.9.9"10600source = "registry+https://github.com/rust-lang/crates.io-index"10601checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10602dependencies = [10603 "block-buffer 0.9.0",10604 "cfg-if 1.0.0",10605 "cpufeatures",10606 "digest 0.9.0",10607 "opaque-debug 0.3.0",10608]1060910610[[package]]10611name = "sha2"10612version = "0.10.6"10613source = "registry+https://github.com/rust-lang/crates.io-index"10614checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10615dependencies = [10616 "cfg-if 1.0.0",10617 "cpufeatures",10618 "digest 0.10.5",10619]1062010621[[package]]10622name = "sha3"10623version = "0.9.1"10624source = "registry+https://github.com/rust-lang/crates.io-index"10625checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10626dependencies = [10627 "block-buffer 0.9.0",10628 "digest 0.9.0",10629 "keccak",10630 "opaque-debug 0.3.0",10631]1063210633[[package]]10634name = "sha3"10635version = "0.10.5"10636source = "registry+https://github.com/rust-lang/crates.io-index"10637checksum = "e2904bea16a1ae962b483322a1c7b81d976029203aea1f461e51cd7705db7ba9"10638dependencies = [10639 "digest 0.10.5",10640 "keccak",10641]1064210643[[package]]10644name = "sharded-slab"10645version = "0.1.4"10646source = "registry+https://github.com/rust-lang/crates.io-index"10647checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10648dependencies = [10649 "lazy_static",10650]1065110652[[package]]10653name = "shlex"10654version = "1.1.0"10655source = "registry+https://github.com/rust-lang/crates.io-index"10656checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1065710658[[package]]10659name = "signal-hook"10660version = "0.3.14"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10663dependencies = [10664 "libc",10665 "signal-hook-registry",10666]1066710668[[package]]10669name = "signal-hook-registry"10670version = "1.4.0"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10673dependencies = [10674 "libc",10675]1067610677[[package]]10678name = "signature"10679version = "1.4.0"10680source = "registry+https://github.com/rust-lang/crates.io-index"10681checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10682dependencies = [10683 "digest 0.9.0",10684 "rand_core 0.6.4",10685]1068610687[[package]]10688name = "simba"10689version = "0.5.1"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10692dependencies = [10693 "approx",10694 "num-complex",10695 "num-traits",10696 "paste",10697]1069810699[[package]]10700name = "slab"10701version = "0.4.7"10702source = "registry+https://github.com/rust-lang/crates.io-index"10703checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10704dependencies = [10705 "autocfg",10706]1070710708[[package]]10709name = "slice-group-by"10710version = "0.3.0"10711source = "registry+https://github.com/rust-lang/crates.io-index"10712checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1071310714[[package]]10715name = "slot-range-helper"10716version = "0.9.29"10717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"10718dependencies = [10719 "enumn",10720 "parity-scale-codec 3.2.1",10721 "paste",10722 "sp-runtime",10723 "sp-std",10724]1072510726[[package]]10727name = "slotmap"10728version = "1.0.6"10729source = "registry+https://github.com/rust-lang/crates.io-index"10730checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10731dependencies = [10732 "version_check",10733]1073410735[[package]]10736name = "smallvec"10737version = "1.10.0"10738source = "registry+https://github.com/rust-lang/crates.io-index"10739checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1074010741[[package]]10742name = "snap"10743version = "1.0.5"10744source = "registry+https://github.com/rust-lang/crates.io-index"10745checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1074610747[[package]]10748name = "snow"10749version = "0.9.0"10750source = "registry+https://github.com/rust-lang/crates.io-index"10751checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10752dependencies = [10753 "aes-gcm",10754 "blake2",10755 "chacha20poly1305",10756 "curve25519-dalek 4.0.0-pre.1",10757 "rand_core 0.6.4",10758 "ring",10759 "rustc_version 0.4.0",10760 "sha2 0.10.6",10761 "subtle",10762]1076310764[[package]]10765name = "socket2"10766version = "0.4.7"10767source = "registry+https://github.com/rust-lang/crates.io-index"10768checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"10769dependencies = [10770 "libc",10771 "winapi",10772]1077310774[[package]]10775name = "soketto"10776version = "0.7.1"10777source = "registry+https://github.com/rust-lang/crates.io-index"10778checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10779dependencies = [10780 "base64",10781 "bytes",10782 "flate2",10783 "futures 0.3.24",10784 "httparse",10785 "log",10786 "rand 0.8.5",10787 "sha-1",10788]1078910790[[package]]10791name = "sp-api"10792version = "4.0.0-dev"10793source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10794dependencies = [10795 "hash-db",10796 "log",10797 "parity-scale-codec 3.2.1",10798 "sp-api-proc-macro",10799 "sp-core",10800 "sp-runtime",10801 "sp-state-machine",10802 "sp-std",10803 "sp-trie",10804 "sp-version",10805 "thiserror",10806]1080710808[[package]]10809name = "sp-api-proc-macro"10810version = "4.0.0-dev"10811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10812dependencies = [10813 "blake2",10814 "proc-macro-crate",10815 "proc-macro2",10816 "quote",10817 "syn",10818]1081910820[[package]]10821name = "sp-application-crypto"10822version = "6.0.0"10823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10824dependencies = [10825 "parity-scale-codec 3.2.1",10826 "scale-info",10827 "serde",10828 "sp-core",10829 "sp-io",10830 "sp-std",10831]1083210833[[package]]10834name = "sp-arithmetic"10835version = "5.0.0"10836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10837dependencies = [10838 "integer-sqrt",10839 "num-traits",10840 "parity-scale-codec 3.2.1",10841 "scale-info",10842 "serde",10843 "sp-debug-derive",10844 "sp-std",10845 "static_assertions",10846]1084710848[[package]]10849name = "sp-authority-discovery"10850version = "4.0.0-dev"10851source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10852dependencies = [10853 "parity-scale-codec 3.2.1",10854 "scale-info",10855 "sp-api",10856 "sp-application-crypto",10857 "sp-runtime",10858 "sp-std",10859]1086010861[[package]]10862name = "sp-authorship"10863version = "4.0.0-dev"10864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10865dependencies = [10866 "async-trait",10867 "parity-scale-codec 3.2.1",10868 "sp-inherents",10869 "sp-runtime",10870 "sp-std",10871]1087210873[[package]]10874name = "sp-block-builder"10875version = "4.0.0-dev"10876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10877dependencies = [10878 "parity-scale-codec 3.2.1",10879 "sp-api",10880 "sp-inherents",10881 "sp-runtime",10882 "sp-std",10883]1088410885[[package]]10886name = "sp-blockchain"10887version = "4.0.0-dev"10888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10889dependencies = [10890 "futures 0.3.24",10891 "log",10892 "lru 0.7.8",10893 "parity-scale-codec 3.2.1",10894 "parking_lot 0.12.1",10895 "sp-api",10896 "sp-consensus",10897 "sp-database",10898 "sp-runtime",10899 "sp-state-machine",10900 "thiserror",10901]1090210903[[package]]10904name = "sp-consensus"10905version = "0.10.0-dev"10906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10907dependencies = [10908 "async-trait",10909 "futures 0.3.24",10910 "futures-timer",10911 "log",10912 "parity-scale-codec 3.2.1",10913 "sp-core",10914 "sp-inherents",10915 "sp-runtime",10916 "sp-state-machine",10917 "sp-std",10918 "sp-version",10919 "thiserror",10920]1092110922[[package]]10923name = "sp-consensus-aura"10924version = "0.10.0-dev"10925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10926dependencies = [10927 "async-trait",10928 "parity-scale-codec 3.2.1",10929 "scale-info",10930 "sp-api",10931 "sp-application-crypto",10932 "sp-consensus",10933 "sp-consensus-slots",10934 "sp-inherents",10935 "sp-runtime",10936 "sp-std",10937 "sp-timestamp",10938]1093910940[[package]]10941name = "sp-consensus-babe"10942version = "0.10.0-dev"10943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10944dependencies = [10945 "async-trait",10946 "merlin",10947 "parity-scale-codec 3.2.1",10948 "scale-info",10949 "serde",10950 "sp-api",10951 "sp-application-crypto",10952 "sp-consensus",10953 "sp-consensus-slots",10954 "sp-consensus-vrf",10955 "sp-core",10956 "sp-inherents",10957 "sp-keystore",10958 "sp-runtime",10959 "sp-std",10960 "sp-timestamp",10961]1096210963[[package]]10964name = "sp-consensus-slots"10965version = "0.10.0-dev"10966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10967dependencies = [10968 "parity-scale-codec 3.2.1",10969 "scale-info",10970 "serde",10971 "sp-arithmetic",10972 "sp-runtime",10973 "sp-std",10974 "sp-timestamp",10975]1097610977[[package]]10978name = "sp-consensus-vrf"10979version = "0.10.0-dev"10980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10981dependencies = [10982 "parity-scale-codec 3.2.1",10983 "scale-info",10984 "schnorrkel",10985 "sp-core",10986 "sp-runtime",10987 "sp-std",10988]1098910990[[package]]10991name = "sp-core"10992version = "6.0.0"10993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10994dependencies = [10995 "base58",10996 "bitflags",10997 "blake2-rfc",10998 "byteorder",10999 "dyn-clonable",11000 "ed25519-zebra",11001 "futures 0.3.24",11002 "hash-db",11003 "hash256-std-hasher",11004 "hex",11005 "impl-serde",11006 "lazy_static",11007 "libsecp256k1",11008 "log",11009 "merlin",11010 "num-traits",11011 "parity-scale-codec 3.2.1",11012 "parity-util-mem",11013 "parking_lot 0.12.1",11014 "primitive-types",11015 "rand 0.7.3",11016 "regex",11017 "scale-info",11018 "schnorrkel",11019 "secp256k1",11020 "secrecy",11021 "serde",11022 "sp-core-hashing",11023 "sp-debug-derive",11024 "sp-externalities",11025 "sp-runtime-interface",11026 "sp-std",11027 "sp-storage",11028 "ss58-registry",11029 "substrate-bip39",11030 "thiserror",11031 "tiny-bip39",11032 "wasmi",11033 "zeroize",11034]1103511036[[package]]11037name = "sp-core-hashing"11038version = "4.0.0"11039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11040dependencies = [11041 "blake2",11042 "byteorder",11043 "digest 0.10.5",11044 "sha2 0.10.6",11045 "sha3 0.10.5",11046 "sp-std",11047 "twox-hash",11048]1104911050[[package]]11051name = "sp-core-hashing-proc-macro"11052version = "5.0.0"11053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11054dependencies = [11055 "proc-macro2",11056 "quote",11057 "sp-core-hashing",11058 "syn",11059]1106011061[[package]]11062name = "sp-database"11063version = "4.0.0-dev"11064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11065dependencies = [11066 "kvdb",11067 "parking_lot 0.12.1",11068]1106911070[[package]]11071name = "sp-debug-derive"11072version = "4.0.0"11073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11074dependencies = [11075 "proc-macro2",11076 "quote",11077 "syn",11078]1107911080[[package]]11081name = "sp-externalities"11082version = "0.12.0"11083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11084dependencies = [11085 "environmental",11086 "parity-scale-codec 3.2.1",11087 "sp-std",11088 "sp-storage",11089]1109011091[[package]]11092name = "sp-finality-grandpa"11093version = "4.0.0-dev"11094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11095dependencies = [11096 "finality-grandpa",11097 "log",11098 "parity-scale-codec 3.2.1",11099 "scale-info",11100 "serde",11101 "sp-api",11102 "sp-application-crypto",11103 "sp-core",11104 "sp-keystore",11105 "sp-runtime",11106 "sp-std",11107]1110811109[[package]]11110name = "sp-inherents"11111version = "4.0.0-dev"11112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11113dependencies = [11114 "async-trait",11115 "impl-trait-for-tuples",11116 "parity-scale-codec 3.2.1",11117 "sp-core",11118 "sp-runtime",11119 "sp-std",11120 "thiserror",11121]1112211123[[package]]11124name = "sp-io"11125version = "6.0.0"11126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11127dependencies = [11128 "bytes",11129 "futures 0.3.24",11130 "hash-db",11131 "libsecp256k1",11132 "log",11133 "parity-scale-codec 3.2.1",11134 "parking_lot 0.12.1",11135 "secp256k1",11136 "sp-core",11137 "sp-externalities",11138 "sp-keystore",11139 "sp-runtime-interface",11140 "sp-state-machine",11141 "sp-std",11142 "sp-tracing",11143 "sp-trie",11144 "sp-wasm-interface",11145 "tracing",11146 "tracing-core",11147]1114811149[[package]]11150name = "sp-keyring"11151version = "6.0.0"11152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11153dependencies = [11154 "lazy_static",11155 "sp-core",11156 "sp-runtime",11157 "strum",11158]1115911160[[package]]11161name = "sp-keystore"11162version = "0.12.0"11163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11164dependencies = [11165 "async-trait",11166 "futures 0.3.24",11167 "merlin",11168 "parity-scale-codec 3.2.1",11169 "parking_lot 0.12.1",11170 "schnorrkel",11171 "serde",11172 "sp-core",11173 "sp-externalities",11174 "thiserror",11175]1117611177[[package]]11178name = "sp-maybe-compressed-blob"11179version = "4.1.0-dev"11180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11181dependencies = [11182 "thiserror",11183 "zstd",11184]1118511186[[package]]11187name = "sp-mmr-primitives"11188version = "4.0.0-dev"11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11190dependencies = [11191 "log",11192 "parity-scale-codec 3.2.1",11193 "serde",11194 "sp-api",11195 "sp-core",11196 "sp-debug-derive",11197 "sp-runtime",11198 "sp-std",11199]1120011201[[package]]11202name = "sp-npos-elections"11203version = "4.0.0-dev"11204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11205dependencies = [11206 "parity-scale-codec 3.2.1",11207 "scale-info",11208 "serde",11209 "sp-arithmetic",11210 "sp-core",11211 "sp-runtime",11212 "sp-std",11213]1121411215[[package]]11216name = "sp-offchain"11217version = "4.0.0-dev"11218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11219dependencies = [11220 "sp-api",11221 "sp-core",11222 "sp-runtime",11223]1122411225[[package]]11226name = "sp-panic-handler"11227version = "4.0.0"11228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11229dependencies = [11230 "backtrace",11231 "lazy_static",11232 "regex",11233]1123411235[[package]]11236name = "sp-rpc"11237version = "6.0.0"11238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11239dependencies = [11240 "rustc-hash",11241 "serde",11242 "sp-core",11243]1124411245[[package]]11246name = "sp-runtime"11247version = "6.0.0"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11249dependencies = [11250 "either",11251 "hash256-std-hasher",11252 "impl-trait-for-tuples",11253 "log",11254 "parity-scale-codec 3.2.1",11255 "parity-util-mem",11256 "paste",11257 "rand 0.7.3",11258 "scale-info",11259 "serde",11260 "sp-application-crypto",11261 "sp-arithmetic",11262 "sp-core",11263 "sp-io",11264 "sp-std",11265]1126611267[[package]]11268name = "sp-runtime-interface"11269version = "6.0.0"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11271dependencies = [11272 "bytes",11273 "impl-trait-for-tuples",11274 "parity-scale-codec 3.2.1",11275 "primitive-types",11276 "sp-externalities",11277 "sp-runtime-interface-proc-macro",11278 "sp-std",11279 "sp-storage",11280 "sp-tracing",11281 "sp-wasm-interface",11282 "static_assertions",11283]1128411285[[package]]11286name = "sp-runtime-interface-proc-macro"11287version = "5.0.0"11288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11289dependencies = [11290 "Inflector",11291 "proc-macro-crate",11292 "proc-macro2",11293 "quote",11294 "syn",11295]1129611297[[package]]11298name = "sp-sandbox"11299version = "0.10.0-dev"11300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11301dependencies = [11302 "log",11303 "parity-scale-codec 3.2.1",11304 "sp-core",11305 "sp-io",11306 "sp-std",11307 "sp-wasm-interface",11308 "wasmi",11309]1131011311[[package]]11312name = "sp-session"11313version = "4.0.0-dev"11314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11315dependencies = [11316 "parity-scale-codec 3.2.1",11317 "scale-info",11318 "sp-api",11319 "sp-core",11320 "sp-runtime",11321 "sp-staking",11322 "sp-std",11323]1132411325[[package]]11326name = "sp-staking"11327version = "4.0.0-dev"11328source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11329dependencies = [11330 "parity-scale-codec 3.2.1",11331 "scale-info",11332 "sp-runtime",11333 "sp-std",11334]1133511336[[package]]11337name = "sp-state-machine"11338version = "0.12.0"11339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11340dependencies = [11341 "hash-db",11342 "log",11343 "num-traits",11344 "parity-scale-codec 3.2.1",11345 "parking_lot 0.12.1",11346 "rand 0.7.3",11347 "smallvec",11348 "sp-core",11349 "sp-externalities",11350 "sp-panic-handler",11351 "sp-std",11352 "sp-trie",11353 "thiserror",11354 "tracing",11355 "trie-root",11356]1135711358[[package]]11359name = "sp-std"11360version = "4.0.0"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"1136211363[[package]]11364name = "sp-storage"11365version = "6.0.0"11366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11367dependencies = [11368 "impl-serde",11369 "parity-scale-codec 3.2.1",11370 "ref-cast",11371 "serde",11372 "sp-debug-derive",11373 "sp-std",11374]1137511376[[package]]11377name = "sp-tasks"11378version = "4.0.0-dev"11379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11380dependencies = [11381 "log",11382 "sp-core",11383 "sp-externalities",11384 "sp-io",11385 "sp-runtime-interface",11386 "sp-std",11387]1138811389[[package]]11390name = "sp-timestamp"11391version = "4.0.0-dev"11392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11393dependencies = [11394 "async-trait",11395 "futures-timer",11396 "log",11397 "parity-scale-codec 3.2.1",11398 "sp-api",11399 "sp-inherents",11400 "sp-runtime",11401 "sp-std",11402 "thiserror",11403]1140411405[[package]]11406name = "sp-tracing"11407version = "5.0.0"11408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11409dependencies = [11410 "parity-scale-codec 3.2.1",11411 "sp-std",11412 "tracing",11413 "tracing-core",11414 "tracing-subscriber",11415]1141611417[[package]]11418name = "sp-transaction-pool"11419version = "4.0.0-dev"11420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11421dependencies = [11422 "sp-api",11423 "sp-runtime",11424]1142511426[[package]]11427name = "sp-transaction-storage-proof"11428version = "4.0.0-dev"11429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11430dependencies = [11431 "async-trait",11432 "log",11433 "parity-scale-codec 3.2.1",11434 "scale-info",11435 "sp-core",11436 "sp-inherents",11437 "sp-runtime",11438 "sp-std",11439 "sp-trie",11440]1144111442[[package]]11443name = "sp-trie"11444version = "6.0.0"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11446dependencies = [11447 "ahash",11448 "hash-db",11449 "hashbrown 0.12.3",11450 "lazy_static",11451 "lru 0.7.8",11452 "memory-db",11453 "nohash-hasher",11454 "parity-scale-codec 3.2.1",11455 "parking_lot 0.12.1",11456 "scale-info",11457 "sp-core",11458 "sp-std",11459 "thiserror",11460 "tracing",11461 "trie-db",11462 "trie-root",11463]1146411465[[package]]11466name = "sp-version"11467version = "5.0.0"11468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11469dependencies = [11470 "impl-serde",11471 "parity-scale-codec 3.2.1",11472 "parity-wasm 0.42.2",11473 "scale-info",11474 "serde",11475 "sp-core-hashing-proc-macro",11476 "sp-runtime",11477 "sp-std",11478 "sp-version-proc-macro",11479 "thiserror",11480]1148111482[[package]]11483name = "sp-version-proc-macro"11484version = "4.0.0-dev"11485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11486dependencies = [11487 "parity-scale-codec 3.2.1",11488 "proc-macro2",11489 "quote",11490 "syn",11491]1149211493[[package]]11494name = "sp-wasm-interface"11495version = "6.0.0"11496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11497dependencies = [11498 "impl-trait-for-tuples",11499 "log",11500 "parity-scale-codec 3.2.1",11501 "sp-std",11502 "wasmi",11503 "wasmtime",11504]1150511506[[package]]11507name = "spin"11508version = "0.5.2"11509source = "registry+https://github.com/rust-lang/crates.io-index"11510checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1151111512[[package]]11513name = "ss58-registry"11514version = "1.31.0"11515source = "registry+https://github.com/rust-lang/crates.io-index"11516checksum = "1de151faef619cb7b5c26b32d42bc7ddccac0d202beb7a84344b44e9232b92f7"11517dependencies = [11518 "Inflector",11519 "num-format",11520 "proc-macro2",11521 "quote",11522 "serde",11523 "serde_json",11524 "unicode-xid",11525]1152611527[[package]]11528name = "stable_deref_trait"11529version = "1.2.0"11530source = "registry+https://github.com/rust-lang/crates.io-index"11531checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1153211533[[package]]11534name = "static_assertions"11535version = "1.1.0"11536source = "registry+https://github.com/rust-lang/crates.io-index"11537checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1153811539[[package]]11540name = "static_init"11541version = "0.5.2"11542source = "registry+https://github.com/rust-lang/crates.io-index"11543checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11544dependencies = [11545 "cfg_aliases",11546 "libc",11547 "parking_lot 0.11.2",11548 "static_init_macro",11549]1155011551[[package]]11552name = "static_init_macro"11553version = "0.5.0"11554source = "registry+https://github.com/rust-lang/crates.io-index"11555checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11556dependencies = [11557 "cfg_aliases",11558 "memchr",11559 "proc-macro2",11560 "quote",11561 "syn",11562]1156311564[[package]]11565name = "statrs"11566version = "0.15.0"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11569dependencies = [11570 "approx",11571 "lazy_static",11572 "nalgebra",11573 "num-traits",11574 "rand 0.8.5",11575]1157611577[[package]]11578name = "strsim"11579version = "0.10.0"11580source = "registry+https://github.com/rust-lang/crates.io-index"11581checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1158211583[[package]]11584name = "struct-versioning"11585version = "0.1.0"11586dependencies = [11587 "quote",11588 "syn",11589]1159011591[[package]]11592name = "strum"11593version = "0.24.1"11594source = "registry+https://github.com/rust-lang/crates.io-index"11595checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11596dependencies = [11597 "strum_macros",11598]1159911600[[package]]11601name = "strum_macros"11602version = "0.24.3"11603source = "registry+https://github.com/rust-lang/crates.io-index"11604checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11605dependencies = [11606 "heck",11607 "proc-macro2",11608 "quote",11609 "rustversion",11610 "syn",11611]1161211613[[package]]11614name = "substrate-bip39"11615version = "0.4.4"11616source = "registry+https://github.com/rust-lang/crates.io-index"11617checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11618dependencies = [11619 "hmac 0.11.0",11620 "pbkdf2 0.8.0",11621 "schnorrkel",11622 "sha2 0.9.9",11623 "zeroize",11624]1162511626[[package]]11627name = "substrate-build-script-utils"11628version = "3.0.0"11629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11630dependencies = [11631 "platforms",11632]1163311634[[package]]11635name = "substrate-frame-rpc-system"11636version = "4.0.0-dev"11637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11638dependencies = [11639 "frame-system-rpc-runtime-api",11640 "futures 0.3.24",11641 "jsonrpsee",11642 "log",11643 "parity-scale-codec 3.2.1",11644 "sc-client-api",11645 "sc-rpc-api",11646 "sc-transaction-pool-api",11647 "serde_json",11648 "sp-api",11649 "sp-block-builder",11650 "sp-blockchain",11651 "sp-core",11652 "sp-runtime",11653]1165411655[[package]]11656name = "substrate-prometheus-endpoint"11657version = "0.10.0-dev"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11659dependencies = [11660 "futures-util",11661 "hyper",11662 "log",11663 "prometheus",11664 "thiserror",11665 "tokio",11666]1166711668[[package]]11669name = "substrate-state-trie-migration-rpc"11670version = "4.0.0-dev"11671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11672dependencies = [11673 "jsonrpsee",11674 "log",11675 "parity-scale-codec 3.2.1",11676 "sc-client-api",11677 "sc-rpc-api",11678 "scale-info",11679 "serde",11680 "sp-core",11681 "sp-io",11682 "sp-runtime",11683 "sp-state-machine",11684 "sp-std",11685 "sp-trie",11686 "trie-db",11687]1168811689[[package]]11690name = "substrate-test-client"11691version = "2.0.1"11692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11693dependencies = [11694 "async-trait",11695 "futures 0.3.24",11696 "hex",11697 "parity-scale-codec 3.2.1",11698 "sc-client-api",11699 "sc-client-db",11700 "sc-consensus",11701 "sc-executor",11702 "sc-offchain",11703 "sc-service",11704 "serde",11705 "serde_json",11706 "sp-blockchain",11707 "sp-consensus",11708 "sp-core",11709 "sp-keyring",11710 "sp-keystore",11711 "sp-runtime",11712 "sp-state-machine",11713]1171411715[[package]]11716name = "substrate-test-utils"11717version = "4.0.0-dev"11718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11719dependencies = [11720 "futures 0.3.24",11721 "substrate-test-utils-derive",11722 "tokio",11723]1172411725[[package]]11726name = "substrate-test-utils-derive"11727version = "0.10.0-dev"11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11729dependencies = [11730 "proc-macro-crate",11731 "proc-macro2",11732 "quote",11733 "syn",11734]1173511736[[package]]11737name = "substrate-wasm-builder"11738version = "5.0.0-dev"11739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11740dependencies = [11741 "ansi_term",11742 "build-helper",11743 "cargo_metadata",11744 "filetime",11745 "sp-maybe-compressed-blob",11746 "strum",11747 "tempfile",11748 "toml",11749 "walkdir",11750 "wasm-gc-api",11751]1175211753[[package]]11754name = "subtle"11755version = "2.4.1"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1175811759[[package]]11760name = "syn"11761version = "1.0.101"11762source = "registry+https://github.com/rust-lang/crates.io-index"11763checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2"11764dependencies = [11765 "proc-macro2",11766 "quote",11767 "unicode-ident",11768]1176911770[[package]]11771name = "synstructure"11772version = "0.12.6"11773source = "registry+https://github.com/rust-lang/crates.io-index"11774checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11775dependencies = [11776 "proc-macro2",11777 "quote",11778 "syn",11779 "unicode-xid",11780]1178111782[[package]]11783name = "system-configuration"11784version = "0.5.0"11785source = "registry+https://github.com/rust-lang/crates.io-index"11786checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11787dependencies = [11788 "bitflags",11789 "core-foundation",11790 "system-configuration-sys",11791]1179211793[[package]]11794name = "system-configuration-sys"11795version = "0.5.0"11796source = "registry+https://github.com/rust-lang/crates.io-index"11797checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11798dependencies = [11799 "core-foundation-sys",11800 "libc",11801]1180211803[[package]]11804name = "tap"11805version = "1.0.1"11806source = "registry+https://github.com/rust-lang/crates.io-index"11807checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1180811809[[package]]11810name = "target-lexicon"11811version = "0.12.4"11812source = "registry+https://github.com/rust-lang/crates.io-index"11813checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1181411815[[package]]11816name = "tempfile"11817version = "3.3.0"11818source = "registry+https://github.com/rust-lang/crates.io-index"11819checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11820dependencies = [11821 "cfg-if 1.0.0",11822 "fastrand",11823 "libc",11824 "redox_syscall",11825 "remove_dir_all",11826 "winapi",11827]1182811829[[package]]11830name = "termcolor"11831version = "1.1.3"11832source = "registry+https://github.com/rust-lang/crates.io-index"11833checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11834dependencies = [11835 "winapi-util",11836]1183711838[[package]]11839name = "test-runtime-constants"11840version = "0.9.29"11841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"11842dependencies = [11843 "frame-support",11844 "polkadot-primitives",11845 "polkadot-runtime-common",11846 "smallvec",11847 "sp-runtime",11848]1184911850[[package]]11851name = "tests"11852version = "0.1.1"11853dependencies = [11854 "evm-coder",11855 "fp-evm-mapping",11856 "frame-support",11857 "frame-system",11858 "pallet-balances",11859 "pallet-common",11860 "pallet-ethereum",11861 "pallet-evm",11862 "pallet-evm-coder-substrate",11863 "pallet-fungible",11864 "pallet-nonfungible",11865 "pallet-refungible",11866 "pallet-structure",11867 "pallet-timestamp",11868 "pallet-transaction-payment",11869 "pallet-unique",11870 "parity-scale-codec 3.2.1",11871 "scale-info",11872 "sp-core",11873 "sp-io",11874 "sp-runtime",11875 "sp-std",11876 "up-data-structs",11877 "up-sponsorship",11878]1187911880[[package]]11881name = "textwrap"11882version = "0.15.1"11883source = "registry+https://github.com/rust-lang/crates.io-index"11884checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"1188511886[[package]]11887name = "thiserror"11888version = "1.0.37"11889source = "registry+https://github.com/rust-lang/crates.io-index"11890checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"11891dependencies = [11892 "thiserror-impl",11893]1189411895[[package]]11896name = "thiserror-impl"11897version = "1.0.37"11898source = "registry+https://github.com/rust-lang/crates.io-index"11899checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"11900dependencies = [11901 "proc-macro2",11902 "quote",11903 "syn",11904]1190511906[[package]]11907name = "thousands"11908version = "0.2.0"11909source = "registry+https://github.com/rust-lang/crates.io-index"11910checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1191111912[[package]]11913name = "thread_local"11914version = "1.1.4"11915source = "registry+https://github.com/rust-lang/crates.io-index"11916checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11917dependencies = [11918 "once_cell",11919]1192011921[[package]]11922name = "threadpool"11923version = "1.8.1"11924source = "registry+https://github.com/rust-lang/crates.io-index"11925checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11926dependencies = [11927 "num_cpus",11928]1192911930[[package]]11931name = "thrift"11932version = "0.15.0"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11935dependencies = [11936 "byteorder",11937 "integer-encoding",11938 "log",11939 "ordered-float",11940 "threadpool",11941]1194211943[[package]]11944name = "tikv-jemalloc-sys"11945version = "0.4.3+5.2.1-patched.2"11946source = "registry+https://github.com/rust-lang/crates.io-index"11947checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11948dependencies = [11949 "cc",11950 "fs_extra",11951 "libc",11952]1195311954[[package]]11955name = "time"11956version = "0.1.44"11957source = "registry+https://github.com/rust-lang/crates.io-index"11958checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11959dependencies = [11960 "libc",11961 "wasi 0.10.0+wasi-snapshot-preview1",11962 "winapi",11963]1196411965[[package]]11966name = "time"11967version = "0.3.9"11968source = "registry+https://github.com/rust-lang/crates.io-index"11969checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"11970dependencies = [11971 "itoa 1.0.3",11972 "libc",11973 "num_threads",11974 "time-macros",11975]1197611977[[package]]11978name = "time-macros"11979version = "0.2.4"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1198211983[[package]]11984name = "tiny-bip39"11985version = "0.8.2"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11988dependencies = [11989 "anyhow",11990 "hmac 0.8.1",11991 "once_cell",11992 "pbkdf2 0.4.0",11993 "rand 0.7.3",11994 "rustc-hash",11995 "sha2 0.9.9",11996 "thiserror",11997 "unicode-normalization",11998 "wasm-bindgen",11999 "zeroize",12000]1200112002[[package]]12003name = "tiny-keccak"12004version = "2.0.2"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12007dependencies = [12008 "crunchy",12009]1201012011[[package]]12012name = "tinyvec"12013version = "1.6.0"12014source = "registry+https://github.com/rust-lang/crates.io-index"12015checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12016dependencies = [12017 "tinyvec_macros",12018]1201912020[[package]]12021name = "tinyvec_macros"12022version = "0.1.0"12023source = "registry+https://github.com/rust-lang/crates.io-index"12024checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1202512026[[package]]12027name = "tokio"12028version = "1.21.2"12029source = "registry+https://github.com/rust-lang/crates.io-index"12030checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12031dependencies = [12032 "autocfg",12033 "bytes",12034 "libc",12035 "memchr",12036 "mio",12037 "num_cpus",12038 "parking_lot 0.12.1",12039 "pin-project-lite 0.2.9",12040 "signal-hook-registry",12041 "socket2",12042 "tokio-macros",12043 "winapi",12044]1204512046[[package]]12047name = "tokio-macros"12048version = "1.8.0"12049source = "registry+https://github.com/rust-lang/crates.io-index"12050checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12051dependencies = [12052 "proc-macro2",12053 "quote",12054 "syn",12055]1205612057[[package]]12058name = "tokio-rustls"12059version = "0.23.4"12060source = "registry+https://github.com/rust-lang/crates.io-index"12061checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12062dependencies = [12063 "rustls",12064 "tokio",12065 "webpki",12066]1206712068[[package]]12069name = "tokio-stream"12070version = "0.1.10"12071source = "registry+https://github.com/rust-lang/crates.io-index"12072checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af"12073dependencies = [12074 "futures-core",12075 "pin-project-lite 0.2.9",12076 "tokio",12077]1207812079[[package]]12080name = "tokio-util"12081version = "0.7.4"12082source = "registry+https://github.com/rust-lang/crates.io-index"12083checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12084dependencies = [12085 "bytes",12086 "futures-core",12087 "futures-io",12088 "futures-sink",12089 "pin-project-lite 0.2.9",12090 "tokio",12091 "tracing",12092]1209312094[[package]]12095name = "toml"12096version = "0.5.9"12097source = "registry+https://github.com/rust-lang/crates.io-index"12098checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12099dependencies = [12100 "serde",12101]1210212103[[package]]12104name = "tower-service"12105version = "0.3.2"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1210812109[[package]]12110name = "tracing"12111version = "0.1.36"12112source = "registry+https://github.com/rust-lang/crates.io-index"12113checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"12114dependencies = [12115 "cfg-if 1.0.0",12116 "pin-project-lite 0.2.9",12117 "tracing-attributes",12118 "tracing-core",12119]1212012121[[package]]12122name = "tracing-attributes"12123version = "0.1.22"12124source = "registry+https://github.com/rust-lang/crates.io-index"12125checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"12126dependencies = [12127 "proc-macro2",12128 "quote",12129 "syn",12130]1213112132[[package]]12133name = "tracing-core"12134version = "0.1.29"12135source = "registry+https://github.com/rust-lang/crates.io-index"12136checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"12137dependencies = [12138 "once_cell",12139 "valuable",12140]1214112142[[package]]12143name = "tracing-futures"12144version = "0.2.5"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12147dependencies = [12148 "pin-project",12149 "tracing",12150]1215112152[[package]]12153name = "tracing-gum"12154version = "0.9.29"12155source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"12156dependencies = [12157 "polkadot-node-jaeger",12158 "polkadot-primitives",12159 "tracing",12160 "tracing-gum-proc-macro",12161]1216212163[[package]]12164name = "tracing-gum-proc-macro"12165version = "0.9.29"12166source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"12167dependencies = [12168 "expander 0.0.6",12169 "proc-macro-crate",12170 "proc-macro2",12171 "quote",12172 "syn",12173]1217412175[[package]]12176name = "tracing-log"12177version = "0.1.3"12178source = "registry+https://github.com/rust-lang/crates.io-index"12179checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12180dependencies = [12181 "lazy_static",12182 "log",12183 "tracing-core",12184]1218512186[[package]]12187name = "tracing-serde"12188version = "0.1.3"12189source = "registry+https://github.com/rust-lang/crates.io-index"12190checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12191dependencies = [12192 "serde",12193 "tracing-core",12194]1219512196[[package]]12197name = "tracing-subscriber"12198version = "0.2.25"12199source = "registry+https://github.com/rust-lang/crates.io-index"12200checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12201dependencies = [12202 "ansi_term",12203 "chrono",12204 "lazy_static",12205 "matchers",12206 "parking_lot 0.11.2",12207 "regex",12208 "serde",12209 "serde_json",12210 "sharded-slab",12211 "smallvec",12212 "thread_local",12213 "tracing",12214 "tracing-core",12215 "tracing-log",12216 "tracing-serde",12217]1221812219[[package]]12220name = "trie-db"12221version = "0.24.0"12222source = "registry+https://github.com/rust-lang/crates.io-index"12223checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12224dependencies = [12225 "hash-db",12226 "hashbrown 0.12.3",12227 "log",12228 "rustc-hex",12229 "smallvec",12230]1223112232[[package]]12233name = "trie-root"12234version = "0.17.0"12235source = "registry+https://github.com/rust-lang/crates.io-index"12236checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12237dependencies = [12238 "hash-db",12239]1224012241[[package]]12242name = "triehash"12243version = "0.8.4"12244source = "registry+https://github.com/rust-lang/crates.io-index"12245checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12246dependencies = [12247 "hash-db",12248 "rlp",12249]1225012251[[package]]12252name = "trust-dns-proto"12253version = "0.21.2"12254source = "registry+https://github.com/rust-lang/crates.io-index"12255checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12256dependencies = [12257 "async-trait",12258 "cfg-if 1.0.0",12259 "data-encoding",12260 "enum-as-inner",12261 "futures-channel",12262 "futures-io",12263 "futures-util",12264 "idna 0.2.3",12265 "ipnet",12266 "lazy_static",12267 "log",12268 "rand 0.8.5",12269 "smallvec",12270 "thiserror",12271 "tinyvec",12272 "url",12273]1227412275[[package]]12276name = "trust-dns-resolver"12277version = "0.21.2"12278source = "registry+https://github.com/rust-lang/crates.io-index"12279checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12280dependencies = [12281 "cfg-if 1.0.0",12282 "futures-util",12283 "ipconfig",12284 "lazy_static",12285 "log",12286 "lru-cache",12287 "parking_lot 0.12.1",12288 "resolv-conf",12289 "smallvec",12290 "thiserror",12291 "trust-dns-proto",12292]1229312294[[package]]12295name = "try-lock"12296version = "0.2.3"12297source = "registry+https://github.com/rust-lang/crates.io-index"12298checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1229912300[[package]]12301name = "try-runtime-cli"12302version = "0.10.0-dev"12303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"12304dependencies = [12305 "clap",12306 "frame-try-runtime",12307 "jsonrpsee",12308 "log",12309 "parity-scale-codec 3.2.1",12310 "remote-externalities",12311 "sc-chain-spec",12312 "sc-cli",12313 "sc-executor",12314 "sc-service",12315 "serde",12316 "sp-core",12317 "sp-externalities",12318 "sp-io",12319 "sp-keystore",12320 "sp-runtime",12321 "sp-state-machine",12322 "sp-version",12323 "zstd",12324]1232512326[[package]]12327name = "tt-call"12328version = "1.0.8"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1233112332[[package]]12333name = "twox-hash"12334version = "1.6.3"12335source = "registry+https://github.com/rust-lang/crates.io-index"12336checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12337dependencies = [12338 "cfg-if 1.0.0",12339 "digest 0.10.5",12340 "rand 0.8.5",12341 "static_assertions",12342]1234312344[[package]]12345name = "typenum"12346version = "1.15.0"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1234912350[[package]]12351name = "uc-rpc"12352version = "0.1.4"12353dependencies = [12354 "anyhow",12355 "app-promotion-rpc",12356 "jsonrpsee",12357 "pallet-common",12358 "pallet-evm",12359 "parity-scale-codec 3.2.1",12360 "rmrk-rpc",12361 "sp-api",12362 "sp-blockchain",12363 "sp-core",12364 "sp-rpc",12365 "sp-runtime",12366 "up-data-structs",12367 "up-rpc",12368]1236912370[[package]]12371name = "ucd-trie"12372version = "0.1.5"12373source = "registry+https://github.com/rust-lang/crates.io-index"12374checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1237512376[[package]]12377name = "uint"12378version = "0.9.4"12379source = "registry+https://github.com/rust-lang/crates.io-index"12380checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12381dependencies = [12382 "byteorder",12383 "crunchy",12384 "hex",12385 "static_assertions",12386]1238712388[[package]]12389name = "unicase"12390version = "2.6.0"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12393dependencies = [12394 "version_check",12395]1239612397[[package]]12398name = "unicode-bidi"12399version = "0.3.8"12400source = "registry+https://github.com/rust-lang/crates.io-index"12401checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1240212403[[package]]12404name = "unicode-ident"12405version = "1.0.4"12406source = "registry+https://github.com/rust-lang/crates.io-index"12407checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"1240812409[[package]]12410name = "unicode-normalization"12411version = "0.1.22"12412source = "registry+https://github.com/rust-lang/crates.io-index"12413checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12414dependencies = [12415 "tinyvec",12416]1241712418[[package]]12419name = "unicode-width"12420version = "0.1.10"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1242312424[[package]]12425name = "unicode-xid"12426version = "0.2.4"12427source = "registry+https://github.com/rust-lang/crates.io-index"12428checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1242912430[[package]]12431name = "unique-node"12432version = "0.9.29"12433dependencies = [12434 "app-promotion-rpc",12435 "clap",12436 "cumulus-client-cli",12437 "cumulus-client-collator",12438 "cumulus-client-consensus-aura",12439 "cumulus-client-consensus-common",12440 "cumulus-client-network",12441 "cumulus-client-service",12442 "cumulus-primitives-core",12443 "cumulus-primitives-parachain-inherent",12444 "cumulus-relay-chain-inprocess-interface",12445 "cumulus-relay-chain-interface",12446 "cumulus-relay-chain-rpc-interface",12447 "fc-consensus",12448 "fc-db",12449 "fc-mapping-sync",12450 "fc-rpc",12451 "fc-rpc-core",12452 "flexi_logger",12453 "fp-rpc",12454 "frame-benchmarking",12455 "frame-benchmarking-cli",12456 "futures 0.3.24",12457 "jsonrpsee",12458 "log",12459 "opal-runtime",12460 "pallet-ethereum",12461 "pallet-transaction-payment-rpc",12462 "pallet-transaction-payment-rpc-runtime-api",12463 "parity-scale-codec 3.2.1",12464 "parking_lot 0.12.1",12465 "polkadot-cli",12466 "polkadot-parachain",12467 "polkadot-primitives",12468 "polkadot-service",12469 "polkadot-test-service",12470 "quartz-runtime",12471 "rmrk-rpc",12472 "sc-basic-authorship",12473 "sc-chain-spec",12474 "sc-cli",12475 "sc-client-api",12476 "sc-consensus",12477 "sc-consensus-aura",12478 "sc-consensus-manual-seal",12479 "sc-executor",12480 "sc-finality-grandpa",12481 "sc-keystore",12482 "sc-network",12483 "sc-rpc",12484 "sc-rpc-api",12485 "sc-service",12486 "sc-sysinfo",12487 "sc-telemetry",12488 "sc-tracing",12489 "sc-transaction-pool",12490 "serde",12491 "serde_json",12492 "sp-api",12493 "sp-block-builder",12494 "sp-blockchain",12495 "sp-consensus",12496 "sp-consensus-aura",12497 "sp-core",12498 "sp-finality-grandpa",12499 "sp-inherents",12500 "sp-keystore",12501 "sp-offchain",12502 "sp-runtime",12503 "sp-session",12504 "sp-timestamp",12505 "sp-transaction-pool",12506 "sp-trie",12507 "substrate-build-script-utils",12508 "substrate-frame-rpc-system",12509 "substrate-prometheus-endpoint",12510 "tokio",12511 "try-runtime-cli",12512 "unique-rpc",12513 "unique-runtime",12514 "up-common",12515 "up-data-structs",12516 "up-rpc",12517]1251812519[[package]]12520name = "unique-rpc"12521version = "0.1.2"12522dependencies = [12523 "app-promotion-rpc",12524 "fc-db",12525 "fc-mapping-sync",12526 "fc-rpc",12527 "fc-rpc-core",12528 "fp-rpc",12529 "fp-storage",12530 "futures 0.3.24",12531 "jsonrpsee",12532 "pallet-common",12533 "pallet-ethereum",12534 "pallet-transaction-payment-rpc",12535 "pallet-transaction-payment-rpc-runtime-api",12536 "pallet-unique",12537 "rmrk-rpc",12538 "sc-client-api",12539 "sc-consensus-aura",12540 "sc-consensus-epochs",12541 "sc-finality-grandpa",12542 "sc-finality-grandpa-rpc",12543 "sc-keystore",12544 "sc-network",12545 "sc-rpc",12546 "sc-rpc-api",12547 "sc-service",12548 "sc-transaction-pool",12549 "serde",12550 "sp-api",12551 "sp-block-builder",12552 "sp-blockchain",12553 "sp-consensus",12554 "sp-consensus-aura",12555 "sp-core",12556 "sp-offchain",12557 "sp-runtime",12558 "sp-session",12559 "sp-storage",12560 "sp-transaction-pool",12561 "substrate-frame-rpc-system",12562 "tokio",12563 "uc-rpc",12564 "up-common",12565 "up-data-structs",12566 "up-rpc",12567]1256812569[[package]]12570name = "unique-runtime"12571version = "0.9.29"12572dependencies = [12573 "app-promotion-rpc",12574 "cumulus-pallet-aura-ext",12575 "cumulus-pallet-dmp-queue",12576 "cumulus-pallet-parachain-system",12577 "cumulus-pallet-xcm",12578 "cumulus-pallet-xcmp-queue",12579 "cumulus-primitives-core",12580 "cumulus-primitives-timestamp",12581 "cumulus-primitives-utility",12582 "derivative",12583 "evm-coder",12584 "fp-evm-mapping",12585 "fp-rpc",12586 "fp-self-contained",12587 "frame-benchmarking",12588 "frame-executive",12589 "frame-support",12590 "frame-system",12591 "frame-system-benchmarking",12592 "frame-system-rpc-runtime-api",12593 "frame-try-runtime",12594 "hex-literal",12595 "impl-trait-for-tuples",12596 "log",12597 "logtest",12598 "orml-tokens",12599 "orml-traits",12600 "orml-vesting",12601 "orml-xtokens",12602 "pallet-app-promotion",12603 "pallet-aura",12604 "pallet-balances",12605 "pallet-base-fee",12606 "pallet-common",12607 "pallet-configuration",12608 "pallet-ethereum",12609 "pallet-evm",12610 "pallet-evm-coder-substrate",12611 "pallet-evm-contract-helpers",12612 "pallet-evm-migration",12613 "pallet-evm-transaction-payment",12614 "pallet-foreign-assets",12615 "pallet-fungible",12616 "pallet-inflation",12617 "pallet-nonfungible",12618 "pallet-randomness-collective-flip",12619 "pallet-refungible",12620 "pallet-rmrk-core",12621 "pallet-rmrk-equip",12622 "pallet-structure",12623 "pallet-sudo",12624 "pallet-template-transaction-payment",12625 "pallet-timestamp",12626 "pallet-transaction-payment",12627 "pallet-transaction-payment-rpc-runtime-api",12628 "pallet-treasury",12629 "pallet-unique",12630 "pallet-unique-scheduler",12631 "pallet-xcm",12632 "parachain-info",12633 "parity-scale-codec 3.2.1",12634 "polkadot-parachain",12635 "rmrk-rpc",12636 "scale-info",12637 "serde",12638 "smallvec",12639 "sp-api",12640 "sp-arithmetic",12641 "sp-block-builder",12642 "sp-consensus-aura",12643 "sp-core",12644 "sp-inherents",12645 "sp-io",12646 "sp-offchain",12647 "sp-runtime",12648 "sp-session",12649 "sp-std",12650 "sp-transaction-pool",12651 "sp-version",12652 "substrate-wasm-builder",12653 "up-common",12654 "up-data-structs",12655 "up-rpc",12656 "up-sponsorship",12657 "xcm",12658 "xcm-builder",12659 "xcm-executor",12660]1266112662[[package]]12663name = "universal-hash"12664version = "0.4.1"12665source = "registry+https://github.com/rust-lang/crates.io-index"12666checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12667dependencies = [12668 "generic-array 0.14.6",12669 "subtle",12670]1267112672[[package]]12673name = "unsigned-varint"12674version = "0.7.1"12675source = "registry+https://github.com/rust-lang/crates.io-index"12676checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12677dependencies = [12678 "asynchronous-codec",12679 "bytes",12680 "futures-io",12681 "futures-util",12682]1268312684[[package]]12685name = "untrusted"12686version = "0.7.1"12687source = "registry+https://github.com/rust-lang/crates.io-index"12688checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1268912690[[package]]12691name = "up-common"12692version = "0.9.29"12693dependencies = [12694 "fp-rpc",12695 "frame-support",12696 "pallet-evm",12697 "sp-consensus-aura",12698 "sp-core",12699 "sp-runtime",12700 "sp-std",12701]1270212703[[package]]12704name = "up-data-structs"12705version = "0.2.2"12706dependencies = [12707 "bondrewd",12708 "derivative",12709 "frame-support",12710 "frame-system",12711 "pallet-evm",12712 "parity-scale-codec 3.2.1",12713 "rmrk-traits",12714 "scale-info",12715 "serde",12716 "sp-core",12717 "sp-runtime",12718 "sp-std",12719 "struct-versioning",12720]1272112722[[package]]12723name = "up-rpc"12724version = "0.1.3"12725dependencies = [12726 "pallet-common",12727 "pallet-evm",12728 "parity-scale-codec 3.2.1",12729 "sp-api",12730 "sp-core",12731 "sp-runtime",12732 "sp-std",12733 "up-data-structs",12734]1273512736[[package]]12737name = "up-sponsorship"12738version = "0.1.0"12739source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.29#2917e3c58a51d3654788326197cb3e1eab7febae"12740dependencies = [12741 "impl-trait-for-tuples",12742]1274312744[[package]]12745name = "url"12746version = "2.3.1"12747source = "registry+https://github.com/rust-lang/crates.io-index"12748checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"12749dependencies = [12750 "form_urlencoded",12751 "idna 0.3.0",12752 "percent-encoding",12753]1275412755[[package]]12756name = "valuable"12757version = "0.1.0"12758source = "registry+https://github.com/rust-lang/crates.io-index"12759checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1276012761[[package]]12762name = "value-bag"12763version = "1.0.0-alpha.9"12764source = "registry+https://github.com/rust-lang/crates.io-index"12765checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12766dependencies = [12767 "ctor",12768 "version_check",12769]1277012771[[package]]12772name = "vcpkg"12773version = "0.2.15"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1277612777[[package]]12778name = "version_check"12779version = "0.9.4"12780source = "registry+https://github.com/rust-lang/crates.io-index"12781checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1278212783[[package]]12784name = "void"12785version = "1.0.2"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1278812789[[package]]12790name = "waker-fn"12791version = "1.1.0"12792source = "registry+https://github.com/rust-lang/crates.io-index"12793checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1279412795[[package]]12796name = "walkdir"12797version = "2.3.2"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12800dependencies = [12801 "same-file",12802 "winapi",12803 "winapi-util",12804]1280512806[[package]]12807name = "want"12808version = "0.3.0"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12811dependencies = [12812 "log",12813 "try-lock",12814]1281512816[[package]]12817name = "wasi"12818version = "0.9.0+wasi-snapshot-preview1"12819source = "registry+https://github.com/rust-lang/crates.io-index"12820checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1282112822[[package]]12823name = "wasi"12824version = "0.10.0+wasi-snapshot-preview1"12825source = "registry+https://github.com/rust-lang/crates.io-index"12826checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1282712828[[package]]12829name = "wasi"12830version = "0.11.0+wasi-snapshot-preview1"12831source = "registry+https://github.com/rust-lang/crates.io-index"12832checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1283312834[[package]]12835name = "wasm-bindgen"12836version = "0.2.83"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"12839dependencies = [12840 "cfg-if 1.0.0",12841 "wasm-bindgen-macro",12842]1284312844[[package]]12845name = "wasm-bindgen-backend"12846version = "0.2.83"12847source = "registry+https://github.com/rust-lang/crates.io-index"12848checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"12849dependencies = [12850 "bumpalo",12851 "log",12852 "once_cell",12853 "proc-macro2",12854 "quote",12855 "syn",12856 "wasm-bindgen-shared",12857]1285812859[[package]]12860name = "wasm-bindgen-futures"12861version = "0.4.33"12862source = "registry+https://github.com/rust-lang/crates.io-index"12863checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"12864dependencies = [12865 "cfg-if 1.0.0",12866 "js-sys",12867 "wasm-bindgen",12868 "web-sys",12869]1287012871[[package]]12872name = "wasm-bindgen-macro"12873version = "0.2.83"12874source = "registry+https://github.com/rust-lang/crates.io-index"12875checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"12876dependencies = [12877 "quote",12878 "wasm-bindgen-macro-support",12879]1288012881[[package]]12882name = "wasm-bindgen-macro-support"12883version = "0.2.83"12884source = "registry+https://github.com/rust-lang/crates.io-index"12885checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"12886dependencies = [12887 "proc-macro2",12888 "quote",12889 "syn",12890 "wasm-bindgen-backend",12891 "wasm-bindgen-shared",12892]1289312894[[package]]12895name = "wasm-bindgen-shared"12896version = "0.2.83"12897source = "registry+https://github.com/rust-lang/crates.io-index"12898checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1289912900[[package]]12901name = "wasm-gc-api"12902version = "0.1.11"12903source = "registry+https://github.com/rust-lang/crates.io-index"12904checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12905dependencies = [12906 "log",12907 "parity-wasm 0.32.0",12908 "rustc-demangle",12909]1291012911[[package]]12912name = "wasm-instrument"12913version = "0.1.1"12914source = "registry+https://github.com/rust-lang/crates.io-index"12915checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12916dependencies = [12917 "parity-wasm 0.42.2",12918]1291912920[[package]]12921name = "wasm-timer"12922version = "0.2.5"12923source = "registry+https://github.com/rust-lang/crates.io-index"12924checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12925dependencies = [12926 "futures 0.3.24",12927 "js-sys",12928 "parking_lot 0.11.2",12929 "pin-utils",12930 "wasm-bindgen",12931 "wasm-bindgen-futures",12932 "web-sys",12933]1293412935[[package]]12936name = "wasmi"12937version = "0.9.1"12938source = "registry+https://github.com/rust-lang/crates.io-index"12939checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12940dependencies = [12941 "downcast-rs",12942 "libc",12943 "libm",12944 "memory_units",12945 "num-rational 0.2.4",12946 "num-traits",12947 "parity-wasm 0.42.2",12948 "wasmi-validation",12949]1295012951[[package]]12952name = "wasmi-validation"12953version = "0.4.1"12954source = "registry+https://github.com/rust-lang/crates.io-index"12955checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12956dependencies = [12957 "parity-wasm 0.42.2",12958]1295912960[[package]]12961name = "wasmparser"12962version = "0.85.0"12963source = "registry+https://github.com/rust-lang/crates.io-index"12964checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"12965dependencies = [12966 "indexmap",12967]1296812969[[package]]12970name = "wasmtime"12971version = "0.38.3"12972source = "registry+https://github.com/rust-lang/crates.io-index"12973checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"12974dependencies = [12975 "anyhow",12976 "backtrace",12977 "bincode",12978 "cfg-if 1.0.0",12979 "indexmap",12980 "lazy_static",12981 "libc",12982 "log",12983 "object 0.28.4",12984 "once_cell",12985 "paste",12986 "psm",12987 "rayon",12988 "region",12989 "serde",12990 "target-lexicon",12991 "wasmparser",12992 "wasmtime-cache",12993 "wasmtime-cranelift",12994 "wasmtime-environ",12995 "wasmtime-jit",12996 "wasmtime-runtime",12997 "winapi",12998]1299913000[[package]]13001name = "wasmtime-cache"13002version = "0.38.3"13003source = "registry+https://github.com/rust-lang/crates.io-index"13004checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"13005dependencies = [13006 "anyhow",13007 "base64",13008 "bincode",13009 "directories-next",13010 "file-per-thread-logger",13011 "log",13012 "rustix 0.33.7",13013 "serde",13014 "sha2 0.9.9",13015 "toml",13016 "winapi",13017 "zstd",13018]1301913020[[package]]13021name = "wasmtime-cranelift"13022version = "0.38.3"13023source = "registry+https://github.com/rust-lang/crates.io-index"13024checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"13025dependencies = [13026 "anyhow",13027 "cranelift-codegen",13028 "cranelift-entity",13029 "cranelift-frontend",13030 "cranelift-native",13031 "cranelift-wasm",13032 "gimli",13033 "log",13034 "more-asserts",13035 "object 0.28.4",13036 "target-lexicon",13037 "thiserror",13038 "wasmparser",13039 "wasmtime-environ",13040]1304113042[[package]]13043name = "wasmtime-environ"13044version = "0.38.3"13045source = "registry+https://github.com/rust-lang/crates.io-index"13046checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"13047dependencies = [13048 "anyhow",13049 "cranelift-entity",13050 "gimli",13051 "indexmap",13052 "log",13053 "more-asserts",13054 "object 0.28.4",13055 "serde",13056 "target-lexicon",13057 "thiserror",13058 "wasmparser",13059 "wasmtime-types",13060]1306113062[[package]]13063name = "wasmtime-jit"13064version = "0.38.3"13065source = "registry+https://github.com/rust-lang/crates.io-index"13066checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"13067dependencies = [13068 "addr2line",13069 "anyhow",13070 "bincode",13071 "cfg-if 1.0.0",13072 "cpp_demangle",13073 "gimli",13074 "log",13075 "object 0.28.4",13076 "region",13077 "rustc-demangle",13078 "rustix 0.33.7",13079 "serde",13080 "target-lexicon",13081 "thiserror",13082 "wasmtime-environ",13083 "wasmtime-jit-debug",13084 "wasmtime-runtime",13085 "winapi",13086]1308713088[[package]]13089name = "wasmtime-jit-debug"13090version = "0.38.3"13091source = "registry+https://github.com/rust-lang/crates.io-index"13092checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"13093dependencies = [13094 "lazy_static",13095 "object 0.28.4",13096 "rustix 0.33.7",13097]1309813099[[package]]13100name = "wasmtime-runtime"13101version = "0.38.3"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"13104dependencies = [13105 "anyhow",13106 "backtrace",13107 "cc",13108 "cfg-if 1.0.0",13109 "indexmap",13110 "libc",13111 "log",13112 "mach",13113 "memfd",13114 "memoffset",13115 "more-asserts",13116 "rand 0.8.5",13117 "region",13118 "rustix 0.33.7",13119 "thiserror",13120 "wasmtime-environ",13121 "wasmtime-jit-debug",13122 "winapi",13123]1312413125[[package]]13126name = "wasmtime-types"13127version = "0.38.3"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"13130dependencies = [13131 "cranelift-entity",13132 "serde",13133 "thiserror",13134 "wasmparser",13135]1313613137[[package]]13138name = "web-sys"13139version = "0.3.60"13140source = "registry+https://github.com/rust-lang/crates.io-index"13141checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13142dependencies = [13143 "js-sys",13144 "wasm-bindgen",13145]1314613147[[package]]13148name = "webpki"13149version = "0.22.0"13150source = "registry+https://github.com/rust-lang/crates.io-index"13151checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13152dependencies = [13153 "ring",13154 "untrusted",13155]1315613157[[package]]13158name = "webpki-roots"13159version = "0.22.5"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13162dependencies = [13163 "webpki",13164]1316513166[[package]]13167name = "wepoll-ffi"13168version = "0.1.2"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13171dependencies = [13172 "cc",13173]1317413175[[package]]13176name = "westend-runtime"13177version = "0.9.29"13178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13179dependencies = [13180 "beefy-primitives",13181 "bitvec 1.0.1",13182 "frame-benchmarking",13183 "frame-election-provider-support",13184 "frame-executive",13185 "frame-support",13186 "frame-system",13187 "frame-system-benchmarking",13188 "frame-system-rpc-runtime-api",13189 "frame-try-runtime",13190 "hex-literal",13191 "log",13192 "pallet-authority-discovery",13193 "pallet-authorship",13194 "pallet-babe",13195 "pallet-bags-list",13196 "pallet-balances",13197 "pallet-collective",13198 "pallet-democracy",13199 "pallet-election-provider-multi-phase",13200 "pallet-election-provider-support-benchmarking",13201 "pallet-elections-phragmen",13202 "pallet-grandpa",13203 "pallet-identity",13204 "pallet-im-online",13205 "pallet-indices",13206 "pallet-membership",13207 "pallet-multisig",13208 "pallet-nomination-pools",13209 "pallet-nomination-pools-benchmarking",13210 "pallet-nomination-pools-runtime-api",13211 "pallet-offences",13212 "pallet-offences-benchmarking",13213 "pallet-preimage",13214 "pallet-proxy",13215 "pallet-recovery",13216 "pallet-scheduler",13217 "pallet-session",13218 "pallet-session-benchmarking",13219 "pallet-society",13220 "pallet-staking",13221 "pallet-staking-reward-curve",13222 "pallet-sudo",13223 "pallet-timestamp",13224 "pallet-transaction-payment",13225 "pallet-transaction-payment-rpc-runtime-api",13226 "pallet-treasury",13227 "pallet-utility",13228 "pallet-vesting",13229 "pallet-xcm",13230 "pallet-xcm-benchmarks",13231 "parity-scale-codec 3.2.1",13232 "polkadot-parachain",13233 "polkadot-primitives",13234 "polkadot-runtime-common",13235 "polkadot-runtime-parachains",13236 "rustc-hex",13237 "scale-info",13238 "serde",13239 "serde_derive",13240 "smallvec",13241 "sp-api",13242 "sp-authority-discovery",13243 "sp-block-builder",13244 "sp-consensus-babe",13245 "sp-core",13246 "sp-inherents",13247 "sp-io",13248 "sp-mmr-primitives",13249 "sp-npos-elections",13250 "sp-offchain",13251 "sp-runtime",13252 "sp-session",13253 "sp-staking",13254 "sp-std",13255 "sp-transaction-pool",13256 "sp-version",13257 "substrate-wasm-builder",13258 "westend-runtime-constants",13259 "xcm",13260 "xcm-builder",13261 "xcm-executor",13262]1326313264[[package]]13265name = "westend-runtime-constants"13266version = "0.9.29"13267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13268dependencies = [13269 "frame-support",13270 "polkadot-primitives",13271 "polkadot-runtime-common",13272 "smallvec",13273 "sp-runtime",13274]1327513276[[package]]13277name = "which"13278version = "4.3.0"13279source = "registry+https://github.com/rust-lang/crates.io-index"13280checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13281dependencies = [13282 "either",13283 "libc",13284 "once_cell",13285]1328613287[[package]]13288name = "widestring"13289version = "0.5.1"13290source = "registry+https://github.com/rust-lang/crates.io-index"13291checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1329213293[[package]]13294name = "winapi"13295version = "0.3.9"13296source = "registry+https://github.com/rust-lang/crates.io-index"13297checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13298dependencies = [13299 "winapi-i686-pc-windows-gnu",13300 "winapi-x86_64-pc-windows-gnu",13301]1330213303[[package]]13304name = "winapi-i686-pc-windows-gnu"13305version = "0.4.0"13306source = "registry+https://github.com/rust-lang/crates.io-index"13307checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1330813309[[package]]13310name = "winapi-util"13311version = "0.1.5"13312source = "registry+https://github.com/rust-lang/crates.io-index"13313checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13314dependencies = [13315 "winapi",13316]1331713318[[package]]13319name = "winapi-x86_64-pc-windows-gnu"13320version = "0.4.0"13321source = "registry+https://github.com/rust-lang/crates.io-index"13322checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1332313324[[package]]13325name = "windows"13326version = "0.34.0"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13329dependencies = [13330 "windows_aarch64_msvc 0.34.0",13331 "windows_i686_gnu 0.34.0",13332 "windows_i686_msvc 0.34.0",13333 "windows_x86_64_gnu 0.34.0",13334 "windows_x86_64_msvc 0.34.0",13335]1333613337[[package]]13338name = "windows-sys"13339version = "0.36.1"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13342dependencies = [13343 "windows_aarch64_msvc 0.36.1",13344 "windows_i686_gnu 0.36.1",13345 "windows_i686_msvc 0.36.1",13346 "windows_x86_64_gnu 0.36.1",13347 "windows_x86_64_msvc 0.36.1",13348]1334913350[[package]]13351name = "windows_aarch64_msvc"13352version = "0.34.0"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1335513356[[package]]13357name = "windows_aarch64_msvc"13358version = "0.36.1"13359source = "registry+https://github.com/rust-lang/crates.io-index"13360checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1336113362[[package]]13363name = "windows_i686_gnu"13364version = "0.34.0"13365source = "registry+https://github.com/rust-lang/crates.io-index"13366checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1336713368[[package]]13369name = "windows_i686_gnu"13370version = "0.36.1"13371source = "registry+https://github.com/rust-lang/crates.io-index"13372checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1337313374[[package]]13375name = "windows_i686_msvc"13376version = "0.34.0"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1337913380[[package]]13381name = "windows_i686_msvc"13382version = "0.36.1"13383source = "registry+https://github.com/rust-lang/crates.io-index"13384checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1338513386[[package]]13387name = "windows_x86_64_gnu"13388version = "0.34.0"13389source = "registry+https://github.com/rust-lang/crates.io-index"13390checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1339113392[[package]]13393name = "windows_x86_64_gnu"13394version = "0.36.1"13395source = "registry+https://github.com/rust-lang/crates.io-index"13396checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1339713398[[package]]13399name = "windows_x86_64_msvc"13400version = "0.34.0"13401source = "registry+https://github.com/rust-lang/crates.io-index"13402checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1340313404[[package]]13405name = "windows_x86_64_msvc"13406version = "0.36.1"13407source = "registry+https://github.com/rust-lang/crates.io-index"13408checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1340913410[[package]]13411name = "winreg"13412version = "0.7.0"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13415dependencies = [13416 "winapi",13417]1341813419[[package]]13420name = "wyz"13421version = "0.2.0"13422source = "registry+https://github.com/rust-lang/crates.io-index"13423checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1342413425[[package]]13426name = "wyz"13427version = "0.5.0"13428source = "registry+https://github.com/rust-lang/crates.io-index"13429checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13430dependencies = [13431 "tap",13432]1343313434[[package]]13435name = "x25519-dalek"13436version = "1.1.1"13437source = "registry+https://github.com/rust-lang/crates.io-index"13438checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13439dependencies = [13440 "curve25519-dalek 3.2.0",13441 "rand_core 0.5.1",13442 "zeroize",13443]1344413445[[package]]13446name = "xcm"13447version = "0.9.29"13448source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13449dependencies = [13450 "derivative",13451 "impl-trait-for-tuples",13452 "log",13453 "parity-scale-codec 3.2.1",13454 "scale-info",13455 "sp-runtime",13456 "xcm-procedural",13457]1345813459[[package]]13460name = "xcm-builder"13461version = "0.9.29"13462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13463dependencies = [13464 "frame-support",13465 "frame-system",13466 "log",13467 "pallet-transaction-payment",13468 "parity-scale-codec 3.2.1",13469 "polkadot-parachain",13470 "scale-info",13471 "sp-arithmetic",13472 "sp-io",13473 "sp-runtime",13474 "sp-std",13475 "xcm",13476 "xcm-executor",13477]1347813479[[package]]13480name = "xcm-executor"13481version = "0.9.29"13482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13483dependencies = [13484 "frame-benchmarking",13485 "frame-support",13486 "impl-trait-for-tuples",13487 "log",13488 "parity-scale-codec 3.2.1",13489 "sp-arithmetic",13490 "sp-core",13491 "sp-io",13492 "sp-runtime",13493 "sp-std",13494 "xcm",13495]1349613497[[package]]13498name = "xcm-procedural"13499version = "0.9.29"13500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13501dependencies = [13502 "Inflector",13503 "proc-macro2",13504 "quote",13505 "syn",13506]1350713508[[package]]13509name = "yamux"13510version = "0.10.2"13511source = "registry+https://github.com/rust-lang/crates.io-index"13512checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13513dependencies = [13514 "futures 0.3.24",13515 "log",13516 "nohash-hasher",13517 "parking_lot 0.12.1",13518 "rand 0.8.5",13519 "static_assertions",13520]1352113522[[package]]13523name = "zeroize"13524version = "1.5.7"13525source = "registry+https://github.com/rust-lang/crates.io-index"13526checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13527dependencies = [13528 "zeroize_derive",13529]1353013531[[package]]13532name = "zeroize_derive"13533version = "1.3.2"13534source = "registry+https://github.com/rust-lang/crates.io-index"13535checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13536dependencies = [13537 "proc-macro2",13538 "quote",13539 "syn",13540 "synstructure",13541]1354213543[[package]]13544name = "zstd"13545version = "0.11.2+zstd.1.5.2"13546source = "registry+https://github.com/rust-lang/crates.io-index"13547checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13548dependencies = [13549 "zstd-safe",13550]1355113552[[package]]13553name = "zstd-safe"13554version = "5.0.2+zstd.1.5.2"13555source = "registry+https://github.com/rust-lang/crates.io-index"13556checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13557dependencies = [13558 "libc",13559 "zstd-sys",13560]1356113562[[package]]13563name = "zstd-sys"13564version = "2.0.1+zstd.1.5.2"13565source = "registry+https://github.com/rust-lang/crates.io-index"13566checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13567dependencies = [13568 "cc",13569 "libc",13570]