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

difftreelog

source

Cargo.lock340.0 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli 0.26.2",22]2324[[package]]25name = "addr2line"26version = "0.19.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"29dependencies = [30 "gimli 0.27.2",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.3.2"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"44dependencies = [45 "generic-array 0.14.7",46]4748[[package]]49name = "aead"50version = "0.4.3"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"53dependencies = [54 "generic-array 0.14.7",55 "rand_core 0.6.4",56]5758[[package]]59name = "aead"60version = "0.5.2"61source = "registry+https://github.com/rust-lang/crates.io-index"62checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"63dependencies = [64 "crypto-common",65 "generic-array 0.14.7",66]6768[[package]]69name = "aes"70version = "0.6.0"71source = "registry+https://github.com/rust-lang/crates.io-index"72checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"73dependencies = [74 "aes-soft",75 "aesni",76 "cipher 0.2.5",77]7879[[package]]80name = "aes"81version = "0.7.5"82source = "registry+https://github.com/rust-lang/crates.io-index"83checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"84dependencies = [85 "cfg-if",86 "cipher 0.3.0",87 "cpufeatures",88 "opaque-debug 0.3.0",89]9091[[package]]92name = "aes"93version = "0.8.2"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"96dependencies = [97 "cfg-if",98 "cipher 0.4.4",99 "cpufeatures",100]101102[[package]]103name = "aes-gcm"104version = "0.9.4"105source = "registry+https://github.com/rust-lang/crates.io-index"106checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"107dependencies = [108 "aead 0.4.3",109 "aes 0.7.5",110 "cipher 0.3.0",111 "ctr 0.8.0",112 "ghash 0.4.4",113 "subtle",114]115116[[package]]117name = "aes-gcm"118version = "0.10.2"119source = "registry+https://github.com/rust-lang/crates.io-index"120checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237"121dependencies = [122 "aead 0.5.2",123 "aes 0.8.2",124 "cipher 0.4.4",125 "ctr 0.9.2",126 "ghash 0.5.0",127 "subtle",128]129130[[package]]131name = "aes-soft"132version = "0.6.4"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"135dependencies = [136 "cipher 0.2.5",137 "opaque-debug 0.3.0",138]139140[[package]]141name = "aesni"142version = "0.10.0"143source = "registry+https://github.com/rust-lang/crates.io-index"144checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"145dependencies = [146 "cipher 0.2.5",147 "opaque-debug 0.3.0",148]149150[[package]]151name = "ahash"152version = "0.7.6"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"155dependencies = [156 "getrandom 0.2.9",157 "once_cell",158 "version_check",159]160161[[package]]162name = "ahash"163version = "0.8.3"164source = "registry+https://github.com/rust-lang/crates.io-index"165checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"166dependencies = [167 "cfg-if",168 "getrandom 0.2.9",169 "once_cell",170 "version_check",171]172173[[package]]174name = "aho-corasick"175version = "0.7.20"176source = "registry+https://github.com/rust-lang/crates.io-index"177checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"178dependencies = [179 "memchr",180]181182[[package]]183name = "aho-corasick"184version = "1.0.1"185source = "registry+https://github.com/rust-lang/crates.io-index"186checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"187dependencies = [188 "memchr",189]190191[[package]]192name = "always-assert"193version = "0.1.3"194source = "registry+https://github.com/rust-lang/crates.io-index"195checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"196197[[package]]198name = "android_system_properties"199version = "0.1.5"200source = "registry+https://github.com/rust-lang/crates.io-index"201checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"202dependencies = [203 "libc",204]205206[[package]]207name = "ansi_term"208version = "0.12.1"209source = "registry+https://github.com/rust-lang/crates.io-index"210checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"211dependencies = [212 "winapi",213]214215[[package]]216name = "anstream"217version = "0.3.2"218source = "registry+https://github.com/rust-lang/crates.io-index"219checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"220dependencies = [221 "anstyle",222 "anstyle-parse",223 "anstyle-query",224 "anstyle-wincon",225 "colorchoice",226 "is-terminal",227 "utf8parse",228]229230[[package]]231name = "anstyle"232version = "1.0.0"233source = "registry+https://github.com/rust-lang/crates.io-index"234checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"235236[[package]]237name = "anstyle-parse"238version = "0.2.0"239source = "registry+https://github.com/rust-lang/crates.io-index"240checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"241dependencies = [242 "utf8parse",243]244245[[package]]246name = "anstyle-query"247version = "1.0.0"248source = "registry+https://github.com/rust-lang/crates.io-index"249checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"250dependencies = [251 "windows-sys 0.48.0",252]253254[[package]]255name = "anstyle-wincon"256version = "1.0.1"257source = "registry+https://github.com/rust-lang/crates.io-index"258checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"259dependencies = [260 "anstyle",261 "windows-sys 0.48.0",262]263264[[package]]265name = "anyhow"266version = "1.0.71"267source = "registry+https://github.com/rust-lang/crates.io-index"268checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"269270[[package]]271name = "app-promotion-rpc"272version = "0.1.0"273dependencies = [274 "pallet-evm",275 "parity-scale-codec",276 "sp-api",277 "sp-runtime",278 "sp-std",279]280281[[package]]282name = "approx"283version = "0.5.1"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"286dependencies = [287 "num-traits",288]289290[[package]]291name = "arc-swap"292version = "1.6.0"293source = "registry+https://github.com/rust-lang/crates.io-index"294checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"295296[[package]]297name = "array-bytes"298version = "4.2.0"299source = "registry+https://github.com/rust-lang/crates.io-index"300checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"301302[[package]]303name = "array-bytes"304version = "6.1.0"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "d9b1c5a481ec30a5abd8dfbd94ab5cf1bb4e9a66be7f1b3b322f2f1170c200fd"307308[[package]]309name = "arrayref"310version = "0.3.7"311source = "registry+https://github.com/rust-lang/crates.io-index"312checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"313314[[package]]315name = "arrayvec"316version = "0.5.2"317source = "registry+https://github.com/rust-lang/crates.io-index"318checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"319320[[package]]321name = "arrayvec"322version = "0.7.2"323source = "registry+https://github.com/rust-lang/crates.io-index"324checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"325326[[package]]327name = "asn1-rs"328version = "0.3.1"329source = "registry+https://github.com/rust-lang/crates.io-index"330checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33"331dependencies = [332 "asn1-rs-derive 0.1.0",333 "asn1-rs-impl",334 "displaydoc",335 "nom",336 "num-traits",337 "rusticata-macros",338 "thiserror",339 "time 0.3.21",340]341342[[package]]343name = "asn1-rs"344version = "0.5.2"345source = "registry+https://github.com/rust-lang/crates.io-index"346checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"347dependencies = [348 "asn1-rs-derive 0.4.0",349 "asn1-rs-impl",350 "displaydoc",351 "nom",352 "num-traits",353 "rusticata-macros",354 "thiserror",355 "time 0.3.21",356]357358[[package]]359name = "asn1-rs-derive"360version = "0.1.0"361source = "registry+https://github.com/rust-lang/crates.io-index"362checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf"363dependencies = [364 "proc-macro2",365 "quote",366 "syn 1.0.109",367 "synstructure",368]369370[[package]]371name = "asn1-rs-derive"372version = "0.4.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"375dependencies = [376 "proc-macro2",377 "quote",378 "syn 1.0.109",379 "synstructure",380]381382[[package]]383name = "asn1-rs-impl"384version = "0.1.0"385source = "registry+https://github.com/rust-lang/crates.io-index"386checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"387dependencies = [388 "proc-macro2",389 "quote",390 "syn 1.0.109",391]392393[[package]]394name = "asn1_der"395version = "0.7.6"396source = "registry+https://github.com/rust-lang/crates.io-index"397checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"398399[[package]]400name = "assert_matches"401version = "1.5.0"402source = "registry+https://github.com/rust-lang/crates.io-index"403checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"404405[[package]]406name = "async-channel"407version = "1.8.0"408source = "registry+https://github.com/rust-lang/crates.io-index"409checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"410dependencies = [411 "concurrent-queue",412 "event-listener",413 "futures-core",414]415416[[package]]417name = "async-io"418version = "1.13.0"419source = "registry+https://github.com/rust-lang/crates.io-index"420checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"421dependencies = [422 "async-lock",423 "autocfg",424 "cfg-if",425 "concurrent-queue",426 "futures-lite",427 "log",428 "parking",429 "polling",430 "rustix 0.37.19",431 "slab",432 "socket2",433 "waker-fn",434]435436[[package]]437name = "async-lock"438version = "2.7.0"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"441dependencies = [442 "event-listener",443]444445[[package]]446name = "async-recursion"447version = "1.0.4"448source = "registry+https://github.com/rust-lang/crates.io-index"449checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"450dependencies = [451 "proc-macro2",452 "quote",453 "syn 2.0.16",454]455456[[package]]457name = "async-trait"458version = "0.1.68"459source = "registry+https://github.com/rust-lang/crates.io-index"460checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"461dependencies = [462 "proc-macro2",463 "quote",464 "syn 2.0.16",465]466467[[package]]468name = "asynchronous-codec"469version = "0.6.1"470source = "registry+https://github.com/rust-lang/crates.io-index"471checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"472dependencies = [473 "bytes",474 "futures-sink",475 "futures-util",476 "memchr",477 "pin-project-lite 0.2.9",478]479480[[package]]481name = "atomic-waker"482version = "1.1.1"483source = "registry+https://github.com/rust-lang/crates.io-index"484checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"485486[[package]]487name = "atty"488version = "0.2.14"489source = "registry+https://github.com/rust-lang/crates.io-index"490checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"491dependencies = [492 "hermit-abi 0.1.19",493 "libc",494 "winapi",495]496497[[package]]498name = "auto_impl"499version = "1.1.0"500source = "registry+https://github.com/rust-lang/crates.io-index"501checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89"502dependencies = [503 "proc-macro-error",504 "proc-macro2",505 "quote",506 "syn 1.0.109",507]508509[[package]]510name = "autocfg"511version = "1.1.0"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"514515[[package]]516name = "backtrace"517version = "0.3.67"518source = "registry+https://github.com/rust-lang/crates.io-index"519checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"520dependencies = [521 "addr2line 0.19.0",522 "cc",523 "cfg-if",524 "libc",525 "miniz_oxide 0.6.2",526 "object 0.30.3",527 "rustc-demangle",528]529530[[package]]531name = "base-x"532version = "0.2.11"533source = "registry+https://github.com/rust-lang/crates.io-index"534checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"535536[[package]]537name = "base16ct"538version = "0.1.1"539source = "registry+https://github.com/rust-lang/crates.io-index"540checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"541542[[package]]543name = "base16ct"544version = "0.2.0"545source = "registry+https://github.com/rust-lang/crates.io-index"546checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"547548[[package]]549name = "base64"550version = "0.13.1"551source = "registry+https://github.com/rust-lang/crates.io-index"552checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"553554[[package]]555name = "base64"556version = "0.21.1"557source = "registry+https://github.com/rust-lang/crates.io-index"558checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"559560[[package]]561name = "base64ct"562version = "1.6.0"563source = "registry+https://github.com/rust-lang/crates.io-index"564checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"565566[[package]]567name = "beef"568version = "0.5.2"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"571dependencies = [572 "serde",573]574575[[package]]576name = "binary-merkle-tree"577version = "4.0.0-dev"578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"579dependencies = [580 "hash-db 0.16.0",581 "log",582]583584[[package]]585name = "bincode"586version = "1.3.3"587source = "registry+https://github.com/rust-lang/crates.io-index"588checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"589dependencies = [590 "serde",591]592593[[package]]594name = "bindgen"595version = "0.64.0"596source = "registry+https://github.com/rust-lang/crates.io-index"597checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"598dependencies = [599 "bitflags",600 "cexpr",601 "clang-sys",602 "lazy_static",603 "lazycell",604 "peeking_take_while",605 "proc-macro2",606 "quote",607 "regex",608 "rustc-hash",609 "shlex",610 "syn 1.0.109",611]612613[[package]]614name = "bitflags"615version = "1.3.2"616source = "registry+https://github.com/rust-lang/crates.io-index"617checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"618619[[package]]620name = "bitvec"621version = "1.0.1"622source = "registry+https://github.com/rust-lang/crates.io-index"623checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"624dependencies = [625 "funty",626 "radium",627 "tap",628 "wyz",629]630631[[package]]632name = "blake2"633version = "0.10.6"634source = "registry+https://github.com/rust-lang/crates.io-index"635checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"636dependencies = [637 "digest 0.10.7",638]639640[[package]]641name = "blake2b_simd"642version = "1.0.1"643source = "registry+https://github.com/rust-lang/crates.io-index"644checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"645dependencies = [646 "arrayref",647 "arrayvec 0.7.2",648 "constant_time_eq",649]650651[[package]]652name = "blake2s_simd"653version = "1.0.1"654source = "registry+https://github.com/rust-lang/crates.io-index"655checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f"656dependencies = [657 "arrayref",658 "arrayvec 0.7.2",659 "constant_time_eq",660]661662[[package]]663name = "blake3"664version = "1.3.3"665source = "registry+https://github.com/rust-lang/crates.io-index"666checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"667dependencies = [668 "arrayref",669 "arrayvec 0.7.2",670 "cc",671 "cfg-if",672 "constant_time_eq",673 "digest 0.10.7",674]675676[[package]]677name = "block-buffer"678version = "0.7.3"679source = "registry+https://github.com/rust-lang/crates.io-index"680checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"681dependencies = [682 "block-padding 0.1.5",683 "byte-tools",684 "byteorder",685 "generic-array 0.12.4",686]687688[[package]]689name = "block-buffer"690version = "0.9.0"691source = "registry+https://github.com/rust-lang/crates.io-index"692checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"693dependencies = [694 "generic-array 0.14.7",695]696697[[package]]698name = "block-buffer"699version = "0.10.4"700source = "registry+https://github.com/rust-lang/crates.io-index"701checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"702dependencies = [703 "generic-array 0.14.7",704]705706[[package]]707name = "block-modes"708version = "0.7.0"709source = "registry+https://github.com/rust-lang/crates.io-index"710checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"711dependencies = [712 "block-padding 0.2.1",713 "cipher 0.2.5",714]715716[[package]]717name = "block-padding"718version = "0.1.5"719source = "registry+https://github.com/rust-lang/crates.io-index"720checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"721dependencies = [722 "byte-tools",723]724725[[package]]726name = "block-padding"727version = "0.2.1"728source = "registry+https://github.com/rust-lang/crates.io-index"729checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"730731[[package]]732name = "bondrewd"733version = "0.1.14"734source = "registry+https://github.com/rust-lang/crates.io-index"735checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"736dependencies = [737 "bondrewd-derive",738]739740[[package]]741name = "bondrewd-derive"742version = "0.3.18"743source = "registry+https://github.com/rust-lang/crates.io-index"744checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"745dependencies = [746 "proc-macro2",747 "quote",748 "syn 1.0.109",749]750751[[package]]752name = "bounded-collections"753version = "0.1.7"754source = "registry+https://github.com/rust-lang/crates.io-index"755checksum = "07fbd1d11282a1eb134d3c3b7cf8ce213b5161c6e5f73fb1b98618482c606b64"756dependencies = [757 "log",758 "parity-scale-codec",759 "scale-info",760 "serde",761]762763[[package]]764name = "bounded-vec"765version = "0.7.1"766source = "registry+https://github.com/rust-lang/crates.io-index"767checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce"768dependencies = [769 "thiserror",770]771772[[package]]773name = "bs58"774version = "0.4.0"775source = "registry+https://github.com/rust-lang/crates.io-index"776checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"777778[[package]]779name = "bstr"780version = "1.5.0"781source = "registry+https://github.com/rust-lang/crates.io-index"782checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"783dependencies = [784 "memchr",785 "serde",786]787788[[package]]789name = "build-helper"790version = "0.1.1"791source = "registry+https://github.com/rust-lang/crates.io-index"792checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"793dependencies = [794 "semver 0.6.0",795]796797[[package]]798name = "bumpalo"799version = "3.12.2"800source = "registry+https://github.com/rust-lang/crates.io-index"801checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"802803[[package]]804name = "byte-slice-cast"805version = "1.2.2"806source = "registry+https://github.com/rust-lang/crates.io-index"807checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"808809[[package]]810name = "byte-tools"811version = "0.3.1"812source = "registry+https://github.com/rust-lang/crates.io-index"813checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"814815[[package]]816name = "bytemuck"817version = "1.13.1"818source = "registry+https://github.com/rust-lang/crates.io-index"819checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"820821[[package]]822name = "byteorder"823version = "1.4.3"824source = "registry+https://github.com/rust-lang/crates.io-index"825checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"826827[[package]]828name = "bytes"829version = "1.4.0"830source = "registry+https://github.com/rust-lang/crates.io-index"831checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"832833[[package]]834name = "bzip2-sys"835version = "0.1.11+1.0.8"836source = "registry+https://github.com/rust-lang/crates.io-index"837checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"838dependencies = [839 "cc",840 "libc",841 "pkg-config",842]843844[[package]]845name = "camino"846version = "1.1.4"847source = "registry+https://github.com/rust-lang/crates.io-index"848checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"849dependencies = [850 "serde",851]852853[[package]]854name = "cargo-platform"855version = "0.1.2"856source = "registry+https://github.com/rust-lang/crates.io-index"857checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"858dependencies = [859 "serde",860]861862[[package]]863name = "cargo_metadata"864version = "0.15.4"865source = "registry+https://github.com/rust-lang/crates.io-index"866checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"867dependencies = [868 "camino",869 "cargo-platform",870 "semver 1.0.17",871 "serde",872 "serde_json",873 "thiserror",874]875876[[package]]877name = "cc"878version = "1.0.79"879source = "registry+https://github.com/rust-lang/crates.io-index"880checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"881dependencies = [882 "jobserver",883]884885[[package]]886name = "ccm"887version = "0.3.0"888source = "registry+https://github.com/rust-lang/crates.io-index"889checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7"890dependencies = [891 "aead 0.3.2",892 "cipher 0.2.5",893 "subtle",894]895896[[package]]897name = "cexpr"898version = "0.6.0"899source = "registry+https://github.com/rust-lang/crates.io-index"900checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"901dependencies = [902 "nom",903]904905[[package]]906name = "cfg-expr"907version = "0.10.3"908source = "registry+https://github.com/rust-lang/crates.io-index"909checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"910dependencies = [911 "smallvec",912]913914[[package]]915name = "cfg-if"916version = "1.0.0"917source = "registry+https://github.com/rust-lang/crates.io-index"918checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"919920[[package]]921name = "cfg_aliases"922version = "0.1.1"923source = "registry+https://github.com/rust-lang/crates.io-index"924checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"925926[[package]]927name = "chacha20"928version = "0.8.2"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"931dependencies = [932 "cfg-if",933 "cipher 0.3.0",934 "cpufeatures",935 "zeroize",936]937938[[package]]939name = "chacha20poly1305"940version = "0.9.1"941source = "registry+https://github.com/rust-lang/crates.io-index"942checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"943dependencies = [944 "aead 0.4.3",945 "chacha20",946 "cipher 0.3.0",947 "poly1305",948 "zeroize",949]950951[[package]]952name = "chrono"953version = "0.4.24"954source = "registry+https://github.com/rust-lang/crates.io-index"955checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"956dependencies = [957 "iana-time-zone",958 "js-sys",959 "num-integer",960 "num-traits",961 "time 0.1.45",962 "wasm-bindgen",963 "winapi",964]965966[[package]]967name = "cid"968version = "0.8.6"969source = "registry+https://github.com/rust-lang/crates.io-index"970checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"971dependencies = [972 "core2",973 "multibase",974 "multihash 0.16.3",975 "serde",976 "unsigned-varint",977]978979[[package]]980name = "cipher"981version = "0.2.5"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"984dependencies = [985 "generic-array 0.14.7",986]987988[[package]]989name = "cipher"990version = "0.3.0"991source = "registry+https://github.com/rust-lang/crates.io-index"992checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"993dependencies = [994 "generic-array 0.14.7",995]996997[[package]]998name = "cipher"999version = "0.4.4"1000source = "registry+https://github.com/rust-lang/crates.io-index"1001checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"1002dependencies = [1003 "crypto-common",1004 "inout",1005]10061007[[package]]1008name = "ckb-merkle-mountain-range"1009version = "0.5.2"1010source = "registry+https://github.com/rust-lang/crates.io-index"1011checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"1012dependencies = [1013 "cfg-if",1014]10151016[[package]]1017name = "clang-sys"1018version = "1.6.1"1019source = "registry+https://github.com/rust-lang/crates.io-index"1020checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"1021dependencies = [1022 "glob",1023 "libc",1024 "libloading",1025]10261027[[package]]1028name = "clap"1029version = "4.3.0"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"1032dependencies = [1033 "clap_builder",1034 "clap_derive",1035 "once_cell",1036]10371038[[package]]1039name = "clap_builder"1040version = "4.3.0"1041source = "registry+https://github.com/rust-lang/crates.io-index"1042checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"1043dependencies = [1044 "anstream",1045 "anstyle",1046 "bitflags",1047 "clap_lex",1048 "strsim",1049]10501051[[package]]1052name = "clap_derive"1053version = "4.3.0"1054source = "registry+https://github.com/rust-lang/crates.io-index"1055checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"1056dependencies = [1057 "heck",1058 "proc-macro2",1059 "quote",1060 "syn 2.0.16",1061]10621063[[package]]1064name = "clap_lex"1065version = "0.5.0"1066source = "registry+https://github.com/rust-lang/crates.io-index"1067checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"10681069[[package]]1070name = "coarsetime"1071version = "0.1.23"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354"1074dependencies = [1075 "libc",1076 "once_cell",1077 "wasi 0.11.0+wasi-snapshot-preview1",1078 "wasm-bindgen",1079]10801081[[package]]1082name = "codespan-reporting"1083version = "0.11.1"1084source = "registry+https://github.com/rust-lang/crates.io-index"1085checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1086dependencies = [1087 "termcolor",1088 "unicode-width",1089]10901091[[package]]1092name = "colorchoice"1093version = "1.0.0"1094source = "registry+https://github.com/rust-lang/crates.io-index"1095checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"10961097[[package]]1098name = "comfy-table"1099version = "6.1.4"1100source = "registry+https://github.com/rust-lang/crates.io-index"1101checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d"1102dependencies = [1103 "strum",1104 "strum_macros",1105 "unicode-width",1106]11071108[[package]]1109name = "concurrent-queue"1110version = "2.2.0"1111source = "registry+https://github.com/rust-lang/crates.io-index"1112checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"1113dependencies = [1114 "crossbeam-utils",1115]11161117[[package]]1118name = "const-oid"1119version = "0.9.2"1120source = "registry+https://github.com/rust-lang/crates.io-index"1121checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"11221123[[package]]1124name = "constant_time_eq"1125version = "0.2.5"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"11281129[[package]]1130name = "convert_case"1131version = "0.4.0"1132source = "registry+https://github.com/rust-lang/crates.io-index"1133checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11341135[[package]]1136name = "core-foundation"1137version = "0.9.3"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1140dependencies = [1141 "core-foundation-sys",1142 "libc",1143]11441145[[package]]1146name = "core-foundation-sys"1147version = "0.8.4"1148source = "registry+https://github.com/rust-lang/crates.io-index"1149checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"11501151[[package]]1152name = "core2"1153version = "0.4.0"1154source = "registry+https://github.com/rust-lang/crates.io-index"1155checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1156dependencies = [1157 "memchr",1158]11591160[[package]]1161name = "cpp_demangle"1162version = "0.3.5"1163source = "registry+https://github.com/rust-lang/crates.io-index"1164checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1165dependencies = [1166 "cfg-if",1167]11681169[[package]]1170name = "cpu-time"1171version = "1.0.0"1172source = "registry+https://github.com/rust-lang/crates.io-index"1173checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1174dependencies = [1175 "libc",1176 "winapi",1177]11781179[[package]]1180name = "cpufeatures"1181version = "0.2.7"1182source = "registry+https://github.com/rust-lang/crates.io-index"1183checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"1184dependencies = [1185 "libc",1186]11871188[[package]]1189name = "cranelift-bforest"1190version = "0.93.2"1191source = "registry+https://github.com/rust-lang/crates.io-index"1192checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"1193dependencies = [1194 "cranelift-entity",1195]11961197[[package]]1198name = "cranelift-codegen"1199version = "0.93.2"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"1202dependencies = [1203 "arrayvec 0.7.2",1204 "bumpalo",1205 "cranelift-bforest",1206 "cranelift-codegen-meta",1207 "cranelift-codegen-shared",1208 "cranelift-entity",1209 "cranelift-isle",1210 "gimli 0.26.2",1211 "hashbrown 0.12.3",1212 "log",1213 "regalloc2",1214 "smallvec",1215 "target-lexicon",1216]12171218[[package]]1219name = "cranelift-codegen-meta"1220version = "0.93.2"1221source = "registry+https://github.com/rust-lang/crates.io-index"1222checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"1223dependencies = [1224 "cranelift-codegen-shared",1225]12261227[[package]]1228name = "cranelift-codegen-shared"1229version = "0.93.2"1230source = "registry+https://github.com/rust-lang/crates.io-index"1231checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"12321233[[package]]1234name = "cranelift-entity"1235version = "0.93.2"1236source = "registry+https://github.com/rust-lang/crates.io-index"1237checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1"1238dependencies = [1239 "serde",1240]12411242[[package]]1243name = "cranelift-frontend"1244version = "0.93.2"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e"1247dependencies = [1248 "cranelift-codegen",1249 "log",1250 "smallvec",1251 "target-lexicon",1252]12531254[[package]]1255name = "cranelift-isle"1256version = "0.93.2"1257source = "registry+https://github.com/rust-lang/crates.io-index"1258checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"12591260[[package]]1261name = "cranelift-native"1262version = "0.93.2"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"1265dependencies = [1266 "cranelift-codegen",1267 "libc",1268 "target-lexicon",1269]12701271[[package]]1272name = "cranelift-wasm"1273version = "0.93.2"1274source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1"1276dependencies = [1277 "cranelift-codegen",1278 "cranelift-entity",1279 "cranelift-frontend",1280 "itertools",1281 "log",1282 "smallvec",1283 "wasmparser",1284 "wasmtime-types",1285]12861287[[package]]1288name = "crc"1289version = "3.0.1"1290source = "registry+https://github.com/rust-lang/crates.io-index"1291checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"1292dependencies = [1293 "crc-catalog",1294]12951296[[package]]1297name = "crc-catalog"1298version = "2.2.0"1299source = "registry+https://github.com/rust-lang/crates.io-index"1300checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"13011302[[package]]1303name = "crc32fast"1304version = "1.3.2"1305source = "registry+https://github.com/rust-lang/crates.io-index"1306checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1307dependencies = [1308 "cfg-if",1309]13101311[[package]]1312name = "crossbeam-channel"1313version = "0.5.8"1314source = "registry+https://github.com/rust-lang/crates.io-index"1315checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"1316dependencies = [1317 "cfg-if",1318 "crossbeam-utils",1319]13201321[[package]]1322name = "crossbeam-deque"1323version = "0.8.3"1324source = "registry+https://github.com/rust-lang/crates.io-index"1325checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"1326dependencies = [1327 "cfg-if",1328 "crossbeam-epoch",1329 "crossbeam-utils",1330]13311332[[package]]1333name = "crossbeam-epoch"1334version = "0.9.14"1335source = "registry+https://github.com/rust-lang/crates.io-index"1336checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"1337dependencies = [1338 "autocfg",1339 "cfg-if",1340 "crossbeam-utils",1341 "memoffset 0.8.0",1342 "scopeguard",1343]13441345[[package]]1346name = "crossbeam-queue"1347version = "0.3.8"1348source = "registry+https://github.com/rust-lang/crates.io-index"1349checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1350dependencies = [1351 "cfg-if",1352 "crossbeam-utils",1353]13541355[[package]]1356name = "crossbeam-utils"1357version = "0.8.15"1358source = "registry+https://github.com/rust-lang/crates.io-index"1359checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"1360dependencies = [1361 "cfg-if",1362]13631364[[package]]1365name = "crunchy"1366version = "0.2.2"1367source = "registry+https://github.com/rust-lang/crates.io-index"1368checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13691370[[package]]1371name = "crypto-bigint"1372version = "0.4.9"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1375dependencies = [1376 "generic-array 0.14.7",1377 "rand_core 0.6.4",1378 "subtle",1379 "zeroize",1380]13811382[[package]]1383name = "crypto-bigint"1384version = "0.5.2"1385source = "registry+https://github.com/rust-lang/crates.io-index"1386checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15"1387dependencies = [1388 "generic-array 0.14.7",1389 "rand_core 0.6.4",1390 "subtle",1391 "zeroize",1392]13931394[[package]]1395name = "crypto-common"1396version = "0.1.6"1397source = "registry+https://github.com/rust-lang/crates.io-index"1398checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1399dependencies = [1400 "generic-array 0.14.7",1401 "rand_core 0.6.4",1402 "typenum",1403]14041405[[package]]1406name = "crypto-mac"1407version = "0.8.0"1408source = "registry+https://github.com/rust-lang/crates.io-index"1409checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1410dependencies = [1411 "generic-array 0.14.7",1412 "subtle",1413]14141415[[package]]1416name = "crypto-mac"1417version = "0.11.1"1418source = "registry+https://github.com/rust-lang/crates.io-index"1419checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1420dependencies = [1421 "generic-array 0.14.7",1422 "subtle",1423]14241425[[package]]1426name = "ctr"1427version = "0.8.0"1428source = "registry+https://github.com/rust-lang/crates.io-index"1429checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1430dependencies = [1431 "cipher 0.3.0",1432]14331434[[package]]1435name = "ctr"1436version = "0.9.2"1437source = "registry+https://github.com/rust-lang/crates.io-index"1438checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"1439dependencies = [1440 "cipher 0.4.4",1441]14421443[[package]]1444name = "cumulus-client-cli"1445version = "0.1.0"1446source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1447dependencies = [1448 "clap",1449 "parity-scale-codec",1450 "sc-chain-spec",1451 "sc-cli",1452 "sc-service",1453 "sp-core",1454 "sp-runtime",1455 "url",1456]14571458[[package]]1459name = "cumulus-client-collator"1460version = "0.1.0"1461source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1462dependencies = [1463 "cumulus-client-consensus-common",1464 "cumulus-client-network",1465 "cumulus-primitives-core",1466 "futures",1467 "parity-scale-codec",1468 "parking_lot 0.12.1",1469 "polkadot-node-primitives",1470 "polkadot-node-subsystem",1471 "polkadot-overseer",1472 "polkadot-primitives",1473 "sc-client-api",1474 "sp-api",1475 "sp-consensus",1476 "sp-core",1477 "sp-runtime",1478 "tracing",1479]14801481[[package]]1482name = "cumulus-client-consensus-aura"1483version = "0.1.0"1484source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1485dependencies = [1486 "async-trait",1487 "cumulus-client-consensus-common",1488 "cumulus-primitives-core",1489 "futures",1490 "parity-scale-codec",1491 "sc-client-api",1492 "sc-consensus",1493 "sc-consensus-aura",1494 "sc-consensus-slots",1495 "sc-telemetry",1496 "sp-api",1497 "sp-application-crypto",1498 "sp-block-builder",1499 "sp-blockchain",1500 "sp-consensus",1501 "sp-consensus-aura",1502 "sp-core",1503 "sp-inherents",1504 "sp-keystore",1505 "sp-runtime",1506 "substrate-prometheus-endpoint",1507 "tracing",1508]15091510[[package]]1511name = "cumulus-client-consensus-common"1512version = "0.1.0"1513source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1514dependencies = [1515 "async-trait",1516 "cumulus-client-pov-recovery",1517 "cumulus-primitives-core",1518 "cumulus-relay-chain-interface",1519 "dyn-clone",1520 "futures",1521 "log",1522 "parity-scale-codec",1523 "polkadot-primitives",1524 "sc-client-api",1525 "sc-consensus",1526 "schnellru",1527 "sp-blockchain",1528 "sp-consensus",1529 "sp-runtime",1530 "sp-trie",1531 "tracing",1532]15331534[[package]]1535name = "cumulus-client-network"1536version = "0.1.0"1537source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1538dependencies = [1539 "async-trait",1540 "cumulus-relay-chain-interface",1541 "futures",1542 "futures-timer",1543 "parity-scale-codec",1544 "parking_lot 0.12.1",1545 "polkadot-node-primitives",1546 "polkadot-parachain",1547 "polkadot-primitives",1548 "sc-client-api",1549 "sp-blockchain",1550 "sp-consensus",1551 "sp-core",1552 "sp-runtime",1553 "sp-state-machine",1554 "tracing",1555]15561557[[package]]1558name = "cumulus-client-pov-recovery"1559version = "0.1.0"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1561dependencies = [1562 "async-trait",1563 "cumulus-primitives-core",1564 "cumulus-relay-chain-interface",1565 "futures",1566 "futures-timer",1567 "parity-scale-codec",1568 "polkadot-node-primitives",1569 "polkadot-node-subsystem",1570 "polkadot-overseer",1571 "polkadot-primitives",1572 "rand 0.8.5",1573 "sc-client-api",1574 "sc-consensus",1575 "sp-consensus",1576 "sp-maybe-compressed-blob",1577 "sp-runtime",1578 "tracing",1579]15801581[[package]]1582name = "cumulus-client-service"1583version = "0.1.0"1584source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1585dependencies = [1586 "cumulus-client-cli",1587 "cumulus-client-collator",1588 "cumulus-client-consensus-common",1589 "cumulus-client-network",1590 "cumulus-client-pov-recovery",1591 "cumulus-primitives-core",1592 "cumulus-relay-chain-inprocess-interface",1593 "cumulus-relay-chain-interface",1594 "cumulus-relay-chain-minimal-node",1595 "futures",1596 "polkadot-primitives",1597 "sc-client-api",1598 "sc-consensus",1599 "sc-network",1600 "sc-network-sync",1601 "sc-network-transactions",1602 "sc-rpc",1603 "sc-service",1604 "sc-sysinfo",1605 "sc-telemetry",1606 "sc-transaction-pool",1607 "sc-utils",1608 "sp-api",1609 "sp-blockchain",1610 "sp-consensus",1611 "sp-core",1612 "sp-runtime",1613 "sp-transaction-pool",1614]16151616[[package]]1617name = "cumulus-pallet-aura-ext"1618version = "0.1.0"1619source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1620dependencies = [1621 "frame-support",1622 "frame-system",1623 "pallet-aura",1624 "parity-scale-codec",1625 "scale-info",1626 "sp-application-crypto",1627 "sp-consensus-aura",1628 "sp-runtime",1629 "sp-std",1630]16311632[[package]]1633name = "cumulus-pallet-dmp-queue"1634version = "0.1.0"1635source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1636dependencies = [1637 "cumulus-primitives-core",1638 "frame-support",1639 "frame-system",1640 "log",1641 "parity-scale-codec",1642 "scale-info",1643 "sp-io",1644 "sp-runtime",1645 "sp-std",1646 "xcm",1647]16481649[[package]]1650name = "cumulus-pallet-parachain-system"1651version = "0.1.0"1652source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1653dependencies = [1654 "bytes",1655 "cumulus-pallet-parachain-system-proc-macro",1656 "cumulus-primitives-core",1657 "cumulus-primitives-parachain-inherent",1658 "environmental",1659 "frame-support",1660 "frame-system",1661 "impl-trait-for-tuples",1662 "log",1663 "parity-scale-codec",1664 "polkadot-parachain",1665 "scale-info",1666 "sp-core",1667 "sp-externalities",1668 "sp-inherents",1669 "sp-io",1670 "sp-runtime",1671 "sp-state-machine",1672 "sp-std",1673 "sp-trie",1674 "sp-version",1675 "xcm",1676]16771678[[package]]1679name = "cumulus-pallet-parachain-system-proc-macro"1680version = "0.1.0"1681source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1682dependencies = [1683 "proc-macro-crate",1684 "proc-macro2",1685 "quote",1686 "syn 2.0.16",1687]16881689[[package]]1690name = "cumulus-pallet-xcm"1691version = "0.1.0"1692source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1693dependencies = [1694 "cumulus-primitives-core",1695 "frame-support",1696 "frame-system",1697 "parity-scale-codec",1698 "scale-info",1699 "sp-io",1700 "sp-runtime",1701 "sp-std",1702 "xcm",1703]17041705[[package]]1706name = "cumulus-pallet-xcmp-queue"1707version = "0.1.0"1708source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1709dependencies = [1710 "cumulus-primitives-core",1711 "frame-support",1712 "frame-system",1713 "log",1714 "parity-scale-codec",1715 "polkadot-runtime-common",1716 "rand_chacha 0.3.1",1717 "scale-info",1718 "sp-io",1719 "sp-runtime",1720 "sp-std",1721 "xcm",1722 "xcm-executor",1723]17241725[[package]]1726name = "cumulus-primitives-core"1727version = "0.1.0"1728source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1729dependencies = [1730 "parity-scale-codec",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1733 "polkadot-primitives",1734 "scale-info",1735 "sp-api",1736 "sp-runtime",1737 "sp-std",1738 "sp-trie",1739 "xcm",1740]17411742[[package]]1743name = "cumulus-primitives-parachain-inherent"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1746dependencies = [1747 "async-trait",1748 "cumulus-primitives-core",1749 "cumulus-relay-chain-interface",1750 "cumulus-test-relay-sproof-builder",1751 "parity-scale-codec",1752 "sc-client-api",1753 "scale-info",1754 "sp-api",1755 "sp-core",1756 "sp-inherents",1757 "sp-runtime",1758 "sp-state-machine",1759 "sp-std",1760 "sp-storage",1761 "sp-trie",1762 "tracing",1763]17641765[[package]]1766name = "cumulus-primitives-timestamp"1767version = "0.1.0"1768source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1769dependencies = [1770 "cumulus-primitives-core",1771 "futures",1772 "parity-scale-codec",1773 "sp-inherents",1774 "sp-std",1775 "sp-timestamp",1776]17771778[[package]]1779name = "cumulus-primitives-utility"1780version = "0.1.0"1781source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1782dependencies = [1783 "cumulus-primitives-core",1784 "frame-support",1785 "log",1786 "parity-scale-codec",1787 "polkadot-runtime-common",1788 "sp-io",1789 "sp-runtime",1790 "sp-std",1791 "xcm",1792 "xcm-builder",1793 "xcm-executor",1794]17951796[[package]]1797name = "cumulus-relay-chain-inprocess-interface"1798version = "0.1.0"1799source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1800dependencies = [1801 "async-trait",1802 "cumulus-primitives-core",1803 "cumulus-relay-chain-interface",1804 "futures",1805 "futures-timer",1806 "polkadot-cli",1807 "polkadot-client",1808 "polkadot-service",1809 "sc-cli",1810 "sc-client-api",1811 "sc-sysinfo",1812 "sc-telemetry",1813 "sc-tracing",1814 "sp-api",1815 "sp-consensus",1816 "sp-core",1817 "sp-runtime",1818 "sp-state-machine",1819]18201821[[package]]1822name = "cumulus-relay-chain-interface"1823version = "0.1.0"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1825dependencies = [1826 "async-trait",1827 "cumulus-primitives-core",1828 "futures",1829 "jsonrpsee-core",1830 "parity-scale-codec",1831 "polkadot-overseer",1832 "sc-client-api",1833 "sp-api",1834 "sp-blockchain",1835 "sp-state-machine",1836 "thiserror",1837]18381839[[package]]1840name = "cumulus-relay-chain-minimal-node"1841version = "0.1.0"1842source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1843dependencies = [1844 "array-bytes 6.1.0",1845 "async-trait",1846 "cumulus-primitives-core",1847 "cumulus-relay-chain-interface",1848 "cumulus-relay-chain-rpc-interface",1849 "futures",1850 "lru 0.9.0",1851 "polkadot-availability-recovery",1852 "polkadot-collator-protocol",1853 "polkadot-core-primitives",1854 "polkadot-network-bridge",1855 "polkadot-node-collation-generation",1856 "polkadot-node-core-runtime-api",1857 "polkadot-node-network-protocol",1858 "polkadot-node-subsystem-util",1859 "polkadot-overseer",1860 "polkadot-primitives",1861 "sc-authority-discovery",1862 "sc-client-api",1863 "sc-network",1864 "sc-network-common",1865 "sc-service",1866 "sc-tracing",1867 "sc-utils",1868 "sp-api",1869 "sp-blockchain",1870 "sp-consensus",1871 "sp-consensus-babe",1872 "sp-runtime",1873 "tokio",1874 "tracing",1875]18761877[[package]]1878name = "cumulus-relay-chain-rpc-interface"1879version = "0.1.0"1880source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1881dependencies = [1882 "async-trait",1883 "cumulus-primitives-core",1884 "cumulus-relay-chain-interface",1885 "futures",1886 "futures-timer",1887 "jsonrpsee",1888 "lru 0.9.0",1889 "parity-scale-codec",1890 "polkadot-overseer",1891 "sc-client-api",1892 "sc-rpc-api",1893 "sc-service",1894 "serde",1895 "serde_json",1896 "sp-api",1897 "sp-authority-discovery",1898 "sp-consensus-babe",1899 "sp-core",1900 "sp-state-machine",1901 "sp-storage",1902 "tokio",1903 "tracing",1904 "url",1905]19061907[[package]]1908name = "cumulus-test-relay-sproof-builder"1909version = "0.1.0"1910source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"1911dependencies = [1912 "cumulus-primitives-core",1913 "parity-scale-codec",1914 "polkadot-primitives",1915 "sp-runtime",1916 "sp-state-machine",1917 "sp-std",1918]19191920[[package]]1921name = "curve25519-dalek"1922version = "2.1.3"1923source = "registry+https://github.com/rust-lang/crates.io-index"1924checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1925dependencies = [1926 "byteorder",1927 "digest 0.8.1",1928 "rand_core 0.5.1",1929 "subtle",1930 "zeroize",1931]19321933[[package]]1934name = "curve25519-dalek"1935version = "3.2.0"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1938dependencies = [1939 "byteorder",1940 "digest 0.9.0",1941 "rand_core 0.5.1",1942 "subtle",1943 "zeroize",1944]19451946[[package]]1947name = "curve25519-dalek"1948version = "4.0.0-rc.1"1949source = "registry+https://github.com/rust-lang/crates.io-index"1950checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16"1951dependencies = [1952 "cfg-if",1953 "fiat-crypto",1954 "packed_simd_2",1955 "platforms 3.0.2",1956 "subtle",1957 "zeroize",1958]19591960[[package]]1961name = "cxx"1962version = "1.0.94"1963source = "registry+https://github.com/rust-lang/crates.io-index"1964checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"1965dependencies = [1966 "cc",1967 "cxxbridge-flags",1968 "cxxbridge-macro",1969 "link-cplusplus",1970]19711972[[package]]1973name = "cxx-build"1974version = "1.0.94"1975source = "registry+https://github.com/rust-lang/crates.io-index"1976checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"1977dependencies = [1978 "cc",1979 "codespan-reporting",1980 "once_cell",1981 "proc-macro2",1982 "quote",1983 "scratch",1984 "syn 2.0.16",1985]19861987[[package]]1988name = "cxxbridge-flags"1989version = "1.0.94"1990source = "registry+https://github.com/rust-lang/crates.io-index"1991checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"19921993[[package]]1994name = "cxxbridge-macro"1995version = "1.0.94"1996source = "registry+https://github.com/rust-lang/crates.io-index"1997checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"1998dependencies = [1999 "proc-macro2",2000 "quote",2001 "syn 2.0.16",2002]20032004[[package]]2005name = "darling"2006version = "0.14.4"2007source = "registry+https://github.com/rust-lang/crates.io-index"2008checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"2009dependencies = [2010 "darling_core",2011 "darling_macro",2012]20132014[[package]]2015name = "darling_core"2016version = "0.14.4"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"2019dependencies = [2020 "fnv",2021 "ident_case",2022 "proc-macro2",2023 "quote",2024 "strsim",2025 "syn 1.0.109",2026]20272028[[package]]2029name = "darling_macro"2030version = "0.14.4"2031source = "registry+https://github.com/rust-lang/crates.io-index"2032checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"2033dependencies = [2034 "darling_core",2035 "quote",2036 "syn 1.0.109",2037]20382039[[package]]2040name = "data-encoding"2041version = "2.4.0"2042source = "registry+https://github.com/rust-lang/crates.io-index"2043checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"20442045[[package]]2046name = "data-encoding-macro"2047version = "0.1.13"2048source = "registry+https://github.com/rust-lang/crates.io-index"2049checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99"2050dependencies = [2051 "data-encoding",2052 "data-encoding-macro-internal",2053]20542055[[package]]2056name = "data-encoding-macro-internal"2057version = "0.1.11"2058source = "registry+https://github.com/rust-lang/crates.io-index"2059checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772"2060dependencies = [2061 "data-encoding",2062 "syn 1.0.109",2063]20642065[[package]]2066name = "der"2067version = "0.6.1"2068source = "registry+https://github.com/rust-lang/crates.io-index"2069checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"2070dependencies = [2071 "const-oid",2072 "pem-rfc7468",2073 "zeroize",2074]20752076[[package]]2077name = "der"2078version = "0.7.6"2079source = "registry+https://github.com/rust-lang/crates.io-index"2080checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17"2081dependencies = [2082 "const-oid",2083 "zeroize",2084]20852086[[package]]2087name = "der-parser"2088version = "7.0.0"2089source = "registry+https://github.com/rust-lang/crates.io-index"2090checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82"2091dependencies = [2092 "asn1-rs 0.3.1",2093 "displaydoc",2094 "nom",2095 "num-bigint",2096 "num-traits",2097 "rusticata-macros",2098]20992100[[package]]2101name = "der-parser"2102version = "8.2.0"2103source = "registry+https://github.com/rust-lang/crates.io-index"2104checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"2105dependencies = [2106 "asn1-rs 0.5.2",2107 "displaydoc",2108 "nom",2109 "num-bigint",2110 "num-traits",2111 "rusticata-macros",2112]21132114[[package]]2115name = "derivative"2116version = "2.2.0"2117source = "registry+https://github.com/rust-lang/crates.io-index"2118checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2119dependencies = [2120 "proc-macro2",2121 "quote",2122 "syn 1.0.109",2123]21242125[[package]]2126name = "derive-syn-parse"2127version = "0.1.5"2128source = "registry+https://github.com/rust-lang/crates.io-index"2129checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd"2130dependencies = [2131 "proc-macro2",2132 "quote",2133 "syn 1.0.109",2134]21352136[[package]]2137name = "derive_builder"2138version = "0.11.2"2139source = "registry+https://github.com/rust-lang/crates.io-index"2140checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"2141dependencies = [2142 "derive_builder_macro",2143]21442145[[package]]2146name = "derive_builder_core"2147version = "0.11.2"2148source = "registry+https://github.com/rust-lang/crates.io-index"2149checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"2150dependencies = [2151 "darling",2152 "proc-macro2",2153 "quote",2154 "syn 1.0.109",2155]21562157[[package]]2158name = "derive_builder_macro"2159version = "0.11.2"2160source = "registry+https://github.com/rust-lang/crates.io-index"2161checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"2162dependencies = [2163 "derive_builder_core",2164 "syn 1.0.109",2165]21662167[[package]]2168name = "derive_more"2169version = "0.99.17"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2172dependencies = [2173 "convert_case",2174 "proc-macro2",2175 "quote",2176 "rustc_version",2177 "syn 1.0.109",2178]21792180[[package]]2181name = "difflib"2182version = "0.4.0"2183source = "registry+https://github.com/rust-lang/crates.io-index"2184checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"21852186[[package]]2187name = "digest"2188version = "0.8.1"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2191dependencies = [2192 "generic-array 0.12.4",2193]21942195[[package]]2196name = "digest"2197version = "0.9.0"2198source = "registry+https://github.com/rust-lang/crates.io-index"2199checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2200dependencies = [2201 "generic-array 0.14.7",2202]22032204[[package]]2205name = "digest"2206version = "0.10.7"2207source = "registry+https://github.com/rust-lang/crates.io-index"2208checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"2209dependencies = [2210 "block-buffer 0.10.4",2211 "const-oid",2212 "crypto-common",2213 "subtle",2214]22152216[[package]]2217name = "directories"2218version = "4.0.1"2219source = "registry+https://github.com/rust-lang/crates.io-index"2220checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2221dependencies = [2222 "dirs-sys",2223]22242225[[package]]2226name = "directories-next"2227version = "2.0.0"2228source = "registry+https://github.com/rust-lang/crates.io-index"2229checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2230dependencies = [2231 "cfg-if",2232 "dirs-sys-next",2233]22342235[[package]]2236name = "dirs-sys"2237version = "0.3.7"2238source = "registry+https://github.com/rust-lang/crates.io-index"2239checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2240dependencies = [2241 "libc",2242 "redox_users",2243 "winapi",2244]22452246[[package]]2247name = "dirs-sys-next"2248version = "0.1.2"2249source = "registry+https://github.com/rust-lang/crates.io-index"2250checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2251dependencies = [2252 "libc",2253 "redox_users",2254 "winapi",2255]22562257[[package]]2258name = "displaydoc"2259version = "0.2.4"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"2262dependencies = [2263 "proc-macro2",2264 "quote",2265 "syn 2.0.16",2266]22672268[[package]]2269name = "downcast"2270version = "0.11.0"2271source = "registry+https://github.com/rust-lang/crates.io-index"2272checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"22732274[[package]]2275name = "downcast-rs"2276version = "1.2.0"2277source = "registry+https://github.com/rust-lang/crates.io-index"2278checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"22792280[[package]]2281name = "dtoa"2282version = "1.0.6"2283source = "registry+https://github.com/rust-lang/crates.io-index"2284checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"22852286[[package]]2287name = "dyn-clonable"2288version = "0.9.0"2289source = "registry+https://github.com/rust-lang/crates.io-index"2290checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2291dependencies = [2292 "dyn-clonable-impl",2293 "dyn-clone",2294]22952296[[package]]2297name = "dyn-clonable-impl"2298version = "0.9.0"2299source = "registry+https://github.com/rust-lang/crates.io-index"2300checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2301dependencies = [2302 "proc-macro2",2303 "quote",2304 "syn 1.0.109",2305]23062307[[package]]2308name = "dyn-clone"2309version = "1.0.11"2310source = "registry+https://github.com/rust-lang/crates.io-index"2311checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"23122313[[package]]2314name = "ecdsa"2315version = "0.14.8"2316source = "registry+https://github.com/rust-lang/crates.io-index"2317checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2318dependencies = [2319 "der 0.6.1",2320 "elliptic-curve 0.12.3",2321 "rfc6979 0.3.1",2322 "signature 1.6.4",2323]23242325[[package]]2326name = "ecdsa"2327version = "0.16.7"2328source = "registry+https://github.com/rust-lang/crates.io-index"2329checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"2330dependencies = [2331 "der 0.7.6",2332 "digest 0.10.7",2333 "elliptic-curve 0.13.5",2334 "rfc6979 0.4.0",2335 "signature 2.1.0",2336 "spki 0.7.2",2337]23382339[[package]]2340name = "ed25519"2341version = "1.5.3"2342source = "registry+https://github.com/rust-lang/crates.io-index"2343checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"2344dependencies = [2345 "signature 1.6.4",2346]23472348[[package]]2349name = "ed25519-dalek"2350version = "1.0.1"2351source = "registry+https://github.com/rust-lang/crates.io-index"2352checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2353dependencies = [2354 "curve25519-dalek 3.2.0",2355 "ed25519",2356 "rand 0.7.3",2357 "serde",2358 "sha2 0.9.9",2359 "zeroize",2360]23612362[[package]]2363name = "ed25519-zebra"2364version = "3.1.0"2365source = "registry+https://github.com/rust-lang/crates.io-index"2366checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2367dependencies = [2368 "curve25519-dalek 3.2.0",2369 "hashbrown 0.12.3",2370 "hex",2371 "rand_core 0.6.4",2372 "sha2 0.9.9",2373 "zeroize",2374]23752376[[package]]2377name = "either"2378version = "1.8.1"2379source = "registry+https://github.com/rust-lang/crates.io-index"2380checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"23812382[[package]]2383name = "elliptic-curve"2384version = "0.12.3"2385source = "registry+https://github.com/rust-lang/crates.io-index"2386checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2387dependencies = [2388 "base16ct 0.1.1",2389 "crypto-bigint 0.4.9",2390 "der 0.6.1",2391 "digest 0.10.7",2392 "ff 0.12.1",2393 "generic-array 0.14.7",2394 "group 0.12.1",2395 "hkdf",2396 "pem-rfc7468",2397 "pkcs8 0.9.0",2398 "rand_core 0.6.4",2399 "sec1 0.3.0",2400 "subtle",2401 "zeroize",2402]24032404[[package]]2405name = "elliptic-curve"2406version = "0.13.5"2407source = "registry+https://github.com/rust-lang/crates.io-index"2408checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b"2409dependencies = [2410 "base16ct 0.2.0",2411 "crypto-bigint 0.5.2",2412 "digest 0.10.7",2413 "ff 0.13.0",2414 "generic-array 0.14.7",2415 "group 0.13.0",2416 "pkcs8 0.10.2",2417 "rand_core 0.6.4",2418 "sec1 0.7.2",2419 "subtle",2420 "zeroize",2421]24222423[[package]]2424name = "enum-as-inner"2425version = "0.5.1"2426source = "registry+https://github.com/rust-lang/crates.io-index"2427checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2428dependencies = [2429 "heck",2430 "proc-macro2",2431 "quote",2432 "syn 1.0.109",2433]24342435[[package]]2436name = "enumflags2"2437version = "0.7.7"2438source = "registry+https://github.com/rust-lang/crates.io-index"2439checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"2440dependencies = [2441 "enumflags2_derive",2442]24432444[[package]]2445name = "enumflags2_derive"2446version = "0.7.7"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"2449dependencies = [2450 "proc-macro2",2451 "quote",2452 "syn 2.0.16",2453]24542455[[package]]2456name = "enumn"2457version = "0.1.8"2458source = "registry+https://github.com/rust-lang/crates.io-index"2459checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76"2460dependencies = [2461 "proc-macro2",2462 "quote",2463 "syn 2.0.16",2464]24652466[[package]]2467name = "env_logger"2468version = "0.9.3"2469source = "registry+https://github.com/rust-lang/crates.io-index"2470checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"2471dependencies = [2472 "atty",2473 "humantime",2474 "log",2475 "regex",2476 "termcolor",2477]24782479[[package]]2480name = "env_logger"2481version = "0.10.0"2482source = "registry+https://github.com/rust-lang/crates.io-index"2483checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"2484dependencies = [2485 "humantime",2486 "is-terminal",2487 "log",2488 "regex",2489 "termcolor",2490]24912492[[package]]2493name = "environmental"2494version = "1.1.4"2495source = "registry+https://github.com/rust-lang/crates.io-index"2496checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"24972498[[package]]2499name = "errno"2500version = "0.3.1"2501source = "registry+https://github.com/rust-lang/crates.io-index"2502checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"2503dependencies = [2504 "errno-dragonfly",2505 "libc",2506 "windows-sys 0.48.0",2507]25082509[[package]]2510name = "errno-dragonfly"2511version = "0.1.2"2512source = "registry+https://github.com/rust-lang/crates.io-index"2513checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2514dependencies = [2515 "cc",2516 "libc",2517]25182519[[package]]2520name = "ethbloom"2521version = "0.13.0"2522source = "registry+https://github.com/rust-lang/crates.io-index"2523checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2524dependencies = [2525 "crunchy",2526 "fixed-hash",2527 "impl-codec",2528 "impl-rlp",2529 "impl-serde",2530 "scale-info",2531 "tiny-keccak",2532]25332534[[package]]2535name = "ethereum"2536version = "0.14.0"2537source = "registry+https://github.com/rust-lang/crates.io-index"2538checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2539dependencies = [2540 "bytes",2541 "ethereum-types",2542 "hash-db 0.15.2",2543 "hash256-std-hasher",2544 "parity-scale-codec",2545 "rlp",2546 "scale-info",2547 "serde",2548 "sha3 0.10.8",2549 "triehash",2550]25512552[[package]]2553name = "ethereum-types"2554version = "0.14.1"2555source = "registry+https://github.com/rust-lang/crates.io-index"2556checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2557dependencies = [2558 "ethbloom",2559 "fixed-hash",2560 "impl-codec",2561 "impl-rlp",2562 "impl-serde",2563 "primitive-types",2564 "scale-info",2565 "uint",2566]25672568[[package]]2569name = "event-listener"2570version = "2.5.3"2571source = "registry+https://github.com/rust-lang/crates.io-index"2572checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"25732574[[package]]2575name = "evm"2576version = "0.37.0"2577source = "registry+https://github.com/rust-lang/crates.io-index"2578checksum = "f4448c65b71e8e2b9718232d84d09045eeaaccb2320494e6bd6dbf7e58fec8ff"2579dependencies = [2580 "auto_impl",2581 "environmental",2582 "ethereum",2583 "evm-core",2584 "evm-gasometer",2585 "evm-runtime",2586 "log",2587 "parity-scale-codec",2588 "primitive-types",2589 "rlp",2590 "scale-info",2591 "serde",2592 "sha3 0.10.8",2593]25942595[[package]]2596name = "evm-coder"2597version = "0.3.1"2598source = "git+https://github.com/uniquenetwork/evm-coder?tag=v0.3.1#21e61c627f71337d6b8a03899fe8de14bfbf67aa"2599dependencies = [2600 "ethereum",2601 "evm-coder-procedural",2602 "impl-trait-for-tuples",2603 "primitive-types",2604 "sha3-const",2605]26062607[[package]]2608name = "evm-coder-procedural"2609version = "0.3.1"2610source = "git+https://github.com/uniquenetwork/evm-coder?tag=v0.3.1#21e61c627f71337d6b8a03899fe8de14bfbf67aa"2611dependencies = [2612 "Inflector",2613 "hex",2614 "proc-macro2",2615 "quote",2616 "sha3 0.10.8",2617 "syn 1.0.109",2618]26192620[[package]]2621name = "evm-coder-substrate-procedural"2622version = "0.1.0"2623dependencies = [2624 "proc-macro2",2625 "quote",2626 "syn 1.0.109",2627]26282629[[package]]2630name = "evm-core"2631version = "0.37.0"2632source = "registry+https://github.com/rust-lang/crates.io-index"2633checksum = "64c51bec0eb68a891c2575c758eaaa1d61373fc51f7caaf216b1fb5c3fea3b5d"2634dependencies = [2635 "parity-scale-codec",2636 "primitive-types",2637 "scale-info",2638 "serde",2639]26402641[[package]]2642name = "evm-gasometer"2643version = "0.37.0"2644source = "registry+https://github.com/rust-lang/crates.io-index"2645checksum = "a8b93c59c54fc26522d842f0e0d3f8e8be331c776df18ff3e540b53c2f64d509"2646dependencies = [2647 "environmental",2648 "evm-core",2649 "evm-runtime",2650 "primitive-types",2651]26522653[[package]]2654name = "evm-runtime"2655version = "0.37.0"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "c79b9459ce64f1a28688397c4013764ce53cd57bb84efc16b5187fa9b05b13ad"2658dependencies = [2659 "auto_impl",2660 "environmental",2661 "evm-core",2662 "primitive-types",2663 "sha3 0.10.8",2664]26652666[[package]]2667name = "exit-future"2668version = "0.2.0"2669source = "registry+https://github.com/rust-lang/crates.io-index"2670checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2671dependencies = [2672 "futures",2673]26742675[[package]]2676name = "expander"2677version = "0.0.4"2678source = "registry+https://github.com/rust-lang/crates.io-index"2679checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2680dependencies = [2681 "blake3",2682 "fs-err",2683 "proc-macro2",2684 "quote",2685]26862687[[package]]2688name = "expander"2689version = "0.0.6"2690source = "registry+https://github.com/rust-lang/crates.io-index"2691checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2692dependencies = [2693 "blake2",2694 "fs-err",2695 "proc-macro2",2696 "quote",2697]26982699[[package]]2700name = "expander"2701version = "1.0.0"2702source = "registry+https://github.com/rust-lang/crates.io-index"2703checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84"2704dependencies = [2705 "blake2",2706 "fs-err",2707 "proc-macro2",2708 "quote",2709 "syn 1.0.109",2710]27112712[[package]]2713name = "expander"2714version = "2.0.0"2715source = "registry+https://github.com/rust-lang/crates.io-index"2716checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7"2717dependencies = [2718 "blake2",2719 "fs-err",2720 "proc-macro2",2721 "quote",2722 "syn 2.0.16",2723]27242725[[package]]2726name = "fake-simd"2727version = "0.1.2"2728source = "registry+https://github.com/rust-lang/crates.io-index"2729checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"27302731[[package]]2732name = "fallible-iterator"2733version = "0.2.0"2734source = "registry+https://github.com/rust-lang/crates.io-index"2735checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"27362737[[package]]2738name = "fastrand"2739version = "1.9.0"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"2742dependencies = [2743 "instant",2744]27452746[[package]]2747name = "fatality"2748version = "0.0.6"2749source = "registry+https://github.com/rust-lang/crates.io-index"2750checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2751dependencies = [2752 "fatality-proc-macro",2753 "thiserror",2754]27552756[[package]]2757name = "fatality-proc-macro"2758version = "0.0.6"2759source = "registry+https://github.com/rust-lang/crates.io-index"2760checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2761dependencies = [2762 "expander 0.0.4",2763 "indexmap",2764 "proc-macro-crate",2765 "proc-macro2",2766 "quote",2767 "syn 1.0.109",2768 "thiserror",2769]27702771[[package]]2772name = "fc-consensus"2773version = "2.0.0-dev"2774source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"2775dependencies = [2776 "async-trait",2777 "fc-db",2778 "fp-consensus",2779 "fp-rpc",2780 "sc-consensus",2781 "sp-api",2782 "sp-block-builder",2783 "sp-consensus",2784 "sp-runtime",2785 "thiserror",2786]27872788[[package]]2789name = "fc-db"2790version = "2.0.0-dev"2791source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"2792dependencies = [2793 "fp-storage",2794 "kvdb-rocksdb",2795 "log",2796 "parity-db",2797 "parity-scale-codec",2798 "parking_lot 0.12.1",2799 "sc-client-db",2800 "smallvec",2801 "sp-blockchain",2802 "sp-core",2803 "sp-database",2804 "sp-runtime",2805]28062807[[package]]2808name = "fc-mapping-sync"2809version = "2.0.0-dev"2810source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"2811dependencies = [2812 "fc-db",2813 "fc-storage",2814 "fp-consensus",2815 "fp-rpc",2816 "futures",2817 "futures-timer",2818 "log",2819 "parking_lot 0.12.1",2820 "sc-client-api",2821 "sc-utils",2822 "sp-api",2823 "sp-blockchain",2824 "sp-consensus",2825 "sp-runtime",2826]28272828[[package]]2829name = "fc-rpc"2830version = "2.0.0-dev"2831source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"2832dependencies = [2833 "ethereum",2834 "ethereum-types",2835 "evm",2836 "fc-db",2837 "fc-mapping-sync",2838 "fc-rpc-core",2839 "fc-storage",2840 "fp-ethereum",2841 "fp-evm",2842 "fp-rpc",2843 "fp-storage",2844 "futures",2845 "hex",2846 "jsonrpsee",2847 "libsecp256k1",2848 "log",2849 "lru 0.8.1",2850 "pallet-evm",2851 "parity-scale-codec",2852 "prometheus",2853 "rand 0.8.5",2854 "rlp",2855 "sc-client-api",2856 "sc-network",2857 "sc-network-common",2858 "sc-network-sync",2859 "sc-rpc",2860 "sc-service",2861 "sc-transaction-pool",2862 "sc-transaction-pool-api",2863 "sc-utils",2864 "sp-api",2865 "sp-block-builder",2866 "sp-blockchain",2867 "sp-consensus",2868 "sp-core",2869 "sp-io",2870 "sp-runtime",2871 "sp-state-machine",2872 "sp-storage",2873 "substrate-prometheus-endpoint",2874 "tokio",2875]28762877[[package]]2878name = "fc-rpc-core"2879version = "1.1.0-dev"2880source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"2881dependencies = [2882 "ethereum",2883 "ethereum-types",2884 "jsonrpsee",2885 "rustc-hex",2886 "serde",2887 "serde_json",2888]28892890[[package]]2891name = "fc-storage"2892version = "1.0.0-dev"2893source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"2894dependencies = [2895 "ethereum",2896 "ethereum-types",2897 "fp-rpc",2898 "fp-storage",2899 "parity-scale-codec",2900 "sc-client-api",2901 "sp-api",2902 "sp-blockchain",2903 "sp-io",2904 "sp-runtime",2905 "sp-storage",2906]29072908[[package]]2909name = "fdlimit"2910version = "0.2.1"2911source = "registry+https://github.com/rust-lang/crates.io-index"2912checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2913dependencies = [2914 "libc",2915]29162917[[package]]2918name = "ff"2919version = "0.12.1"2920source = "registry+https://github.com/rust-lang/crates.io-index"2921checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2922dependencies = [2923 "rand_core 0.6.4",2924 "subtle",2925]29262927[[package]]2928name = "ff"2929version = "0.13.0"2930source = "registry+https://github.com/rust-lang/crates.io-index"2931checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"2932dependencies = [2933 "rand_core 0.6.4",2934 "subtle",2935]29362937[[package]]2938name = "fiat-crypto"2939version = "0.1.20"2940source = "registry+https://github.com/rust-lang/crates.io-index"2941checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"29422943[[package]]2944name = "file-per-thread-logger"2945version = "0.1.6"2946source = "registry+https://github.com/rust-lang/crates.io-index"2947checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"2948dependencies = [2949 "env_logger 0.10.0",2950 "log",2951]29522953[[package]]2954name = "filetime"2955version = "0.2.21"2956source = "registry+https://github.com/rust-lang/crates.io-index"2957checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"2958dependencies = [2959 "cfg-if",2960 "libc",2961 "redox_syscall 0.2.16",2962 "windows-sys 0.48.0",2963]29642965[[package]]2966name = "finality-grandpa"2967version = "0.16.2"2968source = "registry+https://github.com/rust-lang/crates.io-index"2969checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"2970dependencies = [2971 "either",2972 "futures",2973 "futures-timer",2974 "log",2975 "num-traits",2976 "parity-scale-codec",2977 "parking_lot 0.12.1",2978 "scale-info",2979]29802981[[package]]2982name = "fixed-hash"2983version = "0.8.0"2984source = "registry+https://github.com/rust-lang/crates.io-index"2985checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2986dependencies = [2987 "byteorder",2988 "rand 0.8.5",2989 "rustc-hex",2990 "static_assertions",2991]29922993[[package]]2994name = "fixedbitset"2995version = "0.4.2"2996source = "registry+https://github.com/rust-lang/crates.io-index"2997checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"29982999[[package]]3000name = "flate2"3001version = "1.0.26"3002source = "registry+https://github.com/rust-lang/crates.io-index"3003checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"3004dependencies = [3005 "crc32fast",3006 "libz-sys",3007 "miniz_oxide 0.7.1",3008]30093010[[package]]3011name = "float-cmp"3012version = "0.9.0"3013source = "registry+https://github.com/rust-lang/crates.io-index"3014checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"3015dependencies = [3016 "num-traits",3017]30183019[[package]]3020name = "fnv"3021version = "1.0.7"3022source = "registry+https://github.com/rust-lang/crates.io-index"3023checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"30243025[[package]]3026name = "fork-tree"3027version = "3.0.0"3028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3029dependencies = [3030 "parity-scale-codec",3031]30323033[[package]]3034name = "form_urlencoded"3035version = "1.1.0"3036source = "registry+https://github.com/rust-lang/crates.io-index"3037checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"3038dependencies = [3039 "percent-encoding",3040]30413042[[package]]3043name = "fp-account"3044version = "1.0.0-dev"3045source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3046dependencies = [3047 "hex",3048 "impl-serde",3049 "libsecp256k1",3050 "log",3051 "parity-scale-codec",3052 "scale-info",3053 "serde",3054 "sp-core",3055 "sp-io",3056 "sp-runtime",3057 "sp-std",3058]30593060[[package]]3061name = "fp-consensus"3062version = "2.0.0-dev"3063source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3064dependencies = [3065 "ethereum",3066 "parity-scale-codec",3067 "sp-core",3068 "sp-runtime",3069 "sp-std",3070]30713072[[package]]3073name = "fp-ethereum"3074version = "1.0.0-dev"3075source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3076dependencies = [3077 "ethereum",3078 "ethereum-types",3079 "fp-evm",3080 "frame-support",3081 "num_enum",3082 "parity-scale-codec",3083 "sp-std",3084]30853086[[package]]3087name = "fp-evm"3088version = "3.0.0-dev"3089source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3090dependencies = [3091 "evm",3092 "frame-support",3093 "impl-trait-for-tuples",3094 "parity-scale-codec",3095 "scale-info",3096 "serde",3097 "sp-core",3098 "sp-runtime",3099 "sp-std",3100]31013102[[package]]3103name = "fp-rpc"3104version = "3.0.0-dev"3105source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3106dependencies = [3107 "ethereum",3108 "ethereum-types",3109 "fp-evm",3110 "parity-scale-codec",3111 "scale-info",3112 "sp-api",3113 "sp-core",3114 "sp-runtime",3115 "sp-state-machine",3116 "sp-std",3117]31183119[[package]]3120name = "fp-self-contained"3121version = "1.0.0-dev"3122source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3123dependencies = [3124 "frame-support",3125 "parity-scale-codec",3126 "scale-info",3127 "serde",3128 "sp-runtime",3129]31303131[[package]]3132name = "fp-storage"3133version = "2.0.0"3134source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"3135dependencies = [3136 "parity-scale-codec",3137 "serde",3138]31393140[[package]]3141name = "fragile"3142version = "2.0.0"3143source = "registry+https://github.com/rust-lang/crates.io-index"3144checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"31453146[[package]]3147name = "frame-benchmarking"3148version = "4.0.0-dev"3149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3150dependencies = [3151 "frame-support",3152 "frame-support-procedural",3153 "frame-system",3154 "linregress",3155 "log",3156 "parity-scale-codec",3157 "paste",3158 "scale-info",3159 "serde",3160 "sp-api",3161 "sp-application-crypto",3162 "sp-core",3163 "sp-io",3164 "sp-runtime",3165 "sp-runtime-interface",3166 "sp-std",3167 "sp-storage",3168 "static_assertions",3169]31703171[[package]]3172name = "frame-benchmarking-cli"3173version = "4.0.0-dev"3174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3175dependencies = [3176 "Inflector",3177 "array-bytes 4.2.0",3178 "chrono",3179 "clap",3180 "comfy-table",3181 "frame-benchmarking",3182 "frame-support",3183 "frame-system",3184 "gethostname",3185 "handlebars",3186 "itertools",3187 "lazy_static",3188 "linked-hash-map",3189 "log",3190 "parity-scale-codec",3191 "rand 0.8.5",3192 "rand_pcg",3193 "sc-block-builder",3194 "sc-cli",3195 "sc-client-api",3196 "sc-client-db",3197 "sc-executor",3198 "sc-service",3199 "sc-sysinfo",3200 "serde",3201 "serde_json",3202 "sp-api",3203 "sp-blockchain",3204 "sp-core",3205 "sp-database",3206 "sp-externalities",3207 "sp-inherents",3208 "sp-keystore",3209 "sp-runtime",3210 "sp-state-machine",3211 "sp-std",3212 "sp-storage",3213 "sp-trie",3214 "thiserror",3215 "thousands",3216]32173218[[package]]3219name = "frame-election-provider-solution-type"3220version = "4.0.0-dev"3221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3222dependencies = [3223 "proc-macro-crate",3224 "proc-macro2",3225 "quote",3226 "syn 2.0.16",3227]32283229[[package]]3230name = "frame-election-provider-support"3231version = "4.0.0-dev"3232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3233dependencies = [3234 "frame-election-provider-solution-type",3235 "frame-support",3236 "frame-system",3237 "parity-scale-codec",3238 "scale-info",3239 "sp-arithmetic",3240 "sp-core",3241 "sp-npos-elections",3242 "sp-runtime",3243 "sp-std",3244]32453246[[package]]3247name = "frame-executive"3248version = "4.0.0-dev"3249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3250dependencies = [3251 "frame-support",3252 "frame-system",3253 "frame-try-runtime",3254 "parity-scale-codec",3255 "scale-info",3256 "sp-core",3257 "sp-io",3258 "sp-runtime",3259 "sp-std",3260 "sp-tracing",3261]32623263[[package]]3264name = "frame-metadata"3265version = "15.1.0"3266source = "registry+https://github.com/rust-lang/crates.io-index"3267checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c"3268dependencies = [3269 "cfg-if",3270 "parity-scale-codec",3271 "scale-info",3272 "serde",3273]32743275[[package]]3276name = "frame-remote-externalities"3277version = "0.10.0-dev"3278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3279dependencies = [3280 "async-recursion",3281 "futures",3282 "jsonrpsee",3283 "log",3284 "parity-scale-codec",3285 "serde",3286 "sp-core",3287 "sp-io",3288 "sp-runtime",3289 "substrate-rpc-client",3290 "tokio",3291]32923293[[package]]3294name = "frame-support"3295version = "4.0.0-dev"3296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3297dependencies = [3298 "bitflags",3299 "environmental",3300 "frame-metadata",3301 "frame-support-procedural",3302 "impl-trait-for-tuples",3303 "k256",3304 "log",3305 "once_cell",3306 "parity-scale-codec",3307 "paste",3308 "scale-info",3309 "serde",3310 "smallvec",3311 "sp-api",3312 "sp-arithmetic",3313 "sp-core",3314 "sp-core-hashing-proc-macro",3315 "sp-inherents",3316 "sp-io",3317 "sp-runtime",3318 "sp-staking",3319 "sp-state-machine",3320 "sp-std",3321 "sp-tracing",3322 "sp-weights",3323 "tt-call",3324]33253326[[package]]3327name = "frame-support-procedural"3328version = "4.0.0-dev"3329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3330dependencies = [3331 "Inflector",3332 "cfg-expr",3333 "derive-syn-parse",3334 "frame-support-procedural-tools",3335 "itertools",3336 "proc-macro-warning",3337 "proc-macro2",3338 "quote",3339 "syn 2.0.16",3340]33413342[[package]]3343name = "frame-support-procedural-tools"3344version = "4.0.0-dev"3345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3346dependencies = [3347 "frame-support-procedural-tools-derive",3348 "proc-macro-crate",3349 "proc-macro2",3350 "quote",3351 "syn 2.0.16",3352]33533354[[package]]3355name = "frame-support-procedural-tools-derive"3356version = "3.0.0"3357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3358dependencies = [3359 "proc-macro2",3360 "quote",3361 "syn 2.0.16",3362]33633364[[package]]3365name = "frame-system"3366version = "4.0.0-dev"3367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3368dependencies = [3369 "frame-support",3370 "log",3371 "parity-scale-codec",3372 "scale-info",3373 "serde",3374 "sp-core",3375 "sp-io",3376 "sp-runtime",3377 "sp-std",3378 "sp-version",3379 "sp-weights",3380]33813382[[package]]3383name = "frame-system-benchmarking"3384version = "4.0.0-dev"3385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3386dependencies = [3387 "frame-benchmarking",3388 "frame-support",3389 "frame-system",3390 "parity-scale-codec",3391 "scale-info",3392 "sp-core",3393 "sp-runtime",3394 "sp-std",3395]33963397[[package]]3398name = "frame-system-rpc-runtime-api"3399version = "4.0.0-dev"3400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3401dependencies = [3402 "parity-scale-codec",3403 "sp-api",3404]34053406[[package]]3407name = "frame-try-runtime"3408version = "0.10.0-dev"3409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"3410dependencies = [3411 "frame-support",3412 "parity-scale-codec",3413 "sp-api",3414 "sp-runtime",3415 "sp-std",3416]34173418[[package]]3419name = "fs-err"3420version = "2.9.0"3421source = "registry+https://github.com/rust-lang/crates.io-index"3422checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"34233424[[package]]3425name = "fs2"3426version = "0.4.3"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3429dependencies = [3430 "libc",3431 "winapi",3432]34333434[[package]]3435name = "fs4"3436version = "0.6.4"3437source = "registry+https://github.com/rust-lang/crates.io-index"3438checksum = "a7f5b6908aecca5812a4569056285e58c666588c9573ee59765bf1d3692699e2"3439dependencies = [3440 "rustix 0.37.19",3441 "windows-sys 0.48.0",3442]34433444[[package]]3445name = "funty"3446version = "2.0.0"3447source = "registry+https://github.com/rust-lang/crates.io-index"3448checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"34493450[[package]]3451name = "futures"3452version = "0.3.28"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"3455dependencies = [3456 "futures-channel",3457 "futures-core",3458 "futures-executor",3459 "futures-io",3460 "futures-sink",3461 "futures-task",3462 "futures-util",3463]34643465[[package]]3466name = "futures-channel"3467version = "0.3.28"3468source = "registry+https://github.com/rust-lang/crates.io-index"3469checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"3470dependencies = [3471 "futures-core",3472 "futures-sink",3473]34743475[[package]]3476name = "futures-core"3477version = "0.3.28"3478source = "registry+https://github.com/rust-lang/crates.io-index"3479checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"34803481[[package]]3482name = "futures-executor"3483version = "0.3.28"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"3486dependencies = [3487 "futures-core",3488 "futures-task",3489 "futures-util",3490 "num_cpus",3491]34923493[[package]]3494name = "futures-io"3495version = "0.3.28"3496source = "registry+https://github.com/rust-lang/crates.io-index"3497checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"34983499[[package]]3500name = "futures-lite"3501version = "1.13.0"3502source = "registry+https://github.com/rust-lang/crates.io-index"3503checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"3504dependencies = [3505 "fastrand",3506 "futures-core",3507 "futures-io",3508 "memchr",3509 "parking",3510 "pin-project-lite 0.2.9",3511 "waker-fn",3512]35133514[[package]]3515name = "futures-macro"3516version = "0.3.28"3517source = "registry+https://github.com/rust-lang/crates.io-index"3518checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"3519dependencies = [3520 "proc-macro2",3521 "quote",3522 "syn 2.0.16",3523]35243525[[package]]3526name = "futures-rustls"3527version = "0.22.2"3528source = "registry+https://github.com/rust-lang/crates.io-index"3529checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3530dependencies = [3531 "futures-io",3532 "rustls 0.20.8",3533 "webpki 0.22.0",3534]35353536[[package]]3537name = "futures-sink"3538version = "0.3.28"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"35413542[[package]]3543name = "futures-task"3544version = "0.3.28"3545source = "registry+https://github.com/rust-lang/crates.io-index"3546checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"35473548[[package]]3549name = "futures-timer"3550version = "3.0.2"3551source = "registry+https://github.com/rust-lang/crates.io-index"3552checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"35533554[[package]]3555name = "futures-util"3556version = "0.3.28"3557source = "registry+https://github.com/rust-lang/crates.io-index"3558checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"3559dependencies = [3560 "futures-channel",3561 "futures-core",3562 "futures-io",3563 "futures-macro",3564 "futures-sink",3565 "futures-task",3566 "memchr",3567 "pin-project-lite 0.2.9",3568 "pin-utils",3569 "slab",3570]35713572[[package]]3573name = "fxhash"3574version = "0.2.1"3575source = "registry+https://github.com/rust-lang/crates.io-index"3576checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3577dependencies = [3578 "byteorder",3579]35803581[[package]]3582name = "generic-array"3583version = "0.12.4"3584source = "registry+https://github.com/rust-lang/crates.io-index"3585checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3586dependencies = [3587 "typenum",3588]35893590[[package]]3591name = "generic-array"3592version = "0.14.7"3593source = "registry+https://github.com/rust-lang/crates.io-index"3594checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"3595dependencies = [3596 "typenum",3597 "version_check",3598 "zeroize",3599]36003601[[package]]3602name = "gethostname"3603version = "0.2.3"3604source = "registry+https://github.com/rust-lang/crates.io-index"3605checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3606dependencies = [3607 "libc",3608 "winapi",3609]36103611[[package]]3612name = "getrandom"3613version = "0.1.16"3614source = "registry+https://github.com/rust-lang/crates.io-index"3615checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3616dependencies = [3617 "cfg-if",3618 "libc",3619 "wasi 0.9.0+wasi-snapshot-preview1",3620]36213622[[package]]3623name = "getrandom"3624version = "0.2.9"3625source = "registry+https://github.com/rust-lang/crates.io-index"3626checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"3627dependencies = [3628 "cfg-if",3629 "libc",3630 "wasi 0.11.0+wasi-snapshot-preview1",3631]36323633[[package]]3634name = "ghash"3635version = "0.4.4"3636source = "registry+https://github.com/rust-lang/crates.io-index"3637checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3638dependencies = [3639 "opaque-debug 0.3.0",3640 "polyval 0.5.3",3641]36423643[[package]]3644name = "ghash"3645version = "0.5.0"3646source = "registry+https://github.com/rust-lang/crates.io-index"3647checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"3648dependencies = [3649 "opaque-debug 0.3.0",3650 "polyval 0.6.0",3651]36523653[[package]]3654name = "gimli"3655version = "0.26.2"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3658dependencies = [3659 "fallible-iterator",3660 "indexmap",3661 "stable_deref_trait",3662]36633664[[package]]3665name = "gimli"3666version = "0.27.2"3667source = "registry+https://github.com/rust-lang/crates.io-index"3668checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"36693670[[package]]3671name = "glob"3672version = "0.3.1"3673source = "registry+https://github.com/rust-lang/crates.io-index"3674checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"36753676[[package]]3677name = "globset"3678version = "0.4.10"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"3681dependencies = [3682 "aho-corasick 0.7.20",3683 "bstr",3684 "fnv",3685 "log",3686 "regex",3687]36883689[[package]]3690name = "group"3691version = "0.12.1"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3694dependencies = [3695 "ff 0.12.1",3696 "rand_core 0.6.4",3697 "subtle",3698]36993700[[package]]3701name = "group"3702version = "0.13.0"3703source = "registry+https://github.com/rust-lang/crates.io-index"3704checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"3705dependencies = [3706 "ff 0.13.0",3707 "rand_core 0.6.4",3708 "subtle",3709]37103711[[package]]3712name = "h2"3713version = "0.3.19"3714source = "registry+https://github.com/rust-lang/crates.io-index"3715checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"3716dependencies = [3717 "bytes",3718 "fnv",3719 "futures-core",3720 "futures-sink",3721 "futures-util",3722 "http",3723 "indexmap",3724 "slab",3725 "tokio",3726 "tokio-util",3727 "tracing",3728]37293730[[package]]3731name = "handlebars"3732version = "4.3.7"3733source = "registry+https://github.com/rust-lang/crates.io-index"3734checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"3735dependencies = [3736 "log",3737 "pest",3738 "pest_derive",3739 "serde",3740 "serde_json",3741 "thiserror",3742]37433744[[package]]3745name = "hash-db"3746version = "0.15.2"3747source = "registry+https://github.com/rust-lang/crates.io-index"3748checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"37493750[[package]]3751name = "hash-db"3752version = "0.16.0"3753source = "registry+https://github.com/rust-lang/crates.io-index"3754checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4"37553756[[package]]3757name = "hash256-std-hasher"3758version = "0.15.2"3759source = "registry+https://github.com/rust-lang/crates.io-index"3760checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3761dependencies = [3762 "crunchy",3763]37643765[[package]]3766name = "hashbrown"3767version = "0.12.3"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3770dependencies = [3771 "ahash 0.7.6",3772]37733774[[package]]3775name = "hashbrown"3776version = "0.13.2"3777source = "registry+https://github.com/rust-lang/crates.io-index"3778checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"3779dependencies = [3780 "ahash 0.8.3",3781]37823783[[package]]3784name = "heck"3785version = "0.4.1"3786source = "registry+https://github.com/rust-lang/crates.io-index"3787checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"37883789[[package]]3790name = "hermit-abi"3791version = "0.1.19"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3794dependencies = [3795 "libc",3796]37973798[[package]]3799name = "hermit-abi"3800version = "0.2.6"3801source = "registry+https://github.com/rust-lang/crates.io-index"3802checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3803dependencies = [3804 "libc",3805]38063807[[package]]3808name = "hermit-abi"3809version = "0.3.1"3810source = "registry+https://github.com/rust-lang/crates.io-index"3811checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"38123813[[package]]3814name = "hex"3815version = "0.4.3"3816source = "registry+https://github.com/rust-lang/crates.io-index"3817checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"38183819[[package]]3820name = "hex-literal"3821version = "0.4.1"3822source = "registry+https://github.com/rust-lang/crates.io-index"3823checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"38243825[[package]]3826name = "hkdf"3827version = "0.12.3"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"3830dependencies = [3831 "hmac 0.12.1",3832]38333834[[package]]3835name = "hmac"3836version = "0.8.1"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3839dependencies = [3840 "crypto-mac 0.8.0",3841 "digest 0.9.0",3842]38433844[[package]]3845name = "hmac"3846version = "0.11.0"3847source = "registry+https://github.com/rust-lang/crates.io-index"3848checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3849dependencies = [3850 "crypto-mac 0.11.1",3851 "digest 0.9.0",3852]38533854[[package]]3855name = "hmac"3856version = "0.12.1"3857source = "registry+https://github.com/rust-lang/crates.io-index"3858checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3859dependencies = [3860 "digest 0.10.7",3861]38623863[[package]]3864name = "hmac-drbg"3865version = "0.3.0"3866source = "registry+https://github.com/rust-lang/crates.io-index"3867checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3868dependencies = [3869 "digest 0.9.0",3870 "generic-array 0.14.7",3871 "hmac 0.8.1",3872]38733874[[package]]3875name = "hostname"3876version = "0.3.1"3877source = "registry+https://github.com/rust-lang/crates.io-index"3878checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3879dependencies = [3880 "libc",3881 "match_cfg",3882 "winapi",3883]38843885[[package]]3886name = "http"3887version = "0.2.9"3888source = "registry+https://github.com/rust-lang/crates.io-index"3889checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"3890dependencies = [3891 "bytes",3892 "fnv",3893 "itoa",3894]38953896[[package]]3897name = "http-body"3898version = "0.4.5"3899source = "registry+https://github.com/rust-lang/crates.io-index"3900checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3901dependencies = [3902 "bytes",3903 "http",3904 "pin-project-lite 0.2.9",3905]39063907[[package]]3908name = "http-range-header"3909version = "0.3.0"3910source = "registry+https://github.com/rust-lang/crates.io-index"3911checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"39123913[[package]]3914name = "httparse"3915version = "1.8.0"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"39183919[[package]]3920name = "httpdate"3921version = "1.0.2"3922source = "registry+https://github.com/rust-lang/crates.io-index"3923checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"39243925[[package]]3926name = "humantime"3927version = "2.1.0"3928source = "registry+https://github.com/rust-lang/crates.io-index"3929checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"39303931[[package]]3932name = "hyper"3933version = "0.14.26"3934source = "registry+https://github.com/rust-lang/crates.io-index"3935checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"3936dependencies = [3937 "bytes",3938 "futures-channel",3939 "futures-core",3940 "futures-util",3941 "h2",3942 "http",3943 "http-body",3944 "httparse",3945 "httpdate",3946 "itoa",3947 "pin-project-lite 0.2.9",3948 "socket2",3949 "tokio",3950 "tower-service",3951 "tracing",3952 "want",3953]39543955[[package]]3956name = "hyper-rustls"3957version = "0.23.2"3958source = "registry+https://github.com/rust-lang/crates.io-index"3959checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"3960dependencies = [3961 "http",3962 "hyper",3963 "log",3964 "rustls 0.20.8",3965 "rustls-native-certs",3966 "tokio",3967 "tokio-rustls",3968 "webpki-roots",3969]39703971[[package]]3972name = "iana-time-zone"3973version = "0.1.56"3974source = "registry+https://github.com/rust-lang/crates.io-index"3975checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"3976dependencies = [3977 "android_system_properties",3978 "core-foundation-sys",3979 "iana-time-zone-haiku",3980 "js-sys",3981 "wasm-bindgen",3982 "windows 0.48.0",3983]39843985[[package]]3986name = "iana-time-zone-haiku"3987version = "0.1.2"3988source = "registry+https://github.com/rust-lang/crates.io-index"3989checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"3990dependencies = [3991 "cc",3992]39933994[[package]]3995name = "ident_case"3996version = "1.0.1"3997source = "registry+https://github.com/rust-lang/crates.io-index"3998checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"39994000[[package]]4001name = "idna"4002version = "0.2.3"4003source = "registry+https://github.com/rust-lang/crates.io-index"4004checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"4005dependencies = [4006 "matches",4007 "unicode-bidi",4008 "unicode-normalization",4009]40104011[[package]]4012name = "idna"4013version = "0.3.0"4014source = "registry+https://github.com/rust-lang/crates.io-index"4015checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"4016dependencies = [4017 "unicode-bidi",4018 "unicode-normalization",4019]40204021[[package]]4022name = "if-addrs"4023version = "0.7.0"4024source = "registry+https://github.com/rust-lang/crates.io-index"4025checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"4026dependencies = [4027 "libc",4028 "winapi",4029]40304031[[package]]4032name = "if-watch"4033version = "3.0.1"4034source = "registry+https://github.com/rust-lang/crates.io-index"4035checksum = "a9465340214b296cd17a0009acdb890d6160010b8adf8f78a00d0d7ab270f79f"4036dependencies = [4037 "async-io",4038 "core-foundation",4039 "fnv",4040 "futures",4041 "if-addrs",4042 "ipnet",4043 "log",4044 "rtnetlink",4045 "system-configuration",4046 "tokio",4047 "windows 0.34.0",4048]40494050[[package]]4051name = "impl-codec"4052version = "0.6.0"4053source = "registry+https://github.com/rust-lang/crates.io-index"4054checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"4055dependencies = [4056 "parity-scale-codec",4057]40584059[[package]]4060name = "impl-rlp"4061version = "0.3.0"4062source = "registry+https://github.com/rust-lang/crates.io-index"4063checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"4064dependencies = [4065 "rlp",4066]40674068[[package]]4069name = "impl-serde"4070version = "0.4.0"4071source = "registry+https://github.com/rust-lang/crates.io-index"4072checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"4073dependencies = [4074 "serde",4075]40764077[[package]]4078name = "impl-trait-for-tuples"4079version = "0.2.2"4080source = "registry+https://github.com/rust-lang/crates.io-index"4081checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"4082dependencies = [4083 "proc-macro2",4084 "quote",4085 "syn 1.0.109",4086]40874088[[package]]4089name = "indexmap"4090version = "1.9.3"4091source = "registry+https://github.com/rust-lang/crates.io-index"4092checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"4093dependencies = [4094 "autocfg",4095 "hashbrown 0.12.3",4096 "serde",4097]40984099[[package]]4100name = "inout"4101version = "0.1.3"4102source = "registry+https://github.com/rust-lang/crates.io-index"4103checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"4104dependencies = [4105 "generic-array 0.14.7",4106]41074108[[package]]4109name = "instant"4110version = "0.1.12"4111source = "registry+https://github.com/rust-lang/crates.io-index"4112checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"4113dependencies = [4114 "cfg-if",4115]41164117[[package]]4118name = "integer-encoding"4119version = "3.0.4"4120source = "registry+https://github.com/rust-lang/crates.io-index"4121checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"41224123[[package]]4124name = "integer-sqrt"4125version = "0.1.5"4126source = "registry+https://github.com/rust-lang/crates.io-index"4127checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"4128dependencies = [4129 "num-traits",4130]41314132[[package]]4133name = "interceptor"4134version = "0.8.2"4135source = "registry+https://github.com/rust-lang/crates.io-index"4136checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b"4137dependencies = [4138 "async-trait",4139 "bytes",4140 "log",4141 "rand 0.8.5",4142 "rtcp",4143 "rtp",4144 "thiserror",4145 "tokio",4146 "waitgroup",4147 "webrtc-srtp",4148 "webrtc-util",4149]41504151[[package]]4152name = "io-lifetimes"4153version = "1.0.10"4154source = "registry+https://github.com/rust-lang/crates.io-index"4155checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"4156dependencies = [4157 "hermit-abi 0.3.1",4158 "libc",4159 "windows-sys 0.48.0",4160]41614162[[package]]4163name = "ip_network"4164version = "0.4.1"4165source = "registry+https://github.com/rust-lang/crates.io-index"4166checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"41674168[[package]]4169name = "ipconfig"4170version = "0.3.1"4171source = "registry+https://github.com/rust-lang/crates.io-index"4172checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"4173dependencies = [4174 "socket2",4175 "widestring",4176 "winapi",4177 "winreg",4178]41794180[[package]]4181name = "ipnet"4182version = "2.7.2"4183source = "registry+https://github.com/rust-lang/crates.io-index"4184checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"41854186[[package]]4187name = "is-terminal"4188version = "0.4.7"4189source = "registry+https://github.com/rust-lang/crates.io-index"4190checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"4191dependencies = [4192 "hermit-abi 0.3.1",4193 "io-lifetimes",4194 "rustix 0.37.19",4195 "windows-sys 0.48.0",4196]41974198[[package]]4199name = "itertools"4200version = "0.10.5"4201source = "registry+https://github.com/rust-lang/crates.io-index"4202checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"4203dependencies = [4204 "either",4205]42064207[[package]]4208name = "itoa"4209version = "1.0.6"4210source = "registry+https://github.com/rust-lang/crates.io-index"4211checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"42124213[[package]]4214name = "jobserver"4215version = "0.1.26"4216source = "registry+https://github.com/rust-lang/crates.io-index"4217checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"4218dependencies = [4219 "libc",4220]42214222[[package]]4223name = "js-sys"4224version = "0.3.63"4225source = "registry+https://github.com/rust-lang/crates.io-index"4226checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"4227dependencies = [4228 "wasm-bindgen",4229]42304231[[package]]4232name = "jsonrpsee"4233version = "0.16.2"4234source = "registry+https://github.com/rust-lang/crates.io-index"4235checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"4236dependencies = [4237 "jsonrpsee-core",4238 "jsonrpsee-http-client",4239 "jsonrpsee-proc-macros",4240 "jsonrpsee-server",4241 "jsonrpsee-types",4242 "jsonrpsee-ws-client",4243 "tracing",4244]42454246[[package]]4247name = "jsonrpsee-client-transport"4248version = "0.16.2"4249source = "registry+https://github.com/rust-lang/crates.io-index"4250checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"4251dependencies = [4252 "futures-util",4253 "http",4254 "jsonrpsee-core",4255 "jsonrpsee-types",4256 "pin-project",4257 "rustls-native-certs",4258 "soketto",4259 "thiserror",4260 "tokio",4261 "tokio-rustls",4262 "tokio-util",4263 "tracing",4264 "webpki-roots",4265]42664267[[package]]4268name = "jsonrpsee-core"4269version = "0.16.2"4270source = "registry+https://github.com/rust-lang/crates.io-index"4271checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"4272dependencies = [4273 "anyhow",4274 "arrayvec 0.7.2",4275 "async-lock",4276 "async-trait",4277 "beef",4278 "futures-channel",4279 "futures-timer",4280 "futures-util",4281 "globset",4282 "hyper",4283 "jsonrpsee-types",4284 "parking_lot 0.12.1",4285 "rand 0.8.5",4286 "rustc-hash",4287 "serde",4288 "serde_json",4289 "soketto",4290 "thiserror",4291 "tokio",4292 "tracing",4293]42944295[[package]]4296name = "jsonrpsee-http-client"4297version = "0.16.2"4298source = "registry+https://github.com/rust-lang/crates.io-index"4299checksum = "cc345b0a43c6bc49b947ebeb936e886a419ee3d894421790c969cc56040542ad"4300dependencies = [4301 "async-trait",4302 "hyper",4303 "hyper-rustls",4304 "jsonrpsee-core",4305 "jsonrpsee-types",4306 "rustc-hash",4307 "serde",4308 "serde_json",4309 "thiserror",4310 "tokio",4311 "tracing",4312]43134314[[package]]4315name = "jsonrpsee-proc-macros"4316version = "0.16.2"4317source = "registry+https://github.com/rust-lang/crates.io-index"4318checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"4319dependencies = [4320 "heck",4321 "proc-macro-crate",4322 "proc-macro2",4323 "quote",4324 "syn 1.0.109",4325]43264327[[package]]4328name = "jsonrpsee-server"4329version = "0.16.2"4330source = "registry+https://github.com/rust-lang/crates.io-index"4331checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"4332dependencies = [4333 "futures-channel",4334 "futures-util",4335 "http",4336 "hyper",4337 "jsonrpsee-core",4338 "jsonrpsee-types",4339 "serde",4340 "serde_json",4341 "soketto",4342 "tokio",4343 "tokio-stream",4344 "tokio-util",4345 "tower",4346 "tracing",4347]43484349[[package]]4350name = "jsonrpsee-types"4351version = "0.16.2"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"4354dependencies = [4355 "anyhow",4356 "beef",4357 "serde",4358 "serde_json",4359 "thiserror",4360 "tracing",4361]43624363[[package]]4364name = "jsonrpsee-ws-client"4365version = "0.16.2"4366source = "registry+https://github.com/rust-lang/crates.io-index"4367checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"4368dependencies = [4369 "http",4370 "jsonrpsee-client-transport",4371 "jsonrpsee-core",4372 "jsonrpsee-types",4373]43744375[[package]]4376name = "k256"4377version = "0.13.1"4378source = "registry+https://github.com/rust-lang/crates.io-index"4379checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc"4380dependencies = [4381 "cfg-if",4382 "ecdsa 0.16.7",4383 "elliptic-curve 0.13.5",4384 "once_cell",4385 "sha2 0.10.6",4386]43874388[[package]]4389name = "keccak"4390version = "0.1.4"4391source = "registry+https://github.com/rust-lang/crates.io-index"4392checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"4393dependencies = [4394 "cpufeatures",4395]43964397[[package]]4398name = "kusama-runtime"4399version = "0.9.42"4400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"4401dependencies = [4402 "bitvec",4403 "frame-benchmarking",4404 "frame-election-provider-support",4405 "frame-executive",4406 "frame-support",4407 "frame-system",4408 "frame-system-benchmarking",4409 "frame-system-rpc-runtime-api",4410 "frame-try-runtime",4411 "hex-literal",4412 "kusama-runtime-constants",4413 "log",4414 "pallet-authority-discovery",4415 "pallet-authorship",4416 "pallet-babe",4417 "pallet-bags-list",4418 "pallet-balances",4419 "pallet-bounties",4420 "pallet-child-bounties",4421 "pallet-collective",4422 "pallet-conviction-voting",4423 "pallet-democracy",4424 "pallet-election-provider-multi-phase",4425 "pallet-election-provider-support-benchmarking",4426 "pallet-elections-phragmen",4427 "pallet-fast-unstake",4428 "pallet-grandpa",4429 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",4430 "pallet-im-online",4431 "pallet-indices",4432 "pallet-membership",4433 "pallet-multisig",4434 "pallet-nis",4435 "pallet-nomination-pools",4436 "pallet-nomination-pools-benchmarking",4437 "pallet-nomination-pools-runtime-api",4438 "pallet-offences",4439 "pallet-offences-benchmarking",4440 "pallet-preimage",4441 "pallet-proxy",4442 "pallet-ranked-collective",4443 "pallet-recovery",4444 "pallet-referenda",4445 "pallet-scheduler",4446 "pallet-session",4447 "pallet-session-benchmarking",4448 "pallet-society",4449 "pallet-staking",4450 "pallet-staking-runtime-api",4451 "pallet-timestamp",4452 "pallet-tips",4453 "pallet-transaction-payment",4454 "pallet-transaction-payment-rpc-runtime-api",4455 "pallet-treasury",4456 "pallet-utility",4457 "pallet-vesting",4458 "pallet-whitelist",4459 "pallet-xcm",4460 "pallet-xcm-benchmarks",4461 "parity-scale-codec",4462 "polkadot-primitives",4463 "polkadot-runtime-common",4464 "polkadot-runtime-parachains",4465 "rustc-hex",4466 "scale-info",4467 "serde",4468 "serde_derive",4469 "smallvec",4470 "sp-api",4471 "sp-arithmetic",4472 "sp-authority-discovery",4473 "sp-block-builder",4474 "sp-consensus-babe",4475 "sp-consensus-beefy",4476 "sp-core",4477 "sp-inherents",4478 "sp-io",4479 "sp-mmr-primitives",4480 "sp-npos-elections",4481 "sp-offchain",4482 "sp-runtime",4483 "sp-session",4484 "sp-staking",4485 "sp-std",4486 "sp-transaction-pool",4487 "sp-version",4488 "static_assertions",4489 "substrate-wasm-builder",4490 "xcm",4491 "xcm-builder",4492 "xcm-executor",4493]44944495[[package]]4496name = "kusama-runtime-constants"4497version = "0.9.42"4498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"4499dependencies = [4500 "frame-support",4501 "polkadot-primitives",4502 "polkadot-runtime-common",4503 "smallvec",4504 "sp-core",4505 "sp-runtime",4506 "sp-weights",4507]45084509[[package]]4510name = "kvdb"4511version = "0.13.0"4512source = "registry+https://github.com/rust-lang/crates.io-index"4513checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"4514dependencies = [4515 "smallvec",4516]45174518[[package]]4519name = "kvdb-memorydb"4520version = "0.13.0"4521source = "registry+https://github.com/rust-lang/crates.io-index"4522checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"4523dependencies = [4524 "kvdb",4525 "parking_lot 0.12.1",4526]45274528[[package]]4529name = "kvdb-rocksdb"4530version = "0.18.0"4531source = "registry+https://github.com/rust-lang/crates.io-index"4532checksum = "fe7a749456510c45f795e8b04a6a3e0976d0139213ecbf465843830ad55e2217"4533dependencies = [4534 "kvdb",4535 "num_cpus",4536 "parking_lot 0.12.1",4537 "regex",4538 "rocksdb",4539 "smallvec",4540]45414542[[package]]4543name = "lazy_static"4544version = "1.4.0"4545source = "registry+https://github.com/rust-lang/crates.io-index"4546checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"45474548[[package]]4549name = "lazycell"4550version = "1.3.0"4551source = "registry+https://github.com/rust-lang/crates.io-index"4552checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"45534554[[package]]4555name = "libc"4556version = "0.2.144"4557source = "registry+https://github.com/rust-lang/crates.io-index"4558checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"45594560[[package]]4561name = "libloading"4562version = "0.7.4"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4565dependencies = [4566 "cfg-if",4567 "winapi",4568]45694570[[package]]4571name = "libm"4572version = "0.1.4"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"45754576[[package]]4577name = "libm"4578version = "0.2.7"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"45814582[[package]]4583name = "libp2p"4584version = "0.50.1"4585source = "registry+https://github.com/rust-lang/crates.io-index"4586checksum = "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8"4587dependencies = [4588 "bytes",4589 "futures",4590 "futures-timer",4591 "getrandom 0.2.9",4592 "instant",4593 "libp2p-core 0.38.0",4594 "libp2p-dns",4595 "libp2p-identify",4596 "libp2p-kad",4597 "libp2p-mdns",4598 "libp2p-metrics",4599 "libp2p-mplex",4600 "libp2p-noise",4601 "libp2p-ping",4602 "libp2p-quic",4603 "libp2p-request-response",4604 "libp2p-swarm",4605 "libp2p-tcp",4606 "libp2p-wasm-ext",4607 "libp2p-webrtc",4608 "libp2p-websocket",4609 "libp2p-yamux",4610 "multiaddr 0.16.0",4611 "parking_lot 0.12.1",4612 "pin-project",4613 "smallvec",4614]46154616[[package]]4617name = "libp2p-core"4618version = "0.38.0"4619source = "registry+https://github.com/rust-lang/crates.io-index"4620checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f"4621dependencies = [4622 "asn1_der",4623 "bs58",4624 "ed25519-dalek",4625 "either",4626 "fnv",4627 "futures",4628 "futures-timer",4629 "instant",4630 "log",4631 "multiaddr 0.16.0",4632 "multihash 0.16.3",4633 "multistream-select",4634 "once_cell",4635 "parking_lot 0.12.1",4636 "pin-project",4637 "prost",4638 "prost-build",4639 "rand 0.8.5",4640 "rw-stream-sink",4641 "sec1 0.3.0",4642 "sha2 0.10.6",4643 "smallvec",4644 "thiserror",4645 "unsigned-varint",4646 "void",4647 "zeroize",4648]46494650[[package]]4651name = "libp2p-core"4652version = "0.39.2"4653source = "registry+https://github.com/rust-lang/crates.io-index"4654checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"4655dependencies = [4656 "either",4657 "fnv",4658 "futures",4659 "futures-timer",4660 "instant",4661 "libp2p-identity",4662 "log",4663 "multiaddr 0.17.1",4664 "multihash 0.17.0",4665 "multistream-select",4666 "once_cell",4667 "parking_lot 0.12.1",4668 "pin-project",4669 "quick-protobuf",4670 "rand 0.8.5",4671 "rw-stream-sink",4672 "smallvec",4673 "thiserror",4674 "unsigned-varint",4675 "void",4676]46774678[[package]]4679name = "libp2p-dns"4680version = "0.38.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5"4683dependencies = [4684 "futures",4685 "libp2p-core 0.38.0",4686 "log",4687 "parking_lot 0.12.1",4688 "smallvec",4689 "trust-dns-resolver",4690]46914692[[package]]4693name = "libp2p-identify"4694version = "0.41.1"4695source = "registry+https://github.com/rust-lang/crates.io-index"4696checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf"4697dependencies = [4698 "asynchronous-codec",4699 "futures",4700 "futures-timer",4701 "libp2p-core 0.38.0",4702 "libp2p-swarm",4703 "log",4704 "lru 0.8.1",4705 "prost",4706 "prost-build",4707 "prost-codec",4708 "smallvec",4709 "thiserror",4710 "void",4711]47124713[[package]]4714name = "libp2p-identity"4715version = "0.1.2"4716source = "registry+https://github.com/rust-lang/crates.io-index"4717checksum = "9e2d584751cecb2aabaa56106be6be91338a60a0f4e420cf2af639204f596fc1"4718dependencies = [4719 "bs58",4720 "ed25519-dalek",4721 "log",4722 "multiaddr 0.17.1",4723 "multihash 0.17.0",4724 "quick-protobuf",4725 "rand 0.8.5",4726 "sha2 0.10.6",4727 "thiserror",4728 "zeroize",4729]47304731[[package]]4732name = "libp2p-kad"4733version = "0.42.1"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2"4736dependencies = [4737 "arrayvec 0.7.2",4738 "asynchronous-codec",4739 "bytes",4740 "either",4741 "fnv",4742 "futures",4743 "futures-timer",4744 "instant",4745 "libp2p-core 0.38.0",4746 "libp2p-swarm",4747 "log",4748 "prost",4749 "prost-build",4750 "rand 0.8.5",4751 "sha2 0.10.6",4752 "smallvec",4753 "thiserror",4754 "uint",4755 "unsigned-varint",4756 "void",4757]47584759[[package]]4760name = "libp2p-mdns"4761version = "0.42.0"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b"4764dependencies = [4765 "data-encoding",4766 "futures",4767 "if-watch",4768 "libp2p-core 0.38.0",4769 "libp2p-swarm",4770 "log",4771 "rand 0.8.5",4772 "smallvec",4773 "socket2",4774 "tokio",4775 "trust-dns-proto",4776 "void",4777]47784779[[package]]4780name = "libp2p-metrics"4781version = "0.11.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55"4784dependencies = [4785 "libp2p-core 0.38.0",4786 "libp2p-identify",4787 "libp2p-kad",4788 "libp2p-ping",4789 "libp2p-swarm",4790 "prometheus-client",4791]47924793[[package]]4794name = "libp2p-mplex"4795version = "0.38.0"4796source = "registry+https://github.com/rust-lang/crates.io-index"4797checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace"4798dependencies = [4799 "asynchronous-codec",4800 "bytes",4801 "futures",4802 "libp2p-core 0.38.0",4803 "log",4804 "nohash-hasher",4805 "parking_lot 0.12.1",4806 "rand 0.8.5",4807 "smallvec",4808 "unsigned-varint",4809]48104811[[package]]4812name = "libp2p-noise"4813version = "0.41.0"4814source = "registry+https://github.com/rust-lang/crates.io-index"4815checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e"4816dependencies = [4817 "bytes",4818 "curve25519-dalek 3.2.0",4819 "futures",4820 "libp2p-core 0.38.0",4821 "log",4822 "once_cell",4823 "prost",4824 "prost-build",4825 "rand 0.8.5",4826 "sha2 0.10.6",4827 "snow",4828 "static_assertions",4829 "thiserror",4830 "x25519-dalek 1.1.1",4831 "zeroize",4832]48334834[[package]]4835name = "libp2p-ping"4836version = "0.41.0"4837source = "registry+https://github.com/rust-lang/crates.io-index"4838checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f"4839dependencies = [4840 "futures",4841 "futures-timer",4842 "instant",4843 "libp2p-core 0.38.0",4844 "libp2p-swarm",4845 "log",4846 "rand 0.8.5",4847 "void",4848]48494850[[package]]4851name = "libp2p-quic"4852version = "0.7.0-alpha"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59"4855dependencies = [4856 "bytes",4857 "futures",4858 "futures-timer",4859 "if-watch",4860 "libp2p-core 0.38.0",4861 "libp2p-tls",4862 "log",4863 "parking_lot 0.12.1",4864 "quinn-proto",4865 "rand 0.8.5",4866 "rustls 0.20.8",4867 "thiserror",4868 "tokio",4869]48704871[[package]]4872name = "libp2p-request-response"4873version = "0.23.0"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884"4876dependencies = [4877 "async-trait",4878 "bytes",4879 "futures",4880 "instant",4881 "libp2p-core 0.38.0",4882 "libp2p-swarm",4883 "log",4884 "rand 0.8.5",4885 "smallvec",4886 "unsigned-varint",4887]48884889[[package]]4890name = "libp2p-swarm"4891version = "0.41.1"4892source = "registry+https://github.com/rust-lang/crates.io-index"4893checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0"4894dependencies = [4895 "either",4896 "fnv",4897 "futures",4898 "futures-timer",4899 "instant",4900 "libp2p-core 0.38.0",4901 "libp2p-swarm-derive",4902 "log",4903 "pin-project",4904 "rand 0.8.5",4905 "smallvec",4906 "thiserror",4907 "tokio",4908 "void",4909]49104911[[package]]4912name = "libp2p-swarm-derive"4913version = "0.31.0"4914source = "registry+https://github.com/rust-lang/crates.io-index"4915checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400"4916dependencies = [4917 "heck",4918 "quote",4919 "syn 1.0.109",4920]49214922[[package]]4923name = "libp2p-tcp"4924version = "0.38.0"4925source = "registry+https://github.com/rust-lang/crates.io-index"4926checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d"4927dependencies = [4928 "futures",4929 "futures-timer",4930 "if-watch",4931 "libc",4932 "libp2p-core 0.38.0",4933 "log",4934 "socket2",4935 "tokio",4936]49374938[[package]]4939name = "libp2p-tls"4940version = "0.1.0"4941source = "registry+https://github.com/rust-lang/crates.io-index"4942checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"4943dependencies = [4944 "futures",4945 "futures-rustls",4946 "libp2p-core 0.39.2",4947 "libp2p-identity",4948 "rcgen 0.10.0",4949 "ring",4950 "rustls 0.20.8",4951 "thiserror",4952 "webpki 0.22.0",4953 "x509-parser 0.14.0",4954 "yasna",4955]49564957[[package]]4958name = "libp2p-wasm-ext"4959version = "0.38.0"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069"4962dependencies = [4963 "futures",4964 "js-sys",4965 "libp2p-core 0.38.0",4966 "parity-send-wrapper",4967 "wasm-bindgen",4968 "wasm-bindgen-futures",4969]49704971[[package]]4972name = "libp2p-webrtc"4973version = "0.4.0-alpha"4974source = "registry+https://github.com/rust-lang/crates.io-index"4975checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a"4976dependencies = [4977 "async-trait",4978 "asynchronous-codec",4979 "bytes",4980 "futures",4981 "futures-timer",4982 "hex",4983 "if-watch",4984 "libp2p-core 0.38.0",4985 "libp2p-noise",4986 "log",4987 "multihash 0.16.3",4988 "prost",4989 "prost-build",4990 "prost-codec",4991 "rand 0.8.5",4992 "rcgen 0.9.3",4993 "serde",4994 "stun",4995 "thiserror",4996 "tinytemplate",4997 "tokio",4998 "tokio-util",4999 "webrtc",5000]50015002[[package]]5003name = "libp2p-websocket"5004version = "0.40.0"5005source = "registry+https://github.com/rust-lang/crates.io-index"5006checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54"5007dependencies = [5008 "either",5009 "futures",5010 "futures-rustls",5011 "libp2p-core 0.38.0",5012 "log",5013 "parking_lot 0.12.1",5014 "quicksink",5015 "rw-stream-sink",5016 "soketto",5017 "url",5018 "webpki-roots",5019]50205021[[package]]5022name = "libp2p-yamux"5023version = "0.42.0"5024source = "registry+https://github.com/rust-lang/crates.io-index"5025checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29"5026dependencies = [5027 "futures",5028 "libp2p-core 0.38.0",5029 "log",5030 "parking_lot 0.12.1",5031 "thiserror",5032 "yamux",5033]50345035[[package]]5036name = "librocksdb-sys"5037version = "0.10.0+7.9.2"5038source = "registry+https://github.com/rust-lang/crates.io-index"5039checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"5040dependencies = [5041 "bindgen",5042 "bzip2-sys",5043 "cc",5044 "glob",5045 "libc",5046 "libz-sys",5047 "tikv-jemalloc-sys",5048]50495050[[package]]5051name = "libsecp256k1"5052version = "0.7.1"5053source = "registry+https://github.com/rust-lang/crates.io-index"5054checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"5055dependencies = [5056 "arrayref",5057 "base64 0.13.1",5058 "digest 0.9.0",5059 "hmac-drbg",5060 "libsecp256k1-core",5061 "libsecp256k1-gen-ecmult",5062 "libsecp256k1-gen-genmult",5063 "rand 0.8.5",5064 "serde",5065 "sha2 0.9.9",5066 "typenum",5067]50685069[[package]]5070name = "libsecp256k1-core"5071version = "0.3.0"5072source = "registry+https://github.com/rust-lang/crates.io-index"5073checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"5074dependencies = [5075 "crunchy",5076 "digest 0.9.0",5077 "subtle",5078]50795080[[package]]5081name = "libsecp256k1-gen-ecmult"5082version = "0.3.0"5083source = "registry+https://github.com/rust-lang/crates.io-index"5084checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"5085dependencies = [5086 "libsecp256k1-core",5087]50885089[[package]]5090name = "libsecp256k1-gen-genmult"5091version = "0.3.0"5092source = "registry+https://github.com/rust-lang/crates.io-index"5093checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"5094dependencies = [5095 "libsecp256k1-core",5096]50975098[[package]]5099name = "libz-sys"5100version = "1.1.9"5101source = "registry+https://github.com/rust-lang/crates.io-index"5102checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"5103dependencies = [5104 "cc",5105 "pkg-config",5106 "vcpkg",5107]51085109[[package]]5110name = "link-cplusplus"5111version = "1.0.8"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"5114dependencies = [5115 "cc",5116]51175118[[package]]5119name = "linked-hash-map"5120version = "0.5.6"5121source = "registry+https://github.com/rust-lang/crates.io-index"5122checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"51235124[[package]]5125name = "linked_hash_set"5126version = "0.1.4"5127source = "registry+https://github.com/rust-lang/crates.io-index"5128checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"5129dependencies = [5130 "linked-hash-map",5131]51325133[[package]]5134name = "linregress"5135version = "0.5.1"5136source = "registry+https://github.com/rust-lang/crates.io-index"5137checksum = "475015a7f8f017edb28d2e69813be23500ad4b32cfe3421c4148efc97324ee52"5138dependencies = [5139 "nalgebra",5140]51415142[[package]]5143name = "linux-raw-sys"5144version = "0.1.4"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"51475148[[package]]5149name = "linux-raw-sys"5150version = "0.3.8"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"51535154[[package]]5155name = "lock_api"5156version = "0.4.9"5157source = "registry+https://github.com/rust-lang/crates.io-index"5158checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"5159dependencies = [5160 "autocfg",5161 "scopeguard",5162]51635164[[package]]5165name = "log"5166version = "0.4.17"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"5169dependencies = [5170 "cfg-if",5171]51725173[[package]]5174name = "lru"5175version = "0.8.1"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"5178dependencies = [5179 "hashbrown 0.12.3",5180]51815182[[package]]5183name = "lru"5184version = "0.9.0"5185source = "registry+https://github.com/rust-lang/crates.io-index"5186checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"5187dependencies = [5188 "hashbrown 0.13.2",5189]51905191[[package]]5192name = "lru-cache"5193version = "0.1.2"5194source = "registry+https://github.com/rust-lang/crates.io-index"5195checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"5196dependencies = [5197 "linked-hash-map",5198]51995200[[package]]5201name = "lz4"5202version = "1.24.0"5203source = "registry+https://github.com/rust-lang/crates.io-index"5204checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"5205dependencies = [5206 "libc",5207 "lz4-sys",5208]52095210[[package]]5211name = "lz4-sys"5212version = "1.9.4"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"5215dependencies = [5216 "cc",5217 "libc",5218]52195220[[package]]5221name = "mach"5222version = "0.3.2"5223source = "registry+https://github.com/rust-lang/crates.io-index"5224checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5225dependencies = [5226 "libc",5227]52285229[[package]]5230name = "match_cfg"5231version = "0.1.0"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"52345235[[package]]5236name = "matchers"5237version = "0.0.1"5238source = "registry+https://github.com/rust-lang/crates.io-index"5239checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5240dependencies = [5241 "regex-automata",5242]52435244[[package]]5245name = "matches"5246version = "0.1.10"5247source = "registry+https://github.com/rust-lang/crates.io-index"5248checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"52495250[[package]]5251name = "matrixmultiply"5252version = "0.3.7"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"5255dependencies = [5256 "autocfg",5257 "rawpointer",5258]52595260[[package]]5261name = "md-5"5262version = "0.10.5"5263source = "registry+https://github.com/rust-lang/crates.io-index"5264checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"5265dependencies = [5266 "digest 0.10.7",5267]52685269[[package]]5270name = "memchr"5271version = "2.5.0"5272source = "registry+https://github.com/rust-lang/crates.io-index"5273checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"52745275[[package]]5276name = "memfd"5277version = "0.6.3"5278source = "registry+https://github.com/rust-lang/crates.io-index"5279checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"5280dependencies = [5281 "rustix 0.37.19",5282]52835284[[package]]5285name = "memmap2"5286version = "0.5.10"5287source = "registry+https://github.com/rust-lang/crates.io-index"5288checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"5289dependencies = [5290 "libc",5291]52925293[[package]]5294name = "memoffset"5295version = "0.6.5"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5298dependencies = [5299 "autocfg",5300]53015302[[package]]5303name = "memoffset"5304version = "0.8.0"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"5307dependencies = [5308 "autocfg",5309]53105311[[package]]5312name = "memory-db"5313version = "0.32.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"5316dependencies = [5317 "hash-db 0.16.0",5318]53195320[[package]]5321name = "memory_units"5322version = "0.4.0"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"53255326[[package]]5327name = "merlin"5328version = "2.0.1"5329source = "registry+https://github.com/rust-lang/crates.io-index"5330checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5331dependencies = [5332 "byteorder",5333 "keccak",5334 "rand_core 0.5.1",5335 "zeroize",5336]53375338[[package]]5339name = "mick-jaeger"5340version = "0.1.8"5341source = "registry+https://github.com/rust-lang/crates.io-index"5342checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5343dependencies = [5344 "futures",5345 "rand 0.8.5",5346 "thrift",5347]53485349[[package]]5350name = "minimal-lexical"5351version = "0.2.1"5352source = "registry+https://github.com/rust-lang/crates.io-index"5353checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"53545355[[package]]5356name = "miniz_oxide"5357version = "0.6.2"5358source = "registry+https://github.com/rust-lang/crates.io-index"5359checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"5360dependencies = [5361 "adler",5362]53635364[[package]]5365name = "miniz_oxide"5366version = "0.7.1"5367source = "registry+https://github.com/rust-lang/crates.io-index"5368checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"5369dependencies = [5370 "adler",5371]53725373[[package]]5374name = "mio"5375version = "0.8.6"5376source = "registry+https://github.com/rust-lang/crates.io-index"5377checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"5378dependencies = [5379 "libc",5380 "log",5381 "wasi 0.11.0+wasi-snapshot-preview1",5382 "windows-sys 0.45.0",5383]53845385[[package]]5386name = "mmr-gadget"5387version = "4.0.0-dev"5388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"5389dependencies = [5390 "futures",5391 "log",5392 "parity-scale-codec",5393 "sc-client-api",5394 "sc-offchain",5395 "sp-api",5396 "sp-blockchain",5397 "sp-consensus",5398 "sp-consensus-beefy",5399 "sp-core",5400 "sp-mmr-primitives",5401 "sp-runtime",5402]54035404[[package]]5405name = "mmr-rpc"5406version = "4.0.0-dev"5407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"5408dependencies = [5409 "anyhow",5410 "jsonrpsee",5411 "parity-scale-codec",5412 "serde",5413 "sp-api",5414 "sp-blockchain",5415 "sp-core",5416 "sp-mmr-primitives",5417 "sp-runtime",5418]54195420[[package]]5421name = "mockall"5422version = "0.11.4"5423source = "registry+https://github.com/rust-lang/crates.io-index"5424checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"5425dependencies = [5426 "cfg-if",5427 "downcast",5428 "fragile",5429 "lazy_static",5430 "mockall_derive",5431 "predicates",5432 "predicates-tree",5433]54345435[[package]]5436name = "mockall_derive"5437version = "0.11.4"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"5440dependencies = [5441 "cfg-if",5442 "proc-macro2",5443 "quote",5444 "syn 1.0.109",5445]54465447[[package]]5448name = "multiaddr"5449version = "0.16.0"5450source = "registry+https://github.com/rust-lang/crates.io-index"5451checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e"5452dependencies = [5453 "arrayref",5454 "byteorder",5455 "data-encoding",5456 "multibase",5457 "multihash 0.16.3",5458 "percent-encoding",5459 "serde",5460 "static_assertions",5461 "unsigned-varint",5462 "url",5463]54645465[[package]]5466name = "multiaddr"5467version = "0.17.1"5468source = "registry+https://github.com/rust-lang/crates.io-index"5469checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"5470dependencies = [5471 "arrayref",5472 "byteorder",5473 "data-encoding",5474 "log",5475 "multibase",5476 "multihash 0.17.0",5477 "percent-encoding",5478 "serde",5479 "static_assertions",5480 "unsigned-varint",5481 "url",5482]54835484[[package]]5485name = "multibase"5486version = "0.9.1"5487source = "registry+https://github.com/rust-lang/crates.io-index"5488checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5489dependencies = [5490 "base-x",5491 "data-encoding",5492 "data-encoding-macro",5493]54945495[[package]]5496name = "multihash"5497version = "0.16.3"5498source = "registry+https://github.com/rust-lang/crates.io-index"5499checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5500dependencies = [5501 "blake2b_simd",5502 "blake2s_simd",5503 "blake3",5504 "core2",5505 "digest 0.10.7",5506 "multihash-derive",5507 "sha2 0.10.6",5508 "sha3 0.10.8",5509 "unsigned-varint",5510]55115512[[package]]5513name = "multihash"5514version = "0.17.0"5515source = "registry+https://github.com/rust-lang/crates.io-index"5516checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"5517dependencies = [5518 "core2",5519 "multihash-derive",5520 "unsigned-varint",5521]55225523[[package]]5524name = "multihash-derive"5525version = "0.8.0"5526source = "registry+https://github.com/rust-lang/crates.io-index"5527checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5528dependencies = [5529 "proc-macro-crate",5530 "proc-macro-error",5531 "proc-macro2",5532 "quote",5533 "syn 1.0.109",5534 "synstructure",5535]55365537[[package]]5538name = "multimap"5539version = "0.8.3"5540source = "registry+https://github.com/rust-lang/crates.io-index"5541checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"55425543[[package]]5544name = "multistream-select"5545version = "0.12.1"5546source = "registry+https://github.com/rust-lang/crates.io-index"5547checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"5548dependencies = [5549 "bytes",5550 "futures",5551 "log",5552 "pin-project",5553 "smallvec",5554 "unsigned-varint",5555]55565557[[package]]5558name = "nalgebra"5559version = "0.32.2"5560source = "registry+https://github.com/rust-lang/crates.io-index"5561checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511"5562dependencies = [5563 "approx",5564 "matrixmultiply",5565 "nalgebra-macros",5566 "num-complex",5567 "num-rational",5568 "num-traits",5569 "simba",5570 "typenum",5571]55725573[[package]]5574name = "nalgebra-macros"5575version = "0.2.0"5576source = "registry+https://github.com/rust-lang/crates.io-index"5577checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766"5578dependencies = [5579 "proc-macro2",5580 "quote",5581 "syn 1.0.109",5582]55835584[[package]]5585name = "names"5586version = "0.13.0"5587source = "registry+https://github.com/rust-lang/crates.io-index"5588checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5589dependencies = [5590 "rand 0.8.5",5591]55925593[[package]]5594name = "nanorand"5595version = "0.7.0"5596source = "registry+https://github.com/rust-lang/crates.io-index"5597checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"55985599[[package]]5600name = "netlink-packet-core"5601version = "0.4.2"5602source = "registry+https://github.com/rust-lang/crates.io-index"5603checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5604dependencies = [5605 "anyhow",5606 "byteorder",5607 "libc",5608 "netlink-packet-utils",5609]56105611[[package]]5612name = "netlink-packet-route"5613version = "0.12.0"5614source = "registry+https://github.com/rust-lang/crates.io-index"5615checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5616dependencies = [5617 "anyhow",5618 "bitflags",5619 "byteorder",5620 "libc",5621 "netlink-packet-core",5622 "netlink-packet-utils",5623]56245625[[package]]5626name = "netlink-packet-utils"5627version = "0.5.2"5628source = "registry+https://github.com/rust-lang/crates.io-index"5629checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"5630dependencies = [5631 "anyhow",5632 "byteorder",5633 "paste",5634 "thiserror",5635]56365637[[package]]5638name = "netlink-proto"5639version = "0.10.0"5640source = "registry+https://github.com/rust-lang/crates.io-index"5641checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5642dependencies = [5643 "bytes",5644 "futures",5645 "log",5646 "netlink-packet-core",5647 "netlink-sys",5648 "thiserror",5649 "tokio",5650]56515652[[package]]5653name = "netlink-sys"5654version = "0.8.5"5655source = "registry+https://github.com/rust-lang/crates.io-index"5656checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"5657dependencies = [5658 "bytes",5659 "futures",5660 "libc",5661 "log",5662 "tokio",5663]56645665[[package]]5666name = "nix"5667version = "0.24.3"5668source = "registry+https://github.com/rust-lang/crates.io-index"5669checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5670dependencies = [5671 "bitflags",5672 "cfg-if",5673 "libc",5674 "memoffset 0.6.5",5675]56765677[[package]]5678name = "nohash-hasher"5679version = "0.2.0"5680source = "registry+https://github.com/rust-lang/crates.io-index"5681checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"56825683[[package]]5684name = "nom"5685version = "7.1.3"5686source = "registry+https://github.com/rust-lang/crates.io-index"5687checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"5688dependencies = [5689 "memchr",5690 "minimal-lexical",5691]56925693[[package]]5694name = "normalize-line-endings"5695version = "0.3.0"5696source = "registry+https://github.com/rust-lang/crates.io-index"5697checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"56985699[[package]]5700name = "num-bigint"5701version = "0.4.3"5702source = "registry+https://github.com/rust-lang/crates.io-index"5703checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5704dependencies = [5705 "autocfg",5706 "num-integer",5707 "num-traits",5708]57095710[[package]]5711name = "num-complex"5712version = "0.4.3"5713source = "registry+https://github.com/rust-lang/crates.io-index"5714checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"5715dependencies = [5716 "num-traits",5717]57185719[[package]]5720name = "num-format"5721version = "0.4.4"5722source = "registry+https://github.com/rust-lang/crates.io-index"5723checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5724dependencies = [5725 "arrayvec 0.7.2",5726 "itoa",5727]57285729[[package]]5730name = "num-integer"5731version = "0.1.45"5732source = "registry+https://github.com/rust-lang/crates.io-index"5733checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5734dependencies = [5735 "autocfg",5736 "num-traits",5737]57385739[[package]]5740name = "num-rational"5741version = "0.4.1"5742source = "registry+https://github.com/rust-lang/crates.io-index"5743checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5744dependencies = [5745 "autocfg",5746 "num-bigint",5747 "num-integer",5748 "num-traits",5749]57505751[[package]]5752name = "num-traits"5753version = "0.2.15"5754source = "registry+https://github.com/rust-lang/crates.io-index"5755checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5756dependencies = [5757 "autocfg",5758]57595760[[package]]5761name = "num_cpus"5762version = "1.15.0"5763source = "registry+https://github.com/rust-lang/crates.io-index"5764checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"5765dependencies = [5766 "hermit-abi 0.2.6",5767 "libc",5768]57695770[[package]]5771name = "num_enum"5772version = "0.5.11"5773source = "registry+https://github.com/rust-lang/crates.io-index"5774checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"5775dependencies = [5776 "num_enum_derive",5777]57785779[[package]]5780name = "num_enum_derive"5781version = "0.5.11"5782source = "registry+https://github.com/rust-lang/crates.io-index"5783checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"5784dependencies = [5785 "proc-macro-crate",5786 "proc-macro2",5787 "quote",5788 "syn 1.0.109",5789]57905791[[package]]5792name = "object"5793version = "0.29.0"5794source = "registry+https://github.com/rust-lang/crates.io-index"5795checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5796dependencies = [5797 "crc32fast",5798 "hashbrown 0.12.3",5799 "indexmap",5800 "memchr",5801]58025803[[package]]5804name = "object"5805version = "0.30.3"5806source = "registry+https://github.com/rust-lang/crates.io-index"5807checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"5808dependencies = [5809 "memchr",5810]58115812[[package]]5813name = "oid-registry"5814version = "0.4.0"5815source = "registry+https://github.com/rust-lang/crates.io-index"5816checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a"5817dependencies = [5818 "asn1-rs 0.3.1",5819]58205821[[package]]5822name = "oid-registry"5823version = "0.6.1"5824source = "registry+https://github.com/rust-lang/crates.io-index"5825checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"5826dependencies = [5827 "asn1-rs 0.5.2",5828]58295830[[package]]5831name = "once_cell"5832version = "1.17.1"5833source = "registry+https://github.com/rust-lang/crates.io-index"5834checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"58355836[[package]]5837name = "opal-runtime"5838version = "0.9.41"5839dependencies = [5840 "app-promotion-rpc",5841 "cumulus-pallet-aura-ext",5842 "cumulus-pallet-dmp-queue",5843 "cumulus-pallet-parachain-system",5844 "cumulus-pallet-xcm",5845 "cumulus-pallet-xcmp-queue",5846 "cumulus-primitives-core",5847 "cumulus-primitives-timestamp",5848 "cumulus-primitives-utility",5849 "derivative",5850 "evm-coder",5851 "fp-evm",5852 "fp-rpc",5853 "fp-self-contained",5854 "frame-benchmarking",5855 "frame-executive",5856 "frame-support",5857 "frame-system",5858 "frame-system-benchmarking",5859 "frame-system-rpc-runtime-api",5860 "frame-try-runtime",5861 "hex-literal",5862 "impl-trait-for-tuples",5863 "log",5864 "num_enum",5865 "orml-tokens",5866 "orml-traits",5867 "orml-vesting",5868 "orml-xcm-support",5869 "orml-xtokens",5870 "pallet-app-promotion",5871 "pallet-aura",5872 "pallet-authorship",5873 "pallet-balances",5874 "pallet-base-fee",5875 "pallet-collator-selection",5876 "pallet-common",5877 "pallet-configuration",5878 "pallet-ethereum",5879 "pallet-evm",5880 "pallet-evm-coder-substrate",5881 "pallet-evm-contract-helpers",5882 "pallet-evm-migration",5883 "pallet-evm-precompile-simple",5884 "pallet-evm-transaction-payment",5885 "pallet-foreign-assets",5886 "pallet-fungible",5887 "pallet-identity 4.0.0-dev",5888 "pallet-inflation",5889 "pallet-maintenance",5890 "pallet-nonfungible",5891 "pallet-preimage",5892 "pallet-refungible",5893 "pallet-session",5894 "pallet-structure",5895 "pallet-sudo",5896 "pallet-template-transaction-payment",5897 "pallet-test-utils",5898 "pallet-timestamp",5899 "pallet-transaction-payment",5900 "pallet-transaction-payment-rpc-runtime-api",5901 "pallet-treasury",5902 "pallet-unique",5903 "pallet-unique-scheduler-v2",5904 "pallet-xcm",5905 "parachain-info",5906 "parity-scale-codec",5907 "polkadot-parachain",5908 "precompile-utils-macro",5909 "scale-info",5910 "serde",5911 "smallvec",5912 "sp-api",5913 "sp-arithmetic",5914 "sp-block-builder",5915 "sp-consensus-aura",5916 "sp-core",5917 "sp-inherents",5918 "sp-io",5919 "sp-offchain",5920 "sp-runtime",5921 "sp-session",5922 "sp-std",5923 "sp-transaction-pool",5924 "sp-version",5925 "substrate-wasm-builder",5926 "up-common",5927 "up-data-structs",5928 "up-pov-estimate-rpc",5929 "up-rpc",5930 "up-sponsorship",5931 "xcm",5932 "xcm-builder",5933 "xcm-executor",5934]59355936[[package]]5937name = "opaque-debug"5938version = "0.2.3"5939source = "registry+https://github.com/rust-lang/crates.io-index"5940checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"59415942[[package]]5943name = "opaque-debug"5944version = "0.3.0"5945source = "registry+https://github.com/rust-lang/crates.io-index"5946checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"59475948[[package]]5949name = "openssl-probe"5950version = "0.1.5"5951source = "registry+https://github.com/rust-lang/crates.io-index"5952checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"59535954[[package]]5955name = "orchestra"5956version = "0.0.5"5957source = "registry+https://github.com/rust-lang/crates.io-index"5958checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"5959dependencies = [5960 "async-trait",5961 "dyn-clonable",5962 "futures",5963 "futures-timer",5964 "orchestra-proc-macro",5965 "pin-project",5966 "prioritized-metered-channel",5967 "thiserror",5968 "tracing",5969]59705971[[package]]5972name = "orchestra-proc-macro"5973version = "0.0.5"5974source = "registry+https://github.com/rust-lang/crates.io-index"5975checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"5976dependencies = [5977 "expander 0.0.6",5978 "itertools",5979 "petgraph",5980 "proc-macro-crate",5981 "proc-macro2",5982 "quote",5983 "syn 1.0.109",5984]59855986[[package]]5987name = "ordered-float"5988version = "1.1.1"5989source = "registry+https://github.com/rust-lang/crates.io-index"5990checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5991dependencies = [5992 "num-traits",5993]59945995[[package]]5996name = "orml-tokens"5997version = "0.4.1-dev"5998source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"5999dependencies = [6000 "frame-support",6001 "frame-system",6002 "orml-traits",6003 "parity-scale-codec",6004 "scale-info",6005 "serde",6006 "sp-arithmetic",6007 "sp-runtime",6008 "sp-std",6009]60106011[[package]]6012name = "orml-traits"6013version = "0.4.1-dev"6014source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6015dependencies = [6016 "frame-support",6017 "impl-trait-for-tuples",6018 "num-traits",6019 "orml-utilities",6020 "parity-scale-codec",6021 "scale-info",6022 "serde",6023 "sp-core",6024 "sp-io",6025 "sp-runtime",6026 "sp-std",6027 "xcm",6028]60296030[[package]]6031name = "orml-utilities"6032version = "0.4.1-dev"6033source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6034dependencies = [6035 "frame-support",6036 "parity-scale-codec",6037 "scale-info",6038 "serde",6039 "sp-io",6040 "sp-runtime",6041 "sp-std",6042]60436044[[package]]6045name = "orml-vesting"6046version = "0.4.1-dev"6047source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6048dependencies = [6049 "frame-support",6050 "frame-system",6051 "parity-scale-codec",6052 "scale-info",6053 "serde",6054 "sp-io",6055 "sp-runtime",6056 "sp-std",6057]60586059[[package]]6060name = "orml-xcm-support"6061version = "0.4.1-dev"6062source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6063dependencies = [6064 "frame-support",6065 "orml-traits",6066 "parity-scale-codec",6067 "sp-runtime",6068 "sp-std",6069 "xcm",6070 "xcm-executor",6071]60726073[[package]]6074name = "orml-xtokens"6075version = "0.4.1-dev"6076source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6077dependencies = [6078 "cumulus-primitives-core",6079 "frame-support",6080 "frame-system",6081 "orml-traits",6082 "orml-xcm-support",6083 "pallet-xcm",6084 "parity-scale-codec",6085 "scale-info",6086 "serde",6087 "sp-io",6088 "sp-runtime",6089 "sp-std",6090 "xcm",6091 "xcm-executor",6092]60936094[[package]]6095name = "p256"6096version = "0.11.1"6097source = "registry+https://github.com/rust-lang/crates.io-index"6098checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6099dependencies = [6100 "ecdsa 0.14.8",6101 "elliptic-curve 0.12.3",6102 "sha2 0.10.6",6103]61046105[[package]]6106name = "p384"6107version = "0.11.2"6108source = "registry+https://github.com/rust-lang/crates.io-index"6109checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6110dependencies = [6111 "ecdsa 0.14.8",6112 "elliptic-curve 0.12.3",6113 "sha2 0.10.6",6114]61156116[[package]]6117name = "packed_simd_2"6118version = "0.3.8"6119source = "registry+https://github.com/rust-lang/crates.io-index"6120checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"6121dependencies = [6122 "cfg-if",6123 "libm 0.1.4",6124]61256126[[package]]6127name = "pallet-app-promotion"6128version = "0.2.0"6129dependencies = [6130 "frame-benchmarking",6131 "frame-support",6132 "frame-system",6133 "log",6134 "pallet-balances",6135 "pallet-common",6136 "pallet-configuration",6137 "pallet-evm",6138 "pallet-evm-contract-helpers",6139 "pallet-evm-migration",6140 "pallet-unique",6141 "parity-scale-codec",6142 "scale-info",6143 "sp-core",6144 "sp-runtime",6145 "sp-std",6146 "up-data-structs",6147]61486149[[package]]6150name = "pallet-aura"6151version = "4.0.0-dev"6152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6153dependencies = [6154 "frame-support",6155 "frame-system",6156 "pallet-timestamp",6157 "parity-scale-codec",6158 "scale-info",6159 "sp-application-crypto",6160 "sp-consensus-aura",6161 "sp-runtime",6162 "sp-std",6163]61646165[[package]]6166name = "pallet-authority-discovery"6167version = "4.0.0-dev"6168source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6169dependencies = [6170 "frame-support",6171 "frame-system",6172 "pallet-session",6173 "parity-scale-codec",6174 "scale-info",6175 "sp-application-crypto",6176 "sp-authority-discovery",6177 "sp-runtime",6178 "sp-std",6179]61806181[[package]]6182name = "pallet-authorship"6183version = "4.0.0-dev"6184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6185dependencies = [6186 "frame-support",6187 "frame-system",6188 "impl-trait-for-tuples",6189 "parity-scale-codec",6190 "scale-info",6191 "sp-runtime",6192 "sp-std",6193]61946195[[package]]6196name = "pallet-babe"6197version = "4.0.0-dev"6198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6199dependencies = [6200 "frame-benchmarking",6201 "frame-support",6202 "frame-system",6203 "log",6204 "pallet-authorship",6205 "pallet-session",6206 "pallet-timestamp",6207 "parity-scale-codec",6208 "scale-info",6209 "sp-application-crypto",6210 "sp-consensus-babe",6211 "sp-core",6212 "sp-io",6213 "sp-runtime",6214 "sp-session",6215 "sp-staking",6216 "sp-std",6217]62186219[[package]]6220name = "pallet-bags-list"6221version = "4.0.0-dev"6222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6223dependencies = [6224 "frame-benchmarking",6225 "frame-election-provider-support",6226 "frame-support",6227 "frame-system",6228 "log",6229 "pallet-balances",6230 "parity-scale-codec",6231 "scale-info",6232 "sp-core",6233 "sp-io",6234 "sp-runtime",6235 "sp-std",6236 "sp-tracing",6237]62386239[[package]]6240name = "pallet-balances"6241version = "4.0.0-dev"6242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6243dependencies = [6244 "frame-benchmarking",6245 "frame-support",6246 "frame-system",6247 "log",6248 "parity-scale-codec",6249 "scale-info",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-balances-adapter"6256version = "0.1.0"6257dependencies = [6258 "frame-support",6259 "frame-system",6260 "pallet-balances",6261 "parity-scale-codec",6262 "scale-info",6263 "sp-core",6264 "sp-std",6265]62666267[[package]]6268name = "pallet-base-fee"6269version = "1.0.0"6270source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6271dependencies = [6272 "fp-evm",6273 "frame-support",6274 "frame-system",6275 "parity-scale-codec",6276 "scale-info",6277 "sp-core",6278 "sp-runtime",6279]62806281[[package]]6282name = "pallet-beefy"6283version = "4.0.0-dev"6284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6285dependencies = [6286 "frame-support",6287 "frame-system",6288 "pallet-authorship",6289 "pallet-session",6290 "parity-scale-codec",6291 "scale-info",6292 "serde",6293 "sp-consensus-beefy",6294 "sp-runtime",6295 "sp-session",6296 "sp-staking",6297 "sp-std",6298]62996300[[package]]6301name = "pallet-beefy-mmr"6302version = "4.0.0-dev"6303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6304dependencies = [6305 "array-bytes 4.2.0",6306 "binary-merkle-tree",6307 "frame-support",6308 "frame-system",6309 "log",6310 "pallet-beefy",6311 "pallet-mmr",6312 "pallet-session",6313 "parity-scale-codec",6314 "scale-info",6315 "serde",6316 "sp-api",6317 "sp-consensus-beefy",6318 "sp-core",6319 "sp-io",6320 "sp-runtime",6321 "sp-std",6322]63236324[[package]]6325name = "pallet-bounties"6326version = "4.0.0-dev"6327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6328dependencies = [6329 "frame-benchmarking",6330 "frame-support",6331 "frame-system",6332 "log",6333 "pallet-treasury",6334 "parity-scale-codec",6335 "scale-info",6336 "sp-core",6337 "sp-io",6338 "sp-runtime",6339 "sp-std",6340]63416342[[package]]6343name = "pallet-child-bounties"6344version = "4.0.0-dev"6345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6346dependencies = [6347 "frame-benchmarking",6348 "frame-support",6349 "frame-system",6350 "log",6351 "pallet-bounties",6352 "pallet-treasury",6353 "parity-scale-codec",6354 "scale-info",6355 "sp-core",6356 "sp-io",6357 "sp-runtime",6358 "sp-std",6359]63606361[[package]]6362name = "pallet-collator-selection"6363version = "4.0.0"6364dependencies = [6365 "frame-benchmarking",6366 "frame-support",6367 "frame-system",6368 "log",6369 "pallet-aura",6370 "pallet-authorship",6371 "pallet-balances",6372 "pallet-configuration",6373 "pallet-session",6374 "pallet-timestamp",6375 "parity-scale-codec",6376 "rand 0.8.5",6377 "scale-info",6378 "serde",6379 "sp-consensus-aura",6380 "sp-core",6381 "sp-io",6382 "sp-runtime",6383 "sp-staking",6384 "sp-std",6385 "sp-tracing",6386]63876388[[package]]6389name = "pallet-collective"6390version = "4.0.0-dev"6391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6392dependencies = [6393 "frame-benchmarking",6394 "frame-support",6395 "frame-system",6396 "log",6397 "parity-scale-codec",6398 "scale-info",6399 "sp-core",6400 "sp-io",6401 "sp-runtime",6402 "sp-std",6403]64046405[[package]]6406name = "pallet-common"6407version = "0.1.14"6408dependencies = [6409 "ethereum",6410 "evm-coder",6411 "frame-benchmarking",6412 "frame-support",6413 "frame-system",6414 "pallet-evm",6415 "pallet-evm-coder-substrate",6416 "parity-scale-codec",6417 "scale-info",6418 "sp-core",6419 "sp-runtime",6420 "sp-std",6421 "up-data-structs",6422 "up-pov-estimate-rpc",6423]64246425[[package]]6426name = "pallet-configuration"6427version = "0.1.3"6428dependencies = [6429 "fp-evm",6430 "frame-benchmarking",6431 "frame-support",6432 "frame-system",6433 "parity-scale-codec",6434 "scale-info",6435 "smallvec",6436 "sp-arithmetic",6437 "sp-core",6438 "sp-std",6439 "xcm",6440]64416442[[package]]6443name = "pallet-conviction-voting"6444version = "4.0.0-dev"6445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6446dependencies = [6447 "assert_matches",6448 "frame-benchmarking",6449 "frame-support",6450 "frame-system",6451 "parity-scale-codec",6452 "scale-info",6453 "serde",6454 "sp-io",6455 "sp-runtime",6456 "sp-std",6457]64586459[[package]]6460name = "pallet-democracy"6461version = "4.0.0-dev"6462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6463dependencies = [6464 "frame-benchmarking",6465 "frame-support",6466 "frame-system",6467 "log",6468 "parity-scale-codec",6469 "scale-info",6470 "serde",6471 "sp-core",6472 "sp-io",6473 "sp-runtime",6474 "sp-std",6475]64766477[[package]]6478name = "pallet-election-provider-multi-phase"6479version = "4.0.0-dev"6480source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6481dependencies = [6482 "frame-benchmarking",6483 "frame-election-provider-support",6484 "frame-support",6485 "frame-system",6486 "log",6487 "pallet-election-provider-support-benchmarking",6488 "parity-scale-codec",6489 "rand 0.8.5",6490 "scale-info",6491 "sp-arithmetic",6492 "sp-core",6493 "sp-io",6494 "sp-npos-elections",6495 "sp-runtime",6496 "sp-std",6497 "strum",6498]64996500[[package]]6501name = "pallet-election-provider-support-benchmarking"6502version = "4.0.0-dev"6503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6504dependencies = [6505 "frame-benchmarking",6506 "frame-election-provider-support",6507 "frame-system",6508 "parity-scale-codec",6509 "sp-npos-elections",6510 "sp-runtime",6511]65126513[[package]]6514name = "pallet-elections-phragmen"6515version = "5.0.0-dev"6516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6517dependencies = [6518 "frame-benchmarking",6519 "frame-support",6520 "frame-system",6521 "log",6522 "parity-scale-codec",6523 "scale-info",6524 "sp-core",6525 "sp-io",6526 "sp-npos-elections",6527 "sp-runtime",6528 "sp-std",6529]65306531[[package]]6532name = "pallet-ethereum"6533version = "4.0.0-dev"6534source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6535dependencies = [6536 "ethereum",6537 "ethereum-types",6538 "evm",6539 "fp-consensus",6540 "fp-ethereum",6541 "fp-evm",6542 "fp-rpc",6543 "fp-storage",6544 "frame-support",6545 "frame-system",6546 "pallet-evm",6547 "parity-scale-codec",6548 "scale-info",6549 "sp-io",6550 "sp-runtime",6551 "sp-std",6552]65536554[[package]]6555name = "pallet-evm"6556version = "6.0.0-dev"6557source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6558dependencies = [6559 "environmental",6560 "evm",6561 "fp-account",6562 "fp-evm",6563 "frame-benchmarking",6564 "frame-support",6565 "frame-system",6566 "hex",6567 "impl-trait-for-tuples",6568 "log",6569 "parity-scale-codec",6570 "rlp",6571 "scale-info",6572 "serde",6573 "sp-core",6574 "sp-io",6575 "sp-runtime",6576 "sp-std",6577]65786579[[package]]6580name = "pallet-evm-coder-substrate"6581version = "0.1.3"6582dependencies = [6583 "evm-coder",6584 "evm-coder-substrate-procedural",6585 "evm-core",6586 "frame-benchmarking",6587 "frame-support",6588 "frame-system",6589 "pallet-evm",6590 "parity-scale-codec",6591 "scale-info",6592 "sp-core",6593 "sp-std",6594 "spez",6595 "up-data-structs",6596]65976598[[package]]6599name = "pallet-evm-contract-helpers"6600version = "0.3.0"6601dependencies = [6602 "evm-coder",6603 "frame-support",6604 "frame-system",6605 "pallet-common",6606 "pallet-evm",6607 "pallet-evm-coder-substrate",6608 "pallet-evm-transaction-payment",6609 "parity-scale-codec",6610 "scale-info",6611 "sp-core",6612 "sp-std",6613 "up-data-structs",6614 "up-sponsorship",6615]66166617[[package]]6618name = "pallet-evm-migration"6619version = "0.1.1"6620dependencies = [6621 "ethereum",6622 "frame-benchmarking",6623 "frame-support",6624 "frame-system",6625 "pallet-evm",6626 "parity-scale-codec",6627 "scale-info",6628 "sp-core",6629 "sp-io",6630 "sp-std",6631]66326633[[package]]6634name = "pallet-evm-precompile-simple"6635version = "2.0.0-dev"6636source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6637dependencies = [6638 "fp-evm",6639 "ripemd",6640 "sp-io",6641]66426643[[package]]6644name = "pallet-evm-transaction-payment"6645version = "0.1.1"6646dependencies = [6647 "fp-evm",6648 "frame-support",6649 "frame-system",6650 "pallet-evm",6651 "parity-scale-codec",6652 "scale-info",6653 "sp-core",6654 "sp-runtime",6655 "sp-std",6656 "up-sponsorship",6657]66586659[[package]]6660name = "pallet-fast-unstake"6661version = "4.0.0-dev"6662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6663dependencies = [6664 "frame-benchmarking",6665 "frame-election-provider-support",6666 "frame-support",6667 "frame-system",6668 "log",6669 "parity-scale-codec",6670 "scale-info",6671 "sp-io",6672 "sp-runtime",6673 "sp-staking",6674 "sp-std",6675]66766677[[package]]6678name = "pallet-foreign-assets"6679version = "0.1.0"6680dependencies = [6681 "frame-benchmarking",6682 "frame-support",6683 "frame-system",6684 "log",6685 "orml-tokens",6686 "pallet-balances",6687 "pallet-common",6688 "pallet-fungible",6689 "parity-scale-codec",6690 "scale-info",6691 "serde",6692 "sp-runtime",6693 "sp-std",6694 "up-data-structs",6695 "xcm",6696 "xcm-executor",6697]66986699[[package]]6700name = "pallet-fungible"6701version = "0.1.11"6702dependencies = [6703 "evm-coder",6704 "frame-benchmarking",6705 "frame-support",6706 "frame-system",6707 "pallet-common",6708 "pallet-evm",6709 "pallet-evm-coder-substrate",6710 "pallet-structure",6711 "parity-scale-codec",6712 "scale-info",6713 "sp-core",6714 "sp-runtime",6715 "sp-std",6716 "up-data-structs",6717]67186719[[package]]6720name = "pallet-grandpa"6721version = "4.0.0-dev"6722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6723dependencies = [6724 "frame-benchmarking",6725 "frame-support",6726 "frame-system",6727 "log",6728 "pallet-authorship",6729 "pallet-session",6730 "parity-scale-codec",6731 "scale-info",6732 "sp-application-crypto",6733 "sp-consensus-grandpa",6734 "sp-core",6735 "sp-io",6736 "sp-runtime",6737 "sp-session",6738 "sp-staking",6739 "sp-std",6740]67416742[[package]]6743name = "pallet-identity"6744version = "4.0.0-dev"6745dependencies = [6746 "enumflags2",6747 "frame-benchmarking",6748 "frame-support",6749 "frame-system",6750 "pallet-balances",6751 "parity-scale-codec",6752 "scale-info",6753 "sp-core",6754 "sp-io",6755 "sp-runtime",6756 "sp-std",6757]67586759[[package]]6760name = "pallet-identity"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6763dependencies = [6764 "enumflags2",6765 "frame-benchmarking",6766 "frame-support",6767 "frame-system",6768 "parity-scale-codec",6769 "scale-info",6770 "sp-io",6771 "sp-runtime",6772 "sp-std",6773]67746775[[package]]6776name = "pallet-im-online"6777version = "4.0.0-dev"6778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6779dependencies = [6780 "frame-benchmarking",6781 "frame-support",6782 "frame-system",6783 "log",6784 "pallet-authorship",6785 "parity-scale-codec",6786 "scale-info",6787 "sp-application-crypto",6788 "sp-core",6789 "sp-io",6790 "sp-runtime",6791 "sp-staking",6792 "sp-std",6793]67946795[[package]]6796name = "pallet-indices"6797version = "4.0.0-dev"6798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6799dependencies = [6800 "frame-benchmarking",6801 "frame-support",6802 "frame-system",6803 "parity-scale-codec",6804 "scale-info",6805 "sp-core",6806 "sp-io",6807 "sp-keyring",6808 "sp-runtime",6809 "sp-std",6810]68116812[[package]]6813name = "pallet-inflation"6814version = "0.1.1"6815dependencies = [6816 "frame-benchmarking",6817 "frame-support",6818 "frame-system",6819 "pallet-balances",6820 "parity-scale-codec",6821 "scale-info",6822 "sp-core",6823 "sp-io",6824 "sp-runtime",6825 "sp-std",6826]68276828[[package]]6829name = "pallet-maintenance"6830version = "0.1.0"6831dependencies = [6832 "frame-benchmarking",6833 "frame-support",6834 "frame-system",6835 "parity-scale-codec",6836 "scale-info",6837 "sp-core",6838 "sp-std",6839]68406841[[package]]6842name = "pallet-membership"6843version = "4.0.0-dev"6844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6845dependencies = [6846 "frame-benchmarking",6847 "frame-support",6848 "frame-system",6849 "log",6850 "parity-scale-codec",6851 "scale-info",6852 "sp-core",6853 "sp-io",6854 "sp-runtime",6855 "sp-std",6856]68576858[[package]]6859name = "pallet-mmr"6860version = "4.0.0-dev"6861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6862dependencies = [6863 "frame-benchmarking",6864 "frame-support",6865 "frame-system",6866 "parity-scale-codec",6867 "scale-info",6868 "sp-core",6869 "sp-io",6870 "sp-mmr-primitives",6871 "sp-runtime",6872 "sp-std",6873]68746875[[package]]6876name = "pallet-multisig"6877version = "4.0.0-dev"6878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6879dependencies = [6880 "frame-benchmarking",6881 "frame-support",6882 "frame-system",6883 "log",6884 "parity-scale-codec",6885 "scale-info",6886 "sp-io",6887 "sp-runtime",6888 "sp-std",6889]68906891[[package]]6892name = "pallet-nis"6893version = "4.0.0-dev"6894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6895dependencies = [6896 "frame-benchmarking",6897 "frame-support",6898 "frame-system",6899 "parity-scale-codec",6900 "scale-info",6901 "sp-arithmetic",6902 "sp-core",6903 "sp-runtime",6904 "sp-std",6905]69066907[[package]]6908name = "pallet-nomination-pools"6909version = "1.0.0"6910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6911dependencies = [6912 "frame-support",6913 "frame-system",6914 "log",6915 "parity-scale-codec",6916 "scale-info",6917 "sp-core",6918 "sp-io",6919 "sp-runtime",6920 "sp-staking",6921 "sp-std",6922]69236924[[package]]6925name = "pallet-nomination-pools-benchmarking"6926version = "1.0.0"6927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6928dependencies = [6929 "frame-benchmarking",6930 "frame-election-provider-support",6931 "frame-support",6932 "frame-system",6933 "pallet-bags-list",6934 "pallet-nomination-pools",6935 "pallet-staking",6936 "parity-scale-codec",6937 "scale-info",6938 "sp-runtime",6939 "sp-runtime-interface",6940 "sp-staking",6941 "sp-std",6942]69436944[[package]]6945name = "pallet-nomination-pools-runtime-api"6946version = "1.0.0-dev"6947source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6948dependencies = [6949 "pallet-nomination-pools",6950 "parity-scale-codec",6951 "sp-api",6952 "sp-std",6953]69546955[[package]]6956name = "pallet-nonfungible"6957version = "0.1.14"6958dependencies = [6959 "evm-coder",6960 "frame-benchmarking",6961 "frame-support",6962 "frame-system",6963 "pallet-common",6964 "pallet-evm",6965 "pallet-evm-coder-substrate",6966 "pallet-structure",6967 "parity-scale-codec",6968 "scale-info",6969 "sp-core",6970 "sp-runtime",6971 "sp-std",6972 "struct-versioning",6973 "up-data-structs",6974]69756976[[package]]6977name = "pallet-offences"6978version = "4.0.0-dev"6979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6980dependencies = [6981 "frame-support",6982 "frame-system",6983 "log",6984 "pallet-balances",6985 "parity-scale-codec",6986 "scale-info",6987 "serde",6988 "sp-runtime",6989 "sp-staking",6990 "sp-std",6991]69926993[[package]]6994name = "pallet-offences-benchmarking"6995version = "4.0.0-dev"6996source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6997dependencies = [6998 "frame-benchmarking",6999 "frame-election-provider-support",7000 "frame-support",7001 "frame-system",7002 "log",7003 "pallet-babe",7004 "pallet-balances",7005 "pallet-grandpa",7006 "pallet-im-online",7007 "pallet-offences",7008 "pallet-session",7009 "pallet-staking",7010 "parity-scale-codec",7011 "scale-info",7012 "sp-runtime",7013 "sp-staking",7014 "sp-std",7015]70167017[[package]]7018name = "pallet-preimage"7019version = "4.0.0-dev"7020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7021dependencies = [7022 "frame-benchmarking",7023 "frame-support",7024 "frame-system",7025 "log",7026 "parity-scale-codec",7027 "scale-info",7028 "sp-core",7029 "sp-io",7030 "sp-runtime",7031 "sp-std",7032]70337034[[package]]7035name = "pallet-proxy"7036version = "4.0.0-dev"7037source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7038dependencies = [7039 "frame-benchmarking",7040 "frame-support",7041 "frame-system",7042 "parity-scale-codec",7043 "scale-info",7044 "sp-io",7045 "sp-runtime",7046 "sp-std",7047]70487049[[package]]7050name = "pallet-ranked-collective"7051version = "4.0.0-dev"7052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7053dependencies = [7054 "frame-benchmarking",7055 "frame-support",7056 "frame-system",7057 "log",7058 "parity-scale-codec",7059 "scale-info",7060 "sp-arithmetic",7061 "sp-core",7062 "sp-io",7063 "sp-runtime",7064 "sp-std",7065]70667067[[package]]7068name = "pallet-recovery"7069version = "4.0.0-dev"7070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7071dependencies = [7072 "frame-benchmarking",7073 "frame-support",7074 "frame-system",7075 "parity-scale-codec",7076 "scale-info",7077 "sp-io",7078 "sp-runtime",7079 "sp-std",7080]70817082[[package]]7083name = "pallet-referenda"7084version = "4.0.0-dev"7085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7086dependencies = [7087 "assert_matches",7088 "frame-benchmarking",7089 "frame-support",7090 "frame-system",7091 "log",7092 "parity-scale-codec",7093 "scale-info",7094 "serde",7095 "sp-arithmetic",7096 "sp-io",7097 "sp-runtime",7098 "sp-std",7099]71007101[[package]]7102name = "pallet-refungible"7103version = "0.2.13"7104dependencies = [7105 "evm-coder",7106 "frame-benchmarking",7107 "frame-support",7108 "frame-system",7109 "pallet-common",7110 "pallet-evm",7111 "pallet-evm-coder-substrate",7112 "pallet-structure",7113 "parity-scale-codec",7114 "scale-info",7115 "sp-core",7116 "sp-runtime",7117 "sp-std",7118 "up-data-structs",7119]71207121[[package]]7122name = "pallet-scheduler"7123version = "4.0.0-dev"7124source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7125dependencies = [7126 "frame-benchmarking",7127 "frame-support",7128 "frame-system",7129 "log",7130 "parity-scale-codec",7131 "scale-info",7132 "sp-io",7133 "sp-runtime",7134 "sp-std",7135 "sp-weights",7136]71377138[[package]]7139name = "pallet-session"7140version = "4.0.0-dev"7141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7142dependencies = [7143 "frame-support",7144 "frame-system",7145 "impl-trait-for-tuples",7146 "log",7147 "pallet-timestamp",7148 "parity-scale-codec",7149 "scale-info",7150 "sp-core",7151 "sp-io",7152 "sp-runtime",7153 "sp-session",7154 "sp-staking",7155 "sp-std",7156 "sp-trie",7157]71587159[[package]]7160name = "pallet-session-benchmarking"7161version = "4.0.0-dev"7162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7163dependencies = [7164 "frame-benchmarking",7165 "frame-support",7166 "frame-system",7167 "pallet-session",7168 "pallet-staking",7169 "rand 0.8.5",7170 "sp-runtime",7171 "sp-session",7172 "sp-std",7173]71747175[[package]]7176name = "pallet-society"7177version = "4.0.0-dev"7178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7179dependencies = [7180 "frame-support",7181 "frame-system",7182 "parity-scale-codec",7183 "rand_chacha 0.2.2",7184 "scale-info",7185 "sp-runtime",7186 "sp-std",7187]71887189[[package]]7190name = "pallet-staking"7191version = "4.0.0-dev"7192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7193dependencies = [7194 "frame-benchmarking",7195 "frame-election-provider-support",7196 "frame-support",7197 "frame-system",7198 "log",7199 "pallet-authorship",7200 "pallet-session",7201 "parity-scale-codec",7202 "rand_chacha 0.2.2",7203 "scale-info",7204 "serde",7205 "sp-application-crypto",7206 "sp-io",7207 "sp-runtime",7208 "sp-staking",7209 "sp-std",7210]72117212[[package]]7213name = "pallet-staking-reward-curve"7214version = "4.0.0-dev"7215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7216dependencies = [7217 "proc-macro-crate",7218 "proc-macro2",7219 "quote",7220 "syn 2.0.16",7221]72227223[[package]]7224name = "pallet-staking-reward-fn"7225version = "4.0.0-dev"7226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7227dependencies = [7228 "log",7229 "sp-arithmetic",7230]72317232[[package]]7233name = "pallet-staking-runtime-api"7234version = "4.0.0-dev"7235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7236dependencies = [7237 "parity-scale-codec",7238 "sp-api",7239]72407241[[package]]7242name = "pallet-state-trie-migration"7243version = "4.0.0-dev"7244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7245dependencies = [7246 "frame-benchmarking",7247 "frame-support",7248 "frame-system",7249 "log",7250 "parity-scale-codec",7251 "scale-info",7252 "sp-core",7253 "sp-io",7254 "sp-runtime",7255 "sp-std",7256]72577258[[package]]7259name = "pallet-structure"7260version = "0.1.2"7261dependencies = [7262 "frame-benchmarking",7263 "frame-support",7264 "frame-system",7265 "log",7266 "pallet-common",7267 "pallet-evm",7268 "parity-scale-codec",7269 "scale-info",7270 "sp-std",7271 "up-data-structs",7272]72737274[[package]]7275name = "pallet-sudo"7276version = "4.0.0-dev"7277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7278dependencies = [7279 "frame-support",7280 "frame-system",7281 "parity-scale-codec",7282 "scale-info",7283 "sp-io",7284 "sp-runtime",7285 "sp-std",7286]72877288[[package]]7289name = "pallet-template-transaction-payment"7290version = "3.0.0"7291source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"7292dependencies = [7293 "frame-benchmarking",7294 "frame-support",7295 "frame-system",7296 "pallet-balances",7297 "pallet-transaction-payment",7298 "parity-scale-codec",7299 "scale-info",7300 "serde",7301 "sp-core",7302 "sp-io",7303 "sp-runtime",7304 "sp-std",7305 "up-sponsorship",7306]73077308[[package]]7309name = "pallet-test-utils"7310version = "0.1.0"7311dependencies = [7312 "frame-support",7313 "frame-system",7314 "pallet-unique-scheduler-v2",7315 "parity-scale-codec",7316 "scale-info",7317 "sp-std",7318]73197320[[package]]7321name = "pallet-timestamp"7322version = "4.0.0-dev"7323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7324dependencies = [7325 "frame-benchmarking",7326 "frame-support",7327 "frame-system",7328 "log",7329 "parity-scale-codec",7330 "scale-info",7331 "sp-inherents",7332 "sp-io",7333 "sp-runtime",7334 "sp-std",7335 "sp-timestamp",7336]73377338[[package]]7339name = "pallet-tips"7340version = "4.0.0-dev"7341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7342dependencies = [7343 "frame-benchmarking",7344 "frame-support",7345 "frame-system",7346 "log",7347 "pallet-treasury",7348 "parity-scale-codec",7349 "scale-info",7350 "serde",7351 "sp-core",7352 "sp-io",7353 "sp-runtime",7354 "sp-std",7355]73567357[[package]]7358name = "pallet-transaction-payment"7359version = "4.0.0-dev"7360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7361dependencies = [7362 "frame-support",7363 "frame-system",7364 "parity-scale-codec",7365 "scale-info",7366 "serde",7367 "sp-core",7368 "sp-io",7369 "sp-runtime",7370 "sp-std",7371]73727373[[package]]7374name = "pallet-transaction-payment-rpc"7375version = "4.0.0-dev"7376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7377dependencies = [7378 "jsonrpsee",7379 "pallet-transaction-payment-rpc-runtime-api",7380 "parity-scale-codec",7381 "sp-api",7382 "sp-blockchain",7383 "sp-core",7384 "sp-rpc",7385 "sp-runtime",7386 "sp-weights",7387]73887389[[package]]7390name = "pallet-transaction-payment-rpc-runtime-api"7391version = "4.0.0-dev"7392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7393dependencies = [7394 "pallet-transaction-payment",7395 "parity-scale-codec",7396 "sp-api",7397 "sp-runtime",7398 "sp-weights",7399]74007401[[package]]7402name = "pallet-treasury"7403version = "4.0.0-dev"7404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7405dependencies = [7406 "frame-benchmarking",7407 "frame-support",7408 "frame-system",7409 "impl-trait-for-tuples",7410 "pallet-balances",7411 "parity-scale-codec",7412 "scale-info",7413 "serde",7414 "sp-runtime",7415 "sp-std",7416]74177418[[package]]7419name = "pallet-unique"7420version = "0.2.1"7421dependencies = [7422 "ethereum",7423 "evm-coder",7424 "frame-benchmarking",7425 "frame-support",7426 "frame-system",7427 "pallet-balances-adapter",7428 "pallet-common",7429 "pallet-evm",7430 "pallet-evm-coder-substrate",7431 "pallet-nonfungible",7432 "pallet-refungible",7433 "parity-scale-codec",7434 "scale-info",7435 "sp-core",7436 "sp-io",7437 "sp-runtime",7438 "sp-std",7439 "up-data-structs",7440]74417442[[package]]7443name = "pallet-unique-scheduler-v2"7444version = "0.1.0"7445dependencies = [7446 "frame-benchmarking",7447 "frame-support",7448 "frame-system",7449 "log",7450 "pallet-preimage",7451 "parity-scale-codec",7452 "scale-info",7453 "sp-core",7454 "sp-io",7455 "sp-runtime",7456 "sp-std",7457 "substrate-test-utils",7458]74597460[[package]]7461name = "pallet-utility"7462version = "4.0.0-dev"7463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7464dependencies = [7465 "frame-benchmarking",7466 "frame-support",7467 "frame-system",7468 "parity-scale-codec",7469 "scale-info",7470 "sp-core",7471 "sp-io",7472 "sp-runtime",7473 "sp-std",7474]74757476[[package]]7477name = "pallet-vesting"7478version = "4.0.0-dev"7479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7480dependencies = [7481 "frame-benchmarking",7482 "frame-support",7483 "frame-system",7484 "log",7485 "parity-scale-codec",7486 "scale-info",7487 "sp-runtime",7488 "sp-std",7489]74907491[[package]]7492name = "pallet-whitelist"7493version = "4.0.0-dev"7494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7495dependencies = [7496 "frame-benchmarking",7497 "frame-support",7498 "frame-system",7499 "parity-scale-codec",7500 "scale-info",7501 "sp-api",7502 "sp-runtime",7503 "sp-std",7504]75057506[[package]]7507name = "pallet-xcm"7508version = "0.9.42"7509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7510dependencies = [7511 "bounded-collections",7512 "frame-benchmarking",7513 "frame-support",7514 "frame-system",7515 "log",7516 "parity-scale-codec",7517 "scale-info",7518 "serde",7519 "sp-core",7520 "sp-io",7521 "sp-runtime",7522 "sp-std",7523 "xcm",7524 "xcm-executor",7525]75267527[[package]]7528name = "pallet-xcm-benchmarks"7529version = "0.9.42"7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7531dependencies = [7532 "frame-benchmarking",7533 "frame-support",7534 "frame-system",7535 "log",7536 "parity-scale-codec",7537 "scale-info",7538 "sp-io",7539 "sp-runtime",7540 "sp-std",7541 "xcm",7542 "xcm-builder",7543 "xcm-executor",7544]75457546[[package]]7547name = "parachain-info"7548version = "0.1.0"7549source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"7550dependencies = [7551 "cumulus-primitives-core",7552 "frame-support",7553 "frame-system",7554 "parity-scale-codec",7555 "scale-info",7556]75577558[[package]]7559name = "parity-db"7560version = "0.4.8"7561source = "registry+https://github.com/rust-lang/crates.io-index"7562checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b"7563dependencies = [7564 "blake2",7565 "crc32fast",7566 "fs2",7567 "hex",7568 "libc",7569 "log",7570 "lz4",7571 "memmap2",7572 "parking_lot 0.12.1",7573 "rand 0.8.5",7574 "siphasher",7575 "snap",7576]75777578[[package]]7579name = "parity-scale-codec"7580version = "3.5.0"7581source = "registry+https://github.com/rust-lang/crates.io-index"7582checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"7583dependencies = [7584 "arrayvec 0.7.2",7585 "bitvec",7586 "byte-slice-cast",7587 "bytes",7588 "impl-trait-for-tuples",7589 "parity-scale-codec-derive",7590 "serde",7591]75927593[[package]]7594name = "parity-scale-codec-derive"7595version = "3.1.4"7596source = "registry+https://github.com/rust-lang/crates.io-index"7597checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7598dependencies = [7599 "proc-macro-crate",7600 "proc-macro2",7601 "quote",7602 "syn 1.0.109",7603]76047605[[package]]7606name = "parity-send-wrapper"7607version = "0.1.0"7608source = "registry+https://github.com/rust-lang/crates.io-index"7609checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"76107611[[package]]7612name = "parity-wasm"7613version = "0.45.0"7614source = "registry+https://github.com/rust-lang/crates.io-index"7615checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"76167617[[package]]7618name = "parking"7619version = "2.1.0"7620source = "registry+https://github.com/rust-lang/crates.io-index"7621checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"76227623[[package]]7624name = "parking_lot"7625version = "0.11.2"7626source = "registry+https://github.com/rust-lang/crates.io-index"7627checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7628dependencies = [7629 "instant",7630 "lock_api",7631 "parking_lot_core 0.8.6",7632]76337634[[package]]7635name = "parking_lot"7636version = "0.12.1"7637source = "registry+https://github.com/rust-lang/crates.io-index"7638checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7639dependencies = [7640 "lock_api",7641 "parking_lot_core 0.9.7",7642]76437644[[package]]7645name = "parking_lot_core"7646version = "0.8.6"7647source = "registry+https://github.com/rust-lang/crates.io-index"7648checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7649dependencies = [7650 "cfg-if",7651 "instant",7652 "libc",7653 "redox_syscall 0.2.16",7654 "smallvec",7655 "winapi",7656]76577658[[package]]7659name = "parking_lot_core"7660version = "0.9.7"7661source = "registry+https://github.com/rust-lang/crates.io-index"7662checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"7663dependencies = [7664 "cfg-if",7665 "libc",7666 "redox_syscall 0.2.16",7667 "smallvec",7668 "windows-sys 0.45.0",7669]76707671[[package]]7672name = "paste"7673version = "1.0.12"7674source = "registry+https://github.com/rust-lang/crates.io-index"7675checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"76767677[[package]]7678name = "pbkdf2"7679version = "0.8.0"7680source = "registry+https://github.com/rust-lang/crates.io-index"7681checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7682dependencies = [7683 "crypto-mac 0.11.1",7684]76857686[[package]]7687name = "pbkdf2"7688version = "0.11.0"7689source = "registry+https://github.com/rust-lang/crates.io-index"7690checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"7691dependencies = [7692 "digest 0.10.7",7693]76947695[[package]]7696name = "peeking_take_while"7697version = "0.1.2"7698source = "registry+https://github.com/rust-lang/crates.io-index"7699checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"77007701[[package]]7702name = "pem"7703version = "1.1.1"7704source = "registry+https://github.com/rust-lang/crates.io-index"7705checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"7706dependencies = [7707 "base64 0.13.1",7708]77097710[[package]]7711name = "pem-rfc7468"7712version = "0.6.0"7713source = "registry+https://github.com/rust-lang/crates.io-index"7714checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"7715dependencies = [7716 "base64ct",7717]77187719[[package]]7720name = "percent-encoding"7721version = "2.2.0"7722source = "registry+https://github.com/rust-lang/crates.io-index"7723checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"77247725[[package]]7726name = "pest"7727version = "2.6.0"7728source = "registry+https://github.com/rust-lang/crates.io-index"7729checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"7730dependencies = [7731 "thiserror",7732 "ucd-trie",7733]77347735[[package]]7736name = "pest_derive"7737version = "2.6.0"7738source = "registry+https://github.com/rust-lang/crates.io-index"7739checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"7740dependencies = [7741 "pest",7742 "pest_generator",7743]77447745[[package]]7746name = "pest_generator"7747version = "2.6.0"7748source = "registry+https://github.com/rust-lang/crates.io-index"7749checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"7750dependencies = [7751 "pest",7752 "pest_meta",7753 "proc-macro2",7754 "quote",7755 "syn 2.0.16",7756]77577758[[package]]7759name = "pest_meta"7760version = "2.6.0"7761source = "registry+https://github.com/rust-lang/crates.io-index"7762checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"7763dependencies = [7764 "once_cell",7765 "pest",7766 "sha2 0.10.6",7767]77687769[[package]]7770name = "petgraph"7771version = "0.6.3"7772source = "registry+https://github.com/rust-lang/crates.io-index"7773checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"7774dependencies = [7775 "fixedbitset",7776 "indexmap",7777]77787779[[package]]7780name = "pin-project"7781version = "1.1.0"7782source = "registry+https://github.com/rust-lang/crates.io-index"7783checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"7784dependencies = [7785 "pin-project-internal",7786]77877788[[package]]7789name = "pin-project-internal"7790version = "1.1.0"7791source = "registry+https://github.com/rust-lang/crates.io-index"7792checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"7793dependencies = [7794 "proc-macro2",7795 "quote",7796 "syn 2.0.16",7797]77987799[[package]]7800name = "pin-project-lite"7801version = "0.1.12"7802source = "registry+https://github.com/rust-lang/crates.io-index"7803checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"78047805[[package]]7806name = "pin-project-lite"7807version = "0.2.9"7808source = "registry+https://github.com/rust-lang/crates.io-index"7809checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"78107811[[package]]7812name = "pin-utils"7813version = "0.1.0"7814source = "registry+https://github.com/rust-lang/crates.io-index"7815checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"78167817[[package]]7818name = "pkcs8"7819version = "0.9.0"7820source = "registry+https://github.com/rust-lang/crates.io-index"7821checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7822dependencies = [7823 "der 0.6.1",7824 "spki 0.6.0",7825]78267827[[package]]7828name = "pkcs8"7829version = "0.10.2"7830source = "registry+https://github.com/rust-lang/crates.io-index"7831checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"7832dependencies = [7833 "der 0.7.6",7834 "spki 0.7.2",7835]78367837[[package]]7838name = "pkg-config"7839version = "0.3.27"7840source = "registry+https://github.com/rust-lang/crates.io-index"7841checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"78427843[[package]]7844name = "platforms"7845version = "2.0.0"7846source = "registry+https://github.com/rust-lang/crates.io-index"7847checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"78487849[[package]]7850name = "platforms"7851version = "3.0.2"7852source = "registry+https://github.com/rust-lang/crates.io-index"7853checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"78547855[[package]]7856name = "polkadot-approval-distribution"7857version = "0.9.42"7858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7859dependencies = [7860 "futures",7861 "polkadot-node-jaeger",7862 "polkadot-node-metrics",7863 "polkadot-node-network-protocol",7864 "polkadot-node-primitives",7865 "polkadot-node-subsystem",7866 "polkadot-primitives",7867 "rand 0.8.5",7868 "tracing-gum",7869]78707871[[package]]7872name = "polkadot-availability-bitfield-distribution"7873version = "0.9.42"7874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7875dependencies = [7876 "futures",7877 "polkadot-node-network-protocol",7878 "polkadot-node-subsystem",7879 "polkadot-node-subsystem-util",7880 "polkadot-primitives",7881 "rand 0.8.5",7882 "tracing-gum",7883]78847885[[package]]7886name = "polkadot-availability-distribution"7887version = "0.9.42"7888source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7889dependencies = [7890 "derive_more",7891 "fatality",7892 "futures",7893 "lru 0.9.0",7894 "parity-scale-codec",7895 "polkadot-erasure-coding",7896 "polkadot-node-network-protocol",7897 "polkadot-node-primitives",7898 "polkadot-node-subsystem",7899 "polkadot-node-subsystem-util",7900 "polkadot-primitives",7901 "rand 0.8.5",7902 "sp-core",7903 "sp-keystore",7904 "thiserror",7905 "tracing-gum",7906]79077908[[package]]7909name = "polkadot-availability-recovery"7910version = "0.9.42"7911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7912dependencies = [7913 "fatality",7914 "futures",7915 "lru 0.9.0",7916 "parity-scale-codec",7917 "polkadot-erasure-coding",7918 "polkadot-node-network-protocol",7919 "polkadot-node-primitives",7920 "polkadot-node-subsystem",7921 "polkadot-node-subsystem-util",7922 "polkadot-primitives",7923 "rand 0.8.5",7924 "sc-network",7925 "thiserror",7926 "tracing-gum",7927]79287929[[package]]7930name = "polkadot-cli"7931version = "0.9.42"7932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7933dependencies = [7934 "clap",7935 "frame-benchmarking-cli",7936 "futures",7937 "log",7938 "polkadot-client",7939 "polkadot-node-core-pvf-worker",7940 "polkadot-node-metrics",7941 "polkadot-performance-test",7942 "polkadot-service",7943 "sc-cli",7944 "sc-executor",7945 "sc-service",7946 "sc-storage-monitor",7947 "sc-sysinfo",7948 "sc-tracing",7949 "sp-core",7950 "sp-io",7951 "sp-keyring",7952 "sp-maybe-compressed-blob",7953 "substrate-build-script-utils",7954 "thiserror",7955 "try-runtime-cli",7956]79577958[[package]]7959name = "polkadot-client"7960version = "0.9.42"7961source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7962dependencies = [7963 "async-trait",7964 "frame-benchmarking",7965 "frame-benchmarking-cli",7966 "frame-system",7967 "frame-system-rpc-runtime-api",7968 "futures",7969 "pallet-transaction-payment",7970 "pallet-transaction-payment-rpc-runtime-api",7971 "polkadot-core-primitives",7972 "polkadot-node-core-parachains-inherent",7973 "polkadot-primitives",7974 "polkadot-runtime",7975 "polkadot-runtime-common",7976 "sc-client-api",7977 "sc-consensus",7978 "sc-executor",7979 "sc-service",7980 "sp-api",7981 "sp-authority-discovery",7982 "sp-block-builder",7983 "sp-blockchain",7984 "sp-consensus",7985 "sp-consensus-babe",7986 "sp-consensus-beefy",7987 "sp-consensus-grandpa",7988 "sp-core",7989 "sp-inherents",7990 "sp-keyring",7991 "sp-mmr-primitives",7992 "sp-offchain",7993 "sp-runtime",7994 "sp-session",7995 "sp-storage",7996 "sp-timestamp",7997 "sp-transaction-pool",7998]79998000[[package]]8001name = "polkadot-collator-protocol"8002version = "0.9.42"8003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8004dependencies = [8005 "always-assert",8006 "bitvec",8007 "fatality",8008 "futures",8009 "futures-timer",8010 "polkadot-node-network-protocol",8011 "polkadot-node-primitives",8012 "polkadot-node-subsystem",8013 "polkadot-node-subsystem-util",8014 "polkadot-primitives",8015 "sp-core",8016 "sp-keystore",8017 "sp-runtime",8018 "thiserror",8019 "tracing-gum",8020]80218022[[package]]8023name = "polkadot-core-primitives"8024version = "0.9.42"8025source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8026dependencies = [8027 "parity-scale-codec",8028 "scale-info",8029 "sp-core",8030 "sp-runtime",8031 "sp-std",8032]80338034[[package]]8035name = "polkadot-dispute-distribution"8036version = "0.9.42"8037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8038dependencies = [8039 "derive_more",8040 "fatality",8041 "futures",8042 "futures-timer",8043 "indexmap",8044 "lru 0.9.0",8045 "parity-scale-codec",8046 "polkadot-erasure-coding",8047 "polkadot-node-network-protocol",8048 "polkadot-node-primitives",8049 "polkadot-node-subsystem",8050 "polkadot-node-subsystem-util",8051 "polkadot-primitives",8052 "sc-network",8053 "sp-application-crypto",8054 "sp-keystore",8055 "thiserror",8056 "tracing-gum",8057]80588059[[package]]8060name = "polkadot-erasure-coding"8061version = "0.9.42"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8063dependencies = [8064 "parity-scale-codec",8065 "polkadot-node-primitives",8066 "polkadot-primitives",8067 "reed-solomon-novelpoly",8068 "sp-core",8069 "sp-trie",8070 "thiserror",8071]80728073[[package]]8074name = "polkadot-gossip-support"8075version = "0.9.42"8076source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8077dependencies = [8078 "futures",8079 "futures-timer",8080 "polkadot-node-network-protocol",8081 "polkadot-node-subsystem",8082 "polkadot-node-subsystem-util",8083 "polkadot-primitives",8084 "rand 0.8.5",8085 "rand_chacha 0.3.1",8086 "sc-network",8087 "sp-application-crypto",8088 "sp-core",8089 "sp-keystore",8090 "tracing-gum",8091]80928093[[package]]8094name = "polkadot-network-bridge"8095version = "0.9.42"8096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8097dependencies = [8098 "always-assert",8099 "async-trait",8100 "bytes",8101 "fatality",8102 "futures",8103 "parity-scale-codec",8104 "parking_lot 0.12.1",8105 "polkadot-node-metrics",8106 "polkadot-node-network-protocol",8107 "polkadot-node-subsystem",8108 "polkadot-overseer",8109 "polkadot-primitives",8110 "sc-network",8111 "sp-consensus",8112 "thiserror",8113 "tracing-gum",8114]81158116[[package]]8117name = "polkadot-node-collation-generation"8118version = "0.9.42"8119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8120dependencies = [8121 "futures",8122 "parity-scale-codec",8123 "polkadot-erasure-coding",8124 "polkadot-node-primitives",8125 "polkadot-node-subsystem",8126 "polkadot-node-subsystem-util",8127 "polkadot-primitives",8128 "sp-core",8129 "sp-maybe-compressed-blob",8130 "thiserror",8131 "tracing-gum",8132]81338134[[package]]8135name = "polkadot-node-core-approval-voting"8136version = "0.9.42"8137source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8138dependencies = [8139 "bitvec",8140 "derive_more",8141 "futures",8142 "futures-timer",8143 "kvdb",8144 "lru 0.9.0",8145 "merlin",8146 "parity-scale-codec",8147 "polkadot-node-jaeger",8148 "polkadot-node-primitives",8149 "polkadot-node-subsystem",8150 "polkadot-node-subsystem-util",8151 "polkadot-overseer",8152 "polkadot-primitives",8153 "sc-keystore",8154 "schnorrkel",8155 "sp-application-crypto",8156 "sp-consensus",8157 "sp-consensus-slots",8158 "sp-runtime",8159 "thiserror",8160 "tracing-gum",8161]81628163[[package]]8164name = "polkadot-node-core-av-store"8165version = "0.9.42"8166source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8167dependencies = [8168 "bitvec",8169 "futures",8170 "futures-timer",8171 "kvdb",8172 "parity-scale-codec",8173 "polkadot-erasure-coding",8174 "polkadot-node-primitives",8175 "polkadot-node-subsystem",8176 "polkadot-node-subsystem-util",8177 "polkadot-overseer",8178 "polkadot-primitives",8179 "sp-consensus",8180 "thiserror",8181 "tracing-gum",8182]81838184[[package]]8185name = "polkadot-node-core-backing"8186version = "0.9.42"8187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8188dependencies = [8189 "bitvec",8190 "fatality",8191 "futures",8192 "polkadot-erasure-coding",8193 "polkadot-node-primitives",8194 "polkadot-node-subsystem",8195 "polkadot-node-subsystem-util",8196 "polkadot-primitives",8197 "polkadot-statement-table",8198 "sp-keystore",8199 "thiserror",8200 "tracing-gum",8201]82028203[[package]]8204name = "polkadot-node-core-bitfield-signing"8205version = "0.9.42"8206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8207dependencies = [8208 "futures",8209 "polkadot-node-subsystem",8210 "polkadot-node-subsystem-util",8211 "polkadot-primitives",8212 "sp-keystore",8213 "thiserror",8214 "tracing-gum",8215 "wasm-timer",8216]82178218[[package]]8219name = "polkadot-node-core-candidate-validation"8220version = "0.9.42"8221source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8222dependencies = [8223 "async-trait",8224 "futures",8225 "futures-timer",8226 "parity-scale-codec",8227 "polkadot-node-core-pvf",8228 "polkadot-node-metrics",8229 "polkadot-node-primitives",8230 "polkadot-node-subsystem",8231 "polkadot-node-subsystem-util",8232 "polkadot-parachain",8233 "polkadot-primitives",8234 "sp-maybe-compressed-blob",8235 "tracing-gum",8236]82378238[[package]]8239name = "polkadot-node-core-chain-api"8240version = "0.9.42"8241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8242dependencies = [8243 "futures",8244 "polkadot-node-metrics",8245 "polkadot-node-subsystem",8246 "polkadot-primitives",8247 "sc-client-api",8248 "sc-consensus-babe",8249 "sp-blockchain",8250 "tracing-gum",8251]82528253[[package]]8254name = "polkadot-node-core-chain-selection"8255version = "0.9.42"8256source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8257dependencies = [8258 "futures",8259 "futures-timer",8260 "kvdb",8261 "parity-scale-codec",8262 "polkadot-node-primitives",8263 "polkadot-node-subsystem",8264 "polkadot-node-subsystem-util",8265 "polkadot-primitives",8266 "thiserror",8267 "tracing-gum",8268]82698270[[package]]8271name = "polkadot-node-core-dispute-coordinator"8272version = "0.9.42"8273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8274dependencies = [8275 "fatality",8276 "futures",8277 "kvdb",8278 "lru 0.9.0",8279 "parity-scale-codec",8280 "polkadot-node-primitives",8281 "polkadot-node-subsystem",8282 "polkadot-node-subsystem-util",8283 "polkadot-primitives",8284 "sc-keystore",8285 "thiserror",8286 "tracing-gum",8287]82888289[[package]]8290name = "polkadot-node-core-parachains-inherent"8291version = "0.9.42"8292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8293dependencies = [8294 "async-trait",8295 "futures",8296 "futures-timer",8297 "polkadot-node-subsystem",8298 "polkadot-overseer",8299 "polkadot-primitives",8300 "sp-blockchain",8301 "sp-inherents",8302 "thiserror",8303 "tracing-gum",8304]83058306[[package]]8307name = "polkadot-node-core-provisioner"8308version = "0.9.42"8309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8310dependencies = [8311 "bitvec",8312 "fatality",8313 "futures",8314 "futures-timer",8315 "polkadot-node-primitives",8316 "polkadot-node-subsystem",8317 "polkadot-node-subsystem-util",8318 "polkadot-primitives",8319 "rand 0.8.5",8320 "thiserror",8321 "tracing-gum",8322]83238324[[package]]8325name = "polkadot-node-core-pvf"8326version = "0.9.42"8327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8328dependencies = [8329 "always-assert",8330 "futures",8331 "futures-timer",8332 "libc",8333 "parity-scale-codec",8334 "pin-project",8335 "polkadot-core-primitives",8336 "polkadot-node-metrics",8337 "polkadot-node-primitives",8338 "polkadot-parachain",8339 "polkadot-primitives",8340 "rand 0.8.5",8341 "slotmap",8342 "sp-core",8343 "sp-maybe-compressed-blob",8344 "sp-tracing",8345 "sp-wasm-interface",8346 "substrate-build-script-utils",8347 "tokio",8348 "tracing-gum",8349]83508351[[package]]8352name = "polkadot-node-core-pvf-checker"8353version = "0.9.42"8354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8355dependencies = [8356 "futures",8357 "polkadot-node-primitives",8358 "polkadot-node-subsystem",8359 "polkadot-node-subsystem-util",8360 "polkadot-overseer",8361 "polkadot-primitives",8362 "sp-keystore",8363 "thiserror",8364 "tracing-gum",8365]83668367[[package]]8368name = "polkadot-node-core-pvf-worker"8369version = "0.9.42"8370source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8371dependencies = [8372 "assert_matches",8373 "cpu-time",8374 "futures",8375 "libc",8376 "parity-scale-codec",8377 "polkadot-node-core-pvf",8378 "polkadot-parachain",8379 "polkadot-primitives",8380 "rayon",8381 "sc-executor",8382 "sc-executor-common",8383 "sc-executor-wasmtime",8384 "sp-core",8385 "sp-externalities",8386 "sp-io",8387 "sp-maybe-compressed-blob",8388 "sp-tracing",8389 "substrate-build-script-utils",8390 "tempfile",8391 "tikv-jemalloc-ctl",8392 "tokio",8393 "tracing-gum",8394]83958396[[package]]8397name = "polkadot-node-core-runtime-api"8398version = "0.9.42"8399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8400dependencies = [8401 "futures",8402 "lru 0.9.0",8403 "polkadot-node-metrics",8404 "polkadot-node-subsystem",8405 "polkadot-node-subsystem-types",8406 "polkadot-primitives",8407 "sp-consensus-babe",8408 "tracing-gum",8409]84108411[[package]]8412name = "polkadot-node-jaeger"8413version = "0.9.42"8414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8415dependencies = [8416 "lazy_static",8417 "log",8418 "mick-jaeger",8419 "parity-scale-codec",8420 "parking_lot 0.12.1",8421 "polkadot-node-primitives",8422 "polkadot-primitives",8423 "sc-network",8424 "sp-core",8425 "thiserror",8426 "tokio",8427]84288429[[package]]8430name = "polkadot-node-metrics"8431version = "0.9.42"8432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8433dependencies = [8434 "bs58",8435 "futures",8436 "futures-timer",8437 "log",8438 "parity-scale-codec",8439 "polkadot-primitives",8440 "prioritized-metered-channel",8441 "sc-cli",8442 "sc-service",8443 "sc-tracing",8444 "substrate-prometheus-endpoint",8445 "tracing-gum",8446]84478448[[package]]8449name = "polkadot-node-network-protocol"8450version = "0.9.42"8451source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8452dependencies = [8453 "async-trait",8454 "derive_more",8455 "fatality",8456 "futures",8457 "hex",8458 "parity-scale-codec",8459 "polkadot-node-jaeger",8460 "polkadot-node-primitives",8461 "polkadot-primitives",8462 "rand 0.8.5",8463 "sc-authority-discovery",8464 "sc-network",8465 "strum",8466 "thiserror",8467 "tracing-gum",8468]84698470[[package]]8471name = "polkadot-node-primitives"8472version = "0.9.42"8473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8474dependencies = [8475 "bounded-vec",8476 "futures",8477 "parity-scale-codec",8478 "polkadot-parachain",8479 "polkadot-primitives",8480 "schnorrkel",8481 "serde",8482 "sp-application-crypto",8483 "sp-consensus-babe",8484 "sp-core",8485 "sp-keystore",8486 "sp-maybe-compressed-blob",8487 "sp-runtime",8488 "thiserror",8489 "zstd 0.11.2+zstd.1.5.2",8490]84918492[[package]]8493name = "polkadot-node-subsystem"8494version = "0.9.42"8495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8496dependencies = [8497 "polkadot-node-jaeger",8498 "polkadot-node-subsystem-types",8499 "polkadot-overseer",8500]85018502[[package]]8503name = "polkadot-node-subsystem-types"8504version = "0.9.42"8505source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8506dependencies = [8507 "async-trait",8508 "derive_more",8509 "futures",8510 "orchestra",8511 "polkadot-node-jaeger",8512 "polkadot-node-network-protocol",8513 "polkadot-node-primitives",8514 "polkadot-primitives",8515 "polkadot-statement-table",8516 "sc-network",8517 "smallvec",8518 "sp-api",8519 "sp-authority-discovery",8520 "sp-consensus-babe",8521 "substrate-prometheus-endpoint",8522 "thiserror",8523]85248525[[package]]8526name = "polkadot-node-subsystem-util"8527version = "0.9.42"8528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8529dependencies = [8530 "async-trait",8531 "derive_more",8532 "fatality",8533 "futures",8534 "futures-channel",8535 "itertools",8536 "kvdb",8537 "lru 0.9.0",8538 "parity-db",8539 "parity-scale-codec",8540 "parking_lot 0.11.2",8541 "pin-project",8542 "polkadot-node-jaeger",8543 "polkadot-node-metrics",8544 "polkadot-node-network-protocol",8545 "polkadot-node-primitives",8546 "polkadot-node-subsystem",8547 "polkadot-overseer",8548 "polkadot-primitives",8549 "prioritized-metered-channel",8550 "rand 0.8.5",8551 "sp-application-crypto",8552 "sp-core",8553 "sp-keystore",8554 "thiserror",8555 "tracing-gum",8556]85578558[[package]]8559name = "polkadot-overseer"8560version = "0.9.42"8561source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8562dependencies = [8563 "async-trait",8564 "futures",8565 "futures-timer",8566 "lru 0.9.0",8567 "orchestra",8568 "parking_lot 0.12.1",8569 "polkadot-node-metrics",8570 "polkadot-node-network-protocol",8571 "polkadot-node-primitives",8572 "polkadot-node-subsystem-types",8573 "polkadot-primitives",8574 "sc-client-api",8575 "sp-api",8576 "sp-core",8577 "tikv-jemalloc-ctl",8578 "tracing-gum",8579]85808581[[package]]8582name = "polkadot-parachain"8583version = "0.9.42"8584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8585dependencies = [8586 "bounded-collections",8587 "derive_more",8588 "frame-support",8589 "parity-scale-codec",8590 "polkadot-core-primitives",8591 "scale-info",8592 "serde",8593 "sp-core",8594 "sp-runtime",8595 "sp-std",8596]85978598[[package]]8599name = "polkadot-performance-test"8600version = "0.9.42"8601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8602dependencies = [8603 "env_logger 0.9.3",8604 "kusama-runtime",8605 "log",8606 "polkadot-erasure-coding",8607 "polkadot-node-core-pvf-worker",8608 "polkadot-node-primitives",8609 "polkadot-primitives",8610 "quote",8611 "sc-executor-common",8612 "sp-maybe-compressed-blob",8613 "thiserror",8614]86158616[[package]]8617name = "polkadot-primitives"8618version = "0.9.42"8619source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8620dependencies = [8621 "bitvec",8622 "hex-literal",8623 "parity-scale-codec",8624 "polkadot-core-primitives",8625 "polkadot-parachain",8626 "scale-info",8627 "serde",8628 "sp-api",8629 "sp-application-crypto",8630 "sp-arithmetic",8631 "sp-authority-discovery",8632 "sp-consensus-slots",8633 "sp-core",8634 "sp-inherents",8635 "sp-io",8636 "sp-keystore",8637 "sp-runtime",8638 "sp-staking",8639 "sp-std",8640]86418642[[package]]8643name = "polkadot-rpc"8644version = "0.9.42"8645source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8646dependencies = [8647 "jsonrpsee",8648 "mmr-rpc",8649 "pallet-transaction-payment-rpc",8650 "polkadot-primitives",8651 "sc-chain-spec",8652 "sc-client-api",8653 "sc-consensus-babe",8654 "sc-consensus-babe-rpc",8655 "sc-consensus-beefy",8656 "sc-consensus-beefy-rpc",8657 "sc-consensus-epochs",8658 "sc-consensus-grandpa",8659 "sc-consensus-grandpa-rpc",8660 "sc-rpc",8661 "sc-sync-state-rpc",8662 "sc-transaction-pool-api",8663 "sp-api",8664 "sp-block-builder",8665 "sp-blockchain",8666 "sp-consensus",8667 "sp-consensus-babe",8668 "sp-keystore",8669 "sp-runtime",8670 "substrate-frame-rpc-system",8671 "substrate-state-trie-migration-rpc",8672]86738674[[package]]8675name = "polkadot-runtime"8676version = "0.9.42"8677source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8678dependencies = [8679 "bitvec",8680 "frame-benchmarking",8681 "frame-election-provider-support",8682 "frame-executive",8683 "frame-support",8684 "frame-system",8685 "frame-system-benchmarking",8686 "frame-system-rpc-runtime-api",8687 "frame-try-runtime",8688 "hex-literal",8689 "log",8690 "pallet-authority-discovery",8691 "pallet-authorship",8692 "pallet-babe",8693 "pallet-bags-list",8694 "pallet-balances",8695 "pallet-bounties",8696 "pallet-child-bounties",8697 "pallet-collective",8698 "pallet-conviction-voting",8699 "pallet-democracy",8700 "pallet-election-provider-multi-phase",8701 "pallet-election-provider-support-benchmarking",8702 "pallet-elections-phragmen",8703 "pallet-fast-unstake",8704 "pallet-grandpa",8705 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",8706 "pallet-im-online",8707 "pallet-indices",8708 "pallet-membership",8709 "pallet-multisig",8710 "pallet-nomination-pools",8711 "pallet-nomination-pools-benchmarking",8712 "pallet-nomination-pools-runtime-api",8713 "pallet-offences",8714 "pallet-offences-benchmarking",8715 "pallet-preimage",8716 "pallet-proxy",8717 "pallet-referenda",8718 "pallet-scheduler",8719 "pallet-session",8720 "pallet-session-benchmarking",8721 "pallet-staking",8722 "pallet-staking-reward-curve",8723 "pallet-staking-runtime-api",8724 "pallet-timestamp",8725 "pallet-tips",8726 "pallet-transaction-payment",8727 "pallet-transaction-payment-rpc-runtime-api",8728 "pallet-treasury",8729 "pallet-utility",8730 "pallet-vesting",8731 "pallet-whitelist",8732 "pallet-xcm",8733 "parity-scale-codec",8734 "polkadot-primitives",8735 "polkadot-runtime-common",8736 "polkadot-runtime-constants",8737 "polkadot-runtime-parachains",8738 "rustc-hex",8739 "scale-info",8740 "serde",8741 "serde_derive",8742 "smallvec",8743 "sp-api",8744 "sp-arithmetic",8745 "sp-authority-discovery",8746 "sp-block-builder",8747 "sp-consensus-babe",8748 "sp-consensus-beefy",8749 "sp-core",8750 "sp-inherents",8751 "sp-io",8752 "sp-mmr-primitives",8753 "sp-npos-elections",8754 "sp-offchain",8755 "sp-runtime",8756 "sp-session",8757 "sp-staking",8758 "sp-std",8759 "sp-transaction-pool",8760 "sp-version",8761 "static_assertions",8762 "substrate-wasm-builder",8763 "xcm",8764 "xcm-builder",8765 "xcm-executor",8766]87678768[[package]]8769name = "polkadot-runtime-common"8770version = "0.9.42"8771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8772dependencies = [8773 "bitvec",8774 "frame-benchmarking",8775 "frame-election-provider-support",8776 "frame-support",8777 "frame-system",8778 "impl-trait-for-tuples",8779 "libsecp256k1",8780 "log",8781 "pallet-authorship",8782 "pallet-babe",8783 "pallet-balances",8784 "pallet-election-provider-multi-phase",8785 "pallet-fast-unstake",8786 "pallet-session",8787 "pallet-staking",8788 "pallet-staking-reward-fn",8789 "pallet-timestamp",8790 "pallet-transaction-payment",8791 "pallet-treasury",8792 "pallet-vesting",8793 "parity-scale-codec",8794 "polkadot-primitives",8795 "polkadot-runtime-parachains",8796 "rustc-hex",8797 "scale-info",8798 "serde",8799 "serde_derive",8800 "slot-range-helper",8801 "sp-api",8802 "sp-core",8803 "sp-inherents",8804 "sp-io",8805 "sp-npos-elections",8806 "sp-runtime",8807 "sp-session",8808 "sp-staking",8809 "sp-std",8810 "static_assertions",8811 "xcm",8812]88138814[[package]]8815name = "polkadot-runtime-constants"8816version = "0.9.42"8817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8818dependencies = [8819 "frame-support",8820 "polkadot-primitives",8821 "polkadot-runtime-common",8822 "smallvec",8823 "sp-core",8824 "sp-runtime",8825 "sp-weights",8826]88278828[[package]]8829name = "polkadot-runtime-metrics"8830version = "0.9.42"8831source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8832dependencies = [8833 "bs58",8834 "parity-scale-codec",8835 "polkadot-primitives",8836 "sp-std",8837 "sp-tracing",8838]88398840[[package]]8841name = "polkadot-runtime-parachains"8842version = "0.9.42"8843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8844dependencies = [8845 "bitflags",8846 "bitvec",8847 "derive_more",8848 "frame-benchmarking",8849 "frame-support",8850 "frame-system",8851 "log",8852 "pallet-authority-discovery",8853 "pallet-authorship",8854 "pallet-babe",8855 "pallet-balances",8856 "pallet-session",8857 "pallet-staking",8858 "pallet-timestamp",8859 "pallet-vesting",8860 "parity-scale-codec",8861 "polkadot-parachain",8862 "polkadot-primitives",8863 "polkadot-runtime-metrics",8864 "rand 0.8.5",8865 "rand_chacha 0.3.1",8866 "rustc-hex",8867 "scale-info",8868 "serde",8869 "sp-api",8870 "sp-application-crypto",8871 "sp-core",8872 "sp-inherents",8873 "sp-io",8874 "sp-keystore",8875 "sp-runtime",8876 "sp-session",8877 "sp-staking",8878 "sp-std",8879 "static_assertions",8880 "xcm",8881 "xcm-executor",8882]88838884[[package]]8885name = "polkadot-service"8886version = "0.9.42"8887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8888dependencies = [8889 "async-trait",8890 "frame-benchmarking-cli",8891 "frame-support",8892 "frame-system-rpc-runtime-api",8893 "futures",8894 "hex-literal",8895 "kusama-runtime",8896 "kvdb",8897 "kvdb-rocksdb",8898 "log",8899 "lru 0.9.0",8900 "mmr-gadget",8901 "pallet-babe",8902 "pallet-im-online",8903 "pallet-staking",8904 "pallet-transaction-payment-rpc-runtime-api",8905 "parity-db",8906 "polkadot-approval-distribution",8907 "polkadot-availability-bitfield-distribution",8908 "polkadot-availability-distribution",8909 "polkadot-availability-recovery",8910 "polkadot-client",8911 "polkadot-collator-protocol",8912 "polkadot-dispute-distribution",8913 "polkadot-gossip-support",8914 "polkadot-network-bridge",8915 "polkadot-node-collation-generation",8916 "polkadot-node-core-approval-voting",8917 "polkadot-node-core-av-store",8918 "polkadot-node-core-backing",8919 "polkadot-node-core-bitfield-signing",8920 "polkadot-node-core-candidate-validation",8921 "polkadot-node-core-chain-api",8922 "polkadot-node-core-chain-selection",8923 "polkadot-node-core-dispute-coordinator",8924 "polkadot-node-core-parachains-inherent",8925 "polkadot-node-core-provisioner",8926 "polkadot-node-core-pvf-checker",8927 "polkadot-node-core-runtime-api",8928 "polkadot-node-network-protocol",8929 "polkadot-node-primitives",8930 "polkadot-node-subsystem",8931 "polkadot-node-subsystem-types",8932 "polkadot-node-subsystem-util",8933 "polkadot-overseer",8934 "polkadot-parachain",8935 "polkadot-primitives",8936 "polkadot-rpc",8937 "polkadot-runtime",8938 "polkadot-runtime-constants",8939 "polkadot-runtime-parachains",8940 "polkadot-statement-distribution",8941 "rococo-runtime",8942 "sc-authority-discovery",8943 "sc-basic-authorship",8944 "sc-block-builder",8945 "sc-chain-spec",8946 "sc-client-api",8947 "sc-client-db",8948 "sc-consensus",8949 "sc-consensus-babe",8950 "sc-consensus-beefy",8951 "sc-consensus-grandpa",8952 "sc-consensus-slots",8953 "sc-executor",8954 "sc-keystore",8955 "sc-network",8956 "sc-network-common",8957 "sc-network-sync",8958 "sc-offchain",8959 "sc-service",8960 "sc-sync-state-rpc",8961 "sc-sysinfo",8962 "sc-telemetry",8963 "sc-transaction-pool",8964 "serde",8965 "serde_json",8966 "sp-api",8967 "sp-authority-discovery",8968 "sp-block-builder",8969 "sp-blockchain",8970 "sp-consensus",8971 "sp-consensus-babe",8972 "sp-consensus-beefy",8973 "sp-consensus-grandpa",8974 "sp-core",8975 "sp-inherents",8976 "sp-io",8977 "sp-keystore",8978 "sp-mmr-primitives",8979 "sp-offchain",8980 "sp-runtime",8981 "sp-session",8982 "sp-state-machine",8983 "sp-storage",8984 "sp-timestamp",8985 "sp-transaction-pool",8986 "sp-trie",8987 "substrate-prometheus-endpoint",8988 "thiserror",8989 "tracing-gum",8990 "westend-runtime",8991]89928993[[package]]8994name = "polkadot-statement-distribution"8995version = "0.9.42"8996source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8997dependencies = [8998 "arrayvec 0.5.2",8999 "fatality",9000 "futures",9001 "indexmap",9002 "parity-scale-codec",9003 "polkadot-node-network-protocol",9004 "polkadot-node-primitives",9005 "polkadot-node-subsystem",9006 "polkadot-node-subsystem-util",9007 "polkadot-primitives",9008 "sp-keystore",9009 "sp-staking",9010 "thiserror",9011 "tracing-gum",9012]90139014[[package]]9015name = "polkadot-statement-table"9016version = "0.9.42"9017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9018dependencies = [9019 "parity-scale-codec",9020 "polkadot-primitives",9021 "sp-core",9022]90239024[[package]]9025name = "polling"9026version = "2.8.0"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9029dependencies = [9030 "autocfg",9031 "bitflags",9032 "cfg-if",9033 "concurrent-queue",9034 "libc",9035 "log",9036 "pin-project-lite 0.2.9",9037 "windows-sys 0.48.0",9038]90399040[[package]]9041name = "poly1305"9042version = "0.7.2"9043source = "registry+https://github.com/rust-lang/crates.io-index"9044checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9045dependencies = [9046 "cpufeatures",9047 "opaque-debug 0.3.0",9048 "universal-hash 0.4.1",9049]90509051[[package]]9052name = "polyval"9053version = "0.5.3"9054source = "registry+https://github.com/rust-lang/crates.io-index"9055checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9056dependencies = [9057 "cfg-if",9058 "cpufeatures",9059 "opaque-debug 0.3.0",9060 "universal-hash 0.4.1",9061]90629063[[package]]9064name = "polyval"9065version = "0.6.0"9066source = "registry+https://github.com/rust-lang/crates.io-index"9067checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"9068dependencies = [9069 "cfg-if",9070 "cpufeatures",9071 "opaque-debug 0.3.0",9072 "universal-hash 0.5.1",9073]90749075[[package]]9076name = "ppv-lite86"9077version = "0.2.17"9078source = "registry+https://github.com/rust-lang/crates.io-index"9079checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"90809081[[package]]9082name = "precompile-utils-macro"9083version = "0.1.0"9084dependencies = [9085 "num_enum",9086 "proc-macro2",9087 "quote",9088 "sha3 0.8.2",9089 "syn 1.0.109",9090]90919092[[package]]9093name = "predicates"9094version = "2.1.5"9095source = "registry+https://github.com/rust-lang/crates.io-index"9096checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9097dependencies = [9098 "difflib",9099 "float-cmp",9100 "itertools",9101 "normalize-line-endings",9102 "predicates-core",9103 "regex",9104]91059106[[package]]9107name = "predicates-core"9108version = "1.0.6"9109source = "registry+https://github.com/rust-lang/crates.io-index"9110checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"91119112[[package]]9113name = "predicates-tree"9114version = "1.0.9"9115source = "registry+https://github.com/rust-lang/crates.io-index"9116checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9117dependencies = [9118 "predicates-core",9119 "termtree",9120]91219122[[package]]9123name = "prettyplease"9124version = "0.1.25"9125source = "registry+https://github.com/rust-lang/crates.io-index"9126checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9127dependencies = [9128 "proc-macro2",9129 "syn 1.0.109",9130]91319132[[package]]9133name = "primitive-types"9134version = "0.12.1"9135source = "registry+https://github.com/rust-lang/crates.io-index"9136checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9137dependencies = [9138 "fixed-hash",9139 "impl-codec",9140 "impl-rlp",9141 "impl-serde",9142 "scale-info",9143 "uint",9144]91459146[[package]]9147name = "prioritized-metered-channel"9148version = "0.2.0"9149source = "registry+https://github.com/rust-lang/crates.io-index"9150checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9151dependencies = [9152 "coarsetime",9153 "crossbeam-queue",9154 "derive_more",9155 "futures",9156 "futures-timer",9157 "nanorand",9158 "thiserror",9159 "tracing",9160]91619162[[package]]9163name = "proc-macro-crate"9164version = "1.3.1"9165source = "registry+https://github.com/rust-lang/crates.io-index"9166checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9167dependencies = [9168 "once_cell",9169 "toml_edit",9170]91719172[[package]]9173name = "proc-macro-error"9174version = "1.0.4"9175source = "registry+https://github.com/rust-lang/crates.io-index"9176checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9177dependencies = [9178 "proc-macro-error-attr",9179 "proc-macro2",9180 "quote",9181 "syn 1.0.109",9182 "version_check",9183]91849185[[package]]9186name = "proc-macro-error-attr"9187version = "1.0.4"9188source = "registry+https://github.com/rust-lang/crates.io-index"9189checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9190dependencies = [9191 "proc-macro2",9192 "quote",9193 "version_check",9194]91959196[[package]]9197name = "proc-macro-warning"9198version = "0.3.1"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4"9201dependencies = [9202 "proc-macro2",9203 "quote",9204 "syn 2.0.16",9205]92069207[[package]]9208name = "proc-macro2"9209version = "1.0.58"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"9212dependencies = [9213 "unicode-ident",9214]92159216[[package]]9217name = "prometheus"9218version = "0.13.3"9219source = "registry+https://github.com/rust-lang/crates.io-index"9220checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9221dependencies = [9222 "cfg-if",9223 "fnv",9224 "lazy_static",9225 "memchr",9226 "parking_lot 0.12.1",9227 "thiserror",9228]92299230[[package]]9231name = "prometheus-client"9232version = "0.18.1"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"9235dependencies = [9236 "dtoa",9237 "itoa",9238 "parking_lot 0.12.1",9239 "prometheus-client-derive-text-encode",9240]92419242[[package]]9243name = "prometheus-client-derive-text-encode"9244version = "0.3.0"9245source = "registry+https://github.com/rust-lang/crates.io-index"9246checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"9247dependencies = [9248 "proc-macro2",9249 "quote",9250 "syn 1.0.109",9251]92529253[[package]]9254name = "prost"9255version = "0.11.9"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9258dependencies = [9259 "bytes",9260 "prost-derive",9261]92629263[[package]]9264name = "prost-build"9265version = "0.11.9"9266source = "registry+https://github.com/rust-lang/crates.io-index"9267checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"9268dependencies = [9269 "bytes",9270 "heck",9271 "itertools",9272 "lazy_static",9273 "log",9274 "multimap",9275 "petgraph",9276 "prettyplease",9277 "prost",9278 "prost-types",9279 "regex",9280 "syn 1.0.109",9281 "tempfile",9282 "which",9283]92849285[[package]]9286name = "prost-codec"9287version = "0.3.0"9288source = "registry+https://github.com/rust-lang/crates.io-index"9289checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"9290dependencies = [9291 "asynchronous-codec",9292 "bytes",9293 "prost",9294 "thiserror",9295 "unsigned-varint",9296]92979298[[package]]9299name = "prost-derive"9300version = "0.11.9"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"9303dependencies = [9304 "anyhow",9305 "itertools",9306 "proc-macro2",9307 "quote",9308 "syn 1.0.109",9309]93109311[[package]]9312name = "prost-types"9313version = "0.11.9"9314source = "registry+https://github.com/rust-lang/crates.io-index"9315checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"9316dependencies = [9317 "prost",9318]93199320[[package]]9321name = "psm"9322version = "0.1.21"9323source = "registry+https://github.com/rust-lang/crates.io-index"9324checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"9325dependencies = [9326 "cc",9327]93289329[[package]]9330name = "quartz-runtime"9331version = "0.9.41"9332dependencies = [9333 "app-promotion-rpc",9334 "cumulus-pallet-aura-ext",9335 "cumulus-pallet-dmp-queue",9336 "cumulus-pallet-parachain-system",9337 "cumulus-pallet-xcm",9338 "cumulus-pallet-xcmp-queue",9339 "cumulus-primitives-core",9340 "cumulus-primitives-timestamp",9341 "cumulus-primitives-utility",9342 "derivative",9343 "evm-coder",9344 "fp-evm",9345 "fp-rpc",9346 "fp-self-contained",9347 "frame-benchmarking",9348 "frame-executive",9349 "frame-support",9350 "frame-system",9351 "frame-system-benchmarking",9352 "frame-system-rpc-runtime-api",9353 "frame-try-runtime",9354 "hex-literal",9355 "impl-trait-for-tuples",9356 "log",9357 "num_enum",9358 "orml-tokens",9359 "orml-traits",9360 "orml-vesting",9361 "orml-xcm-support",9362 "orml-xtokens",9363 "pallet-app-promotion",9364 "pallet-aura",9365 "pallet-authorship",9366 "pallet-balances",9367 "pallet-base-fee",9368 "pallet-collator-selection",9369 "pallet-common",9370 "pallet-configuration",9371 "pallet-ethereum",9372 "pallet-evm",9373 "pallet-evm-coder-substrate",9374 "pallet-evm-contract-helpers",9375 "pallet-evm-migration",9376 "pallet-evm-precompile-simple",9377 "pallet-evm-transaction-payment",9378 "pallet-foreign-assets",9379 "pallet-fungible",9380 "pallet-identity 4.0.0-dev",9381 "pallet-inflation",9382 "pallet-maintenance",9383 "pallet-nonfungible",9384 "pallet-preimage",9385 "pallet-refungible",9386 "pallet-session",9387 "pallet-structure",9388 "pallet-sudo",9389 "pallet-template-transaction-payment",9390 "pallet-test-utils",9391 "pallet-timestamp",9392 "pallet-transaction-payment",9393 "pallet-transaction-payment-rpc-runtime-api",9394 "pallet-treasury",9395 "pallet-unique",9396 "pallet-xcm",9397 "parachain-info",9398 "parity-scale-codec",9399 "polkadot-parachain",9400 "precompile-utils-macro",9401 "scale-info",9402 "serde",9403 "smallvec",9404 "sp-api",9405 "sp-arithmetic",9406 "sp-block-builder",9407 "sp-consensus-aura",9408 "sp-core",9409 "sp-inherents",9410 "sp-io",9411 "sp-offchain",9412 "sp-runtime",9413 "sp-session",9414 "sp-std",9415 "sp-transaction-pool",9416 "sp-version",9417 "substrate-wasm-builder",9418 "up-common",9419 "up-data-structs",9420 "up-pov-estimate-rpc",9421 "up-rpc",9422 "up-sponsorship",9423 "xcm",9424 "xcm-builder",9425 "xcm-executor",9426]94279428[[package]]9429name = "quick-error"9430version = "1.2.3"9431source = "registry+https://github.com/rust-lang/crates.io-index"9432checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"94339434[[package]]9435name = "quick-protobuf"9436version = "0.8.1"9437source = "registry+https://github.com/rust-lang/crates.io-index"9438checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"9439dependencies = [9440 "byteorder",9441]94429443[[package]]9444name = "quicksink"9445version = "0.1.2"9446source = "registry+https://github.com/rust-lang/crates.io-index"9447checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"9448dependencies = [9449 "futures-core",9450 "futures-sink",9451 "pin-project-lite 0.1.12",9452]94539454[[package]]9455name = "quinn-proto"9456version = "0.9.3"9457source = "registry+https://github.com/rust-lang/crates.io-index"9458checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c"9459dependencies = [9460 "bytes",9461 "rand 0.8.5",9462 "ring",9463 "rustc-hash",9464 "rustls 0.20.8",9465 "slab",9466 "thiserror",9467 "tinyvec",9468 "tracing",9469 "webpki 0.22.0",9470]94719472[[package]]9473name = "quote"9474version = "1.0.27"9475source = "registry+https://github.com/rust-lang/crates.io-index"9476checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"9477dependencies = [9478 "proc-macro2",9479]94809481[[package]]9482name = "radium"9483version = "0.7.0"9484source = "registry+https://github.com/rust-lang/crates.io-index"9485checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"94869487[[package]]9488name = "rand"9489version = "0.7.3"9490source = "registry+https://github.com/rust-lang/crates.io-index"9491checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9492dependencies = [9493 "getrandom 0.1.16",9494 "libc",9495 "rand_chacha 0.2.2",9496 "rand_core 0.5.1",9497 "rand_hc",9498]94999500[[package]]9501name = "rand"9502version = "0.8.5"9503source = "registry+https://github.com/rust-lang/crates.io-index"9504checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9505dependencies = [9506 "libc",9507 "rand_chacha 0.3.1",9508 "rand_core 0.6.4",9509]95109511[[package]]9512name = "rand_chacha"9513version = "0.2.2"9514source = "registry+https://github.com/rust-lang/crates.io-index"9515checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9516dependencies = [9517 "ppv-lite86",9518 "rand_core 0.5.1",9519]95209521[[package]]9522name = "rand_chacha"9523version = "0.3.1"9524source = "registry+https://github.com/rust-lang/crates.io-index"9525checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9526dependencies = [9527 "ppv-lite86",9528 "rand_core 0.6.4",9529]95309531[[package]]9532name = "rand_core"9533version = "0.5.1"9534source = "registry+https://github.com/rust-lang/crates.io-index"9535checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9536dependencies = [9537 "getrandom 0.1.16",9538]95399540[[package]]9541name = "rand_core"9542version = "0.6.4"9543source = "registry+https://github.com/rust-lang/crates.io-index"9544checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9545dependencies = [9546 "getrandom 0.2.9",9547]95489549[[package]]9550name = "rand_hc"9551version = "0.2.0"9552source = "registry+https://github.com/rust-lang/crates.io-index"9553checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9554dependencies = [9555 "rand_core 0.5.1",9556]95579558[[package]]9559name = "rand_pcg"9560version = "0.3.1"9561source = "registry+https://github.com/rust-lang/crates.io-index"9562checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9563dependencies = [9564 "rand_core 0.6.4",9565]95669567[[package]]9568name = "rawpointer"9569version = "0.2.1"9570source = "registry+https://github.com/rust-lang/crates.io-index"9571checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"95729573[[package]]9574name = "rayon"9575version = "1.7.0"9576source = "registry+https://github.com/rust-lang/crates.io-index"9577checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"9578dependencies = [9579 "either",9580 "rayon-core",9581]95829583[[package]]9584name = "rayon-core"9585version = "1.11.0"9586source = "registry+https://github.com/rust-lang/crates.io-index"9587checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"9588dependencies = [9589 "crossbeam-channel",9590 "crossbeam-deque",9591 "crossbeam-utils",9592 "num_cpus",9593]95949595[[package]]9596name = "rcgen"9597version = "0.9.3"9598source = "registry+https://github.com/rust-lang/crates.io-index"9599checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"9600dependencies = [9601 "pem",9602 "ring",9603 "time 0.3.21",9604 "x509-parser 0.13.2",9605 "yasna",9606]96079608[[package]]9609name = "rcgen"9610version = "0.10.0"9611source = "registry+https://github.com/rust-lang/crates.io-index"9612checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"9613dependencies = [9614 "pem",9615 "ring",9616 "time 0.3.21",9617 "yasna",9618]96199620[[package]]9621name = "redox_syscall"9622version = "0.2.16"9623source = "registry+https://github.com/rust-lang/crates.io-index"9624checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9625dependencies = [9626 "bitflags",9627]96289629[[package]]9630name = "redox_syscall"9631version = "0.3.5"9632source = "registry+https://github.com/rust-lang/crates.io-index"9633checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"9634dependencies = [9635 "bitflags",9636]96379638[[package]]9639name = "redox_users"9640version = "0.4.3"9641source = "registry+https://github.com/rust-lang/crates.io-index"9642checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9643dependencies = [9644 "getrandom 0.2.9",9645 "redox_syscall 0.2.16",9646 "thiserror",9647]96489649[[package]]9650name = "reed-solomon-novelpoly"9651version = "1.0.0"9652source = "registry+https://github.com/rust-lang/crates.io-index"9653checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9654dependencies = [9655 "derive_more",9656 "fs-err",9657 "itertools",9658 "static_init 0.5.2",9659 "thiserror",9660]96619662[[package]]9663name = "ref-cast"9664version = "1.0.16"9665source = "registry+https://github.com/rust-lang/crates.io-index"9666checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"9667dependencies = [9668 "ref-cast-impl",9669]96709671[[package]]9672name = "ref-cast-impl"9673version = "1.0.16"9674source = "registry+https://github.com/rust-lang/crates.io-index"9675checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"9676dependencies = [9677 "proc-macro2",9678 "quote",9679 "syn 2.0.16",9680]96819682[[package]]9683name = "regalloc2"9684version = "0.5.1"9685source = "registry+https://github.com/rust-lang/crates.io-index"9686checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"9687dependencies = [9688 "fxhash",9689 "log",9690 "slice-group-by",9691 "smallvec",9692]96939694[[package]]9695name = "regex"9696version = "1.8.1"9697source = "registry+https://github.com/rust-lang/crates.io-index"9698checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"9699dependencies = [9700 "aho-corasick 1.0.1",9701 "memchr",9702 "regex-syntax 0.7.1",9703]97049705[[package]]9706name = "regex-automata"9707version = "0.1.10"9708source = "registry+https://github.com/rust-lang/crates.io-index"9709checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9710dependencies = [9711 "regex-syntax 0.6.29",9712]97139714[[package]]9715name = "regex-syntax"9716version = "0.6.29"9717source = "registry+https://github.com/rust-lang/crates.io-index"9718checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"97199720[[package]]9721name = "regex-syntax"9722version = "0.7.1"9723source = "registry+https://github.com/rust-lang/crates.io-index"9724checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"97259726[[package]]9727name = "region"9728version = "3.0.0"9729source = "registry+https://github.com/rust-lang/crates.io-index"9730checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"9731dependencies = [9732 "bitflags",9733 "libc",9734 "mach",9735 "winapi",9736]97379738[[package]]9739name = "resolv-conf"9740version = "0.7.0"9741source = "registry+https://github.com/rust-lang/crates.io-index"9742checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9743dependencies = [9744 "hostname",9745 "quick-error",9746]97479748[[package]]9749name = "rfc6979"9750version = "0.3.1"9751source = "registry+https://github.com/rust-lang/crates.io-index"9752checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9753dependencies = [9754 "crypto-bigint 0.4.9",9755 "hmac 0.12.1",9756 "zeroize",9757]97589759[[package]]9760name = "rfc6979"9761version = "0.4.0"9762source = "registry+https://github.com/rust-lang/crates.io-index"9763checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"9764dependencies = [9765 "hmac 0.12.1",9766 "subtle",9767]97689769[[package]]9770name = "ring"9771version = "0.16.20"9772source = "registry+https://github.com/rust-lang/crates.io-index"9773checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9774dependencies = [9775 "cc",9776 "libc",9777 "once_cell",9778 "spin",9779 "untrusted",9780 "web-sys",9781 "winapi",9782]97839784[[package]]9785name = "ripemd"9786version = "0.1.3"9787source = "registry+https://github.com/rust-lang/crates.io-index"9788checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9789dependencies = [9790 "digest 0.10.7",9791]97929793[[package]]9794name = "rlp"9795version = "0.5.2"9796source = "registry+https://github.com/rust-lang/crates.io-index"9797checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9798dependencies = [9799 "bytes",9800 "rlp-derive",9801 "rustc-hex",9802]98039804[[package]]9805name = "rlp-derive"9806version = "0.1.0"9807source = "registry+https://github.com/rust-lang/crates.io-index"9808checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9809dependencies = [9810 "proc-macro2",9811 "quote",9812 "syn 1.0.109",9813]98149815[[package]]9816name = "rocksdb"9817version = "0.20.1"9818source = "registry+https://github.com/rust-lang/crates.io-index"9819checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"9820dependencies = [9821 "libc",9822 "librocksdb-sys",9823]98249825[[package]]9826name = "rococo-runtime"9827version = "0.9.42"9828source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9829dependencies = [9830 "binary-merkle-tree",9831 "frame-benchmarking",9832 "frame-executive",9833 "frame-support",9834 "frame-system",9835 "frame-system-benchmarking",9836 "frame-system-rpc-runtime-api",9837 "frame-try-runtime",9838 "hex-literal",9839 "log",9840 "pallet-authority-discovery",9841 "pallet-authorship",9842 "pallet-babe",9843 "pallet-balances",9844 "pallet-beefy",9845 "pallet-beefy-mmr",9846 "pallet-bounties",9847 "pallet-child-bounties",9848 "pallet-collective",9849 "pallet-democracy",9850 "pallet-elections-phragmen",9851 "pallet-grandpa",9852 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",9853 "pallet-im-online",9854 "pallet-indices",9855 "pallet-membership",9856 "pallet-mmr",9857 "pallet-multisig",9858 "pallet-nis",9859 "pallet-offences",9860 "pallet-preimage",9861 "pallet-proxy",9862 "pallet-recovery",9863 "pallet-scheduler",9864 "pallet-session",9865 "pallet-society",9866 "pallet-staking",9867 "pallet-state-trie-migration",9868 "pallet-sudo",9869 "pallet-timestamp",9870 "pallet-tips",9871 "pallet-transaction-payment",9872 "pallet-transaction-payment-rpc-runtime-api",9873 "pallet-treasury",9874 "pallet-utility",9875 "pallet-vesting",9876 "pallet-xcm",9877 "pallet-xcm-benchmarks",9878 "parity-scale-codec",9879 "polkadot-parachain",9880 "polkadot-primitives",9881 "polkadot-runtime-common",9882 "polkadot-runtime-parachains",9883 "rococo-runtime-constants",9884 "scale-info",9885 "serde",9886 "serde_derive",9887 "smallvec",9888 "sp-api",9889 "sp-authority-discovery",9890 "sp-block-builder",9891 "sp-consensus-babe",9892 "sp-consensus-beefy",9893 "sp-core",9894 "sp-inherents",9895 "sp-io",9896 "sp-mmr-primitives",9897 "sp-offchain",9898 "sp-runtime",9899 "sp-session",9900 "sp-staking",9901 "sp-std",9902 "sp-transaction-pool",9903 "sp-version",9904 "static_assertions",9905 "substrate-wasm-builder",9906 "xcm",9907 "xcm-builder",9908 "xcm-executor",9909]99109911[[package]]9912name = "rococo-runtime-constants"9913version = "0.9.42"9914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9915dependencies = [9916 "frame-support",9917 "polkadot-primitives",9918 "polkadot-runtime-common",9919 "smallvec",9920 "sp-core",9921 "sp-runtime",9922 "sp-weights",9923]99249925[[package]]9926name = "rpassword"9927version = "7.2.0"9928source = "registry+https://github.com/rust-lang/crates.io-index"9929checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9930dependencies = [9931 "libc",9932 "rtoolbox",9933 "winapi",9934]99359936[[package]]9937name = "rtcp"9938version = "0.7.2"9939source = "registry+https://github.com/rust-lang/crates.io-index"9940checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"9941dependencies = [9942 "bytes",9943 "thiserror",9944 "webrtc-util",9945]99469947[[package]]9948name = "rtnetlink"9949version = "0.10.1"9950source = "registry+https://github.com/rust-lang/crates.io-index"9951checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9952dependencies = [9953 "futures",9954 "log",9955 "netlink-packet-route",9956 "netlink-proto",9957 "nix",9958 "thiserror",9959 "tokio",9960]99619962[[package]]9963name = "rtoolbox"9964version = "0.0.1"9965source = "registry+https://github.com/rust-lang/crates.io-index"9966checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9967dependencies = [9968 "libc",9969 "winapi",9970]99719972[[package]]9973name = "rtp"9974version = "0.6.8"9975source = "registry+https://github.com/rust-lang/crates.io-index"9976checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"9977dependencies = [9978 "async-trait",9979 "bytes",9980 "rand 0.8.5",9981 "serde",9982 "thiserror",9983 "webrtc-util",9984]99859986[[package]]9987name = "rustc-demangle"9988version = "0.1.23"9989source = "registry+https://github.com/rust-lang/crates.io-index"9990checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"99919992[[package]]9993name = "rustc-hash"9994version = "1.1.0"9995source = "registry+https://github.com/rust-lang/crates.io-index"9996checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"99979998[[package]]9999name = "rustc-hex"10000version = "2.1.0"10001source = "registry+https://github.com/rust-lang/crates.io-index"10002checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1000310004[[package]]10005name = "rustc_version"10006version = "0.4.0"10007source = "registry+https://github.com/rust-lang/crates.io-index"10008checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10009dependencies = [10010 "semver 1.0.17",10011]1001210013[[package]]10014name = "rusticata-macros"10015version = "4.1.0"10016source = "registry+https://github.com/rust-lang/crates.io-index"10017checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10018dependencies = [10019 "nom",10020]1002110022[[package]]10023name = "rustix"10024version = "0.36.14"10025source = "registry+https://github.com/rust-lang/crates.io-index"10026checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"10027dependencies = [10028 "bitflags",10029 "errno",10030 "io-lifetimes",10031 "libc",10032 "linux-raw-sys 0.1.4",10033 "windows-sys 0.45.0",10034]1003510036[[package]]10037name = "rustix"10038version = "0.37.19"10039source = "registry+https://github.com/rust-lang/crates.io-index"10040checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"10041dependencies = [10042 "bitflags",10043 "errno",10044 "io-lifetimes",10045 "libc",10046 "linux-raw-sys 0.3.8",10047 "windows-sys 0.48.0",10048]1004910050[[package]]10051name = "rustls"10052version = "0.19.1"10053source = "registry+https://github.com/rust-lang/crates.io-index"10054checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10055dependencies = [10056 "base64 0.13.1",10057 "log",10058 "ring",10059 "sct 0.6.1",10060 "webpki 0.21.4",10061]1006210063[[package]]10064name = "rustls"10065version = "0.20.8"10066source = "registry+https://github.com/rust-lang/crates.io-index"10067checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"10068dependencies = [10069 "log",10070 "ring",10071 "sct 0.7.0",10072 "webpki 0.22.0",10073]1007410075[[package]]10076name = "rustls-native-certs"10077version = "0.6.2"10078source = "registry+https://github.com/rust-lang/crates.io-index"10079checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"10080dependencies = [10081 "openssl-probe",10082 "rustls-pemfile",10083 "schannel",10084 "security-framework",10085]1008610087[[package]]10088name = "rustls-pemfile"10089version = "1.0.2"10090source = "registry+https://github.com/rust-lang/crates.io-index"10091checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"10092dependencies = [10093 "base64 0.21.1",10094]1009510096[[package]]10097name = "rustversion"10098version = "1.0.12"10099source = "registry+https://github.com/rust-lang/crates.io-index"10100checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"1010110102[[package]]10103name = "rw-stream-sink"10104version = "0.3.0"10105source = "registry+https://github.com/rust-lang/crates.io-index"10106checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10107dependencies = [10108 "futures",10109 "pin-project",10110 "static_assertions",10111]1011210113[[package]]10114name = "ryu"10115version = "1.0.13"10116source = "registry+https://github.com/rust-lang/crates.io-index"10117checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"1011810119[[package]]10120name = "safe_arch"10121version = "0.6.0"10122source = "registry+https://github.com/rust-lang/crates.io-index"10123checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"10124dependencies = [10125 "bytemuck",10126]1012710128[[package]]10129name = "same-file"10130version = "1.0.6"10131source = "registry+https://github.com/rust-lang/crates.io-index"10132checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10133dependencies = [10134 "winapi-util",10135]1013610137[[package]]10138name = "sc-allocator"10139version = "4.1.0-dev"10140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10141dependencies = [10142 "log",10143 "sp-core",10144 "sp-wasm-interface",10145 "thiserror",10146]1014710148[[package]]10149name = "sc-authority-discovery"10150version = "0.10.0-dev"10151source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10152dependencies = [10153 "async-trait",10154 "futures",10155 "futures-timer",10156 "ip_network",10157 "libp2p",10158 "log",10159 "parity-scale-codec",10160 "prost",10161 "prost-build",10162 "rand 0.8.5",10163 "sc-client-api",10164 "sc-network",10165 "sc-network-common",10166 "sp-api",10167 "sp-authority-discovery",10168 "sp-blockchain",10169 "sp-core",10170 "sp-keystore",10171 "sp-runtime",10172 "substrate-prometheus-endpoint",10173 "thiserror",10174]1017510176[[package]]10177name = "sc-basic-authorship"10178version = "0.10.0-dev"10179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10180dependencies = [10181 "futures",10182 "futures-timer",10183 "log",10184 "parity-scale-codec",10185 "sc-block-builder",10186 "sc-client-api",10187 "sc-proposer-metrics",10188 "sc-telemetry",10189 "sc-transaction-pool-api",10190 "sp-api",10191 "sp-blockchain",10192 "sp-consensus",10193 "sp-core",10194 "sp-inherents",10195 "sp-runtime",10196 "substrate-prometheus-endpoint",10197]1019810199[[package]]10200name = "sc-block-builder"10201version = "0.10.0-dev"10202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10203dependencies = [10204 "parity-scale-codec",10205 "sc-client-api",10206 "sp-api",10207 "sp-block-builder",10208 "sp-blockchain",10209 "sp-core",10210 "sp-inherents",10211 "sp-runtime",10212]1021310214[[package]]10215name = "sc-chain-spec"10216version = "4.0.0-dev"10217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10218dependencies = [10219 "memmap2",10220 "sc-chain-spec-derive",10221 "sc-client-api",10222 "sc-executor",10223 "sc-network",10224 "sc-telemetry",10225 "serde",10226 "serde_json",10227 "sp-blockchain",10228 "sp-core",10229 "sp-runtime",10230 "sp-state-machine",10231]1023210233[[package]]10234name = "sc-chain-spec-derive"10235version = "4.0.0-dev"10236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10237dependencies = [10238 "proc-macro-crate",10239 "proc-macro2",10240 "quote",10241 "syn 2.0.16",10242]1024310244[[package]]10245name = "sc-cli"10246version = "0.10.0-dev"10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10248dependencies = [10249 "array-bytes 4.2.0",10250 "chrono",10251 "clap",10252 "fdlimit",10253 "futures",10254 "libp2p",10255 "log",10256 "names",10257 "parity-scale-codec",10258 "rand 0.8.5",10259 "regex",10260 "rpassword",10261 "sc-client-api",10262 "sc-client-db",10263 "sc-keystore",10264 "sc-network",10265 "sc-network-common",10266 "sc-service",10267 "sc-telemetry",10268 "sc-tracing",10269 "sc-utils",10270 "serde",10271 "serde_json",10272 "sp-blockchain",10273 "sp-core",10274 "sp-keyring",10275 "sp-keystore",10276 "sp-panic-handler",10277 "sp-runtime",10278 "sp-version",10279 "thiserror",10280 "tiny-bip39",10281 "tokio",10282]1028310284[[package]]10285name = "sc-client-api"10286version = "4.0.0-dev"10287source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10288dependencies = [10289 "fnv",10290 "futures",10291 "log",10292 "parity-scale-codec",10293 "parking_lot 0.12.1",10294 "sc-executor",10295 "sc-transaction-pool-api",10296 "sc-utils",10297 "sp-api",10298 "sp-blockchain",10299 "sp-consensus",10300 "sp-core",10301 "sp-database",10302 "sp-externalities",10303 "sp-keystore",10304 "sp-runtime",10305 "sp-state-machine",10306 "sp-storage",10307 "substrate-prometheus-endpoint",10308]1030910310[[package]]10311name = "sc-client-db"10312version = "0.10.0-dev"10313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10314dependencies = [10315 "hash-db 0.16.0",10316 "kvdb",10317 "kvdb-memorydb",10318 "kvdb-rocksdb",10319 "linked-hash-map",10320 "log",10321 "parity-db",10322 "parity-scale-codec",10323 "parking_lot 0.12.1",10324 "sc-client-api",10325 "sc-state-db",10326 "schnellru",10327 "sp-arithmetic",10328 "sp-blockchain",10329 "sp-core",10330 "sp-database",10331 "sp-runtime",10332 "sp-state-machine",10333 "sp-trie",10334]1033510336[[package]]10337name = "sc-consensus"10338version = "0.10.0-dev"10339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10340dependencies = [10341 "async-trait",10342 "futures",10343 "futures-timer",10344 "libp2p",10345 "log",10346 "mockall",10347 "parking_lot 0.12.1",10348 "sc-client-api",10349 "sc-utils",10350 "serde",10351 "sp-api",10352 "sp-blockchain",10353 "sp-consensus",10354 "sp-core",10355 "sp-runtime",10356 "sp-state-machine",10357 "substrate-prometheus-endpoint",10358 "thiserror",10359]1036010361[[package]]10362name = "sc-consensus-aura"10363version = "0.10.0-dev"10364source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10365dependencies = [10366 "async-trait",10367 "futures",10368 "log",10369 "parity-scale-codec",10370 "sc-block-builder",10371 "sc-client-api",10372 "sc-consensus",10373 "sc-consensus-slots",10374 "sc-telemetry",10375 "sp-api",10376 "sp-application-crypto",10377 "sp-block-builder",10378 "sp-blockchain",10379 "sp-consensus",10380 "sp-consensus-aura",10381 "sp-consensus-slots",10382 "sp-core",10383 "sp-inherents",10384 "sp-keystore",10385 "sp-runtime",10386 "substrate-prometheus-endpoint",10387 "thiserror",10388]1038910390[[package]]10391name = "sc-consensus-babe"10392version = "0.10.0-dev"10393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10394dependencies = [10395 "async-trait",10396 "fork-tree",10397 "futures",10398 "log",10399 "num-bigint",10400 "num-rational",10401 "num-traits",10402 "parity-scale-codec",10403 "parking_lot 0.12.1",10404 "sc-client-api",10405 "sc-consensus",10406 "sc-consensus-epochs",10407 "sc-consensus-slots",10408 "sc-keystore",10409 "sc-telemetry",10410 "scale-info",10411 "sp-api",10412 "sp-application-crypto",10413 "sp-block-builder",10414 "sp-blockchain",10415 "sp-consensus",10416 "sp-consensus-babe",10417 "sp-consensus-slots",10418 "sp-core",10419 "sp-inherents",10420 "sp-keystore",10421 "sp-runtime",10422 "substrate-prometheus-endpoint",10423 "thiserror",10424]1042510426[[package]]10427name = "sc-consensus-babe-rpc"10428version = "0.10.0-dev"10429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10430dependencies = [10431 "futures",10432 "jsonrpsee",10433 "sc-consensus-babe",10434 "sc-consensus-epochs",10435 "sc-rpc-api",10436 "serde",10437 "sp-api",10438 "sp-application-crypto",10439 "sp-blockchain",10440 "sp-consensus",10441 "sp-consensus-babe",10442 "sp-core",10443 "sp-keystore",10444 "sp-runtime",10445 "thiserror",10446]1044710448[[package]]10449name = "sc-consensus-beefy"10450version = "4.0.0-dev"10451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10452dependencies = [10453 "array-bytes 4.2.0",10454 "async-trait",10455 "fnv",10456 "futures",10457 "log",10458 "parity-scale-codec",10459 "parking_lot 0.12.1",10460 "sc-client-api",10461 "sc-consensus",10462 "sc-keystore",10463 "sc-network",10464 "sc-network-common",10465 "sc-network-gossip",10466 "sc-network-sync",10467 "sc-utils",10468 "sp-api",10469 "sp-application-crypto",10470 "sp-arithmetic",10471 "sp-blockchain",10472 "sp-consensus",10473 "sp-consensus-beefy",10474 "sp-core",10475 "sp-keystore",10476 "sp-mmr-primitives",10477 "sp-runtime",10478 "substrate-prometheus-endpoint",10479 "thiserror",10480 "wasm-timer",10481]1048210483[[package]]10484name = "sc-consensus-beefy-rpc"10485version = "4.0.0-dev"10486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10487dependencies = [10488 "futures",10489 "jsonrpsee",10490 "log",10491 "parity-scale-codec",10492 "parking_lot 0.12.1",10493 "sc-consensus-beefy",10494 "sc-rpc",10495 "serde",10496 "sp-consensus-beefy",10497 "sp-core",10498 "sp-runtime",10499 "thiserror",10500]1050110502[[package]]10503name = "sc-consensus-epochs"10504version = "0.10.0-dev"10505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10506dependencies = [10507 "fork-tree",10508 "parity-scale-codec",10509 "sc-client-api",10510 "sc-consensus",10511 "sp-blockchain",10512 "sp-runtime",10513]1051410515[[package]]10516name = "sc-consensus-grandpa"10517version = "0.10.0-dev"10518source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10519dependencies = [10520 "ahash 0.8.3",10521 "array-bytes 4.2.0",10522 "async-trait",10523 "dyn-clone",10524 "finality-grandpa",10525 "fork-tree",10526 "futures",10527 "futures-timer",10528 "log",10529 "parity-scale-codec",10530 "parking_lot 0.12.1",10531 "rand 0.8.5",10532 "sc-block-builder",10533 "sc-chain-spec",10534 "sc-client-api",10535 "sc-consensus",10536 "sc-network",10537 "sc-network-common",10538 "sc-network-gossip",10539 "sc-telemetry",10540 "sc-utils",10541 "serde_json",10542 "sp-api",10543 "sp-application-crypto",10544 "sp-arithmetic",10545 "sp-blockchain",10546 "sp-consensus",10547 "sp-consensus-grandpa",10548 "sp-core",10549 "sp-keystore",10550 "sp-runtime",10551 "substrate-prometheus-endpoint",10552 "thiserror",10553]1055410555[[package]]10556name = "sc-consensus-grandpa-rpc"10557version = "0.10.0-dev"10558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10559dependencies = [10560 "finality-grandpa",10561 "futures",10562 "jsonrpsee",10563 "log",10564 "parity-scale-codec",10565 "sc-client-api",10566 "sc-consensus-grandpa",10567 "sc-rpc",10568 "serde",10569 "sp-blockchain",10570 "sp-core",10571 "sp-runtime",10572 "thiserror",10573]1057410575[[package]]10576name = "sc-consensus-manual-seal"10577version = "0.10.0-dev"10578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10579dependencies = [10580 "assert_matches",10581 "async-trait",10582 "futures",10583 "jsonrpsee",10584 "log",10585 "parity-scale-codec",10586 "sc-client-api",10587 "sc-consensus",10588 "sc-consensus-aura",10589 "sc-consensus-babe",10590 "sc-consensus-epochs",10591 "sc-transaction-pool",10592 "sc-transaction-pool-api",10593 "serde",10594 "sp-api",10595 "sp-blockchain",10596 "sp-consensus",10597 "sp-consensus-aura",10598 "sp-consensus-babe",10599 "sp-consensus-slots",10600 "sp-core",10601 "sp-inherents",10602 "sp-keystore",10603 "sp-runtime",10604 "sp-timestamp",10605 "substrate-prometheus-endpoint",10606 "thiserror",10607]1060810609[[package]]10610name = "sc-consensus-slots"10611version = "0.10.0-dev"10612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10613dependencies = [10614 "async-trait",10615 "futures",10616 "futures-timer",10617 "log",10618 "parity-scale-codec",10619 "sc-client-api",10620 "sc-consensus",10621 "sc-telemetry",10622 "sp-arithmetic",10623 "sp-blockchain",10624 "sp-consensus",10625 "sp-consensus-slots",10626 "sp-core",10627 "sp-inherents",10628 "sp-runtime",10629 "sp-state-machine",10630]1063110632[[package]]10633name = "sc-executor"10634version = "0.10.0-dev"10635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10636dependencies = [10637 "lru 0.8.1",10638 "parity-scale-codec",10639 "parking_lot 0.12.1",10640 "sc-executor-common",10641 "sc-executor-wasmi",10642 "sc-executor-wasmtime",10643 "sp-api",10644 "sp-core",10645 "sp-externalities",10646 "sp-io",10647 "sp-panic-handler",10648 "sp-runtime-interface",10649 "sp-trie",10650 "sp-version",10651 "sp-wasm-interface",10652 "tracing",10653 "wasmi",10654]1065510656[[package]]10657name = "sc-executor-common"10658version = "0.10.0-dev"10659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10660dependencies = [10661 "sc-allocator",10662 "sp-maybe-compressed-blob",10663 "sp-wasm-interface",10664 "thiserror",10665 "wasm-instrument",10666 "wasmi",10667]1066810669[[package]]10670name = "sc-executor-wasmi"10671version = "0.10.0-dev"10672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10673dependencies = [10674 "log",10675 "sc-allocator",10676 "sc-executor-common",10677 "sp-runtime-interface",10678 "sp-wasm-interface",10679 "wasmi",10680]1068110682[[package]]10683name = "sc-executor-wasmtime"10684version = "0.10.0-dev"10685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10686dependencies = [10687 "anyhow",10688 "cfg-if",10689 "libc",10690 "log",10691 "once_cell",10692 "rustix 0.36.14",10693 "sc-allocator",10694 "sc-executor-common",10695 "sp-runtime-interface",10696 "sp-wasm-interface",10697 "wasmtime",10698]1069910700[[package]]10701name = "sc-informant"10702version = "0.10.0-dev"10703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10704dependencies = [10705 "ansi_term",10706 "futures",10707 "futures-timer",10708 "log",10709 "sc-client-api",10710 "sc-network",10711 "sc-network-common",10712 "sp-blockchain",10713 "sp-runtime",10714]1071510716[[package]]10717name = "sc-keystore"10718version = "4.0.0-dev"10719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10720dependencies = [10721 "array-bytes 4.2.0",10722 "async-trait",10723 "parking_lot 0.12.1",10724 "serde_json",10725 "sp-application-crypto",10726 "sp-core",10727 "sp-keystore",10728 "thiserror",10729]1073010731[[package]]10732name = "sc-network"10733version = "0.10.0-dev"10734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10735dependencies = [10736 "array-bytes 4.2.0",10737 "async-channel",10738 "async-trait",10739 "asynchronous-codec",10740 "bytes",10741 "either",10742 "fnv",10743 "futures",10744 "futures-timer",10745 "ip_network",10746 "libp2p",10747 "linked_hash_set",10748 "log",10749 "lru 0.8.1",10750 "mockall",10751 "parity-scale-codec",10752 "parking_lot 0.12.1",10753 "pin-project",10754 "rand 0.8.5",10755 "sc-block-builder",10756 "sc-client-api",10757 "sc-consensus",10758 "sc-network-common",10759 "sc-peerset",10760 "sc-utils",10761 "serde",10762 "serde_json",10763 "smallvec",10764 "snow",10765 "sp-arithmetic",10766 "sp-blockchain",10767 "sp-consensus",10768 "sp-core",10769 "sp-runtime",10770 "substrate-prometheus-endpoint",10771 "thiserror",10772 "unsigned-varint",10773 "zeroize",10774]1077510776[[package]]10777name = "sc-network-bitswap"10778version = "0.10.0-dev"10779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10780dependencies = [10781 "cid",10782 "futures",10783 "libp2p",10784 "log",10785 "prost",10786 "prost-build",10787 "sc-client-api",10788 "sc-network",10789 "sc-network-common",10790 "sp-blockchain",10791 "sp-runtime",10792 "thiserror",10793 "unsigned-varint",10794]1079510796[[package]]10797name = "sc-network-common"10798version = "0.10.0-dev"10799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10800dependencies = [10801 "array-bytes 4.2.0",10802 "async-trait",10803 "bitflags",10804 "bytes",10805 "futures",10806 "futures-timer",10807 "libp2p",10808 "parity-scale-codec",10809 "prost-build",10810 "sc-consensus",10811 "sc-peerset",10812 "sc-utils",10813 "serde",10814 "smallvec",10815 "sp-blockchain",10816 "sp-consensus",10817 "sp-consensus-grandpa",10818 "sp-runtime",10819 "substrate-prometheus-endpoint",10820 "thiserror",10821 "zeroize",10822]1082310824[[package]]10825name = "sc-network-gossip"10826version = "0.10.0-dev"10827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10828dependencies = [10829 "ahash 0.8.3",10830 "futures",10831 "futures-timer",10832 "libp2p",10833 "log",10834 "lru 0.8.1",10835 "sc-network",10836 "sc-network-common",10837 "sc-peerset",10838 "sp-runtime",10839 "substrate-prometheus-endpoint",10840 "tracing",10841]1084210843[[package]]10844name = "sc-network-light"10845version = "0.10.0-dev"10846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10847dependencies = [10848 "array-bytes 4.2.0",10849 "futures",10850 "libp2p",10851 "log",10852 "parity-scale-codec",10853 "prost",10854 "prost-build",10855 "sc-client-api",10856 "sc-network",10857 "sc-network-common",10858 "sc-peerset",10859 "sp-blockchain",10860 "sp-core",10861 "sp-runtime",10862 "thiserror",10863]1086410865[[package]]10866name = "sc-network-sync"10867version = "0.10.0-dev"10868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10869dependencies = [10870 "array-bytes 4.2.0",10871 "async-trait",10872 "fork-tree",10873 "futures",10874 "futures-timer",10875 "libp2p",10876 "log",10877 "lru 0.8.1",10878 "mockall",10879 "parity-scale-codec",10880 "prost",10881 "prost-build",10882 "sc-client-api",10883 "sc-consensus",10884 "sc-network",10885 "sc-network-common",10886 "sc-peerset",10887 "sc-utils",10888 "smallvec",10889 "sp-arithmetic",10890 "sp-blockchain",10891 "sp-consensus",10892 "sp-consensus-grandpa",10893 "sp-core",10894 "sp-runtime",10895 "substrate-prometheus-endpoint",10896 "thiserror",10897]1089810899[[package]]10900name = "sc-network-transactions"10901version = "0.10.0-dev"10902source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10903dependencies = [10904 "array-bytes 4.2.0",10905 "futures",10906 "libp2p",10907 "log",10908 "parity-scale-codec",10909 "pin-project",10910 "sc-network",10911 "sc-network-common",10912 "sc-peerset",10913 "sc-utils",10914 "sp-consensus",10915 "sp-runtime",10916 "substrate-prometheus-endpoint",10917]1091810919[[package]]10920name = "sc-offchain"10921version = "4.0.0-dev"10922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10923dependencies = [10924 "array-bytes 4.2.0",10925 "bytes",10926 "fnv",10927 "futures",10928 "futures-timer",10929 "hyper",10930 "hyper-rustls",10931 "libp2p",10932 "num_cpus",10933 "once_cell",10934 "parity-scale-codec",10935 "parking_lot 0.12.1",10936 "rand 0.8.5",10937 "sc-client-api",10938 "sc-network",10939 "sc-network-common",10940 "sc-peerset",10941 "sc-utils",10942 "sp-api",10943 "sp-core",10944 "sp-offchain",10945 "sp-runtime",10946 "threadpool",10947 "tracing",10948]1094910950[[package]]10951name = "sc-peerset"10952version = "4.0.0-dev"10953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10954dependencies = [10955 "futures",10956 "libp2p",10957 "log",10958 "sc-utils",10959 "serde_json",10960 "wasm-timer",10961]1096210963[[package]]10964name = "sc-proposer-metrics"10965version = "0.10.0-dev"10966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10967dependencies = [10968 "log",10969 "substrate-prometheus-endpoint",10970]1097110972[[package]]10973name = "sc-rpc"10974version = "4.0.0-dev"10975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10976dependencies = [10977 "futures",10978 "jsonrpsee",10979 "log",10980 "parity-scale-codec",10981 "parking_lot 0.12.1",10982 "sc-block-builder",10983 "sc-chain-spec",10984 "sc-client-api",10985 "sc-rpc-api",10986 "sc-tracing",10987 "sc-transaction-pool-api",10988 "sc-utils",10989 "serde_json",10990 "sp-api",10991 "sp-blockchain",10992 "sp-core",10993 "sp-keystore",10994 "sp-offchain",10995 "sp-rpc",10996 "sp-runtime",10997 "sp-session",10998 "sp-version",10999 "tokio",11000]1100111002[[package]]11003name = "sc-rpc-api"11004version = "0.10.0-dev"11005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11006dependencies = [11007 "jsonrpsee",11008 "parity-scale-codec",11009 "sc-chain-spec",11010 "sc-transaction-pool-api",11011 "scale-info",11012 "serde",11013 "serde_json",11014 "sp-core",11015 "sp-rpc",11016 "sp-runtime",11017 "sp-version",11018 "thiserror",11019]1102011021[[package]]11022name = "sc-rpc-server"11023version = "4.0.0-dev"11024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11025dependencies = [11026 "http",11027 "jsonrpsee",11028 "log",11029 "serde_json",11030 "substrate-prometheus-endpoint",11031 "tokio",11032 "tower",11033 "tower-http",11034]1103511036[[package]]11037name = "sc-rpc-spec-v2"11038version = "0.10.0-dev"11039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11040dependencies = [11041 "array-bytes 4.2.0",11042 "futures",11043 "futures-util",11044 "hex",11045 "jsonrpsee",11046 "log",11047 "parity-scale-codec",11048 "parking_lot 0.12.1",11049 "sc-chain-spec",11050 "sc-client-api",11051 "sc-transaction-pool-api",11052 "serde",11053 "sp-api",11054 "sp-blockchain",11055 "sp-core",11056 "sp-runtime",11057 "sp-version",11058 "thiserror",11059 "tokio-stream",11060]1106111062[[package]]11063name = "sc-service"11064version = "0.10.0-dev"11065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11066dependencies = [11067 "async-trait",11068 "directories",11069 "exit-future",11070 "futures",11071 "futures-timer",11072 "jsonrpsee",11073 "log",11074 "parity-scale-codec",11075 "parking_lot 0.12.1",11076 "pin-project",11077 "rand 0.8.5",11078 "sc-block-builder",11079 "sc-chain-spec",11080 "sc-client-api",11081 "sc-client-db",11082 "sc-consensus",11083 "sc-executor",11084 "sc-informant",11085 "sc-keystore",11086 "sc-network",11087 "sc-network-bitswap",11088 "sc-network-common",11089 "sc-network-light",11090 "sc-network-sync",11091 "sc-network-transactions",11092 "sc-offchain",11093 "sc-rpc",11094 "sc-rpc-server",11095 "sc-rpc-spec-v2",11096 "sc-storage-monitor",11097 "sc-sysinfo",11098 "sc-telemetry",11099 "sc-tracing",11100 "sc-transaction-pool",11101 "sc-transaction-pool-api",11102 "sc-utils",11103 "serde",11104 "serde_json",11105 "sp-api",11106 "sp-blockchain",11107 "sp-consensus",11108 "sp-core",11109 "sp-externalities",11110 "sp-keystore",11111 "sp-runtime",11112 "sp-session",11113 "sp-state-machine",11114 "sp-storage",11115 "sp-transaction-pool",11116 "sp-transaction-storage-proof",11117 "sp-trie",11118 "sp-version",11119 "static_init 1.0.3",11120 "substrate-prometheus-endpoint",11121 "tempfile",11122 "thiserror",11123 "tokio",11124 "tracing",11125 "tracing-futures",11126]1112711128[[package]]11129name = "sc-state-db"11130version = "0.10.0-dev"11131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11132dependencies = [11133 "log",11134 "parity-scale-codec",11135 "parking_lot 0.12.1",11136 "sp-core",11137]1113811139[[package]]11140name = "sc-storage-monitor"11141version = "0.1.0"11142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11143dependencies = [11144 "clap",11145 "fs4",11146 "futures",11147 "log",11148 "sc-client-db",11149 "sc-utils",11150 "sp-core",11151 "thiserror",11152 "tokio",11153]1115411155[[package]]11156name = "sc-sync-state-rpc"11157version = "0.10.0-dev"11158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11159dependencies = [11160 "jsonrpsee",11161 "parity-scale-codec",11162 "sc-chain-spec",11163 "sc-client-api",11164 "sc-consensus-babe",11165 "sc-consensus-epochs",11166 "sc-consensus-grandpa",11167 "serde",11168 "serde_json",11169 "sp-blockchain",11170 "sp-runtime",11171 "thiserror",11172]1117311174[[package]]11175name = "sc-sysinfo"11176version = "6.0.0-dev"11177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11178dependencies = [11179 "futures",11180 "libc",11181 "log",11182 "rand 0.8.5",11183 "rand_pcg",11184 "regex",11185 "sc-telemetry",11186 "serde",11187 "serde_json",11188 "sp-core",11189 "sp-io",11190 "sp-std",11191]1119211193[[package]]11194name = "sc-telemetry"11195version = "4.0.0-dev"11196source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11197dependencies = [11198 "chrono",11199 "futures",11200 "libp2p",11201 "log",11202 "parking_lot 0.12.1",11203 "pin-project",11204 "rand 0.8.5",11205 "sc-utils",11206 "serde",11207 "serde_json",11208 "thiserror",11209 "wasm-timer",11210]1121111212[[package]]11213name = "sc-tracing"11214version = "4.0.0-dev"11215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11216dependencies = [11217 "ansi_term",11218 "atty",11219 "chrono",11220 "lazy_static",11221 "libc",11222 "log",11223 "once_cell",11224 "parking_lot 0.12.1",11225 "regex",11226 "rustc-hash",11227 "sc-client-api",11228 "sc-rpc-server",11229 "sc-tracing-proc-macro",11230 "serde",11231 "sp-api",11232 "sp-blockchain",11233 "sp-core",11234 "sp-rpc",11235 "sp-runtime",11236 "sp-tracing",11237 "thiserror",11238 "tracing",11239 "tracing-log",11240 "tracing-subscriber",11241]1124211243[[package]]11244name = "sc-tracing-proc-macro"11245version = "4.0.0-dev"11246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11247dependencies = [11248 "proc-macro-crate",11249 "proc-macro2",11250 "quote",11251 "syn 2.0.16",11252]1125311254[[package]]11255name = "sc-transaction-pool"11256version = "4.0.0-dev"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11258dependencies = [11259 "async-trait",11260 "futures",11261 "futures-timer",11262 "linked-hash-map",11263 "log",11264 "num-traits",11265 "parity-scale-codec",11266 "parking_lot 0.12.1",11267 "sc-client-api",11268 "sc-transaction-pool-api",11269 "sc-utils",11270 "serde",11271 "sp-api",11272 "sp-blockchain",11273 "sp-core",11274 "sp-runtime",11275 "sp-tracing",11276 "sp-transaction-pool",11277 "substrate-prometheus-endpoint",11278 "thiserror",11279]1128011281[[package]]11282name = "sc-transaction-pool-api"11283version = "4.0.0-dev"11284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11285dependencies = [11286 "async-trait",11287 "futures",11288 "log",11289 "serde",11290 "sp-blockchain",11291 "sp-runtime",11292 "thiserror",11293]1129411295[[package]]11296name = "sc-utils"11297version = "4.0.0-dev"11298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11299dependencies = [11300 "async-channel",11301 "futures",11302 "futures-timer",11303 "lazy_static",11304 "log",11305 "parking_lot 0.12.1",11306 "prometheus",11307 "sp-arithmetic",11308]1130911310[[package]]11311name = "scale-info"11312version = "2.7.0"11313source = "registry+https://github.com/rust-lang/crates.io-index"11314checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"11315dependencies = [11316 "bitvec",11317 "cfg-if",11318 "derive_more",11319 "parity-scale-codec",11320 "scale-info-derive",11321 "serde",11322]1132311324[[package]]11325name = "scale-info-derive"11326version = "2.6.0"11327source = "registry+https://github.com/rust-lang/crates.io-index"11328checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"11329dependencies = [11330 "proc-macro-crate",11331 "proc-macro2",11332 "quote",11333 "syn 1.0.109",11334]1133511336[[package]]11337name = "schannel"11338version = "0.1.21"11339source = "registry+https://github.com/rust-lang/crates.io-index"11340checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"11341dependencies = [11342 "windows-sys 0.42.0",11343]1134411345[[package]]11346name = "schnellru"11347version = "0.2.1"11348source = "registry+https://github.com/rust-lang/crates.io-index"11349checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"11350dependencies = [11351 "ahash 0.8.3",11352 "cfg-if",11353 "hashbrown 0.13.2",11354]1135511356[[package]]11357name = "schnorrkel"11358version = "0.9.1"11359source = "registry+https://github.com/rust-lang/crates.io-index"11360checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"11361dependencies = [11362 "arrayref",11363 "arrayvec 0.5.2",11364 "curve25519-dalek 2.1.3",11365 "getrandom 0.1.16",11366 "merlin",11367 "rand 0.7.3",11368 "rand_core 0.5.1",11369 "sha2 0.8.2",11370 "subtle",11371 "zeroize",11372]1137311374[[package]]11375name = "scopeguard"11376version = "1.1.0"11377source = "registry+https://github.com/rust-lang/crates.io-index"11378checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1137911380[[package]]11381name = "scratch"11382version = "1.0.5"11383source = "registry+https://github.com/rust-lang/crates.io-index"11384checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"1138511386[[package]]11387name = "sct"11388version = "0.6.1"11389source = "registry+https://github.com/rust-lang/crates.io-index"11390checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"11391dependencies = [11392 "ring",11393 "untrusted",11394]1139511396[[package]]11397name = "sct"11398version = "0.7.0"11399source = "registry+https://github.com/rust-lang/crates.io-index"11400checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"11401dependencies = [11402 "ring",11403 "untrusted",11404]1140511406[[package]]11407name = "sdp"11408version = "0.5.3"11409source = "registry+https://github.com/rust-lang/crates.io-index"11410checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"11411dependencies = [11412 "rand 0.8.5",11413 "substring",11414 "thiserror",11415 "url",11416]1141711418[[package]]11419name = "sec1"11420version = "0.3.0"11421source = "registry+https://github.com/rust-lang/crates.io-index"11422checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"11423dependencies = [11424 "base16ct 0.1.1",11425 "der 0.6.1",11426 "generic-array 0.14.7",11427 "pkcs8 0.9.0",11428 "subtle",11429 "zeroize",11430]1143111432[[package]]11433name = "sec1"11434version = "0.7.2"11435source = "registry+https://github.com/rust-lang/crates.io-index"11436checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"11437dependencies = [11438 "base16ct 0.2.0",11439 "der 0.7.6",11440 "generic-array 0.14.7",11441 "pkcs8 0.10.2",11442 "subtle",11443 "zeroize",11444]1144511446[[package]]11447name = "secp256k1"11448version = "0.24.3"11449source = "registry+https://github.com/rust-lang/crates.io-index"11450checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"11451dependencies = [11452 "secp256k1-sys",11453]1145411455[[package]]11456name = "secp256k1-sys"11457version = "0.6.1"11458source = "registry+https://github.com/rust-lang/crates.io-index"11459checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"11460dependencies = [11461 "cc",11462]1146311464[[package]]11465name = "secrecy"11466version = "0.8.0"11467source = "registry+https://github.com/rust-lang/crates.io-index"11468checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"11469dependencies = [11470 "zeroize",11471]1147211473[[package]]11474name = "security-framework"11475version = "2.9.1"11476source = "registry+https://github.com/rust-lang/crates.io-index"11477checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"11478dependencies = [11479 "bitflags",11480 "core-foundation",11481 "core-foundation-sys",11482 "libc",11483 "security-framework-sys",11484]1148511486[[package]]11487name = "security-framework-sys"11488version = "2.9.0"11489source = "registry+https://github.com/rust-lang/crates.io-index"11490checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"11491dependencies = [11492 "core-foundation-sys",11493 "libc",11494]1149511496[[package]]11497name = "semver"11498version = "0.6.0"11499source = "registry+https://github.com/rust-lang/crates.io-index"11500checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"11501dependencies = [11502 "semver-parser",11503]1150411505[[package]]11506name = "semver"11507version = "1.0.17"11508source = "registry+https://github.com/rust-lang/crates.io-index"11509checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"11510dependencies = [11511 "serde",11512]1151311514[[package]]11515name = "semver-parser"11516version = "0.7.0"11517source = "registry+https://github.com/rust-lang/crates.io-index"11518checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1151911520[[package]]11521name = "serde"11522version = "1.0.163"11523source = "registry+https://github.com/rust-lang/crates.io-index"11524checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"11525dependencies = [11526 "serde_derive",11527]1152811529[[package]]11530name = "serde_derive"11531version = "1.0.163"11532source = "registry+https://github.com/rust-lang/crates.io-index"11533checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"11534dependencies = [11535 "proc-macro2",11536 "quote",11537 "syn 2.0.16",11538]1153911540[[package]]11541name = "serde_json"11542version = "1.0.96"11543source = "registry+https://github.com/rust-lang/crates.io-index"11544checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"11545dependencies = [11546 "itoa",11547 "ryu",11548 "serde",11549]1155011551[[package]]11552name = "serde_spanned"11553version = "0.6.2"11554source = "registry+https://github.com/rust-lang/crates.io-index"11555checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"11556dependencies = [11557 "serde",11558]1155911560[[package]]11561name = "sha-1"11562version = "0.9.8"11563source = "registry+https://github.com/rust-lang/crates.io-index"11564checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"11565dependencies = [11566 "block-buffer 0.9.0",11567 "cfg-if",11568 "cpufeatures",11569 "digest 0.9.0",11570 "opaque-debug 0.3.0",11571]1157211573[[package]]11574name = "sha1"11575version = "0.10.5"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"11578dependencies = [11579 "cfg-if",11580 "cpufeatures",11581 "digest 0.10.7",11582]1158311584[[package]]11585name = "sha2"11586version = "0.8.2"11587source = "registry+https://github.com/rust-lang/crates.io-index"11588checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"11589dependencies = [11590 "block-buffer 0.7.3",11591 "digest 0.8.1",11592 "fake-simd",11593 "opaque-debug 0.2.3",11594]1159511596[[package]]11597name = "sha2"11598version = "0.9.9"11599source = "registry+https://github.com/rust-lang/crates.io-index"11600checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"11601dependencies = [11602 "block-buffer 0.9.0",11603 "cfg-if",11604 "cpufeatures",11605 "digest 0.9.0",11606 "opaque-debug 0.3.0",11607]1160811609[[package]]11610name = "sha2"11611version = "0.10.6"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"11614dependencies = [11615 "cfg-if",11616 "cpufeatures",11617 "digest 0.10.7",11618]1161911620[[package]]11621name = "sha3"11622version = "0.8.2"11623source = "registry+https://github.com/rust-lang/crates.io-index"11624checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"11625dependencies = [11626 "block-buffer 0.7.3",11627 "byte-tools",11628 "digest 0.8.1",11629 "keccak",11630 "opaque-debug 0.2.3",11631]1163211633[[package]]11634name = "sha3"11635version = "0.10.8"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"11638dependencies = [11639 "digest 0.10.7",11640 "keccak",11641]1164211643[[package]]11644name = "sha3-const"11645version = "0.1.1"11646source = "registry+https://github.com/rust-lang/crates.io-index"11647checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1164811649[[package]]11650name = "sharded-slab"11651version = "0.1.4"11652source = "registry+https://github.com/rust-lang/crates.io-index"11653checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11654dependencies = [11655 "lazy_static",11656]1165711658[[package]]11659name = "shlex"11660version = "1.1.0"11661source = "registry+https://github.com/rust-lang/crates.io-index"11662checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1166311664[[package]]11665name = "signal-hook-registry"11666version = "1.4.1"11667source = "registry+https://github.com/rust-lang/crates.io-index"11668checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"11669dependencies = [11670 "libc",11671]1167211673[[package]]11674name = "signature"11675version = "1.6.4"11676source = "registry+https://github.com/rust-lang/crates.io-index"11677checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11678dependencies = [11679 "digest 0.10.7",11680 "rand_core 0.6.4",11681]1168211683[[package]]11684name = "signature"11685version = "2.1.0"11686source = "registry+https://github.com/rust-lang/crates.io-index"11687checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"11688dependencies = [11689 "digest 0.10.7",11690 "rand_core 0.6.4",11691]1169211693[[package]]11694name = "simba"11695version = "0.8.1"11696source = "registry+https://github.com/rust-lang/crates.io-index"11697checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"11698dependencies = [11699 "approx",11700 "num-complex",11701 "num-traits",11702 "paste",11703 "wide",11704]1170511706[[package]]11707name = "siphasher"11708version = "0.3.10"11709source = "registry+https://github.com/rust-lang/crates.io-index"11710checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"1171111712[[package]]11713name = "slab"11714version = "0.4.8"11715source = "registry+https://github.com/rust-lang/crates.io-index"11716checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"11717dependencies = [11718 "autocfg",11719]1172011721[[package]]11722name = "slice-group-by"11723version = "0.3.1"11724source = "registry+https://github.com/rust-lang/crates.io-index"11725checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1172611727[[package]]11728name = "slot-range-helper"11729version = "0.9.42"11730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"11731dependencies = [11732 "enumn",11733 "parity-scale-codec",11734 "paste",11735 "sp-runtime",11736 "sp-std",11737]1173811739[[package]]11740name = "slotmap"11741version = "1.0.6"11742source = "registry+https://github.com/rust-lang/crates.io-index"11743checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11744dependencies = [11745 "version_check",11746]1174711748[[package]]11749name = "smallvec"11750version = "1.10.0"11751source = "registry+https://github.com/rust-lang/crates.io-index"11752checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1175311754[[package]]11755name = "snap"11756version = "1.1.0"11757source = "registry+https://github.com/rust-lang/crates.io-index"11758checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1175911760[[package]]11761name = "snow"11762version = "0.9.2"11763source = "registry+https://github.com/rust-lang/crates.io-index"11764checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733"11765dependencies = [11766 "aes-gcm 0.9.4",11767 "blake2",11768 "chacha20poly1305",11769 "curve25519-dalek 4.0.0-rc.1",11770 "rand_core 0.6.4",11771 "ring",11772 "rustc_version",11773 "sha2 0.10.6",11774 "subtle",11775]1177611777[[package]]11778name = "socket2"11779version = "0.4.9"11780source = "registry+https://github.com/rust-lang/crates.io-index"11781checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"11782dependencies = [11783 "libc",11784 "winapi",11785]1178611787[[package]]11788name = "soketto"11789version = "0.7.1"11790source = "registry+https://github.com/rust-lang/crates.io-index"11791checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11792dependencies = [11793 "base64 0.13.1",11794 "bytes",11795 "flate2",11796 "futures",11797 "http",11798 "httparse",11799 "log",11800 "rand 0.8.5",11801 "sha-1",11802]1180311804[[package]]11805name = "sp-api"11806version = "4.0.0-dev"11807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11808dependencies = [11809 "hash-db 0.16.0",11810 "log",11811 "parity-scale-codec",11812 "scale-info",11813 "sp-api-proc-macro",11814 "sp-core",11815 "sp-metadata-ir",11816 "sp-runtime",11817 "sp-state-machine",11818 "sp-std",11819 "sp-trie",11820 "sp-version",11821 "thiserror",11822]1182311824[[package]]11825name = "sp-api-proc-macro"11826version = "4.0.0-dev"11827source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11828dependencies = [11829 "Inflector",11830 "blake2",11831 "expander 1.0.0",11832 "proc-macro-crate",11833 "proc-macro2",11834 "quote",11835 "syn 2.0.16",11836]1183711838[[package]]11839name = "sp-application-crypto"11840version = "7.0.0"11841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11842dependencies = [11843 "parity-scale-codec",11844 "scale-info",11845 "serde",11846 "sp-core",11847 "sp-io",11848 "sp-std",11849]1185011851[[package]]11852name = "sp-arithmetic"11853version = "6.0.0"11854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11855dependencies = [11856 "integer-sqrt",11857 "num-traits",11858 "parity-scale-codec",11859 "scale-info",11860 "serde",11861 "sp-std",11862 "static_assertions",11863]1186411865[[package]]11866name = "sp-authority-discovery"11867version = "4.0.0-dev"11868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11869dependencies = [11870 "parity-scale-codec",11871 "scale-info",11872 "sp-api",11873 "sp-application-crypto",11874 "sp-runtime",11875 "sp-std",11876]1187711878[[package]]11879name = "sp-block-builder"11880version = "4.0.0-dev"11881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11882dependencies = [11883 "parity-scale-codec",11884 "sp-api",11885 "sp-inherents",11886 "sp-runtime",11887 "sp-std",11888]1188911890[[package]]11891name = "sp-blockchain"11892version = "4.0.0-dev"11893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11894dependencies = [11895 "futures",11896 "log",11897 "lru 0.8.1",11898 "parity-scale-codec",11899 "parking_lot 0.12.1",11900 "sp-api",11901 "sp-consensus",11902 "sp-database",11903 "sp-runtime",11904 "sp-state-machine",11905 "thiserror",11906]1190711908[[package]]11909name = "sp-consensus"11910version = "0.10.0-dev"11911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11912dependencies = [11913 "async-trait",11914 "futures",11915 "log",11916 "sp-core",11917 "sp-inherents",11918 "sp-runtime",11919 "sp-state-machine",11920 "thiserror",11921]1192211923[[package]]11924name = "sp-consensus-aura"11925version = "0.10.0-dev"11926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11927dependencies = [11928 "async-trait",11929 "parity-scale-codec",11930 "scale-info",11931 "sp-api",11932 "sp-application-crypto",11933 "sp-consensus",11934 "sp-consensus-slots",11935 "sp-inherents",11936 "sp-runtime",11937 "sp-std",11938 "sp-timestamp",11939]1194011941[[package]]11942name = "sp-consensus-babe"11943version = "0.10.0-dev"11944source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11945dependencies = [11946 "async-trait",11947 "parity-scale-codec",11948 "scale-info",11949 "serde",11950 "sp-api",11951 "sp-application-crypto",11952 "sp-consensus",11953 "sp-consensus-slots",11954 "sp-core",11955 "sp-inherents",11956 "sp-keystore",11957 "sp-runtime",11958 "sp-std",11959 "sp-timestamp",11960]1196111962[[package]]11963name = "sp-consensus-beefy"11964version = "4.0.0-dev"11965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11966dependencies = [11967 "lazy_static",11968 "parity-scale-codec",11969 "scale-info",11970 "serde",11971 "sp-api",11972 "sp-application-crypto",11973 "sp-core",11974 "sp-io",11975 "sp-mmr-primitives",11976 "sp-runtime",11977 "sp-std",11978 "strum",11979]1198011981[[package]]11982name = "sp-consensus-grandpa"11983version = "4.0.0-dev"11984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11985dependencies = [11986 "finality-grandpa",11987 "log",11988 "parity-scale-codec",11989 "scale-info",11990 "serde",11991 "sp-api",11992 "sp-application-crypto",11993 "sp-core",11994 "sp-keystore",11995 "sp-runtime",11996 "sp-std",11997]1199811999[[package]]12000name = "sp-consensus-slots"12001version = "0.10.0-dev"12002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12003dependencies = [12004 "parity-scale-codec",12005 "scale-info",12006 "serde",12007 "sp-std",12008 "sp-timestamp",12009]1201012011[[package]]12012name = "sp-core"12013version = "7.0.0"12014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12015dependencies = [12016 "array-bytes 4.2.0",12017 "bitflags",12018 "blake2",12019 "bounded-collections",12020 "bs58",12021 "dyn-clonable",12022 "ed25519-zebra",12023 "futures",12024 "hash-db 0.16.0",12025 "hash256-std-hasher",12026 "impl-serde",12027 "lazy_static",12028 "libsecp256k1",12029 "log",12030 "merlin",12031 "parity-scale-codec",12032 "parking_lot 0.12.1",12033 "paste",12034 "primitive-types",12035 "rand 0.8.5",12036 "regex",12037 "scale-info",12038 "schnorrkel",12039 "secp256k1",12040 "secrecy",12041 "serde",12042 "sp-core-hashing",12043 "sp-debug-derive",12044 "sp-externalities",12045 "sp-runtime-interface",12046 "sp-std",12047 "sp-storage",12048 "ss58-registry",12049 "substrate-bip39",12050 "thiserror",12051 "tiny-bip39",12052 "zeroize",12053]1205412055[[package]]12056name = "sp-core-hashing"12057version = "5.0.0"12058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12059dependencies = [12060 "blake2b_simd",12061 "byteorder",12062 "digest 0.10.7",12063 "sha2 0.10.6",12064 "sha3 0.10.8",12065 "sp-std",12066 "twox-hash",12067]1206812069[[package]]12070name = "sp-core-hashing-proc-macro"12071version = "5.0.0"12072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12073dependencies = [12074 "proc-macro2",12075 "quote",12076 "sp-core-hashing",12077 "syn 2.0.16",12078]1207912080[[package]]12081name = "sp-database"12082version = "4.0.0-dev"12083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12084dependencies = [12085 "kvdb",12086 "parking_lot 0.12.1",12087]1208812089[[package]]12090name = "sp-debug-derive"12091version = "5.0.0"12092source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12093dependencies = [12094 "proc-macro2",12095 "quote",12096 "syn 2.0.16",12097]1209812099[[package]]12100name = "sp-externalities"12101version = "0.13.0"12102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12103dependencies = [12104 "environmental",12105 "parity-scale-codec",12106 "sp-std",12107 "sp-storage",12108]1210912110[[package]]12111name = "sp-inherents"12112version = "4.0.0-dev"12113source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12114dependencies = [12115 "async-trait",12116 "impl-trait-for-tuples",12117 "parity-scale-codec",12118 "scale-info",12119 "sp-core",12120 "sp-runtime",12121 "sp-std",12122 "thiserror",12123]1212412125[[package]]12126name = "sp-io"12127version = "7.0.0"12128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12129dependencies = [12130 "bytes",12131 "ed25519",12132 "ed25519-dalek",12133 "futures",12134 "libsecp256k1",12135 "log",12136 "parity-scale-codec",12137 "rustversion",12138 "secp256k1",12139 "sp-core",12140 "sp-externalities",12141 "sp-keystore",12142 "sp-runtime-interface",12143 "sp-state-machine",12144 "sp-std",12145 "sp-tracing",12146 "sp-trie",12147 "tracing",12148 "tracing-core",12149]1215012151[[package]]12152name = "sp-keyring"12153version = "7.0.0"12154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12155dependencies = [12156 "lazy_static",12157 "sp-core",12158 "sp-runtime",12159 "strum",12160]1216112162[[package]]12163name = "sp-keystore"12164version = "0.13.0"12165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12166dependencies = [12167 "futures",12168 "parity-scale-codec",12169 "parking_lot 0.12.1",12170 "serde",12171 "sp-core",12172 "sp-externalities",12173 "thiserror",12174]1217512176[[package]]12177name = "sp-maybe-compressed-blob"12178version = "4.1.0-dev"12179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12180dependencies = [12181 "thiserror",12182 "zstd 0.12.3+zstd.1.5.2",12183]1218412185[[package]]12186name = "sp-metadata-ir"12187version = "0.1.0"12188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12189dependencies = [12190 "frame-metadata",12191 "parity-scale-codec",12192 "scale-info",12193 "sp-std",12194]1219512196[[package]]12197name = "sp-mmr-primitives"12198version = "4.0.0-dev"12199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12200dependencies = [12201 "ckb-merkle-mountain-range",12202 "log",12203 "parity-scale-codec",12204 "scale-info",12205 "serde",12206 "sp-api",12207 "sp-core",12208 "sp-debug-derive",12209 "sp-runtime",12210 "sp-std",12211 "thiserror",12212]1221312214[[package]]12215name = "sp-npos-elections"12216version = "4.0.0-dev"12217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12218dependencies = [12219 "parity-scale-codec",12220 "scale-info",12221 "serde",12222 "sp-arithmetic",12223 "sp-core",12224 "sp-runtime",12225 "sp-std",12226]1222712228[[package]]12229name = "sp-offchain"12230version = "4.0.0-dev"12231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12232dependencies = [12233 "sp-api",12234 "sp-core",12235 "sp-runtime",12236]1223712238[[package]]12239name = "sp-panic-handler"12240version = "5.0.0"12241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12242dependencies = [12243 "backtrace",12244 "lazy_static",12245 "regex",12246]1224712248[[package]]12249name = "sp-rpc"12250version = "6.0.0"12251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12252dependencies = [12253 "rustc-hash",12254 "serde",12255 "sp-core",12256]1225712258[[package]]12259name = "sp-runtime"12260version = "7.0.0"12261source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12262dependencies = [12263 "either",12264 "hash256-std-hasher",12265 "impl-trait-for-tuples",12266 "log",12267 "parity-scale-codec",12268 "paste",12269 "rand 0.8.5",12270 "scale-info",12271 "serde",12272 "sp-application-crypto",12273 "sp-arithmetic",12274 "sp-core",12275 "sp-io",12276 "sp-std",12277 "sp-weights",12278]1227912280[[package]]12281name = "sp-runtime-interface"12282version = "7.0.0"12283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12284dependencies = [12285 "bytes",12286 "impl-trait-for-tuples",12287 "parity-scale-codec",12288 "primitive-types",12289 "sp-externalities",12290 "sp-runtime-interface-proc-macro",12291 "sp-std",12292 "sp-storage",12293 "sp-tracing",12294 "sp-wasm-interface",12295 "static_assertions",12296]1229712298[[package]]12299name = "sp-runtime-interface-proc-macro"12300version = "6.0.0"12301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12302dependencies = [12303 "Inflector",12304 "proc-macro-crate",12305 "proc-macro2",12306 "quote",12307 "syn 2.0.16",12308]1230912310[[package]]12311name = "sp-session"12312version = "4.0.0-dev"12313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12314dependencies = [12315 "parity-scale-codec",12316 "scale-info",12317 "sp-api",12318 "sp-core",12319 "sp-runtime",12320 "sp-staking",12321 "sp-std",12322]1232312324[[package]]12325name = "sp-staking"12326version = "4.0.0-dev"12327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12328dependencies = [12329 "parity-scale-codec",12330 "scale-info",12331 "serde",12332 "sp-core",12333 "sp-runtime",12334 "sp-std",12335]1233612337[[package]]12338name = "sp-state-machine"12339version = "0.13.0"12340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12341dependencies = [12342 "hash-db 0.16.0",12343 "log",12344 "parity-scale-codec",12345 "parking_lot 0.12.1",12346 "rand 0.8.5",12347 "smallvec",12348 "sp-core",12349 "sp-externalities",12350 "sp-panic-handler",12351 "sp-std",12352 "sp-trie",12353 "thiserror",12354 "tracing",12355]1235612357[[package]]12358name = "sp-std"12359version = "5.0.0"12360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"1236112362[[package]]12363name = "sp-storage"12364version = "7.0.0"12365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12366dependencies = [12367 "impl-serde",12368 "parity-scale-codec",12369 "ref-cast",12370 "serde",12371 "sp-debug-derive",12372 "sp-std",12373]1237412375[[package]]12376name = "sp-timestamp"12377version = "4.0.0-dev"12378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12379dependencies = [12380 "async-trait",12381 "futures-timer",12382 "log",12383 "parity-scale-codec",12384 "sp-inherents",12385 "sp-runtime",12386 "sp-std",12387 "thiserror",12388]1238912390[[package]]12391name = "sp-tracing"12392version = "6.0.0"12393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12394dependencies = [12395 "parity-scale-codec",12396 "sp-std",12397 "tracing",12398 "tracing-core",12399 "tracing-subscriber",12400]1240112402[[package]]12403name = "sp-transaction-pool"12404version = "4.0.0-dev"12405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12406dependencies = [12407 "sp-api",12408 "sp-runtime",12409]1241012411[[package]]12412name = "sp-transaction-storage-proof"12413version = "4.0.0-dev"12414source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12415dependencies = [12416 "async-trait",12417 "log",12418 "parity-scale-codec",12419 "scale-info",12420 "sp-core",12421 "sp-inherents",12422 "sp-runtime",12423 "sp-std",12424 "sp-trie",12425]1242612427[[package]]12428name = "sp-trie"12429version = "7.0.0"12430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12431dependencies = [12432 "ahash 0.8.3",12433 "hash-db 0.16.0",12434 "hashbrown 0.13.2",12435 "lazy_static",12436 "memory-db",12437 "nohash-hasher",12438 "parity-scale-codec",12439 "parking_lot 0.12.1",12440 "scale-info",12441 "schnellru",12442 "sp-core",12443 "sp-std",12444 "thiserror",12445 "tracing",12446 "trie-db 0.27.1",12447 "trie-root",12448]1244912450[[package]]12451name = "sp-version"12452version = "5.0.0"12453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12454dependencies = [12455 "impl-serde",12456 "parity-scale-codec",12457 "parity-wasm",12458 "scale-info",12459 "serde",12460 "sp-core-hashing-proc-macro",12461 "sp-runtime",12462 "sp-std",12463 "sp-version-proc-macro",12464 "thiserror",12465]1246612467[[package]]12468name = "sp-version-proc-macro"12469version = "4.0.0-dev"12470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12471dependencies = [12472 "parity-scale-codec",12473 "proc-macro2",12474 "quote",12475 "syn 2.0.16",12476]1247712478[[package]]12479name = "sp-wasm-interface"12480version = "7.0.0"12481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12482dependencies = [12483 "anyhow",12484 "impl-trait-for-tuples",12485 "log",12486 "parity-scale-codec",12487 "sp-std",12488 "wasmi",12489 "wasmtime",12490]1249112492[[package]]12493name = "sp-weights"12494version = "4.0.0"12495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12496dependencies = [12497 "parity-scale-codec",12498 "scale-info",12499 "serde",12500 "smallvec",12501 "sp-arithmetic",12502 "sp-core",12503 "sp-debug-derive",12504 "sp-std",12505]1250612507[[package]]12508name = "spez"12509version = "0.1.2"12510source = "registry+https://github.com/rust-lang/crates.io-index"12511checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"12512dependencies = [12513 "proc-macro2",12514 "quote",12515 "syn 2.0.16",12516]1251712518[[package]]12519name = "spin"12520version = "0.5.2"12521source = "registry+https://github.com/rust-lang/crates.io-index"12522checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1252312524[[package]]12525name = "spki"12526version = "0.6.0"12527source = "registry+https://github.com/rust-lang/crates.io-index"12528checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"12529dependencies = [12530 "base64ct",12531 "der 0.6.1",12532]1253312534[[package]]12535name = "spki"12536version = "0.7.2"12537source = "registry+https://github.com/rust-lang/crates.io-index"12538checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"12539dependencies = [12540 "base64ct",12541 "der 0.7.6",12542]1254312544[[package]]12545name = "ss58-registry"12546version = "1.40.0"12547source = "registry+https://github.com/rust-lang/crates.io-index"12548checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b"12549dependencies = [12550 "Inflector",12551 "num-format",12552 "proc-macro2",12553 "quote",12554 "serde",12555 "serde_json",12556 "unicode-xid",12557]1255812559[[package]]12560name = "stable_deref_trait"12561version = "1.2.0"12562source = "registry+https://github.com/rust-lang/crates.io-index"12563checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1256412565[[package]]12566name = "static_assertions"12567version = "1.1.0"12568source = "registry+https://github.com/rust-lang/crates.io-index"12569checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1257012571[[package]]12572name = "static_init"12573version = "0.5.2"12574source = "registry+https://github.com/rust-lang/crates.io-index"12575checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12576dependencies = [12577 "cfg_aliases",12578 "libc",12579 "parking_lot 0.11.2",12580 "static_init_macro 0.5.0",12581]1258212583[[package]]12584name = "static_init"12585version = "1.0.3"12586source = "registry+https://github.com/rust-lang/crates.io-index"12587checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"12588dependencies = [12589 "bitflags",12590 "cfg_aliases",12591 "libc",12592 "parking_lot 0.11.2",12593 "parking_lot_core 0.8.6",12594 "static_init_macro 1.0.2",12595 "winapi",12596]1259712598[[package]]12599name = "static_init_macro"12600version = "0.5.0"12601source = "registry+https://github.com/rust-lang/crates.io-index"12602checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12603dependencies = [12604 "cfg_aliases",12605 "memchr",12606 "proc-macro2",12607 "quote",12608 "syn 1.0.109",12609]1261012611[[package]]12612name = "static_init_macro"12613version = "1.0.2"12614source = "registry+https://github.com/rust-lang/crates.io-index"12615checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12616dependencies = [12617 "cfg_aliases",12618 "memchr",12619 "proc-macro2",12620 "quote",12621 "syn 1.0.109",12622]1262312624[[package]]12625name = "strsim"12626version = "0.10.0"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1262912630[[package]]12631name = "struct-versioning"12632version = "0.1.0"12633dependencies = [12634 "quote",12635 "syn 1.0.109",12636]1263712638[[package]]12639name = "strum"12640version = "0.24.1"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12643dependencies = [12644 "strum_macros",12645]1264612647[[package]]12648name = "strum_macros"12649version = "0.24.3"12650source = "registry+https://github.com/rust-lang/crates.io-index"12651checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12652dependencies = [12653 "heck",12654 "proc-macro2",12655 "quote",12656 "rustversion",12657 "syn 1.0.109",12658]1265912660[[package]]12661name = "stun"12662version = "0.4.4"12663source = "registry+https://github.com/rust-lang/crates.io-index"12664checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"12665dependencies = [12666 "base64 0.13.1",12667 "crc",12668 "lazy_static",12669 "md-5",12670 "rand 0.8.5",12671 "ring",12672 "subtle",12673 "thiserror",12674 "tokio",12675 "url",12676 "webrtc-util",12677]1267812679[[package]]12680name = "substrate-bip39"12681version = "0.4.4"12682source = "registry+https://github.com/rust-lang/crates.io-index"12683checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12684dependencies = [12685 "hmac 0.11.0",12686 "pbkdf2 0.8.0",12687 "schnorrkel",12688 "sha2 0.9.9",12689 "zeroize",12690]1269112692[[package]]12693name = "substrate-build-script-utils"12694version = "3.0.0"12695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12696dependencies = [12697 "platforms 2.0.0",12698]1269912700[[package]]12701name = "substrate-frame-rpc-system"12702version = "4.0.0-dev"12703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12704dependencies = [12705 "frame-system-rpc-runtime-api",12706 "futures",12707 "jsonrpsee",12708 "log",12709 "parity-scale-codec",12710 "sc-rpc-api",12711 "sc-transaction-pool-api",12712 "sp-api",12713 "sp-block-builder",12714 "sp-blockchain",12715 "sp-core",12716 "sp-runtime",12717]1271812719[[package]]12720name = "substrate-prometheus-endpoint"12721version = "0.10.0-dev"12722source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12723dependencies = [12724 "hyper",12725 "log",12726 "prometheus",12727 "thiserror",12728 "tokio",12729]1273012731[[package]]12732name = "substrate-rpc-client"12733version = "0.10.0-dev"12734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12735dependencies = [12736 "async-trait",12737 "jsonrpsee",12738 "log",12739 "sc-rpc-api",12740 "serde",12741 "sp-runtime",12742]1274312744[[package]]12745name = "substrate-state-trie-migration-rpc"12746version = "4.0.0-dev"12747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12748dependencies = [12749 "jsonrpsee",12750 "log",12751 "parity-scale-codec",12752 "sc-client-api",12753 "sc-rpc-api",12754 "scale-info",12755 "serde",12756 "sp-core",12757 "sp-runtime",12758 "sp-state-machine",12759 "sp-trie",12760 "trie-db 0.27.1",12761]1276212763[[package]]12764name = "substrate-test-utils"12765version = "4.0.0-dev"12766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12767dependencies = [12768 "futures",12769 "substrate-test-utils-derive",12770 "tokio",12771]1277212773[[package]]12774name = "substrate-test-utils-derive"12775version = "0.10.0-dev"12776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12777dependencies = [12778 "proc-macro-crate",12779 "proc-macro2",12780 "quote",12781 "syn 2.0.16",12782]1278312784[[package]]12785name = "substrate-wasm-builder"12786version = "5.0.0-dev"12787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12788dependencies = [12789 "ansi_term",12790 "build-helper",12791 "cargo_metadata",12792 "filetime",12793 "sp-maybe-compressed-blob",12794 "strum",12795 "tempfile",12796 "toml 0.7.4",12797 "walkdir",12798 "wasm-opt",12799]1280012801[[package]]12802name = "substring"12803version = "1.4.5"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"12806dependencies = [12807 "autocfg",12808]1280912810[[package]]12811name = "subtle"12812version = "2.4.1"12813source = "registry+https://github.com/rust-lang/crates.io-index"12814checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1281512816[[package]]12817name = "syn"12818version = "1.0.109"12819source = "registry+https://github.com/rust-lang/crates.io-index"12820checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"12821dependencies = [12822 "proc-macro2",12823 "quote",12824 "unicode-ident",12825]1282612827[[package]]12828name = "syn"12829version = "2.0.16"12830source = "registry+https://github.com/rust-lang/crates.io-index"12831checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"12832dependencies = [12833 "proc-macro2",12834 "quote",12835 "unicode-ident",12836]1283712838[[package]]12839name = "synstructure"12840version = "0.12.6"12841source = "registry+https://github.com/rust-lang/crates.io-index"12842checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12843dependencies = [12844 "proc-macro2",12845 "quote",12846 "syn 1.0.109",12847 "unicode-xid",12848]1284912850[[package]]12851name = "system-configuration"12852version = "0.5.1"12853source = "registry+https://github.com/rust-lang/crates.io-index"12854checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"12855dependencies = [12856 "bitflags",12857 "core-foundation",12858 "system-configuration-sys",12859]1286012861[[package]]12862name = "system-configuration-sys"12863version = "0.5.0"12864source = "registry+https://github.com/rust-lang/crates.io-index"12865checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12866dependencies = [12867 "core-foundation-sys",12868 "libc",12869]1287012871[[package]]12872name = "tap"12873version = "1.0.1"12874source = "registry+https://github.com/rust-lang/crates.io-index"12875checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1287612877[[package]]12878name = "target-lexicon"12879version = "0.12.7"12880source = "registry+https://github.com/rust-lang/crates.io-index"12881checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"1288212883[[package]]12884name = "tempfile"12885version = "3.5.0"12886source = "registry+https://github.com/rust-lang/crates.io-index"12887checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"12888dependencies = [12889 "cfg-if",12890 "fastrand",12891 "redox_syscall 0.3.5",12892 "rustix 0.37.19",12893 "windows-sys 0.45.0",12894]1289512896[[package]]12897name = "termcolor"12898version = "1.2.0"12899source = "registry+https://github.com/rust-lang/crates.io-index"12900checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12901dependencies = [12902 "winapi-util",12903]1290412905[[package]]12906name = "termtree"12907version = "0.4.1"12908source = "registry+https://github.com/rust-lang/crates.io-index"12909checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1291012911[[package]]12912name = "tests"12913version = "0.1.1"12914dependencies = [12915 "evm-coder",12916 "frame-support",12917 "frame-system",12918 "pallet-balances",12919 "pallet-common",12920 "pallet-configuration",12921 "pallet-ethereum",12922 "pallet-evm",12923 "pallet-evm-coder-substrate",12924 "pallet-fungible",12925 "pallet-nonfungible",12926 "pallet-refungible",12927 "pallet-structure",12928 "pallet-timestamp",12929 "pallet-transaction-payment",12930 "pallet-unique",12931 "pallet-xcm",12932 "parity-scale-codec",12933 "scale-info",12934 "sp-core",12935 "sp-io",12936 "sp-runtime",12937 "sp-std",12938 "up-data-structs",12939 "up-sponsorship",12940 "xcm",12941]1294212943[[package]]12944name = "thiserror"12945version = "1.0.40"12946source = "registry+https://github.com/rust-lang/crates.io-index"12947checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"12948dependencies = [12949 "thiserror-impl",12950]1295112952[[package]]12953name = "thiserror-impl"12954version = "1.0.40"12955source = "registry+https://github.com/rust-lang/crates.io-index"12956checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"12957dependencies = [12958 "proc-macro2",12959 "quote",12960 "syn 2.0.16",12961]1296212963[[package]]12964name = "thousands"12965version = "0.2.0"12966source = "registry+https://github.com/rust-lang/crates.io-index"12967checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1296812969[[package]]12970name = "thread_local"12971version = "1.1.7"12972source = "registry+https://github.com/rust-lang/crates.io-index"12973checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"12974dependencies = [12975 "cfg-if",12976 "once_cell",12977]1297812979[[package]]12980name = "threadpool"12981version = "1.8.1"12982source = "registry+https://github.com/rust-lang/crates.io-index"12983checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12984dependencies = [12985 "num_cpus",12986]1298712988[[package]]12989name = "thrift"12990version = "0.15.0"12991source = "registry+https://github.com/rust-lang/crates.io-index"12992checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12993dependencies = [12994 "byteorder",12995 "integer-encoding",12996 "log",12997 "ordered-float",12998 "threadpool",12999]1300013001[[package]]13002name = "tikv-jemalloc-ctl"13003version = "0.5.0"13004source = "registry+https://github.com/rust-lang/crates.io-index"13005checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"13006dependencies = [13007 "libc",13008 "paste",13009 "tikv-jemalloc-sys",13010]1301113012[[package]]13013name = "tikv-jemalloc-sys"13014version = "0.5.3+5.3.0-patched"13015source = "registry+https://github.com/rust-lang/crates.io-index"13016checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"13017dependencies = [13018 "cc",13019 "libc",13020]1302113022[[package]]13023name = "time"13024version = "0.1.45"13025source = "registry+https://github.com/rust-lang/crates.io-index"13026checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"13027dependencies = [13028 "libc",13029 "wasi 0.10.0+wasi-snapshot-preview1",13030 "winapi",13031]1303213033[[package]]13034name = "time"13035version = "0.3.21"13036source = "registry+https://github.com/rust-lang/crates.io-index"13037checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"13038dependencies = [13039 "itoa",13040 "serde",13041 "time-core",13042 "time-macros",13043]1304413045[[package]]13046name = "time-core"13047version = "0.1.1"13048source = "registry+https://github.com/rust-lang/crates.io-index"13049checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"1305013051[[package]]13052name = "time-macros"13053version = "0.2.9"13054source = "registry+https://github.com/rust-lang/crates.io-index"13055checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"13056dependencies = [13057 "time-core",13058]1305913060[[package]]13061name = "tiny-bip39"13062version = "1.0.0"13063source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"13065dependencies = [13066 "anyhow",13067 "hmac 0.12.1",13068 "once_cell",13069 "pbkdf2 0.11.0",13070 "rand 0.8.5",13071 "rustc-hash",13072 "sha2 0.10.6",13073 "thiserror",13074 "unicode-normalization",13075 "wasm-bindgen",13076 "zeroize",13077]1307813079[[package]]13080name = "tiny-keccak"13081version = "2.0.2"13082source = "registry+https://github.com/rust-lang/crates.io-index"13083checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"13084dependencies = [13085 "crunchy",13086]1308713088[[package]]13089name = "tinytemplate"13090version = "1.2.1"13091source = "registry+https://github.com/rust-lang/crates.io-index"13092checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"13093dependencies = [13094 "serde",13095 "serde_json",13096]1309713098[[package]]13099name = "tinyvec"13100version = "1.6.0"13101source = "registry+https://github.com/rust-lang/crates.io-index"13102checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"13103dependencies = [13104 "tinyvec_macros",13105]1310613107[[package]]13108name = "tinyvec_macros"13109version = "0.1.1"13110source = "registry+https://github.com/rust-lang/crates.io-index"13111checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1311213113[[package]]13114name = "tokio"13115version = "1.28.1"13116source = "registry+https://github.com/rust-lang/crates.io-index"13117checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"13118dependencies = [13119 "autocfg",13120 "bytes",13121 "libc",13122 "mio",13123 "num_cpus",13124 "parking_lot 0.12.1",13125 "pin-project-lite 0.2.9",13126 "signal-hook-registry",13127 "socket2",13128 "tokio-macros",13129 "windows-sys 0.48.0",13130]1313113132[[package]]13133name = "tokio-macros"13134version = "2.1.0"13135source = "registry+https://github.com/rust-lang/crates.io-index"13136checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"13137dependencies = [13138 "proc-macro2",13139 "quote",13140 "syn 2.0.16",13141]1314213143[[package]]13144name = "tokio-rustls"13145version = "0.23.4"13146source = "registry+https://github.com/rust-lang/crates.io-index"13147checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"13148dependencies = [13149 "rustls 0.20.8",13150 "tokio",13151 "webpki 0.22.0",13152]1315313154[[package]]13155name = "tokio-stream"13156version = "0.1.14"13157source = "registry+https://github.com/rust-lang/crates.io-index"13158checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"13159dependencies = [13160 "futures-core",13161 "pin-project-lite 0.2.9",13162 "tokio",13163 "tokio-util",13164]1316513166[[package]]13167name = "tokio-util"13168version = "0.7.8"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"13171dependencies = [13172 "bytes",13173 "futures-core",13174 "futures-io",13175 "futures-sink",13176 "pin-project-lite 0.2.9",13177 "tokio",13178 "tracing",13179]1318013181[[package]]13182name = "toml"13183version = "0.5.11"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"13186dependencies = [13187 "serde",13188]1318913190[[package]]13191name = "toml"13192version = "0.7.4"13193source = "registry+https://github.com/rust-lang/crates.io-index"13194checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"13195dependencies = [13196 "serde",13197 "serde_spanned",13198 "toml_datetime",13199 "toml_edit",13200]1320113202[[package]]13203name = "toml_datetime"13204version = "0.6.2"13205source = "registry+https://github.com/rust-lang/crates.io-index"13206checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"13207dependencies = [13208 "serde",13209]1321013211[[package]]13212name = "toml_edit"13213version = "0.19.9"13214source = "registry+https://github.com/rust-lang/crates.io-index"13215checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"13216dependencies = [13217 "indexmap",13218 "serde",13219 "serde_spanned",13220 "toml_datetime",13221 "winnow",13222]1322313224[[package]]13225name = "tower"13226version = "0.4.13"13227source = "registry+https://github.com/rust-lang/crates.io-index"13228checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"13229dependencies = [13230 "tower-layer",13231 "tower-service",13232 "tracing",13233]1323413235[[package]]13236name = "tower-http"13237version = "0.3.5"13238source = "registry+https://github.com/rust-lang/crates.io-index"13239checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"13240dependencies = [13241 "bitflags",13242 "bytes",13243 "futures-core",13244 "futures-util",13245 "http",13246 "http-body",13247 "http-range-header",13248 "pin-project-lite 0.2.9",13249 "tower-layer",13250 "tower-service",13251]1325213253[[package]]13254name = "tower-layer"13255version = "0.3.2"13256source = "registry+https://github.com/rust-lang/crates.io-index"13257checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1325813259[[package]]13260name = "tower-service"13261version = "0.3.2"13262source = "registry+https://github.com/rust-lang/crates.io-index"13263checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1326413265[[package]]13266name = "tracing"13267version = "0.1.37"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"13270dependencies = [13271 "cfg-if",13272 "log",13273 "pin-project-lite 0.2.9",13274 "tracing-attributes",13275 "tracing-core",13276]1327713278[[package]]13279name = "tracing-attributes"13280version = "0.1.24"13281source = "registry+https://github.com/rust-lang/crates.io-index"13282checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"13283dependencies = [13284 "proc-macro2",13285 "quote",13286 "syn 2.0.16",13287]1328813289[[package]]13290name = "tracing-core"13291version = "0.1.31"13292source = "registry+https://github.com/rust-lang/crates.io-index"13293checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"13294dependencies = [13295 "once_cell",13296 "valuable",13297]1329813299[[package]]13300name = "tracing-futures"13301version = "0.2.5"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"13304dependencies = [13305 "pin-project",13306 "tracing",13307]1330813309[[package]]13310name = "tracing-gum"13311version = "0.9.42"13312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13313dependencies = [13314 "polkadot-node-jaeger",13315 "polkadot-primitives",13316 "tracing",13317 "tracing-gum-proc-macro",13318]1331913320[[package]]13321name = "tracing-gum-proc-macro"13322version = "0.9.42"13323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13324dependencies = [13325 "expander 2.0.0",13326 "proc-macro-crate",13327 "proc-macro2",13328 "quote",13329 "syn 2.0.16",13330]1333113332[[package]]13333name = "tracing-log"13334version = "0.1.3"13335source = "registry+https://github.com/rust-lang/crates.io-index"13336checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"13337dependencies = [13338 "lazy_static",13339 "log",13340 "tracing-core",13341]1334213343[[package]]13344name = "tracing-serde"13345version = "0.1.3"13346source = "registry+https://github.com/rust-lang/crates.io-index"13347checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"13348dependencies = [13349 "serde",13350 "tracing-core",13351]1335213353[[package]]13354name = "tracing-subscriber"13355version = "0.2.25"13356source = "registry+https://github.com/rust-lang/crates.io-index"13357checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"13358dependencies = [13359 "ansi_term",13360 "chrono",13361 "lazy_static",13362 "matchers",13363 "parking_lot 0.11.2",13364 "regex",13365 "serde",13366 "serde_json",13367 "sharded-slab",13368 "smallvec",13369 "thread_local",13370 "tracing",13371 "tracing-core",13372 "tracing-log",13373 "tracing-serde",13374]1337513376[[package]]13377name = "trie-db"13378version = "0.24.0"13379source = "registry+https://github.com/rust-lang/crates.io-index"13380checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"13381dependencies = [13382 "hash-db 0.15.2",13383 "hashbrown 0.12.3",13384 "log",13385 "smallvec",13386]1338713388[[package]]13389name = "trie-db"13390version = "0.27.1"13391source = "registry+https://github.com/rust-lang/crates.io-index"13392checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"13393dependencies = [13394 "hash-db 0.16.0",13395 "hashbrown 0.13.2",13396 "log",13397 "rustc-hex",13398 "smallvec",13399]1340013401[[package]]13402name = "trie-root"13403version = "0.18.0"13404source = "registry+https://github.com/rust-lang/crates.io-index"13405checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"13406dependencies = [13407 "hash-db 0.16.0",13408]1340913410[[package]]13411name = "triehash"13412version = "0.8.4"13413source = "registry+https://github.com/rust-lang/crates.io-index"13414checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"13415dependencies = [13416 "hash-db 0.15.2",13417 "rlp",13418]1341913420[[package]]13421name = "trust-dns-proto"13422version = "0.22.0"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"13425dependencies = [13426 "async-trait",13427 "cfg-if",13428 "data-encoding",13429 "enum-as-inner",13430 "futures-channel",13431 "futures-io",13432 "futures-util",13433 "idna 0.2.3",13434 "ipnet",13435 "lazy_static",13436 "rand 0.8.5",13437 "smallvec",13438 "socket2",13439 "thiserror",13440 "tinyvec",13441 "tokio",13442 "tracing",13443 "url",13444]1344513446[[package]]13447name = "trust-dns-resolver"13448version = "0.22.0"13449source = "registry+https://github.com/rust-lang/crates.io-index"13450checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"13451dependencies = [13452 "cfg-if",13453 "futures-util",13454 "ipconfig",13455 "lazy_static",13456 "lru-cache",13457 "parking_lot 0.12.1",13458 "resolv-conf",13459 "smallvec",13460 "thiserror",13461 "tokio",13462 "tracing",13463 "trust-dns-proto",13464]1346513466[[package]]13467name = "try-lock"13468version = "0.2.4"13469source = "registry+https://github.com/rust-lang/crates.io-index"13470checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1347113472[[package]]13473name = "try-runtime-cli"13474version = "0.10.0-dev"13475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"13476dependencies = [13477 "async-trait",13478 "clap",13479 "frame-remote-externalities",13480 "frame-try-runtime",13481 "hex",13482 "log",13483 "parity-scale-codec",13484 "sc-cli",13485 "sc-executor",13486 "sc-service",13487 "serde",13488 "serde_json",13489 "sp-api",13490 "sp-consensus-aura",13491 "sp-consensus-babe",13492 "sp-core",13493 "sp-debug-derive",13494 "sp-externalities",13495 "sp-inherents",13496 "sp-io",13497 "sp-keystore",13498 "sp-rpc",13499 "sp-runtime",13500 "sp-state-machine",13501 "sp-timestamp",13502 "sp-transaction-storage-proof",13503 "sp-version",13504 "sp-weights",13505 "substrate-rpc-client",13506 "zstd 0.12.3+zstd.1.5.2",13507]1350813509[[package]]13510name = "tt-call"13511version = "1.0.9"13512source = "registry+https://github.com/rust-lang/crates.io-index"13513checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1351413515[[package]]13516name = "turn"13517version = "0.6.1"13518source = "registry+https://github.com/rust-lang/crates.io-index"13519checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"13520dependencies = [13521 "async-trait",13522 "base64 0.13.1",13523 "futures",13524 "log",13525 "md-5",13526 "rand 0.8.5",13527 "ring",13528 "stun",13529 "thiserror",13530 "tokio",13531 "webrtc-util",13532]1353313534[[package]]13535name = "twox-hash"13536version = "1.6.3"13537source = "registry+https://github.com/rust-lang/crates.io-index"13538checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13539dependencies = [13540 "cfg-if",13541 "digest 0.10.7",13542 "rand 0.8.5",13543 "static_assertions",13544]1354513546[[package]]13547name = "typenum"13548version = "1.16.0"13549source = "registry+https://github.com/rust-lang/crates.io-index"13550checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1355113552[[package]]13553name = "uc-rpc"13554version = "0.1.4"13555dependencies = [13556 "anyhow",13557 "app-promotion-rpc",13558 "frame-benchmarking",13559 "hex-literal",13560 "jsonrpsee",13561 "opal-runtime",13562 "pallet-evm",13563 "parity-scale-codec",13564 "quartz-runtime",13565 "sc-client-api",13566 "sc-executor",13567 "sc-rpc-api",13568 "sc-service",13569 "sp-api",13570 "sp-blockchain",13571 "sp-core",13572 "sp-externalities",13573 "sp-keystore",13574 "sp-runtime",13575 "sp-state-machine",13576 "sp-trie",13577 "trie-db 0.24.0",13578 "unique-runtime",13579 "up-common",13580 "up-data-structs",13581 "up-pov-estimate-rpc",13582 "up-rpc",13583 "zstd 0.11.2+zstd.1.5.2",13584]1358513586[[package]]13587name = "ucd-trie"13588version = "0.1.5"13589source = "registry+https://github.com/rust-lang/crates.io-index"13590checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1359113592[[package]]13593name = "uint"13594version = "0.9.5"13595source = "registry+https://github.com/rust-lang/crates.io-index"13596checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"13597dependencies = [13598 "byteorder",13599 "crunchy",13600 "hex",13601 "static_assertions",13602]1360313604[[package]]13605name = "unicode-bidi"13606version = "0.3.13"13607source = "registry+https://github.com/rust-lang/crates.io-index"13608checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1360913610[[package]]13611name = "unicode-ident"13612version = "1.0.8"13613source = "registry+https://github.com/rust-lang/crates.io-index"13614checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"1361513616[[package]]13617name = "unicode-normalization"13618version = "0.1.22"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"13621dependencies = [13622 "tinyvec",13623]1362413625[[package]]13626name = "unicode-width"13627version = "0.1.10"13628source = "registry+https://github.com/rust-lang/crates.io-index"13629checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1363013631[[package]]13632name = "unicode-xid"13633version = "0.2.4"13634source = "registry+https://github.com/rust-lang/crates.io-index"13635checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1363613637[[package]]13638name = "unique-node"13639version = "0.9.41"13640dependencies = [13641 "app-promotion-rpc",13642 "clap",13643 "cumulus-client-cli",13644 "cumulus-client-consensus-aura",13645 "cumulus-client-consensus-common",13646 "cumulus-client-network",13647 "cumulus-client-service",13648 "cumulus-primitives-core",13649 "cumulus-primitives-parachain-inherent",13650 "cumulus-relay-chain-inprocess-interface",13651 "cumulus-relay-chain-interface",13652 "cumulus-relay-chain-minimal-node",13653 "fc-consensus",13654 "fc-db",13655 "fc-mapping-sync",13656 "fc-rpc",13657 "fc-rpc-core",13658 "fp-rpc",13659 "frame-benchmarking",13660 "frame-benchmarking-cli",13661 "futures",13662 "log",13663 "opal-runtime",13664 "pallet-transaction-payment-rpc-runtime-api",13665 "parity-scale-codec",13666 "polkadot-cli",13667 "polkadot-primitives",13668 "polkadot-service",13669 "quartz-runtime",13670 "sc-basic-authorship",13671 "sc-chain-spec",13672 "sc-cli",13673 "sc-client-api",13674 "sc-consensus",13675 "sc-consensus-manual-seal",13676 "sc-executor",13677 "sc-network",13678 "sc-network-sync",13679 "sc-service",13680 "sc-sysinfo",13681 "sc-telemetry",13682 "sc-tracing",13683 "sc-transaction-pool",13684 "serde",13685 "serde_json",13686 "sp-api",13687 "sp-block-builder",13688 "sp-blockchain",13689 "sp-consensus-aura",13690 "sp-core",13691 "sp-io",13692 "sp-keystore",13693 "sp-offchain",13694 "sp-runtime",13695 "sp-session",13696 "sp-timestamp",13697 "sp-transaction-pool",13698 "substrate-build-script-utils",13699 "substrate-frame-rpc-system",13700 "substrate-prometheus-endpoint",13701 "tokio",13702 "try-runtime-cli",13703 "uc-rpc",13704 "unique-rpc",13705 "unique-runtime",13706 "up-common",13707 "up-data-structs",13708 "up-pov-estimate-rpc",13709 "up-rpc",13710]1371113712[[package]]13713name = "unique-rpc"13714version = "0.1.2"13715dependencies = [13716 "app-promotion-rpc",13717 "fc-db",13718 "fc-mapping-sync",13719 "fc-rpc",13720 "fc-rpc-core",13721 "fp-rpc",13722 "fp-storage",13723 "jsonrpsee",13724 "pallet-transaction-payment-rpc",13725 "sc-client-api",13726 "sc-consensus-grandpa",13727 "sc-network",13728 "sc-network-sync",13729 "sc-rpc",13730 "sc-rpc-api",13731 "sc-service",13732 "sc-transaction-pool",13733 "serde",13734 "sp-api",13735 "sp-block-builder",13736 "sp-blockchain",13737 "sp-runtime",13738 "substrate-frame-rpc-system",13739 "uc-rpc",13740 "up-common",13741 "up-data-structs",13742 "up-pov-estimate-rpc",13743 "up-rpc",13744]1374513746[[package]]13747name = "unique-runtime"13748version = "0.9.41"13749dependencies = [13750 "app-promotion-rpc",13751 "cumulus-pallet-aura-ext",13752 "cumulus-pallet-dmp-queue",13753 "cumulus-pallet-parachain-system",13754 "cumulus-pallet-xcm",13755 "cumulus-pallet-xcmp-queue",13756 "cumulus-primitives-core",13757 "cumulus-primitives-timestamp",13758 "cumulus-primitives-utility",13759 "derivative",13760 "evm-coder",13761 "fp-evm",13762 "fp-rpc",13763 "fp-self-contained",13764 "frame-benchmarking",13765 "frame-executive",13766 "frame-support",13767 "frame-system",13768 "frame-system-benchmarking",13769 "frame-system-rpc-runtime-api",13770 "frame-try-runtime",13771 "hex-literal",13772 "impl-trait-for-tuples",13773 "log",13774 "num_enum",13775 "orml-tokens",13776 "orml-traits",13777 "orml-vesting",13778 "orml-xcm-support",13779 "orml-xtokens",13780 "pallet-app-promotion",13781 "pallet-aura",13782 "pallet-authorship",13783 "pallet-balances",13784 "pallet-base-fee",13785 "pallet-collator-selection",13786 "pallet-common",13787 "pallet-configuration",13788 "pallet-ethereum",13789 "pallet-evm",13790 "pallet-evm-coder-substrate",13791 "pallet-evm-contract-helpers",13792 "pallet-evm-migration",13793 "pallet-evm-precompile-simple",13794 "pallet-evm-transaction-payment",13795 "pallet-foreign-assets",13796 "pallet-fungible",13797 "pallet-identity 4.0.0-dev",13798 "pallet-inflation",13799 "pallet-maintenance",13800 "pallet-nonfungible",13801 "pallet-preimage",13802 "pallet-refungible",13803 "pallet-session",13804 "pallet-structure",13805 "pallet-sudo",13806 "pallet-template-transaction-payment",13807 "pallet-test-utils",13808 "pallet-timestamp",13809 "pallet-transaction-payment",13810 "pallet-transaction-payment-rpc-runtime-api",13811 "pallet-treasury",13812 "pallet-unique",13813 "pallet-xcm",13814 "parachain-info",13815 "parity-scale-codec",13816 "polkadot-parachain",13817 "precompile-utils-macro",13818 "scale-info",13819 "serde",13820 "smallvec",13821 "sp-api",13822 "sp-arithmetic",13823 "sp-block-builder",13824 "sp-consensus-aura",13825 "sp-core",13826 "sp-inherents",13827 "sp-io",13828 "sp-offchain",13829 "sp-runtime",13830 "sp-session",13831 "sp-std",13832 "sp-transaction-pool",13833 "sp-version",13834 "substrate-wasm-builder",13835 "up-common",13836 "up-data-structs",13837 "up-pov-estimate-rpc",13838 "up-rpc",13839 "up-sponsorship",13840 "xcm",13841 "xcm-builder",13842 "xcm-executor",13843]1384413845[[package]]13846name = "universal-hash"13847version = "0.4.1"13848source = "registry+https://github.com/rust-lang/crates.io-index"13849checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13850dependencies = [13851 "generic-array 0.14.7",13852 "subtle",13853]1385413855[[package]]13856name = "universal-hash"13857version = "0.5.1"13858source = "registry+https://github.com/rust-lang/crates.io-index"13859checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"13860dependencies = [13861 "crypto-common",13862 "subtle",13863]1386413865[[package]]13866name = "unsigned-varint"13867version = "0.7.1"13868source = "registry+https://github.com/rust-lang/crates.io-index"13869checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13870dependencies = [13871 "asynchronous-codec",13872 "bytes",13873 "futures-io",13874 "futures-util",13875]1387613877[[package]]13878name = "untrusted"13879version = "0.7.1"13880source = "registry+https://github.com/rust-lang/crates.io-index"13881checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1388213883[[package]]13884name = "up-common"13885version = "0.9.41"13886dependencies = [13887 "cumulus-primitives-core",13888 "fp-rpc",13889 "frame-support",13890 "pallet-evm",13891 "sp-consensus-aura",13892 "sp-core",13893 "sp-runtime",13894 "sp-std",13895]1389613897[[package]]13898name = "up-data-structs"13899version = "0.2.2"13900dependencies = [13901 "bondrewd",13902 "derivative",13903 "frame-support",13904 "pallet-evm",13905 "parity-scale-codec",13906 "scale-info",13907 "serde",13908 "sp-core",13909 "sp-runtime",13910 "sp-std",13911 "struct-versioning",13912]1391313914[[package]]13915name = "up-pov-estimate-rpc"13916version = "0.1.0"13917dependencies = [13918 "parity-scale-codec",13919 "scale-info",13920 "serde",13921 "sp-api",13922 "sp-core",13923 "sp-runtime",13924 "sp-std",13925]1392613927[[package]]13928name = "up-rpc"13929version = "0.1.3"13930dependencies = [13931 "pallet-common",13932 "pallet-evm",13933 "parity-scale-codec",13934 "sp-api",13935 "sp-core",13936 "sp-runtime",13937 "sp-std",13938 "up-data-structs",13939]1394013941[[package]]13942name = "up-sponsorship"13943version = "0.1.0"13944source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"13945dependencies = [13946 "impl-trait-for-tuples",13947]1394813949[[package]]13950name = "url"13951version = "2.3.1"13952source = "registry+https://github.com/rust-lang/crates.io-index"13953checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13954dependencies = [13955 "form_urlencoded",13956 "idna 0.3.0",13957 "percent-encoding",13958]1395913960[[package]]13961name = "utf8parse"13962version = "0.2.1"13963source = "registry+https://github.com/rust-lang/crates.io-index"13964checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1396513966[[package]]13967name = "uuid"13968version = "1.3.3"13969source = "registry+https://github.com/rust-lang/crates.io-index"13970checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"13971dependencies = [13972 "getrandom 0.2.9",13973]1397413975[[package]]13976name = "valuable"13977version = "0.1.0"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1398013981[[package]]13982name = "vcpkg"13983version = "0.2.15"13984source = "registry+https://github.com/rust-lang/crates.io-index"13985checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1398613987[[package]]13988name = "version_check"13989version = "0.9.4"13990source = "registry+https://github.com/rust-lang/crates.io-index"13991checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1399213993[[package]]13994name = "void"13995version = "1.0.2"13996source = "registry+https://github.com/rust-lang/crates.io-index"13997checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1399813999[[package]]14000name = "waitgroup"14001version = "0.1.2"14002source = "registry+https://github.com/rust-lang/crates.io-index"14003checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"14004dependencies = [14005 "atomic-waker",14006]1400714008[[package]]14009name = "waker-fn"14010version = "1.1.0"14011source = "registry+https://github.com/rust-lang/crates.io-index"14012checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1401314014[[package]]14015name = "walkdir"14016version = "2.3.3"14017source = "registry+https://github.com/rust-lang/crates.io-index"14018checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"14019dependencies = [14020 "same-file",14021 "winapi-util",14022]1402314024[[package]]14025name = "want"14026version = "0.3.0"14027source = "registry+https://github.com/rust-lang/crates.io-index"14028checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"14029dependencies = [14030 "log",14031 "try-lock",14032]1403314034[[package]]14035name = "wasi"14036version = "0.9.0+wasi-snapshot-preview1"14037source = "registry+https://github.com/rust-lang/crates.io-index"14038checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1403914040[[package]]14041name = "wasi"14042version = "0.10.0+wasi-snapshot-preview1"14043source = "registry+https://github.com/rust-lang/crates.io-index"14044checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1404514046[[package]]14047name = "wasi"14048version = "0.11.0+wasi-snapshot-preview1"14049source = "registry+https://github.com/rust-lang/crates.io-index"14050checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1405114052[[package]]14053name = "wasm-bindgen"14054version = "0.2.86"14055source = "registry+https://github.com/rust-lang/crates.io-index"14056checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"14057dependencies = [14058 "cfg-if",14059 "wasm-bindgen-macro",14060]1406114062[[package]]14063name = "wasm-bindgen-backend"14064version = "0.2.86"14065source = "registry+https://github.com/rust-lang/crates.io-index"14066checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"14067dependencies = [14068 "bumpalo",14069 "log",14070 "once_cell",14071 "proc-macro2",14072 "quote",14073 "syn 2.0.16",14074 "wasm-bindgen-shared",14075]1407614077[[package]]14078name = "wasm-bindgen-futures"14079version = "0.4.36"14080source = "registry+https://github.com/rust-lang/crates.io-index"14081checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"14082dependencies = [14083 "cfg-if",14084 "js-sys",14085 "wasm-bindgen",14086 "web-sys",14087]1408814089[[package]]14090name = "wasm-bindgen-macro"14091version = "0.2.86"14092source = "registry+https://github.com/rust-lang/crates.io-index"14093checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"14094dependencies = [14095 "quote",14096 "wasm-bindgen-macro-support",14097]1409814099[[package]]14100name = "wasm-bindgen-macro-support"14101version = "0.2.86"14102source = "registry+https://github.com/rust-lang/crates.io-index"14103checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"14104dependencies = [14105 "proc-macro2",14106 "quote",14107 "syn 2.0.16",14108 "wasm-bindgen-backend",14109 "wasm-bindgen-shared",14110]1411114112[[package]]14113name = "wasm-bindgen-shared"14114version = "0.2.86"14115source = "registry+https://github.com/rust-lang/crates.io-index"14116checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"1411714118[[package]]14119name = "wasm-instrument"14120version = "0.3.0"14121source = "registry+https://github.com/rust-lang/crates.io-index"14122checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"14123dependencies = [14124 "parity-wasm",14125]1412614127[[package]]14128name = "wasm-opt"14129version = "0.111.0"14130source = "registry+https://github.com/rust-lang/crates.io-index"14131checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"14132dependencies = [14133 "anyhow",14134 "libc",14135 "strum",14136 "strum_macros",14137 "tempfile",14138 "thiserror",14139 "wasm-opt-cxx-sys",14140 "wasm-opt-sys",14141]1414214143[[package]]14144name = "wasm-opt-cxx-sys"14145version = "0.111.0"14146source = "registry+https://github.com/rust-lang/crates.io-index"14147checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"14148dependencies = [14149 "anyhow",14150 "cxx",14151 "cxx-build",14152 "wasm-opt-sys",14153]1415414155[[package]]14156name = "wasm-opt-sys"14157version = "0.111.0"14158source = "registry+https://github.com/rust-lang/crates.io-index"14159checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"14160dependencies = [14161 "anyhow",14162 "cc",14163 "cxx",14164 "cxx-build",14165 "regex",14166]1416714168[[package]]14169name = "wasm-timer"14170version = "0.2.5"14171source = "registry+https://github.com/rust-lang/crates.io-index"14172checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"14173dependencies = [14174 "futures",14175 "js-sys",14176 "parking_lot 0.11.2",14177 "pin-utils",14178 "wasm-bindgen",14179 "wasm-bindgen-futures",14180 "web-sys",14181]1418214183[[package]]14184name = "wasmi"14185version = "0.13.2"14186source = "registry+https://github.com/rust-lang/crates.io-index"14187checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"14188dependencies = [14189 "parity-wasm",14190 "wasmi-validation",14191 "wasmi_core",14192]1419314194[[package]]14195name = "wasmi-validation"14196version = "0.5.0"14197source = "registry+https://github.com/rust-lang/crates.io-index"14198checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"14199dependencies = [14200 "parity-wasm",14201]1420214203[[package]]14204name = "wasmi_core"14205version = "0.2.1"14206source = "registry+https://github.com/rust-lang/crates.io-index"14207checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"14208dependencies = [14209 "downcast-rs",14210 "libm 0.2.7",14211 "memory_units",14212 "num-rational",14213 "num-traits",14214 "region",14215]1421614217[[package]]14218name = "wasmparser"14219version = "0.100.0"14220source = "registry+https://github.com/rust-lang/crates.io-index"14221checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"14222dependencies = [14223 "indexmap",14224 "url",14225]1422614227[[package]]14228name = "wasmtime"14229version = "6.0.2"14230source = "registry+https://github.com/rust-lang/crates.io-index"14231checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"14232dependencies = [14233 "anyhow",14234 "bincode",14235 "cfg-if",14236 "indexmap",14237 "libc",14238 "log",14239 "object 0.29.0",14240 "once_cell",14241 "paste",14242 "psm",14243 "rayon",14244 "serde",14245 "target-lexicon",14246 "wasmparser",14247 "wasmtime-cache",14248 "wasmtime-cranelift",14249 "wasmtime-environ",14250 "wasmtime-jit",14251 "wasmtime-runtime",14252 "windows-sys 0.42.0",14253]1425414255[[package]]14256name = "wasmtime-asm-macros"14257version = "6.0.2"14258source = "registry+https://github.com/rust-lang/crates.io-index"14259checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"14260dependencies = [14261 "cfg-if",14262]1426314264[[package]]14265name = "wasmtime-cache"14266version = "6.0.2"14267source = "registry+https://github.com/rust-lang/crates.io-index"14268checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"14269dependencies = [14270 "anyhow",14271 "base64 0.13.1",14272 "bincode",14273 "directories-next",14274 "file-per-thread-logger",14275 "log",14276 "rustix 0.36.14",14277 "serde",14278 "sha2 0.10.6",14279 "toml 0.5.11",14280 "windows-sys 0.42.0",14281 "zstd 0.11.2+zstd.1.5.2",14282]1428314284[[package]]14285name = "wasmtime-cranelift"14286version = "6.0.2"14287source = "registry+https://github.com/rust-lang/crates.io-index"14288checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"14289dependencies = [14290 "anyhow",14291 "cranelift-codegen",14292 "cranelift-entity",14293 "cranelift-frontend",14294 "cranelift-native",14295 "cranelift-wasm",14296 "gimli 0.26.2",14297 "log",14298 "object 0.29.0",14299 "target-lexicon",14300 "thiserror",14301 "wasmparser",14302 "wasmtime-environ",14303]1430414305[[package]]14306name = "wasmtime-environ"14307version = "6.0.2"14308source = "registry+https://github.com/rust-lang/crates.io-index"14309checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"14310dependencies = [14311 "anyhow",14312 "cranelift-entity",14313 "gimli 0.26.2",14314 "indexmap",14315 "log",14316 "object 0.29.0",14317 "serde",14318 "target-lexicon",14319 "thiserror",14320 "wasmparser",14321 "wasmtime-types",14322]1432314324[[package]]14325name = "wasmtime-jit"14326version = "6.0.2"14327source = "registry+https://github.com/rust-lang/crates.io-index"14328checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"14329dependencies = [14330 "addr2line 0.17.0",14331 "anyhow",14332 "bincode",14333 "cfg-if",14334 "cpp_demangle",14335 "gimli 0.26.2",14336 "log",14337 "object 0.29.0",14338 "rustc-demangle",14339 "serde",14340 "target-lexicon",14341 "wasmtime-environ",14342 "wasmtime-jit-debug",14343 "wasmtime-jit-icache-coherence",14344 "wasmtime-runtime",14345 "windows-sys 0.42.0",14346]1434714348[[package]]14349name = "wasmtime-jit-debug"14350version = "6.0.2"14351source = "registry+https://github.com/rust-lang/crates.io-index"14352checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"14353dependencies = [14354 "object 0.29.0",14355 "once_cell",14356 "rustix 0.36.14",14357]1435814359[[package]]14360name = "wasmtime-jit-icache-coherence"14361version = "6.0.2"14362source = "registry+https://github.com/rust-lang/crates.io-index"14363checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"14364dependencies = [14365 "cfg-if",14366 "libc",14367 "windows-sys 0.42.0",14368]1436914370[[package]]14371name = "wasmtime-runtime"14372version = "6.0.2"14373source = "registry+https://github.com/rust-lang/crates.io-index"14374checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"14375dependencies = [14376 "anyhow",14377 "cc",14378 "cfg-if",14379 "indexmap",14380 "libc",14381 "log",14382 "mach",14383 "memfd",14384 "memoffset 0.6.5",14385 "paste",14386 "rand 0.8.5",14387 "rustix 0.36.14",14388 "wasmtime-asm-macros",14389 "wasmtime-environ",14390 "wasmtime-jit-debug",14391 "windows-sys 0.42.0",14392]1439314394[[package]]14395name = "wasmtime-types"14396version = "6.0.2"14397source = "registry+https://github.com/rust-lang/crates.io-index"14398checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"14399dependencies = [14400 "cranelift-entity",14401 "serde",14402 "thiserror",14403 "wasmparser",14404]1440514406[[package]]14407name = "web-sys"14408version = "0.3.63"14409source = "registry+https://github.com/rust-lang/crates.io-index"14410checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"14411dependencies = [14412 "js-sys",14413 "wasm-bindgen",14414]1441514416[[package]]14417name = "webpki"14418version = "0.21.4"14419source = "registry+https://github.com/rust-lang/crates.io-index"14420checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"14421dependencies = [14422 "ring",14423 "untrusted",14424]1442514426[[package]]14427name = "webpki"14428version = "0.22.0"14429source = "registry+https://github.com/rust-lang/crates.io-index"14430checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"14431dependencies = [14432 "ring",14433 "untrusted",14434]1443514436[[package]]14437name = "webpki-roots"14438version = "0.22.6"14439source = "registry+https://github.com/rust-lang/crates.io-index"14440checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"14441dependencies = [14442 "webpki 0.22.0",14443]1444414445[[package]]14446name = "webrtc"14447version = "0.6.0"14448source = "registry+https://github.com/rust-lang/crates.io-index"14449checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"14450dependencies = [14451 "arc-swap",14452 "async-trait",14453 "bytes",14454 "hex",14455 "interceptor",14456 "lazy_static",14457 "log",14458 "rand 0.8.5",14459 "rcgen 0.9.3",14460 "regex",14461 "ring",14462 "rtcp",14463 "rtp",14464 "rustls 0.19.1",14465 "sdp",14466 "serde",14467 "serde_json",14468 "sha2 0.10.6",14469 "stun",14470 "thiserror",14471 "time 0.3.21",14472 "tokio",14473 "turn",14474 "url",14475 "waitgroup",14476 "webrtc-data",14477 "webrtc-dtls",14478 "webrtc-ice",14479 "webrtc-mdns",14480 "webrtc-media",14481 "webrtc-sctp",14482 "webrtc-srtp",14483 "webrtc-util",14484]1448514486[[package]]14487name = "webrtc-data"14488version = "0.6.0"14489source = "registry+https://github.com/rust-lang/crates.io-index"14490checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"14491dependencies = [14492 "bytes",14493 "derive_builder",14494 "log",14495 "thiserror",14496 "tokio",14497 "webrtc-sctp",14498 "webrtc-util",14499]1450014501[[package]]14502name = "webrtc-dtls"14503version = "0.7.1"14504source = "registry+https://github.com/rust-lang/crates.io-index"14505checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05"14506dependencies = [14507 "aes 0.6.0",14508 "aes-gcm 0.10.2",14509 "async-trait",14510 "bincode",14511 "block-modes",14512 "byteorder",14513 "ccm",14514 "curve25519-dalek 3.2.0",14515 "der-parser 8.2.0",14516 "elliptic-curve 0.12.3",14517 "hkdf",14518 "hmac 0.12.1",14519 "log",14520 "oid-registry 0.6.1",14521 "p256",14522 "p384",14523 "rand 0.8.5",14524 "rand_core 0.6.4",14525 "rcgen 0.9.3",14526 "ring",14527 "rustls 0.19.1",14528 "sec1 0.3.0",14529 "serde",14530 "sha1",14531 "sha2 0.10.6",14532 "signature 1.6.4",14533 "subtle",14534 "thiserror",14535 "tokio",14536 "webpki 0.21.4",14537 "webrtc-util",14538 "x25519-dalek 2.0.0-pre.1",14539 "x509-parser 0.13.2",14540]1454114542[[package]]14543name = "webrtc-ice"14544version = "0.9.1"14545source = "registry+https://github.com/rust-lang/crates.io-index"14546checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"14547dependencies = [14548 "arc-swap",14549 "async-trait",14550 "crc",14551 "log",14552 "rand 0.8.5",14553 "serde",14554 "serde_json",14555 "stun",14556 "thiserror",14557 "tokio",14558 "turn",14559 "url",14560 "uuid",14561 "waitgroup",14562 "webrtc-mdns",14563 "webrtc-util",14564]1456514566[[package]]14567name = "webrtc-mdns"14568version = "0.5.2"14569source = "registry+https://github.com/rust-lang/crates.io-index"14570checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"14571dependencies = [14572 "log",14573 "socket2",14574 "thiserror",14575 "tokio",14576 "webrtc-util",14577]1457814579[[package]]14580name = "webrtc-media"14581version = "0.5.1"14582source = "registry+https://github.com/rust-lang/crates.io-index"14583checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"14584dependencies = [14585 "byteorder",14586 "bytes",14587 "rand 0.8.5",14588 "rtp",14589 "thiserror",14590]1459114592[[package]]14593name = "webrtc-sctp"14594version = "0.7.0"14595source = "registry+https://github.com/rust-lang/crates.io-index"14596checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"14597dependencies = [14598 "arc-swap",14599 "async-trait",14600 "bytes",14601 "crc",14602 "log",14603 "rand 0.8.5",14604 "thiserror",14605 "tokio",14606 "webrtc-util",14607]1460814609[[package]]14610name = "webrtc-srtp"14611version = "0.9.1"14612source = "registry+https://github.com/rust-lang/crates.io-index"14613checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"14614dependencies = [14615 "aead 0.4.3",14616 "aes 0.7.5",14617 "aes-gcm 0.9.4",14618 "async-trait",14619 "byteorder",14620 "bytes",14621 "ctr 0.8.0",14622 "hmac 0.11.0",14623 "log",14624 "rtcp",14625 "rtp",14626 "sha-1",14627 "subtle",14628 "thiserror",14629 "tokio",14630 "webrtc-util",14631]1463214633[[package]]14634name = "webrtc-util"14635version = "0.7.0"14636source = "registry+https://github.com/rust-lang/crates.io-index"14637checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"14638dependencies = [14639 "async-trait",14640 "bitflags",14641 "bytes",14642 "cc",14643 "ipnet",14644 "lazy_static",14645 "libc",14646 "log",14647 "nix",14648 "rand 0.8.5",14649 "thiserror",14650 "tokio",14651 "winapi",14652]1465314654[[package]]14655name = "westend-runtime"14656version = "0.9.42"14657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14658dependencies = [14659 "bitvec",14660 "frame-benchmarking",14661 "frame-election-provider-support",14662 "frame-executive",14663 "frame-support",14664 "frame-system",14665 "frame-system-benchmarking",14666 "frame-system-rpc-runtime-api",14667 "frame-try-runtime",14668 "hex-literal",14669 "log",14670 "pallet-authority-discovery",14671 "pallet-authorship",14672 "pallet-babe",14673 "pallet-bags-list",14674 "pallet-balances",14675 "pallet-collective",14676 "pallet-democracy",14677 "pallet-election-provider-multi-phase",14678 "pallet-election-provider-support-benchmarking",14679 "pallet-elections-phragmen",14680 "pallet-fast-unstake",14681 "pallet-grandpa",14682 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",14683 "pallet-im-online",14684 "pallet-indices",14685 "pallet-membership",14686 "pallet-multisig",14687 "pallet-nomination-pools",14688 "pallet-nomination-pools-benchmarking",14689 "pallet-nomination-pools-runtime-api",14690 "pallet-offences",14691 "pallet-offences-benchmarking",14692 "pallet-preimage",14693 "pallet-proxy",14694 "pallet-recovery",14695 "pallet-scheduler",14696 "pallet-session",14697 "pallet-session-benchmarking",14698 "pallet-society",14699 "pallet-staking",14700 "pallet-staking-reward-curve",14701 "pallet-staking-runtime-api",14702 "pallet-state-trie-migration",14703 "pallet-sudo",14704 "pallet-timestamp",14705 "pallet-transaction-payment",14706 "pallet-transaction-payment-rpc-runtime-api",14707 "pallet-treasury",14708 "pallet-utility",14709 "pallet-vesting",14710 "pallet-xcm",14711 "pallet-xcm-benchmarks",14712 "parity-scale-codec",14713 "polkadot-parachain",14714 "polkadot-primitives",14715 "polkadot-runtime-common",14716 "polkadot-runtime-parachains",14717 "rustc-hex",14718 "scale-info",14719 "serde",14720 "serde_derive",14721 "smallvec",14722 "sp-api",14723 "sp-authority-discovery",14724 "sp-block-builder",14725 "sp-consensus-babe",14726 "sp-consensus-beefy",14727 "sp-core",14728 "sp-inherents",14729 "sp-io",14730 "sp-mmr-primitives",14731 "sp-npos-elections",14732 "sp-offchain",14733 "sp-runtime",14734 "sp-session",14735 "sp-staking",14736 "sp-std",14737 "sp-transaction-pool",14738 "sp-version",14739 "substrate-wasm-builder",14740 "westend-runtime-constants",14741 "xcm",14742 "xcm-builder",14743 "xcm-executor",14744]1474514746[[package]]14747name = "westend-runtime-constants"14748version = "0.9.42"14749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14750dependencies = [14751 "frame-support",14752 "polkadot-primitives",14753 "polkadot-runtime-common",14754 "smallvec",14755 "sp-core",14756 "sp-runtime",14757 "sp-weights",14758]1475914760[[package]]14761name = "which"14762version = "4.4.0"14763source = "registry+https://github.com/rust-lang/crates.io-index"14764checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"14765dependencies = [14766 "either",14767 "libc",14768 "once_cell",14769]1477014771[[package]]14772name = "wide"14773version = "0.7.9"14774source = "registry+https://github.com/rust-lang/crates.io-index"14775checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65"14776dependencies = [14777 "bytemuck",14778 "safe_arch",14779]1478014781[[package]]14782name = "widestring"14783version = "0.5.1"14784source = "registry+https://github.com/rust-lang/crates.io-index"14785checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1478614787[[package]]14788name = "winapi"14789version = "0.3.9"14790source = "registry+https://github.com/rust-lang/crates.io-index"14791checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14792dependencies = [14793 "winapi-i686-pc-windows-gnu",14794 "winapi-x86_64-pc-windows-gnu",14795]1479614797[[package]]14798name = "winapi-i686-pc-windows-gnu"14799version = "0.4.0"14800source = "registry+https://github.com/rust-lang/crates.io-index"14801checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1480214803[[package]]14804name = "winapi-util"14805version = "0.1.5"14806source = "registry+https://github.com/rust-lang/crates.io-index"14807checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14808dependencies = [14809 "winapi",14810]1481114812[[package]]14813name = "winapi-x86_64-pc-windows-gnu"14814version = "0.4.0"14815source = "registry+https://github.com/rust-lang/crates.io-index"14816checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1481714818[[package]]14819name = "windows"14820version = "0.34.0"14821source = "registry+https://github.com/rust-lang/crates.io-index"14822checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"14823dependencies = [14824 "windows_aarch64_msvc 0.34.0",14825 "windows_i686_gnu 0.34.0",14826 "windows_i686_msvc 0.34.0",14827 "windows_x86_64_gnu 0.34.0",14828 "windows_x86_64_msvc 0.34.0",14829]1483014831[[package]]14832name = "windows"14833version = "0.48.0"14834source = "registry+https://github.com/rust-lang/crates.io-index"14835checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"14836dependencies = [14837 "windows-targets 0.48.0",14838]1483914840[[package]]14841name = "windows-sys"14842version = "0.42.0"14843source = "registry+https://github.com/rust-lang/crates.io-index"14844checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14845dependencies = [14846 "windows_aarch64_gnullvm 0.42.2",14847 "windows_aarch64_msvc 0.42.2",14848 "windows_i686_gnu 0.42.2",14849 "windows_i686_msvc 0.42.2",14850 "windows_x86_64_gnu 0.42.2",14851 "windows_x86_64_gnullvm 0.42.2",14852 "windows_x86_64_msvc 0.42.2",14853]1485414855[[package]]14856name = "windows-sys"14857version = "0.45.0"14858source = "registry+https://github.com/rust-lang/crates.io-index"14859checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"14860dependencies = [14861 "windows-targets 0.42.2",14862]1486314864[[package]]14865name = "windows-sys"14866version = "0.48.0"14867source = "registry+https://github.com/rust-lang/crates.io-index"14868checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"14869dependencies = [14870 "windows-targets 0.48.0",14871]1487214873[[package]]14874name = "windows-targets"14875version = "0.42.2"14876source = "registry+https://github.com/rust-lang/crates.io-index"14877checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"14878dependencies = [14879 "windows_aarch64_gnullvm 0.42.2",14880 "windows_aarch64_msvc 0.42.2",14881 "windows_i686_gnu 0.42.2",14882 "windows_i686_msvc 0.42.2",14883 "windows_x86_64_gnu 0.42.2",14884 "windows_x86_64_gnullvm 0.42.2",14885 "windows_x86_64_msvc 0.42.2",14886]1488714888[[package]]14889name = "windows-targets"14890version = "0.48.0"14891source = "registry+https://github.com/rust-lang/crates.io-index"14892checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"14893dependencies = [14894 "windows_aarch64_gnullvm 0.48.0",14895 "windows_aarch64_msvc 0.48.0",14896 "windows_i686_gnu 0.48.0",14897 "windows_i686_msvc 0.48.0",14898 "windows_x86_64_gnu 0.48.0",14899 "windows_x86_64_gnullvm 0.48.0",14900 "windows_x86_64_msvc 0.48.0",14901]1490214903[[package]]14904name = "windows_aarch64_gnullvm"14905version = "0.42.2"14906source = "registry+https://github.com/rust-lang/crates.io-index"14907checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1490814909[[package]]14910name = "windows_aarch64_gnullvm"14911version = "0.48.0"14912source = "registry+https://github.com/rust-lang/crates.io-index"14913checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"1491414915[[package]]14916name = "windows_aarch64_msvc"14917version = "0.34.0"14918source = "registry+https://github.com/rust-lang/crates.io-index"14919checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1492014921[[package]]14922name = "windows_aarch64_msvc"14923version = "0.42.2"14924source = "registry+https://github.com/rust-lang/crates.io-index"14925checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1492614927[[package]]14928name = "windows_aarch64_msvc"14929version = "0.48.0"14930source = "registry+https://github.com/rust-lang/crates.io-index"14931checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"1493214933[[package]]14934name = "windows_i686_gnu"14935version = "0.34.0"14936source = "registry+https://github.com/rust-lang/crates.io-index"14937checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1493814939[[package]]14940name = "windows_i686_gnu"14941version = "0.42.2"14942source = "registry+https://github.com/rust-lang/crates.io-index"14943checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1494414945[[package]]14946name = "windows_i686_gnu"14947version = "0.48.0"14948source = "registry+https://github.com/rust-lang/crates.io-index"14949checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"1495014951[[package]]14952name = "windows_i686_msvc"14953version = "0.34.0"14954source = "registry+https://github.com/rust-lang/crates.io-index"14955checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1495614957[[package]]14958name = "windows_i686_msvc"14959version = "0.42.2"14960source = "registry+https://github.com/rust-lang/crates.io-index"14961checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1496214963[[package]]14964name = "windows_i686_msvc"14965version = "0.48.0"14966source = "registry+https://github.com/rust-lang/crates.io-index"14967checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"1496814969[[package]]14970name = "windows_x86_64_gnu"14971version = "0.34.0"14972source = "registry+https://github.com/rust-lang/crates.io-index"14973checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1497414975[[package]]14976name = "windows_x86_64_gnu"14977version = "0.42.2"14978source = "registry+https://github.com/rust-lang/crates.io-index"14979checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1498014981[[package]]14982name = "windows_x86_64_gnu"14983version = "0.48.0"14984source = "registry+https://github.com/rust-lang/crates.io-index"14985checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"1498614987[[package]]14988name = "windows_x86_64_gnullvm"14989version = "0.42.2"14990source = "registry+https://github.com/rust-lang/crates.io-index"14991checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1499214993[[package]]14994name = "windows_x86_64_gnullvm"14995version = "0.48.0"14996source = "registry+https://github.com/rust-lang/crates.io-index"14997checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"1499814999[[package]]15000name = "windows_x86_64_msvc"15001version = "0.34.0"15002source = "registry+https://github.com/rust-lang/crates.io-index"15003checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1500415005[[package]]15006name = "windows_x86_64_msvc"15007version = "0.42.2"15008source = "registry+https://github.com/rust-lang/crates.io-index"15009checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1501015011[[package]]15012name = "windows_x86_64_msvc"15013version = "0.48.0"15014source = "registry+https://github.com/rust-lang/crates.io-index"15015checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"1501615017[[package]]15018name = "winnow"15019version = "0.4.6"15020source = "registry+https://github.com/rust-lang/crates.io-index"15021checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"15022dependencies = [15023 "memchr",15024]1502515026[[package]]15027name = "winreg"15028version = "0.10.1"15029source = "registry+https://github.com/rust-lang/crates.io-index"15030checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"15031dependencies = [15032 "winapi",15033]1503415035[[package]]15036name = "wyz"15037version = "0.5.1"15038source = "registry+https://github.com/rust-lang/crates.io-index"15039checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"15040dependencies = [15041 "tap",15042]1504315044[[package]]15045name = "x25519-dalek"15046version = "1.1.1"15047source = "registry+https://github.com/rust-lang/crates.io-index"15048checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"15049dependencies = [15050 "curve25519-dalek 3.2.0",15051 "rand_core 0.5.1",15052 "zeroize",15053]1505415055[[package]]15056name = "x25519-dalek"15057version = "2.0.0-pre.1"15058source = "registry+https://github.com/rust-lang/crates.io-index"15059checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df"15060dependencies = [15061 "curve25519-dalek 3.2.0",15062 "rand_core 0.6.4",15063 "zeroize",15064]1506515066[[package]]15067name = "x509-parser"15068version = "0.13.2"15069source = "registry+https://github.com/rust-lang/crates.io-index"15070checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"15071dependencies = [15072 "asn1-rs 0.3.1",15073 "base64 0.13.1",15074 "data-encoding",15075 "der-parser 7.0.0",15076 "lazy_static",15077 "nom",15078 "oid-registry 0.4.0",15079 "ring",15080 "rusticata-macros",15081 "thiserror",15082 "time 0.3.21",15083]1508415085[[package]]15086name = "x509-parser"15087version = "0.14.0"15088source = "registry+https://github.com/rust-lang/crates.io-index"15089checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"15090dependencies = [15091 "asn1-rs 0.5.2",15092 "base64 0.13.1",15093 "data-encoding",15094 "der-parser 8.2.0",15095 "lazy_static",15096 "nom",15097 "oid-registry 0.6.1",15098 "rusticata-macros",15099 "thiserror",15100 "time 0.3.21",15101]1510215103[[package]]15104name = "xcm"15105version = "0.9.42"15106source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15107dependencies = [15108 "bounded-collections",15109 "derivative",15110 "impl-trait-for-tuples",15111 "log",15112 "parity-scale-codec",15113 "scale-info",15114 "serde",15115 "sp-weights",15116 "xcm-procedural",15117]1511815119[[package]]15120name = "xcm-builder"15121version = "0.9.42"15122source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15123dependencies = [15124 "frame-support",15125 "frame-system",15126 "impl-trait-for-tuples",15127 "log",15128 "pallet-transaction-payment",15129 "parity-scale-codec",15130 "polkadot-parachain",15131 "scale-info",15132 "sp-arithmetic",15133 "sp-io",15134 "sp-runtime",15135 "sp-std",15136 "xcm",15137 "xcm-executor",15138]1513915140[[package]]15141name = "xcm-executor"15142version = "0.9.42"15143source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15144dependencies = [15145 "environmental",15146 "frame-benchmarking",15147 "frame-support",15148 "impl-trait-for-tuples",15149 "log",15150 "parity-scale-codec",15151 "sp-arithmetic",15152 "sp-core",15153 "sp-io",15154 "sp-runtime",15155 "sp-std",15156 "sp-weights",15157 "xcm",15158]1515915160[[package]]15161name = "xcm-procedural"15162version = "0.9.42"15163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15164dependencies = [15165 "Inflector",15166 "proc-macro2",15167 "quote",15168 "syn 2.0.16",15169]1517015171[[package]]15172name = "yamux"15173version = "0.10.2"15174source = "registry+https://github.com/rust-lang/crates.io-index"15175checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"15176dependencies = [15177 "futures",15178 "log",15179 "nohash-hasher",15180 "parking_lot 0.12.1",15181 "rand 0.8.5",15182 "static_assertions",15183]1518415185[[package]]15186name = "yasna"15187version = "0.5.2"15188source = "registry+https://github.com/rust-lang/crates.io-index"15189checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"15190dependencies = [15191 "time 0.3.21",15192]1519315194[[package]]15195name = "zeroize"15196version = "1.6.0"15197source = "registry+https://github.com/rust-lang/crates.io-index"15198checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"15199dependencies = [15200 "zeroize_derive",15201]1520215203[[package]]15204name = "zeroize_derive"15205version = "1.4.2"15206source = "registry+https://github.com/rust-lang/crates.io-index"15207checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"15208dependencies = [15209 "proc-macro2",15210 "quote",15211 "syn 2.0.16",15212]1521315214[[package]]15215name = "zstd"15216version = "0.11.2+zstd.1.5.2"15217source = "registry+https://github.com/rust-lang/crates.io-index"15218checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"15219dependencies = [15220 "zstd-safe 5.0.2+zstd.1.5.2",15221]1522215223[[package]]15224name = "zstd"15225version = "0.12.3+zstd.1.5.2"15226source = "registry+https://github.com/rust-lang/crates.io-index"15227checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"15228dependencies = [15229 "zstd-safe 6.0.5+zstd.1.5.4",15230]1523115232[[package]]15233name = "zstd-safe"15234version = "5.0.2+zstd.1.5.2"15235source = "registry+https://github.com/rust-lang/crates.io-index"15236checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"15237dependencies = [15238 "libc",15239 "zstd-sys",15240]1524115242[[package]]15243name = "zstd-safe"15244version = "6.0.5+zstd.1.5.4"15245source = "registry+https://github.com/rust-lang/crates.io-index"15246checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"15247dependencies = [15248 "libc",15249 "zstd-sys",15250]1525115252[[package]]15253name = "zstd-sys"15254version = "2.0.8+zstd.1.5.5"15255source = "registry+https://github.com/rust-lang/crates.io-index"15256checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"15257dependencies = [15258 "cc",15259 "libc",15260 "pkg-config",15261]