git.delta.rocks / unique-network / refs/commits / 8545aff0545e

difftreelog

source

Cargo.lock340.4 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-balances-adapter",5875 "pallet-base-fee",5876 "pallet-collator-selection",5877 "pallet-common",5878 "pallet-configuration",5879 "pallet-ethereum",5880 "pallet-evm",5881 "pallet-evm-coder-substrate",5882 "pallet-evm-contract-helpers",5883 "pallet-evm-migration",5884 "pallet-evm-precompile-simple",5885 "pallet-evm-transaction-payment",5886 "pallet-foreign-assets",5887 "pallet-fungible",5888 "pallet-identity 4.0.0-dev",5889 "pallet-inflation",5890 "pallet-maintenance",5891 "pallet-nonfungible",5892 "pallet-preimage",5893 "pallet-refungible",5894 "pallet-session",5895 "pallet-state-trie-migration",5896 "pallet-structure",5897 "pallet-sudo",5898 "pallet-template-transaction-payment",5899 "pallet-test-utils",5900 "pallet-timestamp",5901 "pallet-transaction-payment",5902 "pallet-transaction-payment-rpc-runtime-api",5903 "pallet-treasury",5904 "pallet-unique",5905 "pallet-unique-scheduler-v2",5906 "pallet-xcm",5907 "parachain-info",5908 "parity-scale-codec",5909 "polkadot-parachain",5910 "precompile-utils-macro",5911 "scale-info",5912 "serde",5913 "smallvec",5914 "sp-api",5915 "sp-arithmetic",5916 "sp-block-builder",5917 "sp-consensus-aura",5918 "sp-core",5919 "sp-inherents",5920 "sp-io",5921 "sp-offchain",5922 "sp-runtime",5923 "sp-session",5924 "sp-std",5925 "sp-transaction-pool",5926 "sp-version",5927 "substrate-wasm-builder",5928 "up-common",5929 "up-data-structs",5930 "up-pov-estimate-rpc",5931 "up-rpc",5932 "up-sponsorship",5933 "xcm",5934 "xcm-builder",5935 "xcm-executor",5936]59375938[[package]]5939name = "opaque-debug"5940version = "0.2.3"5941source = "registry+https://github.com/rust-lang/crates.io-index"5942checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"59435944[[package]]5945name = "opaque-debug"5946version = "0.3.0"5947source = "registry+https://github.com/rust-lang/crates.io-index"5948checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"59495950[[package]]5951name = "openssl-probe"5952version = "0.1.5"5953source = "registry+https://github.com/rust-lang/crates.io-index"5954checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"59555956[[package]]5957name = "orchestra"5958version = "0.0.5"5959source = "registry+https://github.com/rust-lang/crates.io-index"5960checksum = "227585216d05ba65c7ab0a0450a3cf2cbd81a98862a54c4df8e14d5ac6adb015"5961dependencies = [5962 "async-trait",5963 "dyn-clonable",5964 "futures",5965 "futures-timer",5966 "orchestra-proc-macro",5967 "pin-project",5968 "prioritized-metered-channel",5969 "thiserror",5970 "tracing",5971]59725973[[package]]5974name = "orchestra-proc-macro"5975version = "0.0.5"5976source = "registry+https://github.com/rust-lang/crates.io-index"5977checksum = "2871aadd82a2c216ee68a69837a526dfe788ecbe74c4c5038a6acdbff6653066"5978dependencies = [5979 "expander 0.0.6",5980 "itertools",5981 "petgraph",5982 "proc-macro-crate",5983 "proc-macro2",5984 "quote",5985 "syn 1.0.109",5986]59875988[[package]]5989name = "ordered-float"5990version = "1.1.1"5991source = "registry+https://github.com/rust-lang/crates.io-index"5992checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5993dependencies = [5994 "num-traits",5995]59965997[[package]]5998name = "orml-tokens"5999version = "0.4.1-dev"6000source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6001dependencies = [6002 "frame-support",6003 "frame-system",6004 "orml-traits",6005 "parity-scale-codec",6006 "scale-info",6007 "serde",6008 "sp-arithmetic",6009 "sp-runtime",6010 "sp-std",6011]60126013[[package]]6014name = "orml-traits"6015version = "0.4.1-dev"6016source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6017dependencies = [6018 "frame-support",6019 "impl-trait-for-tuples",6020 "num-traits",6021 "orml-utilities",6022 "parity-scale-codec",6023 "scale-info",6024 "serde",6025 "sp-core",6026 "sp-io",6027 "sp-runtime",6028 "sp-std",6029 "xcm",6030]60316032[[package]]6033name = "orml-utilities"6034version = "0.4.1-dev"6035source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6036dependencies = [6037 "frame-support",6038 "parity-scale-codec",6039 "scale-info",6040 "serde",6041 "sp-io",6042 "sp-runtime",6043 "sp-std",6044]60456046[[package]]6047name = "orml-vesting"6048version = "0.4.1-dev"6049source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6050dependencies = [6051 "frame-support",6052 "frame-system",6053 "parity-scale-codec",6054 "scale-info",6055 "serde",6056 "sp-io",6057 "sp-runtime",6058 "sp-std",6059]60606061[[package]]6062name = "orml-xcm-support"6063version = "0.4.1-dev"6064source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6065dependencies = [6066 "frame-support",6067 "orml-traits",6068 "parity-scale-codec",6069 "sp-runtime",6070 "sp-std",6071 "xcm",6072 "xcm-executor",6073]60746075[[package]]6076name = "orml-xtokens"6077version = "0.4.1-dev"6078source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"6079dependencies = [6080 "cumulus-primitives-core",6081 "frame-support",6082 "frame-system",6083 "orml-traits",6084 "orml-xcm-support",6085 "pallet-xcm",6086 "parity-scale-codec",6087 "scale-info",6088 "serde",6089 "sp-io",6090 "sp-runtime",6091 "sp-std",6092 "xcm",6093 "xcm-executor",6094]60956096[[package]]6097name = "p256"6098version = "0.11.1"6099source = "registry+https://github.com/rust-lang/crates.io-index"6100checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"6101dependencies = [6102 "ecdsa 0.14.8",6103 "elliptic-curve 0.12.3",6104 "sha2 0.10.6",6105]61066107[[package]]6108name = "p384"6109version = "0.11.2"6110source = "registry+https://github.com/rust-lang/crates.io-index"6111checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"6112dependencies = [6113 "ecdsa 0.14.8",6114 "elliptic-curve 0.12.3",6115 "sha2 0.10.6",6116]61176118[[package]]6119name = "packed_simd_2"6120version = "0.3.8"6121source = "registry+https://github.com/rust-lang/crates.io-index"6122checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"6123dependencies = [6124 "cfg-if",6125 "libm 0.1.4",6126]61276128[[package]]6129name = "pallet-app-promotion"6130version = "0.2.0"6131dependencies = [6132 "frame-benchmarking",6133 "frame-support",6134 "frame-system",6135 "log",6136 "pallet-balances",6137 "pallet-common",6138 "pallet-configuration",6139 "pallet-evm",6140 "pallet-evm-contract-helpers",6141 "pallet-evm-migration",6142 "pallet-unique",6143 "parity-scale-codec",6144 "scale-info",6145 "sp-core",6146 "sp-runtime",6147 "sp-std",6148 "up-data-structs",6149]61506151[[package]]6152name = "pallet-aura"6153version = "4.0.0-dev"6154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6155dependencies = [6156 "frame-support",6157 "frame-system",6158 "pallet-timestamp",6159 "parity-scale-codec",6160 "scale-info",6161 "sp-application-crypto",6162 "sp-consensus-aura",6163 "sp-runtime",6164 "sp-std",6165]61666167[[package]]6168name = "pallet-authority-discovery"6169version = "4.0.0-dev"6170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6171dependencies = [6172 "frame-support",6173 "frame-system",6174 "pallet-session",6175 "parity-scale-codec",6176 "scale-info",6177 "sp-application-crypto",6178 "sp-authority-discovery",6179 "sp-runtime",6180 "sp-std",6181]61826183[[package]]6184name = "pallet-authorship"6185version = "4.0.0-dev"6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6187dependencies = [6188 "frame-support",6189 "frame-system",6190 "impl-trait-for-tuples",6191 "parity-scale-codec",6192 "scale-info",6193 "sp-runtime",6194 "sp-std",6195]61966197[[package]]6198name = "pallet-babe"6199version = "4.0.0-dev"6200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6201dependencies = [6202 "frame-benchmarking",6203 "frame-support",6204 "frame-system",6205 "log",6206 "pallet-authorship",6207 "pallet-session",6208 "pallet-timestamp",6209 "parity-scale-codec",6210 "scale-info",6211 "sp-application-crypto",6212 "sp-consensus-babe",6213 "sp-core",6214 "sp-io",6215 "sp-runtime",6216 "sp-session",6217 "sp-staking",6218 "sp-std",6219]62206221[[package]]6222name = "pallet-bags-list"6223version = "4.0.0-dev"6224source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6225dependencies = [6226 "frame-benchmarking",6227 "frame-election-provider-support",6228 "frame-support",6229 "frame-system",6230 "log",6231 "pallet-balances",6232 "parity-scale-codec",6233 "scale-info",6234 "sp-core",6235 "sp-io",6236 "sp-runtime",6237 "sp-std",6238 "sp-tracing",6239]62406241[[package]]6242name = "pallet-balances"6243version = "4.0.0-dev"6244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6245dependencies = [6246 "frame-benchmarking",6247 "frame-support",6248 "frame-system",6249 "log",6250 "parity-scale-codec",6251 "scale-info",6252 "sp-runtime",6253 "sp-std",6254]62556256[[package]]6257name = "pallet-balances-adapter"6258version = "0.1.0"6259dependencies = [6260 "evm-coder",6261 "frame-support",6262 "frame-system",6263 "pallet-balances",6264 "pallet-common",6265 "pallet-evm",6266 "pallet-evm-coder-substrate",6267 "pallet-evm-transaction-payment",6268 "pallet-structure",6269 "parity-scale-codec",6270 "scale-info",6271 "sp-core",6272 "sp-runtime",6273 "sp-std",6274 "up-data-structs",6275]62766277[[package]]6278name = "pallet-base-fee"6279version = "1.0.0"6280source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6281dependencies = [6282 "fp-evm",6283 "frame-support",6284 "frame-system",6285 "parity-scale-codec",6286 "scale-info",6287 "sp-core",6288 "sp-runtime",6289]62906291[[package]]6292name = "pallet-beefy"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6295dependencies = [6296 "frame-support",6297 "frame-system",6298 "pallet-authorship",6299 "pallet-session",6300 "parity-scale-codec",6301 "scale-info",6302 "serde",6303 "sp-consensus-beefy",6304 "sp-runtime",6305 "sp-session",6306 "sp-staking",6307 "sp-std",6308]63096310[[package]]6311name = "pallet-beefy-mmr"6312version = "4.0.0-dev"6313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6314dependencies = [6315 "array-bytes 4.2.0",6316 "binary-merkle-tree",6317 "frame-support",6318 "frame-system",6319 "log",6320 "pallet-beefy",6321 "pallet-mmr",6322 "pallet-session",6323 "parity-scale-codec",6324 "scale-info",6325 "serde",6326 "sp-api",6327 "sp-consensus-beefy",6328 "sp-core",6329 "sp-io",6330 "sp-runtime",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-bounties"6336version = "4.0.0-dev"6337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6338dependencies = [6339 "frame-benchmarking",6340 "frame-support",6341 "frame-system",6342 "log",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-child-bounties"6354version = "4.0.0-dev"6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6356dependencies = [6357 "frame-benchmarking",6358 "frame-support",6359 "frame-system",6360 "log",6361 "pallet-bounties",6362 "pallet-treasury",6363 "parity-scale-codec",6364 "scale-info",6365 "sp-core",6366 "sp-io",6367 "sp-runtime",6368 "sp-std",6369]63706371[[package]]6372name = "pallet-collator-selection"6373version = "4.0.0"6374dependencies = [6375 "frame-benchmarking",6376 "frame-support",6377 "frame-system",6378 "log",6379 "pallet-aura",6380 "pallet-authorship",6381 "pallet-balances",6382 "pallet-configuration",6383 "pallet-session",6384 "pallet-timestamp",6385 "parity-scale-codec",6386 "rand 0.8.5",6387 "scale-info",6388 "serde",6389 "sp-consensus-aura",6390 "sp-core",6391 "sp-io",6392 "sp-runtime",6393 "sp-staking",6394 "sp-std",6395 "sp-tracing",6396]63976398[[package]]6399name = "pallet-collective"6400version = "4.0.0-dev"6401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6402dependencies = [6403 "frame-benchmarking",6404 "frame-support",6405 "frame-system",6406 "log",6407 "parity-scale-codec",6408 "scale-info",6409 "sp-core",6410 "sp-io",6411 "sp-runtime",6412 "sp-std",6413]64146415[[package]]6416name = "pallet-common"6417version = "0.1.14"6418dependencies = [6419 "ethereum",6420 "evm-coder",6421 "frame-benchmarking",6422 "frame-support",6423 "frame-system",6424 "pallet-evm",6425 "pallet-evm-coder-substrate",6426 "parity-scale-codec",6427 "scale-info",6428 "sp-core",6429 "sp-runtime",6430 "sp-std",6431 "up-data-structs",6432 "up-pov-estimate-rpc",6433]64346435[[package]]6436name = "pallet-configuration"6437version = "0.1.3"6438dependencies = [6439 "fp-evm",6440 "frame-benchmarking",6441 "frame-support",6442 "frame-system",6443 "parity-scale-codec",6444 "scale-info",6445 "smallvec",6446 "sp-arithmetic",6447 "sp-core",6448 "sp-std",6449 "xcm",6450]64516452[[package]]6453name = "pallet-conviction-voting"6454version = "4.0.0-dev"6455source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6456dependencies = [6457 "assert_matches",6458 "frame-benchmarking",6459 "frame-support",6460 "frame-system",6461 "parity-scale-codec",6462 "scale-info",6463 "serde",6464 "sp-io",6465 "sp-runtime",6466 "sp-std",6467]64686469[[package]]6470name = "pallet-democracy"6471version = "4.0.0-dev"6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6473dependencies = [6474 "frame-benchmarking",6475 "frame-support",6476 "frame-system",6477 "log",6478 "parity-scale-codec",6479 "scale-info",6480 "serde",6481 "sp-core",6482 "sp-io",6483 "sp-runtime",6484 "sp-std",6485]64866487[[package]]6488name = "pallet-election-provider-multi-phase"6489version = "4.0.0-dev"6490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6491dependencies = [6492 "frame-benchmarking",6493 "frame-election-provider-support",6494 "frame-support",6495 "frame-system",6496 "log",6497 "pallet-election-provider-support-benchmarking",6498 "parity-scale-codec",6499 "rand 0.8.5",6500 "scale-info",6501 "sp-arithmetic",6502 "sp-core",6503 "sp-io",6504 "sp-npos-elections",6505 "sp-runtime",6506 "sp-std",6507 "strum",6508]65096510[[package]]6511name = "pallet-election-provider-support-benchmarking"6512version = "4.0.0-dev"6513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6514dependencies = [6515 "frame-benchmarking",6516 "frame-election-provider-support",6517 "frame-system",6518 "parity-scale-codec",6519 "sp-npos-elections",6520 "sp-runtime",6521]65226523[[package]]6524name = "pallet-elections-phragmen"6525version = "5.0.0-dev"6526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6527dependencies = [6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "log",6532 "parity-scale-codec",6533 "scale-info",6534 "sp-core",6535 "sp-io",6536 "sp-npos-elections",6537 "sp-runtime",6538 "sp-std",6539]65406541[[package]]6542name = "pallet-ethereum"6543version = "4.0.0-dev"6544source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6545dependencies = [6546 "ethereum",6547 "ethereum-types",6548 "evm",6549 "fp-consensus",6550 "fp-ethereum",6551 "fp-evm",6552 "fp-rpc",6553 "fp-storage",6554 "frame-support",6555 "frame-system",6556 "pallet-evm",6557 "parity-scale-codec",6558 "scale-info",6559 "sp-io",6560 "sp-runtime",6561 "sp-std",6562]65636564[[package]]6565name = "pallet-evm"6566version = "6.0.0-dev"6567source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6568dependencies = [6569 "environmental",6570 "evm",6571 "fp-account",6572 "fp-evm",6573 "frame-benchmarking",6574 "frame-support",6575 "frame-system",6576 "hex",6577 "impl-trait-for-tuples",6578 "log",6579 "parity-scale-codec",6580 "rlp",6581 "scale-info",6582 "serde",6583 "sp-core",6584 "sp-io",6585 "sp-runtime",6586 "sp-std",6587]65886589[[package]]6590name = "pallet-evm-coder-substrate"6591version = "0.1.3"6592dependencies = [6593 "evm-coder",6594 "evm-coder-substrate-procedural",6595 "evm-core",6596 "frame-benchmarking",6597 "frame-support",6598 "frame-system",6599 "pallet-evm",6600 "parity-scale-codec",6601 "scale-info",6602 "sp-core",6603 "sp-std",6604 "spez",6605 "up-data-structs",6606]66076608[[package]]6609name = "pallet-evm-contract-helpers"6610version = "0.3.0"6611dependencies = [6612 "evm-coder",6613 "frame-support",6614 "frame-system",6615 "pallet-common",6616 "pallet-evm",6617 "pallet-evm-coder-substrate",6618 "pallet-evm-transaction-payment",6619 "parity-scale-codec",6620 "scale-info",6621 "sp-core",6622 "sp-std",6623 "up-data-structs",6624 "up-sponsorship",6625]66266627[[package]]6628name = "pallet-evm-migration"6629version = "0.1.1"6630dependencies = [6631 "ethereum",6632 "frame-benchmarking",6633 "frame-support",6634 "frame-system",6635 "pallet-evm",6636 "parity-scale-codec",6637 "scale-info",6638 "sp-core",6639 "sp-io",6640 "sp-std",6641]66426643[[package]]6644name = "pallet-evm-precompile-simple"6645version = "2.0.0-dev"6646source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42#75ad5b9a49e1942553c4068228f1546ffb1f7246"6647dependencies = [6648 "fp-evm",6649 "ripemd",6650 "sp-io",6651]66526653[[package]]6654name = "pallet-evm-transaction-payment"6655version = "0.1.1"6656dependencies = [6657 "fp-evm",6658 "frame-support",6659 "frame-system",6660 "pallet-evm",6661 "parity-scale-codec",6662 "scale-info",6663 "sp-core",6664 "sp-runtime",6665 "sp-std",6666 "up-sponsorship",6667]66686669[[package]]6670name = "pallet-fast-unstake"6671version = "4.0.0-dev"6672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6673dependencies = [6674 "frame-benchmarking",6675 "frame-election-provider-support",6676 "frame-support",6677 "frame-system",6678 "log",6679 "parity-scale-codec",6680 "scale-info",6681 "sp-io",6682 "sp-runtime",6683 "sp-staking",6684 "sp-std",6685]66866687[[package]]6688name = "pallet-foreign-assets"6689version = "0.1.0"6690dependencies = [6691 "frame-benchmarking",6692 "frame-support",6693 "frame-system",6694 "log",6695 "orml-tokens",6696 "pallet-balances",6697 "pallet-common",6698 "pallet-fungible",6699 "parity-scale-codec",6700 "scale-info",6701 "serde",6702 "sp-runtime",6703 "sp-std",6704 "up-data-structs",6705 "xcm",6706 "xcm-executor",6707]67086709[[package]]6710name = "pallet-fungible"6711version = "0.1.11"6712dependencies = [6713 "evm-coder",6714 "frame-benchmarking",6715 "frame-support",6716 "frame-system",6717 "pallet-common",6718 "pallet-evm",6719 "pallet-evm-coder-substrate",6720 "pallet-structure",6721 "parity-scale-codec",6722 "scale-info",6723 "sp-core",6724 "sp-runtime",6725 "sp-std",6726 "up-data-structs",6727]67286729[[package]]6730name = "pallet-grandpa"6731version = "4.0.0-dev"6732source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6733dependencies = [6734 "frame-benchmarking",6735 "frame-support",6736 "frame-system",6737 "log",6738 "pallet-authorship",6739 "pallet-session",6740 "parity-scale-codec",6741 "scale-info",6742 "sp-application-crypto",6743 "sp-consensus-grandpa",6744 "sp-core",6745 "sp-io",6746 "sp-runtime",6747 "sp-session",6748 "sp-staking",6749 "sp-std",6750]67516752[[package]]6753name = "pallet-identity"6754version = "4.0.0-dev"6755dependencies = [6756 "enumflags2",6757 "frame-benchmarking",6758 "frame-support",6759 "frame-system",6760 "pallet-balances",6761 "parity-scale-codec",6762 "scale-info",6763 "sp-core",6764 "sp-io",6765 "sp-runtime",6766 "sp-std",6767]67686769[[package]]6770name = "pallet-identity"6771version = "4.0.0-dev"6772source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6773dependencies = [6774 "enumflags2",6775 "frame-benchmarking",6776 "frame-support",6777 "frame-system",6778 "parity-scale-codec",6779 "scale-info",6780 "sp-io",6781 "sp-runtime",6782 "sp-std",6783]67846785[[package]]6786name = "pallet-im-online"6787version = "4.0.0-dev"6788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6789dependencies = [6790 "frame-benchmarking",6791 "frame-support",6792 "frame-system",6793 "log",6794 "pallet-authorship",6795 "parity-scale-codec",6796 "scale-info",6797 "sp-application-crypto",6798 "sp-core",6799 "sp-io",6800 "sp-runtime",6801 "sp-staking",6802 "sp-std",6803]68046805[[package]]6806name = "pallet-indices"6807version = "4.0.0-dev"6808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6809dependencies = [6810 "frame-benchmarking",6811 "frame-support",6812 "frame-system",6813 "parity-scale-codec",6814 "scale-info",6815 "sp-core",6816 "sp-io",6817 "sp-keyring",6818 "sp-runtime",6819 "sp-std",6820]68216822[[package]]6823name = "pallet-inflation"6824version = "0.1.1"6825dependencies = [6826 "frame-benchmarking",6827 "frame-support",6828 "frame-system",6829 "pallet-balances",6830 "parity-scale-codec",6831 "scale-info",6832 "sp-core",6833 "sp-io",6834 "sp-runtime",6835 "sp-std",6836]68376838[[package]]6839name = "pallet-maintenance"6840version = "0.1.0"6841dependencies = [6842 "frame-benchmarking",6843 "frame-support",6844 "frame-system",6845 "parity-scale-codec",6846 "scale-info",6847 "sp-core",6848 "sp-std",6849]68506851[[package]]6852name = "pallet-membership"6853version = "4.0.0-dev"6854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6855dependencies = [6856 "frame-benchmarking",6857 "frame-support",6858 "frame-system",6859 "log",6860 "parity-scale-codec",6861 "scale-info",6862 "sp-core",6863 "sp-io",6864 "sp-runtime",6865 "sp-std",6866]68676868[[package]]6869name = "pallet-mmr"6870version = "4.0.0-dev"6871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6872dependencies = [6873 "frame-benchmarking",6874 "frame-support",6875 "frame-system",6876 "parity-scale-codec",6877 "scale-info",6878 "sp-core",6879 "sp-io",6880 "sp-mmr-primitives",6881 "sp-runtime",6882 "sp-std",6883]68846885[[package]]6886name = "pallet-multisig"6887version = "4.0.0-dev"6888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6889dependencies = [6890 "frame-benchmarking",6891 "frame-support",6892 "frame-system",6893 "log",6894 "parity-scale-codec",6895 "scale-info",6896 "sp-io",6897 "sp-runtime",6898 "sp-std",6899]69006901[[package]]6902name = "pallet-nis"6903version = "4.0.0-dev"6904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6905dependencies = [6906 "frame-benchmarking",6907 "frame-support",6908 "frame-system",6909 "parity-scale-codec",6910 "scale-info",6911 "sp-arithmetic",6912 "sp-core",6913 "sp-runtime",6914 "sp-std",6915]69166917[[package]]6918name = "pallet-nomination-pools"6919version = "1.0.0"6920source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6921dependencies = [6922 "frame-support",6923 "frame-system",6924 "log",6925 "parity-scale-codec",6926 "scale-info",6927 "sp-core",6928 "sp-io",6929 "sp-runtime",6930 "sp-staking",6931 "sp-std",6932]69336934[[package]]6935name = "pallet-nomination-pools-benchmarking"6936version = "1.0.0"6937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6938dependencies = [6939 "frame-benchmarking",6940 "frame-election-provider-support",6941 "frame-support",6942 "frame-system",6943 "pallet-bags-list",6944 "pallet-nomination-pools",6945 "pallet-staking",6946 "parity-scale-codec",6947 "scale-info",6948 "sp-runtime",6949 "sp-runtime-interface",6950 "sp-staking",6951 "sp-std",6952]69536954[[package]]6955name = "pallet-nomination-pools-runtime-api"6956version = "1.0.0-dev"6957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6958dependencies = [6959 "pallet-nomination-pools",6960 "parity-scale-codec",6961 "sp-api",6962 "sp-std",6963]69646965[[package]]6966name = "pallet-nonfungible"6967version = "0.1.14"6968dependencies = [6969 "evm-coder",6970 "frame-benchmarking",6971 "frame-support",6972 "frame-system",6973 "pallet-balances",6974 "pallet-common",6975 "pallet-evm",6976 "pallet-evm-coder-substrate",6977 "pallet-structure",6978 "parity-scale-codec",6979 "scale-info",6980 "sp-core",6981 "sp-runtime",6982 "sp-std",6983 "struct-versioning",6984 "up-data-structs",6985]69866987[[package]]6988name = "pallet-offences"6989version = "4.0.0-dev"6990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"6991dependencies = [6992 "frame-support",6993 "frame-system",6994 "log",6995 "pallet-balances",6996 "parity-scale-codec",6997 "scale-info",6998 "serde",6999 "sp-runtime",7000 "sp-staking",7001 "sp-std",7002]70037004[[package]]7005name = "pallet-offences-benchmarking"7006version = "4.0.0-dev"7007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7008dependencies = [7009 "frame-benchmarking",7010 "frame-election-provider-support",7011 "frame-support",7012 "frame-system",7013 "log",7014 "pallet-babe",7015 "pallet-balances",7016 "pallet-grandpa",7017 "pallet-im-online",7018 "pallet-offences",7019 "pallet-session",7020 "pallet-staking",7021 "parity-scale-codec",7022 "scale-info",7023 "sp-runtime",7024 "sp-staking",7025 "sp-std",7026]70277028[[package]]7029name = "pallet-preimage"7030version = "4.0.0-dev"7031source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7032dependencies = [7033 "frame-benchmarking",7034 "frame-support",7035 "frame-system",7036 "log",7037 "parity-scale-codec",7038 "scale-info",7039 "sp-core",7040 "sp-io",7041 "sp-runtime",7042 "sp-std",7043]70447045[[package]]7046name = "pallet-proxy"7047version = "4.0.0-dev"7048source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7049dependencies = [7050 "frame-benchmarking",7051 "frame-support",7052 "frame-system",7053 "parity-scale-codec",7054 "scale-info",7055 "sp-io",7056 "sp-runtime",7057 "sp-std",7058]70597060[[package]]7061name = "pallet-ranked-collective"7062version = "4.0.0-dev"7063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7064dependencies = [7065 "frame-benchmarking",7066 "frame-support",7067 "frame-system",7068 "log",7069 "parity-scale-codec",7070 "scale-info",7071 "sp-arithmetic",7072 "sp-core",7073 "sp-io",7074 "sp-runtime",7075 "sp-std",7076]70777078[[package]]7079name = "pallet-recovery"7080version = "4.0.0-dev"7081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7082dependencies = [7083 "frame-benchmarking",7084 "frame-support",7085 "frame-system",7086 "parity-scale-codec",7087 "scale-info",7088 "sp-io",7089 "sp-runtime",7090 "sp-std",7091]70927093[[package]]7094name = "pallet-referenda"7095version = "4.0.0-dev"7096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7097dependencies = [7098 "assert_matches",7099 "frame-benchmarking",7100 "frame-support",7101 "frame-system",7102 "log",7103 "parity-scale-codec",7104 "scale-info",7105 "serde",7106 "sp-arithmetic",7107 "sp-io",7108 "sp-runtime",7109 "sp-std",7110]71117112[[package]]7113name = "pallet-refungible"7114version = "0.2.13"7115dependencies = [7116 "evm-coder",7117 "frame-benchmarking",7118 "frame-support",7119 "frame-system",7120 "pallet-common",7121 "pallet-evm",7122 "pallet-evm-coder-substrate",7123 "pallet-structure",7124 "parity-scale-codec",7125 "scale-info",7126 "sp-core",7127 "sp-runtime",7128 "sp-std",7129 "up-data-structs",7130]71317132[[package]]7133name = "pallet-scheduler"7134version = "4.0.0-dev"7135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7136dependencies = [7137 "frame-benchmarking",7138 "frame-support",7139 "frame-system",7140 "log",7141 "parity-scale-codec",7142 "scale-info",7143 "sp-io",7144 "sp-runtime",7145 "sp-std",7146 "sp-weights",7147]71487149[[package]]7150name = "pallet-session"7151version = "4.0.0-dev"7152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7153dependencies = [7154 "frame-support",7155 "frame-system",7156 "impl-trait-for-tuples",7157 "log",7158 "pallet-timestamp",7159 "parity-scale-codec",7160 "scale-info",7161 "sp-core",7162 "sp-io",7163 "sp-runtime",7164 "sp-session",7165 "sp-staking",7166 "sp-std",7167 "sp-trie",7168]71697170[[package]]7171name = "pallet-session-benchmarking"7172version = "4.0.0-dev"7173source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7174dependencies = [7175 "frame-benchmarking",7176 "frame-support",7177 "frame-system",7178 "pallet-session",7179 "pallet-staking",7180 "rand 0.8.5",7181 "sp-runtime",7182 "sp-session",7183 "sp-std",7184]71857186[[package]]7187name = "pallet-society"7188version = "4.0.0-dev"7189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7190dependencies = [7191 "frame-support",7192 "frame-system",7193 "parity-scale-codec",7194 "rand_chacha 0.2.2",7195 "scale-info",7196 "sp-runtime",7197 "sp-std",7198]71997200[[package]]7201name = "pallet-staking"7202version = "4.0.0-dev"7203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7204dependencies = [7205 "frame-benchmarking",7206 "frame-election-provider-support",7207 "frame-support",7208 "frame-system",7209 "log",7210 "pallet-authorship",7211 "pallet-session",7212 "parity-scale-codec",7213 "rand_chacha 0.2.2",7214 "scale-info",7215 "serde",7216 "sp-application-crypto",7217 "sp-io",7218 "sp-runtime",7219 "sp-staking",7220 "sp-std",7221]72227223[[package]]7224name = "pallet-staking-reward-curve"7225version = "4.0.0-dev"7226source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7227dependencies = [7228 "proc-macro-crate",7229 "proc-macro2",7230 "quote",7231 "syn 2.0.16",7232]72337234[[package]]7235name = "pallet-staking-reward-fn"7236version = "4.0.0-dev"7237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7238dependencies = [7239 "log",7240 "sp-arithmetic",7241]72427243[[package]]7244name = "pallet-staking-runtime-api"7245version = "4.0.0-dev"7246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7247dependencies = [7248 "parity-scale-codec",7249 "sp-api",7250]72517252[[package]]7253name = "pallet-state-trie-migration"7254version = "4.0.0-dev"7255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7256dependencies = [7257 "frame-benchmarking",7258 "frame-support",7259 "frame-system",7260 "log",7261 "parity-scale-codec",7262 "scale-info",7263 "sp-core",7264 "sp-io",7265 "sp-runtime",7266 "sp-std",7267]72687269[[package]]7270name = "pallet-structure"7271version = "0.1.2"7272dependencies = [7273 "frame-benchmarking",7274 "frame-support",7275 "frame-system",7276 "log",7277 "pallet-common",7278 "pallet-evm",7279 "parity-scale-codec",7280 "scale-info",7281 "sp-std",7282 "up-data-structs",7283]72847285[[package]]7286name = "pallet-sudo"7287version = "4.0.0-dev"7288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7289dependencies = [7290 "frame-support",7291 "frame-system",7292 "parity-scale-codec",7293 "scale-info",7294 "sp-io",7295 "sp-runtime",7296 "sp-std",7297]72987299[[package]]7300name = "pallet-template-transaction-payment"7301version = "3.0.0"7302source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"7303dependencies = [7304 "frame-benchmarking",7305 "frame-support",7306 "frame-system",7307 "pallet-balances",7308 "pallet-transaction-payment",7309 "parity-scale-codec",7310 "scale-info",7311 "serde",7312 "sp-core",7313 "sp-io",7314 "sp-runtime",7315 "sp-std",7316 "up-sponsorship",7317]73187319[[package]]7320name = "pallet-test-utils"7321version = "0.1.0"7322dependencies = [7323 "frame-support",7324 "frame-system",7325 "pallet-unique-scheduler-v2",7326 "parity-scale-codec",7327 "scale-info",7328 "sp-std",7329]73307331[[package]]7332name = "pallet-timestamp"7333version = "4.0.0-dev"7334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7335dependencies = [7336 "frame-benchmarking",7337 "frame-support",7338 "frame-system",7339 "log",7340 "parity-scale-codec",7341 "scale-info",7342 "sp-inherents",7343 "sp-io",7344 "sp-runtime",7345 "sp-std",7346 "sp-timestamp",7347]73487349[[package]]7350name = "pallet-tips"7351version = "4.0.0-dev"7352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7353dependencies = [7354 "frame-benchmarking",7355 "frame-support",7356 "frame-system",7357 "log",7358 "pallet-treasury",7359 "parity-scale-codec",7360 "scale-info",7361 "serde",7362 "sp-core",7363 "sp-io",7364 "sp-runtime",7365 "sp-std",7366]73677368[[package]]7369name = "pallet-transaction-payment"7370version = "4.0.0-dev"7371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7372dependencies = [7373 "frame-support",7374 "frame-system",7375 "parity-scale-codec",7376 "scale-info",7377 "serde",7378 "sp-core",7379 "sp-io",7380 "sp-runtime",7381 "sp-std",7382]73837384[[package]]7385name = "pallet-transaction-payment-rpc"7386version = "4.0.0-dev"7387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7388dependencies = [7389 "jsonrpsee",7390 "pallet-transaction-payment-rpc-runtime-api",7391 "parity-scale-codec",7392 "sp-api",7393 "sp-blockchain",7394 "sp-core",7395 "sp-rpc",7396 "sp-runtime",7397 "sp-weights",7398]73997400[[package]]7401name = "pallet-transaction-payment-rpc-runtime-api"7402version = "4.0.0-dev"7403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7404dependencies = [7405 "pallet-transaction-payment",7406 "parity-scale-codec",7407 "sp-api",7408 "sp-runtime",7409 "sp-weights",7410]74117412[[package]]7413name = "pallet-treasury"7414version = "4.0.0-dev"7415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7416dependencies = [7417 "frame-benchmarking",7418 "frame-support",7419 "frame-system",7420 "impl-trait-for-tuples",7421 "pallet-balances",7422 "parity-scale-codec",7423 "scale-info",7424 "serde",7425 "sp-runtime",7426 "sp-std",7427]74287429[[package]]7430name = "pallet-unique"7431version = "0.2.1"7432dependencies = [7433 "ethereum",7434 "evm-coder",7435 "frame-benchmarking",7436 "frame-support",7437 "frame-system",7438 "pallet-balances-adapter",7439 "pallet-common",7440 "pallet-evm",7441 "pallet-evm-coder-substrate",7442 "pallet-nonfungible",7443 "pallet-refungible",7444 "parity-scale-codec",7445 "scale-info",7446 "sp-core",7447 "sp-io",7448 "sp-runtime",7449 "sp-std",7450 "up-data-structs",7451]74527453[[package]]7454name = "pallet-unique-scheduler-v2"7455version = "0.1.0"7456dependencies = [7457 "frame-benchmarking",7458 "frame-support",7459 "frame-system",7460 "log",7461 "pallet-preimage",7462 "parity-scale-codec",7463 "scale-info",7464 "sp-core",7465 "sp-io",7466 "sp-runtime",7467 "sp-std",7468 "substrate-test-utils",7469]74707471[[package]]7472name = "pallet-utility"7473version = "4.0.0-dev"7474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7475dependencies = [7476 "frame-benchmarking",7477 "frame-support",7478 "frame-system",7479 "parity-scale-codec",7480 "scale-info",7481 "sp-core",7482 "sp-io",7483 "sp-runtime",7484 "sp-std",7485]74867487[[package]]7488name = "pallet-vesting"7489version = "4.0.0-dev"7490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7491dependencies = [7492 "frame-benchmarking",7493 "frame-support",7494 "frame-system",7495 "log",7496 "parity-scale-codec",7497 "scale-info",7498 "sp-runtime",7499 "sp-std",7500]75017502[[package]]7503name = "pallet-whitelist"7504version = "4.0.0-dev"7505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"7506dependencies = [7507 "frame-benchmarking",7508 "frame-support",7509 "frame-system",7510 "parity-scale-codec",7511 "scale-info",7512 "sp-api",7513 "sp-runtime",7514 "sp-std",7515]75167517[[package]]7518name = "pallet-xcm"7519version = "0.9.42"7520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7521dependencies = [7522 "bounded-collections",7523 "frame-benchmarking",7524 "frame-support",7525 "frame-system",7526 "log",7527 "parity-scale-codec",7528 "scale-info",7529 "serde",7530 "sp-core",7531 "sp-io",7532 "sp-runtime",7533 "sp-std",7534 "xcm",7535 "xcm-executor",7536]75377538[[package]]7539name = "pallet-xcm-benchmarks"7540version = "0.9.42"7541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7542dependencies = [7543 "frame-benchmarking",7544 "frame-support",7545 "frame-system",7546 "log",7547 "parity-scale-codec",7548 "scale-info",7549 "sp-io",7550 "sp-runtime",7551 "sp-std",7552 "xcm",7553 "xcm-builder",7554 "xcm-executor",7555]75567557[[package]]7558name = "parachain-info"7559version = "0.1.0"7560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"7561dependencies = [7562 "cumulus-primitives-core",7563 "frame-support",7564 "frame-system",7565 "parity-scale-codec",7566 "scale-info",7567]75687569[[package]]7570name = "parity-db"7571version = "0.4.8"7572source = "registry+https://github.com/rust-lang/crates.io-index"7573checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b"7574dependencies = [7575 "blake2",7576 "crc32fast",7577 "fs2",7578 "hex",7579 "libc",7580 "log",7581 "lz4",7582 "memmap2",7583 "parking_lot 0.12.1",7584 "rand 0.8.5",7585 "siphasher",7586 "snap",7587]75887589[[package]]7590name = "parity-scale-codec"7591version = "3.5.0"7592source = "registry+https://github.com/rust-lang/crates.io-index"7593checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"7594dependencies = [7595 "arrayvec 0.7.2",7596 "bitvec",7597 "byte-slice-cast",7598 "bytes",7599 "impl-trait-for-tuples",7600 "parity-scale-codec-derive",7601 "serde",7602]76037604[[package]]7605name = "parity-scale-codec-derive"7606version = "3.1.4"7607source = "registry+https://github.com/rust-lang/crates.io-index"7608checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7609dependencies = [7610 "proc-macro-crate",7611 "proc-macro2",7612 "quote",7613 "syn 1.0.109",7614]76157616[[package]]7617name = "parity-send-wrapper"7618version = "0.1.0"7619source = "registry+https://github.com/rust-lang/crates.io-index"7620checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"76217622[[package]]7623name = "parity-wasm"7624version = "0.45.0"7625source = "registry+https://github.com/rust-lang/crates.io-index"7626checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"76277628[[package]]7629name = "parking"7630version = "2.1.0"7631source = "registry+https://github.com/rust-lang/crates.io-index"7632checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"76337634[[package]]7635name = "parking_lot"7636version = "0.11.2"7637source = "registry+https://github.com/rust-lang/crates.io-index"7638checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7639dependencies = [7640 "instant",7641 "lock_api",7642 "parking_lot_core 0.8.6",7643]76447645[[package]]7646name = "parking_lot"7647version = "0.12.1"7648source = "registry+https://github.com/rust-lang/crates.io-index"7649checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7650dependencies = [7651 "lock_api",7652 "parking_lot_core 0.9.7",7653]76547655[[package]]7656name = "parking_lot_core"7657version = "0.8.6"7658source = "registry+https://github.com/rust-lang/crates.io-index"7659checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7660dependencies = [7661 "cfg-if",7662 "instant",7663 "libc",7664 "redox_syscall 0.2.16",7665 "smallvec",7666 "winapi",7667]76687669[[package]]7670name = "parking_lot_core"7671version = "0.9.7"7672source = "registry+https://github.com/rust-lang/crates.io-index"7673checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"7674dependencies = [7675 "cfg-if",7676 "libc",7677 "redox_syscall 0.2.16",7678 "smallvec",7679 "windows-sys 0.45.0",7680]76817682[[package]]7683name = "paste"7684version = "1.0.12"7685source = "registry+https://github.com/rust-lang/crates.io-index"7686checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"76877688[[package]]7689name = "pbkdf2"7690version = "0.8.0"7691source = "registry+https://github.com/rust-lang/crates.io-index"7692checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7693dependencies = [7694 "crypto-mac 0.11.1",7695]76967697[[package]]7698name = "pbkdf2"7699version = "0.11.0"7700source = "registry+https://github.com/rust-lang/crates.io-index"7701checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"7702dependencies = [7703 "digest 0.10.7",7704]77057706[[package]]7707name = "peeking_take_while"7708version = "0.1.2"7709source = "registry+https://github.com/rust-lang/crates.io-index"7710checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"77117712[[package]]7713name = "pem"7714version = "1.1.1"7715source = "registry+https://github.com/rust-lang/crates.io-index"7716checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"7717dependencies = [7718 "base64 0.13.1",7719]77207721[[package]]7722name = "pem-rfc7468"7723version = "0.6.0"7724source = "registry+https://github.com/rust-lang/crates.io-index"7725checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"7726dependencies = [7727 "base64ct",7728]77297730[[package]]7731name = "percent-encoding"7732version = "2.2.0"7733source = "registry+https://github.com/rust-lang/crates.io-index"7734checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"77357736[[package]]7737name = "pest"7738version = "2.6.0"7739source = "registry+https://github.com/rust-lang/crates.io-index"7740checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"7741dependencies = [7742 "thiserror",7743 "ucd-trie",7744]77457746[[package]]7747name = "pest_derive"7748version = "2.6.0"7749source = "registry+https://github.com/rust-lang/crates.io-index"7750checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"7751dependencies = [7752 "pest",7753 "pest_generator",7754]77557756[[package]]7757name = "pest_generator"7758version = "2.6.0"7759source = "registry+https://github.com/rust-lang/crates.io-index"7760checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"7761dependencies = [7762 "pest",7763 "pest_meta",7764 "proc-macro2",7765 "quote",7766 "syn 2.0.16",7767]77687769[[package]]7770name = "pest_meta"7771version = "2.6.0"7772source = "registry+https://github.com/rust-lang/crates.io-index"7773checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"7774dependencies = [7775 "once_cell",7776 "pest",7777 "sha2 0.10.6",7778]77797780[[package]]7781name = "petgraph"7782version = "0.6.3"7783source = "registry+https://github.com/rust-lang/crates.io-index"7784checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"7785dependencies = [7786 "fixedbitset",7787 "indexmap",7788]77897790[[package]]7791name = "pin-project"7792version = "1.1.0"7793source = "registry+https://github.com/rust-lang/crates.io-index"7794checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"7795dependencies = [7796 "pin-project-internal",7797]77987799[[package]]7800name = "pin-project-internal"7801version = "1.1.0"7802source = "registry+https://github.com/rust-lang/crates.io-index"7803checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"7804dependencies = [7805 "proc-macro2",7806 "quote",7807 "syn 2.0.16",7808]78097810[[package]]7811name = "pin-project-lite"7812version = "0.1.12"7813source = "registry+https://github.com/rust-lang/crates.io-index"7814checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"78157816[[package]]7817name = "pin-project-lite"7818version = "0.2.9"7819source = "registry+https://github.com/rust-lang/crates.io-index"7820checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"78217822[[package]]7823name = "pin-utils"7824version = "0.1.0"7825source = "registry+https://github.com/rust-lang/crates.io-index"7826checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"78277828[[package]]7829name = "pkcs8"7830version = "0.9.0"7831source = "registry+https://github.com/rust-lang/crates.io-index"7832checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7833dependencies = [7834 "der 0.6.1",7835 "spki 0.6.0",7836]78377838[[package]]7839name = "pkcs8"7840version = "0.10.2"7841source = "registry+https://github.com/rust-lang/crates.io-index"7842checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"7843dependencies = [7844 "der 0.7.6",7845 "spki 0.7.2",7846]78477848[[package]]7849name = "pkg-config"7850version = "0.3.27"7851source = "registry+https://github.com/rust-lang/crates.io-index"7852checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"78537854[[package]]7855name = "platforms"7856version = "2.0.0"7857source = "registry+https://github.com/rust-lang/crates.io-index"7858checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"78597860[[package]]7861name = "platforms"7862version = "3.0.2"7863source = "registry+https://github.com/rust-lang/crates.io-index"7864checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"78657866[[package]]7867name = "polkadot-approval-distribution"7868version = "0.9.42"7869source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7870dependencies = [7871 "futures",7872 "polkadot-node-jaeger",7873 "polkadot-node-metrics",7874 "polkadot-node-network-protocol",7875 "polkadot-node-primitives",7876 "polkadot-node-subsystem",7877 "polkadot-primitives",7878 "rand 0.8.5",7879 "tracing-gum",7880]78817882[[package]]7883name = "polkadot-availability-bitfield-distribution"7884version = "0.9.42"7885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7886dependencies = [7887 "futures",7888 "polkadot-node-network-protocol",7889 "polkadot-node-subsystem",7890 "polkadot-node-subsystem-util",7891 "polkadot-primitives",7892 "rand 0.8.5",7893 "tracing-gum",7894]78957896[[package]]7897name = "polkadot-availability-distribution"7898version = "0.9.42"7899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7900dependencies = [7901 "derive_more",7902 "fatality",7903 "futures",7904 "lru 0.9.0",7905 "parity-scale-codec",7906 "polkadot-erasure-coding",7907 "polkadot-node-network-protocol",7908 "polkadot-node-primitives",7909 "polkadot-node-subsystem",7910 "polkadot-node-subsystem-util",7911 "polkadot-primitives",7912 "rand 0.8.5",7913 "sp-core",7914 "sp-keystore",7915 "thiserror",7916 "tracing-gum",7917]79187919[[package]]7920name = "polkadot-availability-recovery"7921version = "0.9.42"7922source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7923dependencies = [7924 "fatality",7925 "futures",7926 "lru 0.9.0",7927 "parity-scale-codec",7928 "polkadot-erasure-coding",7929 "polkadot-node-network-protocol",7930 "polkadot-node-primitives",7931 "polkadot-node-subsystem",7932 "polkadot-node-subsystem-util",7933 "polkadot-primitives",7934 "rand 0.8.5",7935 "sc-network",7936 "thiserror",7937 "tracing-gum",7938]79397940[[package]]7941name = "polkadot-cli"7942version = "0.9.42"7943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7944dependencies = [7945 "clap",7946 "frame-benchmarking-cli",7947 "futures",7948 "log",7949 "polkadot-client",7950 "polkadot-node-core-pvf-worker",7951 "polkadot-node-metrics",7952 "polkadot-performance-test",7953 "polkadot-service",7954 "sc-cli",7955 "sc-executor",7956 "sc-service",7957 "sc-storage-monitor",7958 "sc-sysinfo",7959 "sc-tracing",7960 "sp-core",7961 "sp-io",7962 "sp-keyring",7963 "sp-maybe-compressed-blob",7964 "substrate-build-script-utils",7965 "thiserror",7966 "try-runtime-cli",7967]79687969[[package]]7970name = "polkadot-client"7971version = "0.9.42"7972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"7973dependencies = [7974 "async-trait",7975 "frame-benchmarking",7976 "frame-benchmarking-cli",7977 "frame-system",7978 "frame-system-rpc-runtime-api",7979 "futures",7980 "pallet-transaction-payment",7981 "pallet-transaction-payment-rpc-runtime-api",7982 "polkadot-core-primitives",7983 "polkadot-node-core-parachains-inherent",7984 "polkadot-primitives",7985 "polkadot-runtime",7986 "polkadot-runtime-common",7987 "sc-client-api",7988 "sc-consensus",7989 "sc-executor",7990 "sc-service",7991 "sp-api",7992 "sp-authority-discovery",7993 "sp-block-builder",7994 "sp-blockchain",7995 "sp-consensus",7996 "sp-consensus-babe",7997 "sp-consensus-beefy",7998 "sp-consensus-grandpa",7999 "sp-core",8000 "sp-inherents",8001 "sp-keyring",8002 "sp-mmr-primitives",8003 "sp-offchain",8004 "sp-runtime",8005 "sp-session",8006 "sp-storage",8007 "sp-timestamp",8008 "sp-transaction-pool",8009]80108011[[package]]8012name = "polkadot-collator-protocol"8013version = "0.9.42"8014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8015dependencies = [8016 "always-assert",8017 "bitvec",8018 "fatality",8019 "futures",8020 "futures-timer",8021 "polkadot-node-network-protocol",8022 "polkadot-node-primitives",8023 "polkadot-node-subsystem",8024 "polkadot-node-subsystem-util",8025 "polkadot-primitives",8026 "sp-core",8027 "sp-keystore",8028 "sp-runtime",8029 "thiserror",8030 "tracing-gum",8031]80328033[[package]]8034name = "polkadot-core-primitives"8035version = "0.9.42"8036source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8037dependencies = [8038 "parity-scale-codec",8039 "scale-info",8040 "sp-core",8041 "sp-runtime",8042 "sp-std",8043]80448045[[package]]8046name = "polkadot-dispute-distribution"8047version = "0.9.42"8048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8049dependencies = [8050 "derive_more",8051 "fatality",8052 "futures",8053 "futures-timer",8054 "indexmap",8055 "lru 0.9.0",8056 "parity-scale-codec",8057 "polkadot-erasure-coding",8058 "polkadot-node-network-protocol",8059 "polkadot-node-primitives",8060 "polkadot-node-subsystem",8061 "polkadot-node-subsystem-util",8062 "polkadot-primitives",8063 "sc-network",8064 "sp-application-crypto",8065 "sp-keystore",8066 "thiserror",8067 "tracing-gum",8068]80698070[[package]]8071name = "polkadot-erasure-coding"8072version = "0.9.42"8073source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8074dependencies = [8075 "parity-scale-codec",8076 "polkadot-node-primitives",8077 "polkadot-primitives",8078 "reed-solomon-novelpoly",8079 "sp-core",8080 "sp-trie",8081 "thiserror",8082]80838084[[package]]8085name = "polkadot-gossip-support"8086version = "0.9.42"8087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8088dependencies = [8089 "futures",8090 "futures-timer",8091 "polkadot-node-network-protocol",8092 "polkadot-node-subsystem",8093 "polkadot-node-subsystem-util",8094 "polkadot-primitives",8095 "rand 0.8.5",8096 "rand_chacha 0.3.1",8097 "sc-network",8098 "sp-application-crypto",8099 "sp-core",8100 "sp-keystore",8101 "tracing-gum",8102]81038104[[package]]8105name = "polkadot-network-bridge"8106version = "0.9.42"8107source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8108dependencies = [8109 "always-assert",8110 "async-trait",8111 "bytes",8112 "fatality",8113 "futures",8114 "parity-scale-codec",8115 "parking_lot 0.12.1",8116 "polkadot-node-metrics",8117 "polkadot-node-network-protocol",8118 "polkadot-node-subsystem",8119 "polkadot-overseer",8120 "polkadot-primitives",8121 "sc-network",8122 "sp-consensus",8123 "thiserror",8124 "tracing-gum",8125]81268127[[package]]8128name = "polkadot-node-collation-generation"8129version = "0.9.42"8130source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8131dependencies = [8132 "futures",8133 "parity-scale-codec",8134 "polkadot-erasure-coding",8135 "polkadot-node-primitives",8136 "polkadot-node-subsystem",8137 "polkadot-node-subsystem-util",8138 "polkadot-primitives",8139 "sp-core",8140 "sp-maybe-compressed-blob",8141 "thiserror",8142 "tracing-gum",8143]81448145[[package]]8146name = "polkadot-node-core-approval-voting"8147version = "0.9.42"8148source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8149dependencies = [8150 "bitvec",8151 "derive_more",8152 "futures",8153 "futures-timer",8154 "kvdb",8155 "lru 0.9.0",8156 "merlin",8157 "parity-scale-codec",8158 "polkadot-node-jaeger",8159 "polkadot-node-primitives",8160 "polkadot-node-subsystem",8161 "polkadot-node-subsystem-util",8162 "polkadot-overseer",8163 "polkadot-primitives",8164 "sc-keystore",8165 "schnorrkel",8166 "sp-application-crypto",8167 "sp-consensus",8168 "sp-consensus-slots",8169 "sp-runtime",8170 "thiserror",8171 "tracing-gum",8172]81738174[[package]]8175name = "polkadot-node-core-av-store"8176version = "0.9.42"8177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8178dependencies = [8179 "bitvec",8180 "futures",8181 "futures-timer",8182 "kvdb",8183 "parity-scale-codec",8184 "polkadot-erasure-coding",8185 "polkadot-node-primitives",8186 "polkadot-node-subsystem",8187 "polkadot-node-subsystem-util",8188 "polkadot-overseer",8189 "polkadot-primitives",8190 "sp-consensus",8191 "thiserror",8192 "tracing-gum",8193]81948195[[package]]8196name = "polkadot-node-core-backing"8197version = "0.9.42"8198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8199dependencies = [8200 "bitvec",8201 "fatality",8202 "futures",8203 "polkadot-erasure-coding",8204 "polkadot-node-primitives",8205 "polkadot-node-subsystem",8206 "polkadot-node-subsystem-util",8207 "polkadot-primitives",8208 "polkadot-statement-table",8209 "sp-keystore",8210 "thiserror",8211 "tracing-gum",8212]82138214[[package]]8215name = "polkadot-node-core-bitfield-signing"8216version = "0.9.42"8217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8218dependencies = [8219 "futures",8220 "polkadot-node-subsystem",8221 "polkadot-node-subsystem-util",8222 "polkadot-primitives",8223 "sp-keystore",8224 "thiserror",8225 "tracing-gum",8226 "wasm-timer",8227]82288229[[package]]8230name = "polkadot-node-core-candidate-validation"8231version = "0.9.42"8232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8233dependencies = [8234 "async-trait",8235 "futures",8236 "futures-timer",8237 "parity-scale-codec",8238 "polkadot-node-core-pvf",8239 "polkadot-node-metrics",8240 "polkadot-node-primitives",8241 "polkadot-node-subsystem",8242 "polkadot-node-subsystem-util",8243 "polkadot-parachain",8244 "polkadot-primitives",8245 "sp-maybe-compressed-blob",8246 "tracing-gum",8247]82488249[[package]]8250name = "polkadot-node-core-chain-api"8251version = "0.9.42"8252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8253dependencies = [8254 "futures",8255 "polkadot-node-metrics",8256 "polkadot-node-subsystem",8257 "polkadot-primitives",8258 "sc-client-api",8259 "sc-consensus-babe",8260 "sp-blockchain",8261 "tracing-gum",8262]82638264[[package]]8265name = "polkadot-node-core-chain-selection"8266version = "0.9.42"8267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8268dependencies = [8269 "futures",8270 "futures-timer",8271 "kvdb",8272 "parity-scale-codec",8273 "polkadot-node-primitives",8274 "polkadot-node-subsystem",8275 "polkadot-node-subsystem-util",8276 "polkadot-primitives",8277 "thiserror",8278 "tracing-gum",8279]82808281[[package]]8282name = "polkadot-node-core-dispute-coordinator"8283version = "0.9.42"8284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8285dependencies = [8286 "fatality",8287 "futures",8288 "kvdb",8289 "lru 0.9.0",8290 "parity-scale-codec",8291 "polkadot-node-primitives",8292 "polkadot-node-subsystem",8293 "polkadot-node-subsystem-util",8294 "polkadot-primitives",8295 "sc-keystore",8296 "thiserror",8297 "tracing-gum",8298]82998300[[package]]8301name = "polkadot-node-core-parachains-inherent"8302version = "0.9.42"8303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8304dependencies = [8305 "async-trait",8306 "futures",8307 "futures-timer",8308 "polkadot-node-subsystem",8309 "polkadot-overseer",8310 "polkadot-primitives",8311 "sp-blockchain",8312 "sp-inherents",8313 "thiserror",8314 "tracing-gum",8315]83168317[[package]]8318name = "polkadot-node-core-provisioner"8319version = "0.9.42"8320source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8321dependencies = [8322 "bitvec",8323 "fatality",8324 "futures",8325 "futures-timer",8326 "polkadot-node-primitives",8327 "polkadot-node-subsystem",8328 "polkadot-node-subsystem-util",8329 "polkadot-primitives",8330 "rand 0.8.5",8331 "thiserror",8332 "tracing-gum",8333]83348335[[package]]8336name = "polkadot-node-core-pvf"8337version = "0.9.42"8338source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8339dependencies = [8340 "always-assert",8341 "futures",8342 "futures-timer",8343 "libc",8344 "parity-scale-codec",8345 "pin-project",8346 "polkadot-core-primitives",8347 "polkadot-node-metrics",8348 "polkadot-node-primitives",8349 "polkadot-parachain",8350 "polkadot-primitives",8351 "rand 0.8.5",8352 "slotmap",8353 "sp-core",8354 "sp-maybe-compressed-blob",8355 "sp-tracing",8356 "sp-wasm-interface",8357 "substrate-build-script-utils",8358 "tokio",8359 "tracing-gum",8360]83618362[[package]]8363name = "polkadot-node-core-pvf-checker"8364version = "0.9.42"8365source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8366dependencies = [8367 "futures",8368 "polkadot-node-primitives",8369 "polkadot-node-subsystem",8370 "polkadot-node-subsystem-util",8371 "polkadot-overseer",8372 "polkadot-primitives",8373 "sp-keystore",8374 "thiserror",8375 "tracing-gum",8376]83778378[[package]]8379name = "polkadot-node-core-pvf-worker"8380version = "0.9.42"8381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8382dependencies = [8383 "assert_matches",8384 "cpu-time",8385 "futures",8386 "libc",8387 "parity-scale-codec",8388 "polkadot-node-core-pvf",8389 "polkadot-parachain",8390 "polkadot-primitives",8391 "rayon",8392 "sc-executor",8393 "sc-executor-common",8394 "sc-executor-wasmtime",8395 "sp-core",8396 "sp-externalities",8397 "sp-io",8398 "sp-maybe-compressed-blob",8399 "sp-tracing",8400 "substrate-build-script-utils",8401 "tempfile",8402 "tikv-jemalloc-ctl",8403 "tokio",8404 "tracing-gum",8405]84068407[[package]]8408name = "polkadot-node-core-runtime-api"8409version = "0.9.42"8410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8411dependencies = [8412 "futures",8413 "lru 0.9.0",8414 "polkadot-node-metrics",8415 "polkadot-node-subsystem",8416 "polkadot-node-subsystem-types",8417 "polkadot-primitives",8418 "sp-consensus-babe",8419 "tracing-gum",8420]84218422[[package]]8423name = "polkadot-node-jaeger"8424version = "0.9.42"8425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8426dependencies = [8427 "lazy_static",8428 "log",8429 "mick-jaeger",8430 "parity-scale-codec",8431 "parking_lot 0.12.1",8432 "polkadot-node-primitives",8433 "polkadot-primitives",8434 "sc-network",8435 "sp-core",8436 "thiserror",8437 "tokio",8438]84398440[[package]]8441name = "polkadot-node-metrics"8442version = "0.9.42"8443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8444dependencies = [8445 "bs58",8446 "futures",8447 "futures-timer",8448 "log",8449 "parity-scale-codec",8450 "polkadot-primitives",8451 "prioritized-metered-channel",8452 "sc-cli",8453 "sc-service",8454 "sc-tracing",8455 "substrate-prometheus-endpoint",8456 "tracing-gum",8457]84588459[[package]]8460name = "polkadot-node-network-protocol"8461version = "0.9.42"8462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8463dependencies = [8464 "async-trait",8465 "derive_more",8466 "fatality",8467 "futures",8468 "hex",8469 "parity-scale-codec",8470 "polkadot-node-jaeger",8471 "polkadot-node-primitives",8472 "polkadot-primitives",8473 "rand 0.8.5",8474 "sc-authority-discovery",8475 "sc-network",8476 "strum",8477 "thiserror",8478 "tracing-gum",8479]84808481[[package]]8482name = "polkadot-node-primitives"8483version = "0.9.42"8484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8485dependencies = [8486 "bounded-vec",8487 "futures",8488 "parity-scale-codec",8489 "polkadot-parachain",8490 "polkadot-primitives",8491 "schnorrkel",8492 "serde",8493 "sp-application-crypto",8494 "sp-consensus-babe",8495 "sp-core",8496 "sp-keystore",8497 "sp-maybe-compressed-blob",8498 "sp-runtime",8499 "thiserror",8500 "zstd 0.11.2+zstd.1.5.2",8501]85028503[[package]]8504name = "polkadot-node-subsystem"8505version = "0.9.42"8506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8507dependencies = [8508 "polkadot-node-jaeger",8509 "polkadot-node-subsystem-types",8510 "polkadot-overseer",8511]85128513[[package]]8514name = "polkadot-node-subsystem-types"8515version = "0.9.42"8516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8517dependencies = [8518 "async-trait",8519 "derive_more",8520 "futures",8521 "orchestra",8522 "polkadot-node-jaeger",8523 "polkadot-node-network-protocol",8524 "polkadot-node-primitives",8525 "polkadot-primitives",8526 "polkadot-statement-table",8527 "sc-network",8528 "smallvec",8529 "sp-api",8530 "sp-authority-discovery",8531 "sp-consensus-babe",8532 "substrate-prometheus-endpoint",8533 "thiserror",8534]85358536[[package]]8537name = "polkadot-node-subsystem-util"8538version = "0.9.42"8539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8540dependencies = [8541 "async-trait",8542 "derive_more",8543 "fatality",8544 "futures",8545 "futures-channel",8546 "itertools",8547 "kvdb",8548 "lru 0.9.0",8549 "parity-db",8550 "parity-scale-codec",8551 "parking_lot 0.11.2",8552 "pin-project",8553 "polkadot-node-jaeger",8554 "polkadot-node-metrics",8555 "polkadot-node-network-protocol",8556 "polkadot-node-primitives",8557 "polkadot-node-subsystem",8558 "polkadot-overseer",8559 "polkadot-primitives",8560 "prioritized-metered-channel",8561 "rand 0.8.5",8562 "sp-application-crypto",8563 "sp-core",8564 "sp-keystore",8565 "thiserror",8566 "tracing-gum",8567]85688569[[package]]8570name = "polkadot-overseer"8571version = "0.9.42"8572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8573dependencies = [8574 "async-trait",8575 "futures",8576 "futures-timer",8577 "lru 0.9.0",8578 "orchestra",8579 "parking_lot 0.12.1",8580 "polkadot-node-metrics",8581 "polkadot-node-network-protocol",8582 "polkadot-node-primitives",8583 "polkadot-node-subsystem-types",8584 "polkadot-primitives",8585 "sc-client-api",8586 "sp-api",8587 "sp-core",8588 "tikv-jemalloc-ctl",8589 "tracing-gum",8590]85918592[[package]]8593name = "polkadot-parachain"8594version = "0.9.42"8595source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8596dependencies = [8597 "bounded-collections",8598 "derive_more",8599 "frame-support",8600 "parity-scale-codec",8601 "polkadot-core-primitives",8602 "scale-info",8603 "serde",8604 "sp-core",8605 "sp-runtime",8606 "sp-std",8607]86088609[[package]]8610name = "polkadot-performance-test"8611version = "0.9.42"8612source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8613dependencies = [8614 "env_logger 0.9.3",8615 "kusama-runtime",8616 "log",8617 "polkadot-erasure-coding",8618 "polkadot-node-core-pvf-worker",8619 "polkadot-node-primitives",8620 "polkadot-primitives",8621 "quote",8622 "sc-executor-common",8623 "sp-maybe-compressed-blob",8624 "thiserror",8625]86268627[[package]]8628name = "polkadot-primitives"8629version = "0.9.42"8630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8631dependencies = [8632 "bitvec",8633 "hex-literal",8634 "parity-scale-codec",8635 "polkadot-core-primitives",8636 "polkadot-parachain",8637 "scale-info",8638 "serde",8639 "sp-api",8640 "sp-application-crypto",8641 "sp-arithmetic",8642 "sp-authority-discovery",8643 "sp-consensus-slots",8644 "sp-core",8645 "sp-inherents",8646 "sp-io",8647 "sp-keystore",8648 "sp-runtime",8649 "sp-staking",8650 "sp-std",8651]86528653[[package]]8654name = "polkadot-rpc"8655version = "0.9.42"8656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8657dependencies = [8658 "jsonrpsee",8659 "mmr-rpc",8660 "pallet-transaction-payment-rpc",8661 "polkadot-primitives",8662 "sc-chain-spec",8663 "sc-client-api",8664 "sc-consensus-babe",8665 "sc-consensus-babe-rpc",8666 "sc-consensus-beefy",8667 "sc-consensus-beefy-rpc",8668 "sc-consensus-epochs",8669 "sc-consensus-grandpa",8670 "sc-consensus-grandpa-rpc",8671 "sc-rpc",8672 "sc-sync-state-rpc",8673 "sc-transaction-pool-api",8674 "sp-api",8675 "sp-block-builder",8676 "sp-blockchain",8677 "sp-consensus",8678 "sp-consensus-babe",8679 "sp-keystore",8680 "sp-runtime",8681 "substrate-frame-rpc-system",8682 "substrate-state-trie-migration-rpc",8683]86848685[[package]]8686name = "polkadot-runtime"8687version = "0.9.42"8688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8689dependencies = [8690 "bitvec",8691 "frame-benchmarking",8692 "frame-election-provider-support",8693 "frame-executive",8694 "frame-support",8695 "frame-system",8696 "frame-system-benchmarking",8697 "frame-system-rpc-runtime-api",8698 "frame-try-runtime",8699 "hex-literal",8700 "log",8701 "pallet-authority-discovery",8702 "pallet-authorship",8703 "pallet-babe",8704 "pallet-bags-list",8705 "pallet-balances",8706 "pallet-bounties",8707 "pallet-child-bounties",8708 "pallet-collective",8709 "pallet-conviction-voting",8710 "pallet-democracy",8711 "pallet-election-provider-multi-phase",8712 "pallet-election-provider-support-benchmarking",8713 "pallet-elections-phragmen",8714 "pallet-fast-unstake",8715 "pallet-grandpa",8716 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",8717 "pallet-im-online",8718 "pallet-indices",8719 "pallet-membership",8720 "pallet-multisig",8721 "pallet-nomination-pools",8722 "pallet-nomination-pools-benchmarking",8723 "pallet-nomination-pools-runtime-api",8724 "pallet-offences",8725 "pallet-offences-benchmarking",8726 "pallet-preimage",8727 "pallet-proxy",8728 "pallet-referenda",8729 "pallet-scheduler",8730 "pallet-session",8731 "pallet-session-benchmarking",8732 "pallet-staking",8733 "pallet-staking-reward-curve",8734 "pallet-staking-runtime-api",8735 "pallet-timestamp",8736 "pallet-tips",8737 "pallet-transaction-payment",8738 "pallet-transaction-payment-rpc-runtime-api",8739 "pallet-treasury",8740 "pallet-utility",8741 "pallet-vesting",8742 "pallet-whitelist",8743 "pallet-xcm",8744 "parity-scale-codec",8745 "polkadot-primitives",8746 "polkadot-runtime-common",8747 "polkadot-runtime-constants",8748 "polkadot-runtime-parachains",8749 "rustc-hex",8750 "scale-info",8751 "serde",8752 "serde_derive",8753 "smallvec",8754 "sp-api",8755 "sp-arithmetic",8756 "sp-authority-discovery",8757 "sp-block-builder",8758 "sp-consensus-babe",8759 "sp-consensus-beefy",8760 "sp-core",8761 "sp-inherents",8762 "sp-io",8763 "sp-mmr-primitives",8764 "sp-npos-elections",8765 "sp-offchain",8766 "sp-runtime",8767 "sp-session",8768 "sp-staking",8769 "sp-std",8770 "sp-transaction-pool",8771 "sp-version",8772 "static_assertions",8773 "substrate-wasm-builder",8774 "xcm",8775 "xcm-builder",8776 "xcm-executor",8777]87788779[[package]]8780name = "polkadot-runtime-common"8781version = "0.9.42"8782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8783dependencies = [8784 "bitvec",8785 "frame-benchmarking",8786 "frame-election-provider-support",8787 "frame-support",8788 "frame-system",8789 "impl-trait-for-tuples",8790 "libsecp256k1",8791 "log",8792 "pallet-authorship",8793 "pallet-babe",8794 "pallet-balances",8795 "pallet-election-provider-multi-phase",8796 "pallet-fast-unstake",8797 "pallet-session",8798 "pallet-staking",8799 "pallet-staking-reward-fn",8800 "pallet-timestamp",8801 "pallet-transaction-payment",8802 "pallet-treasury",8803 "pallet-vesting",8804 "parity-scale-codec",8805 "polkadot-primitives",8806 "polkadot-runtime-parachains",8807 "rustc-hex",8808 "scale-info",8809 "serde",8810 "serde_derive",8811 "slot-range-helper",8812 "sp-api",8813 "sp-core",8814 "sp-inherents",8815 "sp-io",8816 "sp-npos-elections",8817 "sp-runtime",8818 "sp-session",8819 "sp-staking",8820 "sp-std",8821 "static_assertions",8822 "xcm",8823]88248825[[package]]8826name = "polkadot-runtime-constants"8827version = "0.9.42"8828source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8829dependencies = [8830 "frame-support",8831 "polkadot-primitives",8832 "polkadot-runtime-common",8833 "smallvec",8834 "sp-core",8835 "sp-runtime",8836 "sp-weights",8837]88388839[[package]]8840name = "polkadot-runtime-metrics"8841version = "0.9.42"8842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8843dependencies = [8844 "bs58",8845 "parity-scale-codec",8846 "polkadot-primitives",8847 "sp-std",8848 "sp-tracing",8849]88508851[[package]]8852name = "polkadot-runtime-parachains"8853version = "0.9.42"8854source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8855dependencies = [8856 "bitflags",8857 "bitvec",8858 "derive_more",8859 "frame-benchmarking",8860 "frame-support",8861 "frame-system",8862 "log",8863 "pallet-authority-discovery",8864 "pallet-authorship",8865 "pallet-babe",8866 "pallet-balances",8867 "pallet-session",8868 "pallet-staking",8869 "pallet-timestamp",8870 "pallet-vesting",8871 "parity-scale-codec",8872 "polkadot-parachain",8873 "polkadot-primitives",8874 "polkadot-runtime-metrics",8875 "rand 0.8.5",8876 "rand_chacha 0.3.1",8877 "rustc-hex",8878 "scale-info",8879 "serde",8880 "sp-api",8881 "sp-application-crypto",8882 "sp-core",8883 "sp-inherents",8884 "sp-io",8885 "sp-keystore",8886 "sp-runtime",8887 "sp-session",8888 "sp-staking",8889 "sp-std",8890 "static_assertions",8891 "xcm",8892 "xcm-executor",8893]88948895[[package]]8896name = "polkadot-service"8897version = "0.9.42"8898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"8899dependencies = [8900 "async-trait",8901 "frame-benchmarking-cli",8902 "frame-support",8903 "frame-system-rpc-runtime-api",8904 "futures",8905 "hex-literal",8906 "kusama-runtime",8907 "kvdb",8908 "kvdb-rocksdb",8909 "log",8910 "lru 0.9.0",8911 "mmr-gadget",8912 "pallet-babe",8913 "pallet-im-online",8914 "pallet-staking",8915 "pallet-transaction-payment-rpc-runtime-api",8916 "parity-db",8917 "polkadot-approval-distribution",8918 "polkadot-availability-bitfield-distribution",8919 "polkadot-availability-distribution",8920 "polkadot-availability-recovery",8921 "polkadot-client",8922 "polkadot-collator-protocol",8923 "polkadot-dispute-distribution",8924 "polkadot-gossip-support",8925 "polkadot-network-bridge",8926 "polkadot-node-collation-generation",8927 "polkadot-node-core-approval-voting",8928 "polkadot-node-core-av-store",8929 "polkadot-node-core-backing",8930 "polkadot-node-core-bitfield-signing",8931 "polkadot-node-core-candidate-validation",8932 "polkadot-node-core-chain-api",8933 "polkadot-node-core-chain-selection",8934 "polkadot-node-core-dispute-coordinator",8935 "polkadot-node-core-parachains-inherent",8936 "polkadot-node-core-provisioner",8937 "polkadot-node-core-pvf-checker",8938 "polkadot-node-core-runtime-api",8939 "polkadot-node-network-protocol",8940 "polkadot-node-primitives",8941 "polkadot-node-subsystem",8942 "polkadot-node-subsystem-types",8943 "polkadot-node-subsystem-util",8944 "polkadot-overseer",8945 "polkadot-parachain",8946 "polkadot-primitives",8947 "polkadot-rpc",8948 "polkadot-runtime",8949 "polkadot-runtime-constants",8950 "polkadot-runtime-parachains",8951 "polkadot-statement-distribution",8952 "rococo-runtime",8953 "sc-authority-discovery",8954 "sc-basic-authorship",8955 "sc-block-builder",8956 "sc-chain-spec",8957 "sc-client-api",8958 "sc-client-db",8959 "sc-consensus",8960 "sc-consensus-babe",8961 "sc-consensus-beefy",8962 "sc-consensus-grandpa",8963 "sc-consensus-slots",8964 "sc-executor",8965 "sc-keystore",8966 "sc-network",8967 "sc-network-common",8968 "sc-network-sync",8969 "sc-offchain",8970 "sc-service",8971 "sc-sync-state-rpc",8972 "sc-sysinfo",8973 "sc-telemetry",8974 "sc-transaction-pool",8975 "serde",8976 "serde_json",8977 "sp-api",8978 "sp-authority-discovery",8979 "sp-block-builder",8980 "sp-blockchain",8981 "sp-consensus",8982 "sp-consensus-babe",8983 "sp-consensus-beefy",8984 "sp-consensus-grandpa",8985 "sp-core",8986 "sp-inherents",8987 "sp-io",8988 "sp-keystore",8989 "sp-mmr-primitives",8990 "sp-offchain",8991 "sp-runtime",8992 "sp-session",8993 "sp-state-machine",8994 "sp-storage",8995 "sp-timestamp",8996 "sp-transaction-pool",8997 "sp-trie",8998 "substrate-prometheus-endpoint",8999 "thiserror",9000 "tracing-gum",9001 "westend-runtime",9002]90039004[[package]]9005name = "polkadot-statement-distribution"9006version = "0.9.42"9007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9008dependencies = [9009 "arrayvec 0.5.2",9010 "fatality",9011 "futures",9012 "indexmap",9013 "parity-scale-codec",9014 "polkadot-node-network-protocol",9015 "polkadot-node-primitives",9016 "polkadot-node-subsystem",9017 "polkadot-node-subsystem-util",9018 "polkadot-primitives",9019 "sp-keystore",9020 "sp-staking",9021 "thiserror",9022 "tracing-gum",9023]90249025[[package]]9026name = "polkadot-statement-table"9027version = "0.9.42"9028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9029dependencies = [9030 "parity-scale-codec",9031 "polkadot-primitives",9032 "sp-core",9033]90349035[[package]]9036name = "polling"9037version = "2.8.0"9038source = "registry+https://github.com/rust-lang/crates.io-index"9039checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"9040dependencies = [9041 "autocfg",9042 "bitflags",9043 "cfg-if",9044 "concurrent-queue",9045 "libc",9046 "log",9047 "pin-project-lite 0.2.9",9048 "windows-sys 0.48.0",9049]90509051[[package]]9052name = "poly1305"9053version = "0.7.2"9054source = "registry+https://github.com/rust-lang/crates.io-index"9055checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"9056dependencies = [9057 "cpufeatures",9058 "opaque-debug 0.3.0",9059 "universal-hash 0.4.1",9060]90619062[[package]]9063name = "polyval"9064version = "0.5.3"9065source = "registry+https://github.com/rust-lang/crates.io-index"9066checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"9067dependencies = [9068 "cfg-if",9069 "cpufeatures",9070 "opaque-debug 0.3.0",9071 "universal-hash 0.4.1",9072]90739074[[package]]9075name = "polyval"9076version = "0.6.0"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"9079dependencies = [9080 "cfg-if",9081 "cpufeatures",9082 "opaque-debug 0.3.0",9083 "universal-hash 0.5.1",9084]90859086[[package]]9087name = "ppv-lite86"9088version = "0.2.17"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"90919092[[package]]9093name = "precompile-utils-macro"9094version = "0.1.0"9095dependencies = [9096 "num_enum",9097 "proc-macro2",9098 "quote",9099 "sha3 0.8.2",9100 "syn 1.0.109",9101]91029103[[package]]9104name = "predicates"9105version = "2.1.5"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"9108dependencies = [9109 "difflib",9110 "float-cmp",9111 "itertools",9112 "normalize-line-endings",9113 "predicates-core",9114 "regex",9115]91169117[[package]]9118name = "predicates-core"9119version = "1.0.6"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"91229123[[package]]9124name = "predicates-tree"9125version = "1.0.9"9126source = "registry+https://github.com/rust-lang/crates.io-index"9127checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"9128dependencies = [9129 "predicates-core",9130 "termtree",9131]91329133[[package]]9134name = "prettyplease"9135version = "0.1.25"9136source = "registry+https://github.com/rust-lang/crates.io-index"9137checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"9138dependencies = [9139 "proc-macro2",9140 "syn 1.0.109",9141]91429143[[package]]9144name = "primitive-types"9145version = "0.12.1"9146source = "registry+https://github.com/rust-lang/crates.io-index"9147checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"9148dependencies = [9149 "fixed-hash",9150 "impl-codec",9151 "impl-rlp",9152 "impl-serde",9153 "scale-info",9154 "uint",9155]91569157[[package]]9158name = "prioritized-metered-channel"9159version = "0.2.0"9160source = "registry+https://github.com/rust-lang/crates.io-index"9161checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"9162dependencies = [9163 "coarsetime",9164 "crossbeam-queue",9165 "derive_more",9166 "futures",9167 "futures-timer",9168 "nanorand",9169 "thiserror",9170 "tracing",9171]91729173[[package]]9174name = "proc-macro-crate"9175version = "1.3.1"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"9178dependencies = [9179 "once_cell",9180 "toml_edit",9181]91829183[[package]]9184name = "proc-macro-error"9185version = "1.0.4"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"9188dependencies = [9189 "proc-macro-error-attr",9190 "proc-macro2",9191 "quote",9192 "syn 1.0.109",9193 "version_check",9194]91959196[[package]]9197name = "proc-macro-error-attr"9198version = "1.0.4"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"9201dependencies = [9202 "proc-macro2",9203 "quote",9204 "version_check",9205]92069207[[package]]9208name = "proc-macro-warning"9209version = "0.3.1"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4"9212dependencies = [9213 "proc-macro2",9214 "quote",9215 "syn 2.0.16",9216]92179218[[package]]9219name = "proc-macro2"9220version = "1.0.58"9221source = "registry+https://github.com/rust-lang/crates.io-index"9222checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"9223dependencies = [9224 "unicode-ident",9225]92269227[[package]]9228name = "prometheus"9229version = "0.13.3"9230source = "registry+https://github.com/rust-lang/crates.io-index"9231checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"9232dependencies = [9233 "cfg-if",9234 "fnv",9235 "lazy_static",9236 "memchr",9237 "parking_lot 0.12.1",9238 "thiserror",9239]92409241[[package]]9242name = "prometheus-client"9243version = "0.18.1"9244source = "registry+https://github.com/rust-lang/crates.io-index"9245checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"9246dependencies = [9247 "dtoa",9248 "itoa",9249 "parking_lot 0.12.1",9250 "prometheus-client-derive-text-encode",9251]92529253[[package]]9254name = "prometheus-client-derive-text-encode"9255version = "0.3.0"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"9258dependencies = [9259 "proc-macro2",9260 "quote",9261 "syn 1.0.109",9262]92639264[[package]]9265name = "prost"9266version = "0.11.9"9267source = "registry+https://github.com/rust-lang/crates.io-index"9268checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"9269dependencies = [9270 "bytes",9271 "prost-derive",9272]92739274[[package]]9275name = "prost-build"9276version = "0.11.9"9277source = "registry+https://github.com/rust-lang/crates.io-index"9278checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"9279dependencies = [9280 "bytes",9281 "heck",9282 "itertools",9283 "lazy_static",9284 "log",9285 "multimap",9286 "petgraph",9287 "prettyplease",9288 "prost",9289 "prost-types",9290 "regex",9291 "syn 1.0.109",9292 "tempfile",9293 "which",9294]92959296[[package]]9297name = "prost-codec"9298version = "0.3.0"9299source = "registry+https://github.com/rust-lang/crates.io-index"9300checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"9301dependencies = [9302 "asynchronous-codec",9303 "bytes",9304 "prost",9305 "thiserror",9306 "unsigned-varint",9307]93089309[[package]]9310name = "prost-derive"9311version = "0.11.9"9312source = "registry+https://github.com/rust-lang/crates.io-index"9313checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"9314dependencies = [9315 "anyhow",9316 "itertools",9317 "proc-macro2",9318 "quote",9319 "syn 1.0.109",9320]93219322[[package]]9323name = "prost-types"9324version = "0.11.9"9325source = "registry+https://github.com/rust-lang/crates.io-index"9326checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"9327dependencies = [9328 "prost",9329]93309331[[package]]9332name = "psm"9333version = "0.1.21"9334source = "registry+https://github.com/rust-lang/crates.io-index"9335checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"9336dependencies = [9337 "cc",9338]93399340[[package]]9341name = "quartz-runtime"9342version = "0.9.41"9343dependencies = [9344 "app-promotion-rpc",9345 "cumulus-pallet-aura-ext",9346 "cumulus-pallet-dmp-queue",9347 "cumulus-pallet-parachain-system",9348 "cumulus-pallet-xcm",9349 "cumulus-pallet-xcmp-queue",9350 "cumulus-primitives-core",9351 "cumulus-primitives-timestamp",9352 "cumulus-primitives-utility",9353 "derivative",9354 "evm-coder",9355 "fp-evm",9356 "fp-rpc",9357 "fp-self-contained",9358 "frame-benchmarking",9359 "frame-executive",9360 "frame-support",9361 "frame-system",9362 "frame-system-benchmarking",9363 "frame-system-rpc-runtime-api",9364 "frame-try-runtime",9365 "hex-literal",9366 "impl-trait-for-tuples",9367 "log",9368 "num_enum",9369 "orml-tokens",9370 "orml-traits",9371 "orml-vesting",9372 "orml-xcm-support",9373 "orml-xtokens",9374 "pallet-app-promotion",9375 "pallet-aura",9376 "pallet-authorship",9377 "pallet-balances",9378 "pallet-balances-adapter",9379 "pallet-base-fee",9380 "pallet-collator-selection",9381 "pallet-common",9382 "pallet-configuration",9383 "pallet-ethereum",9384 "pallet-evm",9385 "pallet-evm-coder-substrate",9386 "pallet-evm-contract-helpers",9387 "pallet-evm-migration",9388 "pallet-evm-precompile-simple",9389 "pallet-evm-transaction-payment",9390 "pallet-foreign-assets",9391 "pallet-fungible",9392 "pallet-identity 4.0.0-dev",9393 "pallet-inflation",9394 "pallet-maintenance",9395 "pallet-nonfungible",9396 "pallet-preimage",9397 "pallet-refungible",9398 "pallet-session",9399 "pallet-state-trie-migration",9400 "pallet-structure",9401 "pallet-sudo",9402 "pallet-template-transaction-payment",9403 "pallet-test-utils",9404 "pallet-timestamp",9405 "pallet-transaction-payment",9406 "pallet-transaction-payment-rpc-runtime-api",9407 "pallet-treasury",9408 "pallet-unique",9409 "pallet-xcm",9410 "parachain-info",9411 "parity-scale-codec",9412 "polkadot-parachain",9413 "precompile-utils-macro",9414 "scale-info",9415 "serde",9416 "smallvec",9417 "sp-api",9418 "sp-arithmetic",9419 "sp-block-builder",9420 "sp-consensus-aura",9421 "sp-core",9422 "sp-inherents",9423 "sp-io",9424 "sp-offchain",9425 "sp-runtime",9426 "sp-session",9427 "sp-std",9428 "sp-transaction-pool",9429 "sp-version",9430 "substrate-wasm-builder",9431 "up-common",9432 "up-data-structs",9433 "up-pov-estimate-rpc",9434 "up-rpc",9435 "up-sponsorship",9436 "xcm",9437 "xcm-builder",9438 "xcm-executor",9439]94409441[[package]]9442name = "quick-error"9443version = "1.2.3"9444source = "registry+https://github.com/rust-lang/crates.io-index"9445checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"94469447[[package]]9448name = "quick-protobuf"9449version = "0.8.1"9450source = "registry+https://github.com/rust-lang/crates.io-index"9451checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"9452dependencies = [9453 "byteorder",9454]94559456[[package]]9457name = "quicksink"9458version = "0.1.2"9459source = "registry+https://github.com/rust-lang/crates.io-index"9460checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"9461dependencies = [9462 "futures-core",9463 "futures-sink",9464 "pin-project-lite 0.1.12",9465]94669467[[package]]9468name = "quinn-proto"9469version = "0.9.3"9470source = "registry+https://github.com/rust-lang/crates.io-index"9471checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c"9472dependencies = [9473 "bytes",9474 "rand 0.8.5",9475 "ring",9476 "rustc-hash",9477 "rustls 0.20.8",9478 "slab",9479 "thiserror",9480 "tinyvec",9481 "tracing",9482 "webpki 0.22.0",9483]94849485[[package]]9486name = "quote"9487version = "1.0.27"9488source = "registry+https://github.com/rust-lang/crates.io-index"9489checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"9490dependencies = [9491 "proc-macro2",9492]94939494[[package]]9495name = "radium"9496version = "0.7.0"9497source = "registry+https://github.com/rust-lang/crates.io-index"9498checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"94999500[[package]]9501name = "rand"9502version = "0.7.3"9503source = "registry+https://github.com/rust-lang/crates.io-index"9504checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9505dependencies = [9506 "getrandom 0.1.16",9507 "libc",9508 "rand_chacha 0.2.2",9509 "rand_core 0.5.1",9510 "rand_hc",9511]95129513[[package]]9514name = "rand"9515version = "0.8.5"9516source = "registry+https://github.com/rust-lang/crates.io-index"9517checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9518dependencies = [9519 "libc",9520 "rand_chacha 0.3.1",9521 "rand_core 0.6.4",9522]95239524[[package]]9525name = "rand_chacha"9526version = "0.2.2"9527source = "registry+https://github.com/rust-lang/crates.io-index"9528checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9529dependencies = [9530 "ppv-lite86",9531 "rand_core 0.5.1",9532]95339534[[package]]9535name = "rand_chacha"9536version = "0.3.1"9537source = "registry+https://github.com/rust-lang/crates.io-index"9538checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9539dependencies = [9540 "ppv-lite86",9541 "rand_core 0.6.4",9542]95439544[[package]]9545name = "rand_core"9546version = "0.5.1"9547source = "registry+https://github.com/rust-lang/crates.io-index"9548checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9549dependencies = [9550 "getrandom 0.1.16",9551]95529553[[package]]9554name = "rand_core"9555version = "0.6.4"9556source = "registry+https://github.com/rust-lang/crates.io-index"9557checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9558dependencies = [9559 "getrandom 0.2.9",9560]95619562[[package]]9563name = "rand_hc"9564version = "0.2.0"9565source = "registry+https://github.com/rust-lang/crates.io-index"9566checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9567dependencies = [9568 "rand_core 0.5.1",9569]95709571[[package]]9572name = "rand_pcg"9573version = "0.3.1"9574source = "registry+https://github.com/rust-lang/crates.io-index"9575checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9576dependencies = [9577 "rand_core 0.6.4",9578]95799580[[package]]9581name = "rawpointer"9582version = "0.2.1"9583source = "registry+https://github.com/rust-lang/crates.io-index"9584checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"95859586[[package]]9587name = "rayon"9588version = "1.7.0"9589source = "registry+https://github.com/rust-lang/crates.io-index"9590checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"9591dependencies = [9592 "either",9593 "rayon-core",9594]95959596[[package]]9597name = "rayon-core"9598version = "1.11.0"9599source = "registry+https://github.com/rust-lang/crates.io-index"9600checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"9601dependencies = [9602 "crossbeam-channel",9603 "crossbeam-deque",9604 "crossbeam-utils",9605 "num_cpus",9606]96079608[[package]]9609name = "rcgen"9610version = "0.9.3"9611source = "registry+https://github.com/rust-lang/crates.io-index"9612checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"9613dependencies = [9614 "pem",9615 "ring",9616 "time 0.3.21",9617 "x509-parser 0.13.2",9618 "yasna",9619]96209621[[package]]9622name = "rcgen"9623version = "0.10.0"9624source = "registry+https://github.com/rust-lang/crates.io-index"9625checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"9626dependencies = [9627 "pem",9628 "ring",9629 "time 0.3.21",9630 "yasna",9631]96329633[[package]]9634name = "redox_syscall"9635version = "0.2.16"9636source = "registry+https://github.com/rust-lang/crates.io-index"9637checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9638dependencies = [9639 "bitflags",9640]96419642[[package]]9643name = "redox_syscall"9644version = "0.3.5"9645source = "registry+https://github.com/rust-lang/crates.io-index"9646checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"9647dependencies = [9648 "bitflags",9649]96509651[[package]]9652name = "redox_users"9653version = "0.4.3"9654source = "registry+https://github.com/rust-lang/crates.io-index"9655checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9656dependencies = [9657 "getrandom 0.2.9",9658 "redox_syscall 0.2.16",9659 "thiserror",9660]96619662[[package]]9663name = "reed-solomon-novelpoly"9664version = "1.0.0"9665source = "registry+https://github.com/rust-lang/crates.io-index"9666checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9667dependencies = [9668 "derive_more",9669 "fs-err",9670 "itertools",9671 "static_init 0.5.2",9672 "thiserror",9673]96749675[[package]]9676name = "ref-cast"9677version = "1.0.16"9678source = "registry+https://github.com/rust-lang/crates.io-index"9679checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"9680dependencies = [9681 "ref-cast-impl",9682]96839684[[package]]9685name = "ref-cast-impl"9686version = "1.0.16"9687source = "registry+https://github.com/rust-lang/crates.io-index"9688checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"9689dependencies = [9690 "proc-macro2",9691 "quote",9692 "syn 2.0.16",9693]96949695[[package]]9696name = "regalloc2"9697version = "0.5.1"9698source = "registry+https://github.com/rust-lang/crates.io-index"9699checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"9700dependencies = [9701 "fxhash",9702 "log",9703 "slice-group-by",9704 "smallvec",9705]97069707[[package]]9708name = "regex"9709version = "1.8.1"9710source = "registry+https://github.com/rust-lang/crates.io-index"9711checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"9712dependencies = [9713 "aho-corasick 1.0.1",9714 "memchr",9715 "regex-syntax 0.7.1",9716]97179718[[package]]9719name = "regex-automata"9720version = "0.1.10"9721source = "registry+https://github.com/rust-lang/crates.io-index"9722checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9723dependencies = [9724 "regex-syntax 0.6.29",9725]97269727[[package]]9728name = "regex-syntax"9729version = "0.6.29"9730source = "registry+https://github.com/rust-lang/crates.io-index"9731checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"97329733[[package]]9734name = "regex-syntax"9735version = "0.7.1"9736source = "registry+https://github.com/rust-lang/crates.io-index"9737checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"97389739[[package]]9740name = "region"9741version = "3.0.0"9742source = "registry+https://github.com/rust-lang/crates.io-index"9743checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"9744dependencies = [9745 "bitflags",9746 "libc",9747 "mach",9748 "winapi",9749]97509751[[package]]9752name = "resolv-conf"9753version = "0.7.0"9754source = "registry+https://github.com/rust-lang/crates.io-index"9755checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9756dependencies = [9757 "hostname",9758 "quick-error",9759]97609761[[package]]9762name = "rfc6979"9763version = "0.3.1"9764source = "registry+https://github.com/rust-lang/crates.io-index"9765checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9766dependencies = [9767 "crypto-bigint 0.4.9",9768 "hmac 0.12.1",9769 "zeroize",9770]97719772[[package]]9773name = "rfc6979"9774version = "0.4.0"9775source = "registry+https://github.com/rust-lang/crates.io-index"9776checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"9777dependencies = [9778 "hmac 0.12.1",9779 "subtle",9780]97819782[[package]]9783name = "ring"9784version = "0.16.20"9785source = "registry+https://github.com/rust-lang/crates.io-index"9786checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9787dependencies = [9788 "cc",9789 "libc",9790 "once_cell",9791 "spin",9792 "untrusted",9793 "web-sys",9794 "winapi",9795]97969797[[package]]9798name = "ripemd"9799version = "0.1.3"9800source = "registry+https://github.com/rust-lang/crates.io-index"9801checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9802dependencies = [9803 "digest 0.10.7",9804]98059806[[package]]9807name = "rlp"9808version = "0.5.2"9809source = "registry+https://github.com/rust-lang/crates.io-index"9810checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9811dependencies = [9812 "bytes",9813 "rlp-derive",9814 "rustc-hex",9815]98169817[[package]]9818name = "rlp-derive"9819version = "0.1.0"9820source = "registry+https://github.com/rust-lang/crates.io-index"9821checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9822dependencies = [9823 "proc-macro2",9824 "quote",9825 "syn 1.0.109",9826]98279828[[package]]9829name = "rocksdb"9830version = "0.20.1"9831source = "registry+https://github.com/rust-lang/crates.io-index"9832checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"9833dependencies = [9834 "libc",9835 "librocksdb-sys",9836]98379838[[package]]9839name = "rococo-runtime"9840version = "0.9.42"9841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9842dependencies = [9843 "binary-merkle-tree",9844 "frame-benchmarking",9845 "frame-executive",9846 "frame-support",9847 "frame-system",9848 "frame-system-benchmarking",9849 "frame-system-rpc-runtime-api",9850 "frame-try-runtime",9851 "hex-literal",9852 "log",9853 "pallet-authority-discovery",9854 "pallet-authorship",9855 "pallet-babe",9856 "pallet-balances",9857 "pallet-beefy",9858 "pallet-beefy-mmr",9859 "pallet-bounties",9860 "pallet-child-bounties",9861 "pallet-collective",9862 "pallet-democracy",9863 "pallet-elections-phragmen",9864 "pallet-grandpa",9865 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",9866 "pallet-im-online",9867 "pallet-indices",9868 "pallet-membership",9869 "pallet-mmr",9870 "pallet-multisig",9871 "pallet-nis",9872 "pallet-offences",9873 "pallet-preimage",9874 "pallet-proxy",9875 "pallet-recovery",9876 "pallet-scheduler",9877 "pallet-session",9878 "pallet-society",9879 "pallet-staking",9880 "pallet-state-trie-migration",9881 "pallet-sudo",9882 "pallet-timestamp",9883 "pallet-tips",9884 "pallet-transaction-payment",9885 "pallet-transaction-payment-rpc-runtime-api",9886 "pallet-treasury",9887 "pallet-utility",9888 "pallet-vesting",9889 "pallet-xcm",9890 "pallet-xcm-benchmarks",9891 "parity-scale-codec",9892 "polkadot-parachain",9893 "polkadot-primitives",9894 "polkadot-runtime-common",9895 "polkadot-runtime-parachains",9896 "rococo-runtime-constants",9897 "scale-info",9898 "serde",9899 "serde_derive",9900 "smallvec",9901 "sp-api",9902 "sp-authority-discovery",9903 "sp-block-builder",9904 "sp-consensus-babe",9905 "sp-consensus-beefy",9906 "sp-core",9907 "sp-inherents",9908 "sp-io",9909 "sp-mmr-primitives",9910 "sp-offchain",9911 "sp-runtime",9912 "sp-session",9913 "sp-staking",9914 "sp-std",9915 "sp-transaction-pool",9916 "sp-version",9917 "static_assertions",9918 "substrate-wasm-builder",9919 "xcm",9920 "xcm-builder",9921 "xcm-executor",9922]99239924[[package]]9925name = "rococo-runtime-constants"9926version = "0.9.42"9927source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"9928dependencies = [9929 "frame-support",9930 "polkadot-primitives",9931 "polkadot-runtime-common",9932 "smallvec",9933 "sp-core",9934 "sp-runtime",9935 "sp-weights",9936]99379938[[package]]9939name = "rpassword"9940version = "7.2.0"9941source = "registry+https://github.com/rust-lang/crates.io-index"9942checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9943dependencies = [9944 "libc",9945 "rtoolbox",9946 "winapi",9947]99489949[[package]]9950name = "rtcp"9951version = "0.7.2"9952source = "registry+https://github.com/rust-lang/crates.io-index"9953checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691"9954dependencies = [9955 "bytes",9956 "thiserror",9957 "webrtc-util",9958]99599960[[package]]9961name = "rtnetlink"9962version = "0.10.1"9963source = "registry+https://github.com/rust-lang/crates.io-index"9964checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9965dependencies = [9966 "futures",9967 "log",9968 "netlink-packet-route",9969 "netlink-proto",9970 "nix",9971 "thiserror",9972 "tokio",9973]99749975[[package]]9976name = "rtoolbox"9977version = "0.0.1"9978source = "registry+https://github.com/rust-lang/crates.io-index"9979checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9980dependencies = [9981 "libc",9982 "winapi",9983]99849985[[package]]9986name = "rtp"9987version = "0.6.8"9988source = "registry+https://github.com/rust-lang/crates.io-index"9989checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80"9990dependencies = [9991 "async-trait",9992 "bytes",9993 "rand 0.8.5",9994 "serde",9995 "thiserror",9996 "webrtc-util",9997]99989999[[package]]10000name = "rustc-demangle"10001version = "0.1.23"10002source = "registry+https://github.com/rust-lang/crates.io-index"10003checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"1000410005[[package]]10006name = "rustc-hash"10007version = "1.1.0"10008source = "registry+https://github.com/rust-lang/crates.io-index"10009checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"1001010011[[package]]10012name = "rustc-hex"10013version = "2.1.0"10014source = "registry+https://github.com/rust-lang/crates.io-index"10015checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"1001610017[[package]]10018name = "rustc_version"10019version = "0.4.0"10020source = "registry+https://github.com/rust-lang/crates.io-index"10021checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"10022dependencies = [10023 "semver 1.0.17",10024]1002510026[[package]]10027name = "rusticata-macros"10028version = "4.1.0"10029source = "registry+https://github.com/rust-lang/crates.io-index"10030checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"10031dependencies = [10032 "nom",10033]1003410035[[package]]10036name = "rustix"10037version = "0.36.14"10038source = "registry+https://github.com/rust-lang/crates.io-index"10039checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"10040dependencies = [10041 "bitflags",10042 "errno",10043 "io-lifetimes",10044 "libc",10045 "linux-raw-sys 0.1.4",10046 "windows-sys 0.45.0",10047]1004810049[[package]]10050name = "rustix"10051version = "0.37.19"10052source = "registry+https://github.com/rust-lang/crates.io-index"10053checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"10054dependencies = [10055 "bitflags",10056 "errno",10057 "io-lifetimes",10058 "libc",10059 "linux-raw-sys 0.3.8",10060 "windows-sys 0.48.0",10061]1006210063[[package]]10064name = "rustls"10065version = "0.19.1"10066source = "registry+https://github.com/rust-lang/crates.io-index"10067checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"10068dependencies = [10069 "base64 0.13.1",10070 "log",10071 "ring",10072 "sct 0.6.1",10073 "webpki 0.21.4",10074]1007510076[[package]]10077name = "rustls"10078version = "0.20.8"10079source = "registry+https://github.com/rust-lang/crates.io-index"10080checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"10081dependencies = [10082 "log",10083 "ring",10084 "sct 0.7.0",10085 "webpki 0.22.0",10086]1008710088[[package]]10089name = "rustls-native-certs"10090version = "0.6.2"10091source = "registry+https://github.com/rust-lang/crates.io-index"10092checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"10093dependencies = [10094 "openssl-probe",10095 "rustls-pemfile",10096 "schannel",10097 "security-framework",10098]1009910100[[package]]10101name = "rustls-pemfile"10102version = "1.0.2"10103source = "registry+https://github.com/rust-lang/crates.io-index"10104checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"10105dependencies = [10106 "base64 0.21.1",10107]1010810109[[package]]10110name = "rustversion"10111version = "1.0.12"10112source = "registry+https://github.com/rust-lang/crates.io-index"10113checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"1011410115[[package]]10116name = "rw-stream-sink"10117version = "0.3.0"10118source = "registry+https://github.com/rust-lang/crates.io-index"10119checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"10120dependencies = [10121 "futures",10122 "pin-project",10123 "static_assertions",10124]1012510126[[package]]10127name = "ryu"10128version = "1.0.13"10129source = "registry+https://github.com/rust-lang/crates.io-index"10130checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"1013110132[[package]]10133name = "safe_arch"10134version = "0.6.0"10135source = "registry+https://github.com/rust-lang/crates.io-index"10136checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"10137dependencies = [10138 "bytemuck",10139]1014010141[[package]]10142name = "same-file"10143version = "1.0.6"10144source = "registry+https://github.com/rust-lang/crates.io-index"10145checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"10146dependencies = [10147 "winapi-util",10148]1014910150[[package]]10151name = "sc-allocator"10152version = "4.1.0-dev"10153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10154dependencies = [10155 "log",10156 "sp-core",10157 "sp-wasm-interface",10158 "thiserror",10159]1016010161[[package]]10162name = "sc-authority-discovery"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10165dependencies = [10166 "async-trait",10167 "futures",10168 "futures-timer",10169 "ip_network",10170 "libp2p",10171 "log",10172 "parity-scale-codec",10173 "prost",10174 "prost-build",10175 "rand 0.8.5",10176 "sc-client-api",10177 "sc-network",10178 "sc-network-common",10179 "sp-api",10180 "sp-authority-discovery",10181 "sp-blockchain",10182 "sp-core",10183 "sp-keystore",10184 "sp-runtime",10185 "substrate-prometheus-endpoint",10186 "thiserror",10187]1018810189[[package]]10190name = "sc-basic-authorship"10191version = "0.10.0-dev"10192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10193dependencies = [10194 "futures",10195 "futures-timer",10196 "log",10197 "parity-scale-codec",10198 "sc-block-builder",10199 "sc-client-api",10200 "sc-proposer-metrics",10201 "sc-telemetry",10202 "sc-transaction-pool-api",10203 "sp-api",10204 "sp-blockchain",10205 "sp-consensus",10206 "sp-core",10207 "sp-inherents",10208 "sp-runtime",10209 "substrate-prometheus-endpoint",10210]1021110212[[package]]10213name = "sc-block-builder"10214version = "0.10.0-dev"10215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10216dependencies = [10217 "parity-scale-codec",10218 "sc-client-api",10219 "sp-api",10220 "sp-block-builder",10221 "sp-blockchain",10222 "sp-core",10223 "sp-inherents",10224 "sp-runtime",10225]1022610227[[package]]10228name = "sc-chain-spec"10229version = "4.0.0-dev"10230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10231dependencies = [10232 "memmap2",10233 "sc-chain-spec-derive",10234 "sc-client-api",10235 "sc-executor",10236 "sc-network",10237 "sc-telemetry",10238 "serde",10239 "serde_json",10240 "sp-blockchain",10241 "sp-core",10242 "sp-runtime",10243 "sp-state-machine",10244]1024510246[[package]]10247name = "sc-chain-spec-derive"10248version = "4.0.0-dev"10249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10250dependencies = [10251 "proc-macro-crate",10252 "proc-macro2",10253 "quote",10254 "syn 2.0.16",10255]1025610257[[package]]10258name = "sc-cli"10259version = "0.10.0-dev"10260source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10261dependencies = [10262 "array-bytes 4.2.0",10263 "chrono",10264 "clap",10265 "fdlimit",10266 "futures",10267 "libp2p",10268 "log",10269 "names",10270 "parity-scale-codec",10271 "rand 0.8.5",10272 "regex",10273 "rpassword",10274 "sc-client-api",10275 "sc-client-db",10276 "sc-keystore",10277 "sc-network",10278 "sc-network-common",10279 "sc-service",10280 "sc-telemetry",10281 "sc-tracing",10282 "sc-utils",10283 "serde",10284 "serde_json",10285 "sp-blockchain",10286 "sp-core",10287 "sp-keyring",10288 "sp-keystore",10289 "sp-panic-handler",10290 "sp-runtime",10291 "sp-version",10292 "thiserror",10293 "tiny-bip39",10294 "tokio",10295]1029610297[[package]]10298name = "sc-client-api"10299version = "4.0.0-dev"10300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10301dependencies = [10302 "fnv",10303 "futures",10304 "log",10305 "parity-scale-codec",10306 "parking_lot 0.12.1",10307 "sc-executor",10308 "sc-transaction-pool-api",10309 "sc-utils",10310 "sp-api",10311 "sp-blockchain",10312 "sp-consensus",10313 "sp-core",10314 "sp-database",10315 "sp-externalities",10316 "sp-keystore",10317 "sp-runtime",10318 "sp-state-machine",10319 "sp-storage",10320 "substrate-prometheus-endpoint",10321]1032210323[[package]]10324name = "sc-client-db"10325version = "0.10.0-dev"10326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10327dependencies = [10328 "hash-db 0.16.0",10329 "kvdb",10330 "kvdb-memorydb",10331 "kvdb-rocksdb",10332 "linked-hash-map",10333 "log",10334 "parity-db",10335 "parity-scale-codec",10336 "parking_lot 0.12.1",10337 "sc-client-api",10338 "sc-state-db",10339 "schnellru",10340 "sp-arithmetic",10341 "sp-blockchain",10342 "sp-core",10343 "sp-database",10344 "sp-runtime",10345 "sp-state-machine",10346 "sp-trie",10347]1034810349[[package]]10350name = "sc-consensus"10351version = "0.10.0-dev"10352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10353dependencies = [10354 "async-trait",10355 "futures",10356 "futures-timer",10357 "libp2p",10358 "log",10359 "mockall",10360 "parking_lot 0.12.1",10361 "sc-client-api",10362 "sc-utils",10363 "serde",10364 "sp-api",10365 "sp-blockchain",10366 "sp-consensus",10367 "sp-core",10368 "sp-runtime",10369 "sp-state-machine",10370 "substrate-prometheus-endpoint",10371 "thiserror",10372]1037310374[[package]]10375name = "sc-consensus-aura"10376version = "0.10.0-dev"10377source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10378dependencies = [10379 "async-trait",10380 "futures",10381 "log",10382 "parity-scale-codec",10383 "sc-block-builder",10384 "sc-client-api",10385 "sc-consensus",10386 "sc-consensus-slots",10387 "sc-telemetry",10388 "sp-api",10389 "sp-application-crypto",10390 "sp-block-builder",10391 "sp-blockchain",10392 "sp-consensus",10393 "sp-consensus-aura",10394 "sp-consensus-slots",10395 "sp-core",10396 "sp-inherents",10397 "sp-keystore",10398 "sp-runtime",10399 "substrate-prometheus-endpoint",10400 "thiserror",10401]1040210403[[package]]10404name = "sc-consensus-babe"10405version = "0.10.0-dev"10406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10407dependencies = [10408 "async-trait",10409 "fork-tree",10410 "futures",10411 "log",10412 "num-bigint",10413 "num-rational",10414 "num-traits",10415 "parity-scale-codec",10416 "parking_lot 0.12.1",10417 "sc-client-api",10418 "sc-consensus",10419 "sc-consensus-epochs",10420 "sc-consensus-slots",10421 "sc-keystore",10422 "sc-telemetry",10423 "scale-info",10424 "sp-api",10425 "sp-application-crypto",10426 "sp-block-builder",10427 "sp-blockchain",10428 "sp-consensus",10429 "sp-consensus-babe",10430 "sp-consensus-slots",10431 "sp-core",10432 "sp-inherents",10433 "sp-keystore",10434 "sp-runtime",10435 "substrate-prometheus-endpoint",10436 "thiserror",10437]1043810439[[package]]10440name = "sc-consensus-babe-rpc"10441version = "0.10.0-dev"10442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10443dependencies = [10444 "futures",10445 "jsonrpsee",10446 "sc-consensus-babe",10447 "sc-consensus-epochs",10448 "sc-rpc-api",10449 "serde",10450 "sp-api",10451 "sp-application-crypto",10452 "sp-blockchain",10453 "sp-consensus",10454 "sp-consensus-babe",10455 "sp-core",10456 "sp-keystore",10457 "sp-runtime",10458 "thiserror",10459]1046010461[[package]]10462name = "sc-consensus-beefy"10463version = "4.0.0-dev"10464source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10465dependencies = [10466 "array-bytes 4.2.0",10467 "async-trait",10468 "fnv",10469 "futures",10470 "log",10471 "parity-scale-codec",10472 "parking_lot 0.12.1",10473 "sc-client-api",10474 "sc-consensus",10475 "sc-keystore",10476 "sc-network",10477 "sc-network-common",10478 "sc-network-gossip",10479 "sc-network-sync",10480 "sc-utils",10481 "sp-api",10482 "sp-application-crypto",10483 "sp-arithmetic",10484 "sp-blockchain",10485 "sp-consensus",10486 "sp-consensus-beefy",10487 "sp-core",10488 "sp-keystore",10489 "sp-mmr-primitives",10490 "sp-runtime",10491 "substrate-prometheus-endpoint",10492 "thiserror",10493 "wasm-timer",10494]1049510496[[package]]10497name = "sc-consensus-beefy-rpc"10498version = "4.0.0-dev"10499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10500dependencies = [10501 "futures",10502 "jsonrpsee",10503 "log",10504 "parity-scale-codec",10505 "parking_lot 0.12.1",10506 "sc-consensus-beefy",10507 "sc-rpc",10508 "serde",10509 "sp-consensus-beefy",10510 "sp-core",10511 "sp-runtime",10512 "thiserror",10513]1051410515[[package]]10516name = "sc-consensus-epochs"10517version = "0.10.0-dev"10518source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10519dependencies = [10520 "fork-tree",10521 "parity-scale-codec",10522 "sc-client-api",10523 "sc-consensus",10524 "sp-blockchain",10525 "sp-runtime",10526]1052710528[[package]]10529name = "sc-consensus-grandpa"10530version = "0.10.0-dev"10531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10532dependencies = [10533 "ahash 0.8.3",10534 "array-bytes 4.2.0",10535 "async-trait",10536 "dyn-clone",10537 "finality-grandpa",10538 "fork-tree",10539 "futures",10540 "futures-timer",10541 "log",10542 "parity-scale-codec",10543 "parking_lot 0.12.1",10544 "rand 0.8.5",10545 "sc-block-builder",10546 "sc-chain-spec",10547 "sc-client-api",10548 "sc-consensus",10549 "sc-network",10550 "sc-network-common",10551 "sc-network-gossip",10552 "sc-telemetry",10553 "sc-utils",10554 "serde_json",10555 "sp-api",10556 "sp-application-crypto",10557 "sp-arithmetic",10558 "sp-blockchain",10559 "sp-consensus",10560 "sp-consensus-grandpa",10561 "sp-core",10562 "sp-keystore",10563 "sp-runtime",10564 "substrate-prometheus-endpoint",10565 "thiserror",10566]1056710568[[package]]10569name = "sc-consensus-grandpa-rpc"10570version = "0.10.0-dev"10571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10572dependencies = [10573 "finality-grandpa",10574 "futures",10575 "jsonrpsee",10576 "log",10577 "parity-scale-codec",10578 "sc-client-api",10579 "sc-consensus-grandpa",10580 "sc-rpc",10581 "serde",10582 "sp-blockchain",10583 "sp-core",10584 "sp-runtime",10585 "thiserror",10586]1058710588[[package]]10589name = "sc-consensus-manual-seal"10590version = "0.10.0-dev"10591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10592dependencies = [10593 "assert_matches",10594 "async-trait",10595 "futures",10596 "jsonrpsee",10597 "log",10598 "parity-scale-codec",10599 "sc-client-api",10600 "sc-consensus",10601 "sc-consensus-aura",10602 "sc-consensus-babe",10603 "sc-consensus-epochs",10604 "sc-transaction-pool",10605 "sc-transaction-pool-api",10606 "serde",10607 "sp-api",10608 "sp-blockchain",10609 "sp-consensus",10610 "sp-consensus-aura",10611 "sp-consensus-babe",10612 "sp-consensus-slots",10613 "sp-core",10614 "sp-inherents",10615 "sp-keystore",10616 "sp-runtime",10617 "sp-timestamp",10618 "substrate-prometheus-endpoint",10619 "thiserror",10620]1062110622[[package]]10623name = "sc-consensus-slots"10624version = "0.10.0-dev"10625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10626dependencies = [10627 "async-trait",10628 "futures",10629 "futures-timer",10630 "log",10631 "parity-scale-codec",10632 "sc-client-api",10633 "sc-consensus",10634 "sc-telemetry",10635 "sp-arithmetic",10636 "sp-blockchain",10637 "sp-consensus",10638 "sp-consensus-slots",10639 "sp-core",10640 "sp-inherents",10641 "sp-runtime",10642 "sp-state-machine",10643]1064410645[[package]]10646name = "sc-executor"10647version = "0.10.0-dev"10648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10649dependencies = [10650 "lru 0.8.1",10651 "parity-scale-codec",10652 "parking_lot 0.12.1",10653 "sc-executor-common",10654 "sc-executor-wasmi",10655 "sc-executor-wasmtime",10656 "sp-api",10657 "sp-core",10658 "sp-externalities",10659 "sp-io",10660 "sp-panic-handler",10661 "sp-runtime-interface",10662 "sp-trie",10663 "sp-version",10664 "sp-wasm-interface",10665 "tracing",10666 "wasmi",10667]1066810669[[package]]10670name = "sc-executor-common"10671version = "0.10.0-dev"10672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10673dependencies = [10674 "sc-allocator",10675 "sp-maybe-compressed-blob",10676 "sp-wasm-interface",10677 "thiserror",10678 "wasm-instrument",10679 "wasmi",10680]1068110682[[package]]10683name = "sc-executor-wasmi"10684version = "0.10.0-dev"10685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10686dependencies = [10687 "log",10688 "sc-allocator",10689 "sc-executor-common",10690 "sp-runtime-interface",10691 "sp-wasm-interface",10692 "wasmi",10693]1069410695[[package]]10696name = "sc-executor-wasmtime"10697version = "0.10.0-dev"10698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10699dependencies = [10700 "anyhow",10701 "cfg-if",10702 "libc",10703 "log",10704 "once_cell",10705 "rustix 0.36.14",10706 "sc-allocator",10707 "sc-executor-common",10708 "sp-runtime-interface",10709 "sp-wasm-interface",10710 "wasmtime",10711]1071210713[[package]]10714name = "sc-informant"10715version = "0.10.0-dev"10716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10717dependencies = [10718 "ansi_term",10719 "futures",10720 "futures-timer",10721 "log",10722 "sc-client-api",10723 "sc-network",10724 "sc-network-common",10725 "sp-blockchain",10726 "sp-runtime",10727]1072810729[[package]]10730name = "sc-keystore"10731version = "4.0.0-dev"10732source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10733dependencies = [10734 "array-bytes 4.2.0",10735 "async-trait",10736 "parking_lot 0.12.1",10737 "serde_json",10738 "sp-application-crypto",10739 "sp-core",10740 "sp-keystore",10741 "thiserror",10742]1074310744[[package]]10745name = "sc-network"10746version = "0.10.0-dev"10747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10748dependencies = [10749 "array-bytes 4.2.0",10750 "async-channel",10751 "async-trait",10752 "asynchronous-codec",10753 "bytes",10754 "either",10755 "fnv",10756 "futures",10757 "futures-timer",10758 "ip_network",10759 "libp2p",10760 "linked_hash_set",10761 "log",10762 "lru 0.8.1",10763 "mockall",10764 "parity-scale-codec",10765 "parking_lot 0.12.1",10766 "pin-project",10767 "rand 0.8.5",10768 "sc-block-builder",10769 "sc-client-api",10770 "sc-consensus",10771 "sc-network-common",10772 "sc-peerset",10773 "sc-utils",10774 "serde",10775 "serde_json",10776 "smallvec",10777 "snow",10778 "sp-arithmetic",10779 "sp-blockchain",10780 "sp-consensus",10781 "sp-core",10782 "sp-runtime",10783 "substrate-prometheus-endpoint",10784 "thiserror",10785 "unsigned-varint",10786 "zeroize",10787]1078810789[[package]]10790name = "sc-network-bitswap"10791version = "0.10.0-dev"10792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10793dependencies = [10794 "cid",10795 "futures",10796 "libp2p",10797 "log",10798 "prost",10799 "prost-build",10800 "sc-client-api",10801 "sc-network",10802 "sc-network-common",10803 "sp-blockchain",10804 "sp-runtime",10805 "thiserror",10806 "unsigned-varint",10807]1080810809[[package]]10810name = "sc-network-common"10811version = "0.10.0-dev"10812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10813dependencies = [10814 "array-bytes 4.2.0",10815 "async-trait",10816 "bitflags",10817 "bytes",10818 "futures",10819 "futures-timer",10820 "libp2p",10821 "parity-scale-codec",10822 "prost-build",10823 "sc-consensus",10824 "sc-peerset",10825 "sc-utils",10826 "serde",10827 "smallvec",10828 "sp-blockchain",10829 "sp-consensus",10830 "sp-consensus-grandpa",10831 "sp-runtime",10832 "substrate-prometheus-endpoint",10833 "thiserror",10834 "zeroize",10835]1083610837[[package]]10838name = "sc-network-gossip"10839version = "0.10.0-dev"10840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10841dependencies = [10842 "ahash 0.8.3",10843 "futures",10844 "futures-timer",10845 "libp2p",10846 "log",10847 "lru 0.8.1",10848 "sc-network",10849 "sc-network-common",10850 "sc-peerset",10851 "sp-runtime",10852 "substrate-prometheus-endpoint",10853 "tracing",10854]1085510856[[package]]10857name = "sc-network-light"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 "futures",10863 "libp2p",10864 "log",10865 "parity-scale-codec",10866 "prost",10867 "prost-build",10868 "sc-client-api",10869 "sc-network",10870 "sc-network-common",10871 "sc-peerset",10872 "sp-blockchain",10873 "sp-core",10874 "sp-runtime",10875 "thiserror",10876]1087710878[[package]]10879name = "sc-network-sync"10880version = "0.10.0-dev"10881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10882dependencies = [10883 "array-bytes 4.2.0",10884 "async-trait",10885 "fork-tree",10886 "futures",10887 "futures-timer",10888 "libp2p",10889 "log",10890 "lru 0.8.1",10891 "mockall",10892 "parity-scale-codec",10893 "prost",10894 "prost-build",10895 "sc-client-api",10896 "sc-consensus",10897 "sc-network",10898 "sc-network-common",10899 "sc-peerset",10900 "sc-utils",10901 "smallvec",10902 "sp-arithmetic",10903 "sp-blockchain",10904 "sp-consensus",10905 "sp-consensus-grandpa",10906 "sp-core",10907 "sp-runtime",10908 "substrate-prometheus-endpoint",10909 "thiserror",10910]1091110912[[package]]10913name = "sc-network-transactions"10914version = "0.10.0-dev"10915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10916dependencies = [10917 "array-bytes 4.2.0",10918 "futures",10919 "libp2p",10920 "log",10921 "parity-scale-codec",10922 "pin-project",10923 "sc-network",10924 "sc-network-common",10925 "sc-peerset",10926 "sc-utils",10927 "sp-consensus",10928 "sp-runtime",10929 "substrate-prometheus-endpoint",10930]1093110932[[package]]10933name = "sc-offchain"10934version = "4.0.0-dev"10935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10936dependencies = [10937 "array-bytes 4.2.0",10938 "bytes",10939 "fnv",10940 "futures",10941 "futures-timer",10942 "hyper",10943 "hyper-rustls",10944 "libp2p",10945 "num_cpus",10946 "once_cell",10947 "parity-scale-codec",10948 "parking_lot 0.12.1",10949 "rand 0.8.5",10950 "sc-client-api",10951 "sc-network",10952 "sc-network-common",10953 "sc-peerset",10954 "sc-utils",10955 "sp-api",10956 "sp-core",10957 "sp-offchain",10958 "sp-runtime",10959 "threadpool",10960 "tracing",10961]1096210963[[package]]10964name = "sc-peerset"10965version = "4.0.0-dev"10966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10967dependencies = [10968 "futures",10969 "libp2p",10970 "log",10971 "sc-utils",10972 "serde_json",10973 "wasm-timer",10974]1097510976[[package]]10977name = "sc-proposer-metrics"10978version = "0.10.0-dev"10979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10980dependencies = [10981 "log",10982 "substrate-prometheus-endpoint",10983]1098410985[[package]]10986name = "sc-rpc"10987version = "4.0.0-dev"10988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"10989dependencies = [10990 "futures",10991 "jsonrpsee",10992 "log",10993 "parity-scale-codec",10994 "parking_lot 0.12.1",10995 "sc-block-builder",10996 "sc-chain-spec",10997 "sc-client-api",10998 "sc-rpc-api",10999 "sc-tracing",11000 "sc-transaction-pool-api",11001 "sc-utils",11002 "serde_json",11003 "sp-api",11004 "sp-blockchain",11005 "sp-core",11006 "sp-keystore",11007 "sp-offchain",11008 "sp-rpc",11009 "sp-runtime",11010 "sp-session",11011 "sp-version",11012 "tokio",11013]1101411015[[package]]11016name = "sc-rpc-api"11017version = "0.10.0-dev"11018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11019dependencies = [11020 "jsonrpsee",11021 "parity-scale-codec",11022 "sc-chain-spec",11023 "sc-transaction-pool-api",11024 "scale-info",11025 "serde",11026 "serde_json",11027 "sp-core",11028 "sp-rpc",11029 "sp-runtime",11030 "sp-version",11031 "thiserror",11032]1103311034[[package]]11035name = "sc-rpc-server"11036version = "4.0.0-dev"11037source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11038dependencies = [11039 "http",11040 "jsonrpsee",11041 "log",11042 "serde_json",11043 "substrate-prometheus-endpoint",11044 "tokio",11045 "tower",11046 "tower-http",11047]1104811049[[package]]11050name = "sc-rpc-spec-v2"11051version = "0.10.0-dev"11052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11053dependencies = [11054 "array-bytes 4.2.0",11055 "futures",11056 "futures-util",11057 "hex",11058 "jsonrpsee",11059 "log",11060 "parity-scale-codec",11061 "parking_lot 0.12.1",11062 "sc-chain-spec",11063 "sc-client-api",11064 "sc-transaction-pool-api",11065 "serde",11066 "sp-api",11067 "sp-blockchain",11068 "sp-core",11069 "sp-runtime",11070 "sp-version",11071 "thiserror",11072 "tokio-stream",11073]1107411075[[package]]11076name = "sc-service"11077version = "0.10.0-dev"11078source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11079dependencies = [11080 "async-trait",11081 "directories",11082 "exit-future",11083 "futures",11084 "futures-timer",11085 "jsonrpsee",11086 "log",11087 "parity-scale-codec",11088 "parking_lot 0.12.1",11089 "pin-project",11090 "rand 0.8.5",11091 "sc-block-builder",11092 "sc-chain-spec",11093 "sc-client-api",11094 "sc-client-db",11095 "sc-consensus",11096 "sc-executor",11097 "sc-informant",11098 "sc-keystore",11099 "sc-network",11100 "sc-network-bitswap",11101 "sc-network-common",11102 "sc-network-light",11103 "sc-network-sync",11104 "sc-network-transactions",11105 "sc-offchain",11106 "sc-rpc",11107 "sc-rpc-server",11108 "sc-rpc-spec-v2",11109 "sc-storage-monitor",11110 "sc-sysinfo",11111 "sc-telemetry",11112 "sc-tracing",11113 "sc-transaction-pool",11114 "sc-transaction-pool-api",11115 "sc-utils",11116 "serde",11117 "serde_json",11118 "sp-api",11119 "sp-blockchain",11120 "sp-consensus",11121 "sp-core",11122 "sp-externalities",11123 "sp-keystore",11124 "sp-runtime",11125 "sp-session",11126 "sp-state-machine",11127 "sp-storage",11128 "sp-transaction-pool",11129 "sp-transaction-storage-proof",11130 "sp-trie",11131 "sp-version",11132 "static_init 1.0.3",11133 "substrate-prometheus-endpoint",11134 "tempfile",11135 "thiserror",11136 "tokio",11137 "tracing",11138 "tracing-futures",11139]1114011141[[package]]11142name = "sc-state-db"11143version = "0.10.0-dev"11144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11145dependencies = [11146 "log",11147 "parity-scale-codec",11148 "parking_lot 0.12.1",11149 "sp-core",11150]1115111152[[package]]11153name = "sc-storage-monitor"11154version = "0.1.0"11155source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11156dependencies = [11157 "clap",11158 "fs4",11159 "futures",11160 "log",11161 "sc-client-db",11162 "sc-utils",11163 "sp-core",11164 "thiserror",11165 "tokio",11166]1116711168[[package]]11169name = "sc-sync-state-rpc"11170version = "0.10.0-dev"11171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11172dependencies = [11173 "jsonrpsee",11174 "parity-scale-codec",11175 "sc-chain-spec",11176 "sc-client-api",11177 "sc-consensus-babe",11178 "sc-consensus-epochs",11179 "sc-consensus-grandpa",11180 "serde",11181 "serde_json",11182 "sp-blockchain",11183 "sp-runtime",11184 "thiserror",11185]1118611187[[package]]11188name = "sc-sysinfo"11189version = "6.0.0-dev"11190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11191dependencies = [11192 "futures",11193 "libc",11194 "log",11195 "rand 0.8.5",11196 "rand_pcg",11197 "regex",11198 "sc-telemetry",11199 "serde",11200 "serde_json",11201 "sp-core",11202 "sp-io",11203 "sp-std",11204]1120511206[[package]]11207name = "sc-telemetry"11208version = "4.0.0-dev"11209source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11210dependencies = [11211 "chrono",11212 "futures",11213 "libp2p",11214 "log",11215 "parking_lot 0.12.1",11216 "pin-project",11217 "rand 0.8.5",11218 "sc-utils",11219 "serde",11220 "serde_json",11221 "thiserror",11222 "wasm-timer",11223]1122411225[[package]]11226name = "sc-tracing"11227version = "4.0.0-dev"11228source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11229dependencies = [11230 "ansi_term",11231 "atty",11232 "chrono",11233 "lazy_static",11234 "libc",11235 "log",11236 "once_cell",11237 "parking_lot 0.12.1",11238 "regex",11239 "rustc-hash",11240 "sc-client-api",11241 "sc-rpc-server",11242 "sc-tracing-proc-macro",11243 "serde",11244 "sp-api",11245 "sp-blockchain",11246 "sp-core",11247 "sp-rpc",11248 "sp-runtime",11249 "sp-tracing",11250 "thiserror",11251 "tracing",11252 "tracing-log",11253 "tracing-subscriber",11254]1125511256[[package]]11257name = "sc-tracing-proc-macro"11258version = "4.0.0-dev"11259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11260dependencies = [11261 "proc-macro-crate",11262 "proc-macro2",11263 "quote",11264 "syn 2.0.16",11265]1126611267[[package]]11268name = "sc-transaction-pool"11269version = "4.0.0-dev"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11271dependencies = [11272 "async-trait",11273 "futures",11274 "futures-timer",11275 "linked-hash-map",11276 "log",11277 "num-traits",11278 "parity-scale-codec",11279 "parking_lot 0.12.1",11280 "sc-client-api",11281 "sc-transaction-pool-api",11282 "sc-utils",11283 "serde",11284 "sp-api",11285 "sp-blockchain",11286 "sp-core",11287 "sp-runtime",11288 "sp-tracing",11289 "sp-transaction-pool",11290 "substrate-prometheus-endpoint",11291 "thiserror",11292]1129311294[[package]]11295name = "sc-transaction-pool-api"11296version = "4.0.0-dev"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11298dependencies = [11299 "async-trait",11300 "futures",11301 "log",11302 "serde",11303 "sp-blockchain",11304 "sp-runtime",11305 "thiserror",11306]1130711308[[package]]11309name = "sc-utils"11310version = "4.0.0-dev"11311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11312dependencies = [11313 "async-channel",11314 "futures",11315 "futures-timer",11316 "lazy_static",11317 "log",11318 "parking_lot 0.12.1",11319 "prometheus",11320 "sp-arithmetic",11321]1132211323[[package]]11324name = "scale-info"11325version = "2.7.0"11326source = "registry+https://github.com/rust-lang/crates.io-index"11327checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"11328dependencies = [11329 "bitvec",11330 "cfg-if",11331 "derive_more",11332 "parity-scale-codec",11333 "scale-info-derive",11334 "serde",11335]1133611337[[package]]11338name = "scale-info-derive"11339version = "2.6.0"11340source = "registry+https://github.com/rust-lang/crates.io-index"11341checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"11342dependencies = [11343 "proc-macro-crate",11344 "proc-macro2",11345 "quote",11346 "syn 1.0.109",11347]1134811349[[package]]11350name = "schannel"11351version = "0.1.21"11352source = "registry+https://github.com/rust-lang/crates.io-index"11353checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"11354dependencies = [11355 "windows-sys 0.42.0",11356]1135711358[[package]]11359name = "schnellru"11360version = "0.2.1"11361source = "registry+https://github.com/rust-lang/crates.io-index"11362checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d"11363dependencies = [11364 "ahash 0.8.3",11365 "cfg-if",11366 "hashbrown 0.13.2",11367]1136811369[[package]]11370name = "schnorrkel"11371version = "0.9.1"11372source = "registry+https://github.com/rust-lang/crates.io-index"11373checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"11374dependencies = [11375 "arrayref",11376 "arrayvec 0.5.2",11377 "curve25519-dalek 2.1.3",11378 "getrandom 0.1.16",11379 "merlin",11380 "rand 0.7.3",11381 "rand_core 0.5.1",11382 "sha2 0.8.2",11383 "subtle",11384 "zeroize",11385]1138611387[[package]]11388name = "scopeguard"11389version = "1.1.0"11390source = "registry+https://github.com/rust-lang/crates.io-index"11391checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1139211393[[package]]11394name = "scratch"11395version = "1.0.5"11396source = "registry+https://github.com/rust-lang/crates.io-index"11397checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"1139811399[[package]]11400name = "sct"11401version = "0.6.1"11402source = "registry+https://github.com/rust-lang/crates.io-index"11403checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"11404dependencies = [11405 "ring",11406 "untrusted",11407]1140811409[[package]]11410name = "sct"11411version = "0.7.0"11412source = "registry+https://github.com/rust-lang/crates.io-index"11413checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"11414dependencies = [11415 "ring",11416 "untrusted",11417]1141811419[[package]]11420name = "sdp"11421version = "0.5.3"11422source = "registry+https://github.com/rust-lang/crates.io-index"11423checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13"11424dependencies = [11425 "rand 0.8.5",11426 "substring",11427 "thiserror",11428 "url",11429]1143011431[[package]]11432name = "sec1"11433version = "0.3.0"11434source = "registry+https://github.com/rust-lang/crates.io-index"11435checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"11436dependencies = [11437 "base16ct 0.1.1",11438 "der 0.6.1",11439 "generic-array 0.14.7",11440 "pkcs8 0.9.0",11441 "subtle",11442 "zeroize",11443]1144411445[[package]]11446name = "sec1"11447version = "0.7.2"11448source = "registry+https://github.com/rust-lang/crates.io-index"11449checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"11450dependencies = [11451 "base16ct 0.2.0",11452 "der 0.7.6",11453 "generic-array 0.14.7",11454 "pkcs8 0.10.2",11455 "subtle",11456 "zeroize",11457]1145811459[[package]]11460name = "secp256k1"11461version = "0.24.3"11462source = "registry+https://github.com/rust-lang/crates.io-index"11463checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"11464dependencies = [11465 "secp256k1-sys",11466]1146711468[[package]]11469name = "secp256k1-sys"11470version = "0.6.1"11471source = "registry+https://github.com/rust-lang/crates.io-index"11472checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"11473dependencies = [11474 "cc",11475]1147611477[[package]]11478name = "secrecy"11479version = "0.8.0"11480source = "registry+https://github.com/rust-lang/crates.io-index"11481checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"11482dependencies = [11483 "zeroize",11484]1148511486[[package]]11487name = "security-framework"11488version = "2.9.1"11489source = "registry+https://github.com/rust-lang/crates.io-index"11490checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"11491dependencies = [11492 "bitflags",11493 "core-foundation",11494 "core-foundation-sys",11495 "libc",11496 "security-framework-sys",11497]1149811499[[package]]11500name = "security-framework-sys"11501version = "2.9.0"11502source = "registry+https://github.com/rust-lang/crates.io-index"11503checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"11504dependencies = [11505 "core-foundation-sys",11506 "libc",11507]1150811509[[package]]11510name = "semver"11511version = "0.6.0"11512source = "registry+https://github.com/rust-lang/crates.io-index"11513checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"11514dependencies = [11515 "semver-parser",11516]1151711518[[package]]11519name = "semver"11520version = "1.0.17"11521source = "registry+https://github.com/rust-lang/crates.io-index"11522checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"11523dependencies = [11524 "serde",11525]1152611527[[package]]11528name = "semver-parser"11529version = "0.7.0"11530source = "registry+https://github.com/rust-lang/crates.io-index"11531checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1153211533[[package]]11534name = "serde"11535version = "1.0.163"11536source = "registry+https://github.com/rust-lang/crates.io-index"11537checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"11538dependencies = [11539 "serde_derive",11540]1154111542[[package]]11543name = "serde_derive"11544version = "1.0.163"11545source = "registry+https://github.com/rust-lang/crates.io-index"11546checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"11547dependencies = [11548 "proc-macro2",11549 "quote",11550 "syn 2.0.16",11551]1155211553[[package]]11554name = "serde_json"11555version = "1.0.96"11556source = "registry+https://github.com/rust-lang/crates.io-index"11557checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"11558dependencies = [11559 "itoa",11560 "ryu",11561 "serde",11562]1156311564[[package]]11565name = "serde_spanned"11566version = "0.6.2"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"11569dependencies = [11570 "serde",11571]1157211573[[package]]11574name = "sha-1"11575version = "0.9.8"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"11578dependencies = [11579 "block-buffer 0.9.0",11580 "cfg-if",11581 "cpufeatures",11582 "digest 0.9.0",11583 "opaque-debug 0.3.0",11584]1158511586[[package]]11587name = "sha1"11588version = "0.10.5"11589source = "registry+https://github.com/rust-lang/crates.io-index"11590checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"11591dependencies = [11592 "cfg-if",11593 "cpufeatures",11594 "digest 0.10.7",11595]1159611597[[package]]11598name = "sha2"11599version = "0.8.2"11600source = "registry+https://github.com/rust-lang/crates.io-index"11601checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"11602dependencies = [11603 "block-buffer 0.7.3",11604 "digest 0.8.1",11605 "fake-simd",11606 "opaque-debug 0.2.3",11607]1160811609[[package]]11610name = "sha2"11611version = "0.9.9"11612source = "registry+https://github.com/rust-lang/crates.io-index"11613checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"11614dependencies = [11615 "block-buffer 0.9.0",11616 "cfg-if",11617 "cpufeatures",11618 "digest 0.9.0",11619 "opaque-debug 0.3.0",11620]1162111622[[package]]11623name = "sha2"11624version = "0.10.6"11625source = "registry+https://github.com/rust-lang/crates.io-index"11626checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"11627dependencies = [11628 "cfg-if",11629 "cpufeatures",11630 "digest 0.10.7",11631]1163211633[[package]]11634name = "sha3"11635version = "0.8.2"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"11638dependencies = [11639 "block-buffer 0.7.3",11640 "byte-tools",11641 "digest 0.8.1",11642 "keccak",11643 "opaque-debug 0.2.3",11644]1164511646[[package]]11647name = "sha3"11648version = "0.10.8"11649source = "registry+https://github.com/rust-lang/crates.io-index"11650checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"11651dependencies = [11652 "digest 0.10.7",11653 "keccak",11654]1165511656[[package]]11657name = "sha3-const"11658version = "0.1.1"11659source = "registry+https://github.com/rust-lang/crates.io-index"11660checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1166111662[[package]]11663name = "sharded-slab"11664version = "0.1.4"11665source = "registry+https://github.com/rust-lang/crates.io-index"11666checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11667dependencies = [11668 "lazy_static",11669]1167011671[[package]]11672name = "shlex"11673version = "1.1.0"11674source = "registry+https://github.com/rust-lang/crates.io-index"11675checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1167611677[[package]]11678name = "signal-hook-registry"11679version = "1.4.1"11680source = "registry+https://github.com/rust-lang/crates.io-index"11681checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"11682dependencies = [11683 "libc",11684]1168511686[[package]]11687name = "signature"11688version = "1.6.4"11689source = "registry+https://github.com/rust-lang/crates.io-index"11690checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"11691dependencies = [11692 "digest 0.10.7",11693 "rand_core 0.6.4",11694]1169511696[[package]]11697name = "signature"11698version = "2.1.0"11699source = "registry+https://github.com/rust-lang/crates.io-index"11700checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"11701dependencies = [11702 "digest 0.10.7",11703 "rand_core 0.6.4",11704]1170511706[[package]]11707name = "simba"11708version = "0.8.1"11709source = "registry+https://github.com/rust-lang/crates.io-index"11710checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae"11711dependencies = [11712 "approx",11713 "num-complex",11714 "num-traits",11715 "paste",11716 "wide",11717]1171811719[[package]]11720name = "siphasher"11721version = "0.3.10"11722source = "registry+https://github.com/rust-lang/crates.io-index"11723checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"1172411725[[package]]11726name = "slab"11727version = "0.4.8"11728source = "registry+https://github.com/rust-lang/crates.io-index"11729checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"11730dependencies = [11731 "autocfg",11732]1173311734[[package]]11735name = "slice-group-by"11736version = "0.3.1"11737source = "registry+https://github.com/rust-lang/crates.io-index"11738checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"1173911740[[package]]11741name = "slot-range-helper"11742version = "0.9.42"11743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"11744dependencies = [11745 "enumn",11746 "parity-scale-codec",11747 "paste",11748 "sp-runtime",11749 "sp-std",11750]1175111752[[package]]11753name = "slotmap"11754version = "1.0.6"11755source = "registry+https://github.com/rust-lang/crates.io-index"11756checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11757dependencies = [11758 "version_check",11759]1176011761[[package]]11762name = "smallvec"11763version = "1.10.0"11764source = "registry+https://github.com/rust-lang/crates.io-index"11765checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1176611767[[package]]11768name = "snap"11769version = "1.1.0"11770source = "registry+https://github.com/rust-lang/crates.io-index"11771checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1177211773[[package]]11774name = "snow"11775version = "0.9.2"11776source = "registry+https://github.com/rust-lang/crates.io-index"11777checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733"11778dependencies = [11779 "aes-gcm 0.9.4",11780 "blake2",11781 "chacha20poly1305",11782 "curve25519-dalek 4.0.0-rc.1",11783 "rand_core 0.6.4",11784 "ring",11785 "rustc_version",11786 "sha2 0.10.6",11787 "subtle",11788]1178911790[[package]]11791name = "socket2"11792version = "0.4.9"11793source = "registry+https://github.com/rust-lang/crates.io-index"11794checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"11795dependencies = [11796 "libc",11797 "winapi",11798]1179911800[[package]]11801name = "soketto"11802version = "0.7.1"11803source = "registry+https://github.com/rust-lang/crates.io-index"11804checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11805dependencies = [11806 "base64 0.13.1",11807 "bytes",11808 "flate2",11809 "futures",11810 "http",11811 "httparse",11812 "log",11813 "rand 0.8.5",11814 "sha-1",11815]1181611817[[package]]11818name = "sp-api"11819version = "4.0.0-dev"11820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11821dependencies = [11822 "hash-db 0.16.0",11823 "log",11824 "parity-scale-codec",11825 "scale-info",11826 "sp-api-proc-macro",11827 "sp-core",11828 "sp-metadata-ir",11829 "sp-runtime",11830 "sp-state-machine",11831 "sp-std",11832 "sp-trie",11833 "sp-version",11834 "thiserror",11835]1183611837[[package]]11838name = "sp-api-proc-macro"11839version = "4.0.0-dev"11840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11841dependencies = [11842 "Inflector",11843 "blake2",11844 "expander 1.0.0",11845 "proc-macro-crate",11846 "proc-macro2",11847 "quote",11848 "syn 2.0.16",11849]1185011851[[package]]11852name = "sp-application-crypto"11853version = "7.0.0"11854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11855dependencies = [11856 "parity-scale-codec",11857 "scale-info",11858 "serde",11859 "sp-core",11860 "sp-io",11861 "sp-std",11862]1186311864[[package]]11865name = "sp-arithmetic"11866version = "6.0.0"11867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11868dependencies = [11869 "integer-sqrt",11870 "num-traits",11871 "parity-scale-codec",11872 "scale-info",11873 "serde",11874 "sp-std",11875 "static_assertions",11876]1187711878[[package]]11879name = "sp-authority-discovery"11880version = "4.0.0-dev"11881source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11882dependencies = [11883 "parity-scale-codec",11884 "scale-info",11885 "sp-api",11886 "sp-application-crypto",11887 "sp-runtime",11888 "sp-std",11889]1189011891[[package]]11892name = "sp-block-builder"11893version = "4.0.0-dev"11894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11895dependencies = [11896 "parity-scale-codec",11897 "sp-api",11898 "sp-inherents",11899 "sp-runtime",11900 "sp-std",11901]1190211903[[package]]11904name = "sp-blockchain"11905version = "4.0.0-dev"11906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11907dependencies = [11908 "futures",11909 "log",11910 "lru 0.8.1",11911 "parity-scale-codec",11912 "parking_lot 0.12.1",11913 "sp-api",11914 "sp-consensus",11915 "sp-database",11916 "sp-runtime",11917 "sp-state-machine",11918 "thiserror",11919]1192011921[[package]]11922name = "sp-consensus"11923version = "0.10.0-dev"11924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11925dependencies = [11926 "async-trait",11927 "futures",11928 "log",11929 "sp-core",11930 "sp-inherents",11931 "sp-runtime",11932 "sp-state-machine",11933 "thiserror",11934]1193511936[[package]]11937name = "sp-consensus-aura"11938version = "0.10.0-dev"11939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11940dependencies = [11941 "async-trait",11942 "parity-scale-codec",11943 "scale-info",11944 "sp-api",11945 "sp-application-crypto",11946 "sp-consensus",11947 "sp-consensus-slots",11948 "sp-inherents",11949 "sp-runtime",11950 "sp-std",11951 "sp-timestamp",11952]1195311954[[package]]11955name = "sp-consensus-babe"11956version = "0.10.0-dev"11957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11958dependencies = [11959 "async-trait",11960 "parity-scale-codec",11961 "scale-info",11962 "serde",11963 "sp-api",11964 "sp-application-crypto",11965 "sp-consensus",11966 "sp-consensus-slots",11967 "sp-core",11968 "sp-inherents",11969 "sp-keystore",11970 "sp-runtime",11971 "sp-std",11972 "sp-timestamp",11973]1197411975[[package]]11976name = "sp-consensus-beefy"11977version = "4.0.0-dev"11978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11979dependencies = [11980 "lazy_static",11981 "parity-scale-codec",11982 "scale-info",11983 "serde",11984 "sp-api",11985 "sp-application-crypto",11986 "sp-core",11987 "sp-io",11988 "sp-mmr-primitives",11989 "sp-runtime",11990 "sp-std",11991 "strum",11992]1199311994[[package]]11995name = "sp-consensus-grandpa"11996version = "4.0.0-dev"11997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"11998dependencies = [11999 "finality-grandpa",12000 "log",12001 "parity-scale-codec",12002 "scale-info",12003 "serde",12004 "sp-api",12005 "sp-application-crypto",12006 "sp-core",12007 "sp-keystore",12008 "sp-runtime",12009 "sp-std",12010]1201112012[[package]]12013name = "sp-consensus-slots"12014version = "0.10.0-dev"12015source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12016dependencies = [12017 "parity-scale-codec",12018 "scale-info",12019 "serde",12020 "sp-std",12021 "sp-timestamp",12022]1202312024[[package]]12025name = "sp-core"12026version = "7.0.0"12027source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12028dependencies = [12029 "array-bytes 4.2.0",12030 "bitflags",12031 "blake2",12032 "bounded-collections",12033 "bs58",12034 "dyn-clonable",12035 "ed25519-zebra",12036 "futures",12037 "hash-db 0.16.0",12038 "hash256-std-hasher",12039 "impl-serde",12040 "lazy_static",12041 "libsecp256k1",12042 "log",12043 "merlin",12044 "parity-scale-codec",12045 "parking_lot 0.12.1",12046 "paste",12047 "primitive-types",12048 "rand 0.8.5",12049 "regex",12050 "scale-info",12051 "schnorrkel",12052 "secp256k1",12053 "secrecy",12054 "serde",12055 "sp-core-hashing",12056 "sp-debug-derive",12057 "sp-externalities",12058 "sp-runtime-interface",12059 "sp-std",12060 "sp-storage",12061 "ss58-registry",12062 "substrate-bip39",12063 "thiserror",12064 "tiny-bip39",12065 "zeroize",12066]1206712068[[package]]12069name = "sp-core-hashing"12070version = "5.0.0"12071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12072dependencies = [12073 "blake2b_simd",12074 "byteorder",12075 "digest 0.10.7",12076 "sha2 0.10.6",12077 "sha3 0.10.8",12078 "sp-std",12079 "twox-hash",12080]1208112082[[package]]12083name = "sp-core-hashing-proc-macro"12084version = "5.0.0"12085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12086dependencies = [12087 "proc-macro2",12088 "quote",12089 "sp-core-hashing",12090 "syn 2.0.16",12091]1209212093[[package]]12094name = "sp-database"12095version = "4.0.0-dev"12096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12097dependencies = [12098 "kvdb",12099 "parking_lot 0.12.1",12100]1210112102[[package]]12103name = "sp-debug-derive"12104version = "5.0.0"12105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12106dependencies = [12107 "proc-macro2",12108 "quote",12109 "syn 2.0.16",12110]1211112112[[package]]12113name = "sp-externalities"12114version = "0.13.0"12115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12116dependencies = [12117 "environmental",12118 "parity-scale-codec",12119 "sp-std",12120 "sp-storage",12121]1212212123[[package]]12124name = "sp-inherents"12125version = "4.0.0-dev"12126source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12127dependencies = [12128 "async-trait",12129 "impl-trait-for-tuples",12130 "parity-scale-codec",12131 "scale-info",12132 "sp-core",12133 "sp-runtime",12134 "sp-std",12135 "thiserror",12136]1213712138[[package]]12139name = "sp-io"12140version = "7.0.0"12141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12142dependencies = [12143 "bytes",12144 "ed25519",12145 "ed25519-dalek",12146 "futures",12147 "libsecp256k1",12148 "log",12149 "parity-scale-codec",12150 "rustversion",12151 "secp256k1",12152 "sp-core",12153 "sp-externalities",12154 "sp-keystore",12155 "sp-runtime-interface",12156 "sp-state-machine",12157 "sp-std",12158 "sp-tracing",12159 "sp-trie",12160 "tracing",12161 "tracing-core",12162]1216312164[[package]]12165name = "sp-keyring"12166version = "7.0.0"12167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12168dependencies = [12169 "lazy_static",12170 "sp-core",12171 "sp-runtime",12172 "strum",12173]1217412175[[package]]12176name = "sp-keystore"12177version = "0.13.0"12178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12179dependencies = [12180 "futures",12181 "parity-scale-codec",12182 "parking_lot 0.12.1",12183 "serde",12184 "sp-core",12185 "sp-externalities",12186 "thiserror",12187]1218812189[[package]]12190name = "sp-maybe-compressed-blob"12191version = "4.1.0-dev"12192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12193dependencies = [12194 "thiserror",12195 "zstd 0.12.3+zstd.1.5.2",12196]1219712198[[package]]12199name = "sp-metadata-ir"12200version = "0.1.0"12201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12202dependencies = [12203 "frame-metadata",12204 "parity-scale-codec",12205 "scale-info",12206 "sp-std",12207]1220812209[[package]]12210name = "sp-mmr-primitives"12211version = "4.0.0-dev"12212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12213dependencies = [12214 "ckb-merkle-mountain-range",12215 "log",12216 "parity-scale-codec",12217 "scale-info",12218 "serde",12219 "sp-api",12220 "sp-core",12221 "sp-debug-derive",12222 "sp-runtime",12223 "sp-std",12224 "thiserror",12225]1222612227[[package]]12228name = "sp-npos-elections"12229version = "4.0.0-dev"12230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12231dependencies = [12232 "parity-scale-codec",12233 "scale-info",12234 "serde",12235 "sp-arithmetic",12236 "sp-core",12237 "sp-runtime",12238 "sp-std",12239]1224012241[[package]]12242name = "sp-offchain"12243version = "4.0.0-dev"12244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12245dependencies = [12246 "sp-api",12247 "sp-core",12248 "sp-runtime",12249]1225012251[[package]]12252name = "sp-panic-handler"12253version = "5.0.0"12254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12255dependencies = [12256 "backtrace",12257 "lazy_static",12258 "regex",12259]1226012261[[package]]12262name = "sp-rpc"12263version = "6.0.0"12264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12265dependencies = [12266 "rustc-hash",12267 "serde",12268 "sp-core",12269]1227012271[[package]]12272name = "sp-runtime"12273version = "7.0.0"12274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12275dependencies = [12276 "either",12277 "hash256-std-hasher",12278 "impl-trait-for-tuples",12279 "log",12280 "parity-scale-codec",12281 "paste",12282 "rand 0.8.5",12283 "scale-info",12284 "serde",12285 "sp-application-crypto",12286 "sp-arithmetic",12287 "sp-core",12288 "sp-io",12289 "sp-std",12290 "sp-weights",12291]1229212293[[package]]12294name = "sp-runtime-interface"12295version = "7.0.0"12296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12297dependencies = [12298 "bytes",12299 "impl-trait-for-tuples",12300 "parity-scale-codec",12301 "primitive-types",12302 "sp-externalities",12303 "sp-runtime-interface-proc-macro",12304 "sp-std",12305 "sp-storage",12306 "sp-tracing",12307 "sp-wasm-interface",12308 "static_assertions",12309]1231012311[[package]]12312name = "sp-runtime-interface-proc-macro"12313version = "6.0.0"12314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12315dependencies = [12316 "Inflector",12317 "proc-macro-crate",12318 "proc-macro2",12319 "quote",12320 "syn 2.0.16",12321]1232212323[[package]]12324name = "sp-session"12325version = "4.0.0-dev"12326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12327dependencies = [12328 "parity-scale-codec",12329 "scale-info",12330 "sp-api",12331 "sp-core",12332 "sp-runtime",12333 "sp-staking",12334 "sp-std",12335]1233612337[[package]]12338name = "sp-staking"12339version = "4.0.0-dev"12340source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12341dependencies = [12342 "parity-scale-codec",12343 "scale-info",12344 "serde",12345 "sp-core",12346 "sp-runtime",12347 "sp-std",12348]1234912350[[package]]12351name = "sp-state-machine"12352version = "0.13.0"12353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12354dependencies = [12355 "hash-db 0.16.0",12356 "log",12357 "parity-scale-codec",12358 "parking_lot 0.12.1",12359 "rand 0.8.5",12360 "smallvec",12361 "sp-core",12362 "sp-externalities",12363 "sp-panic-handler",12364 "sp-std",12365 "sp-trie",12366 "thiserror",12367 "tracing",12368]1236912370[[package]]12371name = "sp-std"12372version = "5.0.0"12373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"1237412375[[package]]12376name = "sp-storage"12377version = "7.0.0"12378source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12379dependencies = [12380 "impl-serde",12381 "parity-scale-codec",12382 "ref-cast",12383 "serde",12384 "sp-debug-derive",12385 "sp-std",12386]1238712388[[package]]12389name = "sp-timestamp"12390version = "4.0.0-dev"12391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12392dependencies = [12393 "async-trait",12394 "futures-timer",12395 "log",12396 "parity-scale-codec",12397 "sp-inherents",12398 "sp-runtime",12399 "sp-std",12400 "thiserror",12401]1240212403[[package]]12404name = "sp-tracing"12405version = "6.0.0"12406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12407dependencies = [12408 "parity-scale-codec",12409 "sp-std",12410 "tracing",12411 "tracing-core",12412 "tracing-subscriber",12413]1241412415[[package]]12416name = "sp-transaction-pool"12417version = "4.0.0-dev"12418source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12419dependencies = [12420 "sp-api",12421 "sp-runtime",12422]1242312424[[package]]12425name = "sp-transaction-storage-proof"12426version = "4.0.0-dev"12427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12428dependencies = [12429 "async-trait",12430 "log",12431 "parity-scale-codec",12432 "scale-info",12433 "sp-core",12434 "sp-inherents",12435 "sp-runtime",12436 "sp-std",12437 "sp-trie",12438]1243912440[[package]]12441name = "sp-trie"12442version = "7.0.0"12443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12444dependencies = [12445 "ahash 0.8.3",12446 "hash-db 0.16.0",12447 "hashbrown 0.13.2",12448 "lazy_static",12449 "memory-db",12450 "nohash-hasher",12451 "parity-scale-codec",12452 "parking_lot 0.12.1",12453 "scale-info",12454 "schnellru",12455 "sp-core",12456 "sp-std",12457 "thiserror",12458 "tracing",12459 "trie-db 0.27.1",12460 "trie-root",12461]1246212463[[package]]12464name = "sp-version"12465version = "5.0.0"12466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12467dependencies = [12468 "impl-serde",12469 "parity-scale-codec",12470 "parity-wasm",12471 "scale-info",12472 "serde",12473 "sp-core-hashing-proc-macro",12474 "sp-runtime",12475 "sp-std",12476 "sp-version-proc-macro",12477 "thiserror",12478]1247912480[[package]]12481name = "sp-version-proc-macro"12482version = "4.0.0-dev"12483source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12484dependencies = [12485 "parity-scale-codec",12486 "proc-macro2",12487 "quote",12488 "syn 2.0.16",12489]1249012491[[package]]12492name = "sp-wasm-interface"12493version = "7.0.0"12494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12495dependencies = [12496 "anyhow",12497 "impl-trait-for-tuples",12498 "log",12499 "parity-scale-codec",12500 "sp-std",12501 "wasmi",12502 "wasmtime",12503]1250412505[[package]]12506name = "sp-weights"12507version = "4.0.0"12508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12509dependencies = [12510 "parity-scale-codec",12511 "scale-info",12512 "serde",12513 "smallvec",12514 "sp-arithmetic",12515 "sp-core",12516 "sp-debug-derive",12517 "sp-std",12518]1251912520[[package]]12521name = "spez"12522version = "0.1.2"12523source = "registry+https://github.com/rust-lang/crates.io-index"12524checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"12525dependencies = [12526 "proc-macro2",12527 "quote",12528 "syn 2.0.16",12529]1253012531[[package]]12532name = "spin"12533version = "0.5.2"12534source = "registry+https://github.com/rust-lang/crates.io-index"12535checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1253612537[[package]]12538name = "spki"12539version = "0.6.0"12540source = "registry+https://github.com/rust-lang/crates.io-index"12541checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"12542dependencies = [12543 "base64ct",12544 "der 0.6.1",12545]1254612547[[package]]12548name = "spki"12549version = "0.7.2"12550source = "registry+https://github.com/rust-lang/crates.io-index"12551checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"12552dependencies = [12553 "base64ct",12554 "der 0.7.6",12555]1255612557[[package]]12558name = "ss58-registry"12559version = "1.40.0"12560source = "registry+https://github.com/rust-lang/crates.io-index"12561checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b"12562dependencies = [12563 "Inflector",12564 "num-format",12565 "proc-macro2",12566 "quote",12567 "serde",12568 "serde_json",12569 "unicode-xid",12570]1257112572[[package]]12573name = "stable_deref_trait"12574version = "1.2.0"12575source = "registry+https://github.com/rust-lang/crates.io-index"12576checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1257712578[[package]]12579name = "static_assertions"12580version = "1.1.0"12581source = "registry+https://github.com/rust-lang/crates.io-index"12582checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1258312584[[package]]12585name = "static_init"12586version = "0.5.2"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12589dependencies = [12590 "cfg_aliases",12591 "libc",12592 "parking_lot 0.11.2",12593 "static_init_macro 0.5.0",12594]1259512596[[package]]12597name = "static_init"12598version = "1.0.3"12599source = "registry+https://github.com/rust-lang/crates.io-index"12600checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"12601dependencies = [12602 "bitflags",12603 "cfg_aliases",12604 "libc",12605 "parking_lot 0.11.2",12606 "parking_lot_core 0.8.6",12607 "static_init_macro 1.0.2",12608 "winapi",12609]1261012611[[package]]12612name = "static_init_macro"12613version = "0.5.0"12614source = "registry+https://github.com/rust-lang/crates.io-index"12615checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12616dependencies = [12617 "cfg_aliases",12618 "memchr",12619 "proc-macro2",12620 "quote",12621 "syn 1.0.109",12622]1262312624[[package]]12625name = "static_init_macro"12626version = "1.0.2"12627source = "registry+https://github.com/rust-lang/crates.io-index"12628checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12629dependencies = [12630 "cfg_aliases",12631 "memchr",12632 "proc-macro2",12633 "quote",12634 "syn 1.0.109",12635]1263612637[[package]]12638name = "strsim"12639version = "0.10.0"12640source = "registry+https://github.com/rust-lang/crates.io-index"12641checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1264212643[[package]]12644name = "struct-versioning"12645version = "0.1.0"12646dependencies = [12647 "quote",12648 "syn 1.0.109",12649]1265012651[[package]]12652name = "strum"12653version = "0.24.1"12654source = "registry+https://github.com/rust-lang/crates.io-index"12655checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12656dependencies = [12657 "strum_macros",12658]1265912660[[package]]12661name = "strum_macros"12662version = "0.24.3"12663source = "registry+https://github.com/rust-lang/crates.io-index"12664checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12665dependencies = [12666 "heck",12667 "proc-macro2",12668 "quote",12669 "rustversion",12670 "syn 1.0.109",12671]1267212673[[package]]12674name = "stun"12675version = "0.4.4"12676source = "registry+https://github.com/rust-lang/crates.io-index"12677checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25"12678dependencies = [12679 "base64 0.13.1",12680 "crc",12681 "lazy_static",12682 "md-5",12683 "rand 0.8.5",12684 "ring",12685 "subtle",12686 "thiserror",12687 "tokio",12688 "url",12689 "webrtc-util",12690]1269112692[[package]]12693name = "substrate-bip39"12694version = "0.4.4"12695source = "registry+https://github.com/rust-lang/crates.io-index"12696checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12697dependencies = [12698 "hmac 0.11.0",12699 "pbkdf2 0.8.0",12700 "schnorrkel",12701 "sha2 0.9.9",12702 "zeroize",12703]1270412705[[package]]12706name = "substrate-build-script-utils"12707version = "3.0.0"12708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12709dependencies = [12710 "platforms 2.0.0",12711]1271212713[[package]]12714name = "substrate-frame-rpc-system"12715version = "4.0.0-dev"12716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12717dependencies = [12718 "frame-system-rpc-runtime-api",12719 "futures",12720 "jsonrpsee",12721 "log",12722 "parity-scale-codec",12723 "sc-rpc-api",12724 "sc-transaction-pool-api",12725 "sp-api",12726 "sp-block-builder",12727 "sp-blockchain",12728 "sp-core",12729 "sp-runtime",12730]1273112732[[package]]12733name = "substrate-prometheus-endpoint"12734version = "0.10.0-dev"12735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12736dependencies = [12737 "hyper",12738 "log",12739 "prometheus",12740 "thiserror",12741 "tokio",12742]1274312744[[package]]12745name = "substrate-rpc-client"12746version = "0.10.0-dev"12747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12748dependencies = [12749 "async-trait",12750 "jsonrpsee",12751 "log",12752 "sc-rpc-api",12753 "serde",12754 "sp-runtime",12755]1275612757[[package]]12758name = "substrate-state-trie-migration-rpc"12759version = "4.0.0-dev"12760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12761dependencies = [12762 "jsonrpsee",12763 "log",12764 "parity-scale-codec",12765 "sc-client-api",12766 "sc-rpc-api",12767 "scale-info",12768 "serde",12769 "sp-core",12770 "sp-runtime",12771 "sp-state-machine",12772 "sp-trie",12773 "trie-db 0.27.1",12774]1277512776[[package]]12777name = "substrate-test-utils"12778version = "4.0.0-dev"12779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12780dependencies = [12781 "futures",12782 "substrate-test-utils-derive",12783 "tokio",12784]1278512786[[package]]12787name = "substrate-test-utils-derive"12788version = "0.10.0-dev"12789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12790dependencies = [12791 "proc-macro-crate",12792 "proc-macro2",12793 "quote",12794 "syn 2.0.16",12795]1279612797[[package]]12798name = "substrate-wasm-builder"12799version = "5.0.0-dev"12800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"12801dependencies = [12802 "ansi_term",12803 "build-helper",12804 "cargo_metadata",12805 "filetime",12806 "sp-maybe-compressed-blob",12807 "strum",12808 "tempfile",12809 "toml 0.7.4",12810 "walkdir",12811 "wasm-opt",12812]1281312814[[package]]12815name = "substring"12816version = "1.4.5"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"12819dependencies = [12820 "autocfg",12821]1282212823[[package]]12824name = "subtle"12825version = "2.4.1"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1282812829[[package]]12830name = "syn"12831version = "1.0.109"12832source = "registry+https://github.com/rust-lang/crates.io-index"12833checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"12834dependencies = [12835 "proc-macro2",12836 "quote",12837 "unicode-ident",12838]1283912840[[package]]12841name = "syn"12842version = "2.0.16"12843source = "registry+https://github.com/rust-lang/crates.io-index"12844checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"12845dependencies = [12846 "proc-macro2",12847 "quote",12848 "unicode-ident",12849]1285012851[[package]]12852name = "synstructure"12853version = "0.12.6"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12856dependencies = [12857 "proc-macro2",12858 "quote",12859 "syn 1.0.109",12860 "unicode-xid",12861]1286212863[[package]]12864name = "system-configuration"12865version = "0.5.1"12866source = "registry+https://github.com/rust-lang/crates.io-index"12867checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"12868dependencies = [12869 "bitflags",12870 "core-foundation",12871 "system-configuration-sys",12872]1287312874[[package]]12875name = "system-configuration-sys"12876version = "0.5.0"12877source = "registry+https://github.com/rust-lang/crates.io-index"12878checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12879dependencies = [12880 "core-foundation-sys",12881 "libc",12882]1288312884[[package]]12885name = "tap"12886version = "1.0.1"12887source = "registry+https://github.com/rust-lang/crates.io-index"12888checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1288912890[[package]]12891name = "target-lexicon"12892version = "0.12.7"12893source = "registry+https://github.com/rust-lang/crates.io-index"12894checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"1289512896[[package]]12897name = "tempfile"12898version = "3.5.0"12899source = "registry+https://github.com/rust-lang/crates.io-index"12900checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"12901dependencies = [12902 "cfg-if",12903 "fastrand",12904 "redox_syscall 0.3.5",12905 "rustix 0.37.19",12906 "windows-sys 0.45.0",12907]1290812909[[package]]12910name = "termcolor"12911version = "1.2.0"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12914dependencies = [12915 "winapi-util",12916]1291712918[[package]]12919name = "termtree"12920version = "0.4.1"12921source = "registry+https://github.com/rust-lang/crates.io-index"12922checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"1292312924[[package]]12925name = "tests"12926version = "0.1.1"12927dependencies = [12928 "evm-coder",12929 "frame-support",12930 "frame-system",12931 "pallet-balances",12932 "pallet-balances-adapter",12933 "pallet-common",12934 "pallet-ethereum",12935 "pallet-evm",12936 "pallet-evm-coder-substrate",12937 "pallet-fungible",12938 "pallet-nonfungible",12939 "pallet-refungible",12940 "pallet-structure",12941 "pallet-timestamp",12942 "pallet-transaction-payment",12943 "pallet-unique",12944 "parity-scale-codec",12945 "scale-info",12946 "sp-core",12947 "sp-io",12948 "sp-runtime",12949 "sp-std",12950 "up-data-structs",12951 "up-sponsorship",12952 "xcm",12953]1295412955[[package]]12956name = "thiserror"12957version = "1.0.40"12958source = "registry+https://github.com/rust-lang/crates.io-index"12959checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"12960dependencies = [12961 "thiserror-impl",12962]1296312964[[package]]12965name = "thiserror-impl"12966version = "1.0.40"12967source = "registry+https://github.com/rust-lang/crates.io-index"12968checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"12969dependencies = [12970 "proc-macro2",12971 "quote",12972 "syn 2.0.16",12973]1297412975[[package]]12976name = "thousands"12977version = "0.2.0"12978source = "registry+https://github.com/rust-lang/crates.io-index"12979checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1298012981[[package]]12982name = "thread_local"12983version = "1.1.7"12984source = "registry+https://github.com/rust-lang/crates.io-index"12985checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"12986dependencies = [12987 "cfg-if",12988 "once_cell",12989]1299012991[[package]]12992name = "threadpool"12993version = "1.8.1"12994source = "registry+https://github.com/rust-lang/crates.io-index"12995checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12996dependencies = [12997 "num_cpus",12998]1299913000[[package]]13001name = "thrift"13002version = "0.15.0"13003source = "registry+https://github.com/rust-lang/crates.io-index"13004checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"13005dependencies = [13006 "byteorder",13007 "integer-encoding",13008 "log",13009 "ordered-float",13010 "threadpool",13011]1301213013[[package]]13014name = "tikv-jemalloc-ctl"13015version = "0.5.0"13016source = "registry+https://github.com/rust-lang/crates.io-index"13017checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"13018dependencies = [13019 "libc",13020 "paste",13021 "tikv-jemalloc-sys",13022]1302313024[[package]]13025name = "tikv-jemalloc-sys"13026version = "0.5.3+5.3.0-patched"13027source = "registry+https://github.com/rust-lang/crates.io-index"13028checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"13029dependencies = [13030 "cc",13031 "libc",13032]1303313034[[package]]13035name = "time"13036version = "0.1.45"13037source = "registry+https://github.com/rust-lang/crates.io-index"13038checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"13039dependencies = [13040 "libc",13041 "wasi 0.10.0+wasi-snapshot-preview1",13042 "winapi",13043]1304413045[[package]]13046name = "time"13047version = "0.3.21"13048source = "registry+https://github.com/rust-lang/crates.io-index"13049checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"13050dependencies = [13051 "itoa",13052 "serde",13053 "time-core",13054 "time-macros",13055]1305613057[[package]]13058name = "time-core"13059version = "0.1.1"13060source = "registry+https://github.com/rust-lang/crates.io-index"13061checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"1306213063[[package]]13064name = "time-macros"13065version = "0.2.9"13066source = "registry+https://github.com/rust-lang/crates.io-index"13067checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"13068dependencies = [13069 "time-core",13070]1307113072[[package]]13073name = "tiny-bip39"13074version = "1.0.0"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"13077dependencies = [13078 "anyhow",13079 "hmac 0.12.1",13080 "once_cell",13081 "pbkdf2 0.11.0",13082 "rand 0.8.5",13083 "rustc-hash",13084 "sha2 0.10.6",13085 "thiserror",13086 "unicode-normalization",13087 "wasm-bindgen",13088 "zeroize",13089]1309013091[[package]]13092name = "tiny-keccak"13093version = "2.0.2"13094source = "registry+https://github.com/rust-lang/crates.io-index"13095checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"13096dependencies = [13097 "crunchy",13098]1309913100[[package]]13101name = "tinytemplate"13102version = "1.2.1"13103source = "registry+https://github.com/rust-lang/crates.io-index"13104checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"13105dependencies = [13106 "serde",13107 "serde_json",13108]1310913110[[package]]13111name = "tinyvec"13112version = "1.6.0"13113source = "registry+https://github.com/rust-lang/crates.io-index"13114checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"13115dependencies = [13116 "tinyvec_macros",13117]1311813119[[package]]13120name = "tinyvec_macros"13121version = "0.1.1"13122source = "registry+https://github.com/rust-lang/crates.io-index"13123checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"1312413125[[package]]13126name = "tokio"13127version = "1.28.1"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"13130dependencies = [13131 "autocfg",13132 "bytes",13133 "libc",13134 "mio",13135 "num_cpus",13136 "parking_lot 0.12.1",13137 "pin-project-lite 0.2.9",13138 "signal-hook-registry",13139 "socket2",13140 "tokio-macros",13141 "windows-sys 0.48.0",13142]1314313144[[package]]13145name = "tokio-macros"13146version = "2.1.0"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"13149dependencies = [13150 "proc-macro2",13151 "quote",13152 "syn 2.0.16",13153]1315413155[[package]]13156name = "tokio-rustls"13157version = "0.23.4"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"13160dependencies = [13161 "rustls 0.20.8",13162 "tokio",13163 "webpki 0.22.0",13164]1316513166[[package]]13167name = "tokio-stream"13168version = "0.1.14"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"13171dependencies = [13172 "futures-core",13173 "pin-project-lite 0.2.9",13174 "tokio",13175 "tokio-util",13176]1317713178[[package]]13179name = "tokio-util"13180version = "0.7.8"13181source = "registry+https://github.com/rust-lang/crates.io-index"13182checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"13183dependencies = [13184 "bytes",13185 "futures-core",13186 "futures-io",13187 "futures-sink",13188 "pin-project-lite 0.2.9",13189 "tokio",13190 "tracing",13191]1319213193[[package]]13194name = "toml"13195version = "0.5.11"13196source = "registry+https://github.com/rust-lang/crates.io-index"13197checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"13198dependencies = [13199 "serde",13200]1320113202[[package]]13203name = "toml"13204version = "0.7.4"13205source = "registry+https://github.com/rust-lang/crates.io-index"13206checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"13207dependencies = [13208 "serde",13209 "serde_spanned",13210 "toml_datetime",13211 "toml_edit",13212]1321313214[[package]]13215name = "toml_datetime"13216version = "0.6.2"13217source = "registry+https://github.com/rust-lang/crates.io-index"13218checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"13219dependencies = [13220 "serde",13221]1322213223[[package]]13224name = "toml_edit"13225version = "0.19.9"13226source = "registry+https://github.com/rust-lang/crates.io-index"13227checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"13228dependencies = [13229 "indexmap",13230 "serde",13231 "serde_spanned",13232 "toml_datetime",13233 "winnow",13234]1323513236[[package]]13237name = "tower"13238version = "0.4.13"13239source = "registry+https://github.com/rust-lang/crates.io-index"13240checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"13241dependencies = [13242 "tower-layer",13243 "tower-service",13244 "tracing",13245]1324613247[[package]]13248name = "tower-http"13249version = "0.3.5"13250source = "registry+https://github.com/rust-lang/crates.io-index"13251checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"13252dependencies = [13253 "bitflags",13254 "bytes",13255 "futures-core",13256 "futures-util",13257 "http",13258 "http-body",13259 "http-range-header",13260 "pin-project-lite 0.2.9",13261 "tower-layer",13262 "tower-service",13263]1326413265[[package]]13266name = "tower-layer"13267version = "0.3.2"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1327013271[[package]]13272name = "tower-service"13273version = "0.3.2"13274source = "registry+https://github.com/rust-lang/crates.io-index"13275checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1327613277[[package]]13278name = "tracing"13279version = "0.1.37"13280source = "registry+https://github.com/rust-lang/crates.io-index"13281checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"13282dependencies = [13283 "cfg-if",13284 "log",13285 "pin-project-lite 0.2.9",13286 "tracing-attributes",13287 "tracing-core",13288]1328913290[[package]]13291name = "tracing-attributes"13292version = "0.1.24"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"13295dependencies = [13296 "proc-macro2",13297 "quote",13298 "syn 2.0.16",13299]1330013301[[package]]13302name = "tracing-core"13303version = "0.1.31"13304source = "registry+https://github.com/rust-lang/crates.io-index"13305checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"13306dependencies = [13307 "once_cell",13308 "valuable",13309]1331013311[[package]]13312name = "tracing-futures"13313version = "0.2.5"13314source = "registry+https://github.com/rust-lang/crates.io-index"13315checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"13316dependencies = [13317 "pin-project",13318 "tracing",13319]1332013321[[package]]13322name = "tracing-gum"13323version = "0.9.42"13324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13325dependencies = [13326 "polkadot-node-jaeger",13327 "polkadot-primitives",13328 "tracing",13329 "tracing-gum-proc-macro",13330]1333113332[[package]]13333name = "tracing-gum-proc-macro"13334version = "0.9.42"13335source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"13336dependencies = [13337 "expander 2.0.0",13338 "proc-macro-crate",13339 "proc-macro2",13340 "quote",13341 "syn 2.0.16",13342]1334313344[[package]]13345name = "tracing-log"13346version = "0.1.3"13347source = "registry+https://github.com/rust-lang/crates.io-index"13348checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"13349dependencies = [13350 "lazy_static",13351 "log",13352 "tracing-core",13353]1335413355[[package]]13356name = "tracing-serde"13357version = "0.1.3"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"13360dependencies = [13361 "serde",13362 "tracing-core",13363]1336413365[[package]]13366name = "tracing-subscriber"13367version = "0.2.25"13368source = "registry+https://github.com/rust-lang/crates.io-index"13369checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"13370dependencies = [13371 "ansi_term",13372 "chrono",13373 "lazy_static",13374 "matchers",13375 "parking_lot 0.11.2",13376 "regex",13377 "serde",13378 "serde_json",13379 "sharded-slab",13380 "smallvec",13381 "thread_local",13382 "tracing",13383 "tracing-core",13384 "tracing-log",13385 "tracing-serde",13386]1338713388[[package]]13389name = "trie-db"13390version = "0.24.0"13391source = "registry+https://github.com/rust-lang/crates.io-index"13392checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"13393dependencies = [13394 "hash-db 0.15.2",13395 "hashbrown 0.12.3",13396 "log",13397 "smallvec",13398]1339913400[[package]]13401name = "trie-db"13402version = "0.27.1"13403source = "registry+https://github.com/rust-lang/crates.io-index"13404checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"13405dependencies = [13406 "hash-db 0.16.0",13407 "hashbrown 0.13.2",13408 "log",13409 "rustc-hex",13410 "smallvec",13411]1341213413[[package]]13414name = "trie-root"13415version = "0.18.0"13416source = "registry+https://github.com/rust-lang/crates.io-index"13417checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"13418dependencies = [13419 "hash-db 0.16.0",13420]1342113422[[package]]13423name = "triehash"13424version = "0.8.4"13425source = "registry+https://github.com/rust-lang/crates.io-index"13426checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"13427dependencies = [13428 "hash-db 0.15.2",13429 "rlp",13430]1343113432[[package]]13433name = "trust-dns-proto"13434version = "0.22.0"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"13437dependencies = [13438 "async-trait",13439 "cfg-if",13440 "data-encoding",13441 "enum-as-inner",13442 "futures-channel",13443 "futures-io",13444 "futures-util",13445 "idna 0.2.3",13446 "ipnet",13447 "lazy_static",13448 "rand 0.8.5",13449 "smallvec",13450 "socket2",13451 "thiserror",13452 "tinyvec",13453 "tokio",13454 "tracing",13455 "url",13456]1345713458[[package]]13459name = "trust-dns-resolver"13460version = "0.22.0"13461source = "registry+https://github.com/rust-lang/crates.io-index"13462checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"13463dependencies = [13464 "cfg-if",13465 "futures-util",13466 "ipconfig",13467 "lazy_static",13468 "lru-cache",13469 "parking_lot 0.12.1",13470 "resolv-conf",13471 "smallvec",13472 "thiserror",13473 "tokio",13474 "tracing",13475 "trust-dns-proto",13476]1347713478[[package]]13479name = "try-lock"13480version = "0.2.4"13481source = "registry+https://github.com/rust-lang/crates.io-index"13482checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1348313484[[package]]13485name = "try-runtime-cli"13486version = "0.10.0-dev"13487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#3bb3882ce094ac211dea93fabfdcd4f902f5a7fd"13488dependencies = [13489 "async-trait",13490 "clap",13491 "frame-remote-externalities",13492 "frame-try-runtime",13493 "hex",13494 "log",13495 "parity-scale-codec",13496 "sc-cli",13497 "sc-executor",13498 "sc-service",13499 "serde",13500 "serde_json",13501 "sp-api",13502 "sp-consensus-aura",13503 "sp-consensus-babe",13504 "sp-core",13505 "sp-debug-derive",13506 "sp-externalities",13507 "sp-inherents",13508 "sp-io",13509 "sp-keystore",13510 "sp-rpc",13511 "sp-runtime",13512 "sp-state-machine",13513 "sp-timestamp",13514 "sp-transaction-storage-proof",13515 "sp-version",13516 "sp-weights",13517 "substrate-rpc-client",13518 "zstd 0.12.3+zstd.1.5.2",13519]1352013521[[package]]13522name = "tt-call"13523version = "1.0.9"13524source = "registry+https://github.com/rust-lang/crates.io-index"13525checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1352613527[[package]]13528name = "turn"13529version = "0.6.1"13530source = "registry+https://github.com/rust-lang/crates.io-index"13531checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8"13532dependencies = [13533 "async-trait",13534 "base64 0.13.1",13535 "futures",13536 "log",13537 "md-5",13538 "rand 0.8.5",13539 "ring",13540 "stun",13541 "thiserror",13542 "tokio",13543 "webrtc-util",13544]1354513546[[package]]13547name = "twox-hash"13548version = "1.6.3"13549source = "registry+https://github.com/rust-lang/crates.io-index"13550checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13551dependencies = [13552 "cfg-if",13553 "digest 0.10.7",13554 "rand 0.8.5",13555 "static_assertions",13556]1355713558[[package]]13559name = "typenum"13560version = "1.16.0"13561source = "registry+https://github.com/rust-lang/crates.io-index"13562checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1356313564[[package]]13565name = "uc-rpc"13566version = "0.1.4"13567dependencies = [13568 "anyhow",13569 "app-promotion-rpc",13570 "frame-benchmarking",13571 "hex-literal",13572 "jsonrpsee",13573 "opal-runtime",13574 "pallet-evm",13575 "parity-scale-codec",13576 "quartz-runtime",13577 "sc-client-api",13578 "sc-executor",13579 "sc-rpc-api",13580 "sc-service",13581 "sp-api",13582 "sp-blockchain",13583 "sp-core",13584 "sp-externalities",13585 "sp-keystore",13586 "sp-runtime",13587 "sp-state-machine",13588 "sp-trie",13589 "trie-db 0.24.0",13590 "unique-runtime",13591 "up-common",13592 "up-data-structs",13593 "up-pov-estimate-rpc",13594 "up-rpc",13595 "zstd 0.11.2+zstd.1.5.2",13596]1359713598[[package]]13599name = "ucd-trie"13600version = "0.1.5"13601source = "registry+https://github.com/rust-lang/crates.io-index"13602checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1360313604[[package]]13605name = "uint"13606version = "0.9.5"13607source = "registry+https://github.com/rust-lang/crates.io-index"13608checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"13609dependencies = [13610 "byteorder",13611 "crunchy",13612 "hex",13613 "static_assertions",13614]1361513616[[package]]13617name = "unicode-bidi"13618version = "0.3.13"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"1362113622[[package]]13623name = "unicode-ident"13624version = "1.0.8"13625source = "registry+https://github.com/rust-lang/crates.io-index"13626checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"1362713628[[package]]13629name = "unicode-normalization"13630version = "0.1.22"13631source = "registry+https://github.com/rust-lang/crates.io-index"13632checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"13633dependencies = [13634 "tinyvec",13635]1363613637[[package]]13638name = "unicode-width"13639version = "0.1.10"13640source = "registry+https://github.com/rust-lang/crates.io-index"13641checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1364213643[[package]]13644name = "unicode-xid"13645version = "0.2.4"13646source = "registry+https://github.com/rust-lang/crates.io-index"13647checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1364813649[[package]]13650name = "unique-node"13651version = "0.9.41"13652dependencies = [13653 "app-promotion-rpc",13654 "clap",13655 "cumulus-client-cli",13656 "cumulus-client-consensus-aura",13657 "cumulus-client-consensus-common",13658 "cumulus-client-network",13659 "cumulus-client-service",13660 "cumulus-primitives-core",13661 "cumulus-primitives-parachain-inherent",13662 "cumulus-relay-chain-inprocess-interface",13663 "cumulus-relay-chain-interface",13664 "cumulus-relay-chain-minimal-node",13665 "fc-consensus",13666 "fc-db",13667 "fc-mapping-sync",13668 "fc-rpc",13669 "fc-rpc-core",13670 "fp-rpc",13671 "frame-benchmarking",13672 "frame-benchmarking-cli",13673 "futures",13674 "log",13675 "opal-runtime",13676 "pallet-transaction-payment-rpc-runtime-api",13677 "parity-scale-codec",13678 "polkadot-cli",13679 "polkadot-primitives",13680 "polkadot-service",13681 "quartz-runtime",13682 "sc-basic-authorship",13683 "sc-chain-spec",13684 "sc-cli",13685 "sc-client-api",13686 "sc-consensus",13687 "sc-consensus-manual-seal",13688 "sc-executor",13689 "sc-network",13690 "sc-network-sync",13691 "sc-service",13692 "sc-sysinfo",13693 "sc-telemetry",13694 "sc-tracing",13695 "sc-transaction-pool",13696 "serde",13697 "serde_json",13698 "sp-api",13699 "sp-block-builder",13700 "sp-blockchain",13701 "sp-consensus-aura",13702 "sp-core",13703 "sp-io",13704 "sp-keystore",13705 "sp-offchain",13706 "sp-runtime",13707 "sp-session",13708 "sp-timestamp",13709 "sp-transaction-pool",13710 "substrate-build-script-utils",13711 "substrate-frame-rpc-system",13712 "substrate-prometheus-endpoint",13713 "tokio",13714 "try-runtime-cli",13715 "uc-rpc",13716 "unique-rpc",13717 "unique-runtime",13718 "up-common",13719 "up-data-structs",13720 "up-pov-estimate-rpc",13721 "up-rpc",13722]1372313724[[package]]13725name = "unique-rpc"13726version = "0.1.2"13727dependencies = [13728 "app-promotion-rpc",13729 "fc-db",13730 "fc-mapping-sync",13731 "fc-rpc",13732 "fc-rpc-core",13733 "fp-rpc",13734 "fp-storage",13735 "jsonrpsee",13736 "pallet-transaction-payment-rpc",13737 "sc-client-api",13738 "sc-consensus-grandpa",13739 "sc-network",13740 "sc-network-sync",13741 "sc-rpc",13742 "sc-rpc-api",13743 "sc-service",13744 "sc-transaction-pool",13745 "serde",13746 "sp-api",13747 "sp-block-builder",13748 "sp-blockchain",13749 "sp-runtime",13750 "substrate-frame-rpc-system",13751 "uc-rpc",13752 "up-common",13753 "up-data-structs",13754 "up-pov-estimate-rpc",13755 "up-rpc",13756]1375713758[[package]]13759name = "unique-runtime"13760version = "0.9.41"13761dependencies = [13762 "app-promotion-rpc",13763 "cumulus-pallet-aura-ext",13764 "cumulus-pallet-dmp-queue",13765 "cumulus-pallet-parachain-system",13766 "cumulus-pallet-xcm",13767 "cumulus-pallet-xcmp-queue",13768 "cumulus-primitives-core",13769 "cumulus-primitives-timestamp",13770 "cumulus-primitives-utility",13771 "derivative",13772 "evm-coder",13773 "fp-evm",13774 "fp-rpc",13775 "fp-self-contained",13776 "frame-benchmarking",13777 "frame-executive",13778 "frame-support",13779 "frame-system",13780 "frame-system-benchmarking",13781 "frame-system-rpc-runtime-api",13782 "frame-try-runtime",13783 "hex-literal",13784 "impl-trait-for-tuples",13785 "log",13786 "num_enum",13787 "orml-tokens",13788 "orml-traits",13789 "orml-vesting",13790 "orml-xcm-support",13791 "orml-xtokens",13792 "pallet-app-promotion",13793 "pallet-aura",13794 "pallet-authorship",13795 "pallet-balances",13796 "pallet-balances-adapter",13797 "pallet-base-fee",13798 "pallet-collator-selection",13799 "pallet-common",13800 "pallet-configuration",13801 "pallet-ethereum",13802 "pallet-evm",13803 "pallet-evm-coder-substrate",13804 "pallet-evm-contract-helpers",13805 "pallet-evm-migration",13806 "pallet-evm-precompile-simple",13807 "pallet-evm-transaction-payment",13808 "pallet-foreign-assets",13809 "pallet-fungible",13810 "pallet-identity 4.0.0-dev",13811 "pallet-inflation",13812 "pallet-maintenance",13813 "pallet-nonfungible",13814 "pallet-preimage",13815 "pallet-refungible",13816 "pallet-session",13817 "pallet-state-trie-migration",13818 "pallet-structure",13819 "pallet-sudo",13820 "pallet-template-transaction-payment",13821 "pallet-test-utils",13822 "pallet-timestamp",13823 "pallet-transaction-payment",13824 "pallet-transaction-payment-rpc-runtime-api",13825 "pallet-treasury",13826 "pallet-unique",13827 "pallet-xcm",13828 "parachain-info",13829 "parity-scale-codec",13830 "polkadot-parachain",13831 "precompile-utils-macro",13832 "scale-info",13833 "serde",13834 "smallvec",13835 "sp-api",13836 "sp-arithmetic",13837 "sp-block-builder",13838 "sp-consensus-aura",13839 "sp-core",13840 "sp-inherents",13841 "sp-io",13842 "sp-offchain",13843 "sp-runtime",13844 "sp-session",13845 "sp-std",13846 "sp-transaction-pool",13847 "sp-version",13848 "substrate-wasm-builder",13849 "up-common",13850 "up-data-structs",13851 "up-pov-estimate-rpc",13852 "up-rpc",13853 "up-sponsorship",13854 "xcm",13855 "xcm-builder",13856 "xcm-executor",13857]1385813859[[package]]13860name = "universal-hash"13861version = "0.4.1"13862source = "registry+https://github.com/rust-lang/crates.io-index"13863checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13864dependencies = [13865 "generic-array 0.14.7",13866 "subtle",13867]1386813869[[package]]13870name = "universal-hash"13871version = "0.5.1"13872source = "registry+https://github.com/rust-lang/crates.io-index"13873checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"13874dependencies = [13875 "crypto-common",13876 "subtle",13877]1387813879[[package]]13880name = "unsigned-varint"13881version = "0.7.1"13882source = "registry+https://github.com/rust-lang/crates.io-index"13883checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13884dependencies = [13885 "asynchronous-codec",13886 "bytes",13887 "futures-io",13888 "futures-util",13889]1389013891[[package]]13892name = "untrusted"13893version = "0.7.1"13894source = "registry+https://github.com/rust-lang/crates.io-index"13895checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1389613897[[package]]13898name = "up-common"13899version = "0.9.41"13900dependencies = [13901 "cumulus-primitives-core",13902 "fp-rpc",13903 "frame-support",13904 "pallet-evm",13905 "sp-consensus-aura",13906 "sp-core",13907 "sp-runtime",13908 "sp-std",13909]1391013911[[package]]13912name = "up-data-structs"13913version = "0.2.2"13914dependencies = [13915 "bondrewd",13916 "derivative",13917 "frame-support",13918 "pallet-evm",13919 "parity-scale-codec",13920 "scale-info",13921 "serde",13922 "sp-core",13923 "sp-runtime",13924 "sp-std",13925 "struct-versioning",13926]1392713928[[package]]13929name = "up-pov-estimate-rpc"13930version = "0.1.0"13931dependencies = [13932 "parity-scale-codec",13933 "scale-info",13934 "serde",13935 "sp-api",13936 "sp-core",13937 "sp-runtime",13938 "sp-std",13939]1394013941[[package]]13942name = "up-rpc"13943version = "0.1.3"13944dependencies = [13945 "pallet-common",13946 "pallet-evm",13947 "parity-scale-codec",13948 "sp-api",13949 "sp-core",13950 "sp-runtime",13951 "sp-std",13952 "up-data-structs",13953]1395413955[[package]]13956name = "up-sponsorship"13957version = "0.1.0"13958source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"13959dependencies = [13960 "impl-trait-for-tuples",13961]1396213963[[package]]13964name = "url"13965version = "2.3.1"13966source = "registry+https://github.com/rust-lang/crates.io-index"13967checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13968dependencies = [13969 "form_urlencoded",13970 "idna 0.3.0",13971 "percent-encoding",13972]1397313974[[package]]13975name = "utf8parse"13976version = "0.2.1"13977source = "registry+https://github.com/rust-lang/crates.io-index"13978checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"1397913980[[package]]13981name = "uuid"13982version = "1.3.3"13983source = "registry+https://github.com/rust-lang/crates.io-index"13984checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"13985dependencies = [13986 "getrandom 0.2.9",13987]1398813989[[package]]13990name = "valuable"13991version = "0.1.0"13992source = "registry+https://github.com/rust-lang/crates.io-index"13993checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1399413995[[package]]13996name = "vcpkg"13997version = "0.2.15"13998source = "registry+https://github.com/rust-lang/crates.io-index"13999checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1400014001[[package]]14002name = "version_check"14003version = "0.9.4"14004source = "registry+https://github.com/rust-lang/crates.io-index"14005checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1400614007[[package]]14008name = "void"14009version = "1.0.2"14010source = "registry+https://github.com/rust-lang/crates.io-index"14011checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1401214013[[package]]14014name = "waitgroup"14015version = "0.1.2"14016source = "registry+https://github.com/rust-lang/crates.io-index"14017checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"14018dependencies = [14019 "atomic-waker",14020]1402114022[[package]]14023name = "waker-fn"14024version = "1.1.0"14025source = "registry+https://github.com/rust-lang/crates.io-index"14026checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1402714028[[package]]14029name = "walkdir"14030version = "2.3.3"14031source = "registry+https://github.com/rust-lang/crates.io-index"14032checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"14033dependencies = [14034 "same-file",14035 "winapi-util",14036]1403714038[[package]]14039name = "want"14040version = "0.3.0"14041source = "registry+https://github.com/rust-lang/crates.io-index"14042checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"14043dependencies = [14044 "log",14045 "try-lock",14046]1404714048[[package]]14049name = "wasi"14050version = "0.9.0+wasi-snapshot-preview1"14051source = "registry+https://github.com/rust-lang/crates.io-index"14052checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1405314054[[package]]14055name = "wasi"14056version = "0.10.0+wasi-snapshot-preview1"14057source = "registry+https://github.com/rust-lang/crates.io-index"14058checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1405914060[[package]]14061name = "wasi"14062version = "0.11.0+wasi-snapshot-preview1"14063source = "registry+https://github.com/rust-lang/crates.io-index"14064checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1406514066[[package]]14067name = "wasm-bindgen"14068version = "0.2.86"14069source = "registry+https://github.com/rust-lang/crates.io-index"14070checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"14071dependencies = [14072 "cfg-if",14073 "wasm-bindgen-macro",14074]1407514076[[package]]14077name = "wasm-bindgen-backend"14078version = "0.2.86"14079source = "registry+https://github.com/rust-lang/crates.io-index"14080checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"14081dependencies = [14082 "bumpalo",14083 "log",14084 "once_cell",14085 "proc-macro2",14086 "quote",14087 "syn 2.0.16",14088 "wasm-bindgen-shared",14089]1409014091[[package]]14092name = "wasm-bindgen-futures"14093version = "0.4.36"14094source = "registry+https://github.com/rust-lang/crates.io-index"14095checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"14096dependencies = [14097 "cfg-if",14098 "js-sys",14099 "wasm-bindgen",14100 "web-sys",14101]1410214103[[package]]14104name = "wasm-bindgen-macro"14105version = "0.2.86"14106source = "registry+https://github.com/rust-lang/crates.io-index"14107checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"14108dependencies = [14109 "quote",14110 "wasm-bindgen-macro-support",14111]1411214113[[package]]14114name = "wasm-bindgen-macro-support"14115version = "0.2.86"14116source = "registry+https://github.com/rust-lang/crates.io-index"14117checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"14118dependencies = [14119 "proc-macro2",14120 "quote",14121 "syn 2.0.16",14122 "wasm-bindgen-backend",14123 "wasm-bindgen-shared",14124]1412514126[[package]]14127name = "wasm-bindgen-shared"14128version = "0.2.86"14129source = "registry+https://github.com/rust-lang/crates.io-index"14130checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"1413114132[[package]]14133name = "wasm-instrument"14134version = "0.3.0"14135source = "registry+https://github.com/rust-lang/crates.io-index"14136checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"14137dependencies = [14138 "parity-wasm",14139]1414014141[[package]]14142name = "wasm-opt"14143version = "0.111.0"14144source = "registry+https://github.com/rust-lang/crates.io-index"14145checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"14146dependencies = [14147 "anyhow",14148 "libc",14149 "strum",14150 "strum_macros",14151 "tempfile",14152 "thiserror",14153 "wasm-opt-cxx-sys",14154 "wasm-opt-sys",14155]1415614157[[package]]14158name = "wasm-opt-cxx-sys"14159version = "0.111.0"14160source = "registry+https://github.com/rust-lang/crates.io-index"14161checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"14162dependencies = [14163 "anyhow",14164 "cxx",14165 "cxx-build",14166 "wasm-opt-sys",14167]1416814169[[package]]14170name = "wasm-opt-sys"14171version = "0.111.0"14172source = "registry+https://github.com/rust-lang/crates.io-index"14173checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"14174dependencies = [14175 "anyhow",14176 "cc",14177 "cxx",14178 "cxx-build",14179 "regex",14180]1418114182[[package]]14183name = "wasm-timer"14184version = "0.2.5"14185source = "registry+https://github.com/rust-lang/crates.io-index"14186checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"14187dependencies = [14188 "futures",14189 "js-sys",14190 "parking_lot 0.11.2",14191 "pin-utils",14192 "wasm-bindgen",14193 "wasm-bindgen-futures",14194 "web-sys",14195]1419614197[[package]]14198name = "wasmi"14199version = "0.13.2"14200source = "registry+https://github.com/rust-lang/crates.io-index"14201checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"14202dependencies = [14203 "parity-wasm",14204 "wasmi-validation",14205 "wasmi_core",14206]1420714208[[package]]14209name = "wasmi-validation"14210version = "0.5.0"14211source = "registry+https://github.com/rust-lang/crates.io-index"14212checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"14213dependencies = [14214 "parity-wasm",14215]1421614217[[package]]14218name = "wasmi_core"14219version = "0.2.1"14220source = "registry+https://github.com/rust-lang/crates.io-index"14221checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"14222dependencies = [14223 "downcast-rs",14224 "libm 0.2.7",14225 "memory_units",14226 "num-rational",14227 "num-traits",14228 "region",14229]1423014231[[package]]14232name = "wasmparser"14233version = "0.100.0"14234source = "registry+https://github.com/rust-lang/crates.io-index"14235checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"14236dependencies = [14237 "indexmap",14238 "url",14239]1424014241[[package]]14242name = "wasmtime"14243version = "6.0.2"14244source = "registry+https://github.com/rust-lang/crates.io-index"14245checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"14246dependencies = [14247 "anyhow",14248 "bincode",14249 "cfg-if",14250 "indexmap",14251 "libc",14252 "log",14253 "object 0.29.0",14254 "once_cell",14255 "paste",14256 "psm",14257 "rayon",14258 "serde",14259 "target-lexicon",14260 "wasmparser",14261 "wasmtime-cache",14262 "wasmtime-cranelift",14263 "wasmtime-environ",14264 "wasmtime-jit",14265 "wasmtime-runtime",14266 "windows-sys 0.42.0",14267]1426814269[[package]]14270name = "wasmtime-asm-macros"14271version = "6.0.2"14272source = "registry+https://github.com/rust-lang/crates.io-index"14273checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"14274dependencies = [14275 "cfg-if",14276]1427714278[[package]]14279name = "wasmtime-cache"14280version = "6.0.2"14281source = "registry+https://github.com/rust-lang/crates.io-index"14282checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"14283dependencies = [14284 "anyhow",14285 "base64 0.13.1",14286 "bincode",14287 "directories-next",14288 "file-per-thread-logger",14289 "log",14290 "rustix 0.36.14",14291 "serde",14292 "sha2 0.10.6",14293 "toml 0.5.11",14294 "windows-sys 0.42.0",14295 "zstd 0.11.2+zstd.1.5.2",14296]1429714298[[package]]14299name = "wasmtime-cranelift"14300version = "6.0.2"14301source = "registry+https://github.com/rust-lang/crates.io-index"14302checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"14303dependencies = [14304 "anyhow",14305 "cranelift-codegen",14306 "cranelift-entity",14307 "cranelift-frontend",14308 "cranelift-native",14309 "cranelift-wasm",14310 "gimli 0.26.2",14311 "log",14312 "object 0.29.0",14313 "target-lexicon",14314 "thiserror",14315 "wasmparser",14316 "wasmtime-environ",14317]1431814319[[package]]14320name = "wasmtime-environ"14321version = "6.0.2"14322source = "registry+https://github.com/rust-lang/crates.io-index"14323checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"14324dependencies = [14325 "anyhow",14326 "cranelift-entity",14327 "gimli 0.26.2",14328 "indexmap",14329 "log",14330 "object 0.29.0",14331 "serde",14332 "target-lexicon",14333 "thiserror",14334 "wasmparser",14335 "wasmtime-types",14336]1433714338[[package]]14339name = "wasmtime-jit"14340version = "6.0.2"14341source = "registry+https://github.com/rust-lang/crates.io-index"14342checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"14343dependencies = [14344 "addr2line 0.17.0",14345 "anyhow",14346 "bincode",14347 "cfg-if",14348 "cpp_demangle",14349 "gimli 0.26.2",14350 "log",14351 "object 0.29.0",14352 "rustc-demangle",14353 "serde",14354 "target-lexicon",14355 "wasmtime-environ",14356 "wasmtime-jit-debug",14357 "wasmtime-jit-icache-coherence",14358 "wasmtime-runtime",14359 "windows-sys 0.42.0",14360]1436114362[[package]]14363name = "wasmtime-jit-debug"14364version = "6.0.2"14365source = "registry+https://github.com/rust-lang/crates.io-index"14366checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"14367dependencies = [14368 "object 0.29.0",14369 "once_cell",14370 "rustix 0.36.14",14371]1437214373[[package]]14374name = "wasmtime-jit-icache-coherence"14375version = "6.0.2"14376source = "registry+https://github.com/rust-lang/crates.io-index"14377checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"14378dependencies = [14379 "cfg-if",14380 "libc",14381 "windows-sys 0.42.0",14382]1438314384[[package]]14385name = "wasmtime-runtime"14386version = "6.0.2"14387source = "registry+https://github.com/rust-lang/crates.io-index"14388checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"14389dependencies = [14390 "anyhow",14391 "cc",14392 "cfg-if",14393 "indexmap",14394 "libc",14395 "log",14396 "mach",14397 "memfd",14398 "memoffset 0.6.5",14399 "paste",14400 "rand 0.8.5",14401 "rustix 0.36.14",14402 "wasmtime-asm-macros",14403 "wasmtime-environ",14404 "wasmtime-jit-debug",14405 "windows-sys 0.42.0",14406]1440714408[[package]]14409name = "wasmtime-types"14410version = "6.0.2"14411source = "registry+https://github.com/rust-lang/crates.io-index"14412checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"14413dependencies = [14414 "cranelift-entity",14415 "serde",14416 "thiserror",14417 "wasmparser",14418]1441914420[[package]]14421name = "web-sys"14422version = "0.3.63"14423source = "registry+https://github.com/rust-lang/crates.io-index"14424checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"14425dependencies = [14426 "js-sys",14427 "wasm-bindgen",14428]1442914430[[package]]14431name = "webpki"14432version = "0.21.4"14433source = "registry+https://github.com/rust-lang/crates.io-index"14434checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"14435dependencies = [14436 "ring",14437 "untrusted",14438]1443914440[[package]]14441name = "webpki"14442version = "0.22.0"14443source = "registry+https://github.com/rust-lang/crates.io-index"14444checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"14445dependencies = [14446 "ring",14447 "untrusted",14448]1444914450[[package]]14451name = "webpki-roots"14452version = "0.22.6"14453source = "registry+https://github.com/rust-lang/crates.io-index"14454checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"14455dependencies = [14456 "webpki 0.22.0",14457]1445814459[[package]]14460name = "webrtc"14461version = "0.6.0"14462source = "registry+https://github.com/rust-lang/crates.io-index"14463checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb"14464dependencies = [14465 "arc-swap",14466 "async-trait",14467 "bytes",14468 "hex",14469 "interceptor",14470 "lazy_static",14471 "log",14472 "rand 0.8.5",14473 "rcgen 0.9.3",14474 "regex",14475 "ring",14476 "rtcp",14477 "rtp",14478 "rustls 0.19.1",14479 "sdp",14480 "serde",14481 "serde_json",14482 "sha2 0.10.6",14483 "stun",14484 "thiserror",14485 "time 0.3.21",14486 "tokio",14487 "turn",14488 "url",14489 "waitgroup",14490 "webrtc-data",14491 "webrtc-dtls",14492 "webrtc-ice",14493 "webrtc-mdns",14494 "webrtc-media",14495 "webrtc-sctp",14496 "webrtc-srtp",14497 "webrtc-util",14498]1449914500[[package]]14501name = "webrtc-data"14502version = "0.6.0"14503source = "registry+https://github.com/rust-lang/crates.io-index"14504checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100"14505dependencies = [14506 "bytes",14507 "derive_builder",14508 "log",14509 "thiserror",14510 "tokio",14511 "webrtc-sctp",14512 "webrtc-util",14513]1451414515[[package]]14516name = "webrtc-dtls"14517version = "0.7.1"14518source = "registry+https://github.com/rust-lang/crates.io-index"14519checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05"14520dependencies = [14521 "aes 0.6.0",14522 "aes-gcm 0.10.2",14523 "async-trait",14524 "bincode",14525 "block-modes",14526 "byteorder",14527 "ccm",14528 "curve25519-dalek 3.2.0",14529 "der-parser 8.2.0",14530 "elliptic-curve 0.12.3",14531 "hkdf",14532 "hmac 0.12.1",14533 "log",14534 "oid-registry 0.6.1",14535 "p256",14536 "p384",14537 "rand 0.8.5",14538 "rand_core 0.6.4",14539 "rcgen 0.9.3",14540 "ring",14541 "rustls 0.19.1",14542 "sec1 0.3.0",14543 "serde",14544 "sha1",14545 "sha2 0.10.6",14546 "signature 1.6.4",14547 "subtle",14548 "thiserror",14549 "tokio",14550 "webpki 0.21.4",14551 "webrtc-util",14552 "x25519-dalek 2.0.0-pre.1",14553 "x509-parser 0.13.2",14554]1455514556[[package]]14557name = "webrtc-ice"14558version = "0.9.1"14559source = "registry+https://github.com/rust-lang/crates.io-index"14560checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80"14561dependencies = [14562 "arc-swap",14563 "async-trait",14564 "crc",14565 "log",14566 "rand 0.8.5",14567 "serde",14568 "serde_json",14569 "stun",14570 "thiserror",14571 "tokio",14572 "turn",14573 "url",14574 "uuid",14575 "waitgroup",14576 "webrtc-mdns",14577 "webrtc-util",14578]1457914580[[package]]14581name = "webrtc-mdns"14582version = "0.5.2"14583source = "registry+https://github.com/rust-lang/crates.io-index"14584checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"14585dependencies = [14586 "log",14587 "socket2",14588 "thiserror",14589 "tokio",14590 "webrtc-util",14591]1459214593[[package]]14594name = "webrtc-media"14595version = "0.5.1"14596source = "registry+https://github.com/rust-lang/crates.io-index"14597checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991"14598dependencies = [14599 "byteorder",14600 "bytes",14601 "rand 0.8.5",14602 "rtp",14603 "thiserror",14604]1460514606[[package]]14607name = "webrtc-sctp"14608version = "0.7.0"14609source = "registry+https://github.com/rust-lang/crates.io-index"14610checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0"14611dependencies = [14612 "arc-swap",14613 "async-trait",14614 "bytes",14615 "crc",14616 "log",14617 "rand 0.8.5",14618 "thiserror",14619 "tokio",14620 "webrtc-util",14621]1462214623[[package]]14624name = "webrtc-srtp"14625version = "0.9.1"14626source = "registry+https://github.com/rust-lang/crates.io-index"14627checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5"14628dependencies = [14629 "aead 0.4.3",14630 "aes 0.7.5",14631 "aes-gcm 0.9.4",14632 "async-trait",14633 "byteorder",14634 "bytes",14635 "ctr 0.8.0",14636 "hmac 0.11.0",14637 "log",14638 "rtcp",14639 "rtp",14640 "sha-1",14641 "subtle",14642 "thiserror",14643 "tokio",14644 "webrtc-util",14645]1464614647[[package]]14648name = "webrtc-util"14649version = "0.7.0"14650source = "registry+https://github.com/rust-lang/crates.io-index"14651checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"14652dependencies = [14653 "async-trait",14654 "bitflags",14655 "bytes",14656 "cc",14657 "ipnet",14658 "lazy_static",14659 "libc",14660 "log",14661 "nix",14662 "rand 0.8.5",14663 "thiserror",14664 "tokio",14665 "winapi",14666]1466714668[[package]]14669name = "westend-runtime"14670version = "0.9.42"14671source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14672dependencies = [14673 "bitvec",14674 "frame-benchmarking",14675 "frame-election-provider-support",14676 "frame-executive",14677 "frame-support",14678 "frame-system",14679 "frame-system-benchmarking",14680 "frame-system-rpc-runtime-api",14681 "frame-try-runtime",14682 "hex-literal",14683 "log",14684 "pallet-authority-discovery",14685 "pallet-authorship",14686 "pallet-babe",14687 "pallet-bags-list",14688 "pallet-balances",14689 "pallet-collective",14690 "pallet-democracy",14691 "pallet-election-provider-multi-phase",14692 "pallet-election-provider-support-benchmarking",14693 "pallet-elections-phragmen",14694 "pallet-fast-unstake",14695 "pallet-grandpa",14696 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",14697 "pallet-im-online",14698 "pallet-indices",14699 "pallet-membership",14700 "pallet-multisig",14701 "pallet-nomination-pools",14702 "pallet-nomination-pools-benchmarking",14703 "pallet-nomination-pools-runtime-api",14704 "pallet-offences",14705 "pallet-offences-benchmarking",14706 "pallet-preimage",14707 "pallet-proxy",14708 "pallet-recovery",14709 "pallet-scheduler",14710 "pallet-session",14711 "pallet-session-benchmarking",14712 "pallet-society",14713 "pallet-staking",14714 "pallet-staking-reward-curve",14715 "pallet-staking-runtime-api",14716 "pallet-state-trie-migration",14717 "pallet-sudo",14718 "pallet-timestamp",14719 "pallet-transaction-payment",14720 "pallet-transaction-payment-rpc-runtime-api",14721 "pallet-treasury",14722 "pallet-utility",14723 "pallet-vesting",14724 "pallet-xcm",14725 "pallet-xcm-benchmarks",14726 "parity-scale-codec",14727 "polkadot-parachain",14728 "polkadot-primitives",14729 "polkadot-runtime-common",14730 "polkadot-runtime-parachains",14731 "rustc-hex",14732 "scale-info",14733 "serde",14734 "serde_derive",14735 "smallvec",14736 "sp-api",14737 "sp-authority-discovery",14738 "sp-block-builder",14739 "sp-consensus-babe",14740 "sp-consensus-beefy",14741 "sp-core",14742 "sp-inherents",14743 "sp-io",14744 "sp-mmr-primitives",14745 "sp-npos-elections",14746 "sp-offchain",14747 "sp-runtime",14748 "sp-session",14749 "sp-staking",14750 "sp-std",14751 "sp-transaction-pool",14752 "sp-version",14753 "substrate-wasm-builder",14754 "westend-runtime-constants",14755 "xcm",14756 "xcm-builder",14757 "xcm-executor",14758]1475914760[[package]]14761name = "westend-runtime-constants"14762version = "0.9.42"14763source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"14764dependencies = [14765 "frame-support",14766 "polkadot-primitives",14767 "polkadot-runtime-common",14768 "smallvec",14769 "sp-core",14770 "sp-runtime",14771 "sp-weights",14772]1477314774[[package]]14775name = "which"14776version = "4.4.0"14777source = "registry+https://github.com/rust-lang/crates.io-index"14778checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"14779dependencies = [14780 "either",14781 "libc",14782 "once_cell",14783]1478414785[[package]]14786name = "wide"14787version = "0.7.9"14788source = "registry+https://github.com/rust-lang/crates.io-index"14789checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65"14790dependencies = [14791 "bytemuck",14792 "safe_arch",14793]1479414795[[package]]14796name = "widestring"14797version = "0.5.1"14798source = "registry+https://github.com/rust-lang/crates.io-index"14799checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1480014801[[package]]14802name = "winapi"14803version = "0.3.9"14804source = "registry+https://github.com/rust-lang/crates.io-index"14805checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14806dependencies = [14807 "winapi-i686-pc-windows-gnu",14808 "winapi-x86_64-pc-windows-gnu",14809]1481014811[[package]]14812name = "winapi-i686-pc-windows-gnu"14813version = "0.4.0"14814source = "registry+https://github.com/rust-lang/crates.io-index"14815checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1481614817[[package]]14818name = "winapi-util"14819version = "0.1.5"14820source = "registry+https://github.com/rust-lang/crates.io-index"14821checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14822dependencies = [14823 "winapi",14824]1482514826[[package]]14827name = "winapi-x86_64-pc-windows-gnu"14828version = "0.4.0"14829source = "registry+https://github.com/rust-lang/crates.io-index"14830checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1483114832[[package]]14833name = "windows"14834version = "0.34.0"14835source = "registry+https://github.com/rust-lang/crates.io-index"14836checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"14837dependencies = [14838 "windows_aarch64_msvc 0.34.0",14839 "windows_i686_gnu 0.34.0",14840 "windows_i686_msvc 0.34.0",14841 "windows_x86_64_gnu 0.34.0",14842 "windows_x86_64_msvc 0.34.0",14843]1484414845[[package]]14846name = "windows"14847version = "0.48.0"14848source = "registry+https://github.com/rust-lang/crates.io-index"14849checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"14850dependencies = [14851 "windows-targets 0.48.0",14852]1485314854[[package]]14855name = "windows-sys"14856version = "0.42.0"14857source = "registry+https://github.com/rust-lang/crates.io-index"14858checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14859dependencies = [14860 "windows_aarch64_gnullvm 0.42.2",14861 "windows_aarch64_msvc 0.42.2",14862 "windows_i686_gnu 0.42.2",14863 "windows_i686_msvc 0.42.2",14864 "windows_x86_64_gnu 0.42.2",14865 "windows_x86_64_gnullvm 0.42.2",14866 "windows_x86_64_msvc 0.42.2",14867]1486814869[[package]]14870name = "windows-sys"14871version = "0.45.0"14872source = "registry+https://github.com/rust-lang/crates.io-index"14873checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"14874dependencies = [14875 "windows-targets 0.42.2",14876]1487714878[[package]]14879name = "windows-sys"14880version = "0.48.0"14881source = "registry+https://github.com/rust-lang/crates.io-index"14882checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"14883dependencies = [14884 "windows-targets 0.48.0",14885]1488614887[[package]]14888name = "windows-targets"14889version = "0.42.2"14890source = "registry+https://github.com/rust-lang/crates.io-index"14891checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"14892dependencies = [14893 "windows_aarch64_gnullvm 0.42.2",14894 "windows_aarch64_msvc 0.42.2",14895 "windows_i686_gnu 0.42.2",14896 "windows_i686_msvc 0.42.2",14897 "windows_x86_64_gnu 0.42.2",14898 "windows_x86_64_gnullvm 0.42.2",14899 "windows_x86_64_msvc 0.42.2",14900]1490114902[[package]]14903name = "windows-targets"14904version = "0.48.0"14905source = "registry+https://github.com/rust-lang/crates.io-index"14906checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"14907dependencies = [14908 "windows_aarch64_gnullvm 0.48.0",14909 "windows_aarch64_msvc 0.48.0",14910 "windows_i686_gnu 0.48.0",14911 "windows_i686_msvc 0.48.0",14912 "windows_x86_64_gnu 0.48.0",14913 "windows_x86_64_gnullvm 0.48.0",14914 "windows_x86_64_msvc 0.48.0",14915]1491614917[[package]]14918name = "windows_aarch64_gnullvm"14919version = "0.42.2"14920source = "registry+https://github.com/rust-lang/crates.io-index"14921checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"1492214923[[package]]14924name = "windows_aarch64_gnullvm"14925version = "0.48.0"14926source = "registry+https://github.com/rust-lang/crates.io-index"14927checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"1492814929[[package]]14930name = "windows_aarch64_msvc"14931version = "0.34.0"14932source = "registry+https://github.com/rust-lang/crates.io-index"14933checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1493414935[[package]]14936name = "windows_aarch64_msvc"14937version = "0.42.2"14938source = "registry+https://github.com/rust-lang/crates.io-index"14939checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"1494014941[[package]]14942name = "windows_aarch64_msvc"14943version = "0.48.0"14944source = "registry+https://github.com/rust-lang/crates.io-index"14945checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"1494614947[[package]]14948name = "windows_i686_gnu"14949version = "0.34.0"14950source = "registry+https://github.com/rust-lang/crates.io-index"14951checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1495214953[[package]]14954name = "windows_i686_gnu"14955version = "0.42.2"14956source = "registry+https://github.com/rust-lang/crates.io-index"14957checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"1495814959[[package]]14960name = "windows_i686_gnu"14961version = "0.48.0"14962source = "registry+https://github.com/rust-lang/crates.io-index"14963checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"1496414965[[package]]14966name = "windows_i686_msvc"14967version = "0.34.0"14968source = "registry+https://github.com/rust-lang/crates.io-index"14969checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1497014971[[package]]14972name = "windows_i686_msvc"14973version = "0.42.2"14974source = "registry+https://github.com/rust-lang/crates.io-index"14975checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"1497614977[[package]]14978name = "windows_i686_msvc"14979version = "0.48.0"14980source = "registry+https://github.com/rust-lang/crates.io-index"14981checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"1498214983[[package]]14984name = "windows_x86_64_gnu"14985version = "0.34.0"14986source = "registry+https://github.com/rust-lang/crates.io-index"14987checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1498814989[[package]]14990name = "windows_x86_64_gnu"14991version = "0.42.2"14992source = "registry+https://github.com/rust-lang/crates.io-index"14993checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"1499414995[[package]]14996name = "windows_x86_64_gnu"14997version = "0.48.0"14998source = "registry+https://github.com/rust-lang/crates.io-index"14999checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"1500015001[[package]]15002name = "windows_x86_64_gnullvm"15003version = "0.42.2"15004source = "registry+https://github.com/rust-lang/crates.io-index"15005checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"1500615007[[package]]15008name = "windows_x86_64_gnullvm"15009version = "0.48.0"15010source = "registry+https://github.com/rust-lang/crates.io-index"15011checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"1501215013[[package]]15014name = "windows_x86_64_msvc"15015version = "0.34.0"15016source = "registry+https://github.com/rust-lang/crates.io-index"15017checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1501815019[[package]]15020name = "windows_x86_64_msvc"15021version = "0.42.2"15022source = "registry+https://github.com/rust-lang/crates.io-index"15023checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"1502415025[[package]]15026name = "windows_x86_64_msvc"15027version = "0.48.0"15028source = "registry+https://github.com/rust-lang/crates.io-index"15029checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"1503015031[[package]]15032name = "winnow"15033version = "0.4.6"15034source = "registry+https://github.com/rust-lang/crates.io-index"15035checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"15036dependencies = [15037 "memchr",15038]1503915040[[package]]15041name = "winreg"15042version = "0.10.1"15043source = "registry+https://github.com/rust-lang/crates.io-index"15044checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"15045dependencies = [15046 "winapi",15047]1504815049[[package]]15050name = "wyz"15051version = "0.5.1"15052source = "registry+https://github.com/rust-lang/crates.io-index"15053checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"15054dependencies = [15055 "tap",15056]1505715058[[package]]15059name = "x25519-dalek"15060version = "1.1.1"15061source = "registry+https://github.com/rust-lang/crates.io-index"15062checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"15063dependencies = [15064 "curve25519-dalek 3.2.0",15065 "rand_core 0.5.1",15066 "zeroize",15067]1506815069[[package]]15070name = "x25519-dalek"15071version = "2.0.0-pre.1"15072source = "registry+https://github.com/rust-lang/crates.io-index"15073checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df"15074dependencies = [15075 "curve25519-dalek 3.2.0",15076 "rand_core 0.6.4",15077 "zeroize",15078]1507915080[[package]]15081name = "x509-parser"15082version = "0.13.2"15083source = "registry+https://github.com/rust-lang/crates.io-index"15084checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c"15085dependencies = [15086 "asn1-rs 0.3.1",15087 "base64 0.13.1",15088 "data-encoding",15089 "der-parser 7.0.0",15090 "lazy_static",15091 "nom",15092 "oid-registry 0.4.0",15093 "ring",15094 "rusticata-macros",15095 "thiserror",15096 "time 0.3.21",15097]1509815099[[package]]15100name = "x509-parser"15101version = "0.14.0"15102source = "registry+https://github.com/rust-lang/crates.io-index"15103checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"15104dependencies = [15105 "asn1-rs 0.5.2",15106 "base64 0.13.1",15107 "data-encoding",15108 "der-parser 8.2.0",15109 "lazy_static",15110 "nom",15111 "oid-registry 0.6.1",15112 "rusticata-macros",15113 "thiserror",15114 "time 0.3.21",15115]1511615117[[package]]15118name = "xcm"15119version = "0.9.42"15120source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15121dependencies = [15122 "bounded-collections",15123 "derivative",15124 "impl-trait-for-tuples",15125 "log",15126 "parity-scale-codec",15127 "scale-info",15128 "serde",15129 "sp-weights",15130 "xcm-procedural",15131]1513215133[[package]]15134name = "xcm-builder"15135version = "0.9.42"15136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15137dependencies = [15138 "frame-support",15139 "frame-system",15140 "impl-trait-for-tuples",15141 "log",15142 "pallet-transaction-payment",15143 "parity-scale-codec",15144 "polkadot-parachain",15145 "scale-info",15146 "sp-arithmetic",15147 "sp-io",15148 "sp-runtime",15149 "sp-std",15150 "xcm",15151 "xcm-executor",15152]1515315154[[package]]15155name = "xcm-executor"15156version = "0.9.42"15157source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15158dependencies = [15159 "environmental",15160 "frame-benchmarking",15161 "frame-support",15162 "impl-trait-for-tuples",15163 "log",15164 "parity-scale-codec",15165 "sp-arithmetic",15166 "sp-core",15167 "sp-io",15168 "sp-runtime",15169 "sp-std",15170 "sp-weights",15171 "xcm",15172]1517315174[[package]]15175name = "xcm-procedural"15176version = "0.9.42"15177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"15178dependencies = [15179 "Inflector",15180 "proc-macro2",15181 "quote",15182 "syn 2.0.16",15183]1518415185[[package]]15186name = "yamux"15187version = "0.10.2"15188source = "registry+https://github.com/rust-lang/crates.io-index"15189checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"15190dependencies = [15191 "futures",15192 "log",15193 "nohash-hasher",15194 "parking_lot 0.12.1",15195 "rand 0.8.5",15196 "static_assertions",15197]1519815199[[package]]15200name = "yasna"15201version = "0.5.2"15202source = "registry+https://github.com/rust-lang/crates.io-index"15203checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"15204dependencies = [15205 "time 0.3.21",15206]1520715208[[package]]15209name = "zeroize"15210version = "1.6.0"15211source = "registry+https://github.com/rust-lang/crates.io-index"15212checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"15213dependencies = [15214 "zeroize_derive",15215]1521615217[[package]]15218name = "zeroize_derive"15219version = "1.4.2"15220source = "registry+https://github.com/rust-lang/crates.io-index"15221checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"15222dependencies = [15223 "proc-macro2",15224 "quote",15225 "syn 2.0.16",15226]1522715228[[package]]15229name = "zstd"15230version = "0.11.2+zstd.1.5.2"15231source = "registry+https://github.com/rust-lang/crates.io-index"15232checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"15233dependencies = [15234 "zstd-safe 5.0.2+zstd.1.5.2",15235]1523615237[[package]]15238name = "zstd"15239version = "0.12.3+zstd.1.5.2"15240source = "registry+https://github.com/rust-lang/crates.io-index"15241checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"15242dependencies = [15243 "zstd-safe 6.0.5+zstd.1.5.4",15244]1524515246[[package]]15247name = "zstd-safe"15248version = "5.0.2+zstd.1.5.2"15249source = "registry+https://github.com/rust-lang/crates.io-index"15250checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"15251dependencies = [15252 "libc",15253 "zstd-sys",15254]1525515256[[package]]15257name = "zstd-safe"15258version = "6.0.5+zstd.1.5.4"15259source = "registry+https://github.com/rust-lang/crates.io-index"15260checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"15261dependencies = [15262 "libc",15263 "zstd-sys",15264]1526515266[[package]]15267name = "zstd-sys"15268version = "2.0.8+zstd.1.5.5"15269source = "registry+https://github.com/rust-lang/crates.io-index"15270checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"15271dependencies = [15272 "cc",15273 "libc",15274 "pkg-config",15275]