git.delta.rocks / unique-network / refs/commits / 429358c2bb85

difftreelog

source

Cargo.lock302.3 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.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-unique-scheduler-v2"6715version = "0.1.0"6716dependencies = [6717 "frame-benchmarking",6718 "frame-support",6719 "frame-system",6720 "log",6721 "pallet-preimage",6722 "parity-scale-codec 3.2.1",6723 "scale-info",6724 "sp-core",6725 "sp-io",6726 "sp-runtime",6727 "sp-std",6728 "substrate-test-utils",6729]67306731[[package]]6732name = "pallet-utility"6733version = "4.0.0-dev"6734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6735dependencies = [6736 "frame-benchmarking",6737 "frame-support",6738 "frame-system",6739 "parity-scale-codec 3.2.1",6740 "scale-info",6741 "sp-core",6742 "sp-io",6743 "sp-runtime",6744 "sp-std",6745]67466747[[package]]6748name = "pallet-vesting"6749version = "4.0.0-dev"6750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"6751dependencies = [6752 "frame-benchmarking",6753 "frame-support",6754 "frame-system",6755 "log",6756 "parity-scale-codec 3.2.1",6757 "scale-info",6758 "sp-runtime",6759 "sp-std",6760]67616762[[package]]6763name = "pallet-xcm"6764version = "0.9.29"6765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"6766dependencies = [6767 "frame-support",6768 "frame-system",6769 "log",6770 "parity-scale-codec 3.2.1",6771 "scale-info",6772 "serde",6773 "sp-core",6774 "sp-runtime",6775 "sp-std",6776 "xcm",6777 "xcm-executor",6778]67796780[[package]]6781name = "pallet-xcm-benchmarks"6782version = "0.9.29"6783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"6784dependencies = [6785 "frame-benchmarking",6786 "frame-support",6787 "frame-system",6788 "log",6789 "parity-scale-codec 3.2.1",6790 "scale-info",6791 "sp-runtime",6792 "sp-std",6793 "xcm",6794 "xcm-executor",6795]67966797[[package]]6798name = "parachain-info"6799version = "0.1.0"6800source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.29#2fa95572487cfcf8dbe6941bf93545c39d47f784"6801dependencies = [6802 "cumulus-primitives-core",6803 "frame-support",6804 "frame-system",6805 "parity-scale-codec 3.2.1",6806 "scale-info",6807 "serde",6808]68096810[[package]]6811name = "parity-db"6812version = "0.3.17"6813source = "registry+https://github.com/rust-lang/crates.io-index"6814checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6815dependencies = [6816 "blake2-rfc",6817 "crc32fast",6818 "fs2",6819 "hex",6820 "libc",6821 "log",6822 "lz4",6823 "memmap2",6824 "parking_lot 0.12.1",6825 "rand 0.8.5",6826 "snap",6827]68286829[[package]]6830name = "parity-scale-codec"6831version = "2.3.1"6832source = "registry+https://github.com/rust-lang/crates.io-index"6833checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6834dependencies = [6835 "arrayvec 0.7.2",6836 "bitvec 0.20.4",6837 "byte-slice-cast",6838 "impl-trait-for-tuples",6839 "parity-scale-codec-derive 2.3.1",6840 "serde",6841]68426843[[package]]6844name = "parity-scale-codec"6845version = "3.2.1"6846source = "registry+https://github.com/rust-lang/crates.io-index"6847checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6848dependencies = [6849 "arrayvec 0.7.2",6850 "bitvec 1.0.1",6851 "byte-slice-cast",6852 "bytes",6853 "impl-trait-for-tuples",6854 "parity-scale-codec-derive 3.1.3",6855 "serde",6856]68576858[[package]]6859name = "parity-scale-codec-derive"6860version = "2.3.1"6861source = "registry+https://github.com/rust-lang/crates.io-index"6862checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6863dependencies = [6864 "proc-macro-crate",6865 "proc-macro2",6866 "quote",6867 "syn",6868]68696870[[package]]6871name = "parity-scale-codec-derive"6872version = "3.1.3"6873source = "registry+https://github.com/rust-lang/crates.io-index"6874checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6875dependencies = [6876 "proc-macro-crate",6877 "proc-macro2",6878 "quote",6879 "syn",6880]68816882[[package]]6883name = "parity-send-wrapper"6884version = "0.1.0"6885source = "registry+https://github.com/rust-lang/crates.io-index"6886checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68876888[[package]]6889name = "parity-util-mem"6890version = "0.11.0"6891source = "registry+https://github.com/rust-lang/crates.io-index"6892checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6893dependencies = [6894 "cfg-if 1.0.0",6895 "ethereum-types",6896 "hashbrown 0.12.3",6897 "impl-trait-for-tuples",6898 "lru 0.7.8",6899 "parity-util-mem-derive",6900 "parking_lot 0.12.1",6901 "primitive-types",6902 "smallvec",6903 "winapi",6904]69056906[[package]]6907name = "parity-util-mem-derive"6908version = "0.1.0"6909source = "registry+https://github.com/rust-lang/crates.io-index"6910checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6911dependencies = [6912 "proc-macro2",6913 "syn",6914 "synstructure",6915]69166917[[package]]6918name = "parity-wasm"6919version = "0.32.0"6920source = "registry+https://github.com/rust-lang/crates.io-index"6921checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6922dependencies = [6923 "byteorder",6924]69256926[[package]]6927name = "parity-wasm"6928version = "0.42.2"6929source = "registry+https://github.com/rust-lang/crates.io-index"6930checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"69316932[[package]]6933name = "parking"6934version = "2.0.0"6935source = "registry+https://github.com/rust-lang/crates.io-index"6936checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"69376938[[package]]6939name = "parking_lot"6940version = "0.11.2"6941source = "registry+https://github.com/rust-lang/crates.io-index"6942checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6943dependencies = [6944 "instant",6945 "lock_api",6946 "parking_lot_core 0.8.5",6947]69486949[[package]]6950name = "parking_lot"6951version = "0.12.1"6952source = "registry+https://github.com/rust-lang/crates.io-index"6953checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6954dependencies = [6955 "lock_api",6956 "parking_lot_core 0.9.3",6957]69586959[[package]]6960name = "parking_lot_core"6961version = "0.8.5"6962source = "registry+https://github.com/rust-lang/crates.io-index"6963checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6964dependencies = [6965 "cfg-if 1.0.0",6966 "instant",6967 "libc",6968 "redox_syscall",6969 "smallvec",6970 "winapi",6971]69726973[[package]]6974name = "parking_lot_core"6975version = "0.9.3"6976source = "registry+https://github.com/rust-lang/crates.io-index"6977checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6978dependencies = [6979 "cfg-if 1.0.0",6980 "libc",6981 "redox_syscall",6982 "smallvec",6983 "windows-sys",6984]69856986[[package]]6987name = "paste"6988version = "1.0.9"6989source = "registry+https://github.com/rust-lang/crates.io-index"6990checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"69916992[[package]]6993name = "pbkdf2"6994version = "0.4.0"6995source = "registry+https://github.com/rust-lang/crates.io-index"6996checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6997dependencies = [6998 "crypto-mac 0.8.0",6999]70007001[[package]]7002name = "pbkdf2"7003version = "0.8.0"7004source = "registry+https://github.com/rust-lang/crates.io-index"7005checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7006dependencies = [7007 "crypto-mac 0.11.1",7008]70097010[[package]]7011name = "peeking_take_while"7012version = "0.1.2"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"70157016[[package]]7017name = "percent-encoding"7018version = "2.2.0"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"70217022[[package]]7023name = "pest"7024version = "2.4.0"7025source = "registry+https://github.com/rust-lang/crates.io-index"7026checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7027dependencies = [7028 "thiserror",7029 "ucd-trie",7030]70317032[[package]]7033name = "pest_derive"7034version = "2.4.0"7035source = "registry+https://github.com/rust-lang/crates.io-index"7036checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7037dependencies = [7038 "pest",7039 "pest_generator",7040]70417042[[package]]7043name = "pest_generator"7044version = "2.4.0"7045source = "registry+https://github.com/rust-lang/crates.io-index"7046checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7047dependencies = [7048 "pest",7049 "pest_meta",7050 "proc-macro2",7051 "quote",7052 "syn",7053]70547055[[package]]7056name = "pest_meta"7057version = "2.4.0"7058source = "registry+https://github.com/rust-lang/crates.io-index"7059checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7060dependencies = [7061 "once_cell",7062 "pest",7063 "sha1",7064]70657066[[package]]7067name = "petgraph"7068version = "0.6.2"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7071dependencies = [7072 "fixedbitset",7073 "indexmap",7074]70757076[[package]]7077name = "pin-project"7078version = "1.0.12"7079source = "registry+https://github.com/rust-lang/crates.io-index"7080checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7081dependencies = [7082 "pin-project-internal",7083]70847085[[package]]7086name = "pin-project-internal"7087version = "1.0.12"7088source = "registry+https://github.com/rust-lang/crates.io-index"7089checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7090dependencies = [7091 "proc-macro2",7092 "quote",7093 "syn",7094]70957096[[package]]7097name = "pin-project-lite"7098version = "0.1.12"7099source = "registry+https://github.com/rust-lang/crates.io-index"7100checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"71017102[[package]]7103name = "pin-project-lite"7104version = "0.2.9"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"71077108[[package]]7109name = "pin-utils"7110version = "0.1.0"7111source = "registry+https://github.com/rust-lang/crates.io-index"7112checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"71137114[[package]]7115name = "pkg-config"7116version = "0.3.25"7117source = "registry+https://github.com/rust-lang/crates.io-index"7118checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"71197120[[package]]7121name = "platforms"7122version = "2.0.0"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"71257126[[package]]7127name = "polkadot-approval-distribution"7128version = "0.9.29"7129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7130dependencies = [7131 "futures 0.3.24",7132 "polkadot-node-network-protocol",7133 "polkadot-node-primitives",7134 "polkadot-node-subsystem",7135 "polkadot-node-subsystem-util",7136 "polkadot-primitives",7137 "rand 0.8.5",7138 "tracing-gum",7139]71407141[[package]]7142name = "polkadot-availability-bitfield-distribution"7143version = "0.9.29"7144source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7145dependencies = [7146 "futures 0.3.24",7147 "polkadot-node-network-protocol",7148 "polkadot-node-subsystem",7149 "polkadot-node-subsystem-util",7150 "polkadot-primitives",7151 "rand 0.8.5",7152 "tracing-gum",7153]71547155[[package]]7156name = "polkadot-availability-distribution"7157version = "0.9.29"7158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7159dependencies = [7160 "derive_more",7161 "fatality",7162 "futures 0.3.24",7163 "lru 0.7.8",7164 "parity-scale-codec 3.2.1",7165 "polkadot-erasure-coding",7166 "polkadot-node-network-protocol",7167 "polkadot-node-primitives",7168 "polkadot-node-subsystem",7169 "polkadot-node-subsystem-util",7170 "polkadot-primitives",7171 "rand 0.8.5",7172 "sp-core",7173 "sp-keystore",7174 "thiserror",7175 "tracing-gum",7176]71777178[[package]]7179name = "polkadot-availability-recovery"7180version = "0.9.29"7181source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7182dependencies = [7183 "fatality",7184 "futures 0.3.24",7185 "lru 0.7.8",7186 "parity-scale-codec 3.2.1",7187 "polkadot-erasure-coding",7188 "polkadot-node-network-protocol",7189 "polkadot-node-primitives",7190 "polkadot-node-subsystem",7191 "polkadot-node-subsystem-util",7192 "polkadot-primitives",7193 "rand 0.8.5",7194 "sc-network",7195 "thiserror",7196 "tracing-gum",7197]71987199[[package]]7200name = "polkadot-cli"7201version = "0.9.29"7202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7203dependencies = [7204 "clap",7205 "frame-benchmarking-cli",7206 "futures 0.3.24",7207 "log",7208 "polkadot-client",7209 "polkadot-node-core-pvf",7210 "polkadot-node-metrics",7211 "polkadot-performance-test",7212 "polkadot-service",7213 "sc-cli",7214 "sc-service",7215 "sc-sysinfo",7216 "sc-tracing",7217 "sp-core",7218 "sp-keyring",7219 "sp-trie",7220 "substrate-build-script-utils",7221 "thiserror",7222 "try-runtime-cli",7223]72247225[[package]]7226name = "polkadot-client"7227version = "0.9.29"7228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7229dependencies = [7230 "beefy-primitives",7231 "frame-benchmarking",7232 "frame-benchmarking-cli",7233 "frame-system",7234 "frame-system-rpc-runtime-api",7235 "pallet-transaction-payment",7236 "pallet-transaction-payment-rpc-runtime-api",7237 "polkadot-core-primitives",7238 "polkadot-node-core-parachains-inherent",7239 "polkadot-primitives",7240 "polkadot-runtime",7241 "polkadot-runtime-common",7242 "sc-client-api",7243 "sc-consensus",7244 "sc-executor",7245 "sc-service",7246 "sp-api",7247 "sp-authority-discovery",7248 "sp-block-builder",7249 "sp-blockchain",7250 "sp-consensus",7251 "sp-consensus-babe",7252 "sp-core",7253 "sp-finality-grandpa",7254 "sp-inherents",7255 "sp-keyring",7256 "sp-mmr-primitives",7257 "sp-offchain",7258 "sp-runtime",7259 "sp-session",7260 "sp-storage",7261 "sp-timestamp",7262 "sp-transaction-pool",7263]72647265[[package]]7266name = "polkadot-collator-protocol"7267version = "0.9.29"7268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7269dependencies = [7270 "always-assert",7271 "fatality",7272 "futures 0.3.24",7273 "futures-timer",7274 "polkadot-node-network-protocol",7275 "polkadot-node-primitives",7276 "polkadot-node-subsystem",7277 "polkadot-node-subsystem-util",7278 "polkadot-primitives",7279 "sp-core",7280 "sp-keystore",7281 "sp-runtime",7282 "thiserror",7283 "tracing-gum",7284]72857286[[package]]7287name = "polkadot-core-primitives"7288version = "0.9.29"7289source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7290dependencies = [7291 "parity-scale-codec 3.2.1",7292 "parity-util-mem",7293 "scale-info",7294 "sp-core",7295 "sp-runtime",7296 "sp-std",7297]72987299[[package]]7300name = "polkadot-dispute-distribution"7301version = "0.9.29"7302source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7303dependencies = [7304 "derive_more",7305 "fatality",7306 "futures 0.3.24",7307 "lru 0.7.8",7308 "parity-scale-codec 3.2.1",7309 "polkadot-erasure-coding",7310 "polkadot-node-network-protocol",7311 "polkadot-node-primitives",7312 "polkadot-node-subsystem",7313 "polkadot-node-subsystem-util",7314 "polkadot-primitives",7315 "sc-network",7316 "sp-application-crypto",7317 "sp-keystore",7318 "thiserror",7319 "tracing-gum",7320]73217322[[package]]7323name = "polkadot-erasure-coding"7324version = "0.9.29"7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7326dependencies = [7327 "parity-scale-codec 3.2.1",7328 "polkadot-node-primitives",7329 "polkadot-primitives",7330 "reed-solomon-novelpoly",7331 "sp-core",7332 "sp-trie",7333 "thiserror",7334]73357336[[package]]7337name = "polkadot-gossip-support"7338version = "0.9.29"7339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7340dependencies = [7341 "futures 0.3.24",7342 "futures-timer",7343 "polkadot-node-network-protocol",7344 "polkadot-node-subsystem",7345 "polkadot-node-subsystem-util",7346 "polkadot-primitives",7347 "rand 0.8.5",7348 "rand_chacha 0.3.1",7349 "sc-network",7350 "sp-application-crypto",7351 "sp-core",7352 "sp-keystore",7353 "tracing-gum",7354]73557356[[package]]7357name = "polkadot-network-bridge"7358version = "0.9.29"7359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7360dependencies = [7361 "always-assert",7362 "async-trait",7363 "bytes",7364 "fatality",7365 "futures 0.3.24",7366 "parity-scale-codec 3.2.1",7367 "parking_lot 0.12.1",7368 "polkadot-node-network-protocol",7369 "polkadot-node-subsystem",7370 "polkadot-node-subsystem-util",7371 "polkadot-overseer",7372 "polkadot-primitives",7373 "sc-network",7374 "sc-network-common",7375 "sp-consensus",7376 "thiserror",7377 "tracing-gum",7378]73797380[[package]]7381name = "polkadot-node-collation-generation"7382version = "0.9.29"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7384dependencies = [7385 "futures 0.3.24",7386 "parity-scale-codec 3.2.1",7387 "polkadot-erasure-coding",7388 "polkadot-node-primitives",7389 "polkadot-node-subsystem",7390 "polkadot-node-subsystem-util",7391 "polkadot-primitives",7392 "sp-core",7393 "sp-maybe-compressed-blob",7394 "thiserror",7395 "tracing-gum",7396]73977398[[package]]7399name = "polkadot-node-core-approval-voting"7400version = "0.9.29"7401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7402dependencies = [7403 "bitvec 1.0.1",7404 "derive_more",7405 "futures 0.3.24",7406 "futures-timer",7407 "kvdb",7408 "lru 0.7.8",7409 "merlin",7410 "parity-scale-codec 3.2.1",7411 "polkadot-node-jaeger",7412 "polkadot-node-primitives",7413 "polkadot-node-subsystem",7414 "polkadot-node-subsystem-util",7415 "polkadot-overseer",7416 "polkadot-primitives",7417 "sc-keystore",7418 "schnorrkel",7419 "sp-application-crypto",7420 "sp-consensus",7421 "sp-consensus-slots",7422 "sp-runtime",7423 "thiserror",7424 "tracing-gum",7425]74267427[[package]]7428name = "polkadot-node-core-av-store"7429version = "0.9.29"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7431dependencies = [7432 "bitvec 1.0.1",7433 "futures 0.3.24",7434 "futures-timer",7435 "kvdb",7436 "parity-scale-codec 3.2.1",7437 "polkadot-erasure-coding",7438 "polkadot-node-primitives",7439 "polkadot-node-subsystem",7440 "polkadot-node-subsystem-util",7441 "polkadot-overseer",7442 "polkadot-primitives",7443 "thiserror",7444 "tracing-gum",7445]74467447[[package]]7448name = "polkadot-node-core-backing"7449version = "0.9.29"7450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7451dependencies = [7452 "bitvec 1.0.1",7453 "fatality",7454 "futures 0.3.24",7455 "polkadot-erasure-coding",7456 "polkadot-node-primitives",7457 "polkadot-node-subsystem",7458 "polkadot-node-subsystem-util",7459 "polkadot-primitives",7460 "polkadot-statement-table",7461 "sp-keystore",7462 "thiserror",7463 "tracing-gum",7464]74657466[[package]]7467name = "polkadot-node-core-bitfield-signing"7468version = "0.9.29"7469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7470dependencies = [7471 "futures 0.3.24",7472 "polkadot-node-subsystem",7473 "polkadot-node-subsystem-util",7474 "polkadot-primitives",7475 "sp-keystore",7476 "thiserror",7477 "tracing-gum",7478 "wasm-timer",7479]74807481[[package]]7482name = "polkadot-node-core-candidate-validation"7483version = "0.9.29"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7485dependencies = [7486 "async-trait",7487 "futures 0.3.24",7488 "parity-scale-codec 3.2.1",7489 "polkadot-node-core-pvf",7490 "polkadot-node-primitives",7491 "polkadot-node-subsystem",7492 "polkadot-node-subsystem-util",7493 "polkadot-parachain",7494 "polkadot-primitives",7495 "sp-maybe-compressed-blob",7496 "tracing-gum",7497]74987499[[package]]7500name = "polkadot-node-core-chain-api"7501version = "0.9.29"7502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7503dependencies = [7504 "futures 0.3.24",7505 "polkadot-node-subsystem",7506 "polkadot-node-subsystem-util",7507 "polkadot-primitives",7508 "sc-client-api",7509 "sc-consensus-babe",7510 "sp-blockchain",7511 "tracing-gum",7512]75137514[[package]]7515name = "polkadot-node-core-chain-selection"7516version = "0.9.29"7517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7518dependencies = [7519 "futures 0.3.24",7520 "futures-timer",7521 "kvdb",7522 "parity-scale-codec 3.2.1",7523 "polkadot-node-primitives",7524 "polkadot-node-subsystem",7525 "polkadot-node-subsystem-util",7526 "polkadot-primitives",7527 "thiserror",7528 "tracing-gum",7529]75307531[[package]]7532name = "polkadot-node-core-dispute-coordinator"7533version = "0.9.29"7534source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7535dependencies = [7536 "fatality",7537 "futures 0.3.24",7538 "kvdb",7539 "lru 0.7.8",7540 "parity-scale-codec 3.2.1",7541 "polkadot-node-primitives",7542 "polkadot-node-subsystem",7543 "polkadot-node-subsystem-util",7544 "polkadot-primitives",7545 "sc-keystore",7546 "thiserror",7547 "tracing-gum",7548]75497550[[package]]7551name = "polkadot-node-core-parachains-inherent"7552version = "0.9.29"7553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7554dependencies = [7555 "async-trait",7556 "futures 0.3.24",7557 "futures-timer",7558 "polkadot-node-subsystem",7559 "polkadot-primitives",7560 "sp-blockchain",7561 "sp-inherents",7562 "sp-runtime",7563 "thiserror",7564 "tracing-gum",7565]75667567[[package]]7568name = "polkadot-node-core-provisioner"7569version = "0.9.29"7570source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7571dependencies = [7572 "bitvec 1.0.1",7573 "fatality",7574 "futures 0.3.24",7575 "futures-timer",7576 "polkadot-node-primitives",7577 "polkadot-node-subsystem",7578 "polkadot-node-subsystem-util",7579 "polkadot-primitives",7580 "rand 0.8.5",7581 "thiserror",7582 "tracing-gum",7583]75847585[[package]]7586name = "polkadot-node-core-pvf"7587version = "0.9.29"7588source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7589dependencies = [7590 "always-assert",7591 "assert_matches",7592 "async-process",7593 "async-std",7594 "futures 0.3.24",7595 "futures-timer",7596 "parity-scale-codec 3.2.1",7597 "pin-project",7598 "polkadot-core-primitives",7599 "polkadot-node-subsystem-util",7600 "polkadot-parachain",7601 "rand 0.8.5",7602 "rayon",7603 "sc-executor",7604 "sc-executor-common",7605 "sc-executor-wasmtime",7606 "slotmap",7607 "sp-core",7608 "sp-externalities",7609 "sp-io",7610 "sp-maybe-compressed-blob",7611 "sp-tracing",7612 "sp-wasm-interface",7613 "tempfile",7614 "tracing-gum",7615]76167617[[package]]7618name = "polkadot-node-core-pvf-checker"7619version = "0.9.29"7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7621dependencies = [7622 "futures 0.3.24",7623 "polkadot-node-primitives",7624 "polkadot-node-subsystem",7625 "polkadot-node-subsystem-util",7626 "polkadot-overseer",7627 "polkadot-primitives",7628 "sp-keystore",7629 "thiserror",7630 "tracing-gum",7631]76327633[[package]]7634name = "polkadot-node-core-runtime-api"7635version = "0.9.29"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7637dependencies = [7638 "futures 0.3.24",7639 "memory-lru",7640 "parity-util-mem",7641 "polkadot-node-subsystem",7642 "polkadot-node-subsystem-types",7643 "polkadot-node-subsystem-util",7644 "polkadot-primitives",7645 "sp-consensus-babe",7646 "tracing-gum",7647]76487649[[package]]7650name = "polkadot-node-jaeger"7651version = "0.9.29"7652source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7653dependencies = [7654 "async-std",7655 "lazy_static",7656 "log",7657 "mick-jaeger",7658 "parity-scale-codec 3.2.1",7659 "parking_lot 0.12.1",7660 "polkadot-node-primitives",7661 "polkadot-primitives",7662 "sc-network",7663 "sp-core",7664 "thiserror",7665]76667667[[package]]7668name = "polkadot-node-metrics"7669version = "0.9.29"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7671dependencies = [7672 "bs58",7673 "futures 0.3.24",7674 "futures-timer",7675 "log",7676 "parity-scale-codec 3.2.1",7677 "polkadot-primitives",7678 "prioritized-metered-channel",7679 "sc-cli",7680 "sc-service",7681 "sc-tracing",7682 "substrate-prometheus-endpoint",7683 "tracing-gum",7684]76857686[[package]]7687name = "polkadot-node-network-protocol"7688version = "0.9.29"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7690dependencies = [7691 "async-trait",7692 "derive_more",7693 "fatality",7694 "futures 0.3.24",7695 "hex",7696 "parity-scale-codec 3.2.1",7697 "polkadot-node-jaeger",7698 "polkadot-node-primitives",7699 "polkadot-primitives",7700 "rand 0.8.5",7701 "sc-authority-discovery",7702 "sc-network",7703 "strum",7704 "thiserror",7705 "tracing-gum",7706]77077708[[package]]7709name = "polkadot-node-primitives"7710version = "0.9.29"7711source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7712dependencies = [7713 "bounded-vec",7714 "futures 0.3.24",7715 "parity-scale-codec 3.2.1",7716 "polkadot-parachain",7717 "polkadot-primitives",7718 "schnorrkel",7719 "serde",7720 "sp-application-crypto",7721 "sp-consensus-babe",7722 "sp-consensus-vrf",7723 "sp-core",7724 "sp-keystore",7725 "sp-maybe-compressed-blob",7726 "thiserror",7727 "zstd",7728]77297730[[package]]7731name = "polkadot-node-subsystem"7732version = "0.9.29"7733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7734dependencies = [7735 "polkadot-node-jaeger",7736 "polkadot-node-subsystem-types",7737 "polkadot-overseer",7738]77397740[[package]]7741name = "polkadot-node-subsystem-types"7742version = "0.9.29"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7744dependencies = [7745 "async-trait",7746 "derive_more",7747 "futures 0.3.24",7748 "orchestra",7749 "polkadot-node-jaeger",7750 "polkadot-node-network-protocol",7751 "polkadot-node-primitives",7752 "polkadot-primitives",7753 "polkadot-statement-table",7754 "sc-network",7755 "smallvec",7756 "sp-api",7757 "sp-authority-discovery",7758 "sp-consensus-babe",7759 "substrate-prometheus-endpoint",7760 "thiserror",7761]77627763[[package]]7764name = "polkadot-node-subsystem-util"7765version = "0.9.29"7766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7767dependencies = [7768 "async-trait",7769 "derive_more",7770 "fatality",7771 "futures 0.3.24",7772 "itertools",7773 "kvdb",7774 "lru 0.7.8",7775 "parity-db",7776 "parity-scale-codec 3.2.1",7777 "parity-util-mem",7778 "parking_lot 0.11.2",7779 "pin-project",7780 "polkadot-node-jaeger",7781 "polkadot-node-metrics",7782 "polkadot-node-network-protocol",7783 "polkadot-node-primitives",7784 "polkadot-node-subsystem",7785 "polkadot-overseer",7786 "polkadot-primitives",7787 "prioritized-metered-channel",7788 "rand 0.8.5",7789 "sp-application-crypto",7790 "sp-core",7791 "sp-keystore",7792 "thiserror",7793 "tracing-gum",7794]77957796[[package]]7797name = "polkadot-overseer"7798version = "0.9.29"7799source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7800dependencies = [7801 "async-trait",7802 "futures 0.3.24",7803 "futures-timer",7804 "lru 0.7.8",7805 "orchestra",7806 "parity-util-mem",7807 "parking_lot 0.12.1",7808 "polkadot-node-metrics",7809 "polkadot-node-network-protocol",7810 "polkadot-node-primitives",7811 "polkadot-node-subsystem-types",7812 "polkadot-primitives",7813 "sc-client-api",7814 "sp-api",7815 "sp-core",7816 "tracing-gum",7817]78187819[[package]]7820name = "polkadot-parachain"7821version = "0.9.29"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7823dependencies = [7824 "derive_more",7825 "frame-support",7826 "parity-scale-codec 3.2.1",7827 "parity-util-mem",7828 "polkadot-core-primitives",7829 "scale-info",7830 "serde",7831 "sp-core",7832 "sp-runtime",7833 "sp-std",7834]78357836[[package]]7837name = "polkadot-performance-test"7838version = "0.9.29"7839source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7840dependencies = [7841 "env_logger",7842 "kusama-runtime",7843 "log",7844 "polkadot-erasure-coding",7845 "polkadot-node-core-pvf",7846 "polkadot-node-primitives",7847 "quote",7848 "thiserror",7849]78507851[[package]]7852name = "polkadot-primitives"7853version = "0.9.29"7854source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7855dependencies = [7856 "bitvec 1.0.1",7857 "frame-system",7858 "hex-literal",7859 "parity-scale-codec 3.2.1",7860 "parity-util-mem",7861 "polkadot-core-primitives",7862 "polkadot-parachain",7863 "scale-info",7864 "serde",7865 "sp-api",7866 "sp-application-crypto",7867 "sp-arithmetic",7868 "sp-authority-discovery",7869 "sp-consensus-slots",7870 "sp-core",7871 "sp-inherents",7872 "sp-io",7873 "sp-keystore",7874 "sp-runtime",7875 "sp-staking",7876 "sp-std",7877 "sp-trie",7878 "sp-version",7879]78807881[[package]]7882name = "polkadot-rpc"7883version = "0.9.29"7884source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7885dependencies = [7886 "beefy-gadget",7887 "beefy-gadget-rpc",7888 "jsonrpsee",7889 "pallet-mmr-rpc",7890 "pallet-transaction-payment-rpc",7891 "polkadot-primitives",7892 "sc-chain-spec",7893 "sc-client-api",7894 "sc-consensus-babe",7895 "sc-consensus-babe-rpc",7896 "sc-consensus-epochs",7897 "sc-finality-grandpa",7898 "sc-finality-grandpa-rpc",7899 "sc-rpc",7900 "sc-sync-state-rpc",7901 "sc-transaction-pool-api",7902 "sp-api",7903 "sp-block-builder",7904 "sp-blockchain",7905 "sp-consensus",7906 "sp-consensus-babe",7907 "sp-keystore",7908 "sp-runtime",7909 "substrate-frame-rpc-system",7910 "substrate-state-trie-migration-rpc",7911]79127913[[package]]7914name = "polkadot-runtime"7915version = "0.9.29"7916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"7917dependencies = [7918 "beefy-primitives",7919 "bitvec 1.0.1",7920 "frame-benchmarking",7921 "frame-election-provider-support",7922 "frame-executive",7923 "frame-support",7924 "frame-system",7925 "frame-system-benchmarking",7926 "frame-system-rpc-runtime-api",7927 "frame-try-runtime",7928 "hex-literal",7929 "log",7930 "pallet-authority-discovery",7931 "pallet-authorship",7932 "pallet-babe",7933 "pallet-bags-list",7934 "pallet-balances",7935 "pallet-bounties",7936 "pallet-child-bounties",7937 "pallet-collective",7938 "pallet-democracy",7939 "pallet-election-provider-multi-phase",7940 "pallet-election-provider-support-benchmarking",7941 "pallet-elections-phragmen",7942 "pallet-grandpa",7943 "pallet-identity",7944 "pallet-im-online",7945 "pallet-indices",7946 "pallet-membership",7947 "pallet-multisig",7948 "pallet-nomination-pools",7949 "pallet-nomination-pools-benchmarking",7950 "pallet-nomination-pools-runtime-api",7951 "pallet-offences",7952 "pallet-offences-benchmarking",7953 "pallet-preimage",7954 "pallet-proxy",7955 "pallet-scheduler",7956 "pallet-session",7957 "pallet-session-benchmarking",7958 "pallet-staking",7959 "pallet-staking-reward-curve",7960 "pallet-timestamp",7961 "pallet-tips",7962 "pallet-transaction-payment",7963 "pallet-transaction-payment-rpc-runtime-api",7964 "pallet-treasury",7965 "pallet-utility",7966 "pallet-vesting",7967 "pallet-xcm",7968 "parity-scale-codec 3.2.1",7969 "polkadot-primitives",7970 "polkadot-runtime-common",7971 "polkadot-runtime-constants",7972 "polkadot-runtime-parachains",7973 "rustc-hex",7974 "scale-info",7975 "serde",7976 "serde_derive",7977 "smallvec",7978 "sp-api",7979 "sp-authority-discovery",7980 "sp-block-builder",7981 "sp-consensus-babe",7982 "sp-core",7983 "sp-inherents",7984 "sp-io",7985 "sp-mmr-primitives",7986 "sp-npos-elections",7987 "sp-offchain",7988 "sp-runtime",7989 "sp-session",7990 "sp-staking",7991 "sp-std",7992 "sp-transaction-pool",7993 "sp-version",7994 "static_assertions",7995 "substrate-wasm-builder",7996 "xcm",7997 "xcm-builder",7998 "xcm-executor",7999]80008001[[package]]8002name = "polkadot-runtime-common"8003version = "0.9.29"8004source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8005dependencies = [8006 "beefy-primitives",8007 "bitvec 1.0.1",8008 "frame-benchmarking",8009 "frame-election-provider-support",8010 "frame-support",8011 "frame-system",8012 "impl-trait-for-tuples",8013 "libsecp256k1",8014 "log",8015 "pallet-authorship",8016 "pallet-babe",8017 "pallet-bags-list",8018 "pallet-balances",8019 "pallet-beefy-mmr",8020 "pallet-election-provider-multi-phase",8021 "pallet-session",8022 "pallet-staking",8023 "pallet-timestamp",8024 "pallet-transaction-payment",8025 "pallet-treasury",8026 "pallet-vesting",8027 "parity-scale-codec 3.2.1",8028 "polkadot-primitives",8029 "polkadot-runtime-parachains",8030 "rustc-hex",8031 "scale-info",8032 "serde",8033 "serde_derive",8034 "slot-range-helper",8035 "sp-api",8036 "sp-core",8037 "sp-inherents",8038 "sp-io",8039 "sp-npos-elections",8040 "sp-runtime",8041 "sp-session",8042 "sp-staking",8043 "sp-std",8044 "static_assertions",8045 "xcm",8046]80478048[[package]]8049name = "polkadot-runtime-constants"8050version = "0.9.29"8051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8052dependencies = [8053 "frame-support",8054 "polkadot-primitives",8055 "polkadot-runtime-common",8056 "smallvec",8057 "sp-runtime",8058]80598060[[package]]8061name = "polkadot-runtime-metrics"8062version = "0.9.29"8063source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8064dependencies = [8065 "bs58",8066 "parity-scale-codec 3.2.1",8067 "polkadot-primitives",8068 "sp-std",8069 "sp-tracing",8070]80718072[[package]]8073name = "polkadot-runtime-parachains"8074version = "0.9.29"8075source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8076dependencies = [8077 "bitflags",8078 "bitvec 1.0.1",8079 "derive_more",8080 "frame-benchmarking",8081 "frame-support",8082 "frame-system",8083 "log",8084 "pallet-authority-discovery",8085 "pallet-authorship",8086 "pallet-babe",8087 "pallet-balances",8088 "pallet-session",8089 "pallet-staking",8090 "pallet-timestamp",8091 "pallet-vesting",8092 "parity-scale-codec 3.2.1",8093 "polkadot-primitives",8094 "polkadot-runtime-metrics",8095 "rand 0.8.5",8096 "rand_chacha 0.3.1",8097 "rustc-hex",8098 "scale-info",8099 "serde",8100 "sp-api",8101 "sp-application-crypto",8102 "sp-core",8103 "sp-inherents",8104 "sp-io",8105 "sp-keystore",8106 "sp-runtime",8107 "sp-session",8108 "sp-staking",8109 "sp-std",8110 "static_assertions",8111 "xcm",8112 "xcm-executor",8113]81148115[[package]]8116name = "polkadot-service"8117version = "0.9.29"8118source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8119dependencies = [8120 "async-trait",8121 "beefy-gadget",8122 "beefy-primitives",8123 "frame-support",8124 "frame-system-rpc-runtime-api",8125 "futures 0.3.24",8126 "hex-literal",8127 "kusama-runtime",8128 "kvdb",8129 "kvdb-rocksdb",8130 "lru 0.7.8",8131 "pallet-babe",8132 "pallet-im-online",8133 "pallet-staking",8134 "pallet-transaction-payment-rpc-runtime-api",8135 "parity-db",8136 "polkadot-approval-distribution",8137 "polkadot-availability-bitfield-distribution",8138 "polkadot-availability-distribution",8139 "polkadot-availability-recovery",8140 "polkadot-client",8141 "polkadot-collator-protocol",8142 "polkadot-dispute-distribution",8143 "polkadot-gossip-support",8144 "polkadot-network-bridge",8145 "polkadot-node-collation-generation",8146 "polkadot-node-core-approval-voting",8147 "polkadot-node-core-av-store",8148 "polkadot-node-core-backing",8149 "polkadot-node-core-bitfield-signing",8150 "polkadot-node-core-candidate-validation",8151 "polkadot-node-core-chain-api",8152 "polkadot-node-core-chain-selection",8153 "polkadot-node-core-dispute-coordinator",8154 "polkadot-node-core-parachains-inherent",8155 "polkadot-node-core-provisioner",8156 "polkadot-node-core-pvf-checker",8157 "polkadot-node-core-runtime-api",8158 "polkadot-node-network-protocol",8159 "polkadot-node-primitives",8160 "polkadot-node-subsystem",8161 "polkadot-node-subsystem-types",8162 "polkadot-node-subsystem-util",8163 "polkadot-overseer",8164 "polkadot-parachain",8165 "polkadot-primitives",8166 "polkadot-rpc",8167 "polkadot-runtime",8168 "polkadot-runtime-constants",8169 "polkadot-runtime-parachains",8170 "polkadot-statement-distribution",8171 "rococo-runtime",8172 "sc-authority-discovery",8173 "sc-basic-authorship",8174 "sc-block-builder",8175 "sc-chain-spec",8176 "sc-client-api",8177 "sc-client-db",8178 "sc-consensus",8179 "sc-consensus-babe",8180 "sc-consensus-slots",8181 "sc-executor",8182 "sc-finality-grandpa",8183 "sc-keystore",8184 "sc-network",8185 "sc-network-common",8186 "sc-offchain",8187 "sc-service",8188 "sc-sync-state-rpc",8189 "sc-sysinfo",8190 "sc-telemetry",8191 "sc-transaction-pool",8192 "serde",8193 "serde_json",8194 "sp-api",8195 "sp-authority-discovery",8196 "sp-block-builder",8197 "sp-blockchain",8198 "sp-consensus",8199 "sp-consensus-babe",8200 "sp-core",8201 "sp-finality-grandpa",8202 "sp-inherents",8203 "sp-io",8204 "sp-keystore",8205 "sp-offchain",8206 "sp-runtime",8207 "sp-session",8208 "sp-state-machine",8209 "sp-storage",8210 "sp-timestamp",8211 "sp-transaction-pool",8212 "sp-trie",8213 "substrate-prometheus-endpoint",8214 "thiserror",8215 "tracing-gum",8216 "westend-runtime",8217]82188219[[package]]8220name = "polkadot-statement-distribution"8221version = "0.9.29"8222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8223dependencies = [8224 "arrayvec 0.5.2",8225 "fatality",8226 "futures 0.3.24",8227 "indexmap",8228 "parity-scale-codec 3.2.1",8229 "polkadot-node-network-protocol",8230 "polkadot-node-primitives",8231 "polkadot-node-subsystem",8232 "polkadot-node-subsystem-util",8233 "polkadot-primitives",8234 "sp-keystore",8235 "sp-staking",8236 "thiserror",8237 "tracing-gum",8238]82398240[[package]]8241name = "polkadot-statement-table"8242version = "0.9.29"8243source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8244dependencies = [8245 "parity-scale-codec 3.2.1",8246 "polkadot-primitives",8247 "sp-core",8248]82498250[[package]]8251name = "polkadot-test-runtime"8252version = "0.9.29"8253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8254dependencies = [8255 "beefy-primitives",8256 "bitvec 1.0.1",8257 "frame-election-provider-support",8258 "frame-executive",8259 "frame-support",8260 "frame-system",8261 "frame-system-rpc-runtime-api",8262 "log",8263 "pallet-authority-discovery",8264 "pallet-authorship",8265 "pallet-babe",8266 "pallet-balances",8267 "pallet-grandpa",8268 "pallet-indices",8269 "pallet-offences",8270 "pallet-session",8271 "pallet-staking",8272 "pallet-staking-reward-curve",8273 "pallet-sudo",8274 "pallet-timestamp",8275 "pallet-transaction-payment",8276 "pallet-transaction-payment-rpc-runtime-api",8277 "pallet-vesting",8278 "pallet-xcm",8279 "parity-scale-codec 3.2.1",8280 "polkadot-parachain",8281 "polkadot-primitives",8282 "polkadot-runtime-common",8283 "polkadot-runtime-parachains",8284 "rustc-hex",8285 "scale-info",8286 "serde",8287 "serde_derive",8288 "smallvec",8289 "sp-api",8290 "sp-authority-discovery",8291 "sp-block-builder",8292 "sp-consensus-babe",8293 "sp-core",8294 "sp-inherents",8295 "sp-io",8296 "sp-mmr-primitives",8297 "sp-offchain",8298 "sp-runtime",8299 "sp-session",8300 "sp-staking",8301 "sp-std",8302 "sp-transaction-pool",8303 "sp-version",8304 "substrate-wasm-builder",8305 "test-runtime-constants",8306 "xcm",8307 "xcm-builder",8308 "xcm-executor",8309]83108311[[package]]8312name = "polkadot-test-service"8313version = "0.9.29"8314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8315dependencies = [8316 "frame-benchmarking",8317 "frame-system",8318 "futures 0.3.24",8319 "hex",8320 "pallet-balances",8321 "pallet-staking",8322 "pallet-transaction-payment",8323 "polkadot-node-primitives",8324 "polkadot-node-subsystem",8325 "polkadot-overseer",8326 "polkadot-parachain",8327 "polkadot-primitives",8328 "polkadot-rpc",8329 "polkadot-runtime-common",8330 "polkadot-runtime-parachains",8331 "polkadot-service",8332 "polkadot-test-runtime",8333 "rand 0.8.5",8334 "sc-authority-discovery",8335 "sc-chain-spec",8336 "sc-cli",8337 "sc-client-api",8338 "sc-consensus",8339 "sc-consensus-babe",8340 "sc-executor",8341 "sc-finality-grandpa",8342 "sc-network",8343 "sc-network-common",8344 "sc-service",8345 "sc-tracing",8346 "sc-transaction-pool",8347 "sp-arithmetic",8348 "sp-authority-discovery",8349 "sp-blockchain",8350 "sp-consensus",8351 "sp-consensus-babe",8352 "sp-core",8353 "sp-finality-grandpa",8354 "sp-inherents",8355 "sp-keyring",8356 "sp-runtime",8357 "sp-state-machine",8358 "substrate-test-client",8359 "tempfile",8360 "test-runtime-constants",8361 "tokio",8362 "tracing-gum",8363]83648365[[package]]8366name = "polling"8367version = "2.3.0"8368source = "registry+https://github.com/rust-lang/crates.io-index"8369checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"8370dependencies = [8371 "autocfg",8372 "cfg-if 1.0.0",8373 "libc",8374 "log",8375 "wepoll-ffi",8376 "winapi",8377]83788379[[package]]8380name = "poly1305"8381version = "0.7.2"8382source = "registry+https://github.com/rust-lang/crates.io-index"8383checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8384dependencies = [8385 "cpufeatures",8386 "opaque-debug 0.3.0",8387 "universal-hash",8388]83898390[[package]]8391name = "polyval"8392version = "0.5.3"8393source = "registry+https://github.com/rust-lang/crates.io-index"8394checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8395dependencies = [8396 "cfg-if 1.0.0",8397 "cpufeatures",8398 "opaque-debug 0.3.0",8399 "universal-hash",8400]84018402[[package]]8403name = "ppv-lite86"8404version = "0.2.16"8405source = "registry+https://github.com/rust-lang/crates.io-index"8406checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"84078408[[package]]8409name = "primitive-types"8410version = "0.11.1"8411source = "registry+https://github.com/rust-lang/crates.io-index"8412checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8413dependencies = [8414 "fixed-hash",8415 "impl-codec",8416 "impl-rlp",8417 "impl-serde",8418 "scale-info",8419 "uint",8420]84218422[[package]]8423name = "prioritized-metered-channel"8424version = "0.2.0"8425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"8426dependencies = [8427 "coarsetime",8428 "crossbeam-queue",8429 "derive_more",8430 "futures 0.3.24",8431 "futures-timer",8432 "nanorand",8433 "thiserror",8434 "tracing",8435]84368437[[package]]8438name = "proc-macro-crate"8439version = "1.2.1"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8442dependencies = [8443 "once_cell",8444 "thiserror",8445 "toml",8446]84478448[[package]]8449name = "proc-macro-error"8450version = "1.0.4"8451source = "registry+https://github.com/rust-lang/crates.io-index"8452checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8453dependencies = [8454 "proc-macro-error-attr",8455 "proc-macro2",8456 "quote",8457 "syn",8458 "version_check",8459]84608461[[package]]8462name = "proc-macro-error-attr"8463version = "1.0.4"8464source = "registry+https://github.com/rust-lang/crates.io-index"8465checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8466dependencies = [8467 "proc-macro2",8468 "quote",8469 "version_check",8470]84718472[[package]]8473name = "proc-macro2"8474version = "1.0.46"8475source = "registry+https://github.com/rust-lang/crates.io-index"8476checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"8477dependencies = [8478 "unicode-ident",8479]84808481[[package]]8482name = "prometheus"8483version = "0.13.2"8484source = "registry+https://github.com/rust-lang/crates.io-index"8485checksum = "45c8babc29389186697fe5a2a4859d697825496b83db5d0b65271cdc0488e88c"8486dependencies = [8487 "cfg-if 1.0.0",8488 "fnv",8489 "lazy_static",8490 "memchr",8491 "parking_lot 0.12.1",8492 "thiserror",8493]84948495[[package]]8496name = "prometheus-client"8497version = "0.16.0"8498source = "registry+https://github.com/rust-lang/crates.io-index"8499checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8500dependencies = [8501 "dtoa",8502 "itoa 1.0.3",8503 "owning_ref",8504 "prometheus-client-derive-text-encode",8505]85068507[[package]]8508name = "prometheus-client-derive-text-encode"8509version = "0.2.0"8510source = "registry+https://github.com/rust-lang/crates.io-index"8511checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8512dependencies = [8513 "proc-macro2",8514 "quote",8515 "syn",8516]85178518[[package]]8519name = "prost"8520version = "0.10.4"8521source = "registry+https://github.com/rust-lang/crates.io-index"8522checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8523dependencies = [8524 "bytes",8525 "prost-derive",8526]85278528[[package]]8529name = "prost-build"8530version = "0.10.4"8531source = "registry+https://github.com/rust-lang/crates.io-index"8532checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8533dependencies = [8534 "bytes",8535 "cfg-if 1.0.0",8536 "cmake",8537 "heck",8538 "itertools",8539 "lazy_static",8540 "log",8541 "multimap",8542 "petgraph",8543 "prost",8544 "prost-types",8545 "regex",8546 "tempfile",8547 "which",8548]85498550[[package]]8551name = "prost-codec"8552version = "0.1.0"8553source = "registry+https://github.com/rust-lang/crates.io-index"8554checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8555dependencies = [8556 "asynchronous-codec",8557 "bytes",8558 "prost",8559 "thiserror",8560 "unsigned-varint",8561]85628563[[package]]8564name = "prost-derive"8565version = "0.10.1"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8568dependencies = [8569 "anyhow",8570 "itertools",8571 "proc-macro2",8572 "quote",8573 "syn",8574]85758576[[package]]8577name = "prost-types"8578version = "0.10.1"8579source = "registry+https://github.com/rust-lang/crates.io-index"8580checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8581dependencies = [8582 "bytes",8583 "prost",8584]85858586[[package]]8587name = "psm"8588version = "0.1.21"8589source = "registry+https://github.com/rust-lang/crates.io-index"8590checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8591dependencies = [8592 "cc",8593]85948595[[package]]8596name = "quartz-runtime"8597version = "0.9.29"8598dependencies = [8599 "app-promotion-rpc",8600 "cumulus-pallet-aura-ext",8601 "cumulus-pallet-dmp-queue",8602 "cumulus-pallet-parachain-system",8603 "cumulus-pallet-xcm",8604 "cumulus-pallet-xcmp-queue",8605 "cumulus-primitives-core",8606 "cumulus-primitives-timestamp",8607 "cumulus-primitives-utility",8608 "derivative",8609 "evm-coder",8610 "fp-evm-mapping",8611 "fp-rpc",8612 "fp-self-contained",8613 "frame-benchmarking",8614 "frame-executive",8615 "frame-support",8616 "frame-system",8617 "frame-system-benchmarking",8618 "frame-system-rpc-runtime-api",8619 "frame-try-runtime",8620 "hex-literal",8621 "impl-trait-for-tuples",8622 "log",8623 "logtest",8624 "orml-tokens",8625 "orml-traits",8626 "orml-vesting",8627 "orml-xtokens",8628 "pallet-app-promotion",8629 "pallet-aura",8630 "pallet-balances",8631 "pallet-base-fee",8632 "pallet-common",8633 "pallet-configuration",8634 "pallet-ethereum",8635 "pallet-evm",8636 "pallet-evm-coder-substrate",8637 "pallet-evm-contract-helpers",8638 "pallet-evm-migration",8639 "pallet-evm-transaction-payment",8640 "pallet-foreign-assets",8641 "pallet-fungible",8642 "pallet-inflation",8643 "pallet-nonfungible",8644 "pallet-randomness-collective-flip",8645 "pallet-refungible",8646 "pallet-rmrk-core",8647 "pallet-rmrk-equip",8648 "pallet-structure",8649 "pallet-sudo",8650 "pallet-template-transaction-payment",8651 "pallet-timestamp",8652 "pallet-transaction-payment",8653 "pallet-transaction-payment-rpc-runtime-api",8654 "pallet-treasury",8655 "pallet-unique",8656 "pallet-unique-scheduler",8657 "pallet-xcm",8658 "parachain-info",8659 "parity-scale-codec 3.2.1",8660 "polkadot-parachain",8661 "rmrk-rpc",8662 "scale-info",8663 "serde",8664 "smallvec",8665 "sp-api",8666 "sp-arithmetic",8667 "sp-block-builder",8668 "sp-consensus-aura",8669 "sp-core",8670 "sp-inherents",8671 "sp-io",8672 "sp-offchain",8673 "sp-runtime",8674 "sp-session",8675 "sp-std",8676 "sp-transaction-pool",8677 "sp-version",8678 "substrate-wasm-builder",8679 "up-common",8680 "up-data-structs",8681 "up-rpc",8682 "up-sponsorship",8683 "xcm",8684 "xcm-builder",8685 "xcm-executor",8686]86878688[[package]]8689name = "quick-error"8690version = "1.2.3"8691source = "registry+https://github.com/rust-lang/crates.io-index"8692checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86938694[[package]]8695name = "quicksink"8696version = "0.1.2"8697source = "registry+https://github.com/rust-lang/crates.io-index"8698checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8699dependencies = [8700 "futures-core",8701 "futures-sink",8702 "pin-project-lite 0.1.12",8703]87048705[[package]]8706name = "quote"8707version = "1.0.21"8708source = "registry+https://github.com/rust-lang/crates.io-index"8709checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8710dependencies = [8711 "proc-macro2",8712]87138714[[package]]8715name = "radium"8716version = "0.6.2"8717source = "registry+https://github.com/rust-lang/crates.io-index"8718checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"87198720[[package]]8721name = "radium"8722version = "0.7.0"8723source = "registry+https://github.com/rust-lang/crates.io-index"8724checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"87258726[[package]]8727name = "rand"8728version = "0.7.3"8729source = "registry+https://github.com/rust-lang/crates.io-index"8730checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8731dependencies = [8732 "getrandom 0.1.16",8733 "libc",8734 "rand_chacha 0.2.2",8735 "rand_core 0.5.1",8736 "rand_hc",8737 "rand_pcg 0.2.1",8738]87398740[[package]]8741name = "rand"8742version = "0.8.5"8743source = "registry+https://github.com/rust-lang/crates.io-index"8744checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8745dependencies = [8746 "libc",8747 "rand_chacha 0.3.1",8748 "rand_core 0.6.4",8749]87508751[[package]]8752name = "rand_chacha"8753version = "0.2.2"8754source = "registry+https://github.com/rust-lang/crates.io-index"8755checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8756dependencies = [8757 "ppv-lite86",8758 "rand_core 0.5.1",8759]87608761[[package]]8762name = "rand_chacha"8763version = "0.3.1"8764source = "registry+https://github.com/rust-lang/crates.io-index"8765checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8766dependencies = [8767 "ppv-lite86",8768 "rand_core 0.6.4",8769]87708771[[package]]8772name = "rand_core"8773version = "0.5.1"8774source = "registry+https://github.com/rust-lang/crates.io-index"8775checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8776dependencies = [8777 "getrandom 0.1.16",8778]87798780[[package]]8781name = "rand_core"8782version = "0.6.4"8783source = "registry+https://github.com/rust-lang/crates.io-index"8784checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8785dependencies = [8786 "getrandom 0.2.7",8787]87888789[[package]]8790name = "rand_distr"8791version = "0.4.3"8792source = "registry+https://github.com/rust-lang/crates.io-index"8793checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8794dependencies = [8795 "num-traits",8796 "rand 0.8.5",8797]87988799[[package]]8800name = "rand_hc"8801version = "0.2.0"8802source = "registry+https://github.com/rust-lang/crates.io-index"8803checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8804dependencies = [8805 "rand_core 0.5.1",8806]88078808[[package]]8809name = "rand_pcg"8810version = "0.2.1"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8813dependencies = [8814 "rand_core 0.5.1",8815]88168817[[package]]8818name = "rand_pcg"8819version = "0.3.1"8820source = "registry+https://github.com/rust-lang/crates.io-index"8821checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8822dependencies = [8823 "rand_core 0.6.4",8824]88258826[[package]]8827name = "rawpointer"8828version = "0.2.1"8829source = "registry+https://github.com/rust-lang/crates.io-index"8830checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"88318832[[package]]8833name = "rayon"8834version = "1.5.3"8835source = "registry+https://github.com/rust-lang/crates.io-index"8836checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8837dependencies = [8838 "autocfg",8839 "crossbeam-deque",8840 "either",8841 "rayon-core",8842]88438844[[package]]8845name = "rayon-core"8846version = "1.9.3"8847source = "registry+https://github.com/rust-lang/crates.io-index"8848checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8849dependencies = [8850 "crossbeam-channel",8851 "crossbeam-deque",8852 "crossbeam-utils",8853 "num_cpus",8854]88558856[[package]]8857name = "redox_syscall"8858version = "0.2.16"8859source = "registry+https://github.com/rust-lang/crates.io-index"8860checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"8861dependencies = [8862 "bitflags",8863]88648865[[package]]8866name = "redox_users"8867version = "0.4.3"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8870dependencies = [8871 "getrandom 0.2.7",8872 "redox_syscall",8873 "thiserror",8874]88758876[[package]]8877name = "reed-solomon-novelpoly"8878version = "1.0.0"8879source = "registry+https://github.com/rust-lang/crates.io-index"8880checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8881dependencies = [8882 "derive_more",8883 "fs-err",8884 "itertools",8885 "static_init",8886 "thiserror",8887]88888889[[package]]8890name = "ref-cast"8891version = "1.0.9"8892source = "registry+https://github.com/rust-lang/crates.io-index"8893checksum = "ed13bcd201494ab44900a96490291651d200730904221832b9547d24a87d332b"8894dependencies = [8895 "ref-cast-impl",8896]88978898[[package]]8899name = "ref-cast-impl"8900version = "1.0.9"8901source = "registry+https://github.com/rust-lang/crates.io-index"8902checksum = "5234cd6063258a5e32903b53b1b6ac043a0541c8adc1f610f67b0326c7a578fa"8903dependencies = [8904 "proc-macro2",8905 "quote",8906 "syn",8907]89088909[[package]]8910name = "regalloc2"8911version = "0.2.3"8912source = "registry+https://github.com/rust-lang/crates.io-index"8913checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"8914dependencies = [8915 "fxhash",8916 "log",8917 "slice-group-by",8918 "smallvec",8919]89208921[[package]]8922name = "regex"8923version = "1.6.0"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"8926dependencies = [8927 "aho-corasick",8928 "memchr",8929 "regex-syntax",8930]89318932[[package]]8933name = "regex-automata"8934version = "0.1.10"8935source = "registry+https://github.com/rust-lang/crates.io-index"8936checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8937dependencies = [8938 "regex-syntax",8939]89408941[[package]]8942name = "regex-syntax"8943version = "0.6.27"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"89468947[[package]]8948name = "region"8949version = "2.2.0"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8952dependencies = [8953 "bitflags",8954 "libc",8955 "mach",8956 "winapi",8957]89588959[[package]]8960name = "remote-externalities"8961version = "0.10.0-dev"8962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"8963dependencies = [8964 "env_logger",8965 "jsonrpsee",8966 "log",8967 "parity-scale-codec 3.2.1",8968 "serde",8969 "serde_json",8970 "sp-core",8971 "sp-io",8972 "sp-runtime",8973 "sp-version",8974]89758976[[package]]8977name = "remove_dir_all"8978version = "0.5.3"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8981dependencies = [8982 "winapi",8983]89848985[[package]]8986name = "resolv-conf"8987version = "0.7.0"8988source = "registry+https://github.com/rust-lang/crates.io-index"8989checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8990dependencies = [8991 "hostname",8992 "quick-error",8993]89948995[[package]]8996name = "rfc6979"8997version = "0.1.0"8998source = "registry+https://github.com/rust-lang/crates.io-index"8999checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9000dependencies = [9001 "crypto-bigint",9002 "hmac 0.11.0",9003 "zeroize",9004]90059006[[package]]9007name = "ring"9008version = "0.16.20"9009source = "registry+https://github.com/rust-lang/crates.io-index"9010checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9011dependencies = [9012 "cc",9013 "libc",9014 "once_cell",9015 "spin",9016 "untrusted",9017 "web-sys",9018 "winapi",9019]90209021[[package]]9022name = "rlp"9023version = "0.5.1"9024source = "registry+https://github.com/rust-lang/crates.io-index"9025checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9026dependencies = [9027 "bytes",9028 "rustc-hex",9029]90309031[[package]]9032name = "rlp-derive"9033version = "0.1.0"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9036dependencies = [9037 "proc-macro2",9038 "quote",9039 "syn",9040]90419042[[package]]9043name = "rmrk-rpc"9044version = "0.0.2"9045dependencies = [9046 "parity-scale-codec 2.3.1",9047 "rmrk-traits",9048 "serde",9049 "sp-api",9050 "sp-core",9051 "sp-runtime",9052 "sp-std",9053]90549055[[package]]9056name = "rmrk-traits"9057version = "0.1.0"9058dependencies = [9059 "parity-scale-codec 3.2.1",9060 "scale-info",9061 "serde",9062]90639064[[package]]9065name = "rocksdb"9066version = "0.18.0"9067source = "registry+https://github.com/rust-lang/crates.io-index"9068checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9069dependencies = [9070 "libc",9071 "librocksdb-sys",9072]90739074[[package]]9075name = "rococo-runtime"9076version = "0.9.29"9077source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"9078dependencies = [9079 "beefy-merkle-tree",9080 "beefy-primitives",9081 "frame-benchmarking",9082 "frame-executive",9083 "frame-support",9084 "frame-system",9085 "frame-system-benchmarking",9086 "frame-system-rpc-runtime-api",9087 "hex-literal",9088 "log",9089 "pallet-authority-discovery",9090 "pallet-authorship",9091 "pallet-babe",9092 "pallet-balances",9093 "pallet-beefy",9094 "pallet-beefy-mmr",9095 "pallet-collective",9096 "pallet-grandpa",9097 "pallet-im-online",9098 "pallet-indices",9099 "pallet-membership",9100 "pallet-mmr",9101 "pallet-multisig",9102 "pallet-offences",9103 "pallet-proxy",9104 "pallet-session",9105 "pallet-staking",9106 "pallet-sudo",9107 "pallet-timestamp",9108 "pallet-transaction-payment",9109 "pallet-transaction-payment-rpc-runtime-api",9110 "pallet-utility",9111 "pallet-xcm",9112 "parity-scale-codec 3.2.1",9113 "polkadot-parachain",9114 "polkadot-primitives",9115 "polkadot-runtime-common",9116 "polkadot-runtime-parachains",9117 "rococo-runtime-constants",9118 "scale-info",9119 "serde",9120 "serde_derive",9121 "smallvec",9122 "sp-api",9123 "sp-authority-discovery",9124 "sp-block-builder",9125 "sp-consensus-babe",9126 "sp-core",9127 "sp-inherents",9128 "sp-io",9129 "sp-mmr-primitives",9130 "sp-offchain",9131 "sp-runtime",9132 "sp-session",9133 "sp-staking",9134 "sp-std",9135 "sp-transaction-pool",9136 "sp-version",9137 "substrate-wasm-builder",9138 "xcm",9139 "xcm-builder",9140 "xcm-executor",9141]91429143[[package]]9144name = "rococo-runtime-constants"9145version = "0.9.29"9146source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"9147dependencies = [9148 "frame-support",9149 "polkadot-primitives",9150 "polkadot-runtime-common",9151 "smallvec",9152 "sp-runtime",9153]91549155[[package]]9156name = "rpassword"9157version = "7.0.0"9158source = "registry+https://github.com/rust-lang/crates.io-index"9159checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680"9160dependencies = [9161 "libc",9162 "winapi",9163]91649165[[package]]9166name = "rtnetlink"9167version = "0.10.1"9168source = "registry+https://github.com/rust-lang/crates.io-index"9169checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9170dependencies = [9171 "async-global-executor",9172 "futures 0.3.24",9173 "log",9174 "netlink-packet-route",9175 "netlink-proto",9176 "nix",9177 "thiserror",9178]91799180[[package]]9181name = "rustc-demangle"9182version = "0.1.21"9183source = "registry+https://github.com/rust-lang/crates.io-index"9184checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91859186[[package]]9187name = "rustc-hash"9188version = "1.1.0"9189source = "registry+https://github.com/rust-lang/crates.io-index"9190checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91919192[[package]]9193name = "rustc-hex"9194version = "2.1.0"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91979198[[package]]9199name = "rustc_version"9200version = "0.2.3"9201source = "registry+https://github.com/rust-lang/crates.io-index"9202checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9203dependencies = [9204 "semver 0.9.0",9205]92069207[[package]]9208name = "rustc_version"9209version = "0.4.0"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9212dependencies = [9213 "semver 1.0.14",9214]92159216[[package]]9217name = "rustix"9218version = "0.33.7"9219source = "registry+https://github.com/rust-lang/crates.io-index"9220checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9221dependencies = [9222 "bitflags",9223 "errno",9224 "io-lifetimes 0.5.3",9225 "libc",9226 "linux-raw-sys 0.0.42",9227 "winapi",9228]92299230[[package]]9231name = "rustix"9232version = "0.35.11"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"9235dependencies = [9236 "bitflags",9237 "errno",9238 "io-lifetimes 0.7.3",9239 "libc",9240 "linux-raw-sys 0.0.46",9241 "windows-sys",9242]92439244[[package]]9245name = "rustls"9246version = "0.20.6"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9249dependencies = [9250 "log",9251 "ring",9252 "sct",9253 "webpki",9254]92559256[[package]]9257name = "rustls-native-certs"9258version = "0.6.2"9259source = "registry+https://github.com/rust-lang/crates.io-index"9260checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9261dependencies = [9262 "openssl-probe",9263 "rustls-pemfile",9264 "schannel",9265 "security-framework",9266]92679268[[package]]9269name = "rustls-pemfile"9270version = "1.0.1"9271source = "registry+https://github.com/rust-lang/crates.io-index"9272checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9273dependencies = [9274 "base64",9275]92769277[[package]]9278name = "rustversion"9279version = "1.0.9"9280source = "registry+https://github.com/rust-lang/crates.io-index"9281checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"92829283[[package]]9284name = "rw-stream-sink"9285version = "0.3.0"9286source = "registry+https://github.com/rust-lang/crates.io-index"9287checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9288dependencies = [9289 "futures 0.3.24",9290 "pin-project",9291 "static_assertions",9292]92939294[[package]]9295name = "ryu"9296version = "1.0.11"9297source = "registry+https://github.com/rust-lang/crates.io-index"9298checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"92999300[[package]]9301name = "safe-mix"9302version = "1.0.1"9303source = "registry+https://github.com/rust-lang/crates.io-index"9304checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9305dependencies = [9306 "rustc_version 0.2.3",9307]93089309[[package]]9310name = "salsa20"9311version = "0.9.0"9312source = "registry+https://github.com/rust-lang/crates.io-index"9313checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9314dependencies = [9315 "cipher",9316]93179318[[package]]9319name = "same-file"9320version = "1.0.6"9321source = "registry+https://github.com/rust-lang/crates.io-index"9322checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9323dependencies = [9324 "winapi-util",9325]93269327[[package]]9328name = "sc-allocator"9329version = "4.1.0-dev"9330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9331dependencies = [9332 "log",9333 "sp-core",9334 "sp-wasm-interface",9335 "thiserror",9336]93379338[[package]]9339name = "sc-authority-discovery"9340version = "0.10.0-dev"9341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9342dependencies = [9343 "async-trait",9344 "futures 0.3.24",9345 "futures-timer",9346 "ip_network",9347 "libp2p",9348 "log",9349 "parity-scale-codec 3.2.1",9350 "prost",9351 "prost-build",9352 "rand 0.7.3",9353 "sc-client-api",9354 "sc-network-common",9355 "sp-api",9356 "sp-authority-discovery",9357 "sp-blockchain",9358 "sp-core",9359 "sp-keystore",9360 "sp-runtime",9361 "substrate-prometheus-endpoint",9362 "thiserror",9363]93649365[[package]]9366name = "sc-basic-authorship"9367version = "0.10.0-dev"9368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9369dependencies = [9370 "futures 0.3.24",9371 "futures-timer",9372 "log",9373 "parity-scale-codec 3.2.1",9374 "sc-block-builder",9375 "sc-client-api",9376 "sc-proposer-metrics",9377 "sc-telemetry",9378 "sc-transaction-pool-api",9379 "sp-api",9380 "sp-blockchain",9381 "sp-consensus",9382 "sp-core",9383 "sp-inherents",9384 "sp-runtime",9385 "substrate-prometheus-endpoint",9386]93879388[[package]]9389name = "sc-block-builder"9390version = "0.10.0-dev"9391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9392dependencies = [9393 "parity-scale-codec 3.2.1",9394 "sc-client-api",9395 "sp-api",9396 "sp-block-builder",9397 "sp-blockchain",9398 "sp-core",9399 "sp-inherents",9400 "sp-runtime",9401 "sp-state-machine",9402]94039404[[package]]9405name = "sc-chain-spec"9406version = "4.0.0-dev"9407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9408dependencies = [9409 "impl-trait-for-tuples",9410 "memmap2",9411 "parity-scale-codec 3.2.1",9412 "sc-chain-spec-derive",9413 "sc-network-common",9414 "sc-telemetry",9415 "serde",9416 "serde_json",9417 "sp-core",9418 "sp-runtime",9419]94209421[[package]]9422name = "sc-chain-spec-derive"9423version = "4.0.0-dev"9424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9425dependencies = [9426 "proc-macro-crate",9427 "proc-macro2",9428 "quote",9429 "syn",9430]94319432[[package]]9433name = "sc-cli"9434version = "0.10.0-dev"9435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9436dependencies = [9437 "chrono",9438 "clap",9439 "fdlimit",9440 "futures 0.3.24",9441 "hex",9442 "libp2p",9443 "log",9444 "names",9445 "parity-scale-codec 3.2.1",9446 "rand 0.7.3",9447 "regex",9448 "rpassword",9449 "sc-client-api",9450 "sc-client-db",9451 "sc-keystore",9452 "sc-network",9453 "sc-service",9454 "sc-telemetry",9455 "sc-tracing",9456 "sc-utils",9457 "serde",9458 "serde_json",9459 "sp-blockchain",9460 "sp-core",9461 "sp-keyring",9462 "sp-keystore",9463 "sp-panic-handler",9464 "sp-runtime",9465 "sp-version",9466 "thiserror",9467 "tiny-bip39",9468 "tokio",9469]94709471[[package]]9472name = "sc-client-api"9473version = "4.0.0-dev"9474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9475dependencies = [9476 "fnv",9477 "futures 0.3.24",9478 "hash-db",9479 "log",9480 "parity-scale-codec 3.2.1",9481 "parking_lot 0.12.1",9482 "sc-executor",9483 "sc-transaction-pool-api",9484 "sc-utils",9485 "sp-api",9486 "sp-blockchain",9487 "sp-consensus",9488 "sp-core",9489 "sp-database",9490 "sp-externalities",9491 "sp-keystore",9492 "sp-runtime",9493 "sp-state-machine",9494 "sp-storage",9495 "sp-trie",9496 "substrate-prometheus-endpoint",9497]94989499[[package]]9500name = "sc-client-db"9501version = "0.10.0-dev"9502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9503dependencies = [9504 "hash-db",9505 "kvdb",9506 "kvdb-memorydb",9507 "kvdb-rocksdb",9508 "linked-hash-map",9509 "log",9510 "parity-db",9511 "parity-scale-codec 3.2.1",9512 "parking_lot 0.12.1",9513 "sc-client-api",9514 "sc-state-db",9515 "sp-arithmetic",9516 "sp-blockchain",9517 "sp-core",9518 "sp-database",9519 "sp-runtime",9520 "sp-state-machine",9521 "sp-trie",9522]95239524[[package]]9525name = "sc-consensus"9526version = "0.10.0-dev"9527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9528dependencies = [9529 "async-trait",9530 "futures 0.3.24",9531 "futures-timer",9532 "libp2p",9533 "log",9534 "parking_lot 0.12.1",9535 "sc-client-api",9536 "sc-utils",9537 "serde",9538 "sp-api",9539 "sp-blockchain",9540 "sp-consensus",9541 "sp-core",9542 "sp-runtime",9543 "sp-state-machine",9544 "substrate-prometheus-endpoint",9545 "thiserror",9546]95479548[[package]]9549name = "sc-consensus-aura"9550version = "0.10.0-dev"9551source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9552dependencies = [9553 "async-trait",9554 "futures 0.3.24",9555 "log",9556 "parity-scale-codec 3.2.1",9557 "sc-block-builder",9558 "sc-client-api",9559 "sc-consensus",9560 "sc-consensus-slots",9561 "sc-telemetry",9562 "sp-api",9563 "sp-application-crypto",9564 "sp-block-builder",9565 "sp-blockchain",9566 "sp-consensus",9567 "sp-consensus-aura",9568 "sp-consensus-slots",9569 "sp-core",9570 "sp-inherents",9571 "sp-keystore",9572 "sp-runtime",9573 "substrate-prometheus-endpoint",9574 "thiserror",9575]95769577[[package]]9578name = "sc-consensus-babe"9579version = "0.10.0-dev"9580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9581dependencies = [9582 "async-trait",9583 "fork-tree",9584 "futures 0.3.24",9585 "log",9586 "merlin",9587 "num-bigint",9588 "num-rational 0.2.4",9589 "num-traits",9590 "parity-scale-codec 3.2.1",9591 "parking_lot 0.12.1",9592 "rand 0.7.3",9593 "sc-client-api",9594 "sc-consensus",9595 "sc-consensus-epochs",9596 "sc-consensus-slots",9597 "sc-keystore",9598 "sc-telemetry",9599 "schnorrkel",9600 "serde",9601 "sp-api",9602 "sp-application-crypto",9603 "sp-block-builder",9604 "sp-blockchain",9605 "sp-consensus",9606 "sp-consensus-babe",9607 "sp-consensus-slots",9608 "sp-consensus-vrf",9609 "sp-core",9610 "sp-inherents",9611 "sp-io",9612 "sp-keystore",9613 "sp-runtime",9614 "sp-version",9615 "substrate-prometheus-endpoint",9616 "thiserror",9617]96189619[[package]]9620name = "sc-consensus-babe-rpc"9621version = "0.10.0-dev"9622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9623dependencies = [9624 "futures 0.3.24",9625 "jsonrpsee",9626 "sc-consensus-babe",9627 "sc-consensus-epochs",9628 "sc-rpc-api",9629 "serde",9630 "sp-api",9631 "sp-application-crypto",9632 "sp-blockchain",9633 "sp-consensus",9634 "sp-consensus-babe",9635 "sp-core",9636 "sp-keystore",9637 "sp-runtime",9638 "thiserror",9639]96409641[[package]]9642name = "sc-consensus-epochs"9643version = "0.10.0-dev"9644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9645dependencies = [9646 "fork-tree",9647 "parity-scale-codec 3.2.1",9648 "sc-client-api",9649 "sc-consensus",9650 "sp-blockchain",9651 "sp-runtime",9652]96539654[[package]]9655name = "sc-consensus-manual-seal"9656version = "0.10.0-dev"9657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9658dependencies = [9659 "assert_matches",9660 "async-trait",9661 "futures 0.3.24",9662 "jsonrpsee",9663 "log",9664 "parity-scale-codec 3.2.1",9665 "sc-client-api",9666 "sc-consensus",9667 "sc-consensus-aura",9668 "sc-consensus-babe",9669 "sc-consensus-epochs",9670 "sc-transaction-pool",9671 "sc-transaction-pool-api",9672 "serde",9673 "sp-api",9674 "sp-blockchain",9675 "sp-consensus",9676 "sp-consensus-aura",9677 "sp-consensus-babe",9678 "sp-consensus-slots",9679 "sp-core",9680 "sp-inherents",9681 "sp-keystore",9682 "sp-runtime",9683 "sp-timestamp",9684 "substrate-prometheus-endpoint",9685 "thiserror",9686]96879688[[package]]9689name = "sc-consensus-slots"9690version = "0.10.0-dev"9691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9692dependencies = [9693 "async-trait",9694 "futures 0.3.24",9695 "futures-timer",9696 "log",9697 "parity-scale-codec 3.2.1",9698 "sc-client-api",9699 "sc-consensus",9700 "sc-telemetry",9701 "sp-arithmetic",9702 "sp-blockchain",9703 "sp-consensus",9704 "sp-consensus-slots",9705 "sp-core",9706 "sp-inherents",9707 "sp-runtime",9708 "sp-state-machine",9709 "sp-timestamp",9710 "thiserror",9711]97129713[[package]]9714name = "sc-executor"9715version = "0.10.0-dev"9716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9717dependencies = [9718 "lazy_static",9719 "lru 0.7.8",9720 "parity-scale-codec 3.2.1",9721 "parking_lot 0.12.1",9722 "sc-executor-common",9723 "sc-executor-wasmi",9724 "sc-executor-wasmtime",9725 "sp-api",9726 "sp-core",9727 "sp-core-hashing-proc-macro",9728 "sp-externalities",9729 "sp-io",9730 "sp-panic-handler",9731 "sp-runtime-interface",9732 "sp-tasks",9733 "sp-trie",9734 "sp-version",9735 "sp-wasm-interface",9736 "tracing",9737 "wasmi",9738]97399740[[package]]9741name = "sc-executor-common"9742version = "0.10.0-dev"9743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9744dependencies = [9745 "environmental",9746 "parity-scale-codec 3.2.1",9747 "sc-allocator",9748 "sp-maybe-compressed-blob",9749 "sp-sandbox",9750 "sp-wasm-interface",9751 "thiserror",9752 "wasm-instrument",9753 "wasmi",9754]97559756[[package]]9757name = "sc-executor-wasmi"9758version = "0.10.0-dev"9759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9760dependencies = [9761 "log",9762 "parity-scale-codec 3.2.1",9763 "sc-allocator",9764 "sc-executor-common",9765 "sp-runtime-interface",9766 "sp-sandbox",9767 "sp-wasm-interface",9768 "wasmi",9769]97709771[[package]]9772name = "sc-executor-wasmtime"9773version = "0.10.0-dev"9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9775dependencies = [9776 "cfg-if 1.0.0",9777 "libc",9778 "log",9779 "once_cell",9780 "parity-scale-codec 3.2.1",9781 "parity-wasm 0.42.2",9782 "rustix 0.33.7",9783 "rustix 0.35.11",9784 "sc-allocator",9785 "sc-executor-common",9786 "sp-runtime-interface",9787 "sp-sandbox",9788 "sp-wasm-interface",9789 "wasmtime",9790]97919792[[package]]9793name = "sc-finality-grandpa"9794version = "0.10.0-dev"9795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9796dependencies = [9797 "ahash",9798 "async-trait",9799 "dyn-clone",9800 "finality-grandpa",9801 "fork-tree",9802 "futures 0.3.24",9803 "futures-timer",9804 "hex",9805 "log",9806 "parity-scale-codec 3.2.1",9807 "parking_lot 0.12.1",9808 "rand 0.8.5",9809 "sc-block-builder",9810 "sc-chain-spec",9811 "sc-client-api",9812 "sc-consensus",9813 "sc-keystore",9814 "sc-network",9815 "sc-network-common",9816 "sc-network-gossip",9817 "sc-telemetry",9818 "sc-utils",9819 "serde_json",9820 "sp-api",9821 "sp-application-crypto",9822 "sp-arithmetic",9823 "sp-blockchain",9824 "sp-consensus",9825 "sp-core",9826 "sp-finality-grandpa",9827 "sp-keystore",9828 "sp-runtime",9829 "substrate-prometheus-endpoint",9830 "thiserror",9831]98329833[[package]]9834name = "sc-finality-grandpa-rpc"9835version = "0.10.0-dev"9836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9837dependencies = [9838 "finality-grandpa",9839 "futures 0.3.24",9840 "jsonrpsee",9841 "log",9842 "parity-scale-codec 3.2.1",9843 "sc-client-api",9844 "sc-finality-grandpa",9845 "sc-rpc",9846 "serde",9847 "serde_json",9848 "sp-blockchain",9849 "sp-core",9850 "sp-runtime",9851 "thiserror",9852]98539854[[package]]9855name = "sc-informant"9856version = "0.10.0-dev"9857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9858dependencies = [9859 "ansi_term",9860 "futures 0.3.24",9861 "futures-timer",9862 "log",9863 "parity-util-mem",9864 "sc-client-api",9865 "sc-network-common",9866 "sc-transaction-pool-api",9867 "sp-blockchain",9868 "sp-runtime",9869]98709871[[package]]9872name = "sc-keystore"9873version = "4.0.0-dev"9874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9875dependencies = [9876 "async-trait",9877 "hex",9878 "parking_lot 0.12.1",9879 "serde_json",9880 "sp-application-crypto",9881 "sp-core",9882 "sp-keystore",9883 "thiserror",9884]98859886[[package]]9887name = "sc-network"9888version = "0.10.0-dev"9889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9890dependencies = [9891 "async-trait",9892 "asynchronous-codec",9893 "bitflags",9894 "bytes",9895 "cid",9896 "either",9897 "fnv",9898 "fork-tree",9899 "futures 0.3.24",9900 "futures-timer",9901 "hex",9902 "ip_network",9903 "libp2p",9904 "linked-hash-map",9905 "linked_hash_set",9906 "log",9907 "lru 0.7.8",9908 "parity-scale-codec 3.2.1",9909 "parking_lot 0.12.1",9910 "pin-project",9911 "prost",9912 "prost-build",9913 "rand 0.7.3",9914 "sc-block-builder",9915 "sc-client-api",9916 "sc-consensus",9917 "sc-network-common",9918 "sc-peerset",9919 "sc-utils",9920 "serde",9921 "serde_json",9922 "smallvec",9923 "sp-arithmetic",9924 "sp-blockchain",9925 "sp-consensus",9926 "sp-core",9927 "sp-runtime",9928 "substrate-prometheus-endpoint",9929 "thiserror",9930 "unsigned-varint",9931 "void",9932 "zeroize",9933]99349935[[package]]9936name = "sc-network-common"9937version = "0.10.0-dev"9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9939dependencies = [9940 "async-trait",9941 "bitflags",9942 "bytes",9943 "futures 0.3.24",9944 "libp2p",9945 "parity-scale-codec 3.2.1",9946 "prost-build",9947 "sc-consensus",9948 "sc-peerset",9949 "serde",9950 "smallvec",9951 "sp-blockchain",9952 "sp-consensus",9953 "sp-finality-grandpa",9954 "sp-runtime",9955 "thiserror",9956]99579958[[package]]9959name = "sc-network-gossip"9960version = "0.10.0-dev"9961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9962dependencies = [9963 "ahash",9964 "futures 0.3.24",9965 "futures-timer",9966 "libp2p",9967 "log",9968 "lru 0.7.8",9969 "sc-network-common",9970 "sc-peerset",9971 "sp-runtime",9972 "substrate-prometheus-endpoint",9973 "tracing",9974]99759976[[package]]9977name = "sc-network-light"9978version = "0.10.0-dev"9979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"9980dependencies = [9981 "futures 0.3.24",9982 "hex",9983 "libp2p",9984 "log",9985 "parity-scale-codec 3.2.1",9986 "prost",9987 "prost-build",9988 "sc-client-api",9989 "sc-network-common",9990 "sc-peerset",9991 "sp-blockchain",9992 "sp-core",9993 "sp-runtime",9994 "thiserror",9995]99969997[[package]]9998name = "sc-network-sync"9999version = "0.10.0-dev"10000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10001dependencies = [10002 "fork-tree",10003 "futures 0.3.24",10004 "hex",10005 "libp2p",10006 "log",10007 "lru 0.7.8",10008 "parity-scale-codec 3.2.1",10009 "prost",10010 "prost-build",10011 "sc-client-api",10012 "sc-consensus",10013 "sc-network-common",10014 "sc-peerset",10015 "smallvec",10016 "sp-arithmetic",10017 "sp-blockchain",10018 "sp-consensus",10019 "sp-core",10020 "sp-finality-grandpa",10021 "sp-runtime",10022 "thiserror",10023]1002410025[[package]]10026name = "sc-offchain"10027version = "4.0.0-dev"10028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10029dependencies = [10030 "bytes",10031 "fnv",10032 "futures 0.3.24",10033 "futures-timer",10034 "hex",10035 "hyper",10036 "hyper-rustls",10037 "libp2p",10038 "num_cpus",10039 "once_cell",10040 "parity-scale-codec 3.2.1",10041 "parking_lot 0.12.1",10042 "rand 0.7.3",10043 "sc-client-api",10044 "sc-network-common",10045 "sc-peerset",10046 "sc-utils",10047 "sp-api",10048 "sp-core",10049 "sp-offchain",10050 "sp-runtime",10051 "threadpool",10052 "tracing",10053]1005410055[[package]]10056name = "sc-peerset"10057version = "4.0.0-dev"10058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10059dependencies = [10060 "futures 0.3.24",10061 "libp2p",10062 "log",10063 "sc-utils",10064 "serde_json",10065 "wasm-timer",10066]1006710068[[package]]10069name = "sc-proposer-metrics"10070version = "0.10.0-dev"10071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10072dependencies = [10073 "log",10074 "substrate-prometheus-endpoint",10075]1007610077[[package]]10078name = "sc-rpc"10079version = "4.0.0-dev"10080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10081dependencies = [10082 "futures 0.3.24",10083 "hash-db",10084 "jsonrpsee",10085 "log",10086 "parity-scale-codec 3.2.1",10087 "parking_lot 0.12.1",10088 "sc-block-builder",10089 "sc-chain-spec",10090 "sc-client-api",10091 "sc-rpc-api",10092 "sc-tracing",10093 "sc-transaction-pool-api",10094 "sc-utils",10095 "serde_json",10096 "sp-api",10097 "sp-blockchain",10098 "sp-core",10099 "sp-keystore",10100 "sp-offchain",10101 "sp-rpc",10102 "sp-runtime",10103 "sp-session",10104 "sp-version",10105]1010610107[[package]]10108name = "sc-rpc-api"10109version = "0.10.0-dev"10110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10111dependencies = [10112 "futures 0.3.24",10113 "jsonrpsee",10114 "log",10115 "parity-scale-codec 3.2.1",10116 "parking_lot 0.12.1",10117 "sc-chain-spec",10118 "sc-transaction-pool-api",10119 "scale-info",10120 "serde",10121 "serde_json",10122 "sp-core",10123 "sp-rpc",10124 "sp-runtime",10125 "sp-tracing",10126 "sp-version",10127 "thiserror",10128]1012910130[[package]]10131name = "sc-rpc-server"10132version = "4.0.0-dev"10133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10134dependencies = [10135 "futures 0.3.24",10136 "jsonrpsee",10137 "log",10138 "serde_json",10139 "substrate-prometheus-endpoint",10140 "tokio",10141]1014210143[[package]]10144name = "sc-service"10145version = "0.10.0-dev"10146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10147dependencies = [10148 "async-trait",10149 "directories",10150 "exit-future",10151 "futures 0.3.24",10152 "futures-timer",10153 "hash-db",10154 "jsonrpsee",10155 "log",10156 "parity-scale-codec 3.2.1",10157 "parity-util-mem",10158 "parking_lot 0.12.1",10159 "pin-project",10160 "rand 0.7.3",10161 "sc-block-builder",10162 "sc-chain-spec",10163 "sc-client-api",10164 "sc-client-db",10165 "sc-consensus",10166 "sc-executor",10167 "sc-informant",10168 "sc-keystore",10169 "sc-network",10170 "sc-network-common",10171 "sc-network-light",10172 "sc-network-sync",10173 "sc-offchain",10174 "sc-rpc",10175 "sc-rpc-server",10176 "sc-sysinfo",10177 "sc-telemetry",10178 "sc-tracing",10179 "sc-transaction-pool",10180 "sc-transaction-pool-api",10181 "sc-utils",10182 "serde",10183 "serde_json",10184 "sp-api",10185 "sp-application-crypto",10186 "sp-block-builder",10187 "sp-blockchain",10188 "sp-consensus",10189 "sp-core",10190 "sp-externalities",10191 "sp-inherents",10192 "sp-keystore",10193 "sp-runtime",10194 "sp-session",10195 "sp-state-machine",10196 "sp-storage",10197 "sp-tracing",10198 "sp-transaction-pool",10199 "sp-transaction-storage-proof",10200 "sp-trie",10201 "sp-version",10202 "substrate-prometheus-endpoint",10203 "tempfile",10204 "thiserror",10205 "tokio",10206 "tracing",10207 "tracing-futures",10208]1020910210[[package]]10211name = "sc-state-db"10212version = "0.10.0-dev"10213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10214dependencies = [10215 "log",10216 "parity-scale-codec 3.2.1",10217 "parity-util-mem",10218 "parity-util-mem-derive",10219 "parking_lot 0.12.1",10220 "sc-client-api",10221 "sp-core",10222]1022310224[[package]]10225name = "sc-sync-state-rpc"10226version = "0.10.0-dev"10227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10228dependencies = [10229 "jsonrpsee",10230 "parity-scale-codec 3.2.1",10231 "sc-chain-spec",10232 "sc-client-api",10233 "sc-consensus-babe",10234 "sc-consensus-epochs",10235 "sc-finality-grandpa",10236 "serde",10237 "serde_json",10238 "sp-blockchain",10239 "sp-runtime",10240 "thiserror",10241]1024210243[[package]]10244name = "sc-sysinfo"10245version = "6.0.0-dev"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10247dependencies = [10248 "futures 0.3.24",10249 "libc",10250 "log",10251 "rand 0.7.3",10252 "rand_pcg 0.2.1",10253 "regex",10254 "sc-telemetry",10255 "serde",10256 "serde_json",10257 "sp-core",10258 "sp-io",10259 "sp-std",10260]1026110262[[package]]10263name = "sc-telemetry"10264version = "4.0.0-dev"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10266dependencies = [10267 "chrono",10268 "futures 0.3.24",10269 "libp2p",10270 "log",10271 "parking_lot 0.12.1",10272 "pin-project",10273 "rand 0.7.3",10274 "serde",10275 "serde_json",10276 "thiserror",10277 "wasm-timer",10278]1027910280[[package]]10281name = "sc-tracing"10282version = "4.0.0-dev"10283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10284dependencies = [10285 "ansi_term",10286 "atty",10287 "chrono",10288 "lazy_static",10289 "libc",10290 "log",10291 "once_cell",10292 "parking_lot 0.12.1",10293 "regex",10294 "rustc-hash",10295 "sc-client-api",10296 "sc-rpc-server",10297 "sc-tracing-proc-macro",10298 "serde",10299 "sp-api",10300 "sp-blockchain",10301 "sp-core",10302 "sp-rpc",10303 "sp-runtime",10304 "sp-tracing",10305 "thiserror",10306 "tracing",10307 "tracing-log",10308 "tracing-subscriber",10309]1031010311[[package]]10312name = "sc-tracing-proc-macro"10313version = "4.0.0-dev"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10315dependencies = [10316 "proc-macro-crate",10317 "proc-macro2",10318 "quote",10319 "syn",10320]1032110322[[package]]10323name = "sc-transaction-pool"10324version = "4.0.0-dev"10325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10326dependencies = [10327 "futures 0.3.24",10328 "futures-timer",10329 "linked-hash-map",10330 "log",10331 "parity-scale-codec 3.2.1",10332 "parity-util-mem",10333 "parking_lot 0.12.1",10334 "sc-client-api",10335 "sc-transaction-pool-api",10336 "sc-utils",10337 "serde",10338 "sp-api",10339 "sp-blockchain",10340 "sp-core",10341 "sp-runtime",10342 "sp-tracing",10343 "sp-transaction-pool",10344 "substrate-prometheus-endpoint",10345 "thiserror",10346]1034710348[[package]]10349name = "sc-transaction-pool-api"10350version = "4.0.0-dev"10351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10352dependencies = [10353 "futures 0.3.24",10354 "log",10355 "serde",10356 "sp-blockchain",10357 "sp-runtime",10358 "thiserror",10359]1036010361[[package]]10362name = "sc-utils"10363version = "4.0.0-dev"10364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10365dependencies = [10366 "futures 0.3.24",10367 "futures-timer",10368 "lazy_static",10369 "log",10370 "parking_lot 0.12.1",10371 "prometheus",10372]1037310374[[package]]10375name = "scale-info"10376version = "2.2.0"10377source = "registry+https://github.com/rust-lang/crates.io-index"10378checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10379dependencies = [10380 "bitvec 1.0.1",10381 "cfg-if 1.0.0",10382 "derive_more",10383 "parity-scale-codec 3.2.1",10384 "scale-info-derive",10385 "serde",10386]1038710388[[package]]10389name = "scale-info-derive"10390version = "2.2.0"10391source = "registry+https://github.com/rust-lang/crates.io-index"10392checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10393dependencies = [10394 "proc-macro-crate",10395 "proc-macro2",10396 "quote",10397 "syn",10398]1039910400[[package]]10401name = "schannel"10402version = "0.1.20"10403source = "registry+https://github.com/rust-lang/crates.io-index"10404checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10405dependencies = [10406 "lazy_static",10407 "windows-sys",10408]1040910410[[package]]10411name = "schnorrkel"10412version = "0.9.1"10413source = "registry+https://github.com/rust-lang/crates.io-index"10414checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10415dependencies = [10416 "arrayref",10417 "arrayvec 0.5.2",10418 "curve25519-dalek 2.1.3",10419 "getrandom 0.1.16",10420 "merlin",10421 "rand 0.7.3",10422 "rand_core 0.5.1",10423 "sha2 0.8.2",10424 "subtle",10425 "zeroize",10426]1042710428[[package]]10429name = "scopeguard"10430version = "1.1.0"10431source = "registry+https://github.com/rust-lang/crates.io-index"10432checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1043310434[[package]]10435name = "sct"10436version = "0.7.0"10437source = "registry+https://github.com/rust-lang/crates.io-index"10438checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10439dependencies = [10440 "ring",10441 "untrusted",10442]1044310444[[package]]10445name = "sec1"10446version = "0.2.1"10447source = "registry+https://github.com/rust-lang/crates.io-index"10448checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10449dependencies = [10450 "der",10451 "generic-array 0.14.6",10452 "subtle",10453 "zeroize",10454]1045510456[[package]]10457name = "secp256k1"10458version = "0.24.0"10459source = "registry+https://github.com/rust-lang/crates.io-index"10460checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"10461dependencies = [10462 "secp256k1-sys",10463]1046410465[[package]]10466name = "secp256k1-sys"10467version = "0.6.0"10468source = "registry+https://github.com/rust-lang/crates.io-index"10469checksum = "7058dc8eaf3f2810d7828680320acda0b25a288f6d288e19278e249bbf74226b"10470dependencies = [10471 "cc",10472]1047310474[[package]]10475name = "secrecy"10476version = "0.8.0"10477source = "registry+https://github.com/rust-lang/crates.io-index"10478checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10479dependencies = [10480 "zeroize",10481]1048210483[[package]]10484name = "security-framework"10485version = "2.7.0"10486source = "registry+https://github.com/rust-lang/crates.io-index"10487checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10488dependencies = [10489 "bitflags",10490 "core-foundation",10491 "core-foundation-sys",10492 "libc",10493 "security-framework-sys",10494]1049510496[[package]]10497name = "security-framework-sys"10498version = "2.6.1"10499source = "registry+https://github.com/rust-lang/crates.io-index"10500checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10501dependencies = [10502 "core-foundation-sys",10503 "libc",10504]1050510506[[package]]10507name = "semver"10508version = "0.6.0"10509source = "registry+https://github.com/rust-lang/crates.io-index"10510checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10511dependencies = [10512 "semver-parser",10513]1051410515[[package]]10516name = "semver"10517version = "0.9.0"10518source = "registry+https://github.com/rust-lang/crates.io-index"10519checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10520dependencies = [10521 "semver-parser",10522]1052310524[[package]]10525name = "semver"10526version = "1.0.14"10527source = "registry+https://github.com/rust-lang/crates.io-index"10528checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10529dependencies = [10530 "serde",10531]1053210533[[package]]10534name = "semver-parser"10535version = "0.7.0"10536source = "registry+https://github.com/rust-lang/crates.io-index"10537checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1053810539[[package]]10540name = "serde"10541version = "1.0.145"10542source = "registry+https://github.com/rust-lang/crates.io-index"10543checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"10544dependencies = [10545 "serde_derive",10546]1054710548[[package]]10549name = "serde_derive"10550version = "1.0.145"10551source = "registry+https://github.com/rust-lang/crates.io-index"10552checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"10553dependencies = [10554 "proc-macro2",10555 "quote",10556 "syn",10557]1055810559[[package]]10560name = "serde_json"10561version = "1.0.85"10562source = "registry+https://github.com/rust-lang/crates.io-index"10563checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"10564dependencies = [10565 "itoa 1.0.3",10566 "ryu",10567 "serde",10568]1056910570[[package]]10571name = "serde_nanos"10572version = "0.1.2"10573source = "registry+https://github.com/rust-lang/crates.io-index"10574checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10575dependencies = [10576 "serde",10577]1057810579[[package]]10580name = "sha-1"10581version = "0.9.8"10582source = "registry+https://github.com/rust-lang/crates.io-index"10583checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10584dependencies = [10585 "block-buffer 0.9.0",10586 "cfg-if 1.0.0",10587 "cpufeatures",10588 "digest 0.9.0",10589 "opaque-debug 0.3.0",10590]1059110592[[package]]10593name = "sha1"10594version = "0.10.5"10595source = "registry+https://github.com/rust-lang/crates.io-index"10596checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10597dependencies = [10598 "cfg-if 1.0.0",10599 "cpufeatures",10600 "digest 0.10.5",10601]1060210603[[package]]10604name = "sha2"10605version = "0.8.2"10606source = "registry+https://github.com/rust-lang/crates.io-index"10607checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10608dependencies = [10609 "block-buffer 0.7.3",10610 "digest 0.8.1",10611 "fake-simd",10612 "opaque-debug 0.2.3",10613]1061410615[[package]]10616name = "sha2"10617version = "0.9.9"10618source = "registry+https://github.com/rust-lang/crates.io-index"10619checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10620dependencies = [10621 "block-buffer 0.9.0",10622 "cfg-if 1.0.0",10623 "cpufeatures",10624 "digest 0.9.0",10625 "opaque-debug 0.3.0",10626]1062710628[[package]]10629name = "sha2"10630version = "0.10.6"10631source = "registry+https://github.com/rust-lang/crates.io-index"10632checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10633dependencies = [10634 "cfg-if 1.0.0",10635 "cpufeatures",10636 "digest 0.10.5",10637]1063810639[[package]]10640name = "sha3"10641version = "0.9.1"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10644dependencies = [10645 "block-buffer 0.9.0",10646 "digest 0.9.0",10647 "keccak",10648 "opaque-debug 0.3.0",10649]1065010651[[package]]10652name = "sha3"10653version = "0.10.5"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "e2904bea16a1ae962b483322a1c7b81d976029203aea1f461e51cd7705db7ba9"10656dependencies = [10657 "digest 0.10.5",10658 "keccak",10659]1066010661[[package]]10662name = "sharded-slab"10663version = "0.1.4"10664source = "registry+https://github.com/rust-lang/crates.io-index"10665checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10666dependencies = [10667 "lazy_static",10668]1066910670[[package]]10671name = "shlex"10672version = "1.1.0"10673source = "registry+https://github.com/rust-lang/crates.io-index"10674checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1067510676[[package]]10677name = "signal-hook"10678version = "0.3.14"10679source = "registry+https://github.com/rust-lang/crates.io-index"10680checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10681dependencies = [10682 "libc",10683 "signal-hook-registry",10684]1068510686[[package]]10687name = "signal-hook-registry"10688version = "1.4.0"10689source = "registry+https://github.com/rust-lang/crates.io-index"10690checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10691dependencies = [10692 "libc",10693]1069410695[[package]]10696name = "signature"10697version = "1.4.0"10698source = "registry+https://github.com/rust-lang/crates.io-index"10699checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10700dependencies = [10701 "digest 0.9.0",10702 "rand_core 0.6.4",10703]1070410705[[package]]10706name = "simba"10707version = "0.5.1"10708source = "registry+https://github.com/rust-lang/crates.io-index"10709checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10710dependencies = [10711 "approx",10712 "num-complex",10713 "num-traits",10714 "paste",10715]1071610717[[package]]10718name = "slab"10719version = "0.4.7"10720source = "registry+https://github.com/rust-lang/crates.io-index"10721checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10722dependencies = [10723 "autocfg",10724]1072510726[[package]]10727name = "slice-group-by"10728version = "0.3.0"10729source = "registry+https://github.com/rust-lang/crates.io-index"10730checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1073110732[[package]]10733name = "slot-range-helper"10734version = "0.9.29"10735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"10736dependencies = [10737 "enumn",10738 "parity-scale-codec 3.2.1",10739 "paste",10740 "sp-runtime",10741 "sp-std",10742]1074310744[[package]]10745name = "slotmap"10746version = "1.0.6"10747source = "registry+https://github.com/rust-lang/crates.io-index"10748checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10749dependencies = [10750 "version_check",10751]1075210753[[package]]10754name = "smallvec"10755version = "1.10.0"10756source = "registry+https://github.com/rust-lang/crates.io-index"10757checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1075810759[[package]]10760name = "snap"10761version = "1.0.5"10762source = "registry+https://github.com/rust-lang/crates.io-index"10763checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1076410765[[package]]10766name = "snow"10767version = "0.9.0"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10770dependencies = [10771 "aes-gcm",10772 "blake2",10773 "chacha20poly1305",10774 "curve25519-dalek 4.0.0-pre.1",10775 "rand_core 0.6.4",10776 "ring",10777 "rustc_version 0.4.0",10778 "sha2 0.10.6",10779 "subtle",10780]1078110782[[package]]10783name = "socket2"10784version = "0.4.7"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"10787dependencies = [10788 "libc",10789 "winapi",10790]1079110792[[package]]10793name = "soketto"10794version = "0.7.1"10795source = "registry+https://github.com/rust-lang/crates.io-index"10796checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10797dependencies = [10798 "base64",10799 "bytes",10800 "flate2",10801 "futures 0.3.24",10802 "httparse",10803 "log",10804 "rand 0.8.5",10805 "sha-1",10806]1080710808[[package]]10809name = "sp-api"10810version = "4.0.0-dev"10811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10812dependencies = [10813 "hash-db",10814 "log",10815 "parity-scale-codec 3.2.1",10816 "sp-api-proc-macro",10817 "sp-core",10818 "sp-runtime",10819 "sp-state-machine",10820 "sp-std",10821 "sp-trie",10822 "sp-version",10823 "thiserror",10824]1082510826[[package]]10827name = "sp-api-proc-macro"10828version = "4.0.0-dev"10829source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10830dependencies = [10831 "blake2",10832 "proc-macro-crate",10833 "proc-macro2",10834 "quote",10835 "syn",10836]1083710838[[package]]10839name = "sp-application-crypto"10840version = "6.0.0"10841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10842dependencies = [10843 "parity-scale-codec 3.2.1",10844 "scale-info",10845 "serde",10846 "sp-core",10847 "sp-io",10848 "sp-std",10849]1085010851[[package]]10852name = "sp-arithmetic"10853version = "5.0.0"10854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10855dependencies = [10856 "integer-sqrt",10857 "num-traits",10858 "parity-scale-codec 3.2.1",10859 "scale-info",10860 "serde",10861 "sp-debug-derive",10862 "sp-std",10863 "static_assertions",10864]1086510866[[package]]10867name = "sp-authority-discovery"10868version = "4.0.0-dev"10869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10870dependencies = [10871 "parity-scale-codec 3.2.1",10872 "scale-info",10873 "sp-api",10874 "sp-application-crypto",10875 "sp-runtime",10876 "sp-std",10877]1087810879[[package]]10880name = "sp-authorship"10881version = "4.0.0-dev"10882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10883dependencies = [10884 "async-trait",10885 "parity-scale-codec 3.2.1",10886 "sp-inherents",10887 "sp-runtime",10888 "sp-std",10889]1089010891[[package]]10892name = "sp-block-builder"10893version = "4.0.0-dev"10894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10895dependencies = [10896 "parity-scale-codec 3.2.1",10897 "sp-api",10898 "sp-inherents",10899 "sp-runtime",10900 "sp-std",10901]1090210903[[package]]10904name = "sp-blockchain"10905version = "4.0.0-dev"10906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10907dependencies = [10908 "futures 0.3.24",10909 "log",10910 "lru 0.7.8",10911 "parity-scale-codec 3.2.1",10912 "parking_lot 0.12.1",10913 "sp-api",10914 "sp-consensus",10915 "sp-database",10916 "sp-runtime",10917 "sp-state-machine",10918 "thiserror",10919]1092010921[[package]]10922name = "sp-consensus"10923version = "0.10.0-dev"10924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10925dependencies = [10926 "async-trait",10927 "futures 0.3.24",10928 "futures-timer",10929 "log",10930 "parity-scale-codec 3.2.1",10931 "sp-core",10932 "sp-inherents",10933 "sp-runtime",10934 "sp-state-machine",10935 "sp-std",10936 "sp-version",10937 "thiserror",10938]1093910940[[package]]10941name = "sp-consensus-aura"10942version = "0.10.0-dev"10943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10944dependencies = [10945 "async-trait",10946 "parity-scale-codec 3.2.1",10947 "scale-info",10948 "sp-api",10949 "sp-application-crypto",10950 "sp-consensus",10951 "sp-consensus-slots",10952 "sp-inherents",10953 "sp-runtime",10954 "sp-std",10955 "sp-timestamp",10956]1095710958[[package]]10959name = "sp-consensus-babe"10960version = "0.10.0-dev"10961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10962dependencies = [10963 "async-trait",10964 "merlin",10965 "parity-scale-codec 3.2.1",10966 "scale-info",10967 "serde",10968 "sp-api",10969 "sp-application-crypto",10970 "sp-consensus",10971 "sp-consensus-slots",10972 "sp-consensus-vrf",10973 "sp-core",10974 "sp-inherents",10975 "sp-keystore",10976 "sp-runtime",10977 "sp-std",10978 "sp-timestamp",10979]1098010981[[package]]10982name = "sp-consensus-slots"10983version = "0.10.0-dev"10984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10985dependencies = [10986 "parity-scale-codec 3.2.1",10987 "scale-info",10988 "serde",10989 "sp-arithmetic",10990 "sp-runtime",10991 "sp-std",10992 "sp-timestamp",10993]1099410995[[package]]10996name = "sp-consensus-vrf"10997version = "0.10.0-dev"10998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"10999dependencies = [11000 "parity-scale-codec 3.2.1",11001 "scale-info",11002 "schnorrkel",11003 "sp-core",11004 "sp-runtime",11005 "sp-std",11006]1100711008[[package]]11009name = "sp-core"11010version = "6.0.0"11011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11012dependencies = [11013 "base58",11014 "bitflags",11015 "blake2-rfc",11016 "byteorder",11017 "dyn-clonable",11018 "ed25519-zebra",11019 "futures 0.3.24",11020 "hash-db",11021 "hash256-std-hasher",11022 "hex",11023 "impl-serde",11024 "lazy_static",11025 "libsecp256k1",11026 "log",11027 "merlin",11028 "num-traits",11029 "parity-scale-codec 3.2.1",11030 "parity-util-mem",11031 "parking_lot 0.12.1",11032 "primitive-types",11033 "rand 0.7.3",11034 "regex",11035 "scale-info",11036 "schnorrkel",11037 "secp256k1",11038 "secrecy",11039 "serde",11040 "sp-core-hashing",11041 "sp-debug-derive",11042 "sp-externalities",11043 "sp-runtime-interface",11044 "sp-std",11045 "sp-storage",11046 "ss58-registry",11047 "substrate-bip39",11048 "thiserror",11049 "tiny-bip39",11050 "wasmi",11051 "zeroize",11052]1105311054[[package]]11055name = "sp-core-hashing"11056version = "4.0.0"11057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11058dependencies = [11059 "blake2",11060 "byteorder",11061 "digest 0.10.5",11062 "sha2 0.10.6",11063 "sha3 0.10.5",11064 "sp-std",11065 "twox-hash",11066]1106711068[[package]]11069name = "sp-core-hashing-proc-macro"11070version = "5.0.0"11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11072dependencies = [11073 "proc-macro2",11074 "quote",11075 "sp-core-hashing",11076 "syn",11077]1107811079[[package]]11080name = "sp-database"11081version = "4.0.0-dev"11082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11083dependencies = [11084 "kvdb",11085 "parking_lot 0.12.1",11086]1108711088[[package]]11089name = "sp-debug-derive"11090version = "4.0.0"11091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11092dependencies = [11093 "proc-macro2",11094 "quote",11095 "syn",11096]1109711098[[package]]11099name = "sp-externalities"11100version = "0.12.0"11101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11102dependencies = [11103 "environmental",11104 "parity-scale-codec 3.2.1",11105 "sp-std",11106 "sp-storage",11107]1110811109[[package]]11110name = "sp-finality-grandpa"11111version = "4.0.0-dev"11112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11113dependencies = [11114 "finality-grandpa",11115 "log",11116 "parity-scale-codec 3.2.1",11117 "scale-info",11118 "serde",11119 "sp-api",11120 "sp-application-crypto",11121 "sp-core",11122 "sp-keystore",11123 "sp-runtime",11124 "sp-std",11125]1112611127[[package]]11128name = "sp-inherents"11129version = "4.0.0-dev"11130source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11131dependencies = [11132 "async-trait",11133 "impl-trait-for-tuples",11134 "parity-scale-codec 3.2.1",11135 "sp-core",11136 "sp-runtime",11137 "sp-std",11138 "thiserror",11139]1114011141[[package]]11142name = "sp-io"11143version = "6.0.0"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11145dependencies = [11146 "bytes",11147 "futures 0.3.24",11148 "hash-db",11149 "libsecp256k1",11150 "log",11151 "parity-scale-codec 3.2.1",11152 "parking_lot 0.12.1",11153 "secp256k1",11154 "sp-core",11155 "sp-externalities",11156 "sp-keystore",11157 "sp-runtime-interface",11158 "sp-state-machine",11159 "sp-std",11160 "sp-tracing",11161 "sp-trie",11162 "sp-wasm-interface",11163 "tracing",11164 "tracing-core",11165]1116611167[[package]]11168name = "sp-keyring"11169version = "6.0.0"11170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11171dependencies = [11172 "lazy_static",11173 "sp-core",11174 "sp-runtime",11175 "strum",11176]1117711178[[package]]11179name = "sp-keystore"11180version = "0.12.0"11181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11182dependencies = [11183 "async-trait",11184 "futures 0.3.24",11185 "merlin",11186 "parity-scale-codec 3.2.1",11187 "parking_lot 0.12.1",11188 "schnorrkel",11189 "serde",11190 "sp-core",11191 "sp-externalities",11192 "thiserror",11193]1119411195[[package]]11196name = "sp-maybe-compressed-blob"11197version = "4.1.0-dev"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11199dependencies = [11200 "thiserror",11201 "zstd",11202]1120311204[[package]]11205name = "sp-mmr-primitives"11206version = "4.0.0-dev"11207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11208dependencies = [11209 "log",11210 "parity-scale-codec 3.2.1",11211 "serde",11212 "sp-api",11213 "sp-core",11214 "sp-debug-derive",11215 "sp-runtime",11216 "sp-std",11217]1121811219[[package]]11220name = "sp-npos-elections"11221version = "4.0.0-dev"11222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11223dependencies = [11224 "parity-scale-codec 3.2.1",11225 "scale-info",11226 "serde",11227 "sp-arithmetic",11228 "sp-core",11229 "sp-runtime",11230 "sp-std",11231]1123211233[[package]]11234name = "sp-offchain"11235version = "4.0.0-dev"11236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11237dependencies = [11238 "sp-api",11239 "sp-core",11240 "sp-runtime",11241]1124211243[[package]]11244name = "sp-panic-handler"11245version = "4.0.0"11246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11247dependencies = [11248 "backtrace",11249 "lazy_static",11250 "regex",11251]1125211253[[package]]11254name = "sp-rpc"11255version = "6.0.0"11256source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11257dependencies = [11258 "rustc-hash",11259 "serde",11260 "sp-core",11261]1126211263[[package]]11264name = "sp-runtime"11265version = "6.0.0"11266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11267dependencies = [11268 "either",11269 "hash256-std-hasher",11270 "impl-trait-for-tuples",11271 "log",11272 "parity-scale-codec 3.2.1",11273 "parity-util-mem",11274 "paste",11275 "rand 0.7.3",11276 "scale-info",11277 "serde",11278 "sp-application-crypto",11279 "sp-arithmetic",11280 "sp-core",11281 "sp-io",11282 "sp-std",11283]1128411285[[package]]11286name = "sp-runtime-interface"11287version = "6.0.0"11288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11289dependencies = [11290 "bytes",11291 "impl-trait-for-tuples",11292 "parity-scale-codec 3.2.1",11293 "primitive-types",11294 "sp-externalities",11295 "sp-runtime-interface-proc-macro",11296 "sp-std",11297 "sp-storage",11298 "sp-tracing",11299 "sp-wasm-interface",11300 "static_assertions",11301]1130211303[[package]]11304name = "sp-runtime-interface-proc-macro"11305version = "5.0.0"11306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11307dependencies = [11308 "Inflector",11309 "proc-macro-crate",11310 "proc-macro2",11311 "quote",11312 "syn",11313]1131411315[[package]]11316name = "sp-sandbox"11317version = "0.10.0-dev"11318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11319dependencies = [11320 "log",11321 "parity-scale-codec 3.2.1",11322 "sp-core",11323 "sp-io",11324 "sp-std",11325 "sp-wasm-interface",11326 "wasmi",11327]1132811329[[package]]11330name = "sp-session"11331version = "4.0.0-dev"11332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11333dependencies = [11334 "parity-scale-codec 3.2.1",11335 "scale-info",11336 "sp-api",11337 "sp-core",11338 "sp-runtime",11339 "sp-staking",11340 "sp-std",11341]1134211343[[package]]11344name = "sp-staking"11345version = "4.0.0-dev"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11347dependencies = [11348 "parity-scale-codec 3.2.1",11349 "scale-info",11350 "sp-runtime",11351 "sp-std",11352]1135311354[[package]]11355name = "sp-state-machine"11356version = "0.12.0"11357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11358dependencies = [11359 "hash-db",11360 "log",11361 "num-traits",11362 "parity-scale-codec 3.2.1",11363 "parking_lot 0.12.1",11364 "rand 0.7.3",11365 "smallvec",11366 "sp-core",11367 "sp-externalities",11368 "sp-panic-handler",11369 "sp-std",11370 "sp-trie",11371 "thiserror",11372 "tracing",11373 "trie-root",11374]1137511376[[package]]11377name = "sp-std"11378version = "4.0.0"11379source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"1138011381[[package]]11382name = "sp-storage"11383version = "6.0.0"11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11385dependencies = [11386 "impl-serde",11387 "parity-scale-codec 3.2.1",11388 "ref-cast",11389 "serde",11390 "sp-debug-derive",11391 "sp-std",11392]1139311394[[package]]11395name = "sp-tasks"11396version = "4.0.0-dev"11397source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11398dependencies = [11399 "log",11400 "sp-core",11401 "sp-externalities",11402 "sp-io",11403 "sp-runtime-interface",11404 "sp-std",11405]1140611407[[package]]11408name = "sp-timestamp"11409version = "4.0.0-dev"11410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11411dependencies = [11412 "async-trait",11413 "futures-timer",11414 "log",11415 "parity-scale-codec 3.2.1",11416 "sp-api",11417 "sp-inherents",11418 "sp-runtime",11419 "sp-std",11420 "thiserror",11421]1142211423[[package]]11424name = "sp-tracing"11425version = "5.0.0"11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11427dependencies = [11428 "parity-scale-codec 3.2.1",11429 "sp-std",11430 "tracing",11431 "tracing-core",11432 "tracing-subscriber",11433]1143411435[[package]]11436name = "sp-transaction-pool"11437version = "4.0.0-dev"11438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11439dependencies = [11440 "sp-api",11441 "sp-runtime",11442]1144311444[[package]]11445name = "sp-transaction-storage-proof"11446version = "4.0.0-dev"11447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11448dependencies = [11449 "async-trait",11450 "log",11451 "parity-scale-codec 3.2.1",11452 "scale-info",11453 "sp-core",11454 "sp-inherents",11455 "sp-runtime",11456 "sp-std",11457 "sp-trie",11458]1145911460[[package]]11461name = "sp-trie"11462version = "6.0.0"11463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11464dependencies = [11465 "ahash",11466 "hash-db",11467 "hashbrown 0.12.3",11468 "lazy_static",11469 "lru 0.7.8",11470 "memory-db",11471 "nohash-hasher",11472 "parity-scale-codec 3.2.1",11473 "parking_lot 0.12.1",11474 "scale-info",11475 "sp-core",11476 "sp-std",11477 "thiserror",11478 "tracing",11479 "trie-db",11480 "trie-root",11481]1148211483[[package]]11484name = "sp-version"11485version = "5.0.0"11486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11487dependencies = [11488 "impl-serde",11489 "parity-scale-codec 3.2.1",11490 "parity-wasm 0.42.2",11491 "scale-info",11492 "serde",11493 "sp-core-hashing-proc-macro",11494 "sp-runtime",11495 "sp-std",11496 "sp-version-proc-macro",11497 "thiserror",11498]1149911500[[package]]11501name = "sp-version-proc-macro"11502version = "4.0.0-dev"11503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11504dependencies = [11505 "parity-scale-codec 3.2.1",11506 "proc-macro2",11507 "quote",11508 "syn",11509]1151011511[[package]]11512name = "sp-wasm-interface"11513version = "6.0.0"11514source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11515dependencies = [11516 "impl-trait-for-tuples",11517 "log",11518 "parity-scale-codec 3.2.1",11519 "sp-std",11520 "wasmi",11521 "wasmtime",11522]1152311524[[package]]11525name = "spin"11526version = "0.5.2"11527source = "registry+https://github.com/rust-lang/crates.io-index"11528checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1152911530[[package]]11531name = "ss58-registry"11532version = "1.31.0"11533source = "registry+https://github.com/rust-lang/crates.io-index"11534checksum = "1de151faef619cb7b5c26b32d42bc7ddccac0d202beb7a84344b44e9232b92f7"11535dependencies = [11536 "Inflector",11537 "num-format",11538 "proc-macro2",11539 "quote",11540 "serde",11541 "serde_json",11542 "unicode-xid",11543]1154411545[[package]]11546name = "stable_deref_trait"11547version = "1.2.0"11548source = "registry+https://github.com/rust-lang/crates.io-index"11549checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1155011551[[package]]11552name = "static_assertions"11553version = "1.1.0"11554source = "registry+https://github.com/rust-lang/crates.io-index"11555checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1155611557[[package]]11558name = "static_init"11559version = "0.5.2"11560source = "registry+https://github.com/rust-lang/crates.io-index"11561checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11562dependencies = [11563 "cfg_aliases",11564 "libc",11565 "parking_lot 0.11.2",11566 "static_init_macro",11567]1156811569[[package]]11570name = "static_init_macro"11571version = "0.5.0"11572source = "registry+https://github.com/rust-lang/crates.io-index"11573checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11574dependencies = [11575 "cfg_aliases",11576 "memchr",11577 "proc-macro2",11578 "quote",11579 "syn",11580]1158111582[[package]]11583name = "statrs"11584version = "0.15.0"11585source = "registry+https://github.com/rust-lang/crates.io-index"11586checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11587dependencies = [11588 "approx",11589 "lazy_static",11590 "nalgebra",11591 "num-traits",11592 "rand 0.8.5",11593]1159411595[[package]]11596name = "strsim"11597version = "0.10.0"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1160011601[[package]]11602name = "struct-versioning"11603version = "0.1.0"11604dependencies = [11605 "quote",11606 "syn",11607]1160811609[[package]]11610name = "strum"11611version = "0.24.1"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11614dependencies = [11615 "strum_macros",11616]1161711618[[package]]11619name = "strum_macros"11620version = "0.24.3"11621source = "registry+https://github.com/rust-lang/crates.io-index"11622checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11623dependencies = [11624 "heck",11625 "proc-macro2",11626 "quote",11627 "rustversion",11628 "syn",11629]1163011631[[package]]11632name = "substrate-bip39"11633version = "0.4.4"11634source = "registry+https://github.com/rust-lang/crates.io-index"11635checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11636dependencies = [11637 "hmac 0.11.0",11638 "pbkdf2 0.8.0",11639 "schnorrkel",11640 "sha2 0.9.9",11641 "zeroize",11642]1164311644[[package]]11645name = "substrate-build-script-utils"11646version = "3.0.0"11647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11648dependencies = [11649 "platforms",11650]1165111652[[package]]11653name = "substrate-frame-rpc-system"11654version = "4.0.0-dev"11655source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11656dependencies = [11657 "frame-system-rpc-runtime-api",11658 "futures 0.3.24",11659 "jsonrpsee",11660 "log",11661 "parity-scale-codec 3.2.1",11662 "sc-client-api",11663 "sc-rpc-api",11664 "sc-transaction-pool-api",11665 "serde_json",11666 "sp-api",11667 "sp-block-builder",11668 "sp-blockchain",11669 "sp-core",11670 "sp-runtime",11671]1167211673[[package]]11674name = "substrate-prometheus-endpoint"11675version = "0.10.0-dev"11676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11677dependencies = [11678 "futures-util",11679 "hyper",11680 "log",11681 "prometheus",11682 "thiserror",11683 "tokio",11684]1168511686[[package]]11687name = "substrate-state-trie-migration-rpc"11688version = "4.0.0-dev"11689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11690dependencies = [11691 "jsonrpsee",11692 "log",11693 "parity-scale-codec 3.2.1",11694 "sc-client-api",11695 "sc-rpc-api",11696 "scale-info",11697 "serde",11698 "sp-core",11699 "sp-io",11700 "sp-runtime",11701 "sp-state-machine",11702 "sp-std",11703 "sp-trie",11704 "trie-db",11705]1170611707[[package]]11708name = "substrate-test-client"11709version = "2.0.1"11710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11711dependencies = [11712 "async-trait",11713 "futures 0.3.24",11714 "hex",11715 "parity-scale-codec 3.2.1",11716 "sc-client-api",11717 "sc-client-db",11718 "sc-consensus",11719 "sc-executor",11720 "sc-offchain",11721 "sc-service",11722 "serde",11723 "serde_json",11724 "sp-blockchain",11725 "sp-consensus",11726 "sp-core",11727 "sp-keyring",11728 "sp-keystore",11729 "sp-runtime",11730 "sp-state-machine",11731]1173211733[[package]]11734name = "substrate-test-utils"11735version = "4.0.0-dev"11736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11737dependencies = [11738 "futures 0.3.24",11739 "substrate-test-utils-derive",11740 "tokio",11741]1174211743[[package]]11744name = "substrate-test-utils-derive"11745version = "0.10.0-dev"11746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11747dependencies = [11748 "proc-macro-crate",11749 "proc-macro2",11750 "quote",11751 "syn",11752]1175311754[[package]]11755name = "substrate-wasm-builder"11756version = "5.0.0-dev"11757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"11758dependencies = [11759 "ansi_term",11760 "build-helper",11761 "cargo_metadata",11762 "filetime",11763 "sp-maybe-compressed-blob",11764 "strum",11765 "tempfile",11766 "toml",11767 "walkdir",11768 "wasm-gc-api",11769]1177011771[[package]]11772name = "subtle"11773version = "2.4.1"11774source = "registry+https://github.com/rust-lang/crates.io-index"11775checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1177611777[[package]]11778name = "syn"11779version = "1.0.101"11780source = "registry+https://github.com/rust-lang/crates.io-index"11781checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2"11782dependencies = [11783 "proc-macro2",11784 "quote",11785 "unicode-ident",11786]1178711788[[package]]11789name = "synstructure"11790version = "0.12.6"11791source = "registry+https://github.com/rust-lang/crates.io-index"11792checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11793dependencies = [11794 "proc-macro2",11795 "quote",11796 "syn",11797 "unicode-xid",11798]1179911800[[package]]11801name = "system-configuration"11802version = "0.5.0"11803source = "registry+https://github.com/rust-lang/crates.io-index"11804checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11805dependencies = [11806 "bitflags",11807 "core-foundation",11808 "system-configuration-sys",11809]1181011811[[package]]11812name = "system-configuration-sys"11813version = "0.5.0"11814source = "registry+https://github.com/rust-lang/crates.io-index"11815checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11816dependencies = [11817 "core-foundation-sys",11818 "libc",11819]1182011821[[package]]11822name = "tap"11823version = "1.0.1"11824source = "registry+https://github.com/rust-lang/crates.io-index"11825checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1182611827[[package]]11828name = "target-lexicon"11829version = "0.12.4"11830source = "registry+https://github.com/rust-lang/crates.io-index"11831checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1183211833[[package]]11834name = "tempfile"11835version = "3.3.0"11836source = "registry+https://github.com/rust-lang/crates.io-index"11837checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11838dependencies = [11839 "cfg-if 1.0.0",11840 "fastrand",11841 "libc",11842 "redox_syscall",11843 "remove_dir_all",11844 "winapi",11845]1184611847[[package]]11848name = "termcolor"11849version = "1.1.3"11850source = "registry+https://github.com/rust-lang/crates.io-index"11851checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11852dependencies = [11853 "winapi-util",11854]1185511856[[package]]11857name = "test-runtime-constants"11858version = "0.9.29"11859source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"11860dependencies = [11861 "frame-support",11862 "polkadot-primitives",11863 "polkadot-runtime-common",11864 "smallvec",11865 "sp-runtime",11866]1186711868[[package]]11869name = "tests"11870version = "0.1.1"11871dependencies = [11872 "evm-coder",11873 "fp-evm-mapping",11874 "frame-support",11875 "frame-system",11876 "pallet-balances",11877 "pallet-common",11878 "pallet-ethereum",11879 "pallet-evm",11880 "pallet-evm-coder-substrate",11881 "pallet-fungible",11882 "pallet-nonfungible",11883 "pallet-refungible",11884 "pallet-structure",11885 "pallet-timestamp",11886 "pallet-transaction-payment",11887 "pallet-unique",11888 "parity-scale-codec 3.2.1",11889 "scale-info",11890 "sp-core",11891 "sp-io",11892 "sp-runtime",11893 "sp-std",11894 "up-data-structs",11895 "up-sponsorship",11896]1189711898[[package]]11899name = "textwrap"11900version = "0.15.1"11901source = "registry+https://github.com/rust-lang/crates.io-index"11902checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"1190311904[[package]]11905name = "thiserror"11906version = "1.0.37"11907source = "registry+https://github.com/rust-lang/crates.io-index"11908checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"11909dependencies = [11910 "thiserror-impl",11911]1191211913[[package]]11914name = "thiserror-impl"11915version = "1.0.37"11916source = "registry+https://github.com/rust-lang/crates.io-index"11917checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"11918dependencies = [11919 "proc-macro2",11920 "quote",11921 "syn",11922]1192311924[[package]]11925name = "thousands"11926version = "0.2.0"11927source = "registry+https://github.com/rust-lang/crates.io-index"11928checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1192911930[[package]]11931name = "thread_local"11932version = "1.1.4"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11935dependencies = [11936 "once_cell",11937]1193811939[[package]]11940name = "threadpool"11941version = "1.8.1"11942source = "registry+https://github.com/rust-lang/crates.io-index"11943checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11944dependencies = [11945 "num_cpus",11946]1194711948[[package]]11949name = "thrift"11950version = "0.15.0"11951source = "registry+https://github.com/rust-lang/crates.io-index"11952checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11953dependencies = [11954 "byteorder",11955 "integer-encoding",11956 "log",11957 "ordered-float",11958 "threadpool",11959]1196011961[[package]]11962name = "tikv-jemalloc-sys"11963version = "0.4.3+5.2.1-patched.2"11964source = "registry+https://github.com/rust-lang/crates.io-index"11965checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11966dependencies = [11967 "cc",11968 "fs_extra",11969 "libc",11970]1197111972[[package]]11973name = "time"11974version = "0.1.44"11975source = "registry+https://github.com/rust-lang/crates.io-index"11976checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11977dependencies = [11978 "libc",11979 "wasi 0.10.0+wasi-snapshot-preview1",11980 "winapi",11981]1198211983[[package]]11984name = "time"11985version = "0.3.9"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"11988dependencies = [11989 "itoa 1.0.3",11990 "libc",11991 "num_threads",11992 "time-macros",11993]1199411995[[package]]11996name = "time-macros"11997version = "0.2.4"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1200012001[[package]]12002name = "tiny-bip39"12003version = "0.8.2"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12006dependencies = [12007 "anyhow",12008 "hmac 0.8.1",12009 "once_cell",12010 "pbkdf2 0.4.0",12011 "rand 0.7.3",12012 "rustc-hash",12013 "sha2 0.9.9",12014 "thiserror",12015 "unicode-normalization",12016 "wasm-bindgen",12017 "zeroize",12018]1201912020[[package]]12021name = "tiny-keccak"12022version = "2.0.2"12023source = "registry+https://github.com/rust-lang/crates.io-index"12024checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12025dependencies = [12026 "crunchy",12027]1202812029[[package]]12030name = "tinyvec"12031version = "1.6.0"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12034dependencies = [12035 "tinyvec_macros",12036]1203712038[[package]]12039name = "tinyvec_macros"12040version = "0.1.0"12041source = "registry+https://github.com/rust-lang/crates.io-index"12042checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1204312044[[package]]12045name = "tokio"12046version = "1.21.2"12047source = "registry+https://github.com/rust-lang/crates.io-index"12048checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12049dependencies = [12050 "autocfg",12051 "bytes",12052 "libc",12053 "memchr",12054 "mio",12055 "num_cpus",12056 "parking_lot 0.12.1",12057 "pin-project-lite 0.2.9",12058 "signal-hook-registry",12059 "socket2",12060 "tokio-macros",12061 "winapi",12062]1206312064[[package]]12065name = "tokio-macros"12066version = "1.8.0"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12069dependencies = [12070 "proc-macro2",12071 "quote",12072 "syn",12073]1207412075[[package]]12076name = "tokio-rustls"12077version = "0.23.4"12078source = "registry+https://github.com/rust-lang/crates.io-index"12079checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12080dependencies = [12081 "rustls",12082 "tokio",12083 "webpki",12084]1208512086[[package]]12087name = "tokio-stream"12088version = "0.1.10"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af"12091dependencies = [12092 "futures-core",12093 "pin-project-lite 0.2.9",12094 "tokio",12095]1209612097[[package]]12098name = "tokio-util"12099version = "0.7.4"12100source = "registry+https://github.com/rust-lang/crates.io-index"12101checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12102dependencies = [12103 "bytes",12104 "futures-core",12105 "futures-io",12106 "futures-sink",12107 "pin-project-lite 0.2.9",12108 "tokio",12109 "tracing",12110]1211112112[[package]]12113name = "toml"12114version = "0.5.9"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12117dependencies = [12118 "serde",12119]1212012121[[package]]12122name = "tower-service"12123version = "0.3.2"12124source = "registry+https://github.com/rust-lang/crates.io-index"12125checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1212612127[[package]]12128name = "tracing"12129version = "0.1.36"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"12132dependencies = [12133 "cfg-if 1.0.0",12134 "pin-project-lite 0.2.9",12135 "tracing-attributes",12136 "tracing-core",12137]1213812139[[package]]12140name = "tracing-attributes"12141version = "0.1.22"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"12144dependencies = [12145 "proc-macro2",12146 "quote",12147 "syn",12148]1214912150[[package]]12151name = "tracing-core"12152version = "0.1.29"12153source = "registry+https://github.com/rust-lang/crates.io-index"12154checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"12155dependencies = [12156 "once_cell",12157 "valuable",12158]1215912160[[package]]12161name = "tracing-futures"12162version = "0.2.5"12163source = "registry+https://github.com/rust-lang/crates.io-index"12164checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12165dependencies = [12166 "pin-project",12167 "tracing",12168]1216912170[[package]]12171name = "tracing-gum"12172version = "0.9.29"12173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"12174dependencies = [12175 "polkadot-node-jaeger",12176 "polkadot-primitives",12177 "tracing",12178 "tracing-gum-proc-macro",12179]1218012181[[package]]12182name = "tracing-gum-proc-macro"12183version = "0.9.29"12184source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"12185dependencies = [12186 "expander 0.0.6",12187 "proc-macro-crate",12188 "proc-macro2",12189 "quote",12190 "syn",12191]1219212193[[package]]12194name = "tracing-log"12195version = "0.1.3"12196source = "registry+https://github.com/rust-lang/crates.io-index"12197checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12198dependencies = [12199 "lazy_static",12200 "log",12201 "tracing-core",12202]1220312204[[package]]12205name = "tracing-serde"12206version = "0.1.3"12207source = "registry+https://github.com/rust-lang/crates.io-index"12208checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12209dependencies = [12210 "serde",12211 "tracing-core",12212]1221312214[[package]]12215name = "tracing-subscriber"12216version = "0.2.25"12217source = "registry+https://github.com/rust-lang/crates.io-index"12218checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12219dependencies = [12220 "ansi_term",12221 "chrono",12222 "lazy_static",12223 "matchers",12224 "parking_lot 0.11.2",12225 "regex",12226 "serde",12227 "serde_json",12228 "sharded-slab",12229 "smallvec",12230 "thread_local",12231 "tracing",12232 "tracing-core",12233 "tracing-log",12234 "tracing-serde",12235]1223612237[[package]]12238name = "trie-db"12239version = "0.24.0"12240source = "registry+https://github.com/rust-lang/crates.io-index"12241checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12242dependencies = [12243 "hash-db",12244 "hashbrown 0.12.3",12245 "log",12246 "rustc-hex",12247 "smallvec",12248]1224912250[[package]]12251name = "trie-root"12252version = "0.17.0"12253source = "registry+https://github.com/rust-lang/crates.io-index"12254checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12255dependencies = [12256 "hash-db",12257]1225812259[[package]]12260name = "triehash"12261version = "0.8.4"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12264dependencies = [12265 "hash-db",12266 "rlp",12267]1226812269[[package]]12270name = "trust-dns-proto"12271version = "0.21.2"12272source = "registry+https://github.com/rust-lang/crates.io-index"12273checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12274dependencies = [12275 "async-trait",12276 "cfg-if 1.0.0",12277 "data-encoding",12278 "enum-as-inner",12279 "futures-channel",12280 "futures-io",12281 "futures-util",12282 "idna 0.2.3",12283 "ipnet",12284 "lazy_static",12285 "log",12286 "rand 0.8.5",12287 "smallvec",12288 "thiserror",12289 "tinyvec",12290 "url",12291]1229212293[[package]]12294name = "trust-dns-resolver"12295version = "0.21.2"12296source = "registry+https://github.com/rust-lang/crates.io-index"12297checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12298dependencies = [12299 "cfg-if 1.0.0",12300 "futures-util",12301 "ipconfig",12302 "lazy_static",12303 "log",12304 "lru-cache",12305 "parking_lot 0.12.1",12306 "resolv-conf",12307 "smallvec",12308 "thiserror",12309 "trust-dns-proto",12310]1231112312[[package]]12313name = "try-lock"12314version = "0.2.3"12315source = "registry+https://github.com/rust-lang/crates.io-index"12316checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1231712318[[package]]12319name = "try-runtime-cli"12320version = "0.10.0-dev"12321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe"12322dependencies = [12323 "clap",12324 "frame-try-runtime",12325 "jsonrpsee",12326 "log",12327 "parity-scale-codec 3.2.1",12328 "remote-externalities",12329 "sc-chain-spec",12330 "sc-cli",12331 "sc-executor",12332 "sc-service",12333 "serde",12334 "sp-core",12335 "sp-externalities",12336 "sp-io",12337 "sp-keystore",12338 "sp-runtime",12339 "sp-state-machine",12340 "sp-version",12341 "zstd",12342]1234312344[[package]]12345name = "tt-call"12346version = "1.0.8"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1234912350[[package]]12351name = "twox-hash"12352version = "1.6.3"12353source = "registry+https://github.com/rust-lang/crates.io-index"12354checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12355dependencies = [12356 "cfg-if 1.0.0",12357 "digest 0.10.5",12358 "rand 0.8.5",12359 "static_assertions",12360]1236112362[[package]]12363name = "typenum"12364version = "1.15.0"12365source = "registry+https://github.com/rust-lang/crates.io-index"12366checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1236712368[[package]]12369name = "uc-rpc"12370version = "0.1.4"12371dependencies = [12372 "anyhow",12373 "app-promotion-rpc",12374 "jsonrpsee",12375 "pallet-common",12376 "pallet-evm",12377 "parity-scale-codec 3.2.1",12378 "rmrk-rpc",12379 "sp-api",12380 "sp-blockchain",12381 "sp-core",12382 "sp-rpc",12383 "sp-runtime",12384 "up-data-structs",12385 "up-rpc",12386]1238712388[[package]]12389name = "ucd-trie"12390version = "0.1.5"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1239312394[[package]]12395name = "uint"12396version = "0.9.4"12397source = "registry+https://github.com/rust-lang/crates.io-index"12398checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12399dependencies = [12400 "byteorder",12401 "crunchy",12402 "hex",12403 "static_assertions",12404]1240512406[[package]]12407name = "unicase"12408version = "2.6.0"12409source = "registry+https://github.com/rust-lang/crates.io-index"12410checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12411dependencies = [12412 "version_check",12413]1241412415[[package]]12416name = "unicode-bidi"12417version = "0.3.8"12418source = "registry+https://github.com/rust-lang/crates.io-index"12419checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1242012421[[package]]12422name = "unicode-ident"12423version = "1.0.4"12424source = "registry+https://github.com/rust-lang/crates.io-index"12425checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"1242612427[[package]]12428name = "unicode-normalization"12429version = "0.1.22"12430source = "registry+https://github.com/rust-lang/crates.io-index"12431checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12432dependencies = [12433 "tinyvec",12434]1243512436[[package]]12437name = "unicode-width"12438version = "0.1.10"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1244112442[[package]]12443name = "unicode-xid"12444version = "0.2.4"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1244712448[[package]]12449name = "unique-node"12450version = "0.9.29"12451dependencies = [12452 "app-promotion-rpc",12453 "clap",12454 "cumulus-client-cli",12455 "cumulus-client-collator",12456 "cumulus-client-consensus-aura",12457 "cumulus-client-consensus-common",12458 "cumulus-client-network",12459 "cumulus-client-service",12460 "cumulus-primitives-core",12461 "cumulus-primitives-parachain-inherent",12462 "cumulus-relay-chain-inprocess-interface",12463 "cumulus-relay-chain-interface",12464 "cumulus-relay-chain-rpc-interface",12465 "fc-consensus",12466 "fc-db",12467 "fc-mapping-sync",12468 "fc-rpc",12469 "fc-rpc-core",12470 "flexi_logger",12471 "fp-rpc",12472 "frame-benchmarking",12473 "frame-benchmarking-cli",12474 "futures 0.3.24",12475 "jsonrpsee",12476 "log",12477 "opal-runtime",12478 "pallet-ethereum",12479 "pallet-transaction-payment-rpc",12480 "pallet-transaction-payment-rpc-runtime-api",12481 "parity-scale-codec 3.2.1",12482 "parking_lot 0.12.1",12483 "polkadot-cli",12484 "polkadot-parachain",12485 "polkadot-primitives",12486 "polkadot-service",12487 "polkadot-test-service",12488 "quartz-runtime",12489 "rmrk-rpc",12490 "sc-basic-authorship",12491 "sc-chain-spec",12492 "sc-cli",12493 "sc-client-api",12494 "sc-consensus",12495 "sc-consensus-aura",12496 "sc-consensus-manual-seal",12497 "sc-executor",12498 "sc-finality-grandpa",12499 "sc-keystore",12500 "sc-network",12501 "sc-rpc",12502 "sc-rpc-api",12503 "sc-service",12504 "sc-sysinfo",12505 "sc-telemetry",12506 "sc-tracing",12507 "sc-transaction-pool",12508 "serde",12509 "serde_json",12510 "sp-api",12511 "sp-block-builder",12512 "sp-blockchain",12513 "sp-consensus",12514 "sp-consensus-aura",12515 "sp-core",12516 "sp-finality-grandpa",12517 "sp-inherents",12518 "sp-keystore",12519 "sp-offchain",12520 "sp-runtime",12521 "sp-session",12522 "sp-timestamp",12523 "sp-transaction-pool",12524 "sp-trie",12525 "substrate-build-script-utils",12526 "substrate-frame-rpc-system",12527 "substrate-prometheus-endpoint",12528 "tokio",12529 "try-runtime-cli",12530 "unique-rpc",12531 "unique-runtime",12532 "up-common",12533 "up-data-structs",12534 "up-rpc",12535]1253612537[[package]]12538name = "unique-rpc"12539version = "0.1.2"12540dependencies = [12541 "app-promotion-rpc",12542 "fc-db",12543 "fc-mapping-sync",12544 "fc-rpc",12545 "fc-rpc-core",12546 "fp-rpc",12547 "fp-storage",12548 "futures 0.3.24",12549 "jsonrpsee",12550 "pallet-common",12551 "pallet-ethereum",12552 "pallet-transaction-payment-rpc",12553 "pallet-transaction-payment-rpc-runtime-api",12554 "pallet-unique",12555 "rmrk-rpc",12556 "sc-client-api",12557 "sc-consensus-aura",12558 "sc-consensus-epochs",12559 "sc-finality-grandpa",12560 "sc-finality-grandpa-rpc",12561 "sc-keystore",12562 "sc-network",12563 "sc-rpc",12564 "sc-rpc-api",12565 "sc-service",12566 "sc-transaction-pool",12567 "serde",12568 "sp-api",12569 "sp-block-builder",12570 "sp-blockchain",12571 "sp-consensus",12572 "sp-consensus-aura",12573 "sp-core",12574 "sp-offchain",12575 "sp-runtime",12576 "sp-session",12577 "sp-storage",12578 "sp-transaction-pool",12579 "substrate-frame-rpc-system",12580 "tokio",12581 "uc-rpc",12582 "up-common",12583 "up-data-structs",12584 "up-rpc",12585]1258612587[[package]]12588name = "unique-runtime"12589version = "0.9.29"12590dependencies = [12591 "app-promotion-rpc",12592 "cumulus-pallet-aura-ext",12593 "cumulus-pallet-dmp-queue",12594 "cumulus-pallet-parachain-system",12595 "cumulus-pallet-xcm",12596 "cumulus-pallet-xcmp-queue",12597 "cumulus-primitives-core",12598 "cumulus-primitives-timestamp",12599 "cumulus-primitives-utility",12600 "derivative",12601 "evm-coder",12602 "fp-evm-mapping",12603 "fp-rpc",12604 "fp-self-contained",12605 "frame-benchmarking",12606 "frame-executive",12607 "frame-support",12608 "frame-system",12609 "frame-system-benchmarking",12610 "frame-system-rpc-runtime-api",12611 "frame-try-runtime",12612 "hex-literal",12613 "impl-trait-for-tuples",12614 "log",12615 "logtest",12616 "orml-tokens",12617 "orml-traits",12618 "orml-vesting",12619 "orml-xtokens",12620 "pallet-app-promotion",12621 "pallet-aura",12622 "pallet-balances",12623 "pallet-base-fee",12624 "pallet-common",12625 "pallet-configuration",12626 "pallet-ethereum",12627 "pallet-evm",12628 "pallet-evm-coder-substrate",12629 "pallet-evm-contract-helpers",12630 "pallet-evm-migration",12631 "pallet-evm-transaction-payment",12632 "pallet-foreign-assets",12633 "pallet-fungible",12634 "pallet-inflation",12635 "pallet-nonfungible",12636 "pallet-randomness-collective-flip",12637 "pallet-refungible",12638 "pallet-rmrk-core",12639 "pallet-rmrk-equip",12640 "pallet-structure",12641 "pallet-sudo",12642 "pallet-template-transaction-payment",12643 "pallet-timestamp",12644 "pallet-transaction-payment",12645 "pallet-transaction-payment-rpc-runtime-api",12646 "pallet-treasury",12647 "pallet-unique",12648 "pallet-unique-scheduler",12649 "pallet-xcm",12650 "parachain-info",12651 "parity-scale-codec 3.2.1",12652 "polkadot-parachain",12653 "rmrk-rpc",12654 "scale-info",12655 "serde",12656 "smallvec",12657 "sp-api",12658 "sp-arithmetic",12659 "sp-block-builder",12660 "sp-consensus-aura",12661 "sp-core",12662 "sp-inherents",12663 "sp-io",12664 "sp-offchain",12665 "sp-runtime",12666 "sp-session",12667 "sp-std",12668 "sp-transaction-pool",12669 "sp-version",12670 "substrate-wasm-builder",12671 "up-common",12672 "up-data-structs",12673 "up-rpc",12674 "up-sponsorship",12675 "xcm",12676 "xcm-builder",12677 "xcm-executor",12678]1267912680[[package]]12681name = "universal-hash"12682version = "0.4.1"12683source = "registry+https://github.com/rust-lang/crates.io-index"12684checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12685dependencies = [12686 "generic-array 0.14.6",12687 "subtle",12688]1268912690[[package]]12691name = "unsigned-varint"12692version = "0.7.1"12693source = "registry+https://github.com/rust-lang/crates.io-index"12694checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12695dependencies = [12696 "asynchronous-codec",12697 "bytes",12698 "futures-io",12699 "futures-util",12700]1270112702[[package]]12703name = "untrusted"12704version = "0.7.1"12705source = "registry+https://github.com/rust-lang/crates.io-index"12706checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1270712708[[package]]12709name = "up-common"12710version = "0.9.29"12711dependencies = [12712 "fp-rpc",12713 "frame-support",12714 "pallet-evm",12715 "sp-consensus-aura",12716 "sp-core",12717 "sp-runtime",12718 "sp-std",12719]1272012721[[package]]12722name = "up-data-structs"12723version = "0.2.2"12724dependencies = [12725 "bondrewd",12726 "derivative",12727 "frame-support",12728 "frame-system",12729 "pallet-evm",12730 "parity-scale-codec 3.2.1",12731 "rmrk-traits",12732 "scale-info",12733 "serde",12734 "sp-core",12735 "sp-runtime",12736 "sp-std",12737 "struct-versioning",12738]1273912740[[package]]12741name = "up-rpc"12742version = "0.1.3"12743dependencies = [12744 "pallet-common",12745 "pallet-evm",12746 "parity-scale-codec 3.2.1",12747 "sp-api",12748 "sp-core",12749 "sp-runtime",12750 "sp-std",12751 "up-data-structs",12752]1275312754[[package]]12755name = "up-sponsorship"12756version = "0.1.0"12757source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.29#2917e3c58a51d3654788326197cb3e1eab7febae"12758dependencies = [12759 "impl-trait-for-tuples",12760]1276112762[[package]]12763name = "url"12764version = "2.3.1"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"12767dependencies = [12768 "form_urlencoded",12769 "idna 0.3.0",12770 "percent-encoding",12771]1277212773[[package]]12774name = "valuable"12775version = "0.1.0"12776source = "registry+https://github.com/rust-lang/crates.io-index"12777checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1277812779[[package]]12780name = "value-bag"12781version = "1.0.0-alpha.9"12782source = "registry+https://github.com/rust-lang/crates.io-index"12783checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12784dependencies = [12785 "ctor",12786 "version_check",12787]1278812789[[package]]12790name = "vcpkg"12791version = "0.2.15"12792source = "registry+https://github.com/rust-lang/crates.io-index"12793checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1279412795[[package]]12796name = "version_check"12797version = "0.9.4"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1280012801[[package]]12802name = "void"12803version = "1.0.2"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1280612807[[package]]12808name = "waker-fn"12809version = "1.1.0"12810source = "registry+https://github.com/rust-lang/crates.io-index"12811checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1281212813[[package]]12814name = "walkdir"12815version = "2.3.2"12816source = "registry+https://github.com/rust-lang/crates.io-index"12817checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12818dependencies = [12819 "same-file",12820 "winapi",12821 "winapi-util",12822]1282312824[[package]]12825name = "want"12826version = "0.3.0"12827source = "registry+https://github.com/rust-lang/crates.io-index"12828checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12829dependencies = [12830 "log",12831 "try-lock",12832]1283312834[[package]]12835name = "wasi"12836version = "0.9.0+wasi-snapshot-preview1"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1283912840[[package]]12841name = "wasi"12842version = "0.10.0+wasi-snapshot-preview1"12843source = "registry+https://github.com/rust-lang/crates.io-index"12844checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1284512846[[package]]12847name = "wasi"12848version = "0.11.0+wasi-snapshot-preview1"12849source = "registry+https://github.com/rust-lang/crates.io-index"12850checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1285112852[[package]]12853name = "wasm-bindgen"12854version = "0.2.83"12855source = "registry+https://github.com/rust-lang/crates.io-index"12856checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"12857dependencies = [12858 "cfg-if 1.0.0",12859 "wasm-bindgen-macro",12860]1286112862[[package]]12863name = "wasm-bindgen-backend"12864version = "0.2.83"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"12867dependencies = [12868 "bumpalo",12869 "log",12870 "once_cell",12871 "proc-macro2",12872 "quote",12873 "syn",12874 "wasm-bindgen-shared",12875]1287612877[[package]]12878name = "wasm-bindgen-futures"12879version = "0.4.33"12880source = "registry+https://github.com/rust-lang/crates.io-index"12881checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"12882dependencies = [12883 "cfg-if 1.0.0",12884 "js-sys",12885 "wasm-bindgen",12886 "web-sys",12887]1288812889[[package]]12890name = "wasm-bindgen-macro"12891version = "0.2.83"12892source = "registry+https://github.com/rust-lang/crates.io-index"12893checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"12894dependencies = [12895 "quote",12896 "wasm-bindgen-macro-support",12897]1289812899[[package]]12900name = "wasm-bindgen-macro-support"12901version = "0.2.83"12902source = "registry+https://github.com/rust-lang/crates.io-index"12903checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"12904dependencies = [12905 "proc-macro2",12906 "quote",12907 "syn",12908 "wasm-bindgen-backend",12909 "wasm-bindgen-shared",12910]1291112912[[package]]12913name = "wasm-bindgen-shared"12914version = "0.2.83"12915source = "registry+https://github.com/rust-lang/crates.io-index"12916checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1291712918[[package]]12919name = "wasm-gc-api"12920version = "0.1.11"12921source = "registry+https://github.com/rust-lang/crates.io-index"12922checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12923dependencies = [12924 "log",12925 "parity-wasm 0.32.0",12926 "rustc-demangle",12927]1292812929[[package]]12930name = "wasm-instrument"12931version = "0.1.1"12932source = "registry+https://github.com/rust-lang/crates.io-index"12933checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12934dependencies = [12935 "parity-wasm 0.42.2",12936]1293712938[[package]]12939name = "wasm-timer"12940version = "0.2.5"12941source = "registry+https://github.com/rust-lang/crates.io-index"12942checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12943dependencies = [12944 "futures 0.3.24",12945 "js-sys",12946 "parking_lot 0.11.2",12947 "pin-utils",12948 "wasm-bindgen",12949 "wasm-bindgen-futures",12950 "web-sys",12951]1295212953[[package]]12954name = "wasmi"12955version = "0.9.1"12956source = "registry+https://github.com/rust-lang/crates.io-index"12957checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12958dependencies = [12959 "downcast-rs",12960 "libc",12961 "libm",12962 "memory_units",12963 "num-rational 0.2.4",12964 "num-traits",12965 "parity-wasm 0.42.2",12966 "wasmi-validation",12967]1296812969[[package]]12970name = "wasmi-validation"12971version = "0.4.1"12972source = "registry+https://github.com/rust-lang/crates.io-index"12973checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12974dependencies = [12975 "parity-wasm 0.42.2",12976]1297712978[[package]]12979name = "wasmparser"12980version = "0.85.0"12981source = "registry+https://github.com/rust-lang/crates.io-index"12982checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"12983dependencies = [12984 "indexmap",12985]1298612987[[package]]12988name = "wasmtime"12989version = "0.38.3"12990source = "registry+https://github.com/rust-lang/crates.io-index"12991checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"12992dependencies = [12993 "anyhow",12994 "backtrace",12995 "bincode",12996 "cfg-if 1.0.0",12997 "indexmap",12998 "lazy_static",12999 "libc",13000 "log",13001 "object 0.28.4",13002 "once_cell",13003 "paste",13004 "psm",13005 "rayon",13006 "region",13007 "serde",13008 "target-lexicon",13009 "wasmparser",13010 "wasmtime-cache",13011 "wasmtime-cranelift",13012 "wasmtime-environ",13013 "wasmtime-jit",13014 "wasmtime-runtime",13015 "winapi",13016]1301713018[[package]]13019name = "wasmtime-cache"13020version = "0.38.3"13021source = "registry+https://github.com/rust-lang/crates.io-index"13022checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"13023dependencies = [13024 "anyhow",13025 "base64",13026 "bincode",13027 "directories-next",13028 "file-per-thread-logger",13029 "log",13030 "rustix 0.33.7",13031 "serde",13032 "sha2 0.9.9",13033 "toml",13034 "winapi",13035 "zstd",13036]1303713038[[package]]13039name = "wasmtime-cranelift"13040version = "0.38.3"13041source = "registry+https://github.com/rust-lang/crates.io-index"13042checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"13043dependencies = [13044 "anyhow",13045 "cranelift-codegen",13046 "cranelift-entity",13047 "cranelift-frontend",13048 "cranelift-native",13049 "cranelift-wasm",13050 "gimli",13051 "log",13052 "more-asserts",13053 "object 0.28.4",13054 "target-lexicon",13055 "thiserror",13056 "wasmparser",13057 "wasmtime-environ",13058]1305913060[[package]]13061name = "wasmtime-environ"13062version = "0.38.3"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"13065dependencies = [13066 "anyhow",13067 "cranelift-entity",13068 "gimli",13069 "indexmap",13070 "log",13071 "more-asserts",13072 "object 0.28.4",13073 "serde",13074 "target-lexicon",13075 "thiserror",13076 "wasmparser",13077 "wasmtime-types",13078]1307913080[[package]]13081name = "wasmtime-jit"13082version = "0.38.3"13083source = "registry+https://github.com/rust-lang/crates.io-index"13084checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"13085dependencies = [13086 "addr2line",13087 "anyhow",13088 "bincode",13089 "cfg-if 1.0.0",13090 "cpp_demangle",13091 "gimli",13092 "log",13093 "object 0.28.4",13094 "region",13095 "rustc-demangle",13096 "rustix 0.33.7",13097 "serde",13098 "target-lexicon",13099 "thiserror",13100 "wasmtime-environ",13101 "wasmtime-jit-debug",13102 "wasmtime-runtime",13103 "winapi",13104]1310513106[[package]]13107name = "wasmtime-jit-debug"13108version = "0.38.3"13109source = "registry+https://github.com/rust-lang/crates.io-index"13110checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"13111dependencies = [13112 "lazy_static",13113 "object 0.28.4",13114 "rustix 0.33.7",13115]1311613117[[package]]13118name = "wasmtime-runtime"13119version = "0.38.3"13120source = "registry+https://github.com/rust-lang/crates.io-index"13121checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"13122dependencies = [13123 "anyhow",13124 "backtrace",13125 "cc",13126 "cfg-if 1.0.0",13127 "indexmap",13128 "libc",13129 "log",13130 "mach",13131 "memfd",13132 "memoffset",13133 "more-asserts",13134 "rand 0.8.5",13135 "region",13136 "rustix 0.33.7",13137 "thiserror",13138 "wasmtime-environ",13139 "wasmtime-jit-debug",13140 "winapi",13141]1314213143[[package]]13144name = "wasmtime-types"13145version = "0.38.3"13146source = "registry+https://github.com/rust-lang/crates.io-index"13147checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"13148dependencies = [13149 "cranelift-entity",13150 "serde",13151 "thiserror",13152 "wasmparser",13153]1315413155[[package]]13156name = "web-sys"13157version = "0.3.60"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13160dependencies = [13161 "js-sys",13162 "wasm-bindgen",13163]1316413165[[package]]13166name = "webpki"13167version = "0.22.0"13168source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13170dependencies = [13171 "ring",13172 "untrusted",13173]1317413175[[package]]13176name = "webpki-roots"13177version = "0.22.5"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13180dependencies = [13181 "webpki",13182]1318313184[[package]]13185name = "wepoll-ffi"13186version = "0.1.2"13187source = "registry+https://github.com/rust-lang/crates.io-index"13188checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13189dependencies = [13190 "cc",13191]1319213193[[package]]13194name = "westend-runtime"13195version = "0.9.29"13196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13197dependencies = [13198 "beefy-primitives",13199 "bitvec 1.0.1",13200 "frame-benchmarking",13201 "frame-election-provider-support",13202 "frame-executive",13203 "frame-support",13204 "frame-system",13205 "frame-system-benchmarking",13206 "frame-system-rpc-runtime-api",13207 "frame-try-runtime",13208 "hex-literal",13209 "log",13210 "pallet-authority-discovery",13211 "pallet-authorship",13212 "pallet-babe",13213 "pallet-bags-list",13214 "pallet-balances",13215 "pallet-collective",13216 "pallet-democracy",13217 "pallet-election-provider-multi-phase",13218 "pallet-election-provider-support-benchmarking",13219 "pallet-elections-phragmen",13220 "pallet-grandpa",13221 "pallet-identity",13222 "pallet-im-online",13223 "pallet-indices",13224 "pallet-membership",13225 "pallet-multisig",13226 "pallet-nomination-pools",13227 "pallet-nomination-pools-benchmarking",13228 "pallet-nomination-pools-runtime-api",13229 "pallet-offences",13230 "pallet-offences-benchmarking",13231 "pallet-preimage",13232 "pallet-proxy",13233 "pallet-recovery",13234 "pallet-scheduler",13235 "pallet-session",13236 "pallet-session-benchmarking",13237 "pallet-society",13238 "pallet-staking",13239 "pallet-staking-reward-curve",13240 "pallet-sudo",13241 "pallet-timestamp",13242 "pallet-transaction-payment",13243 "pallet-transaction-payment-rpc-runtime-api",13244 "pallet-treasury",13245 "pallet-utility",13246 "pallet-vesting",13247 "pallet-xcm",13248 "pallet-xcm-benchmarks",13249 "parity-scale-codec 3.2.1",13250 "polkadot-parachain",13251 "polkadot-primitives",13252 "polkadot-runtime-common",13253 "polkadot-runtime-parachains",13254 "rustc-hex",13255 "scale-info",13256 "serde",13257 "serde_derive",13258 "smallvec",13259 "sp-api",13260 "sp-authority-discovery",13261 "sp-block-builder",13262 "sp-consensus-babe",13263 "sp-core",13264 "sp-inherents",13265 "sp-io",13266 "sp-mmr-primitives",13267 "sp-npos-elections",13268 "sp-offchain",13269 "sp-runtime",13270 "sp-session",13271 "sp-staking",13272 "sp-std",13273 "sp-transaction-pool",13274 "sp-version",13275 "substrate-wasm-builder",13276 "westend-runtime-constants",13277 "xcm",13278 "xcm-builder",13279 "xcm-executor",13280]1328113282[[package]]13283name = "westend-runtime-constants"13284version = "0.9.29"13285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13286dependencies = [13287 "frame-support",13288 "polkadot-primitives",13289 "polkadot-runtime-common",13290 "smallvec",13291 "sp-runtime",13292]1329313294[[package]]13295name = "which"13296version = "4.3.0"13297source = "registry+https://github.com/rust-lang/crates.io-index"13298checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13299dependencies = [13300 "either",13301 "libc",13302 "once_cell",13303]1330413305[[package]]13306name = "widestring"13307version = "0.5.1"13308source = "registry+https://github.com/rust-lang/crates.io-index"13309checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1331013311[[package]]13312name = "winapi"13313version = "0.3.9"13314source = "registry+https://github.com/rust-lang/crates.io-index"13315checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13316dependencies = [13317 "winapi-i686-pc-windows-gnu",13318 "winapi-x86_64-pc-windows-gnu",13319]1332013321[[package]]13322name = "winapi-i686-pc-windows-gnu"13323version = "0.4.0"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1332613327[[package]]13328name = "winapi-util"13329version = "0.1.5"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13332dependencies = [13333 "winapi",13334]1333513336[[package]]13337name = "winapi-x86_64-pc-windows-gnu"13338version = "0.4.0"13339source = "registry+https://github.com/rust-lang/crates.io-index"13340checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1334113342[[package]]13343name = "windows"13344version = "0.34.0"13345source = "registry+https://github.com/rust-lang/crates.io-index"13346checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13347dependencies = [13348 "windows_aarch64_msvc 0.34.0",13349 "windows_i686_gnu 0.34.0",13350 "windows_i686_msvc 0.34.0",13351 "windows_x86_64_gnu 0.34.0",13352 "windows_x86_64_msvc 0.34.0",13353]1335413355[[package]]13356name = "windows-sys"13357version = "0.36.1"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13360dependencies = [13361 "windows_aarch64_msvc 0.36.1",13362 "windows_i686_gnu 0.36.1",13363 "windows_i686_msvc 0.36.1",13364 "windows_x86_64_gnu 0.36.1",13365 "windows_x86_64_msvc 0.36.1",13366]1336713368[[package]]13369name = "windows_aarch64_msvc"13370version = "0.34.0"13371source = "registry+https://github.com/rust-lang/crates.io-index"13372checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1337313374[[package]]13375name = "windows_aarch64_msvc"13376version = "0.36.1"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1337913380[[package]]13381name = "windows_i686_gnu"13382version = "0.34.0"13383source = "registry+https://github.com/rust-lang/crates.io-index"13384checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1338513386[[package]]13387name = "windows_i686_gnu"13388version = "0.36.1"13389source = "registry+https://github.com/rust-lang/crates.io-index"13390checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1339113392[[package]]13393name = "windows_i686_msvc"13394version = "0.34.0"13395source = "registry+https://github.com/rust-lang/crates.io-index"13396checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1339713398[[package]]13399name = "windows_i686_msvc"13400version = "0.36.1"13401source = "registry+https://github.com/rust-lang/crates.io-index"13402checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1340313404[[package]]13405name = "windows_x86_64_gnu"13406version = "0.34.0"13407source = "registry+https://github.com/rust-lang/crates.io-index"13408checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1340913410[[package]]13411name = "windows_x86_64_gnu"13412version = "0.36.1"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1341513416[[package]]13417name = "windows_x86_64_msvc"13418version = "0.34.0"13419source = "registry+https://github.com/rust-lang/crates.io-index"13420checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1342113422[[package]]13423name = "windows_x86_64_msvc"13424version = "0.36.1"13425source = "registry+https://github.com/rust-lang/crates.io-index"13426checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1342713428[[package]]13429name = "winreg"13430version = "0.7.0"13431source = "registry+https://github.com/rust-lang/crates.io-index"13432checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13433dependencies = [13434 "winapi",13435]1343613437[[package]]13438name = "wyz"13439version = "0.2.0"13440source = "registry+https://github.com/rust-lang/crates.io-index"13441checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1344213443[[package]]13444name = "wyz"13445version = "0.5.0"13446source = "registry+https://github.com/rust-lang/crates.io-index"13447checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13448dependencies = [13449 "tap",13450]1345113452[[package]]13453name = "x25519-dalek"13454version = "1.1.1"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13457dependencies = [13458 "curve25519-dalek 3.2.0",13459 "rand_core 0.5.1",13460 "zeroize",13461]1346213463[[package]]13464name = "xcm"13465version = "0.9.29"13466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13467dependencies = [13468 "derivative",13469 "impl-trait-for-tuples",13470 "log",13471 "parity-scale-codec 3.2.1",13472 "scale-info",13473 "sp-runtime",13474 "xcm-procedural",13475]1347613477[[package]]13478name = "xcm-builder"13479version = "0.9.29"13480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13481dependencies = [13482 "frame-support",13483 "frame-system",13484 "log",13485 "pallet-transaction-payment",13486 "parity-scale-codec 3.2.1",13487 "polkadot-parachain",13488 "scale-info",13489 "sp-arithmetic",13490 "sp-io",13491 "sp-runtime",13492 "sp-std",13493 "xcm",13494 "xcm-executor",13495]1349613497[[package]]13498name = "xcm-executor"13499version = "0.9.29"13500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13501dependencies = [13502 "frame-benchmarking",13503 "frame-support",13504 "impl-trait-for-tuples",13505 "log",13506 "parity-scale-codec 3.2.1",13507 "sp-arithmetic",13508 "sp-core",13509 "sp-io",13510 "sp-runtime",13511 "sp-std",13512 "xcm",13513]1351413515[[package]]13516name = "xcm-procedural"13517version = "0.9.29"13518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.29#94078b44fb6c9767bf60ffcaaa3be40681be5a76"13519dependencies = [13520 "Inflector",13521 "proc-macro2",13522 "quote",13523 "syn",13524]1352513526[[package]]13527name = "yamux"13528version = "0.10.2"13529source = "registry+https://github.com/rust-lang/crates.io-index"13530checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13531dependencies = [13532 "futures 0.3.24",13533 "log",13534 "nohash-hasher",13535 "parking_lot 0.12.1",13536 "rand 0.8.5",13537 "static_assertions",13538]1353913540[[package]]13541name = "zeroize"13542version = "1.5.7"13543source = "registry+https://github.com/rust-lang/crates.io-index"13544checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13545dependencies = [13546 "zeroize_derive",13547]1354813549[[package]]13550name = "zeroize_derive"13551version = "1.3.2"13552source = "registry+https://github.com/rust-lang/crates.io-index"13553checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13554dependencies = [13555 "proc-macro2",13556 "quote",13557 "syn",13558 "synstructure",13559]1356013561[[package]]13562name = "zstd"13563version = "0.11.2+zstd.1.5.2"13564source = "registry+https://github.com/rust-lang/crates.io-index"13565checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13566dependencies = [13567 "zstd-safe",13568]1356913570[[package]]13571name = "zstd-safe"13572version = "5.0.2+zstd.1.5.2"13573source = "registry+https://github.com/rust-lang/crates.io-index"13574checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13575dependencies = [13576 "libc",13577 "zstd-sys",13578]1357913580[[package]]13581name = "zstd-sys"13582version = "2.0.1+zstd.1.5.2"13583source = "registry+https://github.com/rust-lang/crates.io-index"13584checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13585dependencies = [13586 "cc",13587 "libc",13588]