git.delta.rocks / unique-network / refs/commits / 7978844d74fe

difftreelog

source

Cargo.lock339.9 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"62576258[[package]]6259name = "pallet-base-fee"6260version = "1.0.0"6261source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6262dependencies = [6263 "fp-evm",6264 "frame-support",6265 "frame-system",6266 "parity-scale-codec",6267 "scale-info",6268 "sp-core",6269 "sp-runtime",6270]62716272[[package]]6273name = "pallet-beefy"6274version = "4.0.0-dev"6275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6276dependencies = [6277 "frame-support",6278 "frame-system",6279 "pallet-authorship",6280 "pallet-session",6281 "parity-scale-codec",6282 "scale-info",6283 "serde",6284 "sp-consensus-beefy",6285 "sp-runtime",6286 "sp-session",6287 "sp-staking",6288 "sp-std",6289]62906291[[package]]6292name = "pallet-beefy-mmr"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6295dependencies = [6296 "array-bytes 4.2.0",6297 "binary-merkle-tree",6298 "frame-support",6299 "frame-system",6300 "log",6301 "pallet-beefy",6302 "pallet-mmr",6303 "pallet-session",6304 "parity-scale-codec",6305 "scale-info",6306 "serde",6307 "sp-api",6308 "sp-consensus-beefy",6309 "sp-core",6310 "sp-io",6311 "sp-runtime",6312 "sp-std",6313]63146315[[package]]6316name = "pallet-bounties"6317version = "4.0.0-dev"6318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6319dependencies = [6320 "frame-benchmarking",6321 "frame-support",6322 "frame-system",6323 "log",6324 "pallet-treasury",6325 "parity-scale-codec",6326 "scale-info",6327 "sp-core",6328 "sp-io",6329 "sp-runtime",6330 "sp-std",6331]63326333[[package]]6334name = "pallet-child-bounties"6335version = "4.0.0-dev"6336source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6337dependencies = [6338 "frame-benchmarking",6339 "frame-support",6340 "frame-system",6341 "log",6342 "pallet-bounties",6343 "pallet-treasury",6344 "parity-scale-codec",6345 "scale-info",6346 "sp-core",6347 "sp-io",6348 "sp-runtime",6349 "sp-std",6350]63516352[[package]]6353name = "pallet-collator-selection"6354version = "4.0.0"6355dependencies = [6356 "frame-benchmarking",6357 "frame-support",6358 "frame-system",6359 "log",6360 "pallet-aura",6361 "pallet-authorship",6362 "pallet-balances",6363 "pallet-configuration",6364 "pallet-session",6365 "pallet-timestamp",6366 "parity-scale-codec",6367 "rand 0.8.5",6368 "scale-info",6369 "serde",6370 "sp-consensus-aura",6371 "sp-core",6372 "sp-io",6373 "sp-runtime",6374 "sp-staking",6375 "sp-std",6376 "sp-tracing",6377]63786379[[package]]6380name = "pallet-collective"6381version = "4.0.0-dev"6382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6383dependencies = [6384 "frame-benchmarking",6385 "frame-support",6386 "frame-system",6387 "log",6388 "parity-scale-codec",6389 "scale-info",6390 "sp-core",6391 "sp-io",6392 "sp-runtime",6393 "sp-std",6394]63956396[[package]]6397name = "pallet-common"6398version = "0.1.14"6399dependencies = [6400 "ethereum",6401 "evm-coder",6402 "frame-benchmarking",6403 "frame-support",6404 "frame-system",6405 "pallet-evm",6406 "pallet-evm-coder-substrate",6407 "parity-scale-codec",6408 "scale-info",6409 "sp-core",6410 "sp-runtime",6411 "sp-std",6412 "up-data-structs",6413 "up-pov-estimate-rpc",6414]64156416[[package]]6417name = "pallet-configuration"6418version = "0.1.3"6419dependencies = [6420 "fp-evm",6421 "frame-benchmarking",6422 "frame-support",6423 "frame-system",6424 "parity-scale-codec",6425 "scale-info",6426 "smallvec",6427 "sp-arithmetic",6428 "sp-core",6429 "sp-std",6430 "xcm",6431]64326433[[package]]6434name = "pallet-conviction-voting"6435version = "4.0.0-dev"6436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6437dependencies = [6438 "assert_matches",6439 "frame-benchmarking",6440 "frame-support",6441 "frame-system",6442 "parity-scale-codec",6443 "scale-info",6444 "serde",6445 "sp-io",6446 "sp-runtime",6447 "sp-std",6448]64496450[[package]]6451name = "pallet-democracy"6452version = "4.0.0-dev"6453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6454dependencies = [6455 "frame-benchmarking",6456 "frame-support",6457 "frame-system",6458 "log",6459 "parity-scale-codec",6460 "scale-info",6461 "serde",6462 "sp-core",6463 "sp-io",6464 "sp-runtime",6465 "sp-std",6466]64676468[[package]]6469name = "pallet-election-provider-multi-phase"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6472dependencies = [6473 "frame-benchmarking",6474 "frame-election-provider-support",6475 "frame-support",6476 "frame-system",6477 "log",6478 "pallet-election-provider-support-benchmarking",6479 "parity-scale-codec",6480 "rand 0.8.5",6481 "scale-info",6482 "sp-arithmetic",6483 "sp-core",6484 "sp-io",6485 "sp-npos-elections",6486 "sp-runtime",6487 "sp-std",6488 "strum",6489]64906491[[package]]6492name = "pallet-election-provider-support-benchmarking"6493version = "4.0.0-dev"6494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6495dependencies = [6496 "frame-benchmarking",6497 "frame-election-provider-support",6498 "frame-system",6499 "parity-scale-codec",6500 "sp-npos-elections",6501 "sp-runtime",6502]65036504[[package]]6505name = "pallet-elections-phragmen"6506version = "5.0.0-dev"6507source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6508dependencies = [6509 "frame-benchmarking",6510 "frame-support",6511 "frame-system",6512 "log",6513 "parity-scale-codec",6514 "scale-info",6515 "sp-core",6516 "sp-io",6517 "sp-npos-elections",6518 "sp-runtime",6519 "sp-std",6520]65216522[[package]]6523name = "pallet-ethereum"6524version = "4.0.0-dev"6525source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6526dependencies = [6527 "ethereum",6528 "ethereum-types",6529 "evm",6530 "fp-consensus",6531 "fp-ethereum",6532 "fp-evm",6533 "fp-rpc",6534 "fp-storage",6535 "frame-support",6536 "frame-system",6537 "pallet-evm",6538 "parity-scale-codec",6539 "scale-info",6540 "sp-io",6541 "sp-runtime",6542 "sp-std",6543]65446545[[package]]6546name = "pallet-evm"6547version = "6.0.0-dev"6548source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6549dependencies = [6550 "environmental",6551 "evm",6552 "fp-account",6553 "fp-evm",6554 "frame-benchmarking",6555 "frame-support",6556 "frame-system",6557 "hex",6558 "impl-trait-for-tuples",6559 "log",6560 "parity-scale-codec",6561 "rlp",6562 "scale-info",6563 "serde",6564 "sp-core",6565 "sp-io",6566 "sp-runtime",6567 "sp-std",6568]65696570[[package]]6571name = "pallet-evm-coder-substrate"6572version = "0.1.3"6573dependencies = [6574 "evm-coder",6575 "evm-coder-substrate-procedural",6576 "evm-core",6577 "frame-benchmarking",6578 "frame-support",6579 "frame-system",6580 "pallet-evm",6581 "parity-scale-codec",6582 "scale-info",6583 "sp-core",6584 "sp-std",6585 "spez",6586 "up-data-structs",6587]65886589[[package]]6590name = "pallet-evm-contract-helpers"6591version = "0.3.0"6592dependencies = [6593 "evm-coder",6594 "frame-support",6595 "frame-system",6596 "pallet-common",6597 "pallet-evm",6598 "pallet-evm-coder-substrate",6599 "pallet-evm-transaction-payment",6600 "parity-scale-codec",6601 "scale-info",6602 "sp-core",6603 "sp-std",6604 "up-data-structs",6605 "up-sponsorship",6606]66076608[[package]]6609name = "pallet-evm-migration"6610version = "0.1.1"6611dependencies = [6612 "ethereum",6613 "frame-benchmarking",6614 "frame-support",6615 "frame-system",6616 "pallet-evm",6617 "parity-scale-codec",6618 "scale-info",6619 "sp-core",6620 "sp-io",6621 "sp-std",6622]66236624[[package]]6625name = "pallet-evm-precompile-simple"6626version = "2.0.0-dev"6627source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6628dependencies = [6629 "fp-evm",6630 "ripemd",6631 "sp-io",6632]66336634[[package]]6635name = "pallet-evm-transaction-payment"6636version = "0.1.1"6637dependencies = [6638 "fp-evm",6639 "frame-support",6640 "frame-system",6641 "pallet-evm",6642 "parity-scale-codec",6643 "scale-info",6644 "sp-core",6645 "sp-runtime",6646 "sp-std",6647 "up-sponsorship",6648]66496650[[package]]6651name = "pallet-fast-unstake"6652version = "4.0.0-dev"6653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6654dependencies = [6655 "frame-benchmarking",6656 "frame-election-provider-support",6657 "frame-support",6658 "frame-system",6659 "log",6660 "parity-scale-codec",6661 "scale-info",6662 "sp-io",6663 "sp-runtime",6664 "sp-staking",6665 "sp-std",6666]66676668[[package]]6669name = "pallet-foreign-assets"6670version = "0.1.0"6671dependencies = [6672 "frame-benchmarking",6673 "frame-support",6674 "frame-system",6675 "log",6676 "orml-tokens",6677 "pallet-balances",6678 "pallet-common",6679 "pallet-fungible",6680 "parity-scale-codec",6681 "scale-info",6682 "serde",6683 "sp-runtime",6684 "sp-std",6685 "up-data-structs",6686 "xcm",6687 "xcm-executor",6688]66896690[[package]]6691name = "pallet-fungible"6692version = "0.1.11"6693dependencies = [6694 "evm-coder",6695 "frame-benchmarking",6696 "frame-support",6697 "frame-system",6698 "pallet-common",6699 "pallet-evm",6700 "pallet-evm-coder-substrate",6701 "pallet-structure",6702 "parity-scale-codec",6703 "scale-info",6704 "sp-core",6705 "sp-runtime",6706 "sp-std",6707 "up-data-structs",6708]67096710[[package]]6711name = "pallet-grandpa"6712version = "4.0.0-dev"6713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6714dependencies = [6715 "frame-benchmarking",6716 "frame-support",6717 "frame-system",6718 "log",6719 "pallet-authorship",6720 "pallet-session",6721 "parity-scale-codec",6722 "scale-info",6723 "sp-application-crypto",6724 "sp-consensus-grandpa",6725 "sp-core",6726 "sp-io",6727 "sp-runtime",6728 "sp-session",6729 "sp-staking",6730 "sp-std",6731]67326733[[package]]6734name = "pallet-identity"6735version = "4.0.0-dev"6736dependencies = [6737 "enumflags2",6738 "frame-benchmarking",6739 "frame-support",6740 "frame-system",6741 "pallet-balances",6742 "parity-scale-codec",6743 "scale-info",6744 "sp-core",6745 "sp-io",6746 "sp-runtime",6747 "sp-std",6748]67496750[[package]]6751name = "pallet-identity"6752version = "4.0.0-dev"6753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6754dependencies = [6755 "enumflags2",6756 "frame-benchmarking",6757 "frame-support",6758 "frame-system",6759 "parity-scale-codec",6760 "scale-info",6761 "sp-io",6762 "sp-runtime",6763 "sp-std",6764]67656766[[package]]6767name = "pallet-im-online"6768version = "4.0.0-dev"6769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6770dependencies = [6771 "frame-benchmarking",6772 "frame-support",6773 "frame-system",6774 "log",6775 "pallet-authorship",6776 "parity-scale-codec",6777 "scale-info",6778 "sp-application-crypto",6779 "sp-core",6780 "sp-io",6781 "sp-runtime",6782 "sp-staking",6783 "sp-std",6784]67856786[[package]]6787name = "pallet-indices"6788version = "4.0.0-dev"6789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6790dependencies = [6791 "frame-benchmarking",6792 "frame-support",6793 "frame-system",6794 "parity-scale-codec",6795 "scale-info",6796 "sp-core",6797 "sp-io",6798 "sp-keyring",6799 "sp-runtime",6800 "sp-std",6801]68026803[[package]]6804name = "pallet-inflation"6805version = "0.1.1"6806dependencies = [6807 "frame-benchmarking",6808 "frame-support",6809 "frame-system",6810 "pallet-balances",6811 "parity-scale-codec",6812 "scale-info",6813 "sp-core",6814 "sp-io",6815 "sp-runtime",6816 "sp-std",6817]68186819[[package]]6820name = "pallet-maintenance"6821version = "0.1.0"6822dependencies = [6823 "frame-benchmarking",6824 "frame-support",6825 "frame-system",6826 "parity-scale-codec",6827 "scale-info",6828 "sp-core",6829 "sp-std",6830]68316832[[package]]6833name = "pallet-membership"6834version = "4.0.0-dev"6835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6836dependencies = [6837 "frame-benchmarking",6838 "frame-support",6839 "frame-system",6840 "log",6841 "parity-scale-codec",6842 "scale-info",6843 "sp-core",6844 "sp-io",6845 "sp-runtime",6846 "sp-std",6847]68486849[[package]]6850name = "pallet-mmr"6851version = "4.0.0-dev"6852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6853dependencies = [6854 "frame-benchmarking",6855 "frame-support",6856 "frame-system",6857 "parity-scale-codec",6858 "scale-info",6859 "sp-core",6860 "sp-io",6861 "sp-mmr-primitives",6862 "sp-runtime",6863 "sp-std",6864]68656866[[package]]6867name = "pallet-multisig"6868version = "4.0.0-dev"6869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6870dependencies = [6871 "frame-benchmarking",6872 "frame-support",6873 "frame-system",6874 "log",6875 "parity-scale-codec",6876 "scale-info",6877 "sp-io",6878 "sp-runtime",6879 "sp-std",6880]68816882[[package]]6883name = "pallet-nis"6884version = "4.0.0-dev"6885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6886dependencies = [6887 "frame-benchmarking",6888 "frame-support",6889 "frame-system",6890 "parity-scale-codec",6891 "scale-info",6892 "sp-arithmetic",6893 "sp-core",6894 "sp-runtime",6895 "sp-std",6896]68976898[[package]]6899name = "pallet-nomination-pools"6900version = "1.0.0"6901source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6902dependencies = [6903 "frame-support",6904 "frame-system",6905 "log",6906 "parity-scale-codec",6907 "scale-info",6908 "sp-core",6909 "sp-io",6910 "sp-runtime",6911 "sp-staking",6912 "sp-std",6913]69146915[[package]]6916name = "pallet-nomination-pools-benchmarking"6917version = "1.0.0"6918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6919dependencies = [6920 "frame-benchmarking",6921 "frame-election-provider-support",6922 "frame-support",6923 "frame-system",6924 "pallet-bags-list",6925 "pallet-nomination-pools",6926 "pallet-staking",6927 "parity-scale-codec",6928 "scale-info",6929 "sp-runtime",6930 "sp-runtime-interface",6931 "sp-staking",6932 "sp-std",6933]69346935[[package]]6936name = "pallet-nomination-pools-runtime-api"6937version = "1.0.0-dev"6938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6939dependencies = [6940 "pallet-nomination-pools",6941 "parity-scale-codec",6942 "sp-api",6943 "sp-std",6944]69456946[[package]]6947name = "pallet-nonfungible"6948version = "0.1.14"6949dependencies = [6950 "evm-coder",6951 "frame-benchmarking",6952 "frame-support",6953 "frame-system",6954 "pallet-common",6955 "pallet-evm",6956 "pallet-evm-coder-substrate",6957 "pallet-structure",6958 "parity-scale-codec",6959 "scale-info",6960 "sp-core",6961 "sp-runtime",6962 "sp-std",6963 "struct-versioning",6964 "up-data-structs",6965]69666967[[package]]6968name = "pallet-offences"6969version = "4.0.0-dev"6970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6971dependencies = [6972 "frame-support",6973 "frame-system",6974 "log",6975 "pallet-balances",6976 "parity-scale-codec",6977 "scale-info",6978 "serde",6979 "sp-runtime",6980 "sp-staking",6981 "sp-std",6982]69836984[[package]]6985name = "pallet-offences-benchmarking"6986version = "4.0.0-dev"6987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6988dependencies = [6989 "frame-benchmarking",6990 "frame-election-provider-support",6991 "frame-support",6992 "frame-system",6993 "log",6994 "pallet-babe",6995 "pallet-balances",6996 "pallet-grandpa",6997 "pallet-im-online",6998 "pallet-offences",6999 "pallet-session",7000 "pallet-staking",7001 "parity-scale-codec",7002 "scale-info",7003 "sp-runtime",7004 "sp-staking",7005 "sp-std",7006]70077008[[package]]7009name = "pallet-preimage"7010version = "4.0.0-dev"7011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7012dependencies = [7013 "frame-benchmarking",7014 "frame-support",7015 "frame-system",7016 "log",7017 "parity-scale-codec",7018 "scale-info",7019 "sp-core",7020 "sp-io",7021 "sp-runtime",7022 "sp-std",7023]70247025[[package]]7026name = "pallet-proxy"7027version = "4.0.0-dev"7028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7029dependencies = [7030 "frame-benchmarking",7031 "frame-support",7032 "frame-system",7033 "parity-scale-codec",7034 "scale-info",7035 "sp-io",7036 "sp-runtime",7037 "sp-std",7038]70397040[[package]]7041name = "pallet-ranked-collective"7042version = "4.0.0-dev"7043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7044dependencies = [7045 "frame-benchmarking",7046 "frame-support",7047 "frame-system",7048 "log",7049 "parity-scale-codec",7050 "scale-info",7051 "sp-arithmetic",7052 "sp-core",7053 "sp-io",7054 "sp-runtime",7055 "sp-std",7056]70577058[[package]]7059name = "pallet-recovery"7060version = "4.0.0-dev"7061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7062dependencies = [7063 "frame-benchmarking",7064 "frame-support",7065 "frame-system",7066 "parity-scale-codec",7067 "scale-info",7068 "sp-io",7069 "sp-runtime",7070 "sp-std",7071]70727073[[package]]7074name = "pallet-referenda"7075version = "4.0.0-dev"7076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7077dependencies = [7078 "assert_matches",7079 "frame-benchmarking",7080 "frame-support",7081 "frame-system",7082 "log",7083 "parity-scale-codec",7084 "scale-info",7085 "serde",7086 "sp-arithmetic",7087 "sp-io",7088 "sp-runtime",7089 "sp-std",7090]70917092[[package]]7093name = "pallet-refungible"7094version = "0.2.13"7095dependencies = [7096 "evm-coder",7097 "frame-benchmarking",7098 "frame-support",7099 "frame-system",7100 "pallet-common",7101 "pallet-evm",7102 "pallet-evm-coder-substrate",7103 "pallet-structure",7104 "parity-scale-codec",7105 "scale-info",7106 "sp-core",7107 "sp-runtime",7108 "sp-std",7109 "up-data-structs",7110]71117112[[package]]7113name = "pallet-scheduler"7114version = "4.0.0-dev"7115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7116dependencies = [7117 "frame-benchmarking",7118 "frame-support",7119 "frame-system",7120 "log",7121 "parity-scale-codec",7122 "scale-info",7123 "sp-io",7124 "sp-runtime",7125 "sp-std",7126 "sp-weights",7127]71287129[[package]]7130name = "pallet-session"7131version = "4.0.0-dev"7132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7133dependencies = [7134 "frame-support",7135 "frame-system",7136 "impl-trait-for-tuples",7137 "log",7138 "pallet-timestamp",7139 "parity-scale-codec",7140 "scale-info",7141 "sp-core",7142 "sp-io",7143 "sp-runtime",7144 "sp-session",7145 "sp-staking",7146 "sp-std",7147 "sp-trie",7148]71497150[[package]]7151name = "pallet-session-benchmarking"7152version = "4.0.0-dev"7153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7154dependencies = [7155 "frame-benchmarking",7156 "frame-support",7157 "frame-system",7158 "pallet-session",7159 "pallet-staking",7160 "rand 0.8.5",7161 "sp-runtime",7162 "sp-session",7163 "sp-std",7164]71657166[[package]]7167name = "pallet-society"7168version = "4.0.0-dev"7169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7170dependencies = [7171 "frame-support",7172 "frame-system",7173 "parity-scale-codec",7174 "rand_chacha 0.2.2",7175 "scale-info",7176 "sp-runtime",7177 "sp-std",7178]71797180[[package]]7181name = "pallet-staking"7182version = "4.0.0-dev"7183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7184dependencies = [7185 "frame-benchmarking",7186 "frame-election-provider-support",7187 "frame-support",7188 "frame-system",7189 "log",7190 "pallet-authorship",7191 "pallet-session",7192 "parity-scale-codec",7193 "rand_chacha 0.2.2",7194 "scale-info",7195 "serde",7196 "sp-application-crypto",7197 "sp-io",7198 "sp-runtime",7199 "sp-staking",7200 "sp-std",7201]72027203[[package]]7204name = "pallet-staking-reward-curve"7205version = "4.0.0-dev"7206source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7207dependencies = [7208 "proc-macro-crate",7209 "proc-macro2",7210 "quote",7211 "syn 2.0.16",7212]72137214[[package]]7215name = "pallet-staking-reward-fn"7216version = "4.0.0-dev"7217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7218dependencies = [7219 "log",7220 "sp-arithmetic",7221]72227223[[package]]7224name = "pallet-staking-runtime-api"7225version = "4.0.0-dev"7226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7227dependencies = [7228 "parity-scale-codec",7229 "sp-api",7230]72317232[[package]]7233name = "pallet-state-trie-migration"7234version = "4.0.0-dev"7235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7236dependencies = [7237 "frame-benchmarking",7238 "frame-support",7239 "frame-system",7240 "log",7241 "parity-scale-codec",7242 "scale-info",7243 "sp-core",7244 "sp-io",7245 "sp-runtime",7246 "sp-std",7247]72487249[[package]]7250name = "pallet-structure"7251version = "0.1.2"7252dependencies = [7253 "frame-benchmarking",7254 "frame-support",7255 "frame-system",7256 "log",7257 "pallet-common",7258 "pallet-evm",7259 "parity-scale-codec",7260 "scale-info",7261 "sp-std",7262 "up-data-structs",7263]72647265[[package]]7266name = "pallet-sudo"7267version = "4.0.0-dev"7268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7269dependencies = [7270 "frame-support",7271 "frame-system",7272 "parity-scale-codec",7273 "scale-info",7274 "sp-io",7275 "sp-runtime",7276 "sp-std",7277]72787279[[package]]7280name = "pallet-template-transaction-payment"7281version = "3.0.0"7282source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"7283dependencies = [7284 "frame-benchmarking",7285 "frame-support",7286 "frame-system",7287 "pallet-balances",7288 "pallet-transaction-payment",7289 "parity-scale-codec",7290 "scale-info",7291 "serde",7292 "sp-core",7293 "sp-io",7294 "sp-runtime",7295 "sp-std",7296 "up-sponsorship",7297]72987299[[package]]7300name = "pallet-test-utils"7301version = "0.1.0"7302dependencies = [7303 "frame-support",7304 "frame-system",7305 "pallet-unique-scheduler-v2",7306 "parity-scale-codec",7307 "scale-info",7308 "sp-std",7309]73107311[[package]]7312name = "pallet-timestamp"7313version = "4.0.0-dev"7314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7315dependencies = [7316 "frame-benchmarking",7317 "frame-support",7318 "frame-system",7319 "log",7320 "parity-scale-codec",7321 "scale-info",7322 "sp-inherents",7323 "sp-io",7324 "sp-runtime",7325 "sp-std",7326 "sp-timestamp",7327]73287329[[package]]7330name = "pallet-tips"7331version = "4.0.0-dev"7332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7333dependencies = [7334 "frame-benchmarking",7335 "frame-support",7336 "frame-system",7337 "log",7338 "pallet-treasury",7339 "parity-scale-codec",7340 "scale-info",7341 "serde",7342 "sp-core",7343 "sp-io",7344 "sp-runtime",7345 "sp-std",7346]73477348[[package]]7349name = "pallet-transaction-payment"7350version = "4.0.0-dev"7351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7352dependencies = [7353 "frame-support",7354 "frame-system",7355 "parity-scale-codec",7356 "scale-info",7357 "serde",7358 "sp-core",7359 "sp-io",7360 "sp-runtime",7361 "sp-std",7362]73637364[[package]]7365name = "pallet-transaction-payment-rpc"7366version = "4.0.0-dev"7367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7368dependencies = [7369 "jsonrpsee",7370 "pallet-transaction-payment-rpc-runtime-api",7371 "parity-scale-codec",7372 "sp-api",7373 "sp-blockchain",7374 "sp-core",7375 "sp-rpc",7376 "sp-runtime",7377 "sp-weights",7378]73797380[[package]]7381name = "pallet-transaction-payment-rpc-runtime-api"7382version = "4.0.0-dev"7383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7384dependencies = [7385 "pallet-transaction-payment",7386 "parity-scale-codec",7387 "sp-api",7388 "sp-runtime",7389 "sp-weights",7390]73917392[[package]]7393name = "pallet-treasury"7394version = "4.0.0-dev"7395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7396dependencies = [7397 "frame-benchmarking",7398 "frame-support",7399 "frame-system",7400 "impl-trait-for-tuples",7401 "pallet-balances",7402 "parity-scale-codec",7403 "scale-info",7404 "serde",7405 "sp-runtime",7406 "sp-std",7407]74087409[[package]]7410name = "pallet-unique"7411version = "0.2.1"7412dependencies = [7413 "ethereum",7414 "evm-coder",7415 "frame-benchmarking",7416 "frame-support",7417 "frame-system",7418 "pallet-balances-adapter",7419 "pallet-common",7420 "pallet-evm",7421 "pallet-evm-coder-substrate",7422 "pallet-nonfungible",7423 "pallet-refungible",7424 "parity-scale-codec",7425 "scale-info",7426 "sp-core",7427 "sp-io",7428 "sp-runtime",7429 "sp-std",7430 "up-data-structs",7431]74327433[[package]]7434name = "pallet-unique-scheduler-v2"7435version = "0.1.0"7436dependencies = [7437 "frame-benchmarking",7438 "frame-support",7439 "frame-system",7440 "log",7441 "pallet-preimage",7442 "parity-scale-codec",7443 "scale-info",7444 "sp-core",7445 "sp-io",7446 "sp-runtime",7447 "sp-std",7448 "substrate-test-utils",7449]74507451[[package]]7452name = "pallet-utility"7453version = "4.0.0-dev"7454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7455dependencies = [7456 "frame-benchmarking",7457 "frame-support",7458 "frame-system",7459 "parity-scale-codec",7460 "scale-info",7461 "sp-core",7462 "sp-io",7463 "sp-runtime",7464 "sp-std",7465]74667467[[package]]7468name = "pallet-vesting"7469version = "4.0.0-dev"7470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7471dependencies = [7472 "frame-benchmarking",7473 "frame-support",7474 "frame-system",7475 "log",7476 "parity-scale-codec",7477 "scale-info",7478 "sp-runtime",7479 "sp-std",7480]74817482[[package]]7483name = "pallet-whitelist"7484version = "4.0.0-dev"7485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7486dependencies = [7487 "frame-benchmarking",7488 "frame-support",7489 "frame-system",7490 "parity-scale-codec",7491 "scale-info",7492 "sp-api",7493 "sp-runtime",7494 "sp-std",7495]74967497[[package]]7498name = "pallet-xcm"7499version = "0.9.42"7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7501dependencies = [7502 "bounded-collections",7503 "frame-benchmarking",7504 "frame-support",7505 "frame-system",7506 "log",7507 "parity-scale-codec",7508 "scale-info",7509 "serde",7510 "sp-core",7511 "sp-io",7512 "sp-runtime",7513 "sp-std",7514 "xcm",7515 "xcm-executor",7516]75177518[[package]]7519name = "pallet-xcm-benchmarks"7520version = "0.9.42"7521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7522dependencies = [7523 "frame-benchmarking",7524 "frame-support",7525 "frame-system",7526 "log",7527 "parity-scale-codec",7528 "scale-info",7529 "sp-io",7530 "sp-runtime",7531 "sp-std",7532 "xcm",7533 "xcm-builder",7534 "xcm-executor",7535]75367537[[package]]7538name = "parachain-info"7539version = "0.1.0"7540source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"7541dependencies = [7542 "cumulus-primitives-core",7543 "frame-support",7544 "frame-system",7545 "parity-scale-codec",7546 "scale-info",7547]75487549[[package]]7550name = "parity-db"7551version = "0.4.8"7552source = "registry+https://github.com/rust-lang/crates.io-index"7553checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b"7554dependencies = [7555 "blake2",7556 "crc32fast",7557 "fs2",7558 "hex",7559 "libc",7560 "log",7561 "lz4",7562 "memmap2",7563 "parking_lot 0.12.1",7564 "rand 0.8.5",7565 "siphasher",7566 "snap",7567]75687569[[package]]7570name = "parity-scale-codec"7571version = "3.5.0"7572source = "registry+https://github.com/rust-lang/crates.io-index"7573checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"7574dependencies = [7575 "arrayvec 0.7.2",7576 "bitvec",7577 "byte-slice-cast",7578 "bytes",7579 "impl-trait-for-tuples",7580 "parity-scale-codec-derive",7581 "serde",7582]75837584[[package]]7585name = "parity-scale-codec-derive"7586version = "3.1.4"7587source = "registry+https://github.com/rust-lang/crates.io-index"7588checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7589dependencies = [7590 "proc-macro-crate",7591 "proc-macro2",7592 "quote",7593 "syn 1.0.109",7594]75957596[[package]]7597name = "parity-send-wrapper"7598version = "0.1.0"7599source = "registry+https://github.com/rust-lang/crates.io-index"7600checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"76017602[[package]]7603name = "parity-wasm"7604version = "0.45.0"7605source = "registry+https://github.com/rust-lang/crates.io-index"7606checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"76077608[[package]]7609name = "parking"7610version = "2.1.0"7611source = "registry+https://github.com/rust-lang/crates.io-index"7612checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"76137614[[package]]7615name = "parking_lot"7616version = "0.11.2"7617source = "registry+https://github.com/rust-lang/crates.io-index"7618checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7619dependencies = [7620 "instant",7621 "lock_api",7622 "parking_lot_core 0.8.6",7623]76247625[[package]]7626name = "parking_lot"7627version = "0.12.1"7628source = "registry+https://github.com/rust-lang/crates.io-index"7629checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7630dependencies = [7631 "lock_api",7632 "parking_lot_core 0.9.7",7633]76347635[[package]]7636name = "parking_lot_core"7637version = "0.8.6"7638source = "registry+https://github.com/rust-lang/crates.io-index"7639checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7640dependencies = [7641 "cfg-if",7642 "instant",7643 "libc",7644 "redox_syscall 0.2.16",7645 "smallvec",7646 "winapi",7647]76487649[[package]]7650name = "parking_lot_core"7651version = "0.9.7"7652source = "registry+https://github.com/rust-lang/crates.io-index"7653checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"7654dependencies = [7655 "cfg-if",7656 "libc",7657 "redox_syscall 0.2.16",7658 "smallvec",7659 "windows-sys 0.45.0",7660]76617662[[package]]7663name = "paste"7664version = "1.0.12"7665source = "registry+https://github.com/rust-lang/crates.io-index"7666checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"76677668[[package]]7669name = "pbkdf2"7670version = "0.8.0"7671source = "registry+https://github.com/rust-lang/crates.io-index"7672checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7673dependencies = [7674 "crypto-mac 0.11.1",7675]76767677[[package]]7678name = "pbkdf2"7679version = "0.11.0"7680source = "registry+https://github.com/rust-lang/crates.io-index"7681checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"7682dependencies = [7683 "digest 0.10.7",7684]76857686[[package]]7687name = "peeking_take_while"7688version = "0.1.2"7689source = "registry+https://github.com/rust-lang/crates.io-index"7690checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"76917692[[package]]7693name = "pem"7694version = "1.1.1"7695source = "registry+https://github.com/rust-lang/crates.io-index"7696checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"7697dependencies = [7698 "base64 0.13.1",7699]77007701[[package]]7702name = "pem-rfc7468"7703version = "0.6.0"7704source = "registry+https://github.com/rust-lang/crates.io-index"7705checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"7706dependencies = [7707 "base64ct",7708]77097710[[package]]7711name = "percent-encoding"7712version = "2.2.0"7713source = "registry+https://github.com/rust-lang/crates.io-index"7714checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"77157716[[package]]7717name = "pest"7718version = "2.6.0"7719source = "registry+https://github.com/rust-lang/crates.io-index"7720checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"7721dependencies = [7722 "thiserror",7723 "ucd-trie",7724]77257726[[package]]7727name = "pest_derive"7728version = "2.6.0"7729source = "registry+https://github.com/rust-lang/crates.io-index"7730checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"7731dependencies = [7732 "pest",7733 "pest_generator",7734]77357736[[package]]7737name = "pest_generator"7738version = "2.6.0"7739source = "registry+https://github.com/rust-lang/crates.io-index"7740checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"7741dependencies = [7742 "pest",7743 "pest_meta",7744 "proc-macro2",7745 "quote",7746 "syn 2.0.16",7747]77487749[[package]]7750name = "pest_meta"7751version = "2.6.0"7752source = "registry+https://github.com/rust-lang/crates.io-index"7753checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"7754dependencies = [7755 "once_cell",7756 "pest",7757 "sha2 0.10.6",7758]77597760[[package]]7761name = "petgraph"7762version = "0.6.3"7763source = "registry+https://github.com/rust-lang/crates.io-index"7764checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"7765dependencies = [7766 "fixedbitset",7767 "indexmap",7768]77697770[[package]]7771name = "pin-project"7772version = "1.1.0"7773source = "registry+https://github.com/rust-lang/crates.io-index"7774checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"7775dependencies = [7776 "pin-project-internal",7777]77787779[[package]]7780name = "pin-project-internal"7781version = "1.1.0"7782source = "registry+https://github.com/rust-lang/crates.io-index"7783checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"7784dependencies = [7785 "proc-macro2",7786 "quote",7787 "syn 2.0.16",7788]77897790[[package]]7791name = "pin-project-lite"7792version = "0.1.12"7793source = "registry+https://github.com/rust-lang/crates.io-index"7794checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"77957796[[package]]7797name = "pin-project-lite"7798version = "0.2.9"7799source = "registry+https://github.com/rust-lang/crates.io-index"7800checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"78017802[[package]]7803name = "pin-utils"7804version = "0.1.0"7805source = "registry+https://github.com/rust-lang/crates.io-index"7806checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"78077808[[package]]7809name = "pkcs8"7810version = "0.9.0"7811source = "registry+https://github.com/rust-lang/crates.io-index"7812checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7813dependencies = [7814 "der 0.6.1",7815 "spki 0.6.0",7816]78177818[[package]]7819name = "pkcs8"7820version = "0.10.2"7821source = "registry+https://github.com/rust-lang/crates.io-index"7822checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"7823dependencies = [7824 "der 0.7.6",7825 "spki 0.7.2",7826]78277828[[package]]7829name = "pkg-config"7830version = "0.3.27"7831source = "registry+https://github.com/rust-lang/crates.io-index"7832checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"78337834[[package]]7835name = "platforms"7836version = "2.0.0"7837source = "registry+https://github.com/rust-lang/crates.io-index"7838checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"78397840[[package]]7841name = "platforms"7842version = "3.0.2"7843source = "registry+https://github.com/rust-lang/crates.io-index"7844checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"78457846[[package]]7847name = "polkadot-approval-distribution"7848version = "0.9.42"7849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7850dependencies = [7851 "futures",7852 "polkadot-node-jaeger",7853 "polkadot-node-metrics",7854 "polkadot-node-network-protocol",7855 "polkadot-node-primitives",7856 "polkadot-node-subsystem",7857 "polkadot-primitives",7858 "rand 0.8.5",7859 "tracing-gum",7860]78617862[[package]]7863name = "polkadot-availability-bitfield-distribution"7864version = "0.9.42"7865source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7866dependencies = [7867 "futures",7868 "polkadot-node-network-protocol",7869 "polkadot-node-subsystem",7870 "polkadot-node-subsystem-util",7871 "polkadot-primitives",7872 "rand 0.8.5",7873 "tracing-gum",7874]78757876[[package]]7877name = "polkadot-availability-distribution"7878version = "0.9.42"7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7880dependencies = [7881 "derive_more",7882 "fatality",7883 "futures",7884 "lru 0.9.0",7885 "parity-scale-codec",7886 "polkadot-erasure-coding",7887 "polkadot-node-network-protocol",7888 "polkadot-node-primitives",7889 "polkadot-node-subsystem",7890 "polkadot-node-subsystem-util",7891 "polkadot-primitives",7892 "rand 0.8.5",7893 "sp-core",7894 "sp-keystore",7895 "thiserror",7896 "tracing-gum",7897]78987899[[package]]7900name = "polkadot-availability-recovery"7901version = "0.9.42"7902source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7903dependencies = [7904 "fatality",7905 "futures",7906 "lru 0.9.0",7907 "parity-scale-codec",7908 "polkadot-erasure-coding",7909 "polkadot-node-network-protocol",7910 "polkadot-node-primitives",7911 "polkadot-node-subsystem",7912 "polkadot-node-subsystem-util",7913 "polkadot-primitives",7914 "rand 0.8.5",7915 "sc-network",7916 "thiserror",7917 "tracing-gum",7918]79197920[[package]]7921name = "polkadot-cli"7922version = "0.9.42"7923source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7924dependencies = [7925 "clap",7926 "frame-benchmarking-cli",7927 "futures",7928 "log",7929 "polkadot-client",7930 "polkadot-node-core-pvf-worker",7931 "polkadot-node-metrics",7932 "polkadot-performance-test",7933 "polkadot-service",7934 "sc-cli",7935 "sc-executor",7936 "sc-service",7937 "sc-storage-monitor",7938 "sc-sysinfo",7939 "sc-tracing",7940 "sp-core",7941 "sp-io",7942 "sp-keyring",7943 "sp-maybe-compressed-blob",7944 "substrate-build-script-utils",7945 "thiserror",7946 "try-runtime-cli",7947]79487949[[package]]7950name = "polkadot-client"7951version = "0.9.42"7952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7953dependencies = [7954 "async-trait",7955 "frame-benchmarking",7956 "frame-benchmarking-cli",7957 "frame-system",7958 "frame-system-rpc-runtime-api",7959 "futures",7960 "pallet-transaction-payment",7961 "pallet-transaction-payment-rpc-runtime-api",7962 "polkadot-core-primitives",7963 "polkadot-node-core-parachains-inherent",7964 "polkadot-primitives",7965 "polkadot-runtime",7966 "polkadot-runtime-common",7967 "sc-client-api",7968 "sc-consensus",7969 "sc-executor",7970 "sc-service",7971 "sp-api",7972 "sp-authority-discovery",7973 "sp-block-builder",7974 "sp-blockchain",7975 "sp-consensus",7976 "sp-consensus-babe",7977 "sp-consensus-beefy",7978 "sp-consensus-grandpa",7979 "sp-core",7980 "sp-inherents",7981 "sp-keyring",7982 "sp-mmr-primitives",7983 "sp-offchain",7984 "sp-runtime",7985 "sp-session",7986 "sp-storage",7987 "sp-timestamp",7988 "sp-transaction-pool",7989]79907991[[package]]7992name = "polkadot-collator-protocol"7993version = "0.9.42"7994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7995dependencies = [7996 "always-assert",7997 "bitvec",7998 "fatality",7999 "futures",8000 "futures-timer",8001 "polkadot-node-network-protocol",8002 "polkadot-node-primitives",8003 "polkadot-node-subsystem",8004 "polkadot-node-subsystem-util",8005 "polkadot-primitives",8006 "sp-core",8007 "sp-keystore",8008 "sp-runtime",8009 "thiserror",8010 "tracing-gum",8011]80128013[[package]]8014name = "polkadot-core-primitives"8015version = "0.9.42"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8017dependencies = [8018 "parity-scale-codec",8019 "scale-info",8020 "sp-core",8021 "sp-runtime",8022 "sp-std",8023]80248025[[package]]8026name = "polkadot-dispute-distribution"8027version = "0.9.42"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8029dependencies = [8030 "derive_more",8031 "fatality",8032 "futures",8033 "futures-timer",8034 "indexmap",8035 "lru 0.9.0",8036 "parity-scale-codec",8037 "polkadot-erasure-coding",8038 "polkadot-node-network-protocol",8039 "polkadot-node-primitives",8040 "polkadot-node-subsystem",8041 "polkadot-node-subsystem-util",8042 "polkadot-primitives",8043 "sc-network",8044 "sp-application-crypto",8045 "sp-keystore",8046 "thiserror",8047 "tracing-gum",8048]80498050[[package]]8051name = "polkadot-erasure-coding"8052version = "0.9.42"8053source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8054dependencies = [8055 "parity-scale-codec",8056 "polkadot-node-primitives",8057 "polkadot-primitives",8058 "reed-solomon-novelpoly",8059 "sp-core",8060 "sp-trie",8061 "thiserror",8062]80638064[[package]]8065name = "polkadot-gossip-support"8066version = "0.9.42"8067source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8068dependencies = [8069 "futures",8070 "futures-timer",8071 "polkadot-node-network-protocol",8072 "polkadot-node-subsystem",8073 "polkadot-node-subsystem-util",8074 "polkadot-primitives",8075 "rand 0.8.5",8076 "rand_chacha 0.3.1",8077 "sc-network",8078 "sp-application-crypto",8079 "sp-core",8080 "sp-keystore",8081 "tracing-gum",8082]80838084[[package]]8085name = "polkadot-network-bridge"8086version = "0.9.42"8087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8088dependencies = [8089 "always-assert",8090 "async-trait",8091 "bytes",8092 "fatality",8093 "futures",8094 "parity-scale-codec",8095 "parking_lot 0.12.1",8096 "polkadot-node-metrics",8097 "polkadot-node-network-protocol",8098 "polkadot-node-subsystem",8099 "polkadot-overseer",8100 "polkadot-primitives",8101 "sc-network",8102 "sp-consensus",8103 "thiserror",8104 "tracing-gum",8105]81068107[[package]]8108name = "polkadot-node-collation-generation"8109version = "0.9.42"8110source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8111dependencies = [8112 "futures",8113 "parity-scale-codec",8114 "polkadot-erasure-coding",8115 "polkadot-node-primitives",8116 "polkadot-node-subsystem",8117 "polkadot-node-subsystem-util",8118 "polkadot-primitives",8119 "sp-core",8120 "sp-maybe-compressed-blob",8121 "thiserror",8122 "tracing-gum",8123]81248125[[package]]8126name = "polkadot-node-core-approval-voting"8127version = "0.9.42"8128source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8129dependencies = [8130 "bitvec",8131 "derive_more",8132 "futures",8133 "futures-timer",8134 "kvdb",8135 "lru 0.9.0",8136 "merlin",8137 "parity-scale-codec",8138 "polkadot-node-jaeger",8139 "polkadot-node-primitives",8140 "polkadot-node-subsystem",8141 "polkadot-node-subsystem-util",8142 "polkadot-overseer",8143 "polkadot-primitives",8144 "sc-keystore",8145 "schnorrkel",8146 "sp-application-crypto",8147 "sp-consensus",8148 "sp-consensus-slots",8149 "sp-runtime",8150 "thiserror",8151 "tracing-gum",8152]81538154[[package]]8155name = "polkadot-node-core-av-store"8156version = "0.9.42"8157source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8158dependencies = [8159 "bitvec",8160 "futures",8161 "futures-timer",8162 "kvdb",8163 "parity-scale-codec",8164 "polkadot-erasure-coding",8165 "polkadot-node-primitives",8166 "polkadot-node-subsystem",8167 "polkadot-node-subsystem-util",8168 "polkadot-overseer",8169 "polkadot-primitives",8170 "sp-consensus",8171 "thiserror",8172 "tracing-gum",8173]81748175[[package]]8176name = "polkadot-node-core-backing"8177version = "0.9.42"8178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8179dependencies = [8180 "bitvec",8181 "fatality",8182 "futures",8183 "polkadot-erasure-coding",8184 "polkadot-node-primitives",8185 "polkadot-node-subsystem",8186 "polkadot-node-subsystem-util",8187 "polkadot-primitives",8188 "polkadot-statement-table",8189 "sp-keystore",8190 "thiserror",8191 "tracing-gum",8192]81938194[[package]]8195name = "polkadot-node-core-bitfield-signing"8196version = "0.9.42"8197source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8198dependencies = [8199 "futures",8200 "polkadot-node-subsystem",8201 "polkadot-node-subsystem-util",8202 "polkadot-primitives",8203 "sp-keystore",8204 "thiserror",8205 "tracing-gum",8206 "wasm-timer",8207]82088209[[package]]8210name = "polkadot-node-core-candidate-validation"8211version = "0.9.42"8212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8213dependencies = [8214 "async-trait",8215 "futures",8216 "futures-timer",8217 "parity-scale-codec",8218 "polkadot-node-core-pvf",8219 "polkadot-node-metrics",8220 "polkadot-node-primitives",8221 "polkadot-node-subsystem",8222 "polkadot-node-subsystem-util",8223 "polkadot-parachain",8224 "polkadot-primitives",8225 "sp-maybe-compressed-blob",8226 "tracing-gum",8227]82288229[[package]]8230name = "polkadot-node-core-chain-api"8231version = "0.9.42"8232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8233dependencies = [8234 "futures",8235 "polkadot-node-metrics",8236 "polkadot-node-subsystem",8237 "polkadot-primitives",8238 "sc-client-api",8239 "sc-consensus-babe",8240 "sp-blockchain",8241 "tracing-gum",8242]82438244[[package]]8245name = "polkadot-node-core-chain-selection"8246version = "0.9.42"8247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8248dependencies = [8249 "futures",8250 "futures-timer",8251 "kvdb",8252 "parity-scale-codec",8253 "polkadot-node-primitives",8254 "polkadot-node-subsystem",8255 "polkadot-node-subsystem-util",8256 "polkadot-primitives",8257 "thiserror",8258 "tracing-gum",8259]82608261[[package]]8262name = "polkadot-node-core-dispute-coordinator"8263version = "0.9.42"8264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8265dependencies = [8266 "fatality",8267 "futures",8268 "kvdb",8269 "lru 0.9.0",8270 "parity-scale-codec",8271 "polkadot-node-primitives",8272 "polkadot-node-subsystem",8273 "polkadot-node-subsystem-util",8274 "polkadot-primitives",8275 "sc-keystore",8276 "thiserror",8277 "tracing-gum",8278]82798280[[package]]8281name = "polkadot-node-core-parachains-inherent"8282version = "0.9.42"8283source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8284dependencies = [8285 "async-trait",8286 "futures",8287 "futures-timer",8288 "polkadot-node-subsystem",8289 "polkadot-overseer",8290 "polkadot-primitives",8291 "sp-blockchain",8292 "sp-inherents",8293 "thiserror",8294 "tracing-gum",8295]82968297[[package]]8298name = "polkadot-node-core-provisioner"8299version = "0.9.42"8300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8301dependencies = [8302 "bitvec",8303 "fatality",8304 "futures",8305 "futures-timer",8306 "polkadot-node-primitives",8307 "polkadot-node-subsystem",8308 "polkadot-node-subsystem-util",8309 "polkadot-primitives",8310 "rand 0.8.5",8311 "thiserror",8312 "tracing-gum",8313]83148315[[package]]8316name = "polkadot-node-core-pvf"8317version = "0.9.42"8318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8319dependencies = [8320 "always-assert",8321 "futures",8322 "futures-timer",8323 "libc",8324 "parity-scale-codec",8325 "pin-project",8326 "polkadot-core-primitives",8327 "polkadot-node-metrics",8328 "polkadot-node-primitives",8329 "polkadot-parachain",8330 "polkadot-primitives",8331 "rand 0.8.5",8332 "slotmap",8333 "sp-core",8334 "sp-maybe-compressed-blob",8335 "sp-tracing",8336 "sp-wasm-interface",8337 "substrate-build-script-utils",8338 "tokio",8339 "tracing-gum",8340]83418342[[package]]8343name = "polkadot-node-core-pvf-checker"8344version = "0.9.42"8345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8346dependencies = [8347 "futures",8348 "polkadot-node-primitives",8349 "polkadot-node-subsystem",8350 "polkadot-node-subsystem-util",8351 "polkadot-overseer",8352 "polkadot-primitives",8353 "sp-keystore",8354 "thiserror",8355 "tracing-gum",8356]83578358[[package]]8359name = "polkadot-node-core-pvf-worker"8360version = "0.9.42"8361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8362dependencies = [8363 "assert_matches",8364 "cpu-time",8365 "futures",8366 "libc",8367 "parity-scale-codec",8368 "polkadot-node-core-pvf",8369 "polkadot-parachain",8370 "polkadot-primitives",8371 "rayon",8372 "sc-executor",8373 "sc-executor-common",8374 "sc-executor-wasmtime",8375 "sp-core",8376 "sp-externalities",8377 "sp-io",8378 "sp-maybe-compressed-blob",8379 "sp-tracing",8380 "substrate-build-script-utils",8381 "tempfile",8382 "tikv-jemalloc-ctl",8383 "tokio",8384 "tracing-gum",8385]83868387[[package]]8388name = "polkadot-node-core-runtime-api"8389version = "0.9.42"8390source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8391dependencies = [8392 "futures",8393 "lru 0.9.0",8394 "polkadot-node-metrics",8395 "polkadot-node-subsystem",8396 "polkadot-node-subsystem-types",8397 "polkadot-primitives",8398 "sp-consensus-babe",8399 "tracing-gum",8400]84018402[[package]]8403name = "polkadot-node-jaeger"8404version = "0.9.42"8405source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8406dependencies = [8407 "lazy_static",8408 "log",8409 "mick-jaeger",8410 "parity-scale-codec",8411 "parking_lot 0.12.1",8412 "polkadot-node-primitives",8413 "polkadot-primitives",8414 "sc-network",8415 "sp-core",8416 "thiserror",8417 "tokio",8418]84198420[[package]]8421name = "polkadot-node-metrics"8422version = "0.9.42"8423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8424dependencies = [8425 "bs58",8426 "futures",8427 "futures-timer",8428 "log",8429 "parity-scale-codec",8430 "polkadot-primitives",8431 "prioritized-metered-channel",8432 "sc-cli",8433 "sc-service",8434 "sc-tracing",8435 "substrate-prometheus-endpoint",8436 "tracing-gum",8437]84388439[[package]]8440name = "polkadot-node-network-protocol"8441version = "0.9.42"8442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8443dependencies = [8444 "async-trait",8445 "derive_more",8446 "fatality",8447 "futures",8448 "hex",8449 "parity-scale-codec",8450 "polkadot-node-jaeger",8451 "polkadot-node-primitives",8452 "polkadot-primitives",8453 "rand 0.8.5",8454 "sc-authority-discovery",8455 "sc-network",8456 "strum",8457 "thiserror",8458 "tracing-gum",8459]84608461[[package]]8462name = "polkadot-node-primitives"8463version = "0.9.42"8464source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8465dependencies = [8466 "bounded-vec",8467 "futures",8468 "parity-scale-codec",8469 "polkadot-parachain",8470 "polkadot-primitives",8471 "schnorrkel",8472 "serde",8473 "sp-application-crypto",8474 "sp-consensus-babe",8475 "sp-core",8476 "sp-keystore",8477 "sp-maybe-compressed-blob",8478 "sp-runtime",8479 "thiserror",8480 "zstd 0.11.2+zstd.1.5.2",8481]84828483[[package]]8484name = "polkadot-node-subsystem"8485version = "0.9.42"8486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8487dependencies = [8488 "polkadot-node-jaeger",8489 "polkadot-node-subsystem-types",8490 "polkadot-overseer",8491]84928493[[package]]8494name = "polkadot-node-subsystem-types"8495version = "0.9.42"8496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8497dependencies = [8498 "async-trait",8499 "derive_more",8500 "futures",8501 "orchestra",8502 "polkadot-node-jaeger",8503 "polkadot-node-network-protocol",8504 "polkadot-node-primitives",8505 "polkadot-primitives",8506 "polkadot-statement-table",8507 "sc-network",8508 "smallvec",8509 "sp-api",8510 "sp-authority-discovery",8511 "sp-consensus-babe",8512 "substrate-prometheus-endpoint",8513 "thiserror",8514]85158516[[package]]8517name = "polkadot-node-subsystem-util"8518version = "0.9.42"8519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8520dependencies = [8521 "async-trait",8522 "derive_more",8523 "fatality",8524 "futures",8525 "futures-channel",8526 "itertools",8527 "kvdb",8528 "lru 0.9.0",8529 "parity-db",8530 "parity-scale-codec",8531 "parking_lot 0.11.2",8532 "pin-project",8533 "polkadot-node-jaeger",8534 "polkadot-node-metrics",8535 "polkadot-node-network-protocol",8536 "polkadot-node-primitives",8537 "polkadot-node-subsystem",8538 "polkadot-overseer",8539 "polkadot-primitives",8540 "prioritized-metered-channel",8541 "rand 0.8.5",8542 "sp-application-crypto",8543 "sp-core",8544 "sp-keystore",8545 "thiserror",8546 "tracing-gum",8547]85488549[[package]]8550name = "polkadot-overseer"8551version = "0.9.42"8552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8553dependencies = [8554 "async-trait",8555 "futures",8556 "futures-timer",8557 "lru 0.9.0",8558 "orchestra",8559 "parking_lot 0.12.1",8560 "polkadot-node-metrics",8561 "polkadot-node-network-protocol",8562 "polkadot-node-primitives",8563 "polkadot-node-subsystem-types",8564 "polkadot-primitives",8565 "sc-client-api",8566 "sp-api",8567 "sp-core",8568 "tikv-jemalloc-ctl",8569 "tracing-gum",8570]85718572[[package]]8573name = "polkadot-parachain"8574version = "0.9.42"8575source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8576dependencies = [8577 "bounded-collections",8578 "derive_more",8579 "frame-support",8580 "parity-scale-codec",8581 "polkadot-core-primitives",8582 "scale-info",8583 "serde",8584 "sp-core",8585 "sp-runtime",8586 "sp-std",8587]85888589[[package]]8590name = "polkadot-performance-test"8591version = "0.9.42"8592source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8593dependencies = [8594 "env_logger 0.9.3",8595 "kusama-runtime",8596 "log",8597 "polkadot-erasure-coding",8598 "polkadot-node-core-pvf-worker",8599 "polkadot-node-primitives",8600 "polkadot-primitives",8601 "quote",8602 "sc-executor-common",8603 "sp-maybe-compressed-blob",8604 "thiserror",8605]86068607[[package]]8608name = "polkadot-primitives"8609version = "0.9.42"8610source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8611dependencies = [8612 "bitvec",8613 "hex-literal",8614 "parity-scale-codec",8615 "polkadot-core-primitives",8616 "polkadot-parachain",8617 "scale-info",8618 "serde",8619 "sp-api",8620 "sp-application-crypto",8621 "sp-arithmetic",8622 "sp-authority-discovery",8623 "sp-consensus-slots",8624 "sp-core",8625 "sp-inherents",8626 "sp-io",8627 "sp-keystore",8628 "sp-runtime",8629 "sp-staking",8630 "sp-std",8631]86328633[[package]]8634name = "polkadot-rpc"8635version = "0.9.42"8636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8637dependencies = [8638 "jsonrpsee",8639 "mmr-rpc",8640 "pallet-transaction-payment-rpc",8641 "polkadot-primitives",8642 "sc-chain-spec",8643 "sc-client-api",8644 "sc-consensus-babe",8645 "sc-consensus-babe-rpc",8646 "sc-consensus-beefy",8647 "sc-consensus-beefy-rpc",8648 "sc-consensus-epochs",8649 "sc-consensus-grandpa",8650 "sc-consensus-grandpa-rpc",8651 "sc-rpc",8652 "sc-sync-state-rpc",8653 "sc-transaction-pool-api",8654 "sp-api",8655 "sp-block-builder",8656 "sp-blockchain",8657 "sp-consensus",8658 "sp-consensus-babe",8659 "sp-keystore",8660 "sp-runtime",8661 "substrate-frame-rpc-system",8662 "substrate-state-trie-migration-rpc",8663]86648665[[package]]8666name = "polkadot-runtime"8667version = "0.9.42"8668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8669dependencies = [8670 "bitvec",8671 "frame-benchmarking",8672 "frame-election-provider-support",8673 "frame-executive",8674 "frame-support",8675 "frame-system",8676 "frame-system-benchmarking",8677 "frame-system-rpc-runtime-api",8678 "frame-try-runtime",8679 "hex-literal",8680 "log",8681 "pallet-authority-discovery",8682 "pallet-authorship",8683 "pallet-babe",8684 "pallet-bags-list",8685 "pallet-balances",8686 "pallet-bounties",8687 "pallet-child-bounties",8688 "pallet-collective",8689 "pallet-conviction-voting",8690 "pallet-democracy",8691 "pallet-election-provider-multi-phase",8692 "pallet-election-provider-support-benchmarking",8693 "pallet-elections-phragmen",8694 "pallet-fast-unstake",8695 "pallet-grandpa",8696 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",8697 "pallet-im-online",8698 "pallet-indices",8699 "pallet-membership",8700 "pallet-multisig",8701 "pallet-nomination-pools",8702 "pallet-nomination-pools-benchmarking",8703 "pallet-nomination-pools-runtime-api",8704 "pallet-offences",8705 "pallet-offences-benchmarking",8706 "pallet-preimage",8707 "pallet-proxy",8708 "pallet-referenda",8709 "pallet-scheduler",8710 "pallet-session",8711 "pallet-session-benchmarking",8712 "pallet-staking",8713 "pallet-staking-reward-curve",8714 "pallet-staking-runtime-api",8715 "pallet-timestamp",8716 "pallet-tips",8717 "pallet-transaction-payment",8718 "pallet-transaction-payment-rpc-runtime-api",8719 "pallet-treasury",8720 "pallet-utility",8721 "pallet-vesting",8722 "pallet-whitelist",8723 "pallet-xcm",8724 "parity-scale-codec",8725 "polkadot-primitives",8726 "polkadot-runtime-common",8727 "polkadot-runtime-constants",8728 "polkadot-runtime-parachains",8729 "rustc-hex",8730 "scale-info",8731 "serde",8732 "serde_derive",8733 "smallvec",8734 "sp-api",8735 "sp-arithmetic",8736 "sp-authority-discovery",8737 "sp-block-builder",8738 "sp-consensus-babe",8739 "sp-consensus-beefy",8740 "sp-core",8741 "sp-inherents",8742 "sp-io",8743 "sp-mmr-primitives",8744 "sp-npos-elections",8745 "sp-offchain",8746 "sp-runtime",8747 "sp-session",8748 "sp-staking",8749 "sp-std",8750 "sp-transaction-pool",8751 "sp-version",8752 "static_assertions",8753 "substrate-wasm-builder",8754 "xcm",8755 "xcm-builder",8756 "xcm-executor",8757]87588759[[package]]8760name = "polkadot-runtime-common"8761version = "0.9.42"8762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8763dependencies = [8764 "bitvec",8765 "frame-benchmarking",8766 "frame-election-provider-support",8767 "frame-support",8768 "frame-system",8769 "impl-trait-for-tuples",8770 "libsecp256k1",8771 "log",8772 "pallet-authorship",8773 "pallet-babe",8774 "pallet-balances",8775 "pallet-election-provider-multi-phase",8776 "pallet-fast-unstake",8777 "pallet-session",8778 "pallet-staking",8779 "pallet-staking-reward-fn",8780 "pallet-timestamp",8781 "pallet-transaction-payment",8782 "pallet-treasury",8783 "pallet-vesting",8784 "parity-scale-codec",8785 "polkadot-primitives",8786 "polkadot-runtime-parachains",8787 "rustc-hex",8788 "scale-info",8789 "serde",8790 "serde_derive",8791 "slot-range-helper",8792 "sp-api",8793 "sp-core",8794 "sp-inherents",8795 "sp-io",8796 "sp-npos-elections",8797 "sp-runtime",8798 "sp-session",8799 "sp-staking",8800 "sp-std",8801 "static_assertions",8802 "xcm",8803]88048805[[package]]8806name = "polkadot-runtime-constants"8807version = "0.9.42"8808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8809dependencies = [8810 "frame-support",8811 "polkadot-primitives",8812 "polkadot-runtime-common",8813 "smallvec",8814 "sp-core",8815 "sp-runtime",8816 "sp-weights",8817]88188819[[package]]8820name = "polkadot-runtime-metrics"8821version = "0.9.42"8822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8823dependencies = [8824 "bs58",8825 "parity-scale-codec",8826 "polkadot-primitives",8827 "sp-std",8828 "sp-tracing",8829]88308831[[package]]8832name = "polkadot-runtime-parachains"8833version = "0.9.42"8834source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8835dependencies = [8836 "bitflags",8837 "bitvec",8838 "derive_more",8839 "frame-benchmarking",8840 "frame-support",8841 "frame-system",8842 "log",8843 "pallet-authority-discovery",8844 "pallet-authorship",8845 "pallet-babe",8846 "pallet-balances",8847 "pallet-session",8848 "pallet-staking",8849 "pallet-timestamp",8850 "pallet-vesting",8851 "parity-scale-codec",8852 "polkadot-parachain",8853 "polkadot-primitives",8854 "polkadot-runtime-metrics",8855 "rand 0.8.5",8856 "rand_chacha 0.3.1",8857 "rustc-hex",8858 "scale-info",8859 "serde",8860 "sp-api",8861 "sp-application-crypto",8862 "sp-core",8863 "sp-inherents",8864 "sp-io",8865 "sp-keystore",8866 "sp-runtime",8867 "sp-session",8868 "sp-staking",8869 "sp-std",8870 "static_assertions",8871 "xcm",8872 "xcm-executor",8873]88748875[[package]]8876name = "polkadot-service"8877version = "0.9.42"8878source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8879dependencies = [8880 "async-trait",8881 "frame-benchmarking-cli",8882 "frame-support",8883 "frame-system-rpc-runtime-api",8884 "futures",8885 "hex-literal",8886 "kusama-runtime",8887 "kvdb",8888 "kvdb-rocksdb",8889 "log",8890 "lru 0.9.0",8891 "mmr-gadget",8892 "pallet-babe",8893 "pallet-im-online",8894 "pallet-staking",8895 "pallet-transaction-payment-rpc-runtime-api",8896 "parity-db",8897 "polkadot-approval-distribution",8898 "polkadot-availability-bitfield-distribution",8899 "polkadot-availability-distribution",8900 "polkadot-availability-recovery",8901 "polkadot-client",8902 "polkadot-collator-protocol",8903 "polkadot-dispute-distribution",8904 "polkadot-gossip-support",8905 "polkadot-network-bridge",8906 "polkadot-node-collation-generation",8907 "polkadot-node-core-approval-voting",8908 "polkadot-node-core-av-store",8909 "polkadot-node-core-backing",8910 "polkadot-node-core-bitfield-signing",8911 "polkadot-node-core-candidate-validation",8912 "polkadot-node-core-chain-api",8913 "polkadot-node-core-chain-selection",8914 "polkadot-node-core-dispute-coordinator",8915 "polkadot-node-core-parachains-inherent",8916 "polkadot-node-core-provisioner",8917 "polkadot-node-core-pvf-checker",8918 "polkadot-node-core-runtime-api",8919 "polkadot-node-network-protocol",8920 "polkadot-node-primitives",8921 "polkadot-node-subsystem",8922 "polkadot-node-subsystem-types",8923 "polkadot-node-subsystem-util",8924 "polkadot-overseer",8925 "polkadot-parachain",8926 "polkadot-primitives",8927 "polkadot-rpc",8928 "polkadot-runtime",8929 "polkadot-runtime-constants",8930 "polkadot-runtime-parachains",8931 "polkadot-statement-distribution",8932 "rococo-runtime",8933 "sc-authority-discovery",8934 "sc-basic-authorship",8935 "sc-block-builder",8936 "sc-chain-spec",8937 "sc-client-api",8938 "sc-client-db",8939 "sc-consensus",8940 "sc-consensus-babe",8941 "sc-consensus-beefy",8942 "sc-consensus-grandpa",8943 "sc-consensus-slots",8944 "sc-executor",8945 "sc-keystore",8946 "sc-network",8947 "sc-network-common",8948 "sc-network-sync",8949 "sc-offchain",8950 "sc-service",8951 "sc-sync-state-rpc",8952 "sc-sysinfo",8953 "sc-telemetry",8954 "sc-transaction-pool",8955 "serde",8956 "serde_json",8957 "sp-api",8958 "sp-authority-discovery",8959 "sp-block-builder",8960 "sp-blockchain",8961 "sp-consensus",8962 "sp-consensus-babe",8963 "sp-consensus-beefy",8964 "sp-consensus-grandpa",8965 "sp-core",8966 "sp-inherents",8967 "sp-io",8968 "sp-keystore",8969 "sp-mmr-primitives",8970 "sp-offchain",8971 "sp-runtime",8972 "sp-session",8973 "sp-state-machine",8974 "sp-storage",8975 "sp-timestamp",8976 "sp-transaction-pool",8977 "sp-trie",8978 "substrate-prometheus-endpoint",8979 "thiserror",8980 "tracing-gum",8981 "westend-runtime",8982]89838984[[package]]8985name = "polkadot-statement-distribution"8986version = "0.9.42"8987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8988dependencies = [8989 "arrayvec 0.5.2",8990 "fatality",8991 "futures",8992 "indexmap",8993 "parity-scale-codec",8994 "polkadot-node-network-protocol",8995 "polkadot-node-primitives",8996 "polkadot-node-subsystem",8997 "polkadot-node-subsystem-util",8998 "polkadot-primitives",8999 "sp-keystore",9000 "sp-staking",9001 "thiserror",9002 "tracing-gum",9003]90049005[[package]]9006name = "polkadot-statement-table"9007version = "0.9.42"9008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9009dependencies = [9010 "parity-scale-codec",9011 "polkadot-primitives",9012 "sp-core",9013]90149015[[package]]9016name = "polling"9017version = "2.8.0"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9020dependencies = [9021 "autocfg",9022 "bitflags",9023 "cfg-if",9024 "concurrent-queue",9025 "libc",9026 "log",9027 "pin-project-lite 0.2.9",9028 "windows-sys 0.48.0",9029]90309031[[package]]9032name = "poly1305"9033version = "0.7.2"9034source = "registry+https://github.com/rust-lang/crates.io-index"9035checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9036dependencies = [9037 "cpufeatures",9038 "opaque-debug 0.3.0",9039 "universal-hash 0.4.1",9040]90419042[[package]]9043name = "polyval"9044version = "0.5.3"9045source = "registry+https://github.com/rust-lang/crates.io-index"9046checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9047dependencies = [9048 "cfg-if",9049 "cpufeatures",9050 "opaque-debug 0.3.0",9051 "universal-hash 0.4.1",9052]90539054[[package]]9055name = "polyval"9056version = "0.6.0"9057source = "registry+https://github.com/rust-lang/crates.io-index"9058checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"9059dependencies = [9060 "cfg-if",9061 "cpufeatures",9062 "opaque-debug 0.3.0",9063 "universal-hash 0.5.1",9064]90659066[[package]]9067name = "ppv-lite86"9068version = "0.2.17"9069source = "registry+https://github.com/rust-lang/crates.io-index"9070checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"90719072[[package]]9073name = "precompile-utils-macro"9074version = "0.1.0"9075dependencies = [9076 "num_enum",9077 "proc-macro2",9078 "quote",9079 "sha3 0.8.2",9080 "syn 1.0.109",9081]90829083[[package]]9084name = "predicates"9085version = "2.1.5"9086source = "registry+https://github.com/rust-lang/crates.io-index"9087checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9088dependencies = [9089 "difflib",9090 "float-cmp",9091 "itertools",9092 "normalize-line-endings",9093 "predicates-core",9094 "regex",9095]90969097[[package]]9098name = "predicates-core"9099version = "1.0.6"9100source = "registry+https://github.com/rust-lang/crates.io-index"9101checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"91029103[[package]]9104name = "predicates-tree"9105version = "1.0.9"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9108dependencies = [9109 "predicates-core",9110 "termtree",9111]91129113[[package]]9114name = "prettyplease"9115version = "0.1.25"9116source = "registry+https://github.com/rust-lang/crates.io-index"9117checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9118dependencies = [9119 "proc-macro2",9120 "syn 1.0.109",9121]91229123[[package]]9124name = "primitive-types"9125version = "0.12.1"9126source = "registry+https://github.com/rust-lang/crates.io-index"9127checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9128dependencies = [9129 "fixed-hash",9130 "impl-codec",9131 "impl-rlp",9132 "impl-serde",9133 "scale-info",9134 "uint",9135]91369137[[package]]9138name = "prioritized-metered-channel"9139version = "0.2.0"9140source = "registry+https://github.com/rust-lang/crates.io-index"9141checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9142dependencies = [9143 "coarsetime",9144 "crossbeam-queue",9145 "derive_more",9146 "futures",9147 "futures-timer",9148 "nanorand",9149 "thiserror",9150 "tracing",9151]91529153[[package]]9154name = "proc-macro-crate"9155version = "1.3.1"9156source = "registry+https://github.com/rust-lang/crates.io-index"9157checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9158dependencies = [9159 "once_cell",9160 "toml_edit",9161]91629163[[package]]9164name = "proc-macro-error"9165version = "1.0.4"9166source = "registry+https://github.com/rust-lang/crates.io-index"9167checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9168dependencies = [9169 "proc-macro-error-attr",9170 "proc-macro2",9171 "quote",9172 "syn 1.0.109",9173 "version_check",9174]91759176[[package]]9177name = "proc-macro-error-attr"9178version = "1.0.4"9179source = "registry+https://github.com/rust-lang/crates.io-index"9180checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9181dependencies = [9182 "proc-macro2",9183 "quote",9184 "version_check",9185]91869187[[package]]9188name = "proc-macro-warning"9189version = "0.3.1"9190source = "registry+https://github.com/rust-lang/crates.io-index"9191checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4"9192dependencies = [9193 "proc-macro2",9194 "quote",9195 "syn 2.0.16",9196]91979198[[package]]9199name = "proc-macro2"9200version = "1.0.58"9201source = "registry+https://github.com/rust-lang/crates.io-index"9202checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"9203dependencies = [9204 "unicode-ident",9205]92069207[[package]]9208name = "prometheus"9209version = "0.13.3"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9212dependencies = [9213 "cfg-if",9214 "fnv",9215 "lazy_static",9216 "memchr",9217 "parking_lot 0.12.1",9218 "thiserror",9219]92209221[[package]]9222name = "prometheus-client"9223version = "0.18.1"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"9226dependencies = [9227 "dtoa",9228 "itoa",9229 "parking_lot 0.12.1",9230 "prometheus-client-derive-text-encode",9231]92329233[[package]]9234name = "prometheus-client-derive-text-encode"9235version = "0.3.0"9236source = "registry+https://github.com/rust-lang/crates.io-index"9237checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"9238dependencies = [9239 "proc-macro2",9240 "quote",9241 "syn 1.0.109",9242]92439244[[package]]9245name = "prost"9246version = "0.11.9"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9249dependencies = [9250 "bytes",9251 "prost-derive",9252]92539254[[package]]9255name = "prost-build"9256version = "0.11.9"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"9259dependencies = [9260 "bytes",9261 "heck",9262 "itertools",9263 "lazy_static",9264 "log",9265 "multimap",9266 "petgraph",9267 "prettyplease",9268 "prost",9269 "prost-types",9270 "regex",9271 "syn 1.0.109",9272 "tempfile",9273 "which",9274]92759276[[package]]9277name = "prost-codec"9278version = "0.3.0"9279source = "registry+https://github.com/rust-lang/crates.io-index"9280checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"9281dependencies = [9282 "asynchronous-codec",9283 "bytes",9284 "prost",9285 "thiserror",9286 "unsigned-varint",9287]92889289[[package]]9290name = "prost-derive"9291version = "0.11.9"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"9294dependencies = [9295 "anyhow",9296 "itertools",9297 "proc-macro2",9298 "quote",9299 "syn 1.0.109",9300]93019302[[package]]9303name = "prost-types"9304version = "0.11.9"9305source = "registry+https://github.com/rust-lang/crates.io-index"9306checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"9307dependencies = [9308 "prost",9309]93109311[[package]]9312name = "psm"9313version = "0.1.21"9314source = "registry+https://github.com/rust-lang/crates.io-index"9315checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"9316dependencies = [9317 "cc",9318]93199320[[package]]9321name = "quartz-runtime"9322version = "0.9.41"9323dependencies = [9324 "app-promotion-rpc",9325 "cumulus-pallet-aura-ext",9326 "cumulus-pallet-dmp-queue",9327 "cumulus-pallet-parachain-system",9328 "cumulus-pallet-xcm",9329 "cumulus-pallet-xcmp-queue",9330 "cumulus-primitives-core",9331 "cumulus-primitives-timestamp",9332 "cumulus-primitives-utility",9333 "derivative",9334 "evm-coder",9335 "fp-evm",9336 "fp-rpc",9337 "fp-self-contained",9338 "frame-benchmarking",9339 "frame-executive",9340 "frame-support",9341 "frame-system",9342 "frame-system-benchmarking",9343 "frame-system-rpc-runtime-api",9344 "frame-try-runtime",9345 "hex-literal",9346 "impl-trait-for-tuples",9347 "log",9348 "num_enum",9349 "orml-tokens",9350 "orml-traits",9351 "orml-vesting",9352 "orml-xcm-support",9353 "orml-xtokens",9354 "pallet-app-promotion",9355 "pallet-aura",9356 "pallet-authorship",9357 "pallet-balances",9358 "pallet-base-fee",9359 "pallet-collator-selection",9360 "pallet-common",9361 "pallet-configuration",9362 "pallet-ethereum",9363 "pallet-evm",9364 "pallet-evm-coder-substrate",9365 "pallet-evm-contract-helpers",9366 "pallet-evm-migration",9367 "pallet-evm-precompile-simple",9368 "pallet-evm-transaction-payment",9369 "pallet-foreign-assets",9370 "pallet-fungible",9371 "pallet-identity 4.0.0-dev",9372 "pallet-inflation",9373 "pallet-maintenance",9374 "pallet-nonfungible",9375 "pallet-preimage",9376 "pallet-refungible",9377 "pallet-session",9378 "pallet-structure",9379 "pallet-sudo",9380 "pallet-template-transaction-payment",9381 "pallet-test-utils",9382 "pallet-timestamp",9383 "pallet-transaction-payment",9384 "pallet-transaction-payment-rpc-runtime-api",9385 "pallet-treasury",9386 "pallet-unique",9387 "pallet-xcm",9388 "parachain-info",9389 "parity-scale-codec",9390 "polkadot-parachain",9391 "precompile-utils-macro",9392 "scale-info",9393 "serde",9394 "smallvec",9395 "sp-api",9396 "sp-arithmetic",9397 "sp-block-builder",9398 "sp-consensus-aura",9399 "sp-core",9400 "sp-inherents",9401 "sp-io",9402 "sp-offchain",9403 "sp-runtime",9404 "sp-session",9405 "sp-std",9406 "sp-transaction-pool",9407 "sp-version",9408 "substrate-wasm-builder",9409 "up-common",9410 "up-data-structs",9411 "up-pov-estimate-rpc",9412 "up-rpc",9413 "up-sponsorship",9414 "xcm",9415 "xcm-builder",9416 "xcm-executor",9417]94189419[[package]]9420name = "quick-error"9421version = "1.2.3"9422source = "registry+https://github.com/rust-lang/crates.io-index"9423checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"94249425[[package]]9426name = "quick-protobuf"9427version = "0.8.1"9428source = "registry+https://github.com/rust-lang/crates.io-index"9429checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"9430dependencies = [9431 "byteorder",9432]94339434[[package]]9435name = "quicksink"9436version = "0.1.2"9437source = "registry+https://github.com/rust-lang/crates.io-index"9438checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"9439dependencies = [9440 "futures-core",9441 "futures-sink",9442 "pin-project-lite 0.1.12",9443]94449445[[package]]9446name = "quinn-proto"9447version = "0.9.3"9448source = "registry+https://github.com/rust-lang/crates.io-index"9449checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c"9450dependencies = [9451 "bytes",9452 "rand 0.8.5",9453 "ring",9454 "rustc-hash",9455 "rustls 0.20.8",9456 "slab",9457 "thiserror",9458 "tinyvec",9459 "tracing",9460 "webpki 0.22.0",9461]94629463[[package]]9464name = "quote"9465version = "1.0.27"9466source = "registry+https://github.com/rust-lang/crates.io-index"9467checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"9468dependencies = [9469 "proc-macro2",9470]94719472[[package]]9473name = "radium"9474version = "0.7.0"9475source = "registry+https://github.com/rust-lang/crates.io-index"9476checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"94779478[[package]]9479name = "rand"9480version = "0.7.3"9481source = "registry+https://github.com/rust-lang/crates.io-index"9482checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9483dependencies = [9484 "getrandom 0.1.16",9485 "libc",9486 "rand_chacha 0.2.2",9487 "rand_core 0.5.1",9488 "rand_hc",9489]94909491[[package]]9492name = "rand"9493version = "0.8.5"9494source = "registry+https://github.com/rust-lang/crates.io-index"9495checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9496dependencies = [9497 "libc",9498 "rand_chacha 0.3.1",9499 "rand_core 0.6.4",9500]95019502[[package]]9503name = "rand_chacha"9504version = "0.2.2"9505source = "registry+https://github.com/rust-lang/crates.io-index"9506checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9507dependencies = [9508 "ppv-lite86",9509 "rand_core 0.5.1",9510]95119512[[package]]9513name = "rand_chacha"9514version = "0.3.1"9515source = "registry+https://github.com/rust-lang/crates.io-index"9516checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9517dependencies = [9518 "ppv-lite86",9519 "rand_core 0.6.4",9520]95219522[[package]]9523name = "rand_core"9524version = "0.5.1"9525source = "registry+https://github.com/rust-lang/crates.io-index"9526checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9527dependencies = [9528 "getrandom 0.1.16",9529]95309531[[package]]9532name = "rand_core"9533version = "0.6.4"9534source = "registry+https://github.com/rust-lang/crates.io-index"9535checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9536dependencies = [9537 "getrandom 0.2.9",9538]95399540[[package]]9541name = "rand_hc"9542version = "0.2.0"9543source = "registry+https://github.com/rust-lang/crates.io-index"9544checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9545dependencies = [9546 "rand_core 0.5.1",9547]95489549[[package]]9550name = "rand_pcg"9551version = "0.3.1"9552source = "registry+https://github.com/rust-lang/crates.io-index"9553checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9554dependencies = [9555 "rand_core 0.6.4",9556]95579558[[package]]9559name = "rawpointer"9560version = "0.2.1"9561source = "registry+https://github.com/rust-lang/crates.io-index"9562checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"95639564[[package]]9565name = "rayon"9566version = "1.7.0"9567source = "registry+https://github.com/rust-lang/crates.io-index"9568checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"9569dependencies = [9570 "either",9571 "rayon-core",9572]95739574[[package]]9575name = "rayon-core"9576version = "1.11.0"9577source = "registry+https://github.com/rust-lang/crates.io-index"9578checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"9579dependencies = [9580 "crossbeam-channel",9581 "crossbeam-deque",9582 "crossbeam-utils",9583 "num_cpus",9584]95859586[[package]]9587name = "rcgen"9588version = "0.9.3"9589source = "registry+https://github.com/rust-lang/crates.io-index"9590checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"9591dependencies = [9592 "pem",9593 "ring",9594 "time 0.3.21",9595 "x509-parser 0.13.2",9596 "yasna",9597]95989599[[package]]9600name = "rcgen"9601version = "0.10.0"9602source = "registry+https://github.com/rust-lang/crates.io-index"9603checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"9604dependencies = [9605 "pem",9606 "ring",9607 "time 0.3.21",9608 "yasna",9609]96109611[[package]]9612name = "redox_syscall"9613version = "0.2.16"9614source = "registry+https://github.com/rust-lang/crates.io-index"9615checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9616dependencies = [9617 "bitflags",9618]96199620[[package]]9621name = "redox_syscall"9622version = "0.3.5"9623source = "registry+https://github.com/rust-lang/crates.io-index"9624checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"9625dependencies = [9626 "bitflags",9627]96289629[[package]]9630name = "redox_users"9631version = "0.4.3"9632source = "registry+https://github.com/rust-lang/crates.io-index"9633checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9634dependencies = [9635 "getrandom 0.2.9",9636 "redox_syscall 0.2.16",9637 "thiserror",9638]96399640[[package]]9641name = "reed-solomon-novelpoly"9642version = "1.0.0"9643source = "registry+https://github.com/rust-lang/crates.io-index"9644checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9645dependencies = [9646 "derive_more",9647 "fs-err",9648 "itertools",9649 "static_init 0.5.2",9650 "thiserror",9651]96529653[[package]]9654name = "ref-cast"9655version = "1.0.16"9656source = "registry+https://github.com/rust-lang/crates.io-index"9657checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"9658dependencies = [9659 "ref-cast-impl",9660]96619662[[package]]9663name = "ref-cast-impl"9664version = "1.0.16"9665source = "registry+https://github.com/rust-lang/crates.io-index"9666checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"9667dependencies = [9668 "proc-macro2",9669 "quote",9670 "syn 2.0.16",9671]96729673[[package]]9674name = "regalloc2"9675version = "0.5.1"9676source = "registry+https://github.com/rust-lang/crates.io-index"9677checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"9678dependencies = [9679 "fxhash",9680 "log",9681 "slice-group-by",9682 "smallvec",9683]96849685[[package]]9686name = "regex"9687version = "1.8.1"9688source = "registry+https://github.com/rust-lang/crates.io-index"9689checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"9690dependencies = [9691 "aho-corasick 1.0.1",9692 "memchr",9693 "regex-syntax 0.7.1",9694]96959696[[package]]9697name = "regex-automata"9698version = "0.1.10"9699source = "registry+https://github.com/rust-lang/crates.io-index"9700checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9701dependencies = [9702 "regex-syntax 0.6.29",9703]97049705[[package]]9706name = "regex-syntax"9707version = "0.6.29"9708source = "registry+https://github.com/rust-lang/crates.io-index"9709checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"97109711[[package]]9712name = "regex-syntax"9713version = "0.7.1"9714source = "registry+https://github.com/rust-lang/crates.io-index"9715checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"97169717[[package]]9718name = "region"9719version = "3.0.0"9720source = "registry+https://github.com/rust-lang/crates.io-index"9721checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"9722dependencies = [9723 "bitflags",9724 "libc",9725 "mach",9726 "winapi",9727]97289729[[package]]9730name = "resolv-conf"9731version = "0.7.0"9732source = "registry+https://github.com/rust-lang/crates.io-index"9733checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9734dependencies = [9735 "hostname",9736 "quick-error",9737]97389739[[package]]9740name = "rfc6979"9741version = "0.3.1"9742source = "registry+https://github.com/rust-lang/crates.io-index"9743checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9744dependencies = [9745 "crypto-bigint 0.4.9",9746 "hmac 0.12.1",9747 "zeroize",9748]97499750[[package]]9751name = "rfc6979"9752version = "0.4.0"9753source = "registry+https://github.com/rust-lang/crates.io-index"9754checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"9755dependencies = [9756 "hmac 0.12.1",9757 "subtle",9758]97599760[[package]]9761name = "ring"9762version = "0.16.20"9763source = "registry+https://github.com/rust-lang/crates.io-index"9764checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9765dependencies = [9766 "cc",9767 "libc",9768 "once_cell",9769 "spin",9770 "untrusted",9771 "web-sys",9772 "winapi",9773]97749775[[package]]9776name = "ripemd"9777version = "0.1.3"9778source = "registry+https://github.com/rust-lang/crates.io-index"9779checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9780dependencies = [9781 "digest 0.10.7",9782]97839784[[package]]9785name = "rlp"9786version = "0.5.2"9787source = "registry+https://github.com/rust-lang/crates.io-index"9788checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9789dependencies = [9790 "bytes",9791 "rlp-derive",9792 "rustc-hex",9793]97949795[[package]]9796name = "rlp-derive"9797version = "0.1.0"9798source = "registry+https://github.com/rust-lang/crates.io-index"9799checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9800dependencies = [9801 "proc-macro2",9802 "quote",9803 "syn 1.0.109",9804]98059806[[package]]9807name = "rocksdb"9808version = "0.20.1"9809source = "registry+https://github.com/rust-lang/crates.io-index"9810checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"9811dependencies = [9812 "libc",9813 "librocksdb-sys",9814]98159816[[package]]9817name = "rococo-runtime"9818version = "0.9.42"9819source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9820dependencies = [9821 "binary-merkle-tree",9822 "frame-benchmarking",9823 "frame-executive",9824 "frame-support",9825 "frame-system",9826 "frame-system-benchmarking",9827 "frame-system-rpc-runtime-api",9828 "frame-try-runtime",9829 "hex-literal",9830 "log",9831 "pallet-authority-discovery",9832 "pallet-authorship",9833 "pallet-babe",9834 "pallet-balances",9835 "pallet-beefy",9836 "pallet-beefy-mmr",9837 "pallet-bounties",9838 "pallet-child-bounties",9839 "pallet-collective",9840 "pallet-democracy",9841 "pallet-elections-phragmen",9842 "pallet-grandpa",9843 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",9844 "pallet-im-online",9845 "pallet-indices",9846 "pallet-membership",9847 "pallet-mmr",9848 "pallet-multisig",9849 "pallet-nis",9850 "pallet-offences",9851 "pallet-preimage",9852 "pallet-proxy",9853 "pallet-recovery",9854 "pallet-scheduler",9855 "pallet-session",9856 "pallet-society",9857 "pallet-staking",9858 "pallet-state-trie-migration",9859 "pallet-sudo",9860 "pallet-timestamp",9861 "pallet-tips",9862 "pallet-transaction-payment",9863 "pallet-transaction-payment-rpc-runtime-api",9864 "pallet-treasury",9865 "pallet-utility",9866 "pallet-vesting",9867 "pallet-xcm",9868 "pallet-xcm-benchmarks",9869 "parity-scale-codec",9870 "polkadot-parachain",9871 "polkadot-primitives",9872 "polkadot-runtime-common",9873 "polkadot-runtime-parachains",9874 "rococo-runtime-constants",9875 "scale-info",9876 "serde",9877 "serde_derive",9878 "smallvec",9879 "sp-api",9880 "sp-authority-discovery",9881 "sp-block-builder",9882 "sp-consensus-babe",9883 "sp-consensus-beefy",9884 "sp-core",9885 "sp-inherents",9886 "sp-io",9887 "sp-mmr-primitives",9888 "sp-offchain",9889 "sp-runtime",9890 "sp-session",9891 "sp-staking",9892 "sp-std",9893 "sp-transaction-pool",9894 "sp-version",9895 "static_assertions",9896 "substrate-wasm-builder",9897 "xcm",9898 "xcm-builder",9899 "xcm-executor",9900]99019902[[package]]9903name = "rococo-runtime-constants"9904version = "0.9.42"9905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9906dependencies = [9907 "frame-support",9908 "polkadot-primitives",9909 "polkadot-runtime-common",9910 "smallvec",9911 "sp-core",9912 "sp-runtime",9913 "sp-weights",9914]99159916[[package]]9917name = "rpassword"9918version = "7.2.0"9919source = "registry+https://github.com/rust-lang/crates.io-index"9920checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9921dependencies = [9922 "libc",9923 "rtoolbox",9924 "winapi",9925]99269927[[package]]9928name = "rtcp"9929version = "0.7.2"9930source = "registry+https://github.com/rust-lang/crates.io-index"9931checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"9932dependencies = [9933 "bytes",9934 "thiserror",9935 "webrtc-util",9936]99379938[[package]]9939name = "rtnetlink"9940version = "0.10.1"9941source = "registry+https://github.com/rust-lang/crates.io-index"9942checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9943dependencies = [9944 "futures",9945 "log",9946 "netlink-packet-route",9947 "netlink-proto",9948 "nix",9949 "thiserror",9950 "tokio",9951]99529953[[package]]9954name = "rtoolbox"9955version = "0.0.1"9956source = "registry+https://github.com/rust-lang/crates.io-index"9957checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9958dependencies = [9959 "libc",9960 "winapi",9961]99629963[[package]]9964name = "rtp"9965version = "0.6.8"9966source = "registry+https://github.com/rust-lang/crates.io-index"9967checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"9968dependencies = [9969 "async-trait",9970 "bytes",9971 "rand 0.8.5",9972 "serde",9973 "thiserror",9974 "webrtc-util",9975]99769977[[package]]9978name = "rustc-demangle"9979version = "0.1.23"9980source = "registry+https://github.com/rust-lang/crates.io-index"9981checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"99829983[[package]]9984name = "rustc-hash"9985version = "1.1.0"9986source = "registry+https://github.com/rust-lang/crates.io-index"9987checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"99889989[[package]]9990name = "rustc-hex"9991version = "2.1.0"9992source = "registry+https://github.com/rust-lang/crates.io-index"9993checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"99949995[[package]]9996name = "rustc_version"9997version = "0.4.0"9998source = "registry+https://github.com/rust-lang/crates.io-index"9999checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10000dependencies = [10001 "semver 1.0.17",10002]1000310004[[package]]10005name = "rusticata-macros"10006version = "4.1.0"10007source = "registry+https://github.com/rust-lang/crates.io-index"10008checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10009dependencies = [10010 "nom",10011]1001210013[[package]]10014name = "rustix"10015version = "0.36.14"10016source = "registry+https://github.com/rust-lang/crates.io-index"10017checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"10018dependencies = [10019 "bitflags",10020 "errno",10021 "io-lifetimes",10022 "libc",10023 "linux-raw-sys 0.1.4",10024 "windows-sys 0.45.0",10025]1002610027[[package]]10028name = "rustix"10029version = "0.37.19"10030source = "registry+https://github.com/rust-lang/crates.io-index"10031checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"10032dependencies = [10033 "bitflags",10034 "errno",10035 "io-lifetimes",10036 "libc",10037 "linux-raw-sys 0.3.8",10038 "windows-sys 0.48.0",10039]1004010041[[package]]10042name = "rustls"10043version = "0.19.1"10044source = "registry+https://github.com/rust-lang/crates.io-index"10045checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10046dependencies = [10047 "base64 0.13.1",10048 "log",10049 "ring",10050 "sct 0.6.1",10051 "webpki 0.21.4",10052]1005310054[[package]]10055name = "rustls"10056version = "0.20.8"10057source = "registry+https://github.com/rust-lang/crates.io-index"10058checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"10059dependencies = [10060 "log",10061 "ring",10062 "sct 0.7.0",10063 "webpki 0.22.0",10064]1006510066[[package]]10067name = "rustls-native-certs"10068version = "0.6.2"10069source = "registry+https://github.com/rust-lang/crates.io-index"10070checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"10071dependencies = [10072 "openssl-probe",10073 "rustls-pemfile",10074 "schannel",10075 "security-framework",10076]1007710078[[package]]10079name = "rustls-pemfile"10080version = "1.0.2"10081source = "registry+https://github.com/rust-lang/crates.io-index"10082checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"10083dependencies = [10084 "base64 0.21.1",10085]1008610087[[package]]10088name = "rustversion"10089version = "1.0.12"10090source = "registry+https://github.com/rust-lang/crates.io-index"10091checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"1009210093[[package]]10094name = "rw-stream-sink"10095version = "0.3.0"10096source = "registry+https://github.com/rust-lang/crates.io-index"10097checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10098dependencies = [10099 "futures",10100 "pin-project",10101 "static_assertions",10102]1010310104[[package]]10105name = "ryu"10106version = "1.0.13"10107source = "registry+https://github.com/rust-lang/crates.io-index"10108checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"1010910110[[package]]10111name = "safe_arch"10112version = "0.6.0"10113source = "registry+https://github.com/rust-lang/crates.io-index"10114checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"10115dependencies = [10116 "bytemuck",10117]1011810119[[package]]10120name = "same-file"10121version = "1.0.6"10122source = "registry+https://github.com/rust-lang/crates.io-index"10123checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10124dependencies = [10125 "winapi-util",10126]1012710128[[package]]10129name = "sc-allocator"10130version = "4.1.0-dev"10131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10132dependencies = [10133 "log",10134 "sp-core",10135 "sp-wasm-interface",10136 "thiserror",10137]1013810139[[package]]10140name = "sc-authority-discovery"10141version = "0.10.0-dev"10142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10143dependencies = [10144 "async-trait",10145 "futures",10146 "futures-timer",10147 "ip_network",10148 "libp2p",10149 "log",10150 "parity-scale-codec",10151 "prost",10152 "prost-build",10153 "rand 0.8.5",10154 "sc-client-api",10155 "sc-network",10156 "sc-network-common",10157 "sp-api",10158 "sp-authority-discovery",10159 "sp-blockchain",10160 "sp-core",10161 "sp-keystore",10162 "sp-runtime",10163 "substrate-prometheus-endpoint",10164 "thiserror",10165]1016610167[[package]]10168name = "sc-basic-authorship"10169version = "0.10.0-dev"10170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10171dependencies = [10172 "futures",10173 "futures-timer",10174 "log",10175 "parity-scale-codec",10176 "sc-block-builder",10177 "sc-client-api",10178 "sc-proposer-metrics",10179 "sc-telemetry",10180 "sc-transaction-pool-api",10181 "sp-api",10182 "sp-blockchain",10183 "sp-consensus",10184 "sp-core",10185 "sp-inherents",10186 "sp-runtime",10187 "substrate-prometheus-endpoint",10188]1018910190[[package]]10191name = "sc-block-builder"10192version = "0.10.0-dev"10193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10194dependencies = [10195 "parity-scale-codec",10196 "sc-client-api",10197 "sp-api",10198 "sp-block-builder",10199 "sp-blockchain",10200 "sp-core",10201 "sp-inherents",10202 "sp-runtime",10203]1020410205[[package]]10206name = "sc-chain-spec"10207version = "4.0.0-dev"10208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10209dependencies = [10210 "memmap2",10211 "sc-chain-spec-derive",10212 "sc-client-api",10213 "sc-executor",10214 "sc-network",10215 "sc-telemetry",10216 "serde",10217 "serde_json",10218 "sp-blockchain",10219 "sp-core",10220 "sp-runtime",10221 "sp-state-machine",10222]1022310224[[package]]10225name = "sc-chain-spec-derive"10226version = "4.0.0-dev"10227source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10228dependencies = [10229 "proc-macro-crate",10230 "proc-macro2",10231 "quote",10232 "syn 2.0.16",10233]1023410235[[package]]10236name = "sc-cli"10237version = "0.10.0-dev"10238source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10239dependencies = [10240 "array-bytes 4.2.0",10241 "chrono",10242 "clap",10243 "fdlimit",10244 "futures",10245 "libp2p",10246 "log",10247 "names",10248 "parity-scale-codec",10249 "rand 0.8.5",10250 "regex",10251 "rpassword",10252 "sc-client-api",10253 "sc-client-db",10254 "sc-keystore",10255 "sc-network",10256 "sc-network-common",10257 "sc-service",10258 "sc-telemetry",10259 "sc-tracing",10260 "sc-utils",10261 "serde",10262 "serde_json",10263 "sp-blockchain",10264 "sp-core",10265 "sp-keyring",10266 "sp-keystore",10267 "sp-panic-handler",10268 "sp-runtime",10269 "sp-version",10270 "thiserror",10271 "tiny-bip39",10272 "tokio",10273]1027410275[[package]]10276name = "sc-client-api"10277version = "4.0.0-dev"10278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10279dependencies = [10280 "fnv",10281 "futures",10282 "log",10283 "parity-scale-codec",10284 "parking_lot 0.12.1",10285 "sc-executor",10286 "sc-transaction-pool-api",10287 "sc-utils",10288 "sp-api",10289 "sp-blockchain",10290 "sp-consensus",10291 "sp-core",10292 "sp-database",10293 "sp-externalities",10294 "sp-keystore",10295 "sp-runtime",10296 "sp-state-machine",10297 "sp-storage",10298 "substrate-prometheus-endpoint",10299]1030010301[[package]]10302name = "sc-client-db"10303version = "0.10.0-dev"10304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10305dependencies = [10306 "hash-db 0.16.0",10307 "kvdb",10308 "kvdb-memorydb",10309 "kvdb-rocksdb",10310 "linked-hash-map",10311 "log",10312 "parity-db",10313 "parity-scale-codec",10314 "parking_lot 0.12.1",10315 "sc-client-api",10316 "sc-state-db",10317 "schnellru",10318 "sp-arithmetic",10319 "sp-blockchain",10320 "sp-core",10321 "sp-database",10322 "sp-runtime",10323 "sp-state-machine",10324 "sp-trie",10325]1032610327[[package]]10328name = "sc-consensus"10329version = "0.10.0-dev"10330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10331dependencies = [10332 "async-trait",10333 "futures",10334 "futures-timer",10335 "libp2p",10336 "log",10337 "mockall",10338 "parking_lot 0.12.1",10339 "sc-client-api",10340 "sc-utils",10341 "serde",10342 "sp-api",10343 "sp-blockchain",10344 "sp-consensus",10345 "sp-core",10346 "sp-runtime",10347 "sp-state-machine",10348 "substrate-prometheus-endpoint",10349 "thiserror",10350]1035110352[[package]]10353name = "sc-consensus-aura"10354version = "0.10.0-dev"10355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10356dependencies = [10357 "async-trait",10358 "futures",10359 "log",10360 "parity-scale-codec",10361 "sc-block-builder",10362 "sc-client-api",10363 "sc-consensus",10364 "sc-consensus-slots",10365 "sc-telemetry",10366 "sp-api",10367 "sp-application-crypto",10368 "sp-block-builder",10369 "sp-blockchain",10370 "sp-consensus",10371 "sp-consensus-aura",10372 "sp-consensus-slots",10373 "sp-core",10374 "sp-inherents",10375 "sp-keystore",10376 "sp-runtime",10377 "substrate-prometheus-endpoint",10378 "thiserror",10379]1038010381[[package]]10382name = "sc-consensus-babe"10383version = "0.10.0-dev"10384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10385dependencies = [10386 "async-trait",10387 "fork-tree",10388 "futures",10389 "log",10390 "num-bigint",10391 "num-rational",10392 "num-traits",10393 "parity-scale-codec",10394 "parking_lot 0.12.1",10395 "sc-client-api",10396 "sc-consensus",10397 "sc-consensus-epochs",10398 "sc-consensus-slots",10399 "sc-keystore",10400 "sc-telemetry",10401 "scale-info",10402 "sp-api",10403 "sp-application-crypto",10404 "sp-block-builder",10405 "sp-blockchain",10406 "sp-consensus",10407 "sp-consensus-babe",10408 "sp-consensus-slots",10409 "sp-core",10410 "sp-inherents",10411 "sp-keystore",10412 "sp-runtime",10413 "substrate-prometheus-endpoint",10414 "thiserror",10415]1041610417[[package]]10418name = "sc-consensus-babe-rpc"10419version = "0.10.0-dev"10420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10421dependencies = [10422 "futures",10423 "jsonrpsee",10424 "sc-consensus-babe",10425 "sc-consensus-epochs",10426 "sc-rpc-api",10427 "serde",10428 "sp-api",10429 "sp-application-crypto",10430 "sp-blockchain",10431 "sp-consensus",10432 "sp-consensus-babe",10433 "sp-core",10434 "sp-keystore",10435 "sp-runtime",10436 "thiserror",10437]1043810439[[package]]10440name = "sc-consensus-beefy"10441version = "4.0.0-dev"10442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10443dependencies = [10444 "array-bytes 4.2.0",10445 "async-trait",10446 "fnv",10447 "futures",10448 "log",10449 "parity-scale-codec",10450 "parking_lot 0.12.1",10451 "sc-client-api",10452 "sc-consensus",10453 "sc-keystore",10454 "sc-network",10455 "sc-network-common",10456 "sc-network-gossip",10457 "sc-network-sync",10458 "sc-utils",10459 "sp-api",10460 "sp-application-crypto",10461 "sp-arithmetic",10462 "sp-blockchain",10463 "sp-consensus",10464 "sp-consensus-beefy",10465 "sp-core",10466 "sp-keystore",10467 "sp-mmr-primitives",10468 "sp-runtime",10469 "substrate-prometheus-endpoint",10470 "thiserror",10471 "wasm-timer",10472]1047310474[[package]]10475name = "sc-consensus-beefy-rpc"10476version = "4.0.0-dev"10477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10478dependencies = [10479 "futures",10480 "jsonrpsee",10481 "log",10482 "parity-scale-codec",10483 "parking_lot 0.12.1",10484 "sc-consensus-beefy",10485 "sc-rpc",10486 "serde",10487 "sp-consensus-beefy",10488 "sp-core",10489 "sp-runtime",10490 "thiserror",10491]1049210493[[package]]10494name = "sc-consensus-epochs"10495version = "0.10.0-dev"10496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10497dependencies = [10498 "fork-tree",10499 "parity-scale-codec",10500 "sc-client-api",10501 "sc-consensus",10502 "sp-blockchain",10503 "sp-runtime",10504]1050510506[[package]]10507name = "sc-consensus-grandpa"10508version = "0.10.0-dev"10509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10510dependencies = [10511 "ahash 0.8.3",10512 "array-bytes 4.2.0",10513 "async-trait",10514 "dyn-clone",10515 "finality-grandpa",10516 "fork-tree",10517 "futures",10518 "futures-timer",10519 "log",10520 "parity-scale-codec",10521 "parking_lot 0.12.1",10522 "rand 0.8.5",10523 "sc-block-builder",10524 "sc-chain-spec",10525 "sc-client-api",10526 "sc-consensus",10527 "sc-network",10528 "sc-network-common",10529 "sc-network-gossip",10530 "sc-telemetry",10531 "sc-utils",10532 "serde_json",10533 "sp-api",10534 "sp-application-crypto",10535 "sp-arithmetic",10536 "sp-blockchain",10537 "sp-consensus",10538 "sp-consensus-grandpa",10539 "sp-core",10540 "sp-keystore",10541 "sp-runtime",10542 "substrate-prometheus-endpoint",10543 "thiserror",10544]1054510546[[package]]10547name = "sc-consensus-grandpa-rpc"10548version = "0.10.0-dev"10549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10550dependencies = [10551 "finality-grandpa",10552 "futures",10553 "jsonrpsee",10554 "log",10555 "parity-scale-codec",10556 "sc-client-api",10557 "sc-consensus-grandpa",10558 "sc-rpc",10559 "serde",10560 "sp-blockchain",10561 "sp-core",10562 "sp-runtime",10563 "thiserror",10564]1056510566[[package]]10567name = "sc-consensus-manual-seal"10568version = "0.10.0-dev"10569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10570dependencies = [10571 "assert_matches",10572 "async-trait",10573 "futures",10574 "jsonrpsee",10575 "log",10576 "parity-scale-codec",10577 "sc-client-api",10578 "sc-consensus",10579 "sc-consensus-aura",10580 "sc-consensus-babe",10581 "sc-consensus-epochs",10582 "sc-transaction-pool",10583 "sc-transaction-pool-api",10584 "serde",10585 "sp-api",10586 "sp-blockchain",10587 "sp-consensus",10588 "sp-consensus-aura",10589 "sp-consensus-babe",10590 "sp-consensus-slots",10591 "sp-core",10592 "sp-inherents",10593 "sp-keystore",10594 "sp-runtime",10595 "sp-timestamp",10596 "substrate-prometheus-endpoint",10597 "thiserror",10598]1059910600[[package]]10601name = "sc-consensus-slots"10602version = "0.10.0-dev"10603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10604dependencies = [10605 "async-trait",10606 "futures",10607 "futures-timer",10608 "log",10609 "parity-scale-codec",10610 "sc-client-api",10611 "sc-consensus",10612 "sc-telemetry",10613 "sp-arithmetic",10614 "sp-blockchain",10615 "sp-consensus",10616 "sp-consensus-slots",10617 "sp-core",10618 "sp-inherents",10619 "sp-runtime",10620 "sp-state-machine",10621]1062210623[[package]]10624name = "sc-executor"10625version = "0.10.0-dev"10626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10627dependencies = [10628 "lru 0.8.1",10629 "parity-scale-codec",10630 "parking_lot 0.12.1",10631 "sc-executor-common",10632 "sc-executor-wasmi",10633 "sc-executor-wasmtime",10634 "sp-api",10635 "sp-core",10636 "sp-externalities",10637 "sp-io",10638 "sp-panic-handler",10639 "sp-runtime-interface",10640 "sp-trie",10641 "sp-version",10642 "sp-wasm-interface",10643 "tracing",10644 "wasmi",10645]1064610647[[package]]10648name = "sc-executor-common"10649version = "0.10.0-dev"10650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10651dependencies = [10652 "sc-allocator",10653 "sp-maybe-compressed-blob",10654 "sp-wasm-interface",10655 "thiserror",10656 "wasm-instrument",10657 "wasmi",10658]1065910660[[package]]10661name = "sc-executor-wasmi"10662version = "0.10.0-dev"10663source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10664dependencies = [10665 "log",10666 "sc-allocator",10667 "sc-executor-common",10668 "sp-runtime-interface",10669 "sp-wasm-interface",10670 "wasmi",10671]1067210673[[package]]10674name = "sc-executor-wasmtime"10675version = "0.10.0-dev"10676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10677dependencies = [10678 "anyhow",10679 "cfg-if",10680 "libc",10681 "log",10682 "once_cell",10683 "rustix 0.36.14",10684 "sc-allocator",10685 "sc-executor-common",10686 "sp-runtime-interface",10687 "sp-wasm-interface",10688 "wasmtime",10689]1069010691[[package]]10692name = "sc-informant"10693version = "0.10.0-dev"10694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10695dependencies = [10696 "ansi_term",10697 "futures",10698 "futures-timer",10699 "log",10700 "sc-client-api",10701 "sc-network",10702 "sc-network-common",10703 "sp-blockchain",10704 "sp-runtime",10705]1070610707[[package]]10708name = "sc-keystore"10709version = "4.0.0-dev"10710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10711dependencies = [10712 "array-bytes 4.2.0",10713 "async-trait",10714 "parking_lot 0.12.1",10715 "serde_json",10716 "sp-application-crypto",10717 "sp-core",10718 "sp-keystore",10719 "thiserror",10720]1072110722[[package]]10723name = "sc-network"10724version = "0.10.0-dev"10725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10726dependencies = [10727 "array-bytes 4.2.0",10728 "async-channel",10729 "async-trait",10730 "asynchronous-codec",10731 "bytes",10732 "either",10733 "fnv",10734 "futures",10735 "futures-timer",10736 "ip_network",10737 "libp2p",10738 "linked_hash_set",10739 "log",10740 "lru 0.8.1",10741 "mockall",10742 "parity-scale-codec",10743 "parking_lot 0.12.1",10744 "pin-project",10745 "rand 0.8.5",10746 "sc-block-builder",10747 "sc-client-api",10748 "sc-consensus",10749 "sc-network-common",10750 "sc-peerset",10751 "sc-utils",10752 "serde",10753 "serde_json",10754 "smallvec",10755 "snow",10756 "sp-arithmetic",10757 "sp-blockchain",10758 "sp-consensus",10759 "sp-core",10760 "sp-runtime",10761 "substrate-prometheus-endpoint",10762 "thiserror",10763 "unsigned-varint",10764 "zeroize",10765]1076610767[[package]]10768name = "sc-network-bitswap"10769version = "0.10.0-dev"10770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10771dependencies = [10772 "cid",10773 "futures",10774 "libp2p",10775 "log",10776 "prost",10777 "prost-build",10778 "sc-client-api",10779 "sc-network",10780 "sc-network-common",10781 "sp-blockchain",10782 "sp-runtime",10783 "thiserror",10784 "unsigned-varint",10785]1078610787[[package]]10788name = "sc-network-common"10789version = "0.10.0-dev"10790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10791dependencies = [10792 "array-bytes 4.2.0",10793 "async-trait",10794 "bitflags",10795 "bytes",10796 "futures",10797 "futures-timer",10798 "libp2p",10799 "parity-scale-codec",10800 "prost-build",10801 "sc-consensus",10802 "sc-peerset",10803 "sc-utils",10804 "serde",10805 "smallvec",10806 "sp-blockchain",10807 "sp-consensus",10808 "sp-consensus-grandpa",10809 "sp-runtime",10810 "substrate-prometheus-endpoint",10811 "thiserror",10812 "zeroize",10813]1081410815[[package]]10816name = "sc-network-gossip"10817version = "0.10.0-dev"10818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10819dependencies = [10820 "ahash 0.8.3",10821 "futures",10822 "futures-timer",10823 "libp2p",10824 "log",10825 "lru 0.8.1",10826 "sc-network",10827 "sc-network-common",10828 "sc-peerset",10829 "sp-runtime",10830 "substrate-prometheus-endpoint",10831 "tracing",10832]1083310834[[package]]10835name = "sc-network-light"10836version = "0.10.0-dev"10837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10838dependencies = [10839 "array-bytes 4.2.0",10840 "futures",10841 "libp2p",10842 "log",10843 "parity-scale-codec",10844 "prost",10845 "prost-build",10846 "sc-client-api",10847 "sc-network",10848 "sc-network-common",10849 "sc-peerset",10850 "sp-blockchain",10851 "sp-core",10852 "sp-runtime",10853 "thiserror",10854]1085510856[[package]]10857name = "sc-network-sync"10858version = "0.10.0-dev"10859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10860dependencies = [10861 "array-bytes 4.2.0",10862 "async-trait",10863 "fork-tree",10864 "futures",10865 "futures-timer",10866 "libp2p",10867 "log",10868 "lru 0.8.1",10869 "mockall",10870 "parity-scale-codec",10871 "prost",10872 "prost-build",10873 "sc-client-api",10874 "sc-consensus",10875 "sc-network",10876 "sc-network-common",10877 "sc-peerset",10878 "sc-utils",10879 "smallvec",10880 "sp-arithmetic",10881 "sp-blockchain",10882 "sp-consensus",10883 "sp-consensus-grandpa",10884 "sp-core",10885 "sp-runtime",10886 "substrate-prometheus-endpoint",10887 "thiserror",10888]1088910890[[package]]10891name = "sc-network-transactions"10892version = "0.10.0-dev"10893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10894dependencies = [10895 "array-bytes 4.2.0",10896 "futures",10897 "libp2p",10898 "log",10899 "parity-scale-codec",10900 "pin-project",10901 "sc-network",10902 "sc-network-common",10903 "sc-peerset",10904 "sc-utils",10905 "sp-consensus",10906 "sp-runtime",10907 "substrate-prometheus-endpoint",10908]1090910910[[package]]10911name = "sc-offchain"10912version = "4.0.0-dev"10913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10914dependencies = [10915 "array-bytes 4.2.0",10916 "bytes",10917 "fnv",10918 "futures",10919 "futures-timer",10920 "hyper",10921 "hyper-rustls",10922 "libp2p",10923 "num_cpus",10924 "once_cell",10925 "parity-scale-codec",10926 "parking_lot 0.12.1",10927 "rand 0.8.5",10928 "sc-client-api",10929 "sc-network",10930 "sc-network-common",10931 "sc-peerset",10932 "sc-utils",10933 "sp-api",10934 "sp-core",10935 "sp-offchain",10936 "sp-runtime",10937 "threadpool",10938 "tracing",10939]1094010941[[package]]10942name = "sc-peerset"10943version = "4.0.0-dev"10944source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10945dependencies = [10946 "futures",10947 "libp2p",10948 "log",10949 "sc-utils",10950 "serde_json",10951 "wasm-timer",10952]1095310954[[package]]10955name = "sc-proposer-metrics"10956version = "0.10.0-dev"10957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10958dependencies = [10959 "log",10960 "substrate-prometheus-endpoint",10961]1096210963[[package]]10964name = "sc-rpc"10965version = "4.0.0-dev"10966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10967dependencies = [10968 "futures",10969 "jsonrpsee",10970 "log",10971 "parity-scale-codec",10972 "parking_lot 0.12.1",10973 "sc-block-builder",10974 "sc-chain-spec",10975 "sc-client-api",10976 "sc-rpc-api",10977 "sc-tracing",10978 "sc-transaction-pool-api",10979 "sc-utils",10980 "serde_json",10981 "sp-api",10982 "sp-blockchain",10983 "sp-core",10984 "sp-keystore",10985 "sp-offchain",10986 "sp-rpc",10987 "sp-runtime",10988 "sp-session",10989 "sp-version",10990 "tokio",10991]1099210993[[package]]10994name = "sc-rpc-api"10995version = "0.10.0-dev"10996source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10997dependencies = [10998 "jsonrpsee",10999 "parity-scale-codec",11000 "sc-chain-spec",11001 "sc-transaction-pool-api",11002 "scale-info",11003 "serde",11004 "serde_json",11005 "sp-core",11006 "sp-rpc",11007 "sp-runtime",11008 "sp-version",11009 "thiserror",11010]1101111012[[package]]11013name = "sc-rpc-server"11014version = "4.0.0-dev"11015source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11016dependencies = [11017 "http",11018 "jsonrpsee",11019 "log",11020 "serde_json",11021 "substrate-prometheus-endpoint",11022 "tokio",11023 "tower",11024 "tower-http",11025]1102611027[[package]]11028name = "sc-rpc-spec-v2"11029version = "0.10.0-dev"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11031dependencies = [11032 "array-bytes 4.2.0",11033 "futures",11034 "futures-util",11035 "hex",11036 "jsonrpsee",11037 "log",11038 "parity-scale-codec",11039 "parking_lot 0.12.1",11040 "sc-chain-spec",11041 "sc-client-api",11042 "sc-transaction-pool-api",11043 "serde",11044 "sp-api",11045 "sp-blockchain",11046 "sp-core",11047 "sp-runtime",11048 "sp-version",11049 "thiserror",11050 "tokio-stream",11051]1105211053[[package]]11054name = "sc-service"11055version = "0.10.0-dev"11056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11057dependencies = [11058 "async-trait",11059 "directories",11060 "exit-future",11061 "futures",11062 "futures-timer",11063 "jsonrpsee",11064 "log",11065 "parity-scale-codec",11066 "parking_lot 0.12.1",11067 "pin-project",11068 "rand 0.8.5",11069 "sc-block-builder",11070 "sc-chain-spec",11071 "sc-client-api",11072 "sc-client-db",11073 "sc-consensus",11074 "sc-executor",11075 "sc-informant",11076 "sc-keystore",11077 "sc-network",11078 "sc-network-bitswap",11079 "sc-network-common",11080 "sc-network-light",11081 "sc-network-sync",11082 "sc-network-transactions",11083 "sc-offchain",11084 "sc-rpc",11085 "sc-rpc-server",11086 "sc-rpc-spec-v2",11087 "sc-storage-monitor",11088 "sc-sysinfo",11089 "sc-telemetry",11090 "sc-tracing",11091 "sc-transaction-pool",11092 "sc-transaction-pool-api",11093 "sc-utils",11094 "serde",11095 "serde_json",11096 "sp-api",11097 "sp-blockchain",11098 "sp-consensus",11099 "sp-core",11100 "sp-externalities",11101 "sp-keystore",11102 "sp-runtime",11103 "sp-session",11104 "sp-state-machine",11105 "sp-storage",11106 "sp-transaction-pool",11107 "sp-transaction-storage-proof",11108 "sp-trie",11109 "sp-version",11110 "static_init 1.0.3",11111 "substrate-prometheus-endpoint",11112 "tempfile",11113 "thiserror",11114 "tokio",11115 "tracing",11116 "tracing-futures",11117]1111811119[[package]]11120name = "sc-state-db"11121version = "0.10.0-dev"11122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11123dependencies = [11124 "log",11125 "parity-scale-codec",11126 "parking_lot 0.12.1",11127 "sp-core",11128]1112911130[[package]]11131name = "sc-storage-monitor"11132version = "0.1.0"11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11134dependencies = [11135 "clap",11136 "fs4",11137 "futures",11138 "log",11139 "sc-client-db",11140 "sc-utils",11141 "sp-core",11142 "thiserror",11143 "tokio",11144]1114511146[[package]]11147name = "sc-sync-state-rpc"11148version = "0.10.0-dev"11149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11150dependencies = [11151 "jsonrpsee",11152 "parity-scale-codec",11153 "sc-chain-spec",11154 "sc-client-api",11155 "sc-consensus-babe",11156 "sc-consensus-epochs",11157 "sc-consensus-grandpa",11158 "serde",11159 "serde_json",11160 "sp-blockchain",11161 "sp-runtime",11162 "thiserror",11163]1116411165[[package]]11166name = "sc-sysinfo"11167version = "6.0.0-dev"11168source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11169dependencies = [11170 "futures",11171 "libc",11172 "log",11173 "rand 0.8.5",11174 "rand_pcg",11175 "regex",11176 "sc-telemetry",11177 "serde",11178 "serde_json",11179 "sp-core",11180 "sp-io",11181 "sp-std",11182]1118311184[[package]]11185name = "sc-telemetry"11186version = "4.0.0-dev"11187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11188dependencies = [11189 "chrono",11190 "futures",11191 "libp2p",11192 "log",11193 "parking_lot 0.12.1",11194 "pin-project",11195 "rand 0.8.5",11196 "sc-utils",11197 "serde",11198 "serde_json",11199 "thiserror",11200 "wasm-timer",11201]1120211203[[package]]11204name = "sc-tracing"11205version = "4.0.0-dev"11206source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11207dependencies = [11208 "ansi_term",11209 "atty",11210 "chrono",11211 "lazy_static",11212 "libc",11213 "log",11214 "once_cell",11215 "parking_lot 0.12.1",11216 "regex",11217 "rustc-hash",11218 "sc-client-api",11219 "sc-rpc-server",11220 "sc-tracing-proc-macro",11221 "serde",11222 "sp-api",11223 "sp-blockchain",11224 "sp-core",11225 "sp-rpc",11226 "sp-runtime",11227 "sp-tracing",11228 "thiserror",11229 "tracing",11230 "tracing-log",11231 "tracing-subscriber",11232]1123311234[[package]]11235name = "sc-tracing-proc-macro"11236version = "4.0.0-dev"11237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11238dependencies = [11239 "proc-macro-crate",11240 "proc-macro2",11241 "quote",11242 "syn 2.0.16",11243]1124411245[[package]]11246name = "sc-transaction-pool"11247version = "4.0.0-dev"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11249dependencies = [11250 "async-trait",11251 "futures",11252 "futures-timer",11253 "linked-hash-map",11254 "log",11255 "num-traits",11256 "parity-scale-codec",11257 "parking_lot 0.12.1",11258 "sc-client-api",11259 "sc-transaction-pool-api",11260 "sc-utils",11261 "serde",11262 "sp-api",11263 "sp-blockchain",11264 "sp-core",11265 "sp-runtime",11266 "sp-tracing",11267 "sp-transaction-pool",11268 "substrate-prometheus-endpoint",11269 "thiserror",11270]1127111272[[package]]11273name = "sc-transaction-pool-api"11274version = "4.0.0-dev"11275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11276dependencies = [11277 "async-trait",11278 "futures",11279 "log",11280 "serde",11281 "sp-blockchain",11282 "sp-runtime",11283 "thiserror",11284]1128511286[[package]]11287name = "sc-utils"11288version = "4.0.0-dev"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11290dependencies = [11291 "async-channel",11292 "futures",11293 "futures-timer",11294 "lazy_static",11295 "log",11296 "parking_lot 0.12.1",11297 "prometheus",11298 "sp-arithmetic",11299]1130011301[[package]]11302name = "scale-info"11303version = "2.7.0"11304source = "registry+https://github.com/rust-lang/crates.io-index"11305checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"11306dependencies = [11307 "bitvec",11308 "cfg-if",11309 "derive_more",11310 "parity-scale-codec",11311 "scale-info-derive",11312 "serde",11313]1131411315[[package]]11316name = "scale-info-derive"11317version = "2.6.0"11318source = "registry+https://github.com/rust-lang/crates.io-index"11319checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"11320dependencies = [11321 "proc-macro-crate",11322 "proc-macro2",11323 "quote",11324 "syn 1.0.109",11325]1132611327[[package]]11328name = "schannel"11329version = "0.1.21"11330source = "registry+https://github.com/rust-lang/crates.io-index"11331checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"11332dependencies = [11333 "windows-sys 0.42.0",11334]1133511336[[package]]11337name = "schnellru"11338version = "0.2.1"11339source = "registry+https://github.com/rust-lang/crates.io-index"11340checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"11341dependencies = [11342 "ahash 0.8.3",11343 "cfg-if",11344 "hashbrown 0.13.2",11345]1134611347[[package]]11348name = "schnorrkel"11349version = "0.9.1"11350source = "registry+https://github.com/rust-lang/crates.io-index"11351checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"11352dependencies = [11353 "arrayref",11354 "arrayvec 0.5.2",11355 "curve25519-dalek 2.1.3",11356 "getrandom 0.1.16",11357 "merlin",11358 "rand 0.7.3",11359 "rand_core 0.5.1",11360 "sha2 0.8.2",11361 "subtle",11362 "zeroize",11363]1136411365[[package]]11366name = "scopeguard"11367version = "1.1.0"11368source = "registry+https://github.com/rust-lang/crates.io-index"11369checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1137011371[[package]]11372name = "scratch"11373version = "1.0.5"11374source = "registry+https://github.com/rust-lang/crates.io-index"11375checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"1137611377[[package]]11378name = "sct"11379version = "0.6.1"11380source = "registry+https://github.com/rust-lang/crates.io-index"11381checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"11382dependencies = [11383 "ring",11384 "untrusted",11385]1138611387[[package]]11388name = "sct"11389version = "0.7.0"11390source = "registry+https://github.com/rust-lang/crates.io-index"11391checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"11392dependencies = [11393 "ring",11394 "untrusted",11395]1139611397[[package]]11398name = "sdp"11399version = "0.5.3"11400source = "registry+https://github.com/rust-lang/crates.io-index"11401checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"11402dependencies = [11403 "rand 0.8.5",11404 "substring",11405 "thiserror",11406 "url",11407]1140811409[[package]]11410name = "sec1"11411version = "0.3.0"11412source = "registry+https://github.com/rust-lang/crates.io-index"11413checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"11414dependencies = [11415 "base16ct 0.1.1",11416 "der 0.6.1",11417 "generic-array 0.14.7",11418 "pkcs8 0.9.0",11419 "subtle",11420 "zeroize",11421]1142211423[[package]]11424name = "sec1"11425version = "0.7.2"11426source = "registry+https://github.com/rust-lang/crates.io-index"11427checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"11428dependencies = [11429 "base16ct 0.2.0",11430 "der 0.7.6",11431 "generic-array 0.14.7",11432 "pkcs8 0.10.2",11433 "subtle",11434 "zeroize",11435]1143611437[[package]]11438name = "secp256k1"11439version = "0.24.3"11440source = "registry+https://github.com/rust-lang/crates.io-index"11441checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"11442dependencies = [11443 "secp256k1-sys",11444]1144511446[[package]]11447name = "secp256k1-sys"11448version = "0.6.1"11449source = "registry+https://github.com/rust-lang/crates.io-index"11450checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"11451dependencies = [11452 "cc",11453]1145411455[[package]]11456name = "secrecy"11457version = "0.8.0"11458source = "registry+https://github.com/rust-lang/crates.io-index"11459checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"11460dependencies = [11461 "zeroize",11462]1146311464[[package]]11465name = "security-framework"11466version = "2.9.1"11467source = "registry+https://github.com/rust-lang/crates.io-index"11468checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"11469dependencies = [11470 "bitflags",11471 "core-foundation",11472 "core-foundation-sys",11473 "libc",11474 "security-framework-sys",11475]1147611477[[package]]11478name = "security-framework-sys"11479version = "2.9.0"11480source = "registry+https://github.com/rust-lang/crates.io-index"11481checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"11482dependencies = [11483 "core-foundation-sys",11484 "libc",11485]1148611487[[package]]11488name = "semver"11489version = "0.6.0"11490source = "registry+https://github.com/rust-lang/crates.io-index"11491checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"11492dependencies = [11493 "semver-parser",11494]1149511496[[package]]11497name = "semver"11498version = "1.0.17"11499source = "registry+https://github.com/rust-lang/crates.io-index"11500checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"11501dependencies = [11502 "serde",11503]1150411505[[package]]11506name = "semver-parser"11507version = "0.7.0"11508source = "registry+https://github.com/rust-lang/crates.io-index"11509checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1151011511[[package]]11512name = "serde"11513version = "1.0.163"11514source = "registry+https://github.com/rust-lang/crates.io-index"11515checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"11516dependencies = [11517 "serde_derive",11518]1151911520[[package]]11521name = "serde_derive"11522version = "1.0.163"11523source = "registry+https://github.com/rust-lang/crates.io-index"11524checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"11525dependencies = [11526 "proc-macro2",11527 "quote",11528 "syn 2.0.16",11529]1153011531[[package]]11532name = "serde_json"11533version = "1.0.96"11534source = "registry+https://github.com/rust-lang/crates.io-index"11535checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"11536dependencies = [11537 "itoa",11538 "ryu",11539 "serde",11540]1154111542[[package]]11543name = "serde_spanned"11544version = "0.6.2"11545source = "registry+https://github.com/rust-lang/crates.io-index"11546checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"11547dependencies = [11548 "serde",11549]1155011551[[package]]11552name = "sha-1"11553version = "0.9.8"11554source = "registry+https://github.com/rust-lang/crates.io-index"11555checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"11556dependencies = [11557 "block-buffer 0.9.0",11558 "cfg-if",11559 "cpufeatures",11560 "digest 0.9.0",11561 "opaque-debug 0.3.0",11562]1156311564[[package]]11565name = "sha1"11566version = "0.10.5"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"11569dependencies = [11570 "cfg-if",11571 "cpufeatures",11572 "digest 0.10.7",11573]1157411575[[package]]11576name = "sha2"11577version = "0.8.2"11578source = "registry+https://github.com/rust-lang/crates.io-index"11579checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"11580dependencies = [11581 "block-buffer 0.7.3",11582 "digest 0.8.1",11583 "fake-simd",11584 "opaque-debug 0.2.3",11585]1158611587[[package]]11588name = "sha2"11589version = "0.9.9"11590source = "registry+https://github.com/rust-lang/crates.io-index"11591checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"11592dependencies = [11593 "block-buffer 0.9.0",11594 "cfg-if",11595 "cpufeatures",11596 "digest 0.9.0",11597 "opaque-debug 0.3.0",11598]1159911600[[package]]11601name = "sha2"11602version = "0.10.6"11603source = "registry+https://github.com/rust-lang/crates.io-index"11604checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"11605dependencies = [11606 "cfg-if",11607 "cpufeatures",11608 "digest 0.10.7",11609]1161011611[[package]]11612name = "sha3"11613version = "0.8.2"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"11616dependencies = [11617 "block-buffer 0.7.3",11618 "byte-tools",11619 "digest 0.8.1",11620 "keccak",11621 "opaque-debug 0.2.3",11622]1162311624[[package]]11625name = "sha3"11626version = "0.10.8"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"11629dependencies = [11630 "digest 0.10.7",11631 "keccak",11632]1163311634[[package]]11635name = "sha3-const"11636version = "0.1.1"11637source = "registry+https://github.com/rust-lang/crates.io-index"11638checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1163911640[[package]]11641name = "sharded-slab"11642version = "0.1.4"11643source = "registry+https://github.com/rust-lang/crates.io-index"11644checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11645dependencies = [11646 "lazy_static",11647]1164811649[[package]]11650name = "shlex"11651version = "1.1.0"11652source = "registry+https://github.com/rust-lang/crates.io-index"11653checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1165411655[[package]]11656name = "signal-hook-registry"11657version = "1.4.1"11658source = "registry+https://github.com/rust-lang/crates.io-index"11659checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"11660dependencies = [11661 "libc",11662]1166311664[[package]]11665name = "signature"11666version = "1.6.4"11667source = "registry+https://github.com/rust-lang/crates.io-index"11668checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11669dependencies = [11670 "digest 0.10.7",11671 "rand_core 0.6.4",11672]1167311674[[package]]11675name = "signature"11676version = "2.1.0"11677source = "registry+https://github.com/rust-lang/crates.io-index"11678checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"11679dependencies = [11680 "digest 0.10.7",11681 "rand_core 0.6.4",11682]1168311684[[package]]11685name = "simba"11686version = "0.8.1"11687source = "registry+https://github.com/rust-lang/crates.io-index"11688checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"11689dependencies = [11690 "approx",11691 "num-complex",11692 "num-traits",11693 "paste",11694 "wide",11695]1169611697[[package]]11698name = "siphasher"11699version = "0.3.10"11700source = "registry+https://github.com/rust-lang/crates.io-index"11701checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"1170211703[[package]]11704name = "slab"11705version = "0.4.8"11706source = "registry+https://github.com/rust-lang/crates.io-index"11707checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"11708dependencies = [11709 "autocfg",11710]1171111712[[package]]11713name = "slice-group-by"11714version = "0.3.1"11715source = "registry+https://github.com/rust-lang/crates.io-index"11716checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1171711718[[package]]11719name = "slot-range-helper"11720version = "0.9.42"11721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"11722dependencies = [11723 "enumn",11724 "parity-scale-codec",11725 "paste",11726 "sp-runtime",11727 "sp-std",11728]1172911730[[package]]11731name = "slotmap"11732version = "1.0.6"11733source = "registry+https://github.com/rust-lang/crates.io-index"11734checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11735dependencies = [11736 "version_check",11737]1173811739[[package]]11740name = "smallvec"11741version = "1.10.0"11742source = "registry+https://github.com/rust-lang/crates.io-index"11743checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1174411745[[package]]11746name = "snap"11747version = "1.1.0"11748source = "registry+https://github.com/rust-lang/crates.io-index"11749checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1175011751[[package]]11752name = "snow"11753version = "0.9.2"11754source = "registry+https://github.com/rust-lang/crates.io-index"11755checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733"11756dependencies = [11757 "aes-gcm 0.9.4",11758 "blake2",11759 "chacha20poly1305",11760 "curve25519-dalek 4.0.0-rc.1",11761 "rand_core 0.6.4",11762 "ring",11763 "rustc_version",11764 "sha2 0.10.6",11765 "subtle",11766]1176711768[[package]]11769name = "socket2"11770version = "0.4.9"11771source = "registry+https://github.com/rust-lang/crates.io-index"11772checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"11773dependencies = [11774 "libc",11775 "winapi",11776]1177711778[[package]]11779name = "soketto"11780version = "0.7.1"11781source = "registry+https://github.com/rust-lang/crates.io-index"11782checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11783dependencies = [11784 "base64 0.13.1",11785 "bytes",11786 "flate2",11787 "futures",11788 "http",11789 "httparse",11790 "log",11791 "rand 0.8.5",11792 "sha-1",11793]1179411795[[package]]11796name = "sp-api"11797version = "4.0.0-dev"11798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11799dependencies = [11800 "hash-db 0.16.0",11801 "log",11802 "parity-scale-codec",11803 "scale-info",11804 "sp-api-proc-macro",11805 "sp-core",11806 "sp-metadata-ir",11807 "sp-runtime",11808 "sp-state-machine",11809 "sp-std",11810 "sp-trie",11811 "sp-version",11812 "thiserror",11813]1181411815[[package]]11816name = "sp-api-proc-macro"11817version = "4.0.0-dev"11818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11819dependencies = [11820 "Inflector",11821 "blake2",11822 "expander 1.0.0",11823 "proc-macro-crate",11824 "proc-macro2",11825 "quote",11826 "syn 2.0.16",11827]1182811829[[package]]11830name = "sp-application-crypto"11831version = "7.0.0"11832source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11833dependencies = [11834 "parity-scale-codec",11835 "scale-info",11836 "serde",11837 "sp-core",11838 "sp-io",11839 "sp-std",11840]1184111842[[package]]11843name = "sp-arithmetic"11844version = "6.0.0"11845source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11846dependencies = [11847 "integer-sqrt",11848 "num-traits",11849 "parity-scale-codec",11850 "scale-info",11851 "serde",11852 "sp-std",11853 "static_assertions",11854]1185511856[[package]]11857name = "sp-authority-discovery"11858version = "4.0.0-dev"11859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11860dependencies = [11861 "parity-scale-codec",11862 "scale-info",11863 "sp-api",11864 "sp-application-crypto",11865 "sp-runtime",11866 "sp-std",11867]1186811869[[package]]11870name = "sp-block-builder"11871version = "4.0.0-dev"11872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11873dependencies = [11874 "parity-scale-codec",11875 "sp-api",11876 "sp-inherents",11877 "sp-runtime",11878 "sp-std",11879]1188011881[[package]]11882name = "sp-blockchain"11883version = "4.0.0-dev"11884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11885dependencies = [11886 "futures",11887 "log",11888 "lru 0.8.1",11889 "parity-scale-codec",11890 "parking_lot 0.12.1",11891 "sp-api",11892 "sp-consensus",11893 "sp-database",11894 "sp-runtime",11895 "sp-state-machine",11896 "thiserror",11897]1189811899[[package]]11900name = "sp-consensus"11901version = "0.10.0-dev"11902source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11903dependencies = [11904 "async-trait",11905 "futures",11906 "log",11907 "sp-core",11908 "sp-inherents",11909 "sp-runtime",11910 "sp-state-machine",11911 "thiserror",11912]1191311914[[package]]11915name = "sp-consensus-aura"11916version = "0.10.0-dev"11917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11918dependencies = [11919 "async-trait",11920 "parity-scale-codec",11921 "scale-info",11922 "sp-api",11923 "sp-application-crypto",11924 "sp-consensus",11925 "sp-consensus-slots",11926 "sp-inherents",11927 "sp-runtime",11928 "sp-std",11929 "sp-timestamp",11930]1193111932[[package]]11933name = "sp-consensus-babe"11934version = "0.10.0-dev"11935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11936dependencies = [11937 "async-trait",11938 "parity-scale-codec",11939 "scale-info",11940 "serde",11941 "sp-api",11942 "sp-application-crypto",11943 "sp-consensus",11944 "sp-consensus-slots",11945 "sp-core",11946 "sp-inherents",11947 "sp-keystore",11948 "sp-runtime",11949 "sp-std",11950 "sp-timestamp",11951]1195211953[[package]]11954name = "sp-consensus-beefy"11955version = "4.0.0-dev"11956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11957dependencies = [11958 "lazy_static",11959 "parity-scale-codec",11960 "scale-info",11961 "serde",11962 "sp-api",11963 "sp-application-crypto",11964 "sp-core",11965 "sp-io",11966 "sp-mmr-primitives",11967 "sp-runtime",11968 "sp-std",11969 "strum",11970]1197111972[[package]]11973name = "sp-consensus-grandpa"11974version = "4.0.0-dev"11975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11976dependencies = [11977 "finality-grandpa",11978 "log",11979 "parity-scale-codec",11980 "scale-info",11981 "serde",11982 "sp-api",11983 "sp-application-crypto",11984 "sp-core",11985 "sp-keystore",11986 "sp-runtime",11987 "sp-std",11988]1198911990[[package]]11991name = "sp-consensus-slots"11992version = "0.10.0-dev"11993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11994dependencies = [11995 "parity-scale-codec",11996 "scale-info",11997 "serde",11998 "sp-std",11999 "sp-timestamp",12000]1200112002[[package]]12003name = "sp-core"12004version = "7.0.0"12005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12006dependencies = [12007 "array-bytes 4.2.0",12008 "bitflags",12009 "blake2",12010 "bounded-collections",12011 "bs58",12012 "dyn-clonable",12013 "ed25519-zebra",12014 "futures",12015 "hash-db 0.16.0",12016 "hash256-std-hasher",12017 "impl-serde",12018 "lazy_static",12019 "libsecp256k1",12020 "log",12021 "merlin",12022 "parity-scale-codec",12023 "parking_lot 0.12.1",12024 "paste",12025 "primitive-types",12026 "rand 0.8.5",12027 "regex",12028 "scale-info",12029 "schnorrkel",12030 "secp256k1",12031 "secrecy",12032 "serde",12033 "sp-core-hashing",12034 "sp-debug-derive",12035 "sp-externalities",12036 "sp-runtime-interface",12037 "sp-std",12038 "sp-storage",12039 "ss58-registry",12040 "substrate-bip39",12041 "thiserror",12042 "tiny-bip39",12043 "zeroize",12044]1204512046[[package]]12047name = "sp-core-hashing"12048version = "5.0.0"12049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12050dependencies = [12051 "blake2b_simd",12052 "byteorder",12053 "digest 0.10.7",12054 "sha2 0.10.6",12055 "sha3 0.10.8",12056 "sp-std",12057 "twox-hash",12058]1205912060[[package]]12061name = "sp-core-hashing-proc-macro"12062version = "5.0.0"12063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12064dependencies = [12065 "proc-macro2",12066 "quote",12067 "sp-core-hashing",12068 "syn 2.0.16",12069]1207012071[[package]]12072name = "sp-database"12073version = "4.0.0-dev"12074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12075dependencies = [12076 "kvdb",12077 "parking_lot 0.12.1",12078]1207912080[[package]]12081name = "sp-debug-derive"12082version = "5.0.0"12083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12084dependencies = [12085 "proc-macro2",12086 "quote",12087 "syn 2.0.16",12088]1208912090[[package]]12091name = "sp-externalities"12092version = "0.13.0"12093source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12094dependencies = [12095 "environmental",12096 "parity-scale-codec",12097 "sp-std",12098 "sp-storage",12099]1210012101[[package]]12102name = "sp-inherents"12103version = "4.0.0-dev"12104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12105dependencies = [12106 "async-trait",12107 "impl-trait-for-tuples",12108 "parity-scale-codec",12109 "scale-info",12110 "sp-core",12111 "sp-runtime",12112 "sp-std",12113 "thiserror",12114]1211512116[[package]]12117name = "sp-io"12118version = "7.0.0"12119source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12120dependencies = [12121 "bytes",12122 "ed25519",12123 "ed25519-dalek",12124 "futures",12125 "libsecp256k1",12126 "log",12127 "parity-scale-codec",12128 "rustversion",12129 "secp256k1",12130 "sp-core",12131 "sp-externalities",12132 "sp-keystore",12133 "sp-runtime-interface",12134 "sp-state-machine",12135 "sp-std",12136 "sp-tracing",12137 "sp-trie",12138 "tracing",12139 "tracing-core",12140]1214112142[[package]]12143name = "sp-keyring"12144version = "7.0.0"12145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12146dependencies = [12147 "lazy_static",12148 "sp-core",12149 "sp-runtime",12150 "strum",12151]1215212153[[package]]12154name = "sp-keystore"12155version = "0.13.0"12156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12157dependencies = [12158 "futures",12159 "parity-scale-codec",12160 "parking_lot 0.12.1",12161 "serde",12162 "sp-core",12163 "sp-externalities",12164 "thiserror",12165]1216612167[[package]]12168name = "sp-maybe-compressed-blob"12169version = "4.1.0-dev"12170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12171dependencies = [12172 "thiserror",12173 "zstd 0.12.3+zstd.1.5.2",12174]1217512176[[package]]12177name = "sp-metadata-ir"12178version = "0.1.0"12179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12180dependencies = [12181 "frame-metadata",12182 "parity-scale-codec",12183 "scale-info",12184 "sp-std",12185]1218612187[[package]]12188name = "sp-mmr-primitives"12189version = "4.0.0-dev"12190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12191dependencies = [12192 "ckb-merkle-mountain-range",12193 "log",12194 "parity-scale-codec",12195 "scale-info",12196 "serde",12197 "sp-api",12198 "sp-core",12199 "sp-debug-derive",12200 "sp-runtime",12201 "sp-std",12202 "thiserror",12203]1220412205[[package]]12206name = "sp-npos-elections"12207version = "4.0.0-dev"12208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12209dependencies = [12210 "parity-scale-codec",12211 "scale-info",12212 "serde",12213 "sp-arithmetic",12214 "sp-core",12215 "sp-runtime",12216 "sp-std",12217]1221812219[[package]]12220name = "sp-offchain"12221version = "4.0.0-dev"12222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12223dependencies = [12224 "sp-api",12225 "sp-core",12226 "sp-runtime",12227]1222812229[[package]]12230name = "sp-panic-handler"12231version = "5.0.0"12232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12233dependencies = [12234 "backtrace",12235 "lazy_static",12236 "regex",12237]1223812239[[package]]12240name = "sp-rpc"12241version = "6.0.0"12242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12243dependencies = [12244 "rustc-hash",12245 "serde",12246 "sp-core",12247]1224812249[[package]]12250name = "sp-runtime"12251version = "7.0.0"12252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12253dependencies = [12254 "either",12255 "hash256-std-hasher",12256 "impl-trait-for-tuples",12257 "log",12258 "parity-scale-codec",12259 "paste",12260 "rand 0.8.5",12261 "scale-info",12262 "serde",12263 "sp-application-crypto",12264 "sp-arithmetic",12265 "sp-core",12266 "sp-io",12267 "sp-std",12268 "sp-weights",12269]1227012271[[package]]12272name = "sp-runtime-interface"12273version = "7.0.0"12274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12275dependencies = [12276 "bytes",12277 "impl-trait-for-tuples",12278 "parity-scale-codec",12279 "primitive-types",12280 "sp-externalities",12281 "sp-runtime-interface-proc-macro",12282 "sp-std",12283 "sp-storage",12284 "sp-tracing",12285 "sp-wasm-interface",12286 "static_assertions",12287]1228812289[[package]]12290name = "sp-runtime-interface-proc-macro"12291version = "6.0.0"12292source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12293dependencies = [12294 "Inflector",12295 "proc-macro-crate",12296 "proc-macro2",12297 "quote",12298 "syn 2.0.16",12299]1230012301[[package]]12302name = "sp-session"12303version = "4.0.0-dev"12304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12305dependencies = [12306 "parity-scale-codec",12307 "scale-info",12308 "sp-api",12309 "sp-core",12310 "sp-runtime",12311 "sp-staking",12312 "sp-std",12313]1231412315[[package]]12316name = "sp-staking"12317version = "4.0.0-dev"12318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12319dependencies = [12320 "parity-scale-codec",12321 "scale-info",12322 "serde",12323 "sp-core",12324 "sp-runtime",12325 "sp-std",12326]1232712328[[package]]12329name = "sp-state-machine"12330version = "0.13.0"12331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12332dependencies = [12333 "hash-db 0.16.0",12334 "log",12335 "parity-scale-codec",12336 "parking_lot 0.12.1",12337 "rand 0.8.5",12338 "smallvec",12339 "sp-core",12340 "sp-externalities",12341 "sp-panic-handler",12342 "sp-std",12343 "sp-trie",12344 "thiserror",12345 "tracing",12346]1234712348[[package]]12349name = "sp-std"12350version = "5.0.0"12351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"1235212353[[package]]12354name = "sp-storage"12355version = "7.0.0"12356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12357dependencies = [12358 "impl-serde",12359 "parity-scale-codec",12360 "ref-cast",12361 "serde",12362 "sp-debug-derive",12363 "sp-std",12364]1236512366[[package]]12367name = "sp-timestamp"12368version = "4.0.0-dev"12369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12370dependencies = [12371 "async-trait",12372 "futures-timer",12373 "log",12374 "parity-scale-codec",12375 "sp-inherents",12376 "sp-runtime",12377 "sp-std",12378 "thiserror",12379]1238012381[[package]]12382name = "sp-tracing"12383version = "6.0.0"12384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12385dependencies = [12386 "parity-scale-codec",12387 "sp-std",12388 "tracing",12389 "tracing-core",12390 "tracing-subscriber",12391]1239212393[[package]]12394name = "sp-transaction-pool"12395version = "4.0.0-dev"12396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12397dependencies = [12398 "sp-api",12399 "sp-runtime",12400]1240112402[[package]]12403name = "sp-transaction-storage-proof"12404version = "4.0.0-dev"12405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12406dependencies = [12407 "async-trait",12408 "log",12409 "parity-scale-codec",12410 "scale-info",12411 "sp-core",12412 "sp-inherents",12413 "sp-runtime",12414 "sp-std",12415 "sp-trie",12416]1241712418[[package]]12419name = "sp-trie"12420version = "7.0.0"12421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12422dependencies = [12423 "ahash 0.8.3",12424 "hash-db 0.16.0",12425 "hashbrown 0.13.2",12426 "lazy_static",12427 "memory-db",12428 "nohash-hasher",12429 "parity-scale-codec",12430 "parking_lot 0.12.1",12431 "scale-info",12432 "schnellru",12433 "sp-core",12434 "sp-std",12435 "thiserror",12436 "tracing",12437 "trie-db 0.27.1",12438 "trie-root",12439]1244012441[[package]]12442name = "sp-version"12443version = "5.0.0"12444source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12445dependencies = [12446 "impl-serde",12447 "parity-scale-codec",12448 "parity-wasm",12449 "scale-info",12450 "serde",12451 "sp-core-hashing-proc-macro",12452 "sp-runtime",12453 "sp-std",12454 "sp-version-proc-macro",12455 "thiserror",12456]1245712458[[package]]12459name = "sp-version-proc-macro"12460version = "4.0.0-dev"12461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12462dependencies = [12463 "parity-scale-codec",12464 "proc-macro2",12465 "quote",12466 "syn 2.0.16",12467]1246812469[[package]]12470name = "sp-wasm-interface"12471version = "7.0.0"12472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12473dependencies = [12474 "anyhow",12475 "impl-trait-for-tuples",12476 "log",12477 "parity-scale-codec",12478 "sp-std",12479 "wasmi",12480 "wasmtime",12481]1248212483[[package]]12484name = "sp-weights"12485version = "4.0.0"12486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12487dependencies = [12488 "parity-scale-codec",12489 "scale-info",12490 "serde",12491 "smallvec",12492 "sp-arithmetic",12493 "sp-core",12494 "sp-debug-derive",12495 "sp-std",12496]1249712498[[package]]12499name = "spez"12500version = "0.1.2"12501source = "registry+https://github.com/rust-lang/crates.io-index"12502checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"12503dependencies = [12504 "proc-macro2",12505 "quote",12506 "syn 2.0.16",12507]1250812509[[package]]12510name = "spin"12511version = "0.5.2"12512source = "registry+https://github.com/rust-lang/crates.io-index"12513checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1251412515[[package]]12516name = "spki"12517version = "0.6.0"12518source = "registry+https://github.com/rust-lang/crates.io-index"12519checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"12520dependencies = [12521 "base64ct",12522 "der 0.6.1",12523]1252412525[[package]]12526name = "spki"12527version = "0.7.2"12528source = "registry+https://github.com/rust-lang/crates.io-index"12529checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"12530dependencies = [12531 "base64ct",12532 "der 0.7.6",12533]1253412535[[package]]12536name = "ss58-registry"12537version = "1.40.0"12538source = "registry+https://github.com/rust-lang/crates.io-index"12539checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b"12540dependencies = [12541 "Inflector",12542 "num-format",12543 "proc-macro2",12544 "quote",12545 "serde",12546 "serde_json",12547 "unicode-xid",12548]1254912550[[package]]12551name = "stable_deref_trait"12552version = "1.2.0"12553source = "registry+https://github.com/rust-lang/crates.io-index"12554checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1255512556[[package]]12557name = "static_assertions"12558version = "1.1.0"12559source = "registry+https://github.com/rust-lang/crates.io-index"12560checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1256112562[[package]]12563name = "static_init"12564version = "0.5.2"12565source = "registry+https://github.com/rust-lang/crates.io-index"12566checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12567dependencies = [12568 "cfg_aliases",12569 "libc",12570 "parking_lot 0.11.2",12571 "static_init_macro 0.5.0",12572]1257312574[[package]]12575name = "static_init"12576version = "1.0.3"12577source = "registry+https://github.com/rust-lang/crates.io-index"12578checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"12579dependencies = [12580 "bitflags",12581 "cfg_aliases",12582 "libc",12583 "parking_lot 0.11.2",12584 "parking_lot_core 0.8.6",12585 "static_init_macro 1.0.2",12586 "winapi",12587]1258812589[[package]]12590name = "static_init_macro"12591version = "0.5.0"12592source = "registry+https://github.com/rust-lang/crates.io-index"12593checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12594dependencies = [12595 "cfg_aliases",12596 "memchr",12597 "proc-macro2",12598 "quote",12599 "syn 1.0.109",12600]1260112602[[package]]12603name = "static_init_macro"12604version = "1.0.2"12605source = "registry+https://github.com/rust-lang/crates.io-index"12606checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12607dependencies = [12608 "cfg_aliases",12609 "memchr",12610 "proc-macro2",12611 "quote",12612 "syn 1.0.109",12613]1261412615[[package]]12616name = "strsim"12617version = "0.10.0"12618source = "registry+https://github.com/rust-lang/crates.io-index"12619checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1262012621[[package]]12622name = "struct-versioning"12623version = "0.1.0"12624dependencies = [12625 "quote",12626 "syn 1.0.109",12627]1262812629[[package]]12630name = "strum"12631version = "0.24.1"12632source = "registry+https://github.com/rust-lang/crates.io-index"12633checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12634dependencies = [12635 "strum_macros",12636]1263712638[[package]]12639name = "strum_macros"12640version = "0.24.3"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12643dependencies = [12644 "heck",12645 "proc-macro2",12646 "quote",12647 "rustversion",12648 "syn 1.0.109",12649]1265012651[[package]]12652name = "stun"12653version = "0.4.4"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"12656dependencies = [12657 "base64 0.13.1",12658 "crc",12659 "lazy_static",12660 "md-5",12661 "rand 0.8.5",12662 "ring",12663 "subtle",12664 "thiserror",12665 "tokio",12666 "url",12667 "webrtc-util",12668]1266912670[[package]]12671name = "substrate-bip39"12672version = "0.4.4"12673source = "registry+https://github.com/rust-lang/crates.io-index"12674checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12675dependencies = [12676 "hmac 0.11.0",12677 "pbkdf2 0.8.0",12678 "schnorrkel",12679 "sha2 0.9.9",12680 "zeroize",12681]1268212683[[package]]12684name = "substrate-build-script-utils"12685version = "3.0.0"12686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12687dependencies = [12688 "platforms 2.0.0",12689]1269012691[[package]]12692name = "substrate-frame-rpc-system"12693version = "4.0.0-dev"12694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12695dependencies = [12696 "frame-system-rpc-runtime-api",12697 "futures",12698 "jsonrpsee",12699 "log",12700 "parity-scale-codec",12701 "sc-rpc-api",12702 "sc-transaction-pool-api",12703 "sp-api",12704 "sp-block-builder",12705 "sp-blockchain",12706 "sp-core",12707 "sp-runtime",12708]1270912710[[package]]12711name = "substrate-prometheus-endpoint"12712version = "0.10.0-dev"12713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12714dependencies = [12715 "hyper",12716 "log",12717 "prometheus",12718 "thiserror",12719 "tokio",12720]1272112722[[package]]12723name = "substrate-rpc-client"12724version = "0.10.0-dev"12725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12726dependencies = [12727 "async-trait",12728 "jsonrpsee",12729 "log",12730 "sc-rpc-api",12731 "serde",12732 "sp-runtime",12733]1273412735[[package]]12736name = "substrate-state-trie-migration-rpc"12737version = "4.0.0-dev"12738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12739dependencies = [12740 "jsonrpsee",12741 "log",12742 "parity-scale-codec",12743 "sc-client-api",12744 "sc-rpc-api",12745 "scale-info",12746 "serde",12747 "sp-core",12748 "sp-runtime",12749 "sp-state-machine",12750 "sp-trie",12751 "trie-db 0.27.1",12752]1275312754[[package]]12755name = "substrate-test-utils"12756version = "4.0.0-dev"12757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12758dependencies = [12759 "futures",12760 "substrate-test-utils-derive",12761 "tokio",12762]1276312764[[package]]12765name = "substrate-test-utils-derive"12766version = "0.10.0-dev"12767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12768dependencies = [12769 "proc-macro-crate",12770 "proc-macro2",12771 "quote",12772 "syn 2.0.16",12773]1277412775[[package]]12776name = "substrate-wasm-builder"12777version = "5.0.0-dev"12778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12779dependencies = [12780 "ansi_term",12781 "build-helper",12782 "cargo_metadata",12783 "filetime",12784 "sp-maybe-compressed-blob",12785 "strum",12786 "tempfile",12787 "toml 0.7.4",12788 "walkdir",12789 "wasm-opt",12790]1279112792[[package]]12793name = "substring"12794version = "1.4.5"12795source = "registry+https://github.com/rust-lang/crates.io-index"12796checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"12797dependencies = [12798 "autocfg",12799]1280012801[[package]]12802name = "subtle"12803version = "2.4.1"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1280612807[[package]]12808name = "syn"12809version = "1.0.109"12810source = "registry+https://github.com/rust-lang/crates.io-index"12811checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"12812dependencies = [12813 "proc-macro2",12814 "quote",12815 "unicode-ident",12816]1281712818[[package]]12819name = "syn"12820version = "2.0.16"12821source = "registry+https://github.com/rust-lang/crates.io-index"12822checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"12823dependencies = [12824 "proc-macro2",12825 "quote",12826 "unicode-ident",12827]1282812829[[package]]12830name = "synstructure"12831version = "0.12.6"12832source = "registry+https://github.com/rust-lang/crates.io-index"12833checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12834dependencies = [12835 "proc-macro2",12836 "quote",12837 "syn 1.0.109",12838 "unicode-xid",12839]1284012841[[package]]12842name = "system-configuration"12843version = "0.5.1"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"12846dependencies = [12847 "bitflags",12848 "core-foundation",12849 "system-configuration-sys",12850]1285112852[[package]]12853name = "system-configuration-sys"12854version = "0.5.0"12855source = "registry+https://github.com/rust-lang/crates.io-index"12856checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12857dependencies = [12858 "core-foundation-sys",12859 "libc",12860]1286112862[[package]]12863name = "tap"12864version = "1.0.1"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1286712868[[package]]12869name = "target-lexicon"12870version = "0.12.7"12871source = "registry+https://github.com/rust-lang/crates.io-index"12872checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"1287312874[[package]]12875name = "tempfile"12876version = "3.5.0"12877source = "registry+https://github.com/rust-lang/crates.io-index"12878checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"12879dependencies = [12880 "cfg-if",12881 "fastrand",12882 "redox_syscall 0.3.5",12883 "rustix 0.37.19",12884 "windows-sys 0.45.0",12885]1288612887[[package]]12888name = "termcolor"12889version = "1.2.0"12890source = "registry+https://github.com/rust-lang/crates.io-index"12891checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12892dependencies = [12893 "winapi-util",12894]1289512896[[package]]12897name = "termtree"12898version = "0.4.1"12899source = "registry+https://github.com/rust-lang/crates.io-index"12900checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1290112902[[package]]12903name = "tests"12904version = "0.1.1"12905dependencies = [12906 "evm-coder",12907 "frame-support",12908 "frame-system",12909 "pallet-balances",12910 "pallet-common",12911 "pallet-configuration",12912 "pallet-ethereum",12913 "pallet-evm",12914 "pallet-evm-coder-substrate",12915 "pallet-fungible",12916 "pallet-nonfungible",12917 "pallet-refungible",12918 "pallet-structure",12919 "pallet-timestamp",12920 "pallet-transaction-payment",12921 "pallet-unique",12922 "pallet-xcm",12923 "parity-scale-codec",12924 "scale-info",12925 "sp-core",12926 "sp-io",12927 "sp-runtime",12928 "sp-std",12929 "up-data-structs",12930 "up-sponsorship",12931 "xcm",12932]1293312934[[package]]12935name = "thiserror"12936version = "1.0.40"12937source = "registry+https://github.com/rust-lang/crates.io-index"12938checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"12939dependencies = [12940 "thiserror-impl",12941]1294212943[[package]]12944name = "thiserror-impl"12945version = "1.0.40"12946source = "registry+https://github.com/rust-lang/crates.io-index"12947checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"12948dependencies = [12949 "proc-macro2",12950 "quote",12951 "syn 2.0.16",12952]1295312954[[package]]12955name = "thousands"12956version = "0.2.0"12957source = "registry+https://github.com/rust-lang/crates.io-index"12958checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1295912960[[package]]12961name = "thread_local"12962version = "1.1.7"12963source = "registry+https://github.com/rust-lang/crates.io-index"12964checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"12965dependencies = [12966 "cfg-if",12967 "once_cell",12968]1296912970[[package]]12971name = "threadpool"12972version = "1.8.1"12973source = "registry+https://github.com/rust-lang/crates.io-index"12974checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12975dependencies = [12976 "num_cpus",12977]1297812979[[package]]12980name = "thrift"12981version = "0.15.0"12982source = "registry+https://github.com/rust-lang/crates.io-index"12983checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12984dependencies = [12985 "byteorder",12986 "integer-encoding",12987 "log",12988 "ordered-float",12989 "threadpool",12990]1299112992[[package]]12993name = "tikv-jemalloc-ctl"12994version = "0.5.0"12995source = "registry+https://github.com/rust-lang/crates.io-index"12996checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"12997dependencies = [12998 "libc",12999 "paste",13000 "tikv-jemalloc-sys",13001]1300213003[[package]]13004name = "tikv-jemalloc-sys"13005version = "0.5.3+5.3.0-patched"13006source = "registry+https://github.com/rust-lang/crates.io-index"13007checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"13008dependencies = [13009 "cc",13010 "libc",13011]1301213013[[package]]13014name = "time"13015version = "0.1.45"13016source = "registry+https://github.com/rust-lang/crates.io-index"13017checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"13018dependencies = [13019 "libc",13020 "wasi 0.10.0+wasi-snapshot-preview1",13021 "winapi",13022]1302313024[[package]]13025name = "time"13026version = "0.3.21"13027source = "registry+https://github.com/rust-lang/crates.io-index"13028checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"13029dependencies = [13030 "itoa",13031 "serde",13032 "time-core",13033 "time-macros",13034]1303513036[[package]]13037name = "time-core"13038version = "0.1.1"13039source = "registry+https://github.com/rust-lang/crates.io-index"13040checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"1304113042[[package]]13043name = "time-macros"13044version = "0.2.9"13045source = "registry+https://github.com/rust-lang/crates.io-index"13046checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"13047dependencies = [13048 "time-core",13049]1305013051[[package]]13052name = "tiny-bip39"13053version = "1.0.0"13054source = "registry+https://github.com/rust-lang/crates.io-index"13055checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"13056dependencies = [13057 "anyhow",13058 "hmac 0.12.1",13059 "once_cell",13060 "pbkdf2 0.11.0",13061 "rand 0.8.5",13062 "rustc-hash",13063 "sha2 0.10.6",13064 "thiserror",13065 "unicode-normalization",13066 "wasm-bindgen",13067 "zeroize",13068]1306913070[[package]]13071name = "tiny-keccak"13072version = "2.0.2"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"13075dependencies = [13076 "crunchy",13077]1307813079[[package]]13080name = "tinytemplate"13081version = "1.2.1"13082source = "registry+https://github.com/rust-lang/crates.io-index"13083checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"13084dependencies = [13085 "serde",13086 "serde_json",13087]1308813089[[package]]13090name = "tinyvec"13091version = "1.6.0"13092source = "registry+https://github.com/rust-lang/crates.io-index"13093checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"13094dependencies = [13095 "tinyvec_macros",13096]1309713098[[package]]13099name = "tinyvec_macros"13100version = "0.1.1"13101source = "registry+https://github.com/rust-lang/crates.io-index"13102checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1310313104[[package]]13105name = "tokio"13106version = "1.28.1"13107source = "registry+https://github.com/rust-lang/crates.io-index"13108checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"13109dependencies = [13110 "autocfg",13111 "bytes",13112 "libc",13113 "mio",13114 "num_cpus",13115 "parking_lot 0.12.1",13116 "pin-project-lite 0.2.9",13117 "signal-hook-registry",13118 "socket2",13119 "tokio-macros",13120 "windows-sys 0.48.0",13121]1312213123[[package]]13124name = "tokio-macros"13125version = "2.1.0"13126source = "registry+https://github.com/rust-lang/crates.io-index"13127checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"13128dependencies = [13129 "proc-macro2",13130 "quote",13131 "syn 2.0.16",13132]1313313134[[package]]13135name = "tokio-rustls"13136version = "0.23.4"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"13139dependencies = [13140 "rustls 0.20.8",13141 "tokio",13142 "webpki 0.22.0",13143]1314413145[[package]]13146name = "tokio-stream"13147version = "0.1.14"13148source = "registry+https://github.com/rust-lang/crates.io-index"13149checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"13150dependencies = [13151 "futures-core",13152 "pin-project-lite 0.2.9",13153 "tokio",13154 "tokio-util",13155]1315613157[[package]]13158name = "tokio-util"13159version = "0.7.8"13160source = "registry+https://github.com/rust-lang/crates.io-index"13161checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"13162dependencies = [13163 "bytes",13164 "futures-core",13165 "futures-io",13166 "futures-sink",13167 "pin-project-lite 0.2.9",13168 "tokio",13169 "tracing",13170]1317113172[[package]]13173name = "toml"13174version = "0.5.11"13175source = "registry+https://github.com/rust-lang/crates.io-index"13176checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"13177dependencies = [13178 "serde",13179]1318013181[[package]]13182name = "toml"13183version = "0.7.4"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"13186dependencies = [13187 "serde",13188 "serde_spanned",13189 "toml_datetime",13190 "toml_edit",13191]1319213193[[package]]13194name = "toml_datetime"13195version = "0.6.2"13196source = "registry+https://github.com/rust-lang/crates.io-index"13197checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"13198dependencies = [13199 "serde",13200]1320113202[[package]]13203name = "toml_edit"13204version = "0.19.9"13205source = "registry+https://github.com/rust-lang/crates.io-index"13206checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"13207dependencies = [13208 "indexmap",13209 "serde",13210 "serde_spanned",13211 "toml_datetime",13212 "winnow",13213]1321413215[[package]]13216name = "tower"13217version = "0.4.13"13218source = "registry+https://github.com/rust-lang/crates.io-index"13219checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"13220dependencies = [13221 "tower-layer",13222 "tower-service",13223 "tracing",13224]1322513226[[package]]13227name = "tower-http"13228version = "0.3.5"13229source = "registry+https://github.com/rust-lang/crates.io-index"13230checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"13231dependencies = [13232 "bitflags",13233 "bytes",13234 "futures-core",13235 "futures-util",13236 "http",13237 "http-body",13238 "http-range-header",13239 "pin-project-lite 0.2.9",13240 "tower-layer",13241 "tower-service",13242]1324313244[[package]]13245name = "tower-layer"13246version = "0.3.2"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1324913250[[package]]13251name = "tower-service"13252version = "0.3.2"13253source = "registry+https://github.com/rust-lang/crates.io-index"13254checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1325513256[[package]]13257name = "tracing"13258version = "0.1.37"13259source = "registry+https://github.com/rust-lang/crates.io-index"13260checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"13261dependencies = [13262 "cfg-if",13263 "log",13264 "pin-project-lite 0.2.9",13265 "tracing-attributes",13266 "tracing-core",13267]1326813269[[package]]13270name = "tracing-attributes"13271version = "0.1.24"13272source = "registry+https://github.com/rust-lang/crates.io-index"13273checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"13274dependencies = [13275 "proc-macro2",13276 "quote",13277 "syn 2.0.16",13278]1327913280[[package]]13281name = "tracing-core"13282version = "0.1.31"13283source = "registry+https://github.com/rust-lang/crates.io-index"13284checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"13285dependencies = [13286 "once_cell",13287 "valuable",13288]1328913290[[package]]13291name = "tracing-futures"13292version = "0.2.5"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"13295dependencies = [13296 "pin-project",13297 "tracing",13298]1329913300[[package]]13301name = "tracing-gum"13302version = "0.9.42"13303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13304dependencies = [13305 "polkadot-node-jaeger",13306 "polkadot-primitives",13307 "tracing",13308 "tracing-gum-proc-macro",13309]1331013311[[package]]13312name = "tracing-gum-proc-macro"13313version = "0.9.42"13314source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13315dependencies = [13316 "expander 2.0.0",13317 "proc-macro-crate",13318 "proc-macro2",13319 "quote",13320 "syn 2.0.16",13321]1332213323[[package]]13324name = "tracing-log"13325version = "0.1.3"13326source = "registry+https://github.com/rust-lang/crates.io-index"13327checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"13328dependencies = [13329 "lazy_static",13330 "log",13331 "tracing-core",13332]1333313334[[package]]13335name = "tracing-serde"13336version = "0.1.3"13337source = "registry+https://github.com/rust-lang/crates.io-index"13338checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"13339dependencies = [13340 "serde",13341 "tracing-core",13342]1334313344[[package]]13345name = "tracing-subscriber"13346version = "0.2.25"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"13349dependencies = [13350 "ansi_term",13351 "chrono",13352 "lazy_static",13353 "matchers",13354 "parking_lot 0.11.2",13355 "regex",13356 "serde",13357 "serde_json",13358 "sharded-slab",13359 "smallvec",13360 "thread_local",13361 "tracing",13362 "tracing-core",13363 "tracing-log",13364 "tracing-serde",13365]1336613367[[package]]13368name = "trie-db"13369version = "0.24.0"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"13372dependencies = [13373 "hash-db 0.15.2",13374 "hashbrown 0.12.3",13375 "log",13376 "smallvec",13377]1337813379[[package]]13380name = "trie-db"13381version = "0.27.1"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"13384dependencies = [13385 "hash-db 0.16.0",13386 "hashbrown 0.13.2",13387 "log",13388 "rustc-hex",13389 "smallvec",13390]1339113392[[package]]13393name = "trie-root"13394version = "0.18.0"13395source = "registry+https://github.com/rust-lang/crates.io-index"13396checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"13397dependencies = [13398 "hash-db 0.16.0",13399]1340013401[[package]]13402name = "triehash"13403version = "0.8.4"13404source = "registry+https://github.com/rust-lang/crates.io-index"13405checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"13406dependencies = [13407 "hash-db 0.15.2",13408 "rlp",13409]1341013411[[package]]13412name = "trust-dns-proto"13413version = "0.22.0"13414source = "registry+https://github.com/rust-lang/crates.io-index"13415checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"13416dependencies = [13417 "async-trait",13418 "cfg-if",13419 "data-encoding",13420 "enum-as-inner",13421 "futures-channel",13422 "futures-io",13423 "futures-util",13424 "idna 0.2.3",13425 "ipnet",13426 "lazy_static",13427 "rand 0.8.5",13428 "smallvec",13429 "socket2",13430 "thiserror",13431 "tinyvec",13432 "tokio",13433 "tracing",13434 "url",13435]1343613437[[package]]13438name = "trust-dns-resolver"13439version = "0.22.0"13440source = "registry+https://github.com/rust-lang/crates.io-index"13441checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"13442dependencies = [13443 "cfg-if",13444 "futures-util",13445 "ipconfig",13446 "lazy_static",13447 "lru-cache",13448 "parking_lot 0.12.1",13449 "resolv-conf",13450 "smallvec",13451 "thiserror",13452 "tokio",13453 "tracing",13454 "trust-dns-proto",13455]1345613457[[package]]13458name = "try-lock"13459version = "0.2.4"13460source = "registry+https://github.com/rust-lang/crates.io-index"13461checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1346213463[[package]]13464name = "try-runtime-cli"13465version = "0.10.0-dev"13466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"13467dependencies = [13468 "async-trait",13469 "clap",13470 "frame-remote-externalities",13471 "frame-try-runtime",13472 "hex",13473 "log",13474 "parity-scale-codec",13475 "sc-cli",13476 "sc-executor",13477 "sc-service",13478 "serde",13479 "serde_json",13480 "sp-api",13481 "sp-consensus-aura",13482 "sp-consensus-babe",13483 "sp-core",13484 "sp-debug-derive",13485 "sp-externalities",13486 "sp-inherents",13487 "sp-io",13488 "sp-keystore",13489 "sp-rpc",13490 "sp-runtime",13491 "sp-state-machine",13492 "sp-timestamp",13493 "sp-transaction-storage-proof",13494 "sp-version",13495 "sp-weights",13496 "substrate-rpc-client",13497 "zstd 0.12.3+zstd.1.5.2",13498]1349913500[[package]]13501name = "tt-call"13502version = "1.0.9"13503source = "registry+https://github.com/rust-lang/crates.io-index"13504checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1350513506[[package]]13507name = "turn"13508version = "0.6.1"13509source = "registry+https://github.com/rust-lang/crates.io-index"13510checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"13511dependencies = [13512 "async-trait",13513 "base64 0.13.1",13514 "futures",13515 "log",13516 "md-5",13517 "rand 0.8.5",13518 "ring",13519 "stun",13520 "thiserror",13521 "tokio",13522 "webrtc-util",13523]1352413525[[package]]13526name = "twox-hash"13527version = "1.6.3"13528source = "registry+https://github.com/rust-lang/crates.io-index"13529checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13530dependencies = [13531 "cfg-if",13532 "digest 0.10.7",13533 "rand 0.8.5",13534 "static_assertions",13535]1353613537[[package]]13538name = "typenum"13539version = "1.16.0"13540source = "registry+https://github.com/rust-lang/crates.io-index"13541checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1354213543[[package]]13544name = "uc-rpc"13545version = "0.1.4"13546dependencies = [13547 "anyhow",13548 "app-promotion-rpc",13549 "frame-benchmarking",13550 "hex-literal",13551 "jsonrpsee",13552 "opal-runtime",13553 "pallet-evm",13554 "parity-scale-codec",13555 "quartz-runtime",13556 "sc-client-api",13557 "sc-executor",13558 "sc-rpc-api",13559 "sc-service",13560 "sp-api",13561 "sp-blockchain",13562 "sp-core",13563 "sp-externalities",13564 "sp-keystore",13565 "sp-runtime",13566 "sp-state-machine",13567 "sp-trie",13568 "trie-db 0.24.0",13569 "unique-runtime",13570 "up-common",13571 "up-data-structs",13572 "up-pov-estimate-rpc",13573 "up-rpc",13574 "zstd 0.11.2+zstd.1.5.2",13575]1357613577[[package]]13578name = "ucd-trie"13579version = "0.1.5"13580source = "registry+https://github.com/rust-lang/crates.io-index"13581checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1358213583[[package]]13584name = "uint"13585version = "0.9.5"13586source = "registry+https://github.com/rust-lang/crates.io-index"13587checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"13588dependencies = [13589 "byteorder",13590 "crunchy",13591 "hex",13592 "static_assertions",13593]1359413595[[package]]13596name = "unicode-bidi"13597version = "0.3.13"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1360013601[[package]]13602name = "unicode-ident"13603version = "1.0.8"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"1360613607[[package]]13608name = "unicode-normalization"13609version = "0.1.22"13610source = "registry+https://github.com/rust-lang/crates.io-index"13611checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"13612dependencies = [13613 "tinyvec",13614]1361513616[[package]]13617name = "unicode-width"13618version = "0.1.10"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1362113622[[package]]13623name = "unicode-xid"13624version = "0.2.4"13625source = "registry+https://github.com/rust-lang/crates.io-index"13626checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1362713628[[package]]13629name = "unique-node"13630version = "0.9.41"13631dependencies = [13632 "app-promotion-rpc",13633 "clap",13634 "cumulus-client-cli",13635 "cumulus-client-consensus-aura",13636 "cumulus-client-consensus-common",13637 "cumulus-client-network",13638 "cumulus-client-service",13639 "cumulus-primitives-core",13640 "cumulus-primitives-parachain-inherent",13641 "cumulus-relay-chain-inprocess-interface",13642 "cumulus-relay-chain-interface",13643 "cumulus-relay-chain-minimal-node",13644 "fc-consensus",13645 "fc-db",13646 "fc-mapping-sync",13647 "fc-rpc",13648 "fc-rpc-core",13649 "fp-rpc",13650 "frame-benchmarking",13651 "frame-benchmarking-cli",13652 "futures",13653 "log",13654 "opal-runtime",13655 "pallet-transaction-payment-rpc-runtime-api",13656 "parity-scale-codec",13657 "polkadot-cli",13658 "polkadot-primitives",13659 "polkadot-service",13660 "quartz-runtime",13661 "sc-basic-authorship",13662 "sc-chain-spec",13663 "sc-cli",13664 "sc-client-api",13665 "sc-consensus",13666 "sc-consensus-manual-seal",13667 "sc-executor",13668 "sc-network",13669 "sc-network-sync",13670 "sc-service",13671 "sc-sysinfo",13672 "sc-telemetry",13673 "sc-tracing",13674 "sc-transaction-pool",13675 "serde",13676 "serde_json",13677 "sp-api",13678 "sp-block-builder",13679 "sp-blockchain",13680 "sp-consensus-aura",13681 "sp-core",13682 "sp-io",13683 "sp-keystore",13684 "sp-offchain",13685 "sp-runtime",13686 "sp-session",13687 "sp-timestamp",13688 "sp-transaction-pool",13689 "substrate-build-script-utils",13690 "substrate-frame-rpc-system",13691 "substrate-prometheus-endpoint",13692 "tokio",13693 "try-runtime-cli",13694 "uc-rpc",13695 "unique-rpc",13696 "unique-runtime",13697 "up-common",13698 "up-data-structs",13699 "up-pov-estimate-rpc",13700 "up-rpc",13701]1370213703[[package]]13704name = "unique-rpc"13705version = "0.1.2"13706dependencies = [13707 "app-promotion-rpc",13708 "fc-db",13709 "fc-mapping-sync",13710 "fc-rpc",13711 "fc-rpc-core",13712 "fp-rpc",13713 "fp-storage",13714 "jsonrpsee",13715 "pallet-transaction-payment-rpc",13716 "sc-client-api",13717 "sc-consensus-grandpa",13718 "sc-network",13719 "sc-network-sync",13720 "sc-rpc",13721 "sc-rpc-api",13722 "sc-service",13723 "sc-transaction-pool",13724 "serde",13725 "sp-api",13726 "sp-block-builder",13727 "sp-blockchain",13728 "sp-runtime",13729 "substrate-frame-rpc-system",13730 "uc-rpc",13731 "up-common",13732 "up-data-structs",13733 "up-pov-estimate-rpc",13734 "up-rpc",13735]1373613737[[package]]13738name = "unique-runtime"13739version = "0.9.41"13740dependencies = [13741 "app-promotion-rpc",13742 "cumulus-pallet-aura-ext",13743 "cumulus-pallet-dmp-queue",13744 "cumulus-pallet-parachain-system",13745 "cumulus-pallet-xcm",13746 "cumulus-pallet-xcmp-queue",13747 "cumulus-primitives-core",13748 "cumulus-primitives-timestamp",13749 "cumulus-primitives-utility",13750 "derivative",13751 "evm-coder",13752 "fp-evm",13753 "fp-rpc",13754 "fp-self-contained",13755 "frame-benchmarking",13756 "frame-executive",13757 "frame-support",13758 "frame-system",13759 "frame-system-benchmarking",13760 "frame-system-rpc-runtime-api",13761 "frame-try-runtime",13762 "hex-literal",13763 "impl-trait-for-tuples",13764 "log",13765 "num_enum",13766 "orml-tokens",13767 "orml-traits",13768 "orml-vesting",13769 "orml-xcm-support",13770 "orml-xtokens",13771 "pallet-app-promotion",13772 "pallet-aura",13773 "pallet-authorship",13774 "pallet-balances",13775 "pallet-base-fee",13776 "pallet-collator-selection",13777 "pallet-common",13778 "pallet-configuration",13779 "pallet-ethereum",13780 "pallet-evm",13781 "pallet-evm-coder-substrate",13782 "pallet-evm-contract-helpers",13783 "pallet-evm-migration",13784 "pallet-evm-precompile-simple",13785 "pallet-evm-transaction-payment",13786 "pallet-foreign-assets",13787 "pallet-fungible",13788 "pallet-identity 4.0.0-dev",13789 "pallet-inflation",13790 "pallet-maintenance",13791 "pallet-nonfungible",13792 "pallet-preimage",13793 "pallet-refungible",13794 "pallet-session",13795 "pallet-structure",13796 "pallet-sudo",13797 "pallet-template-transaction-payment",13798 "pallet-test-utils",13799 "pallet-timestamp",13800 "pallet-transaction-payment",13801 "pallet-transaction-payment-rpc-runtime-api",13802 "pallet-treasury",13803 "pallet-unique",13804 "pallet-xcm",13805 "parachain-info",13806 "parity-scale-codec",13807 "polkadot-parachain",13808 "precompile-utils-macro",13809 "scale-info",13810 "serde",13811 "smallvec",13812 "sp-api",13813 "sp-arithmetic",13814 "sp-block-builder",13815 "sp-consensus-aura",13816 "sp-core",13817 "sp-inherents",13818 "sp-io",13819 "sp-offchain",13820 "sp-runtime",13821 "sp-session",13822 "sp-std",13823 "sp-transaction-pool",13824 "sp-version",13825 "substrate-wasm-builder",13826 "up-common",13827 "up-data-structs",13828 "up-pov-estimate-rpc",13829 "up-rpc",13830 "up-sponsorship",13831 "xcm",13832 "xcm-builder",13833 "xcm-executor",13834]1383513836[[package]]13837name = "universal-hash"13838version = "0.4.1"13839source = "registry+https://github.com/rust-lang/crates.io-index"13840checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13841dependencies = [13842 "generic-array 0.14.7",13843 "subtle",13844]1384513846[[package]]13847name = "universal-hash"13848version = "0.5.1"13849source = "registry+https://github.com/rust-lang/crates.io-index"13850checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"13851dependencies = [13852 "crypto-common",13853 "subtle",13854]1385513856[[package]]13857name = "unsigned-varint"13858version = "0.7.1"13859source = "registry+https://github.com/rust-lang/crates.io-index"13860checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13861dependencies = [13862 "asynchronous-codec",13863 "bytes",13864 "futures-io",13865 "futures-util",13866]1386713868[[package]]13869name = "untrusted"13870version = "0.7.1"13871source = "registry+https://github.com/rust-lang/crates.io-index"13872checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1387313874[[package]]13875name = "up-common"13876version = "0.9.41"13877dependencies = [13878 "cumulus-primitives-core",13879 "fp-rpc",13880 "frame-support",13881 "pallet-evm",13882 "sp-consensus-aura",13883 "sp-core",13884 "sp-runtime",13885 "sp-std",13886]1388713888[[package]]13889name = "up-data-structs"13890version = "0.2.2"13891dependencies = [13892 "bondrewd",13893 "derivative",13894 "frame-support",13895 "pallet-evm",13896 "parity-scale-codec",13897 "scale-info",13898 "serde",13899 "sp-core",13900 "sp-runtime",13901 "sp-std",13902 "struct-versioning",13903]1390413905[[package]]13906name = "up-pov-estimate-rpc"13907version = "0.1.0"13908dependencies = [13909 "parity-scale-codec",13910 "scale-info",13911 "serde",13912 "sp-api",13913 "sp-core",13914 "sp-runtime",13915 "sp-std",13916]1391713918[[package]]13919name = "up-rpc"13920version = "0.1.3"13921dependencies = [13922 "pallet-common",13923 "pallet-evm",13924 "parity-scale-codec",13925 "sp-api",13926 "sp-core",13927 "sp-runtime",13928 "sp-std",13929 "up-data-structs",13930]1393113932[[package]]13933name = "up-sponsorship"13934version = "0.1.0"13935source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"13936dependencies = [13937 "impl-trait-for-tuples",13938]1393913940[[package]]13941name = "url"13942version = "2.3.1"13943source = "registry+https://github.com/rust-lang/crates.io-index"13944checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13945dependencies = [13946 "form_urlencoded",13947 "idna 0.3.0",13948 "percent-encoding",13949]1395013951[[package]]13952name = "utf8parse"13953version = "0.2.1"13954source = "registry+https://github.com/rust-lang/crates.io-index"13955checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1395613957[[package]]13958name = "uuid"13959version = "1.3.3"13960source = "registry+https://github.com/rust-lang/crates.io-index"13961checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"13962dependencies = [13963 "getrandom 0.2.9",13964]1396513966[[package]]13967name = "valuable"13968version = "0.1.0"13969source = "registry+https://github.com/rust-lang/crates.io-index"13970checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1397113972[[package]]13973name = "vcpkg"13974version = "0.2.15"13975source = "registry+https://github.com/rust-lang/crates.io-index"13976checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1397713978[[package]]13979name = "version_check"13980version = "0.9.4"13981source = "registry+https://github.com/rust-lang/crates.io-index"13982checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1398313984[[package]]13985name = "void"13986version = "1.0.2"13987source = "registry+https://github.com/rust-lang/crates.io-index"13988checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1398913990[[package]]13991name = "waitgroup"13992version = "0.1.2"13993source = "registry+https://github.com/rust-lang/crates.io-index"13994checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"13995dependencies = [13996 "atomic-waker",13997]1399813999[[package]]14000name = "waker-fn"14001version = "1.1.0"14002source = "registry+https://github.com/rust-lang/crates.io-index"14003checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1400414005[[package]]14006name = "walkdir"14007version = "2.3.3"14008source = "registry+https://github.com/rust-lang/crates.io-index"14009checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"14010dependencies = [14011 "same-file",14012 "winapi-util",14013]1401414015[[package]]14016name = "want"14017version = "0.3.0"14018source = "registry+https://github.com/rust-lang/crates.io-index"14019checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"14020dependencies = [14021 "log",14022 "try-lock",14023]1402414025[[package]]14026name = "wasi"14027version = "0.9.0+wasi-snapshot-preview1"14028source = "registry+https://github.com/rust-lang/crates.io-index"14029checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1403014031[[package]]14032name = "wasi"14033version = "0.10.0+wasi-snapshot-preview1"14034source = "registry+https://github.com/rust-lang/crates.io-index"14035checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1403614037[[package]]14038name = "wasi"14039version = "0.11.0+wasi-snapshot-preview1"14040source = "registry+https://github.com/rust-lang/crates.io-index"14041checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1404214043[[package]]14044name = "wasm-bindgen"14045version = "0.2.86"14046source = "registry+https://github.com/rust-lang/crates.io-index"14047checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"14048dependencies = [14049 "cfg-if",14050 "wasm-bindgen-macro",14051]1405214053[[package]]14054name = "wasm-bindgen-backend"14055version = "0.2.86"14056source = "registry+https://github.com/rust-lang/crates.io-index"14057checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"14058dependencies = [14059 "bumpalo",14060 "log",14061 "once_cell",14062 "proc-macro2",14063 "quote",14064 "syn 2.0.16",14065 "wasm-bindgen-shared",14066]1406714068[[package]]14069name = "wasm-bindgen-futures"14070version = "0.4.36"14071source = "registry+https://github.com/rust-lang/crates.io-index"14072checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"14073dependencies = [14074 "cfg-if",14075 "js-sys",14076 "wasm-bindgen",14077 "web-sys",14078]1407914080[[package]]14081name = "wasm-bindgen-macro"14082version = "0.2.86"14083source = "registry+https://github.com/rust-lang/crates.io-index"14084checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"14085dependencies = [14086 "quote",14087 "wasm-bindgen-macro-support",14088]1408914090[[package]]14091name = "wasm-bindgen-macro-support"14092version = "0.2.86"14093source = "registry+https://github.com/rust-lang/crates.io-index"14094checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"14095dependencies = [14096 "proc-macro2",14097 "quote",14098 "syn 2.0.16",14099 "wasm-bindgen-backend",14100 "wasm-bindgen-shared",14101]1410214103[[package]]14104name = "wasm-bindgen-shared"14105version = "0.2.86"14106source = "registry+https://github.com/rust-lang/crates.io-index"14107checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"1410814109[[package]]14110name = "wasm-instrument"14111version = "0.3.0"14112source = "registry+https://github.com/rust-lang/crates.io-index"14113checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"14114dependencies = [14115 "parity-wasm",14116]1411714118[[package]]14119name = "wasm-opt"14120version = "0.111.0"14121source = "registry+https://github.com/rust-lang/crates.io-index"14122checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"14123dependencies = [14124 "anyhow",14125 "libc",14126 "strum",14127 "strum_macros",14128 "tempfile",14129 "thiserror",14130 "wasm-opt-cxx-sys",14131 "wasm-opt-sys",14132]1413314134[[package]]14135name = "wasm-opt-cxx-sys"14136version = "0.111.0"14137source = "registry+https://github.com/rust-lang/crates.io-index"14138checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"14139dependencies = [14140 "anyhow",14141 "cxx",14142 "cxx-build",14143 "wasm-opt-sys",14144]1414514146[[package]]14147name = "wasm-opt-sys"14148version = "0.111.0"14149source = "registry+https://github.com/rust-lang/crates.io-index"14150checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"14151dependencies = [14152 "anyhow",14153 "cc",14154 "cxx",14155 "cxx-build",14156 "regex",14157]1415814159[[package]]14160name = "wasm-timer"14161version = "0.2.5"14162source = "registry+https://github.com/rust-lang/crates.io-index"14163checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"14164dependencies = [14165 "futures",14166 "js-sys",14167 "parking_lot 0.11.2",14168 "pin-utils",14169 "wasm-bindgen",14170 "wasm-bindgen-futures",14171 "web-sys",14172]1417314174[[package]]14175name = "wasmi"14176version = "0.13.2"14177source = "registry+https://github.com/rust-lang/crates.io-index"14178checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"14179dependencies = [14180 "parity-wasm",14181 "wasmi-validation",14182 "wasmi_core",14183]1418414185[[package]]14186name = "wasmi-validation"14187version = "0.5.0"14188source = "registry+https://github.com/rust-lang/crates.io-index"14189checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"14190dependencies = [14191 "parity-wasm",14192]1419314194[[package]]14195name = "wasmi_core"14196version = "0.2.1"14197source = "registry+https://github.com/rust-lang/crates.io-index"14198checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"14199dependencies = [14200 "downcast-rs",14201 "libm 0.2.7",14202 "memory_units",14203 "num-rational",14204 "num-traits",14205 "region",14206]1420714208[[package]]14209name = "wasmparser"14210version = "0.100.0"14211source = "registry+https://github.com/rust-lang/crates.io-index"14212checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"14213dependencies = [14214 "indexmap",14215 "url",14216]1421714218[[package]]14219name = "wasmtime"14220version = "6.0.2"14221source = "registry+https://github.com/rust-lang/crates.io-index"14222checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"14223dependencies = [14224 "anyhow",14225 "bincode",14226 "cfg-if",14227 "indexmap",14228 "libc",14229 "log",14230 "object 0.29.0",14231 "once_cell",14232 "paste",14233 "psm",14234 "rayon",14235 "serde",14236 "target-lexicon",14237 "wasmparser",14238 "wasmtime-cache",14239 "wasmtime-cranelift",14240 "wasmtime-environ",14241 "wasmtime-jit",14242 "wasmtime-runtime",14243 "windows-sys 0.42.0",14244]1424514246[[package]]14247name = "wasmtime-asm-macros"14248version = "6.0.2"14249source = "registry+https://github.com/rust-lang/crates.io-index"14250checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"14251dependencies = [14252 "cfg-if",14253]1425414255[[package]]14256name = "wasmtime-cache"14257version = "6.0.2"14258source = "registry+https://github.com/rust-lang/crates.io-index"14259checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"14260dependencies = [14261 "anyhow",14262 "base64 0.13.1",14263 "bincode",14264 "directories-next",14265 "file-per-thread-logger",14266 "log",14267 "rustix 0.36.14",14268 "serde",14269 "sha2 0.10.6",14270 "toml 0.5.11",14271 "windows-sys 0.42.0",14272 "zstd 0.11.2+zstd.1.5.2",14273]1427414275[[package]]14276name = "wasmtime-cranelift"14277version = "6.0.2"14278source = "registry+https://github.com/rust-lang/crates.io-index"14279checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"14280dependencies = [14281 "anyhow",14282 "cranelift-codegen",14283 "cranelift-entity",14284 "cranelift-frontend",14285 "cranelift-native",14286 "cranelift-wasm",14287 "gimli 0.26.2",14288 "log",14289 "object 0.29.0",14290 "target-lexicon",14291 "thiserror",14292 "wasmparser",14293 "wasmtime-environ",14294]1429514296[[package]]14297name = "wasmtime-environ"14298version = "6.0.2"14299source = "registry+https://github.com/rust-lang/crates.io-index"14300checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"14301dependencies = [14302 "anyhow",14303 "cranelift-entity",14304 "gimli 0.26.2",14305 "indexmap",14306 "log",14307 "object 0.29.0",14308 "serde",14309 "target-lexicon",14310 "thiserror",14311 "wasmparser",14312 "wasmtime-types",14313]1431414315[[package]]14316name = "wasmtime-jit"14317version = "6.0.2"14318source = "registry+https://github.com/rust-lang/crates.io-index"14319checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"14320dependencies = [14321 "addr2line 0.17.0",14322 "anyhow",14323 "bincode",14324 "cfg-if",14325 "cpp_demangle",14326 "gimli 0.26.2",14327 "log",14328 "object 0.29.0",14329 "rustc-demangle",14330 "serde",14331 "target-lexicon",14332 "wasmtime-environ",14333 "wasmtime-jit-debug",14334 "wasmtime-jit-icache-coherence",14335 "wasmtime-runtime",14336 "windows-sys 0.42.0",14337]1433814339[[package]]14340name = "wasmtime-jit-debug"14341version = "6.0.2"14342source = "registry+https://github.com/rust-lang/crates.io-index"14343checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"14344dependencies = [14345 "object 0.29.0",14346 "once_cell",14347 "rustix 0.36.14",14348]1434914350[[package]]14351name = "wasmtime-jit-icache-coherence"14352version = "6.0.2"14353source = "registry+https://github.com/rust-lang/crates.io-index"14354checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"14355dependencies = [14356 "cfg-if",14357 "libc",14358 "windows-sys 0.42.0",14359]1436014361[[package]]14362name = "wasmtime-runtime"14363version = "6.0.2"14364source = "registry+https://github.com/rust-lang/crates.io-index"14365checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"14366dependencies = [14367 "anyhow",14368 "cc",14369 "cfg-if",14370 "indexmap",14371 "libc",14372 "log",14373 "mach",14374 "memfd",14375 "memoffset 0.6.5",14376 "paste",14377 "rand 0.8.5",14378 "rustix 0.36.14",14379 "wasmtime-asm-macros",14380 "wasmtime-environ",14381 "wasmtime-jit-debug",14382 "windows-sys 0.42.0",14383]1438414385[[package]]14386name = "wasmtime-types"14387version = "6.0.2"14388source = "registry+https://github.com/rust-lang/crates.io-index"14389checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"14390dependencies = [14391 "cranelift-entity",14392 "serde",14393 "thiserror",14394 "wasmparser",14395]1439614397[[package]]14398name = "web-sys"14399version = "0.3.63"14400source = "registry+https://github.com/rust-lang/crates.io-index"14401checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"14402dependencies = [14403 "js-sys",14404 "wasm-bindgen",14405]1440614407[[package]]14408name = "webpki"14409version = "0.21.4"14410source = "registry+https://github.com/rust-lang/crates.io-index"14411checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"14412dependencies = [14413 "ring",14414 "untrusted",14415]1441614417[[package]]14418name = "webpki"14419version = "0.22.0"14420source = "registry+https://github.com/rust-lang/crates.io-index"14421checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"14422dependencies = [14423 "ring",14424 "untrusted",14425]1442614427[[package]]14428name = "webpki-roots"14429version = "0.22.6"14430source = "registry+https://github.com/rust-lang/crates.io-index"14431checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"14432dependencies = [14433 "webpki 0.22.0",14434]1443514436[[package]]14437name = "webrtc"14438version = "0.6.0"14439source = "registry+https://github.com/rust-lang/crates.io-index"14440checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"14441dependencies = [14442 "arc-swap",14443 "async-trait",14444 "bytes",14445 "hex",14446 "interceptor",14447 "lazy_static",14448 "log",14449 "rand 0.8.5",14450 "rcgen 0.9.3",14451 "regex",14452 "ring",14453 "rtcp",14454 "rtp",14455 "rustls 0.19.1",14456 "sdp",14457 "serde",14458 "serde_json",14459 "sha2 0.10.6",14460 "stun",14461 "thiserror",14462 "time 0.3.21",14463 "tokio",14464 "turn",14465 "url",14466 "waitgroup",14467 "webrtc-data",14468 "webrtc-dtls",14469 "webrtc-ice",14470 "webrtc-mdns",14471 "webrtc-media",14472 "webrtc-sctp",14473 "webrtc-srtp",14474 "webrtc-util",14475]1447614477[[package]]14478name = "webrtc-data"14479version = "0.6.0"14480source = "registry+https://github.com/rust-lang/crates.io-index"14481checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"14482dependencies = [14483 "bytes",14484 "derive_builder",14485 "log",14486 "thiserror",14487 "tokio",14488 "webrtc-sctp",14489 "webrtc-util",14490]1449114492[[package]]14493name = "webrtc-dtls"14494version = "0.7.1"14495source = "registry+https://github.com/rust-lang/crates.io-index"14496checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05"14497dependencies = [14498 "aes 0.6.0",14499 "aes-gcm 0.10.2",14500 "async-trait",14501 "bincode",14502 "block-modes",14503 "byteorder",14504 "ccm",14505 "curve25519-dalek 3.2.0",14506 "der-parser 8.2.0",14507 "elliptic-curve 0.12.3",14508 "hkdf",14509 "hmac 0.12.1",14510 "log",14511 "oid-registry 0.6.1",14512 "p256",14513 "p384",14514 "rand 0.8.5",14515 "rand_core 0.6.4",14516 "rcgen 0.9.3",14517 "ring",14518 "rustls 0.19.1",14519 "sec1 0.3.0",14520 "serde",14521 "sha1",14522 "sha2 0.10.6",14523 "signature 1.6.4",14524 "subtle",14525 "thiserror",14526 "tokio",14527 "webpki 0.21.4",14528 "webrtc-util",14529 "x25519-dalek 2.0.0-pre.1",14530 "x509-parser 0.13.2",14531]1453214533[[package]]14534name = "webrtc-ice"14535version = "0.9.1"14536source = "registry+https://github.com/rust-lang/crates.io-index"14537checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"14538dependencies = [14539 "arc-swap",14540 "async-trait",14541 "crc",14542 "log",14543 "rand 0.8.5",14544 "serde",14545 "serde_json",14546 "stun",14547 "thiserror",14548 "tokio",14549 "turn",14550 "url",14551 "uuid",14552 "waitgroup",14553 "webrtc-mdns",14554 "webrtc-util",14555]1455614557[[package]]14558name = "webrtc-mdns"14559version = "0.5.2"14560source = "registry+https://github.com/rust-lang/crates.io-index"14561checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"14562dependencies = [14563 "log",14564 "socket2",14565 "thiserror",14566 "tokio",14567 "webrtc-util",14568]1456914570[[package]]14571name = "webrtc-media"14572version = "0.5.1"14573source = "registry+https://github.com/rust-lang/crates.io-index"14574checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"14575dependencies = [14576 "byteorder",14577 "bytes",14578 "rand 0.8.5",14579 "rtp",14580 "thiserror",14581]1458214583[[package]]14584name = "webrtc-sctp"14585version = "0.7.0"14586source = "registry+https://github.com/rust-lang/crates.io-index"14587checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"14588dependencies = [14589 "arc-swap",14590 "async-trait",14591 "bytes",14592 "crc",14593 "log",14594 "rand 0.8.5",14595 "thiserror",14596 "tokio",14597 "webrtc-util",14598]1459914600[[package]]14601name = "webrtc-srtp"14602version = "0.9.1"14603source = "registry+https://github.com/rust-lang/crates.io-index"14604checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"14605dependencies = [14606 "aead 0.4.3",14607 "aes 0.7.5",14608 "aes-gcm 0.9.4",14609 "async-trait",14610 "byteorder",14611 "bytes",14612 "ctr 0.8.0",14613 "hmac 0.11.0",14614 "log",14615 "rtcp",14616 "rtp",14617 "sha-1",14618 "subtle",14619 "thiserror",14620 "tokio",14621 "webrtc-util",14622]1462314624[[package]]14625name = "webrtc-util"14626version = "0.7.0"14627source = "registry+https://github.com/rust-lang/crates.io-index"14628checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"14629dependencies = [14630 "async-trait",14631 "bitflags",14632 "bytes",14633 "cc",14634 "ipnet",14635 "lazy_static",14636 "libc",14637 "log",14638 "nix",14639 "rand 0.8.5",14640 "thiserror",14641 "tokio",14642 "winapi",14643]1464414645[[package]]14646name = "westend-runtime"14647version = "0.9.42"14648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14649dependencies = [14650 "bitvec",14651 "frame-benchmarking",14652 "frame-election-provider-support",14653 "frame-executive",14654 "frame-support",14655 "frame-system",14656 "frame-system-benchmarking",14657 "frame-system-rpc-runtime-api",14658 "frame-try-runtime",14659 "hex-literal",14660 "log",14661 "pallet-authority-discovery",14662 "pallet-authorship",14663 "pallet-babe",14664 "pallet-bags-list",14665 "pallet-balances",14666 "pallet-collective",14667 "pallet-democracy",14668 "pallet-election-provider-multi-phase",14669 "pallet-election-provider-support-benchmarking",14670 "pallet-elections-phragmen",14671 "pallet-fast-unstake",14672 "pallet-grandpa",14673 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",14674 "pallet-im-online",14675 "pallet-indices",14676 "pallet-membership",14677 "pallet-multisig",14678 "pallet-nomination-pools",14679 "pallet-nomination-pools-benchmarking",14680 "pallet-nomination-pools-runtime-api",14681 "pallet-offences",14682 "pallet-offences-benchmarking",14683 "pallet-preimage",14684 "pallet-proxy",14685 "pallet-recovery",14686 "pallet-scheduler",14687 "pallet-session",14688 "pallet-session-benchmarking",14689 "pallet-society",14690 "pallet-staking",14691 "pallet-staking-reward-curve",14692 "pallet-staking-runtime-api",14693 "pallet-state-trie-migration",14694 "pallet-sudo",14695 "pallet-timestamp",14696 "pallet-transaction-payment",14697 "pallet-transaction-payment-rpc-runtime-api",14698 "pallet-treasury",14699 "pallet-utility",14700 "pallet-vesting",14701 "pallet-xcm",14702 "pallet-xcm-benchmarks",14703 "parity-scale-codec",14704 "polkadot-parachain",14705 "polkadot-primitives",14706 "polkadot-runtime-common",14707 "polkadot-runtime-parachains",14708 "rustc-hex",14709 "scale-info",14710 "serde",14711 "serde_derive",14712 "smallvec",14713 "sp-api",14714 "sp-authority-discovery",14715 "sp-block-builder",14716 "sp-consensus-babe",14717 "sp-consensus-beefy",14718 "sp-core",14719 "sp-inherents",14720 "sp-io",14721 "sp-mmr-primitives",14722 "sp-npos-elections",14723 "sp-offchain",14724 "sp-runtime",14725 "sp-session",14726 "sp-staking",14727 "sp-std",14728 "sp-transaction-pool",14729 "sp-version",14730 "substrate-wasm-builder",14731 "westend-runtime-constants",14732 "xcm",14733 "xcm-builder",14734 "xcm-executor",14735]1473614737[[package]]14738name = "westend-runtime-constants"14739version = "0.9.42"14740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14741dependencies = [14742 "frame-support",14743 "polkadot-primitives",14744 "polkadot-runtime-common",14745 "smallvec",14746 "sp-core",14747 "sp-runtime",14748 "sp-weights",14749]1475014751[[package]]14752name = "which"14753version = "4.4.0"14754source = "registry+https://github.com/rust-lang/crates.io-index"14755checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"14756dependencies = [14757 "either",14758 "libc",14759 "once_cell",14760]1476114762[[package]]14763name = "wide"14764version = "0.7.9"14765source = "registry+https://github.com/rust-lang/crates.io-index"14766checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65"14767dependencies = [14768 "bytemuck",14769 "safe_arch",14770]1477114772[[package]]14773name = "widestring"14774version = "0.5.1"14775source = "registry+https://github.com/rust-lang/crates.io-index"14776checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1477714778[[package]]14779name = "winapi"14780version = "0.3.9"14781source = "registry+https://github.com/rust-lang/crates.io-index"14782checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14783dependencies = [14784 "winapi-i686-pc-windows-gnu",14785 "winapi-x86_64-pc-windows-gnu",14786]1478714788[[package]]14789name = "winapi-i686-pc-windows-gnu"14790version = "0.4.0"14791source = "registry+https://github.com/rust-lang/crates.io-index"14792checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1479314794[[package]]14795name = "winapi-util"14796version = "0.1.5"14797source = "registry+https://github.com/rust-lang/crates.io-index"14798checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14799dependencies = [14800 "winapi",14801]1480214803[[package]]14804name = "winapi-x86_64-pc-windows-gnu"14805version = "0.4.0"14806source = "registry+https://github.com/rust-lang/crates.io-index"14807checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1480814809[[package]]14810name = "windows"14811version = "0.34.0"14812source = "registry+https://github.com/rust-lang/crates.io-index"14813checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"14814dependencies = [14815 "windows_aarch64_msvc 0.34.0",14816 "windows_i686_gnu 0.34.0",14817 "windows_i686_msvc 0.34.0",14818 "windows_x86_64_gnu 0.34.0",14819 "windows_x86_64_msvc 0.34.0",14820]1482114822[[package]]14823name = "windows"14824version = "0.48.0"14825source = "registry+https://github.com/rust-lang/crates.io-index"14826checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"14827dependencies = [14828 "windows-targets 0.48.0",14829]1483014831[[package]]14832name = "windows-sys"14833version = "0.42.0"14834source = "registry+https://github.com/rust-lang/crates.io-index"14835checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14836dependencies = [14837 "windows_aarch64_gnullvm 0.42.2",14838 "windows_aarch64_msvc 0.42.2",14839 "windows_i686_gnu 0.42.2",14840 "windows_i686_msvc 0.42.2",14841 "windows_x86_64_gnu 0.42.2",14842 "windows_x86_64_gnullvm 0.42.2",14843 "windows_x86_64_msvc 0.42.2",14844]1484514846[[package]]14847name = "windows-sys"14848version = "0.45.0"14849source = "registry+https://github.com/rust-lang/crates.io-index"14850checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"14851dependencies = [14852 "windows-targets 0.42.2",14853]1485414855[[package]]14856name = "windows-sys"14857version = "0.48.0"14858source = "registry+https://github.com/rust-lang/crates.io-index"14859checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"14860dependencies = [14861 "windows-targets 0.48.0",14862]1486314864[[package]]14865name = "windows-targets"14866version = "0.42.2"14867source = "registry+https://github.com/rust-lang/crates.io-index"14868checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"14869dependencies = [14870 "windows_aarch64_gnullvm 0.42.2",14871 "windows_aarch64_msvc 0.42.2",14872 "windows_i686_gnu 0.42.2",14873 "windows_i686_msvc 0.42.2",14874 "windows_x86_64_gnu 0.42.2",14875 "windows_x86_64_gnullvm 0.42.2",14876 "windows_x86_64_msvc 0.42.2",14877]1487814879[[package]]14880name = "windows-targets"14881version = "0.48.0"14882source = "registry+https://github.com/rust-lang/crates.io-index"14883checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"14884dependencies = [14885 "windows_aarch64_gnullvm 0.48.0",14886 "windows_aarch64_msvc 0.48.0",14887 "windows_i686_gnu 0.48.0",14888 "windows_i686_msvc 0.48.0",14889 "windows_x86_64_gnu 0.48.0",14890 "windows_x86_64_gnullvm 0.48.0",14891 "windows_x86_64_msvc 0.48.0",14892]1489314894[[package]]14895name = "windows_aarch64_gnullvm"14896version = "0.42.2"14897source = "registry+https://github.com/rust-lang/crates.io-index"14898checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1489914900[[package]]14901name = "windows_aarch64_gnullvm"14902version = "0.48.0"14903source = "registry+https://github.com/rust-lang/crates.io-index"14904checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"1490514906[[package]]14907name = "windows_aarch64_msvc"14908version = "0.34.0"14909source = "registry+https://github.com/rust-lang/crates.io-index"14910checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1491114912[[package]]14913name = "windows_aarch64_msvc"14914version = "0.42.2"14915source = "registry+https://github.com/rust-lang/crates.io-index"14916checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1491714918[[package]]14919name = "windows_aarch64_msvc"14920version = "0.48.0"14921source = "registry+https://github.com/rust-lang/crates.io-index"14922checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"1492314924[[package]]14925name = "windows_i686_gnu"14926version = "0.34.0"14927source = "registry+https://github.com/rust-lang/crates.io-index"14928checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1492914930[[package]]14931name = "windows_i686_gnu"14932version = "0.42.2"14933source = "registry+https://github.com/rust-lang/crates.io-index"14934checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1493514936[[package]]14937name = "windows_i686_gnu"14938version = "0.48.0"14939source = "registry+https://github.com/rust-lang/crates.io-index"14940checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"1494114942[[package]]14943name = "windows_i686_msvc"14944version = "0.34.0"14945source = "registry+https://github.com/rust-lang/crates.io-index"14946checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1494714948[[package]]14949name = "windows_i686_msvc"14950version = "0.42.2"14951source = "registry+https://github.com/rust-lang/crates.io-index"14952checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1495314954[[package]]14955name = "windows_i686_msvc"14956version = "0.48.0"14957source = "registry+https://github.com/rust-lang/crates.io-index"14958checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"1495914960[[package]]14961name = "windows_x86_64_gnu"14962version = "0.34.0"14963source = "registry+https://github.com/rust-lang/crates.io-index"14964checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1496514966[[package]]14967name = "windows_x86_64_gnu"14968version = "0.42.2"14969source = "registry+https://github.com/rust-lang/crates.io-index"14970checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1497114972[[package]]14973name = "windows_x86_64_gnu"14974version = "0.48.0"14975source = "registry+https://github.com/rust-lang/crates.io-index"14976checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"1497714978[[package]]14979name = "windows_x86_64_gnullvm"14980version = "0.42.2"14981source = "registry+https://github.com/rust-lang/crates.io-index"14982checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1498314984[[package]]14985name = "windows_x86_64_gnullvm"14986version = "0.48.0"14987source = "registry+https://github.com/rust-lang/crates.io-index"14988checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"1498914990[[package]]14991name = "windows_x86_64_msvc"14992version = "0.34.0"14993source = "registry+https://github.com/rust-lang/crates.io-index"14994checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1499514996[[package]]14997name = "windows_x86_64_msvc"14998version = "0.42.2"14999source = "registry+https://github.com/rust-lang/crates.io-index"15000checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1500115002[[package]]15003name = "windows_x86_64_msvc"15004version = "0.48.0"15005source = "registry+https://github.com/rust-lang/crates.io-index"15006checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"1500715008[[package]]15009name = "winnow"15010version = "0.4.6"15011source = "registry+https://github.com/rust-lang/crates.io-index"15012checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"15013dependencies = [15014 "memchr",15015]1501615017[[package]]15018name = "winreg"15019version = "0.10.1"15020source = "registry+https://github.com/rust-lang/crates.io-index"15021checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"15022dependencies = [15023 "winapi",15024]1502515026[[package]]15027name = "wyz"15028version = "0.5.1"15029source = "registry+https://github.com/rust-lang/crates.io-index"15030checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"15031dependencies = [15032 "tap",15033]1503415035[[package]]15036name = "x25519-dalek"15037version = "1.1.1"15038source = "registry+https://github.com/rust-lang/crates.io-index"15039checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"15040dependencies = [15041 "curve25519-dalek 3.2.0",15042 "rand_core 0.5.1",15043 "zeroize",15044]1504515046[[package]]15047name = "x25519-dalek"15048version = "2.0.0-pre.1"15049source = "registry+https://github.com/rust-lang/crates.io-index"15050checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df"15051dependencies = [15052 "curve25519-dalek 3.2.0",15053 "rand_core 0.6.4",15054 "zeroize",15055]1505615057[[package]]15058name = "x509-parser"15059version = "0.13.2"15060source = "registry+https://github.com/rust-lang/crates.io-index"15061checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"15062dependencies = [15063 "asn1-rs 0.3.1",15064 "base64 0.13.1",15065 "data-encoding",15066 "der-parser 7.0.0",15067 "lazy_static",15068 "nom",15069 "oid-registry 0.4.0",15070 "ring",15071 "rusticata-macros",15072 "thiserror",15073 "time 0.3.21",15074]1507515076[[package]]15077name = "x509-parser"15078version = "0.14.0"15079source = "registry+https://github.com/rust-lang/crates.io-index"15080checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"15081dependencies = [15082 "asn1-rs 0.5.2",15083 "base64 0.13.1",15084 "data-encoding",15085 "der-parser 8.2.0",15086 "lazy_static",15087 "nom",15088 "oid-registry 0.6.1",15089 "rusticata-macros",15090 "thiserror",15091 "time 0.3.21",15092]1509315094[[package]]15095name = "xcm"15096version = "0.9.42"15097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15098dependencies = [15099 "bounded-collections",15100 "derivative",15101 "impl-trait-for-tuples",15102 "log",15103 "parity-scale-codec",15104 "scale-info",15105 "serde",15106 "sp-weights",15107 "xcm-procedural",15108]1510915110[[package]]15111name = "xcm-builder"15112version = "0.9.42"15113source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15114dependencies = [15115 "frame-support",15116 "frame-system",15117 "impl-trait-for-tuples",15118 "log",15119 "pallet-transaction-payment",15120 "parity-scale-codec",15121 "polkadot-parachain",15122 "scale-info",15123 "sp-arithmetic",15124 "sp-io",15125 "sp-runtime",15126 "sp-std",15127 "xcm",15128 "xcm-executor",15129]1513015131[[package]]15132name = "xcm-executor"15133version = "0.9.42"15134source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15135dependencies = [15136 "environmental",15137 "frame-benchmarking",15138 "frame-support",15139 "impl-trait-for-tuples",15140 "log",15141 "parity-scale-codec",15142 "sp-arithmetic",15143 "sp-core",15144 "sp-io",15145 "sp-runtime",15146 "sp-std",15147 "sp-weights",15148 "xcm",15149]1515015151[[package]]15152name = "xcm-procedural"15153version = "0.9.42"15154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15155dependencies = [15156 "Inflector",15157 "proc-macro2",15158 "quote",15159 "syn 2.0.16",15160]1516115162[[package]]15163name = "yamux"15164version = "0.10.2"15165source = "registry+https://github.com/rust-lang/crates.io-index"15166checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"15167dependencies = [15168 "futures",15169 "log",15170 "nohash-hasher",15171 "parking_lot 0.12.1",15172 "rand 0.8.5",15173 "static_assertions",15174]1517515176[[package]]15177name = "yasna"15178version = "0.5.2"15179source = "registry+https://github.com/rust-lang/crates.io-index"15180checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"15181dependencies = [15182 "time 0.3.21",15183]1518415185[[package]]15186name = "zeroize"15187version = "1.6.0"15188source = "registry+https://github.com/rust-lang/crates.io-index"15189checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"15190dependencies = [15191 "zeroize_derive",15192]1519315194[[package]]15195name = "zeroize_derive"15196version = "1.4.2"15197source = "registry+https://github.com/rust-lang/crates.io-index"15198checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"15199dependencies = [15200 "proc-macro2",15201 "quote",15202 "syn 2.0.16",15203]1520415205[[package]]15206name = "zstd"15207version = "0.11.2+zstd.1.5.2"15208source = "registry+https://github.com/rust-lang/crates.io-index"15209checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"15210dependencies = [15211 "zstd-safe 5.0.2+zstd.1.5.2",15212]1521315214[[package]]15215name = "zstd"15216version = "0.12.3+zstd.1.5.2"15217source = "registry+https://github.com/rust-lang/crates.io-index"15218checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"15219dependencies = [15220 "zstd-safe 6.0.5+zstd.1.5.4",15221]1522215223[[package]]15224name = "zstd-safe"15225version = "5.0.2+zstd.1.5.2"15226source = "registry+https://github.com/rust-lang/crates.io-index"15227checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"15228dependencies = [15229 "libc",15230 "zstd-sys",15231]1523215233[[package]]15234name = "zstd-safe"15235version = "6.0.5+zstd.1.5.4"15236source = "registry+https://github.com/rust-lang/crates.io-index"15237checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"15238dependencies = [15239 "libc",15240 "zstd-sys",15241]1524215243[[package]]15244name = "zstd-sys"15245version = "2.0.8+zstd.1.5.5"15246source = "registry+https://github.com/rust-lang/crates.io-index"15247checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"15248dependencies = [15249 "cc",15250 "libc",15251 "pkg-config",15252]