123version = 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.14.1"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "0.2.3"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"2930[[package]]31name = "aead"32version = "0.3.2"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"35dependencies = [36 "generic-array 0.14.4",37]3839[[package]]40name = "aes"41version = "0.5.0"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "dd2bc6d3f370b5666245ff421e231cba4353df936e26986d2918e61a8fd6aef6"44dependencies = [45 "aes-soft",46 "aesni",47 "block-cipher",48]4950[[package]]51name = "aes-gcm"52version = "0.7.0"53source = "registry+https://github.com/rust-lang/crates.io-index"54checksum = "0301c9e9c443494d970a07885e8cf3e587bae8356a1d5abd0999068413f7205f"55dependencies = [56 "aead",57 "aes",58 "block-cipher",59 "ghash",60 "subtle 2.4.0",61]6263[[package]]64name = "aes-soft"65version = "0.5.0"66source = "registry+https://github.com/rust-lang/crates.io-index"67checksum = "63dd91889c49327ad7ef3b500fd1109dbd3c509a03db0d4a9ce413b79f575cb6"68dependencies = [69 "block-cipher",70 "byteorder",71 "opaque-debug 0.3.0",72]7374[[package]]75name = "aesni"76version = "0.8.0"77source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "0a6fe808308bb07d393e2ea47780043ec47683fcf19cf5efc8ca51c50cc8c68a"79dependencies = [80 "block-cipher",81 "opaque-debug 0.3.0",82]8384[[package]]85name = "ahash"86version = "0.4.7"87source = "registry+https://github.com/rust-lang/crates.io-index"88checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"8990[[package]]91name = "aho-corasick"92version = "0.7.15"93source = "registry+https://github.com/rust-lang/crates.io-index"94checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"95dependencies = [96 "memchr",97]9899[[package]]100name = "ansi_term"101version = "0.11.0"102source = "registry+https://github.com/rust-lang/crates.io-index"103checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"104dependencies = [105 "winapi 0.3.9",106]107108[[package]]109name = "ansi_term"110version = "0.12.1"111source = "registry+https://github.com/rust-lang/crates.io-index"112checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"113dependencies = [114 "winapi 0.3.9",115]116117[[package]]118name = "anyhow"119version = "1.0.38"120source = "registry+https://github.com/rust-lang/crates.io-index"121checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"122123[[package]]124name = "approx"125version = "0.3.2"126source = "registry+https://github.com/rust-lang/crates.io-index"127checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"128dependencies = [129 "num-traits",130]131132[[package]]133name = "arrayref"134version = "0.3.6"135source = "registry+https://github.com/rust-lang/crates.io-index"136checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"137138[[package]]139name = "arrayvec"140version = "0.4.12"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"143dependencies = [144 "nodrop",145]146147[[package]]148name = "arrayvec"149version = "0.5.2"150source = "registry+https://github.com/rust-lang/crates.io-index"151checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"152153[[package]]154name = "asn1_der"155version = "0.6.3"156source = "registry+https://github.com/rust-lang/crates.io-index"157checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638"158dependencies = [159 "asn1_der_derive",160]161162[[package]]163name = "asn1_der_derive"164version = "0.1.2"165source = "registry+https://github.com/rust-lang/crates.io-index"166checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502"167dependencies = [168 "quote",169 "syn",170]171172[[package]]173name = "async-channel"174version = "1.5.1"175source = "registry+https://github.com/rust-lang/crates.io-index"176checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"177dependencies = [178 "concurrent-queue",179 "event-listener",180 "futures-core",181]182183[[package]]184name = "async-executor"185version = "1.4.0"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"188dependencies = [189 "async-task",190 "concurrent-queue",191 "fastrand",192 "futures-lite",193 "once_cell",194 "vec-arena",195]196197[[package]]198name = "async-global-executor"199version = "2.0.2"200source = "registry+https://github.com/rust-lang/crates.io-index"201checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"202dependencies = [203 "async-channel",204 "async-executor",205 "async-io",206 "async-mutex",207 "blocking",208 "futures-lite",209 "num_cpus",210 "once_cell",211]212213[[package]]214name = "async-io"215version = "1.3.1"216source = "registry+https://github.com/rust-lang/crates.io-index"217checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"218dependencies = [219 "concurrent-queue",220 "fastrand",221 "futures-lite",222 "libc",223 "log",224 "nb-connect",225 "once_cell",226 "parking",227 "polling",228 "vec-arena",229 "waker-fn",230 "winapi 0.3.9",231]232233[[package]]234name = "async-lock"235version = "2.3.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-mutex"244version = "1.4.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"247dependencies = [248 "event-listener",249]250251[[package]]252name = "async-process"253version = "1.0.1"254source = "registry+https://github.com/rust-lang/crates.io-index"255checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"256dependencies = [257 "async-io",258 "blocking",259 "cfg-if 0.1.10",260 "event-listener",261 "futures-lite",262 "once_cell",263 "signal-hook",264 "winapi 0.3.9",265]266267[[package]]268name = "async-std"269version = "1.9.0"270source = "registry+https://github.com/rust-lang/crates.io-index"271checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"272dependencies = [273 "async-channel",274 "async-global-executor",275 "async-io",276 "async-lock",277 "async-process",278 "crossbeam-utils 0.8.1",279 "futures-channel",280 "futures-core",281 "futures-io",282 "futures-lite",283 "gloo-timers",284 "kv-log-macro",285 "log",286 "memchr",287 "num_cpus",288 "once_cell",289 "pin-project-lite 0.2.4",290 "pin-utils",291 "slab",292 "wasm-bindgen-futures",293]294295[[package]]296name = "async-task"297version = "4.0.3"298source = "registry+https://github.com/rust-lang/crates.io-index"299checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"300301[[package]]302name = "async-trait"303version = "0.1.42"304source = "registry+https://github.com/rust-lang/crates.io-index"305checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"306dependencies = [307 "proc-macro2",308 "quote",309 "syn",310]311312[[package]]313name = "asynchronous-codec"314version = "0.5.0"315source = "registry+https://github.com/rust-lang/crates.io-index"316checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"317dependencies = [318 "bytes 1.0.1",319 "futures-sink",320 "futures-util",321 "memchr",322 "pin-project-lite 0.2.4",323]324325[[package]]326name = "asynchronous-codec"327version = "0.6.0"328source = "registry+https://github.com/rust-lang/crates.io-index"329checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"330dependencies = [331 "bytes 1.0.1",332 "futures-sink",333 "futures-util",334 "memchr",335 "pin-project-lite 0.2.4",336]337338[[package]]339name = "atomic"340version = "0.5.0"341source = "registry+https://github.com/rust-lang/crates.io-index"342checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"343dependencies = [344 "autocfg",345]346347[[package]]348name = "atomic-waker"349version = "1.0.0"350source = "registry+https://github.com/rust-lang/crates.io-index"351checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"352353[[package]]354name = "atty"355version = "0.2.14"356source = "registry+https://github.com/rust-lang/crates.io-index"357checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"358dependencies = [359 "hermit-abi",360 "libc",361 "winapi 0.3.9",362]363364[[package]]365name = "autocfg"366version = "1.0.1"367source = "registry+https://github.com/rust-lang/crates.io-index"368checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"369370[[package]]371name = "backtrace"372version = "0.3.56"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"375dependencies = [376 "addr2line",377 "cfg-if 1.0.0",378 "libc",379 "miniz_oxide",380 "object 0.23.0",381 "rustc-demangle",382]383384[[package]]385name = "base-x"386version = "0.2.8"387source = "registry+https://github.com/rust-lang/crates.io-index"388checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"389390[[package]]391name = "base58"392version = "0.1.0"393source = "registry+https://github.com/rust-lang/crates.io-index"394checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"395396[[package]]397name = "base64"398version = "0.12.3"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"401402[[package]]403name = "base64"404version = "0.13.0"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"407408[[package]]409name = "bincode"410version = "1.3.2"411source = "registry+https://github.com/rust-lang/crates.io-index"412checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"413dependencies = [414 "byteorder",415 "serde",416]417418[[package]]419name = "bindgen"420version = "0.54.0"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36"423dependencies = [424 "bitflags",425 "cexpr",426 "cfg-if 0.1.10",427 "clang-sys",428 "clap",429 "env_logger",430 "lazy_static",431 "lazycell",432 "log",433 "peeking_take_while",434 "proc-macro2",435 "quote",436 "regex",437 "rustc-hash",438 "shlex",439 "which 3.1.1",440]441442[[package]]443name = "bitflags"444version = "1.2.1"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"447448[[package]]449name = "bitvec"450version = "0.17.4"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"453dependencies = [454 "either",455 "radium 0.3.0",456]457458[[package]]459name = "bitvec"460version = "0.20.2"461source = "registry+https://github.com/rust-lang/crates.io-index"462checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"463dependencies = [464 "funty",465 "radium 0.6.2",466 "tap",467 "wyz",468]469470[[package]]471name = "blake2"472version = "0.9.1"473source = "registry+https://github.com/rust-lang/crates.io-index"474checksum = "10a5720225ef5daecf08657f23791354e1685a8c91a4c60c7f3d3b2892f978f4"475dependencies = [476 "crypto-mac 0.8.0",477 "digest 0.9.0",478 "opaque-debug 0.3.0",479]480481[[package]]482name = "blake2-rfc"483version = "0.2.18"484source = "registry+https://github.com/rust-lang/crates.io-index"485checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"486dependencies = [487 "arrayvec 0.4.12",488 "constant_time_eq",489]490491[[package]]492name = "blake2b_simd"493version = "0.5.11"494source = "registry+https://github.com/rust-lang/crates.io-index"495checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"496dependencies = [497 "arrayref",498 "arrayvec 0.5.2",499 "constant_time_eq",500]501502[[package]]503name = "blake2s_simd"504version = "0.5.11"505source = "registry+https://github.com/rust-lang/crates.io-index"506checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"507dependencies = [508 "arrayref",509 "arrayvec 0.5.2",510 "constant_time_eq",511]512513[[package]]514name = "blake3"515version = "0.3.7"516source = "registry+https://github.com/rust-lang/crates.io-index"517checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"518dependencies = [519 "arrayref",520 "arrayvec 0.5.2",521 "cc",522 "cfg-if 0.1.10",523 "constant_time_eq",524 "crypto-mac 0.8.0",525 "digest 0.9.0",526]527528[[package]]529name = "block-buffer"530version = "0.7.3"531source = "registry+https://github.com/rust-lang/crates.io-index"532checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"533dependencies = [534 "block-padding 0.1.5",535 "byte-tools",536 "byteorder",537 "generic-array 0.12.3",538]539540[[package]]541name = "block-buffer"542version = "0.9.0"543source = "registry+https://github.com/rust-lang/crates.io-index"544checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"545dependencies = [546 "block-padding 0.2.1",547 "generic-array 0.14.4",548]549550[[package]]551name = "block-cipher"552version = "0.8.0"553source = "registry+https://github.com/rust-lang/crates.io-index"554checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80"555dependencies = [556 "generic-array 0.14.4",557]558559[[package]]560name = "block-padding"561version = "0.1.5"562source = "registry+https://github.com/rust-lang/crates.io-index"563checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"564dependencies = [565 "byte-tools",566]567568[[package]]569name = "block-padding"570version = "0.2.1"571source = "registry+https://github.com/rust-lang/crates.io-index"572checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"573574[[package]]575name = "blocking"576version = "1.0.2"577source = "registry+https://github.com/rust-lang/crates.io-index"578checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"579dependencies = [580 "async-channel",581 "async-task",582 "atomic-waker",583 "fastrand",584 "futures-lite",585 "once_cell",586]587588[[package]]589name = "bs58"590version = "0.4.0"591source = "registry+https://github.com/rust-lang/crates.io-index"592checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"593594[[package]]595name = "bstr"596version = "0.2.14"597source = "registry+https://github.com/rust-lang/crates.io-index"598checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"599dependencies = [600 "memchr",601]602603[[package]]604name = "build-helper"605version = "0.1.1"606source = "registry+https://github.com/rust-lang/crates.io-index"607checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"608dependencies = [609 "semver 0.6.0",610]611612[[package]]613name = "bumpalo"614version = "3.6.0"615source = "registry+https://github.com/rust-lang/crates.io-index"616checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"617618[[package]]619name = "byte-slice-cast"620version = "0.3.5"621source = "registry+https://github.com/rust-lang/crates.io-index"622checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"623624[[package]]625name = "byte-slice-cast"626version = "1.0.0"627source = "registry+https://github.com/rust-lang/crates.io-index"628checksum = "65c1bf4a04a88c54f589125563643d773f3254b5c38571395e2b591c693bbc81"629630[[package]]631name = "byte-tools"632version = "0.3.1"633source = "registry+https://github.com/rust-lang/crates.io-index"634checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"635636[[package]]637name = "byteorder"638version = "1.3.4"639source = "registry+https://github.com/rust-lang/crates.io-index"640checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"641642[[package]]643name = "bytes"644version = "0.4.12"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"647dependencies = [648 "byteorder",649 "either",650 "iovec",651]652653[[package]]654name = "bytes"655version = "0.5.6"656source = "registry+https://github.com/rust-lang/crates.io-index"657checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"658659[[package]]660name = "bytes"661version = "1.0.1"662source = "registry+https://github.com/rust-lang/crates.io-index"663checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"664665[[package]]666name = "cache-padded"667version = "1.1.1"668source = "registry+https://github.com/rust-lang/crates.io-index"669checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"670671[[package]]672name = "cargo-platform"673version = "0.1.1"674source = "registry+https://github.com/rust-lang/crates.io-index"675checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"676dependencies = [677 "serde",678]679680[[package]]681name = "cargo_metadata"682version = "0.12.3"683source = "registry+https://github.com/rust-lang/crates.io-index"684checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"685dependencies = [686 "cargo-platform",687 "semver 0.11.0",688 "semver-parser 0.10.2",689 "serde",690 "serde_json",691]692693[[package]]694name = "cc"695version = "1.0.66"696source = "registry+https://github.com/rust-lang/crates.io-index"697checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"698dependencies = [699 "jobserver",700]701702[[package]]703name = "cexpr"704version = "0.4.0"705source = "registry+https://github.com/rust-lang/crates.io-index"706checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"707dependencies = [708 "nom",709]710711[[package]]712name = "cfg-if"713version = "0.1.10"714source = "registry+https://github.com/rust-lang/crates.io-index"715checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"716717[[package]]718name = "cfg-if"719version = "1.0.0"720source = "registry+https://github.com/rust-lang/crates.io-index"721checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"722723[[package]]724name = "chacha20"725version = "0.5.0"726source = "registry+https://github.com/rust-lang/crates.io-index"727checksum = "244fbce0d47e97e8ef2f63b81d5e05882cb518c68531eb33194990d7b7e85845"728dependencies = [729 "stream-cipher",730 "zeroize",731]732733[[package]]734name = "chacha20poly1305"735version = "0.6.0"736source = "registry+https://github.com/rust-lang/crates.io-index"737checksum = "9bf18d374d66df0c05cdddd528a7db98f78c28e2519b120855c4f84c5027b1f5"738dependencies = [739 "aead",740 "chacha20",741 "poly1305",742 "stream-cipher",743 "zeroize",744]745746[[package]]747name = "chrono"748version = "0.4.19"749source = "registry+https://github.com/rust-lang/crates.io-index"750checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"751dependencies = [752 "libc",753 "num-integer",754 "num-traits",755 "time",756 "winapi 0.3.9",757]758759[[package]]760name = "cid"761version = "0.6.1"762source = "registry+https://github.com/rust-lang/crates.io-index"763checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"764dependencies = [765 "multibase",766 "multihash",767 "unsigned-varint 0.5.1",768]769770[[package]]771name = "cipher"772version = "0.2.5"773source = "registry+https://github.com/rust-lang/crates.io-index"774checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"775dependencies = [776 "generic-array 0.14.4",777]778779[[package]]780name = "clang-sys"781version = "0.29.3"782source = "registry+https://github.com/rust-lang/crates.io-index"783checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"784dependencies = [785 "glob",786 "libc",787 "libloading",788]789790[[package]]791name = "clap"792version = "2.33.3"793source = "registry+https://github.com/rust-lang/crates.io-index"794checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"795dependencies = [796 "ansi_term 0.11.0",797 "atty",798 "bitflags",799 "strsim",800 "textwrap",801 "unicode-width",802 "vec_map",803]804805[[package]]806name = "cloudabi"807version = "0.0.3"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"810dependencies = [811 "bitflags",812]813814[[package]]815name = "concurrent-queue"816version = "1.2.2"817source = "registry+https://github.com/rust-lang/crates.io-index"818checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"819dependencies = [820 "cache-padded",821]822823[[package]]824name = "constant_time_eq"825version = "0.1.5"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"828829[[package]]830name = "core-foundation"831version = "0.7.0"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"834dependencies = [835 "core-foundation-sys",836 "libc",837]838839[[package]]840name = "core-foundation-sys"841version = "0.7.0"842source = "registry+https://github.com/rust-lang/crates.io-index"843checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"844845[[package]]846name = "cpp_demangle"847version = "0.3.2"848source = "registry+https://github.com/rust-lang/crates.io-index"849checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"850dependencies = [851 "cfg-if 1.0.0",852 "glob",853]854855[[package]]856name = "cpuid-bool"857version = "0.1.2"858source = "registry+https://github.com/rust-lang/crates.io-index"859checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"860861[[package]]862name = "cpuid-bool"863version = "0.2.0"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"866867[[package]]868name = "cranelift-bforest"869version = "0.69.0"870source = "registry+https://github.com/rust-lang/crates.io-index"871checksum = "4066fd63b502d73eb8c5fa6bcab9c7962b05cd580f6b149ee83a8e730d8ce7fb"872dependencies = [873 "cranelift-entity",874]875876[[package]]877name = "cranelift-codegen"878version = "0.69.0"879source = "registry+https://github.com/rust-lang/crates.io-index"880checksum = "1a54e4beb833a3c873a18a8fe735d73d732044004c7539a072c8faa35ccb0c60"881dependencies = [882 "byteorder",883 "cranelift-bforest",884 "cranelift-codegen-meta",885 "cranelift-codegen-shared",886 "cranelift-entity",887 "gimli",888 "log",889 "regalloc",890 "serde",891 "smallvec 1.6.1",892 "target-lexicon",893 "thiserror",894]895896[[package]]897name = "cranelift-codegen-meta"898version = "0.69.0"899source = "registry+https://github.com/rust-lang/crates.io-index"900checksum = "c54cac7cacb443658d8f0ff36a3545822613fa202c946c0891897843bc933810"901dependencies = [902 "cranelift-codegen-shared",903 "cranelift-entity",904]905906[[package]]907name = "cranelift-codegen-shared"908version = "0.69.0"909source = "registry+https://github.com/rust-lang/crates.io-index"910checksum = "a109760aff76788b2cdaeefad6875a73c2b450be13906524f6c2a81e05b8d83c"911912[[package]]913name = "cranelift-entity"914version = "0.69.0"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "3b044234aa32531f89a08b487630ddc6744696ec04c8123a1ad388de837f5de3"917dependencies = [918 "serde",919]920921[[package]]922name = "cranelift-frontend"923version = "0.69.0"924source = "registry+https://github.com/rust-lang/crates.io-index"925checksum = "5452b3e4e97538ee5ef2cc071301c69a86c7adf2770916b9d04e9727096abd93"926dependencies = [927 "cranelift-codegen",928 "log",929 "smallvec 1.6.1",930 "target-lexicon",931]932933[[package]]934name = "cranelift-native"935version = "0.69.0"936source = "registry+https://github.com/rust-lang/crates.io-index"937checksum = "f68035c10b2e80f26cc29c32fa824380877f38483504c2a47b54e7da311caaf3"938dependencies = [939 "cranelift-codegen",940 "raw-cpuid",941 "target-lexicon",942]943944[[package]]945name = "cranelift-wasm"946version = "0.69.0"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "a530eb9d1c95b3309deb24c3d179d8b0ba5837ed98914a429787c395f614949d"949dependencies = [950 "cranelift-codegen",951 "cranelift-entity",952 "cranelift-frontend",953 "itertools",954 "log",955 "serde",956 "smallvec 1.6.1",957 "thiserror",958 "wasmparser",959]960961[[package]]962name = "crc32fast"963version = "1.2.1"964source = "registry+https://github.com/rust-lang/crates.io-index"965checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"966dependencies = [967 "cfg-if 1.0.0",968]969970[[package]]971name = "crossbeam-channel"972version = "0.5.0"973source = "registry+https://github.com/rust-lang/crates.io-index"974checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"975dependencies = [976 "cfg-if 1.0.0",977 "crossbeam-utils 0.8.1",978]979980[[package]]981name = "crossbeam-deque"982version = "0.7.3"983source = "registry+https://github.com/rust-lang/crates.io-index"984checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"985dependencies = [986 "crossbeam-epoch 0.8.2",987 "crossbeam-utils 0.7.2",988 "maybe-uninit",989]990991[[package]]992name = "crossbeam-deque"993version = "0.8.0"994source = "registry+https://github.com/rust-lang/crates.io-index"995checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"996dependencies = [997 "cfg-if 1.0.0",998 "crossbeam-epoch 0.9.2",999 "crossbeam-utils 0.8.1",1000]10011002[[package]]1003name = "crossbeam-epoch"1004version = "0.8.2"1005source = "registry+https://github.com/rust-lang/crates.io-index"1006checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"1007dependencies = [1008 "autocfg",1009 "cfg-if 0.1.10",1010 "crossbeam-utils 0.7.2",1011 "lazy_static",1012 "maybe-uninit",1013 "memoffset 0.5.6",1014 "scopeguard",1015]10161017[[package]]1018name = "crossbeam-epoch"1019version = "0.9.2"1020source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"1022dependencies = [1023 "cfg-if 1.0.0",1024 "crossbeam-utils 0.8.1",1025 "lazy_static",1026 "loom",1027 "memoffset 0.6.1",1028 "scopeguard",1029]10301031[[package]]1032name = "crossbeam-queue"1033version = "0.2.3"1034source = "registry+https://github.com/rust-lang/crates.io-index"1035checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"1036dependencies = [1037 "cfg-if 0.1.10",1038 "crossbeam-utils 0.7.2",1039 "maybe-uninit",1040]10411042[[package]]1043name = "crossbeam-utils"1044version = "0.7.2"1045source = "registry+https://github.com/rust-lang/crates.io-index"1046checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"1047dependencies = [1048 "autocfg",1049 "cfg-if 0.1.10",1050 "lazy_static",1051]10521053[[package]]1054name = "crossbeam-utils"1055version = "0.8.1"1056source = "registry+https://github.com/rust-lang/crates.io-index"1057checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"1058dependencies = [1059 "autocfg",1060 "cfg-if 1.0.0",1061 "lazy_static",1062]10631064[[package]]1065name = "crunchy"1066version = "0.2.2"1067source = "registry+https://github.com/rust-lang/crates.io-index"1068checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"10691070[[package]]1071name = "crypto-mac"1072version = "0.7.0"1073source = "registry+https://github.com/rust-lang/crates.io-index"1074checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1075dependencies = [1076 "generic-array 0.12.3",1077 "subtle 1.0.0",1078]10791080[[package]]1081name = "crypto-mac"1082version = "0.8.0"1083source = "registry+https://github.com/rust-lang/crates.io-index"1084checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1085dependencies = [1086 "generic-array 0.14.4",1087 "subtle 2.4.0",1088]10891090[[package]]1091name = "ct-logs"1092version = "0.7.0"1093source = "registry+https://github.com/rust-lang/crates.io-index"1094checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"1095dependencies = [1096 "sct",1097]10981099[[package]]1100name = "ctor"1101version = "0.1.19"1102source = "registry+https://github.com/rust-lang/crates.io-index"1103checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"1104dependencies = [1105 "quote",1106 "syn",1107]11081109[[package]]1110name = "cuckoofilter"1111version = "0.5.0"1112source = "registry+https://github.com/rust-lang/crates.io-index"1113checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1114dependencies = [1115 "byteorder",1116 "fnv",1117 "rand 0.7.3",1118]11191120[[package]]1121name = "curve25519-dalek"1122version = "2.1.2"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8"1125dependencies = [1126 "byteorder",1127 "digest 0.8.1",1128 "rand_core 0.5.1",1129 "subtle 2.4.0",1130 "zeroize",1131]11321133[[package]]1134name = "curve25519-dalek"1135version = "3.0.2"1136source = "registry+https://github.com/rust-lang/crates.io-index"1137checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f"1138dependencies = [1139 "byteorder",1140 "digest 0.9.0",1141 "rand_core 0.5.1",1142 "subtle 2.4.0",1143 "zeroize",1144]11451146[[package]]1147name = "data-encoding"1148version = "2.3.2"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"11511152[[package]]1153name = "data-encoding-macro"1154version = "0.1.10"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17"1157dependencies = [1158 "data-encoding",1159 "data-encoding-macro-internal",1160]11611162[[package]]1163name = "data-encoding-macro-internal"1164version = "0.1.9"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a"1167dependencies = [1168 "data-encoding",1169 "syn",1170]11711172[[package]]1173name = "derive_more"1174version = "0.99.11"1175source = "registry+https://github.com/rust-lang/crates.io-index"1176checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"1177dependencies = [1178 "proc-macro2",1179 "quote",1180 "syn",1181]11821183[[package]]1184name = "digest"1185version = "0.8.1"1186source = "registry+https://github.com/rust-lang/crates.io-index"1187checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1188dependencies = [1189 "generic-array 0.12.3",1190]11911192[[package]]1193name = "digest"1194version = "0.9.0"1195source = "registry+https://github.com/rust-lang/crates.io-index"1196checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1197dependencies = [1198 "generic-array 0.14.4",1199]12001201[[package]]1202name = "directories"1203version = "3.0.1"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"1206dependencies = [1207 "dirs-sys",1208]12091210[[package]]1211name = "directories-next"1212version = "2.0.0"1213source = "registry+https://github.com/rust-lang/crates.io-index"1214checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1215dependencies = [1216 "cfg-if 1.0.0",1217 "dirs-sys-next",1218]12191220[[package]]1221name = "dirs-sys"1222version = "0.3.5"1223source = "registry+https://github.com/rust-lang/crates.io-index"1224checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"1225dependencies = [1226 "libc",1227 "redox_users 0.3.5",1228 "winapi 0.3.9",1229]12301231[[package]]1232name = "dirs-sys-next"1233version = "0.1.2"1234source = "registry+https://github.com/rust-lang/crates.io-index"1235checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1236dependencies = [1237 "libc",1238 "redox_users 0.4.0",1239 "winapi 0.3.9",1240]12411242[[package]]1243name = "dns-parser"1244version = "0.8.0"1245source = "registry+https://github.com/rust-lang/crates.io-index"1246checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1247dependencies = [1248 "byteorder",1249 "quick-error 1.2.3",1250]12511252[[package]]1253name = "dyn-clonable"1254version = "0.9.0"1255source = "registry+https://github.com/rust-lang/crates.io-index"1256checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1257dependencies = [1258 "dyn-clonable-impl",1259 "dyn-clone",1260]12611262[[package]]1263name = "dyn-clonable-impl"1264version = "0.9.0"1265source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1267dependencies = [1268 "proc-macro2",1269 "quote",1270 "syn",1271]12721273[[package]]1274name = "dyn-clone"1275version = "1.0.4"1276source = "registry+https://github.com/rust-lang/crates.io-index"1277checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"12781279[[package]]1280name = "ed25519"1281version = "1.0.3"1282source = "registry+https://github.com/rust-lang/crates.io-index"1283checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef"1284dependencies = [1285 "signature",1286]12871288[[package]]1289name = "ed25519-dalek"1290version = "1.0.1"1291source = "registry+https://github.com/rust-lang/crates.io-index"1292checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1293dependencies = [1294 "curve25519-dalek 3.0.2",1295 "ed25519",1296 "rand 0.7.3",1297 "serde",1298 "sha2 0.9.3",1299 "zeroize",1300]13011302[[package]]1303name = "either"1304version = "1.6.1"1305source = "registry+https://github.com/rust-lang/crates.io-index"1306checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"13071308[[package]]1309name = "enumflags2"1310version = "0.6.4"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"1313dependencies = [1314 "enumflags2_derive",1315]13161317[[package]]1318name = "enumflags2_derive"1319version = "0.6.4"1320source = "registry+https://github.com/rust-lang/crates.io-index"1321checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"1322dependencies = [1323 "proc-macro2",1324 "quote",1325 "syn",1326]13271328[[package]]1329name = "env_logger"1330version = "0.7.1"1331source = "registry+https://github.com/rust-lang/crates.io-index"1332checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"1333dependencies = [1334 "atty",1335 "humantime",1336 "log",1337 "regex",1338 "termcolor",1339]13401341[[package]]1342name = "environmental"1343version = "1.1.2"1344source = "registry+https://github.com/rust-lang/crates.io-index"1345checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e"13461347[[package]]1348name = "erased-serde"1349version = "0.3.13"1350source = "registry+https://github.com/rust-lang/crates.io-index"1351checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c"1352dependencies = [1353 "serde",1354]13551356[[package]]1357name = "errno"1358version = "0.2.7"1359source = "registry+https://github.com/rust-lang/crates.io-index"1360checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"1361dependencies = [1362 "errno-dragonfly",1363 "libc",1364 "winapi 0.3.9",1365]13661367[[package]]1368name = "errno-dragonfly"1369version = "0.1.1"1370source = "registry+https://github.com/rust-lang/crates.io-index"1371checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"1372dependencies = [1373 "gcc",1374 "libc",1375]13761377[[package]]1378name = "ethbloom"1379version = "0.9.2"1380source = "registry+https://github.com/rust-lang/crates.io-index"1381checksum = "71a6567e6fd35589fea0c63b94b4cf2e55573e413901bdbe60ab15cf0e25e5df"1382dependencies = [1383 "crunchy",1384 "fixed-hash 0.6.1",1385 "impl-rlp 0.2.1",1386 "impl-serde",1387 "tiny-keccak",1388]13891390[[package]]1391name = "ethbloom"1392version = "0.11.0"1393source = "registry+https://github.com/rust-lang/crates.io-index"1394checksum = "779864b9c7f7ead1f092972c3257496c6a84b46dba2ce131dd8a282cb2cc5972"1395dependencies = [1396 "crunchy",1397 "fixed-hash 0.7.0",1398 "impl-codec 0.5.0",1399 "impl-rlp 0.3.0",1400 "impl-serde",1401 "tiny-keccak",1402]14031404[[package]]1405name = "ethereum"1406version = "0.7.1"1407source = "registry+https://github.com/rust-lang/crates.io-index"1408checksum = "567ce064a8232c16e2b2c2173a936b91fbe35c2f2c5278871f5a1a31688b42e9"1409dependencies = [1410 "ethereum-types 0.11.0",1411 "funty",1412 "hash-db",1413 "hash256-std-hasher",1414 "parity-scale-codec 2.0.1",1415 "rlp 0.5.0",1416 "rlp-derive",1417 "serde",1418 "sha3 0.9.1",1419 "triehash",1420]14211422[[package]]1423name = "ethereum-tx-sign"1424version = "3.0.4"1425source = "registry+https://github.com/rust-lang/crates.io-index"1426checksum = "bdcbb5f48282fa71ba2864818a442d0ee0ca04ebc9ef9eb1837c48298c3b8cbf"1427dependencies = [1428 "ethereum-types 0.9.2",1429 "num-traits",1430 "rlp 0.4.6",1431 "secp256k1",1432 "serde",1433 "serde_derive",1434 "serde_json",1435 "tiny-keccak",1436]14371438[[package]]1439name = "ethereum-types"1440version = "0.9.2"1441source = "registry+https://github.com/rust-lang/crates.io-index"1442checksum = "473aecff686bd8e7b9db0165cbbb53562376b39bf35b427f0c60446a9e1634b0"1443dependencies = [1444 "ethbloom 0.9.2",1445 "fixed-hash 0.6.1",1446 "impl-rlp 0.2.1",1447 "impl-serde",1448 "primitive-types 0.7.3",1449 "uint 0.8.5",1450]14511452[[package]]1453name = "ethereum-types"1454version = "0.11.0"1455source = "registry+https://github.com/rust-lang/crates.io-index"1456checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd"1457dependencies = [1458 "ethbloom 0.11.0",1459 "fixed-hash 0.7.0",1460 "impl-codec 0.5.0",1461 "impl-rlp 0.3.0",1462 "impl-serde",1463 "primitive-types 0.9.0",1464 "uint 0.9.0",1465]14661467[[package]]1468name = "event-listener"1469version = "2.5.1"1470source = "registry+https://github.com/rust-lang/crates.io-index"1471checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"14721473[[package]]1474name = "evm"1475version = "0.26.0"1476source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1477dependencies = [1478 "ethereum",1479 "evm-core",1480 "evm-gasometer",1481 "evm-runtime",1482 "log",1483 "parity-scale-codec 2.0.1",1484 "primitive-types 0.9.0",1485 "rlp 0.5.0",1486 "serde",1487 "sha3 0.8.2",1488]14891490[[package]]1491name = "evm-core"1492version = "0.26.0"1493source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1494dependencies = [1495 "funty",1496 "parity-scale-codec 2.0.1",1497 "primitive-types 0.9.0",1498 "serde",1499]15001501[[package]]1502name = "evm-gasometer"1503version = "0.26.0"1504source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1505dependencies = [1506 "evm-core",1507 "evm-runtime",1508 "primitive-types 0.9.0",1509]15101511[[package]]1512name = "evm-runtime"1513version = "0.26.0"1514source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1515dependencies = [1516 "evm-core",1517 "primitive-types 0.9.0",1518 "sha3 0.8.2",1519]15201521[[package]]1522name = "exit-future"1523version = "0.2.0"1524source = "registry+https://github.com/rust-lang/crates.io-index"1525checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"1526dependencies = [1527 "futures 0.3.12",1528]15291530[[package]]1531name = "failure"1532version = "0.1.8"1533source = "registry+https://github.com/rust-lang/crates.io-index"1534checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"1535dependencies = [1536 "backtrace",1537 "failure_derive",1538]15391540[[package]]1541name = "failure_derive"1542version = "0.1.8"1543source = "registry+https://github.com/rust-lang/crates.io-index"1544checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"1545dependencies = [1546 "proc-macro2",1547 "quote",1548 "syn",1549 "synstructure",1550]15511552[[package]]1553name = "fake-simd"1554version = "0.1.2"1555source = "registry+https://github.com/rust-lang/crates.io-index"1556checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"15571558[[package]]1559name = "fallible-iterator"1560version = "0.2.0"1561source = "registry+https://github.com/rust-lang/crates.io-index"1562checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"15631564[[package]]1565name = "fastrand"1566version = "1.4.0"1567source = "registry+https://github.com/rust-lang/crates.io-index"1568checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"1569dependencies = [1570 "instant",1571]15721573[[package]]1574name = "fc-consensus"1575version = "1.0.0"1576source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1577dependencies = [1578 "derive_more",1579 "fc-db",1580 "fp-consensus",1581 "fp-rpc",1582 "futures 0.3.12",1583 "log",1584 "parity-scale-codec 2.0.1",1585 "sc-client-api",1586 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1587 "sp-block-builder",1588 "sp-blockchain",1589 "sp-consensus",1590 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1591 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1592 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1593 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1594 "substrate-prometheus-endpoint",1595]15961597[[package]]1598name = "fc-db"1599version = "1.0.0"1600source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1601dependencies = [1602 "kvdb",1603 "kvdb-rocksdb",1604 "parity-scale-codec 2.0.1",1605 "parking_lot 0.11.1",1606 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1607 "sp-database",1608 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1609]16101611[[package]]1612name = "fc-mapping-sync"1613version = "1.1.0-dev"1614source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1615dependencies = [1616 "fc-consensus",1617 "fc-db",1618 "fp-consensus",1619 "fp-rpc",1620 "futures 0.3.12",1621 "futures-timer 3.0.2",1622 "log",1623 "sc-client-api",1624 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1625 "sp-blockchain",1626 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1627]16281629[[package]]1630name = "fc-rpc"1631version = "2.0.0-dev"1632source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1633dependencies = [1634 "ethereum",1635 "ethereum-types 0.11.0",1636 "evm",1637 "fc-consensus",1638 "fc-db",1639 "fc-rpc-core",1640 "fp-consensus",1641 "fp-evm",1642 "fp-rpc",1643 "fp-storage",1644 "futures 0.3.12",1645 "jsonrpc-core 15.1.0",1646 "jsonrpc-core-client 14.2.0",1647 "jsonrpc-derive 14.2.2",1648 "jsonrpc-pubsub 15.1.0",1649 "libsecp256k1",1650 "log",1651 "pallet-ethereum",1652 "pallet-evm",1653 "parity-scale-codec 2.0.1",1654 "rand 0.7.3",1655 "rlp 0.5.0",1656 "rustc-hex",1657 "sc-client-api",1658 "sc-network",1659 "sc-rpc",1660 "sc-service",1661 "sha3 0.8.2",1662 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1663 "sp-blockchain",1664 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1665 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1666 "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1667 "sp-transaction-pool",1668]16691670[[package]]1671name = "fc-rpc-core"1672version = "1.1.0-dev"1673source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1674dependencies = [1675 "ethereum-types 0.11.0",1676 "jsonrpc-core 15.1.0",1677 "jsonrpc-core-client 14.2.0",1678 "jsonrpc-derive 14.2.2",1679 "jsonrpc-pubsub 15.1.0",1680 "rustc-hex",1681 "serde",1682 "serde_json",1683]16841685[[package]]1686name = "fdlimit"1687version = "0.2.1"1688source = "registry+https://github.com/rust-lang/crates.io-index"1689checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"1690dependencies = [1691 "libc",1692]16931694[[package]]1695name = "file-per-thread-logger"1696version = "0.1.4"1697source = "registry+https://github.com/rust-lang/crates.io-index"1698checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"1699dependencies = [1700 "env_logger",1701 "log",1702]17031704[[package]]1705name = "finality-grandpa"1706version = "0.14.0"1707source = "registry+https://github.com/rust-lang/crates.io-index"1708checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c"1709dependencies = [1710 "either",1711 "futures 0.3.12",1712 "futures-timer 3.0.2",1713 "log",1714 "num-traits",1715 "parity-scale-codec 2.0.1",1716 "parking_lot 0.11.1",1717]17181719[[package]]1720name = "fixed-hash"1721version = "0.6.1"1722source = "registry+https://github.com/rust-lang/crates.io-index"1723checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c"1724dependencies = [1725 "byteorder",1726 "rand 0.7.3",1727 "rustc-hex",1728 "static_assertions",1729]17301731[[package]]1732name = "fixed-hash"1733version = "0.7.0"1734source = "registry+https://github.com/rust-lang/crates.io-index"1735checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"1736dependencies = [1737 "byteorder",1738 "rand 0.8.3",1739 "rustc-hex",1740 "static_assertions",1741]17421743[[package]]1744name = "fixedbitset"1745version = "0.2.0"1746source = "registry+https://github.com/rust-lang/crates.io-index"1747checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"17481749[[package]]1750name = "flate2"1751version = "1.0.20"1752source = "registry+https://github.com/rust-lang/crates.io-index"1753checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"1754dependencies = [1755 "cfg-if 1.0.0",1756 "crc32fast",1757 "libc",1758 "libz-sys",1759 "miniz_oxide",1760]17611762[[package]]1763name = "flexi_logger"1764version = "0.15.12"1765source = "registry+https://github.com/rust-lang/crates.io-index"1766checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"1767dependencies = [1768 "atty",1769 "chrono",1770 "glob",1771 "lazy_static",1772 "log",1773 "regex",1774 "thiserror",1775 "yansi",1776]17771778[[package]]1779name = "fnv"1780version = "1.0.7"1781source = "registry+https://github.com/rust-lang/crates.io-index"1782checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"17831784[[package]]1785name = "fork-tree"1786version = "3.0.0"1787source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1788dependencies = [1789 "parity-scale-codec 2.0.1",1790]17911792[[package]]1793name = "form_urlencoded"1794version = "1.0.0"1795source = "registry+https://github.com/rust-lang/crates.io-index"1796checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"1797dependencies = [1798 "matches",1799 "percent-encoding 2.1.0",1800]18011802[[package]]1803name = "fp-consensus"1804version = "1.0.0"1805source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1806dependencies = [1807 "ethereum",1808 "parity-scale-codec 2.0.1",1809 "rlp 0.5.0",1810 "sha3 0.8.2",1811 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1812 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1813 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1814]18151816[[package]]1817name = "fp-evm"1818version = "1.0.0"1819source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1820dependencies = [1821 "evm",1822 "impl-trait-for-tuples 0.1.3",1823 "parity-scale-codec 2.0.1",1824 "serde",1825 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1826 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1827]18281829[[package]]1830name = "fp-rpc"1831version = "1.0.0"1832source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1833dependencies = [1834 "ethereum",1835 "ethereum-types 0.11.0",1836 "fp-evm",1837 "parity-scale-codec 2.0.1",1838 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1839 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1840 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1841 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1842 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1843]18441845[[package]]1846name = "fp-storage"1847version = "1.0.0"1848source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1849dependencies = [1850 "ethereum",1851 "ethereum-types 0.11.0",1852 "fp-evm",1853 "parity-scale-codec 2.0.1",1854 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1855 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1856 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1857 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1858]18591860[[package]]1861name = "frame-benchmarking"1862version = "3.1.0"1863source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1864dependencies = [1865 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1866 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1867 "linregress",1868 "log",1869 "parity-scale-codec 2.0.1",1870 "paste 1.0.4",1871 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1872 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1873 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1874 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1875 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1876 "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1877]18781879[[package]]1880name = "frame-benchmarking"1881version = "3.1.0"1882source = "registry+https://github.com/rust-lang/crates.io-index"1883checksum = "70fe99487f84579a3f2c4ba52650fec875492eea41be0e4eea8019187f105052"1884dependencies = [1885 "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1886 "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1887 "linregress",1888 "parity-scale-codec 2.0.1",1889 "paste 1.0.4",1890 "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1891 "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1892 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1893 "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1894 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1895 "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1896]18971898[[package]]1899name = "frame-benchmarking-cli"1900version = "3.0.0"1901source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1902dependencies = [1903 "Inflector",1904 "chrono",1905 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1906 "handlebars",1907 "parity-scale-codec 2.0.1",1908 "sc-cli",1909 "sc-client-db",1910 "sc-executor",1911 "sc-service",1912 "serde",1913 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1914 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1915 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1916 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1917 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1918 "structopt",1919]19201921[[package]]1922name = "frame-executive"1923version = "3.0.0"1924source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1925dependencies = [1926 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1927 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1928 "parity-scale-codec 2.0.1",1929 "serde",1930 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1931 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1932 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1933 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1934 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1935]19361937[[package]]1938name = "frame-metadata"1939version = "13.0.0"1940source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1941dependencies = [1942 "parity-scale-codec 2.0.1",1943 "serde",1944 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1945 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1946]19471948[[package]]1949name = "frame-metadata"1950version = "13.0.0"1951source = "registry+https://github.com/rust-lang/crates.io-index"1952checksum = "073f7bef18421362441a1708f8528e442234954611f95bdc554b313fb321948e"1953dependencies = [1954 "parity-scale-codec 2.0.1",1955 "serde",1956 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1957 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1958]19591960[[package]]1961name = "frame-support"1962version = "3.0.0"1963source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1964dependencies = [1965 "bitflags",1966 "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1967 "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1968 "impl-trait-for-tuples 0.2.1",1969 "log",1970 "once_cell",1971 "parity-scale-codec 2.0.1",1972 "paste 1.0.4",1973 "serde",1974 "smallvec 1.6.1",1975 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1976 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1977 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1978 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1979 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1980 "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1981 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1982 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1983 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",1984]19851986[[package]]1987name = "frame-support"1988version = "3.0.0"1989source = "registry+https://github.com/rust-lang/crates.io-index"1990checksum = "04e521e6214615bd82ba6b5fc7fd40a9cc14fdeb40f83da5eba12aa2f8179fb8"1991dependencies = [1992 "bitflags",1993 "frame-metadata 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1994 "frame-support-procedural 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",1995 "impl-trait-for-tuples 0.2.1",1996 "log",1997 "once_cell",1998 "parity-scale-codec 2.0.1",1999 "paste 1.0.4",2000 "serde",2001 "smallvec 1.6.1",2002 "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2003 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2004 "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2005 "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2006 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2007 "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2008 "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",2009 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2010 "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2011]20122013[[package]]2014name = "frame-support-procedural"2015version = "3.0.0"2016source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2017dependencies = [2018 "Inflector",2019 "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2020 "proc-macro2",2021 "quote",2022 "syn",2023]20242025[[package]]2026name = "frame-support-procedural"2027version = "3.0.0"2028source = "registry+https://github.com/rust-lang/crates.io-index"2029checksum = "2668e24cbaba7f0e91d0c92a94bd1ae425a942608ad0b775db32477f5df4da9e"2030dependencies = [2031 "Inflector",2032 "frame-support-procedural-tools 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2033 "proc-macro2",2034 "quote",2035 "syn",2036]20372038[[package]]2039name = "frame-support-procedural-tools"2040version = "3.0.0"2041source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2042dependencies = [2043 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2044 "proc-macro-crate 1.0.0",2045 "proc-macro2",2046 "quote",2047 "syn",2048]20492050[[package]]2051name = "frame-support-procedural-tools"2052version = "3.0.0"2053source = "registry+https://github.com/rust-lang/crates.io-index"2054checksum = "d4f88cfd111e004590f4542b75e6d3302137b9067d7e7219e4ac47a535c3b5c1"2055dependencies = [2056 "frame-support-procedural-tools-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2057 "proc-macro-crate 0.1.5",2058 "proc-macro2",2059 "quote",2060 "syn",2061]20622063[[package]]2064name = "frame-support-procedural-tools-derive"2065version = "3.0.0"2066source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2067dependencies = [2068 "proc-macro2",2069 "quote",2070 "syn",2071]20722073[[package]]2074name = "frame-support-procedural-tools-derive"2075version = "3.0.0"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "79285388b120ac96c15a791c56b26b9264f7231324fbe0fd05026acd92bf2e6a"2078dependencies = [2079 "proc-macro2",2080 "quote",2081 "syn",2082]20832084[[package]]2085name = "frame-system"2086version = "3.0.0"2087source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2088dependencies = [2089 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2090 "impl-trait-for-tuples 0.2.1",2091 "log",2092 "parity-scale-codec 2.0.1",2093 "serde",2094 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2095 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2096 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2097 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2098 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2099]21002101[[package]]2102name = "frame-system"2103version = "3.0.0"2104source = "registry+https://github.com/rust-lang/crates.io-index"2105checksum = "f5fedbff05d665c00bf4e089b4377fcb15b8bd37ebc3e5fc06665474cf6e25d7"2106dependencies = [2107 "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2108 "impl-trait-for-tuples 0.2.1",2109 "parity-scale-codec 2.0.1",2110 "serde",2111 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2112 "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2113 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2114 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2115 "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",2116]21172118[[package]]2119name = "frame-system-benchmarking"2120version = "3.0.0"2121source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2122dependencies = [2123 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2124 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2125 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2126 "parity-scale-codec 2.0.1",2127 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2128 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2129 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2130]21312132[[package]]2133name = "frame-system-rpc-runtime-api"2134version = "3.0.0"2135source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2136dependencies = [2137 "parity-scale-codec 2.0.1",2138 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",2139]21402141[[package]]2142name = "fs-swap"2143version = "0.2.5"2144source = "registry+https://github.com/rust-lang/crates.io-index"2145checksum = "5839fda247e24ca4919c87c71dd5ca658f1f39e4f06829f80e3f15c3bafcfc2c"2146dependencies = [2147 "lazy_static",2148 "libc",2149 "libloading",2150 "winapi 0.3.9",2151]21522153[[package]]2154name = "fs2"2155version = "0.4.3"2156source = "registry+https://github.com/rust-lang/crates.io-index"2157checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2158dependencies = [2159 "libc",2160 "winapi 0.3.9",2161]21622163[[package]]2164name = "fuchsia-cprng"2165version = "0.1.1"2166source = "registry+https://github.com/rust-lang/crates.io-index"2167checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"21682169[[package]]2170name = "fuchsia-zircon"2171version = "0.3.3"2172source = "registry+https://github.com/rust-lang/crates.io-index"2173checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2174dependencies = [2175 "bitflags",2176 "fuchsia-zircon-sys",2177]21782179[[package]]2180name = "fuchsia-zircon-sys"2181version = "0.3.3"2182source = "registry+https://github.com/rust-lang/crates.io-index"2183checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"21842185[[package]]2186name = "funty"2187version = "1.1.0"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"21902191[[package]]2192name = "futures"2193version = "0.1.30"2194source = "registry+https://github.com/rust-lang/crates.io-index"2195checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"21962197[[package]]2198name = "futures"2199version = "0.3.12"2200source = "registry+https://github.com/rust-lang/crates.io-index"2201checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"2202dependencies = [2203 "futures-channel",2204 "futures-core",2205 "futures-executor",2206 "futures-io",2207 "futures-sink",2208 "futures-task",2209 "futures-util",2210]22112212[[package]]2213name = "futures-channel"2214version = "0.3.12"2215source = "registry+https://github.com/rust-lang/crates.io-index"2216checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"2217dependencies = [2218 "futures-core",2219 "futures-sink",2220]22212222[[package]]2223name = "futures-core"2224version = "0.3.12"2225source = "registry+https://github.com/rust-lang/crates.io-index"2226checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"22272228[[package]]2229name = "futures-cpupool"2230version = "0.1.8"2231source = "registry+https://github.com/rust-lang/crates.io-index"2232checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2233dependencies = [2234 "futures 0.1.30",2235 "num_cpus",2236]22372238[[package]]2239name = "futures-diagnose"2240version = "1.0.1"2241source = "registry+https://github.com/rust-lang/crates.io-index"2242checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"2243dependencies = [2244 "futures 0.1.30",2245 "futures 0.3.12",2246 "lazy_static",2247 "log",2248 "parking_lot 0.9.0",2249 "pin-project 0.4.27",2250 "serde",2251 "serde_json",2252]22532254[[package]]2255name = "futures-executor"2256version = "0.3.12"2257source = "registry+https://github.com/rust-lang/crates.io-index"2258checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"2259dependencies = [2260 "futures-core",2261 "futures-task",2262 "futures-util",2263 "num_cpus",2264]22652266[[package]]2267name = "futures-io"2268version = "0.3.12"2269source = "registry+https://github.com/rust-lang/crates.io-index"2270checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"22712272[[package]]2273name = "futures-lite"2274version = "1.11.3"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"2277dependencies = [2278 "fastrand",2279 "futures-core",2280 "futures-io",2281 "memchr",2282 "parking",2283 "pin-project-lite 0.2.4",2284 "waker-fn",2285]22862287[[package]]2288name = "futures-macro"2289version = "0.3.12"2290source = "registry+https://github.com/rust-lang/crates.io-index"2291checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"2292dependencies = [2293 "proc-macro-hack",2294 "proc-macro2",2295 "quote",2296 "syn",2297]22982299[[package]]2300name = "futures-rustls"2301version = "0.21.1"2302source = "registry+https://github.com/rust-lang/crates.io-index"2303checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2304dependencies = [2305 "futures-io",2306 "rustls 0.19.0",2307 "webpki",2308]23092310[[package]]2311name = "futures-sink"2312version = "0.3.12"2313source = "registry+https://github.com/rust-lang/crates.io-index"2314checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"23152316[[package]]2317name = "futures-task"2318version = "0.3.12"2319source = "registry+https://github.com/rust-lang/crates.io-index"2320checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"2321dependencies = [2322 "once_cell",2323]23242325[[package]]2326name = "futures-timer"2327version = "2.0.2"2328source = "registry+https://github.com/rust-lang/crates.io-index"2329checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"23302331[[package]]2332name = "futures-timer"2333version = "3.0.2"2334source = "registry+https://github.com/rust-lang/crates.io-index"2335checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"23362337[[package]]2338name = "futures-util"2339version = "0.3.12"2340source = "registry+https://github.com/rust-lang/crates.io-index"2341checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"2342dependencies = [2343 "futures 0.1.30",2344 "futures-channel",2345 "futures-core",2346 "futures-io",2347 "futures-macro",2348 "futures-sink",2349 "futures-task",2350 "memchr",2351 "pin-project-lite 0.2.4",2352 "pin-utils",2353 "proc-macro-hack",2354 "proc-macro-nested",2355 "slab",2356]23572358[[package]]2359name = "gcc"2360version = "0.3.55"2361source = "registry+https://github.com/rust-lang/crates.io-index"2362checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"23632364[[package]]2365name = "generator"2366version = "0.6.25"2367source = "registry+https://github.com/rust-lang/crates.io-index"2368checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"2369dependencies = [2370 "cc",2371 "libc",2372 "log",2373 "rustversion",2374 "winapi 0.3.9",2375]23762377[[package]]2378name = "generic-array"2379version = "0.12.3"2380source = "registry+https://github.com/rust-lang/crates.io-index"2381checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"2382dependencies = [2383 "typenum",2384]23852386[[package]]2387name = "generic-array"2388version = "0.13.2"2389source = "registry+https://github.com/rust-lang/crates.io-index"2390checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"2391dependencies = [2392 "typenum",2393]23942395[[package]]2396name = "generic-array"2397version = "0.14.4"2398source = "registry+https://github.com/rust-lang/crates.io-index"2399checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"2400dependencies = [2401 "typenum",2402 "version_check",2403]24042405[[package]]2406name = "getrandom"2407version = "0.1.16"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2410dependencies = [2411 "cfg-if 1.0.0",2412 "libc",2413 "wasi 0.9.0+wasi-snapshot-preview1",2414]24152416[[package]]2417name = "getrandom"2418version = "0.2.2"2419source = "registry+https://github.com/rust-lang/crates.io-index"2420checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"2421dependencies = [2422 "cfg-if 1.0.0",2423 "libc",2424 "wasi 0.10.0+wasi-snapshot-preview1",2425]24262427[[package]]2428name = "ghash"2429version = "0.3.1"2430source = "registry+https://github.com/rust-lang/crates.io-index"2431checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"2432dependencies = [2433 "opaque-debug 0.3.0",2434 "polyval",2435]24362437[[package]]2438name = "gimli"2439version = "0.23.0"2440source = "registry+https://github.com/rust-lang/crates.io-index"2441checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"2442dependencies = [2443 "fallible-iterator",2444 "indexmap",2445 "stable_deref_trait",2446]24472448[[package]]2449name = "glob"2450version = "0.3.0"2451source = "registry+https://github.com/rust-lang/crates.io-index"2452checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"24532454[[package]]2455name = "globset"2456version = "0.4.6"2457source = "registry+https://github.com/rust-lang/crates.io-index"2458checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"2459dependencies = [2460 "aho-corasick",2461 "bstr",2462 "fnv",2463 "log",2464 "regex",2465]24662467[[package]]2468name = "gloo-timers"2469version = "0.2.1"2470source = "registry+https://github.com/rust-lang/crates.io-index"2471checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"2472dependencies = [2473 "futures-channel",2474 "futures-core",2475 "js-sys",2476 "wasm-bindgen",2477 "web-sys",2478]24792480[[package]]2481name = "h2"2482version = "0.1.26"2483source = "registry+https://github.com/rust-lang/crates.io-index"2484checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"2485dependencies = [2486 "byteorder",2487 "bytes 0.4.12",2488 "fnv",2489 "futures 0.1.30",2490 "http 0.1.21",2491 "indexmap",2492 "log",2493 "slab",2494 "string",2495 "tokio-io",2496]24972498[[package]]2499name = "h2"2500version = "0.2.7"2501source = "registry+https://github.com/rust-lang/crates.io-index"2502checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"2503dependencies = [2504 "bytes 0.5.6",2505 "fnv",2506 "futures-core",2507 "futures-sink",2508 "futures-util",2509 "http 0.2.3",2510 "indexmap",2511 "slab",2512 "tokio 0.2.25",2513 "tokio-util",2514 "tracing",2515 "tracing-futures",2516]25172518[[package]]2519name = "handlebars"2520version = "3.5.3"2521source = "registry+https://github.com/rust-lang/crates.io-index"2522checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d"2523dependencies = [2524 "log",2525 "pest",2526 "pest_derive",2527 "quick-error 2.0.0",2528 "serde",2529 "serde_json",2530]25312532[[package]]2533name = "hash-db"2534version = "0.15.2"2535source = "registry+https://github.com/rust-lang/crates.io-index"2536checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"25372538[[package]]2539name = "hash256-std-hasher"2540version = "0.15.2"2541source = "registry+https://github.com/rust-lang/crates.io-index"2542checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"2543dependencies = [2544 "crunchy",2545]25462547[[package]]2548name = "hashbrown"2549version = "0.9.1"2550source = "registry+https://github.com/rust-lang/crates.io-index"2551checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"2552dependencies = [2553 "ahash",2554]25552556[[package]]2557name = "heck"2558version = "0.3.2"2559source = "registry+https://github.com/rust-lang/crates.io-index"2560checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"2561dependencies = [2562 "unicode-segmentation",2563]25642565[[package]]2566name = "hermit-abi"2567version = "0.1.18"2568source = "registry+https://github.com/rust-lang/crates.io-index"2569checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"2570dependencies = [2571 "libc",2572]25732574[[package]]2575name = "hex"2576version = "0.4.2"2577source = "registry+https://github.com/rust-lang/crates.io-index"2578checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"25792580[[package]]2581name = "hex-literal"2582version = "0.3.1"2583source = "registry+https://github.com/rust-lang/crates.io-index"2584checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"25852586[[package]]2587name = "hex_fmt"2588version = "0.3.0"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"25912592[[package]]2593name = "hmac"2594version = "0.7.1"2595source = "registry+https://github.com/rust-lang/crates.io-index"2596checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"2597dependencies = [2598 "crypto-mac 0.7.0",2599 "digest 0.8.1",2600]26012602[[package]]2603name = "hmac"2604version = "0.8.1"2605source = "registry+https://github.com/rust-lang/crates.io-index"2606checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"2607dependencies = [2608 "crypto-mac 0.8.0",2609 "digest 0.9.0",2610]26112612[[package]]2613name = "hmac-drbg"2614version = "0.2.0"2615source = "registry+https://github.com/rust-lang/crates.io-index"2616checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"2617dependencies = [2618 "digest 0.8.1",2619 "generic-array 0.12.3",2620 "hmac 0.7.1",2621]26222623[[package]]2624name = "http"2625version = "0.1.21"2626source = "registry+https://github.com/rust-lang/crates.io-index"2627checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"2628dependencies = [2629 "bytes 0.4.12",2630 "fnv",2631 "itoa",2632]26332634[[package]]2635name = "http"2636version = "0.2.3"2637source = "registry+https://github.com/rust-lang/crates.io-index"2638checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"2639dependencies = [2640 "bytes 1.0.1",2641 "fnv",2642 "itoa",2643]26442645[[package]]2646name = "http-body"2647version = "0.1.0"2648source = "registry+https://github.com/rust-lang/crates.io-index"2649checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"2650dependencies = [2651 "bytes 0.4.12",2652 "futures 0.1.30",2653 "http 0.1.21",2654 "tokio-buf",2655]26562657[[package]]2658name = "http-body"2659version = "0.3.1"2660source = "registry+https://github.com/rust-lang/crates.io-index"2661checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"2662dependencies = [2663 "bytes 0.5.6",2664 "http 0.2.3",2665]26662667[[package]]2668name = "httparse"2669version = "1.3.5"2670source = "registry+https://github.com/rust-lang/crates.io-index"2671checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"26722673[[package]]2674name = "httpdate"2675version = "0.3.2"2676source = "registry+https://github.com/rust-lang/crates.io-index"2677checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"26782679[[package]]2680name = "humantime"2681version = "1.3.0"2682source = "registry+https://github.com/rust-lang/crates.io-index"2683checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"2684dependencies = [2685 "quick-error 1.2.3",2686]26872688[[package]]2689name = "hyper"2690version = "0.12.35"2691source = "registry+https://github.com/rust-lang/crates.io-index"2692checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"2693dependencies = [2694 "bytes 0.4.12",2695 "futures 0.1.30",2696 "futures-cpupool",2697 "h2 0.1.26",2698 "http 0.1.21",2699 "http-body 0.1.0",2700 "httparse",2701 "iovec",2702 "itoa",2703 "log",2704 "net2",2705 "rustc_version",2706 "time",2707 "tokio 0.1.22",2708 "tokio-buf",2709 "tokio-executor",2710 "tokio-io",2711 "tokio-reactor",2712 "tokio-tcp",2713 "tokio-threadpool",2714 "tokio-timer",2715 "want 0.2.0",2716]27172718[[package]]2719name = "hyper"2720version = "0.13.9"2721source = "registry+https://github.com/rust-lang/crates.io-index"2722checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"2723dependencies = [2724 "bytes 0.5.6",2725 "futures-channel",2726 "futures-core",2727 "futures-util",2728 "h2 0.2.7",2729 "http 0.2.3",2730 "http-body 0.3.1",2731 "httparse",2732 "httpdate",2733 "itoa",2734 "pin-project 1.0.5",2735 "socket2",2736 "tokio 0.2.25",2737 "tower-service",2738 "tracing",2739 "want 0.3.0",2740]27412742[[package]]2743name = "hyper-rustls"2744version = "0.21.0"2745source = "registry+https://github.com/rust-lang/crates.io-index"2746checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"2747dependencies = [2748 "bytes 0.5.6",2749 "ct-logs",2750 "futures-util",2751 "hyper 0.13.9",2752 "log",2753 "rustls 0.18.1",2754 "rustls-native-certs",2755 "tokio 0.2.25",2756 "tokio-rustls",2757 "webpki",2758]27592760[[package]]2761name = "idna"2762version = "0.1.5"2763source = "registry+https://github.com/rust-lang/crates.io-index"2764checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"2765dependencies = [2766 "matches",2767 "unicode-bidi",2768 "unicode-normalization",2769]27702771[[package]]2772name = "idna"2773version = "0.2.0"2774source = "registry+https://github.com/rust-lang/crates.io-index"2775checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"2776dependencies = [2777 "matches",2778 "unicode-bidi",2779 "unicode-normalization",2780]27812782[[package]]2783name = "if-addrs"2784version = "0.6.5"2785source = "registry+https://github.com/rust-lang/crates.io-index"2786checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"2787dependencies = [2788 "if-addrs-sys",2789 "libc",2790 "winapi 0.3.9",2791]27922793[[package]]2794name = "if-addrs-sys"2795version = "0.3.2"2796source = "registry+https://github.com/rust-lang/crates.io-index"2797checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"2798dependencies = [2799 "cc",2800 "libc",2801]28022803[[package]]2804name = "if-watch"2805version = "0.1.8"2806source = "registry+https://github.com/rust-lang/crates.io-index"2807checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85"2808dependencies = [2809 "async-io",2810 "futures 0.3.12",2811 "futures-lite",2812 "if-addrs",2813 "ipnet",2814 "libc",2815 "log",2816 "winapi 0.3.9",2817]28182819[[package]]2820name = "impl-codec"2821version = "0.4.2"2822source = "registry+https://github.com/rust-lang/crates.io-index"2823checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"2824dependencies = [2825 "parity-scale-codec 1.3.7",2826]28272828[[package]]2829name = "impl-codec"2830version = "0.5.0"2831source = "registry+https://github.com/rust-lang/crates.io-index"2832checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"2833dependencies = [2834 "parity-scale-codec 2.0.1",2835]28362837[[package]]2838name = "impl-rlp"2839version = "0.2.1"2840source = "registry+https://github.com/rust-lang/crates.io-index"2841checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5"2842dependencies = [2843 "rlp 0.4.6",2844]28452846[[package]]2847name = "impl-rlp"2848version = "0.3.0"2849source = "registry+https://github.com/rust-lang/crates.io-index"2850checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"2851dependencies = [2852 "rlp 0.5.0",2853]28542855[[package]]2856name = "impl-serde"2857version = "0.3.1"2858source = "registry+https://github.com/rust-lang/crates.io-index"2859checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"2860dependencies = [2861 "serde",2862]28632864[[package]]2865name = "impl-trait-for-tuples"2866version = "0.1.3"2867source = "registry+https://github.com/rust-lang/crates.io-index"2868checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"2869dependencies = [2870 "proc-macro2",2871 "quote",2872 "syn",2873]28742875[[package]]2876name = "impl-trait-for-tuples"2877version = "0.2.1"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"2880dependencies = [2881 "proc-macro2",2882 "quote",2883 "syn",2884]28852886[[package]]2887name = "indexmap"2888version = "1.6.1"2889source = "registry+https://github.com/rust-lang/crates.io-index"2890checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"2891dependencies = [2892 "autocfg",2893 "hashbrown",2894 "serde",2895]28962897[[package]]2898name = "instant"2899version = "0.1.9"2900source = "registry+https://github.com/rust-lang/crates.io-index"2901checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"2902dependencies = [2903 "cfg-if 1.0.0",2904]29052906[[package]]2907name = "integer-sqrt"2908version = "0.1.5"2909source = "registry+https://github.com/rust-lang/crates.io-index"2910checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"2911dependencies = [2912 "num-traits",2913]29142915[[package]]2916name = "intervalier"2917version = "0.4.0"2918source = "registry+https://github.com/rust-lang/crates.io-index"2919checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"2920dependencies = [2921 "futures 0.3.12",2922 "futures-timer 2.0.2",2923]29242925[[package]]2926name = "iovec"2927version = "0.1.4"2928source = "registry+https://github.com/rust-lang/crates.io-index"2929checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"2930dependencies = [2931 "libc",2932]29332934[[package]]2935name = "ip_network"2936version = "0.3.4"2937source = "registry+https://github.com/rust-lang/crates.io-index"2938checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"29392940[[package]]2941name = "ipnet"2942version = "2.3.0"2943source = "registry+https://github.com/rust-lang/crates.io-index"2944checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"29452946[[package]]2947name = "itertools"2948version = "0.9.0"2949source = "registry+https://github.com/rust-lang/crates.io-index"2950checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"2951dependencies = [2952 "either",2953]29542955[[package]]2956name = "itoa"2957version = "0.4.7"2958source = "registry+https://github.com/rust-lang/crates.io-index"2959checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"29602961[[package]]2962name = "jobserver"2963version = "0.1.21"2964source = "registry+https://github.com/rust-lang/crates.io-index"2965checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"2966dependencies = [2967 "libc",2968]29692970[[package]]2971name = "js-sys"2972version = "0.3.47"2973source = "registry+https://github.com/rust-lang/crates.io-index"2974checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"2975dependencies = [2976 "wasm-bindgen",2977]29782979[[package]]2980name = "jsonrpc-client-transports"2981version = "14.2.1"2982source = "registry+https://github.com/rust-lang/crates.io-index"2983checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"2984dependencies = [2985 "failure",2986 "futures 0.1.30",2987 "jsonrpc-core 14.2.0",2988 "jsonrpc-pubsub 14.2.0",2989 "log",2990 "serde",2991 "serde_json",2992 "url 1.7.2",2993]29942995[[package]]2996name = "jsonrpc-client-transports"2997version = "15.1.0"2998source = "registry+https://github.com/rust-lang/crates.io-index"2999checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"3000dependencies = [3001 "failure",3002 "futures 0.1.30",3003 "jsonrpc-core 15.1.0",3004 "jsonrpc-pubsub 15.1.0",3005 "log",3006 "serde",3007 "serde_json",3008 "url 1.7.2",3009]30103011[[package]]3012name = "jsonrpc-core"3013version = "14.2.0"3014source = "registry+https://github.com/rust-lang/crates.io-index"3015checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"3016dependencies = [3017 "futures 0.1.30",3018 "log",3019 "serde",3020 "serde_derive",3021 "serde_json",3022]30233024[[package]]3025name = "jsonrpc-core"3026version = "15.1.0"3027source = "registry+https://github.com/rust-lang/crates.io-index"3028checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"3029dependencies = [3030 "futures 0.1.30",3031 "log",3032 "serde",3033 "serde_derive",3034 "serde_json",3035]30363037[[package]]3038name = "jsonrpc-core-client"3039version = "14.2.0"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713"3042dependencies = [3043 "jsonrpc-client-transports 14.2.1",3044]30453046[[package]]3047name = "jsonrpc-core-client"3048version = "15.1.0"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"3051dependencies = [3052 "jsonrpc-client-transports 15.1.0",3053]30543055[[package]]3056name = "jsonrpc-derive"3057version = "14.2.2"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc"3060dependencies = [3061 "proc-macro-crate 0.1.5",3062 "proc-macro2",3063 "quote",3064 "syn",3065]30663067[[package]]3068name = "jsonrpc-derive"3069version = "15.1.0"3070source = "registry+https://github.com/rust-lang/crates.io-index"3071checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"3072dependencies = [3073 "proc-macro-crate 0.1.5",3074 "proc-macro2",3075 "quote",3076 "syn",3077]30783079[[package]]3080name = "jsonrpc-http-server"3081version = "15.1.0"3082source = "registry+https://github.com/rust-lang/crates.io-index"3083checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3084dependencies = [3085 "hyper 0.12.35",3086 "jsonrpc-core 15.1.0",3087 "jsonrpc-server-utils",3088 "log",3089 "net2",3090 "parking_lot 0.10.2",3091 "unicase",3092]30933094[[package]]3095name = "jsonrpc-ipc-server"3096version = "15.1.0"3097source = "registry+https://github.com/rust-lang/crates.io-index"3098checksum = "cf50e53e4eea8f421a7316c5f63e395f7bc7c4e786a6dc54d76fab6ff7aa7ce7"3099dependencies = [3100 "jsonrpc-core 15.1.0",3101 "jsonrpc-server-utils",3102 "log",3103 "parity-tokio-ipc",3104 "parking_lot 0.10.2",3105 "tokio-service",3106]31073108[[package]]3109name = "jsonrpc-pubsub"3110version = "14.2.0"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986"3113dependencies = [3114 "jsonrpc-core 14.2.0",3115 "log",3116 "parking_lot 0.10.2",3117 "rand 0.7.3",3118 "serde",3119]31203121[[package]]3122name = "jsonrpc-pubsub"3123version = "15.1.0"3124source = "registry+https://github.com/rust-lang/crates.io-index"3125checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"3126dependencies = [3127 "jsonrpc-core 15.1.0",3128 "log",3129 "parking_lot 0.10.2",3130 "rand 0.7.3",3131 "serde",3132]31333134[[package]]3135name = "jsonrpc-server-utils"3136version = "15.1.0"3137source = "registry+https://github.com/rust-lang/crates.io-index"3138checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"3139dependencies = [3140 "bytes 0.4.12",3141 "globset",3142 "jsonrpc-core 15.1.0",3143 "lazy_static",3144 "log",3145 "tokio 0.1.22",3146 "tokio-codec",3147 "unicase",3148]31493150[[package]]3151name = "jsonrpc-ws-server"3152version = "15.1.0"3153source = "registry+https://github.com/rust-lang/crates.io-index"3154checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"3155dependencies = [3156 "jsonrpc-core 15.1.0",3157 "jsonrpc-server-utils",3158 "log",3159 "parity-ws",3160 "parking_lot 0.10.2",3161 "slab",3162]31633164[[package]]3165name = "keccak"3166version = "0.1.0"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"31693170[[package]]3171name = "kernel32-sys"3172version = "0.2.2"3173source = "registry+https://github.com/rust-lang/crates.io-index"3174checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3175dependencies = [3176 "winapi 0.2.8",3177 "winapi-build",3178]31793180[[package]]3181name = "kv-log-macro"3182version = "1.0.7"3183source = "registry+https://github.com/rust-lang/crates.io-index"3184checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3185dependencies = [3186 "log",3187]31883189[[package]]3190name = "kvdb"3191version = "0.9.0"3192source = "registry+https://github.com/rust-lang/crates.io-index"3193checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811"3194dependencies = [3195 "parity-util-mem",3196 "smallvec 1.6.1",3197]31983199[[package]]3200name = "kvdb-memorydb"3201version = "0.9.0"3202source = "registry+https://github.com/rust-lang/crates.io-index"3203checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912"3204dependencies = [3205 "kvdb",3206 "parity-util-mem",3207 "parking_lot 0.11.1",3208]32093210[[package]]3211name = "kvdb-rocksdb"3212version = "0.11.0"3213source = "registry+https://github.com/rust-lang/crates.io-index"3214checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4"3215dependencies = [3216 "fs-swap",3217 "kvdb",3218 "log",3219 "num_cpus",3220 "owning_ref",3221 "parity-util-mem",3222 "parking_lot 0.11.1",3223 "regex",3224 "rocksdb",3225 "smallvec 1.6.1",3226]32273228[[package]]3229name = "lazy_static"3230version = "1.4.0"3231source = "registry+https://github.com/rust-lang/crates.io-index"3232checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"32333234[[package]]3235name = "lazycell"3236version = "1.3.0"3237source = "registry+https://github.com/rust-lang/crates.io-index"3238checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"32393240[[package]]3241name = "leb128"3242version = "0.2.4"3243source = "registry+https://github.com/rust-lang/crates.io-index"3244checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"32453246[[package]]3247name = "libc"3248version = "0.2.85"3249source = "registry+https://github.com/rust-lang/crates.io-index"3250checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"32513252[[package]]3253name = "libloading"3254version = "0.5.2"3255source = "registry+https://github.com/rust-lang/crates.io-index"3256checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3257dependencies = [3258 "cc",3259 "winapi 0.3.9",3260]32613262[[package]]3263name = "libm"3264version = "0.2.1"3265source = "registry+https://github.com/rust-lang/crates.io-index"3266checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"32673268[[package]]3269name = "libp2p"3270version = "0.35.1"3271source = "registry+https://github.com/rust-lang/crates.io-index"3272checksum = "adc225a49973cf9ab10d0cdd6a4b8f0cda299df9b760824bbb623f15f8f0c95a"3273dependencies = [3274 "atomic",3275 "bytes 1.0.1",3276 "futures 0.3.12",3277 "lazy_static",3278 "libp2p-core",3279 "libp2p-deflate",3280 "libp2p-dns",3281 "libp2p-floodsub",3282 "libp2p-gossipsub",3283 "libp2p-identify",3284 "libp2p-kad",3285 "libp2p-mdns",3286 "libp2p-mplex",3287 "libp2p-noise",3288 "libp2p-ping",3289 "libp2p-plaintext",3290 "libp2p-pnet",3291 "libp2p-request-response",3292 "libp2p-swarm",3293 "libp2p-swarm-derive",3294 "libp2p-tcp",3295 "libp2p-uds",3296 "libp2p-wasm-ext",3297 "libp2p-websocket",3298 "libp2p-yamux",3299 "parity-multiaddr",3300 "parking_lot 0.11.1",3301 "pin-project 1.0.5",3302 "smallvec 1.6.1",3303 "wasm-timer",3304]33053306[[package]]3307name = "libp2p-core"3308version = "0.27.1"3309source = "registry+https://github.com/rust-lang/crates.io-index"3310checksum = "8a2d56aadc2c2bf22cd7797f86e56a65b5b3994a0136b65be3106938acae7a26"3311dependencies = [3312 "asn1_der",3313 "bs58",3314 "ed25519-dalek",3315 "either",3316 "fnv",3317 "futures 0.3.12",3318 "futures-timer 3.0.2",3319 "lazy_static",3320 "libsecp256k1",3321 "log",3322 "multihash",3323 "multistream-select",3324 "parity-multiaddr",3325 "parking_lot 0.11.1",3326 "pin-project 1.0.5",3327 "prost",3328 "prost-build",3329 "rand 0.7.3",3330 "ring",3331 "rw-stream-sink",3332 "sha2 0.9.3",3333 "smallvec 1.6.1",3334 "thiserror",3335 "unsigned-varint 0.7.0",3336 "void",3337 "zeroize",3338]33393340[[package]]3341name = "libp2p-deflate"3342version = "0.27.1"3343source = "registry+https://github.com/rust-lang/crates.io-index"3344checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345"3345dependencies = [3346 "flate2",3347 "futures 0.3.12",3348 "libp2p-core",3349]33503351[[package]]3352name = "libp2p-dns"3353version = "0.27.0"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3"3356dependencies = [3357 "futures 0.3.12",3358 "libp2p-core",3359 "log",3360]33613362[[package]]3363name = "libp2p-floodsub"3364version = "0.27.0"3365source = "registry+https://github.com/rust-lang/crates.io-index"3366checksum = "b3c63dfa06581b24b1d12bf9815b43689a784424be217d6545c800c7c75a207f"3367dependencies = [3368 "cuckoofilter",3369 "fnv",3370 "futures 0.3.12",3371 "libp2p-core",3372 "libp2p-swarm",3373 "log",3374 "prost",3375 "prost-build",3376 "rand 0.7.3",3377 "smallvec 1.6.1",3378]33793380[[package]]3381name = "libp2p-gossipsub"3382version = "0.28.0"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "502dc5fcbfec4aa1c63ef3f7307ffe20e90c1a1387bf23ed0bec087f2dde58a1"3385dependencies = [3386 "asynchronous-codec 0.6.0",3387 "base64 0.13.0",3388 "byteorder",3389 "bytes 1.0.1",3390 "fnv",3391 "futures 0.3.12",3392 "hex_fmt",3393 "libp2p-core",3394 "libp2p-swarm",3395 "log",3396 "prost",3397 "prost-build",3398 "rand 0.7.3",3399 "regex",3400 "sha2 0.9.3",3401 "smallvec 1.6.1",3402 "unsigned-varint 0.7.0",3403 "wasm-timer",3404]34053406[[package]]3407name = "libp2p-identify"3408version = "0.27.0"3409source = "registry+https://github.com/rust-lang/crates.io-index"3410checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e"3411dependencies = [3412 "futures 0.3.12",3413 "libp2p-core",3414 "libp2p-swarm",3415 "log",3416 "prost",3417 "prost-build",3418 "smallvec 1.6.1",3419 "wasm-timer",3420]34213422[[package]]3423name = "libp2p-kad"3424version = "0.28.1"3425source = "registry+https://github.com/rust-lang/crates.io-index"3426checksum = "cf3da6c9acbcc05f93235d201d7d45ef4e8b88a45d8836f98becd8b4d443f066"3427dependencies = [3428 "arrayvec 0.5.2",3429 "asynchronous-codec 0.6.0",3430 "bytes 1.0.1",3431 "either",3432 "fnv",3433 "futures 0.3.12",3434 "libp2p-core",3435 "libp2p-swarm",3436 "log",3437 "prost",3438 "prost-build",3439 "rand 0.7.3",3440 "sha2 0.9.3",3441 "smallvec 1.6.1",3442 "uint 0.9.0",3443 "unsigned-varint 0.7.0",3444 "void",3445 "wasm-timer",3446]34473448[[package]]3449name = "libp2p-mdns"3450version = "0.28.1"3451source = "registry+https://github.com/rust-lang/crates.io-index"3452checksum = "0e9e6374814d1b118d97ccabdfc975c8910bd16dc38a8bc058eeb08bf2080fe1"3453dependencies = [3454 "async-io",3455 "data-encoding",3456 "dns-parser",3457 "futures 0.3.12",3458 "if-watch",3459 "lazy_static",3460 "libp2p-core",3461 "libp2p-swarm",3462 "log",3463 "rand 0.7.3",3464 "smallvec 1.6.1",3465 "socket2",3466 "void",3467]34683469[[package]]3470name = "libp2p-mplex"3471version = "0.27.1"3472source = "registry+https://github.com/rust-lang/crates.io-index"3473checksum = "350ce8b3923594aedabd5d6e3f875d058435052a29c3f32df378bc70d10be464"3474dependencies = [3475 "asynchronous-codec 0.6.0",3476 "bytes 1.0.1",3477 "futures 0.3.12",3478 "libp2p-core",3479 "log",3480 "nohash-hasher",3481 "parking_lot 0.11.1",3482 "rand 0.7.3",3483 "smallvec 1.6.1",3484 "unsigned-varint 0.7.0",3485]34863487[[package]]3488name = "libp2p-noise"3489version = "0.29.0"3490source = "registry+https://github.com/rust-lang/crates.io-index"3491checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778"3492dependencies = [3493 "bytes 1.0.1",3494 "curve25519-dalek 3.0.2",3495 "futures 0.3.12",3496 "lazy_static",3497 "libp2p-core",3498 "log",3499 "prost",3500 "prost-build",3501 "rand 0.7.3",3502 "sha2 0.9.3",3503 "snow",3504 "static_assertions",3505 "x25519-dalek",3506 "zeroize",3507]35083509[[package]]3510name = "libp2p-ping"3511version = "0.27.0"3512source = "registry+https://github.com/rust-lang/crates.io-index"3513checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c"3514dependencies = [3515 "futures 0.3.12",3516 "libp2p-core",3517 "libp2p-swarm",3518 "log",3519 "rand 0.7.3",3520 "void",3521 "wasm-timer",3522]35233524[[package]]3525name = "libp2p-plaintext"3526version = "0.27.1"3527source = "registry+https://github.com/rust-lang/crates.io-index"3528checksum = "9d58defcadb646ae4b033e130b48d87410bf76394dc3335496cae99dac803e61"3529dependencies = [3530 "asynchronous-codec 0.6.0",3531 "bytes 1.0.1",3532 "futures 0.3.12",3533 "libp2p-core",3534 "log",3535 "prost",3536 "prost-build",3537 "unsigned-varint 0.7.0",3538 "void",3539]35403541[[package]]3542name = "libp2p-pnet"3543version = "0.20.0"3544source = "registry+https://github.com/rust-lang/crates.io-index"3545checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"3546dependencies = [3547 "futures 0.3.12",3548 "log",3549 "pin-project 1.0.5",3550 "rand 0.7.3",3551 "salsa20",3552 "sha3 0.9.1",3553]35543555[[package]]3556name = "libp2p-request-response"3557version = "0.9.1"3558source = "registry+https://github.com/rust-lang/crates.io-index"3559checksum = "10e5552827c33d8326502682da73a0ba4bfa40c1b55b216af3c303f32169dd89"3560dependencies = [3561 "async-trait",3562 "bytes 1.0.1",3563 "futures 0.3.12",3564 "libp2p-core",3565 "libp2p-swarm",3566 "log",3567 "lru",3568 "minicbor",3569 "rand 0.7.3",3570 "smallvec 1.6.1",3571 "unsigned-varint 0.7.0",3572 "wasm-timer",3573]35743575[[package]]3576name = "libp2p-swarm"3577version = "0.27.2"3578source = "registry+https://github.com/rust-lang/crates.io-index"3579checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98"3580dependencies = [3581 "either",3582 "futures 0.3.12",3583 "libp2p-core",3584 "log",3585 "rand 0.7.3",3586 "smallvec 1.6.1",3587 "void",3588 "wasm-timer",3589]35903591[[package]]3592name = "libp2p-swarm-derive"3593version = "0.22.0"3594source = "registry+https://github.com/rust-lang/crates.io-index"3595checksum = "c564ebaa36a64839f51eaddb0243aaaa29ce64affb56129193cc3248b72af273"3596dependencies = [3597 "quote",3598 "syn",3599]36003601[[package]]3602name = "libp2p-tcp"3603version = "0.27.1"3604source = "registry+https://github.com/rust-lang/crates.io-index"3605checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b"3606dependencies = [3607 "async-io",3608 "futures 0.3.12",3609 "futures-timer 3.0.2",3610 "if-watch",3611 "ipnet",3612 "libc",3613 "libp2p-core",3614 "log",3615 "socket2",3616]36173618[[package]]3619name = "libp2p-uds"3620version = "0.27.0"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487"3623dependencies = [3624 "async-std",3625 "futures 0.3.12",3626 "libp2p-core",3627 "log",3628]36293630[[package]]3631name = "libp2p-wasm-ext"3632version = "0.27.0"3633source = "registry+https://github.com/rust-lang/crates.io-index"3634checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd"3635dependencies = [3636 "futures 0.3.12",3637 "js-sys",3638 "libp2p-core",3639 "parity-send-wrapper",3640 "wasm-bindgen",3641 "wasm-bindgen-futures",3642]36433644[[package]]3645name = "libp2p-websocket"3646version = "0.28.0"3647source = "registry+https://github.com/rust-lang/crates.io-index"3648checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22"3649dependencies = [3650 "either",3651 "futures 0.3.12",3652 "futures-rustls",3653 "libp2p-core",3654 "log",3655 "quicksink",3656 "rw-stream-sink",3657 "soketto",3658 "url 2.2.0",3659 "webpki-roots",3660]36613662[[package]]3663name = "libp2p-yamux"3664version = "0.30.1"3665source = "registry+https://github.com/rust-lang/crates.io-index"3666checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a"3667dependencies = [3668 "futures 0.3.12",3669 "libp2p-core",3670 "parking_lot 0.11.1",3671 "thiserror",3672 "yamux",3673]36743675[[package]]3676name = "librocksdb-sys"3677version = "6.11.4"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"3680dependencies = [3681 "bindgen",3682 "cc",3683 "glob",3684 "libc",3685]36863687[[package]]3688name = "libsecp256k1"3689version = "0.3.5"3690source = "registry+https://github.com/rust-lang/crates.io-index"3691checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"3692dependencies = [3693 "arrayref",3694 "crunchy",3695 "digest 0.8.1",3696 "hmac-drbg",3697 "rand 0.7.3",3698 "sha2 0.8.2",3699 "subtle 2.4.0",3700 "typenum",3701]37023703[[package]]3704name = "libz-sys"3705version = "1.1.2"3706source = "registry+https://github.com/rust-lang/crates.io-index"3707checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"3708dependencies = [3709 "cc",3710 "pkg-config",3711 "vcpkg",3712]37133714[[package]]3715name = "linked-hash-map"3716version = "0.5.4"3717source = "registry+https://github.com/rust-lang/crates.io-index"3718checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"37193720[[package]]3721name = "linked_hash_set"3722version = "0.1.4"3723source = "registry+https://github.com/rust-lang/crates.io-index"3724checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"3725dependencies = [3726 "linked-hash-map",3727]37283729[[package]]3730name = "linregress"3731version = "0.4.0"3732source = "registry+https://github.com/rust-lang/crates.io-index"3733checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"3734dependencies = [3735 "nalgebra",3736 "statrs",3737]37383739[[package]]3740name = "lock_api"3741version = "0.3.4"3742source = "registry+https://github.com/rust-lang/crates.io-index"3743checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"3744dependencies = [3745 "scopeguard",3746]37473748[[package]]3749name = "lock_api"3750version = "0.4.2"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"3753dependencies = [3754 "scopeguard",3755]37563757[[package]]3758name = "log"3759version = "0.4.14"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"3762dependencies = [3763 "cfg-if 1.0.0",3764 "value-bag",3765]37663767[[package]]3768name = "loom"3769version = "0.4.0"3770source = "registry+https://github.com/rust-lang/crates.io-index"3771checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"3772dependencies = [3773 "cfg-if 1.0.0",3774 "generator",3775 "scoped-tls",3776]37773778[[package]]3779name = "lru"3780version = "0.6.5"3781source = "registry+https://github.com/rust-lang/crates.io-index"3782checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"3783dependencies = [3784 "hashbrown",3785]37863787[[package]]3788name = "mach"3789version = "0.3.2"3790source = "registry+https://github.com/rust-lang/crates.io-index"3791checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"3792dependencies = [3793 "libc",3794]37953796[[package]]3797name = "maplit"3798version = "1.0.2"3799source = "registry+https://github.com/rust-lang/crates.io-index"3800checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"38013802[[package]]3803name = "matchers"3804version = "0.0.1"3805source = "registry+https://github.com/rust-lang/crates.io-index"3806checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"3807dependencies = [3808 "regex-automata",3809]38103811[[package]]3812name = "matches"3813version = "0.1.8"3814source = "registry+https://github.com/rust-lang/crates.io-index"3815checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"38163817[[package]]3818name = "matrixmultiply"3819version = "0.2.4"3820source = "registry+https://github.com/rust-lang/crates.io-index"3821checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"3822dependencies = [3823 "rawpointer",3824]38253826[[package]]3827name = "maybe-uninit"3828version = "2.0.0"3829source = "registry+https://github.com/rust-lang/crates.io-index"3830checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"38313832[[package]]3833name = "memchr"3834version = "2.3.4"3835source = "registry+https://github.com/rust-lang/crates.io-index"3836checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"38373838[[package]]3839name = "memmap2"3840version = "0.2.1"3841source = "registry+https://github.com/rust-lang/crates.io-index"3842checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"3843dependencies = [3844 "libc",3845]38463847[[package]]3848name = "memoffset"3849version = "0.5.6"3850source = "registry+https://github.com/rust-lang/crates.io-index"3851checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"3852dependencies = [3853 "autocfg",3854]38553856[[package]]3857name = "memoffset"3858version = "0.6.1"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"3861dependencies = [3862 "autocfg",3863]38643865[[package]]3866name = "memory-db"3867version = "0.26.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4"3870dependencies = [3871 "hash-db",3872 "hashbrown",3873 "parity-util-mem",3874]38753876[[package]]3877name = "memory_units"3878version = "0.3.0"3879source = "registry+https://github.com/rust-lang/crates.io-index"3880checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"38813882[[package]]3883name = "merlin"3884version = "2.0.1"3885source = "registry+https://github.com/rust-lang/crates.io-index"3886checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"3887dependencies = [3888 "byteorder",3889 "keccak",3890 "rand_core 0.5.1",3891 "zeroize",3892]38933894[[package]]3895name = "minicbor"3896version = "0.7.1"3897source = "registry+https://github.com/rust-lang/crates.io-index"3898checksum = "3265a9f5210bb726f81ef9c456ae0aff5321cd95748c0e71889b0e19d8f0332b"3899dependencies = [3900 "minicbor-derive",3901]39023903[[package]]3904name = "minicbor-derive"3905version = "0.6.1"3906source = "registry+https://github.com/rust-lang/crates.io-index"3907checksum = "130b9455e28a3f308f6579671816a6f2621e2e0cbf55dc2f886345bef699481e"3908dependencies = [3909 "proc-macro2",3910 "quote",3911 "syn",3912]39133914[[package]]3915name = "miniz_oxide"3916version = "0.4.3"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"3919dependencies = [3920 "adler",3921 "autocfg",3922]39233924[[package]]3925name = "mio"3926version = "0.6.23"3927source = "registry+https://github.com/rust-lang/crates.io-index"3928checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"3929dependencies = [3930 "cfg-if 0.1.10",3931 "fuchsia-zircon",3932 "fuchsia-zircon-sys",3933 "iovec",3934 "kernel32-sys",3935 "libc",3936 "log",3937 "miow 0.2.2",3938 "net2",3939 "slab",3940 "winapi 0.2.8",3941]39423943[[package]]3944name = "mio-extras"3945version = "2.0.6"3946source = "registry+https://github.com/rust-lang/crates.io-index"3947checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"3948dependencies = [3949 "lazycell",3950 "log",3951 "mio",3952 "slab",3953]39543955[[package]]3956name = "mio-named-pipes"3957version = "0.1.7"3958source = "registry+https://github.com/rust-lang/crates.io-index"3959checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"3960dependencies = [3961 "log",3962 "mio",3963 "miow 0.3.6",3964 "winapi 0.3.9",3965]39663967[[package]]3968name = "mio-uds"3969version = "0.6.8"3970source = "registry+https://github.com/rust-lang/crates.io-index"3971checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"3972dependencies = [3973 "iovec",3974 "libc",3975 "mio",3976]39773978[[package]]3979name = "miow"3980version = "0.2.2"3981source = "registry+https://github.com/rust-lang/crates.io-index"3982checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"3983dependencies = [3984 "kernel32-sys",3985 "net2",3986 "winapi 0.2.8",3987 "ws2_32-sys",3988]39893990[[package]]3991name = "miow"3992version = "0.3.6"3993source = "registry+https://github.com/rust-lang/crates.io-index"3994checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"3995dependencies = [3996 "socket2",3997 "winapi 0.3.9",3998]39994000[[package]]4001name = "more-asserts"4002version = "0.2.1"4003source = "registry+https://github.com/rust-lang/crates.io-index"4004checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"40054006[[package]]4007name = "multibase"4008version = "0.8.0"4009source = "registry+https://github.com/rust-lang/crates.io-index"4010checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4011dependencies = [4012 "base-x",4013 "data-encoding",4014 "data-encoding-macro",4015]40164017[[package]]4018name = "multihash"4019version = "0.13.2"4020source = "registry+https://github.com/rust-lang/crates.io-index"4021checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4022dependencies = [4023 "blake2b_simd",4024 "blake2s_simd",4025 "blake3",4026 "digest 0.9.0",4027 "generic-array 0.14.4",4028 "multihash-derive",4029 "sha2 0.9.3",4030 "sha3 0.9.1",4031 "unsigned-varint 0.5.1",4032]40334034[[package]]4035name = "multihash-derive"4036version = "0.7.1"4037source = "registry+https://github.com/rust-lang/crates.io-index"4038checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f"4039dependencies = [4040 "proc-macro-crate 0.1.5",4041 "proc-macro-error",4042 "proc-macro2",4043 "quote",4044 "syn",4045 "synstructure",4046]40474048[[package]]4049name = "multimap"4050version = "0.8.2"4051source = "registry+https://github.com/rust-lang/crates.io-index"4052checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"40534054[[package]]4055name = "multistream-select"4056version = "0.10.0"4057source = "registry+https://github.com/rust-lang/crates.io-index"4058checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"4059dependencies = [4060 "bytes 1.0.1",4061 "futures 0.3.12",4062 "log",4063 "pin-project 1.0.5",4064 "smallvec 1.6.1",4065 "unsigned-varint 0.6.0",4066]40674068[[package]]4069name = "nalgebra"4070version = "0.21.1"4071source = "registry+https://github.com/rust-lang/crates.io-index"4072checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486"4073dependencies = [4074 "approx",4075 "generic-array 0.13.2",4076 "matrixmultiply",4077 "num-complex",4078 "num-rational",4079 "num-traits",4080 "rand 0.7.3",4081 "rand_distr",4082 "simba",4083 "typenum",4084]40854086[[package]]4087name = "names"4088version = "0.11.0"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "ef320dab323286b50fb5cdda23f61c796a72a89998ab565ca32525c5c556f2da"4091dependencies = [4092 "rand 0.3.23",4093]40944095[[package]]4096name = "nb-connect"4097version = "1.0.2"4098source = "registry+https://github.com/rust-lang/crates.io-index"4099checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"4100dependencies = [4101 "libc",4102 "winapi 0.3.9",4103]41044105[[package]]4106name = "net2"4107version = "0.2.37"4108source = "registry+https://github.com/rust-lang/crates.io-index"4109checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4110dependencies = [4111 "cfg-if 0.1.10",4112 "libc",4113 "winapi 0.3.9",4114]41154116[[package]]4117name = "nft"4118version = "3.0.0"4119dependencies = [4120 "fc-consensus",4121 "fc-db",4122 "fc-mapping-sync",4123 "fc-rpc",4124 "fc-rpc-core",4125 "flexi_logger",4126 "fp-rpc",4127 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4128 "frame-benchmarking-cli",4129 "futures 0.3.12",4130 "jsonrpc-core 15.1.0",4131 "jsonrpc-pubsub 15.1.0",4132 "log",4133 "nft-runtime",4134 "pallet-contracts-rpc",4135 "pallet-ethereum",4136 "pallet-nft",4137 "pallet-transaction-payment-rpc",4138 "parking_lot 0.10.2",4139 "sc-basic-authorship",4140 "sc-cli",4141 "sc-client-api",4142 "sc-consensus",4143 "sc-consensus-aura",4144 "sc-executor",4145 "sc-finality-grandpa",4146 "sc-keystore",4147 "sc-network",4148 "sc-rpc",4149 "sc-rpc-api",4150 "sc-service",4151 "sc-telemetry",4152 "sc-transaction-pool",4153 "serde",4154 "serde_json",4155 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4156 "sp-block-builder",4157 "sp-blockchain",4158 "sp-consensus",4159 "sp-consensus-aura",4160 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4161 "sp-finality-grandpa",4162 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4163 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4164 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4165 "sp-transaction-pool",4166 "structopt",4167 "substrate-build-script-utils",4168 "substrate-frame-rpc-system",4169]41704171[[package]]4172name = "nft-runtime"4173version = "3.0.0"4174dependencies = [4175 "fp-rpc",4176 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4177 "frame-executive",4178 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4179 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4180 "frame-system-benchmarking",4181 "frame-system-rpc-runtime-api",4182 "hex-literal",4183 "pallet-aura",4184 "pallet-balances 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4185 "pallet-contracts",4186 "pallet-contracts-primitives",4187 "pallet-contracts-rpc-runtime-api",4188 "pallet-ethereum",4189 "pallet-evm",4190 "pallet-grandpa",4191 "pallet-inflation",4192 "pallet-nft",4193 "pallet-randomness-collective-flip 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4194 "pallet-sudo",4195 "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4196 "pallet-transaction-payment",4197 "pallet-transaction-payment-rpc-runtime-api",4198 "pallet-treasury",4199 "pallet-vesting",4200 "parity-scale-codec 2.0.1",4201 "serde",4202 "smallvec 1.6.1",4203 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4204 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4205 "sp-block-builder",4206 "sp-consensus-aura",4207 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4208 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4209 "sp-offchain",4210 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4211 "sp-session",4212 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4213 "sp-transaction-pool",4214 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4215 "substrate-wasm-builder",4216]42174218[[package]]4219name = "nodrop"4220version = "0.1.14"4221source = "registry+https://github.com/rust-lang/crates.io-index"4222checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"42234224[[package]]4225name = "nohash-hasher"4226version = "0.2.0"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"42294230[[package]]4231name = "nom"4232version = "5.1.2"4233source = "registry+https://github.com/rust-lang/crates.io-index"4234checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"4235dependencies = [4236 "memchr",4237 "version_check",4238]42394240[[package]]4241name = "num-bigint"4242version = "0.2.6"4243source = "registry+https://github.com/rust-lang/crates.io-index"4244checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"4245dependencies = [4246 "autocfg",4247 "num-integer",4248 "num-traits",4249]42504251[[package]]4252name = "num-complex"4253version = "0.2.4"4254source = "registry+https://github.com/rust-lang/crates.io-index"4255checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"4256dependencies = [4257 "autocfg",4258 "num-traits",4259]42604261[[package]]4262name = "num-integer"4263version = "0.1.44"4264source = "registry+https://github.com/rust-lang/crates.io-index"4265checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"4266dependencies = [4267 "autocfg",4268 "num-traits",4269]42704271[[package]]4272name = "num-rational"4273version = "0.2.4"4274source = "registry+https://github.com/rust-lang/crates.io-index"4275checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"4276dependencies = [4277 "autocfg",4278 "num-bigint",4279 "num-integer",4280 "num-traits",4281]42824283[[package]]4284name = "num-traits"4285version = "0.2.14"4286source = "registry+https://github.com/rust-lang/crates.io-index"4287checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"4288dependencies = [4289 "autocfg",4290 "libm",4291]42924293[[package]]4294name = "num_cpus"4295version = "1.13.0"4296source = "registry+https://github.com/rust-lang/crates.io-index"4297checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"4298dependencies = [4299 "hermit-abi",4300 "libc",4301]43024303[[package]]4304name = "object"4305version = "0.22.0"4306source = "registry+https://github.com/rust-lang/crates.io-index"4307checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"4308dependencies = [4309 "crc32fast",4310 "indexmap",4311]43124313[[package]]4314name = "object"4315version = "0.23.0"4316source = "registry+https://github.com/rust-lang/crates.io-index"4317checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"43184319[[package]]4320name = "once_cell"4321version = "1.5.2"4322source = "registry+https://github.com/rust-lang/crates.io-index"4323checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"4324dependencies = [4325 "parking_lot 0.11.1",4326]43274328[[package]]4329name = "opaque-debug"4330version = "0.2.3"4331source = "registry+https://github.com/rust-lang/crates.io-index"4332checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"43334334[[package]]4335name = "opaque-debug"4336version = "0.3.0"4337source = "registry+https://github.com/rust-lang/crates.io-index"4338checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"43394340[[package]]4341name = "openssl-probe"4342version = "0.1.2"4343source = "registry+https://github.com/rust-lang/crates.io-index"4344checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"43454346[[package]]4347name = "owning_ref"4348version = "0.4.1"4349source = "registry+https://github.com/rust-lang/crates.io-index"4350checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"4351dependencies = [4352 "stable_deref_trait",4353]43544355[[package]]4356name = "pallet-aura"4357version = "3.0.0"4358source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4359dependencies = [4360 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4361 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4362 "pallet-session",4363 "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4364 "parity-scale-codec 2.0.1",4365 "serde",4366 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4367 "sp-consensus-aura",4368 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4369 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4370]43714372[[package]]4373name = "pallet-authorship"4374version = "3.0.0"4375source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4376dependencies = [4377 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4378 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4379 "impl-trait-for-tuples 0.2.1",4380 "parity-scale-codec 2.0.1",4381 "sp-authorship",4382 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4383 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4384 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4385]43864387[[package]]4388name = "pallet-balances"4389version = "3.0.0"4390source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4391dependencies = [4392 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4393 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4394 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4395 "log",4396 "parity-scale-codec 2.0.1",4397 "serde",4398 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4399 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4400]44014402[[package]]4403name = "pallet-balances"4404version = "3.0.0"4405source = "registry+https://github.com/rust-lang/crates.io-index"4406checksum = "41aaeaf084e594273f82bcbf96416ef1fcab602e15dd1df04b9930eceb2eb518"4407dependencies = [4408 "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",4409 "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4410 "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4411 "parity-scale-codec 2.0.1",4412 "serde",4413 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4414 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4415]44164417[[package]]4418name = "pallet-contracts"4419version = "3.0.0"4420source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4421dependencies = [4422 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4423 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4424 "log",4425 "pallet-contracts-primitives",4426 "pallet-contracts-proc-macro",4427 "parity-scale-codec 2.0.1",4428 "parity-wasm 0.41.0",4429 "pwasm-utils 0.16.0",4430 "serde",4431 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4432 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4433 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4434 "sp-sandbox",4435 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4436 "wasmi-validation",4437]44384439[[package]]4440name = "pallet-contracts-primitives"4441version = "3.0.0"4442source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4443dependencies = [4444 "bitflags",4445 "parity-scale-codec 2.0.1",4446 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4447 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4448]44494450[[package]]4451name = "pallet-contracts-proc-macro"4452version = "3.0.0"4453source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4454dependencies = [4455 "proc-macro2",4456 "quote",4457 "syn",4458]44594460[[package]]4461name = "pallet-contracts-rpc"4462version = "3.0.0"4463source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4464dependencies = [4465 "jsonrpc-core 15.1.0",4466 "jsonrpc-core-client 15.1.0",4467 "jsonrpc-derive 15.1.0",4468 "pallet-contracts-primitives",4469 "pallet-contracts-rpc-runtime-api",4470 "parity-scale-codec 2.0.1",4471 "serde",4472 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4473 "sp-blockchain",4474 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4475 "sp-rpc",4476 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4477]44784479[[package]]4480name = "pallet-contracts-rpc-runtime-api"4481version = "3.0.0"4482source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4483dependencies = [4484 "pallet-contracts-primitives",4485 "parity-scale-codec 2.0.1",4486 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4487 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4488 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4489]44904491[[package]]4492name = "pallet-ethereum"4493version = "1.0.1-dev"4494source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"4495dependencies = [4496 "ethereum",4497 "ethereum-types 0.11.0",4498 "evm",4499 "fp-consensus",4500 "fp-evm",4501 "fp-rpc",4502 "fp-storage",4503 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4504 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4505 "libsecp256k1",4506 "pallet-balances 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4507 "pallet-evm",4508 "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4509 "parity-scale-codec 2.0.1",4510 "rlp 0.5.0",4511 "rustc-hex",4512 "serde",4513 "sha3 0.8.2",4514 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4515 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4516 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4517]45184519[[package]]4520name = "pallet-evm"4521version = "3.0.0"4522source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"4523dependencies = [4524 "evm",4525 "evm-gasometer",4526 "evm-runtime",4527 "fp-evm",4528 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4529 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4530 "impl-trait-for-tuples 0.2.1",4531 "log",4532 "pallet-balances 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4533 "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4534 "parity-scale-codec 2.0.1",4535 "primitive-types 0.9.0",4536 "rlp 0.5.0",4537 "serde",4538 "sha3 0.8.2",4539 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4540 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4541 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4542 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4543]45444545[[package]]4546name = "pallet-grandpa"4547version = "3.0.0"4548source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4549dependencies = [4550 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4551 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4552 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4553 "log",4554 "pallet-authorship",4555 "pallet-session",4556 "parity-scale-codec 2.0.1",4557 "serde",4558 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4559 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4560 "sp-finality-grandpa",4561 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4562 "sp-session",4563 "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4564 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4565]45664567[[package]]4568name = "pallet-inflation"4569version = "3.0.0"4570dependencies = [4571 "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",4572 "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4573 "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4574 "pallet-balances 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4575 "pallet-randomness-collective-flip 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4576 "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4577 "parity-scale-codec 2.0.1",4578 "serde",4579 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4580 "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4581 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4582 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4583]45844585[[package]]4586name = "pallet-nft"4587version = "3.0.0"4588dependencies = [4589 "ethereum",4590 "ethereum-tx-sign",4591 "fp-evm",4592 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4593 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4594 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4595 "hex-literal",4596 "pallet-balances 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4597 "pallet-contracts",4598 "pallet-ethereum",4599 "pallet-evm",4600 "pallet-randomness-collective-flip 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4601 "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4602 "pallet-transaction-payment",4603 "parity-scale-codec 2.0.1",4604 "rlp 0.5.0",4605 "serde",4606 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4607 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4608 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4609 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4610 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4611]46124613[[package]]4614name = "pallet-randomness-collective-flip"4615version = "3.0.0"4616source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4617dependencies = [4618 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4619 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4620 "parity-scale-codec 2.0.1",4621 "safe-mix",4622 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4623 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4624]46254626[[package]]4627name = "pallet-randomness-collective-flip"4628version = "3.0.0"4629source = "registry+https://github.com/rust-lang/crates.io-index"4630checksum = "ca3ea6fa9aa36735ec11d7ec4d97dd6472650c0656fdc6d4adaca2578bd71134"4631dependencies = [4632 "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4633 "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4634 "parity-scale-codec 2.0.1",4635 "safe-mix",4636 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4637 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4638]46394640[[package]]4641name = "pallet-session"4642version = "3.0.0"4643source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4644dependencies = [4645 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4646 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4647 "impl-trait-for-tuples 0.2.1",4648 "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4649 "parity-scale-codec 2.0.1",4650 "serde",4651 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4652 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4653 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4654 "sp-session",4655 "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4656 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4657 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4658]46594660[[package]]4661name = "pallet-sudo"4662version = "3.0.0"4663source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4664dependencies = [4665 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4666 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4667 "parity-scale-codec 2.0.1",4668 "serde",4669 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4670 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4671 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4672]46734674[[package]]4675name = "pallet-timestamp"4676version = "3.0.0"4677source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4678dependencies = [4679 "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4680 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4681 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4682 "impl-trait-for-tuples 0.2.1",4683 "log",4684 "parity-scale-codec 2.0.1",4685 "serde",4686 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4687 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4688 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4689 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4690 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4691]46924693[[package]]4694name = "pallet-timestamp"4695version = "3.0.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "b17dd274716a55a2c3e34d9c0ed66aaac3d7e0393ec9fd985e2b8532d697a7f3"4698dependencies = [4699 "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",4700 "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4701 "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4702 "impl-trait-for-tuples 0.2.1",4703 "parity-scale-codec 2.0.1",4704 "serde",4705 "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4706 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4707 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4708 "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",4709]47104711[[package]]4712name = "pallet-transaction-payment"4713version = "3.0.0"4714source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4715dependencies = [4716 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4717 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4718 "parity-scale-codec 2.0.1",4719 "serde",4720 "smallvec 1.6.1",4721 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4722 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4723 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4724 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4725]47264727[[package]]4728name = "pallet-transaction-payment-rpc"4729version = "3.0.0"4730source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4731dependencies = [4732 "jsonrpc-core 15.1.0",4733 "jsonrpc-core-client 15.1.0",4734 "jsonrpc-derive 15.1.0",4735 "pallet-transaction-payment-rpc-runtime-api",4736 "parity-scale-codec 2.0.1",4737 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4738 "sp-blockchain",4739 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4740 "sp-rpc",4741 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4742]47434744[[package]]4745name = "pallet-transaction-payment-rpc-runtime-api"4746version = "3.0.0"4747source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4748dependencies = [4749 "pallet-transaction-payment",4750 "parity-scale-codec 2.0.1",4751 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4752 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4753]47544755[[package]]4756name = "pallet-treasury"4757version = "3.0.0"4758source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4759dependencies = [4760 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4761 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4762 "impl-trait-for-tuples 0.2.1",4763 "pallet-balances 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4764 "parity-scale-codec 2.0.1",4765 "serde",4766 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4767 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4768]47694770[[package]]4771name = "pallet-vesting"4772version = "3.0.0"4773source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4774dependencies = [4775 "enumflags2",4776 "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4777 "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4778 "parity-scale-codec 2.0.1",4779 "serde",4780 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4781 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",4782]47834784[[package]]4785name = "parity-db"4786version = "0.2.3"4787source = "registry+https://github.com/rust-lang/crates.io-index"4788checksum = "495197c078e54b8735181aa35c00a327f7f3a3cc00a1ee8c95926dd010f0ec6b"4789dependencies = [4790 "blake2-rfc",4791 "crc32fast",4792 "fs2",4793 "hex",4794 "libc",4795 "log",4796 "memmap2",4797 "parking_lot 0.11.1",4798 "rand 0.8.3",4799]48004801[[package]]4802name = "parity-multiaddr"4803version = "0.11.1"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "d2c6805f98667a3828afb2ec2c396a8d610497e8d546f5447188aae47c5a79ec"4806dependencies = [4807 "arrayref",4808 "bs58",4809 "byteorder",4810 "data-encoding",4811 "multihash",4812 "percent-encoding 2.1.0",4813 "serde",4814 "static_assertions",4815 "unsigned-varint 0.7.0",4816 "url 2.2.0",4817]48184819[[package]]4820name = "parity-scale-codec"4821version = "1.3.7"4822source = "registry+https://github.com/rust-lang/crates.io-index"4823checksum = "a4b26b16c7687c3075982af47719e481815df30bc544f7a6690763a25ca16e9d"4824dependencies = [4825 "arrayvec 0.5.2",4826 "bitvec 0.17.4",4827 "byte-slice-cast 0.3.5",4828 "serde",4829]48304831[[package]]4832name = "parity-scale-codec"4833version = "2.0.1"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "0cd3dab59b5cf4bc81069ade0fc470341a1ef3ad5fa73e5a8943bed2ec12b2e8"4836dependencies = [4837 "arrayvec 0.5.2",4838 "bitvec 0.20.2",4839 "byte-slice-cast 1.0.0",4840 "parity-scale-codec-derive",4841 "serde",4842]48434844[[package]]4845name = "parity-scale-codec-derive"4846version = "2.0.1"4847source = "registry+https://github.com/rust-lang/crates.io-index"4848checksum = "fa04976a81fde04924b40cc4036c4d12841e8bb04325a5cf2ada75731a150a7d"4849dependencies = [4850 "proc-macro-crate 0.1.5",4851 "proc-macro2",4852 "quote",4853 "syn",4854]48554856[[package]]4857name = "parity-send-wrapper"4858version = "0.1.0"4859source = "registry+https://github.com/rust-lang/crates.io-index"4860checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"48614862[[package]]4863name = "parity-tokio-ipc"4864version = "0.4.0"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"4867dependencies = [4868 "bytes 0.4.12",4869 "futures 0.1.30",4870 "libc",4871 "log",4872 "mio-named-pipes",4873 "miow 0.3.6",4874 "rand 0.7.3",4875 "tokio 0.1.22",4876 "tokio-named-pipes",4877 "tokio-uds",4878 "winapi 0.3.9",4879]48804881[[package]]4882name = "parity-util-mem"4883version = "0.9.0"4884source = "registry+https://github.com/rust-lang/crates.io-index"4885checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42"4886dependencies = [4887 "cfg-if 1.0.0",4888 "hashbrown",4889 "impl-trait-for-tuples 0.2.1",4890 "parity-util-mem-derive",4891 "parking_lot 0.11.1",4892 "primitive-types 0.9.0",4893 "smallvec 1.6.1",4894 "winapi 0.3.9",4895]48964897[[package]]4898name = "parity-util-mem-derive"4899version = "0.1.0"4900source = "registry+https://github.com/rust-lang/crates.io-index"4901checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"4902dependencies = [4903 "proc-macro2",4904 "syn",4905 "synstructure",4906]49074908[[package]]4909name = "parity-wasm"4910version = "0.32.0"4911source = "registry+https://github.com/rust-lang/crates.io-index"4912checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"4913dependencies = [4914 "byteorder",4915]49164917[[package]]4918name = "parity-wasm"4919version = "0.41.0"4920source = "registry+https://github.com/rust-lang/crates.io-index"4921checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"49224923[[package]]4924name = "parity-ws"4925version = "0.10.0"4926source = "registry+https://github.com/rust-lang/crates.io-index"4927checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61"4928dependencies = [4929 "byteorder",4930 "bytes 0.4.12",4931 "httparse",4932 "log",4933 "mio",4934 "mio-extras",4935 "rand 0.7.3",4936 "sha-1 0.8.2",4937 "slab",4938 "url 2.2.0",4939]49404941[[package]]4942name = "parking"4943version = "2.0.0"4944source = "registry+https://github.com/rust-lang/crates.io-index"4945checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"49464947[[package]]4948name = "parking_lot"4949version = "0.9.0"4950source = "registry+https://github.com/rust-lang/crates.io-index"4951checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"4952dependencies = [4953 "lock_api 0.3.4",4954 "parking_lot_core 0.6.2",4955 "rustc_version",4956]49574958[[package]]4959name = "parking_lot"4960version = "0.10.2"4961source = "registry+https://github.com/rust-lang/crates.io-index"4962checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"4963dependencies = [4964 "lock_api 0.3.4",4965 "parking_lot_core 0.7.2",4966]49674968[[package]]4969name = "parking_lot"4970version = "0.11.1"4971source = "registry+https://github.com/rust-lang/crates.io-index"4972checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"4973dependencies = [4974 "instant",4975 "lock_api 0.4.2",4976 "parking_lot_core 0.8.2",4977]49784979[[package]]4980name = "parking_lot_core"4981version = "0.6.2"4982source = "registry+https://github.com/rust-lang/crates.io-index"4983checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"4984dependencies = [4985 "cfg-if 0.1.10",4986 "cloudabi",4987 "libc",4988 "redox_syscall 0.1.57",4989 "rustc_version",4990 "smallvec 0.6.14",4991 "winapi 0.3.9",4992]49934994[[package]]4995name = "parking_lot_core"4996version = "0.7.2"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"4999dependencies = [5000 "cfg-if 0.1.10",5001 "cloudabi",5002 "libc",5003 "redox_syscall 0.1.57",5004 "smallvec 1.6.1",5005 "winapi 0.3.9",5006]50075008[[package]]5009name = "parking_lot_core"5010version = "0.8.2"5011source = "registry+https://github.com/rust-lang/crates.io-index"5012checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"5013dependencies = [5014 "cfg-if 1.0.0",5015 "instant",5016 "libc",5017 "redox_syscall 0.1.57",5018 "smallvec 1.6.1",5019 "winapi 0.3.9",5020]50215022[[package]]5023name = "paste"5024version = "0.1.18"5025source = "registry+https://github.com/rust-lang/crates.io-index"5026checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"5027dependencies = [5028 "paste-impl",5029 "proc-macro-hack",5030]50315032[[package]]5033name = "paste"5034version = "1.0.4"5035source = "registry+https://github.com/rust-lang/crates.io-index"5036checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"50375038[[package]]5039name = "paste-impl"5040version = "0.1.18"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"5043dependencies = [5044 "proc-macro-hack",5045]50465047[[package]]5048name = "pbkdf2"5049version = "0.3.0"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"5052dependencies = [5053 "byteorder",5054 "crypto-mac 0.7.0",5055]50565057[[package]]5058name = "pbkdf2"5059version = "0.4.0"5060source = "registry+https://github.com/rust-lang/crates.io-index"5061checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"5062dependencies = [5063 "crypto-mac 0.8.0",5064]50655066[[package]]5067name = "pdqselect"5068version = "0.1.0"5069source = "registry+https://github.com/rust-lang/crates.io-index"5070checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"50715072[[package]]5073name = "peeking_take_while"5074version = "0.1.2"5075source = "registry+https://github.com/rust-lang/crates.io-index"5076checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"50775078[[package]]5079name = "percent-encoding"5080version = "1.0.1"5081source = "registry+https://github.com/rust-lang/crates.io-index"5082checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"50835084[[package]]5085name = "percent-encoding"5086version = "2.1.0"5087source = "registry+https://github.com/rust-lang/crates.io-index"5088checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"50895090[[package]]5091name = "pest"5092version = "2.1.3"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"5095dependencies = [5096 "ucd-trie",5097]50985099[[package]]5100name = "pest_derive"5101version = "2.1.0"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"5104dependencies = [5105 "pest",5106 "pest_generator",5107]51085109[[package]]5110name = "pest_generator"5111version = "2.1.3"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"5114dependencies = [5115 "pest",5116 "pest_meta",5117 "proc-macro2",5118 "quote",5119 "syn",5120]51215122[[package]]5123name = "pest_meta"5124version = "2.1.3"5125source = "registry+https://github.com/rust-lang/crates.io-index"5126checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"5127dependencies = [5128 "maplit",5129 "pest",5130 "sha-1 0.8.2",5131]51325133[[package]]5134name = "petgraph"5135version = "0.5.1"5136source = "registry+https://github.com/rust-lang/crates.io-index"5137checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"5138dependencies = [5139 "fixedbitset",5140 "indexmap",5141]51425143[[package]]5144name = "pin-project"5145version = "0.4.27"5146source = "registry+https://github.com/rust-lang/crates.io-index"5147checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"5148dependencies = [5149 "pin-project-internal 0.4.27",5150]51515152[[package]]5153name = "pin-project"5154version = "1.0.5"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"5157dependencies = [5158 "pin-project-internal 1.0.5",5159]51605161[[package]]5162name = "pin-project-internal"5163version = "0.4.27"5164source = "registry+https://github.com/rust-lang/crates.io-index"5165checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"5166dependencies = [5167 "proc-macro2",5168 "quote",5169 "syn",5170]51715172[[package]]5173name = "pin-project-internal"5174version = "1.0.5"5175source = "registry+https://github.com/rust-lang/crates.io-index"5176checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"5177dependencies = [5178 "proc-macro2",5179 "quote",5180 "syn",5181]51825183[[package]]5184name = "pin-project-lite"5185version = "0.1.11"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"51885189[[package]]5190name = "pin-project-lite"5191version = "0.2.4"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"51945195[[package]]5196name = "pin-utils"5197version = "0.1.0"5198source = "registry+https://github.com/rust-lang/crates.io-index"5199checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"52005201[[package]]5202name = "pkg-config"5203version = "0.3.19"5204source = "registry+https://github.com/rust-lang/crates.io-index"5205checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"52065207[[package]]5208name = "platforms"5209version = "1.1.0"5210source = "registry+https://github.com/rust-lang/crates.io-index"5211checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325"52125213[[package]]5214name = "polling"5215version = "2.0.2"5216source = "registry+https://github.com/rust-lang/crates.io-index"5217checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"5218dependencies = [5219 "cfg-if 0.1.10",5220 "libc",5221 "log",5222 "wepoll-sys",5223 "winapi 0.3.9",5224]52255226[[package]]5227name = "poly1305"5228version = "0.6.2"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"5231dependencies = [5232 "cpuid-bool 0.2.0",5233 "universal-hash",5234]52355236[[package]]5237name = "polyval"5238version = "0.4.5"5239source = "registry+https://github.com/rust-lang/crates.io-index"5240checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"5241dependencies = [5242 "cpuid-bool 0.2.0",5243 "opaque-debug 0.3.0",5244 "universal-hash",5245]52465247[[package]]5248name = "ppv-lite86"5249version = "0.2.10"5250source = "registry+https://github.com/rust-lang/crates.io-index"5251checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"52525253[[package]]5254name = "primitive-types"5255version = "0.7.3"5256source = "registry+https://github.com/rust-lang/crates.io-index"5257checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809"5258dependencies = [5259 "fixed-hash 0.6.1",5260 "impl-codec 0.4.2",5261 "impl-rlp 0.2.1",5262 "impl-serde",5263 "uint 0.8.5",5264]52655266[[package]]5267name = "primitive-types"5268version = "0.9.0"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"5271dependencies = [5272 "fixed-hash 0.7.0",5273 "impl-codec 0.5.0",5274 "impl-rlp 0.3.0",5275 "impl-serde",5276 "uint 0.9.0",5277]52785279[[package]]5280name = "proc-macro-crate"5281version = "0.1.5"5282source = "registry+https://github.com/rust-lang/crates.io-index"5283checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"5284dependencies = [5285 "toml",5286]52875288[[package]]5289name = "proc-macro-crate"5290version = "1.0.0"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"5293dependencies = [5294 "thiserror",5295 "toml",5296]52975298[[package]]5299name = "proc-macro-error"5300version = "1.0.4"5301source = "registry+https://github.com/rust-lang/crates.io-index"5302checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"5303dependencies = [5304 "proc-macro-error-attr",5305 "proc-macro2",5306 "quote",5307 "syn",5308 "version_check",5309]53105311[[package]]5312name = "proc-macro-error-attr"5313version = "1.0.4"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"5316dependencies = [5317 "proc-macro2",5318 "quote",5319 "version_check",5320]53215322[[package]]5323name = "proc-macro-hack"5324version = "0.5.19"5325source = "registry+https://github.com/rust-lang/crates.io-index"5326checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"53275328[[package]]5329name = "proc-macro-nested"5330version = "0.1.7"5331source = "registry+https://github.com/rust-lang/crates.io-index"5332checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"53335334[[package]]5335name = "proc-macro2"5336version = "1.0.24"5337source = "registry+https://github.com/rust-lang/crates.io-index"5338checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"5339dependencies = [5340 "unicode-xid",5341]53425343[[package]]5344name = "prometheus"5345version = "0.11.0"5346source = "registry+https://github.com/rust-lang/crates.io-index"5347checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"5348dependencies = [5349 "cfg-if 1.0.0",5350 "fnv",5351 "lazy_static",5352 "parking_lot 0.11.1",5353 "regex",5354 "thiserror",5355]53565357[[package]]5358name = "prost"5359version = "0.7.0"5360source = "registry+https://github.com/rust-lang/crates.io-index"5361checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"5362dependencies = [5363 "bytes 1.0.1",5364 "prost-derive",5365]53665367[[package]]5368name = "prost-build"5369version = "0.7.0"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"5372dependencies = [5373 "bytes 1.0.1",5374 "heck",5375 "itertools",5376 "log",5377 "multimap",5378 "petgraph",5379 "prost",5380 "prost-types",5381 "tempfile",5382 "which 4.0.2",5383]53845385[[package]]5386name = "prost-derive"5387version = "0.7.0"5388source = "registry+https://github.com/rust-lang/crates.io-index"5389checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"5390dependencies = [5391 "anyhow",5392 "itertools",5393 "proc-macro2",5394 "quote",5395 "syn",5396]53975398[[package]]5399name = "prost-types"5400version = "0.7.0"5401source = "registry+https://github.com/rust-lang/crates.io-index"5402checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"5403dependencies = [5404 "bytes 1.0.1",5405 "prost",5406]54075408[[package]]5409name = "psm"5410version = "0.1.12"5411source = "registry+https://github.com/rust-lang/crates.io-index"5412checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a"5413dependencies = [5414 "cc",5415]54165417[[package]]5418name = "pwasm-utils"5419version = "0.14.0"5420source = "registry+https://github.com/rust-lang/crates.io-index"5421checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"5422dependencies = [5423 "byteorder",5424 "log",5425 "parity-wasm 0.41.0",5426]54275428[[package]]5429name = "pwasm-utils"5430version = "0.16.0"5431source = "registry+https://github.com/rust-lang/crates.io-index"5432checksum = "1c8ac87af529432d3a4f0e2b3bbf08af49f28f09cc73ed7e551161bdaef5f78d"5433dependencies = [5434 "byteorder",5435 "log",5436 "parity-wasm 0.41.0",5437]54385439[[package]]5440name = "quick-error"5441version = "1.2.3"5442source = "registry+https://github.com/rust-lang/crates.io-index"5443checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"54445445[[package]]5446name = "quick-error"5447version = "2.0.0"5448source = "registry+https://github.com/rust-lang/crates.io-index"5449checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"54505451[[package]]5452name = "quicksink"5453version = "0.1.2"5454source = "registry+https://github.com/rust-lang/crates.io-index"5455checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"5456dependencies = [5457 "futures-core",5458 "futures-sink",5459 "pin-project-lite 0.1.11",5460]54615462[[package]]5463name = "quote"5464version = "1.0.8"5465source = "registry+https://github.com/rust-lang/crates.io-index"5466checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"5467dependencies = [5468 "proc-macro2",5469]54705471[[package]]5472name = "radium"5473version = "0.3.0"5474source = "registry+https://github.com/rust-lang/crates.io-index"5475checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"54765477[[package]]5478name = "radium"5479version = "0.6.2"5480source = "registry+https://github.com/rust-lang/crates.io-index"5481checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"54825483[[package]]5484name = "rand"5485version = "0.3.23"5486source = "registry+https://github.com/rust-lang/crates.io-index"5487checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"5488dependencies = [5489 "libc",5490 "rand 0.4.6",5491]54925493[[package]]5494name = "rand"5495version = "0.4.6"5496source = "registry+https://github.com/rust-lang/crates.io-index"5497checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"5498dependencies = [5499 "fuchsia-cprng",5500 "libc",5501 "rand_core 0.3.1",5502 "rdrand",5503 "winapi 0.3.9",5504]55055506[[package]]5507name = "rand"5508version = "0.7.3"5509source = "registry+https://github.com/rust-lang/crates.io-index"5510checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"5511dependencies = [5512 "getrandom 0.1.16",5513 "libc",5514 "rand_chacha 0.2.2",5515 "rand_core 0.5.1",5516 "rand_hc 0.2.0",5517 "rand_pcg",5518]55195520[[package]]5521name = "rand"5522version = "0.8.3"5523source = "registry+https://github.com/rust-lang/crates.io-index"5524checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"5525dependencies = [5526 "libc",5527 "rand_chacha 0.3.0",5528 "rand_core 0.6.1",5529 "rand_hc 0.3.0",5530]55315532[[package]]5533name = "rand_chacha"5534version = "0.2.2"5535source = "registry+https://github.com/rust-lang/crates.io-index"5536checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"5537dependencies = [5538 "ppv-lite86",5539 "rand_core 0.5.1",5540]55415542[[package]]5543name = "rand_chacha"5544version = "0.3.0"5545source = "registry+https://github.com/rust-lang/crates.io-index"5546checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"5547dependencies = [5548 "ppv-lite86",5549 "rand_core 0.6.1",5550]55515552[[package]]5553name = "rand_core"5554version = "0.3.1"5555source = "registry+https://github.com/rust-lang/crates.io-index"5556checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"5557dependencies = [5558 "rand_core 0.4.2",5559]55605561[[package]]5562name = "rand_core"5563version = "0.4.2"5564source = "registry+https://github.com/rust-lang/crates.io-index"5565checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"55665567[[package]]5568name = "rand_core"5569version = "0.5.1"5570source = "registry+https://github.com/rust-lang/crates.io-index"5571checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"5572dependencies = [5573 "getrandom 0.1.16",5574]55755576[[package]]5577name = "rand_core"5578version = "0.6.1"5579source = "registry+https://github.com/rust-lang/crates.io-index"5580checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"5581dependencies = [5582 "getrandom 0.2.2",5583]55845585[[package]]5586name = "rand_distr"5587version = "0.2.2"5588source = "registry+https://github.com/rust-lang/crates.io-index"5589checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"5590dependencies = [5591 "rand 0.7.3",5592]55935594[[package]]5595name = "rand_hc"5596version = "0.2.0"5597source = "registry+https://github.com/rust-lang/crates.io-index"5598checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"5599dependencies = [5600 "rand_core 0.5.1",5601]56025603[[package]]5604name = "rand_hc"5605version = "0.3.0"5606source = "registry+https://github.com/rust-lang/crates.io-index"5607checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"5608dependencies = [5609 "rand_core 0.6.1",5610]56115612[[package]]5613name = "rand_pcg"5614version = "0.2.1"5615source = "registry+https://github.com/rust-lang/crates.io-index"5616checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"5617dependencies = [5618 "rand_core 0.5.1",5619]56205621[[package]]5622name = "raw-cpuid"5623version = "8.1.2"5624source = "registry+https://github.com/rust-lang/crates.io-index"5625checksum = "1fdf7d9dbd43f3d81d94a49c1c3df73cc2b3827995147e6cf7f89d4ec5483e73"5626dependencies = [5627 "bitflags",5628 "cc",5629 "rustc_version",5630]56315632[[package]]5633name = "rawpointer"5634version = "0.2.1"5635source = "registry+https://github.com/rust-lang/crates.io-index"5636checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"56375638[[package]]5639name = "rayon"5640version = "1.5.0"5641source = "registry+https://github.com/rust-lang/crates.io-index"5642checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"5643dependencies = [5644 "autocfg",5645 "crossbeam-deque 0.8.0",5646 "either",5647 "rayon-core",5648]56495650[[package]]5651name = "rayon-core"5652version = "1.9.0"5653source = "registry+https://github.com/rust-lang/crates.io-index"5654checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"5655dependencies = [5656 "crossbeam-channel",5657 "crossbeam-deque 0.8.0",5658 "crossbeam-utils 0.8.1",5659 "lazy_static",5660 "num_cpus",5661]56625663[[package]]5664name = "rdrand"5665version = "0.4.0"5666source = "registry+https://github.com/rust-lang/crates.io-index"5667checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"5668dependencies = [5669 "rand_core 0.3.1",5670]56715672[[package]]5673name = "redox_syscall"5674version = "0.1.57"5675source = "registry+https://github.com/rust-lang/crates.io-index"5676checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"56775678[[package]]5679name = "redox_syscall"5680version = "0.2.4"5681source = "registry+https://github.com/rust-lang/crates.io-index"5682checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"5683dependencies = [5684 "bitflags",5685]56865687[[package]]5688name = "redox_users"5689version = "0.3.5"5690source = "registry+https://github.com/rust-lang/crates.io-index"5691checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"5692dependencies = [5693 "getrandom 0.1.16",5694 "redox_syscall 0.1.57",5695 "rust-argon2",5696]56975698[[package]]5699name = "redox_users"5700version = "0.4.0"5701source = "registry+https://github.com/rust-lang/crates.io-index"5702checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"5703dependencies = [5704 "getrandom 0.2.2",5705 "redox_syscall 0.2.4",5706]57075708[[package]]5709name = "ref-cast"5710version = "1.0.6"5711source = "registry+https://github.com/rust-lang/crates.io-index"5712checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"5713dependencies = [5714 "ref-cast-impl",5715]57165717[[package]]5718name = "ref-cast-impl"5719version = "1.0.6"5720source = "registry+https://github.com/rust-lang/crates.io-index"5721checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"5722dependencies = [5723 "proc-macro2",5724 "quote",5725 "syn",5726]57275728[[package]]5729name = "regalloc"5730version = "0.0.31"5731source = "registry+https://github.com/rust-lang/crates.io-index"5732checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"5733dependencies = [5734 "log",5735 "rustc-hash",5736 "smallvec 1.6.1",5737]57385739[[package]]5740name = "regex"5741version = "1.4.3"5742source = "registry+https://github.com/rust-lang/crates.io-index"5743checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"5744dependencies = [5745 "aho-corasick",5746 "memchr",5747 "regex-syntax",5748 "thread_local",5749]57505751[[package]]5752name = "regex-automata"5753version = "0.1.9"5754source = "registry+https://github.com/rust-lang/crates.io-index"5755checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"5756dependencies = [5757 "byteorder",5758 "regex-syntax",5759]57605761[[package]]5762name = "regex-syntax"5763version = "0.6.22"5764source = "registry+https://github.com/rust-lang/crates.io-index"5765checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"57665767[[package]]5768name = "region"5769version = "2.2.0"5770source = "registry+https://github.com/rust-lang/crates.io-index"5771checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"5772dependencies = [5773 "bitflags",5774 "libc",5775 "mach",5776 "winapi 0.3.9",5777]57785779[[package]]5780name = "remove_dir_all"5781version = "0.5.3"5782source = "registry+https://github.com/rust-lang/crates.io-index"5783checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"5784dependencies = [5785 "winapi 0.3.9",5786]57875788[[package]]5789name = "retain_mut"5790version = "0.1.2"5791source = "registry+https://github.com/rust-lang/crates.io-index"5792checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1"57935794[[package]]5795name = "ring"5796version = "0.16.20"5797source = "registry+https://github.com/rust-lang/crates.io-index"5798checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"5799dependencies = [5800 "cc",5801 "libc",5802 "once_cell",5803 "spin",5804 "untrusted",5805 "web-sys",5806 "winapi 0.3.9",5807]58085809[[package]]5810name = "rlp"5811version = "0.4.6"5812source = "registry+https://github.com/rust-lang/crates.io-index"5813checksum = "1190dcc8c3a512f1eef5d09bb8c84c7f39e1054e174d1795482e18f5272f2e73"5814dependencies = [5815 "rustc-hex",5816]58175818[[package]]5819name = "rlp"5820version = "0.5.0"5821source = "registry+https://github.com/rust-lang/crates.io-index"5822checksum = "e54369147e3e7796c9b885c7304db87ca3d09a0a98f72843d532868675bbfba8"5823dependencies = [5824 "bytes 1.0.1",5825 "rustc-hex",5826]58275828[[package]]5829name = "rlp-derive"5830version = "0.1.0"5831source = "registry+https://github.com/rust-lang/crates.io-index"5832checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"5833dependencies = [5834 "proc-macro2",5835 "quote",5836 "syn",5837]58385839[[package]]5840name = "rocksdb"5841version = "0.15.0"5842source = "registry+https://github.com/rust-lang/crates.io-index"5843checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"5844dependencies = [5845 "libc",5846 "librocksdb-sys",5847]58485849[[package]]5850name = "rpassword"5851version = "5.0.1"5852source = "registry+https://github.com/rust-lang/crates.io-index"5853checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"5854dependencies = [5855 "libc",5856 "winapi 0.3.9",5857]58585859[[package]]5860name = "rust-argon2"5861version = "0.8.3"5862source = "registry+https://github.com/rust-lang/crates.io-index"5863checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"5864dependencies = [5865 "base64 0.13.0",5866 "blake2b_simd",5867 "constant_time_eq",5868 "crossbeam-utils 0.8.1",5869]58705871[[package]]5872name = "rustc-demangle"5873version = "0.1.18"5874source = "registry+https://github.com/rust-lang/crates.io-index"5875checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"58765877[[package]]5878name = "rustc-hash"5879version = "1.1.0"5880source = "registry+https://github.com/rust-lang/crates.io-index"5881checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"58825883[[package]]5884name = "rustc-hex"5885version = "2.1.0"5886source = "registry+https://github.com/rust-lang/crates.io-index"5887checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"58885889[[package]]5890name = "rustc_version"5891version = "0.2.3"5892source = "registry+https://github.com/rust-lang/crates.io-index"5893checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"5894dependencies = [5895 "semver 0.9.0",5896]58975898[[package]]5899name = "rustls"5900version = "0.18.1"5901source = "registry+https://github.com/rust-lang/crates.io-index"5902checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"5903dependencies = [5904 "base64 0.12.3",5905 "log",5906 "ring",5907 "sct",5908 "webpki",5909]59105911[[package]]5912name = "rustls"5913version = "0.19.0"5914source = "registry+https://github.com/rust-lang/crates.io-index"5915checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"5916dependencies = [5917 "base64 0.13.0",5918 "log",5919 "ring",5920 "sct",5921 "webpki",5922]59235924[[package]]5925name = "rustls-native-certs"5926version = "0.4.0"5927source = "registry+https://github.com/rust-lang/crates.io-index"5928checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"5929dependencies = [5930 "openssl-probe",5931 "rustls 0.18.1",5932 "schannel",5933 "security-framework",5934]59355936[[package]]5937name = "rustversion"5938version = "1.0.4"5939source = "registry+https://github.com/rust-lang/crates.io-index"5940checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"59415942[[package]]5943name = "rw-stream-sink"5944version = "0.2.1"5945source = "registry+https://github.com/rust-lang/crates.io-index"5946checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"5947dependencies = [5948 "futures 0.3.12",5949 "pin-project 0.4.27",5950 "static_assertions",5951]59525953[[package]]5954name = "ryu"5955version = "1.0.5"5956source = "registry+https://github.com/rust-lang/crates.io-index"5957checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"59585959[[package]]5960name = "safe-mix"5961version = "1.0.1"5962source = "registry+https://github.com/rust-lang/crates.io-index"5963checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"5964dependencies = [5965 "rustc_version",5966]59675968[[package]]5969name = "salsa20"5970version = "0.7.2"5971source = "registry+https://github.com/rust-lang/crates.io-index"5972checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"5973dependencies = [5974 "cipher",5975]59765977[[package]]5978name = "same-file"5979version = "1.0.6"5980source = "registry+https://github.com/rust-lang/crates.io-index"5981checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"5982dependencies = [5983 "winapi-util",5984]59855986[[package]]5987name = "sc-basic-authorship"5988version = "0.9.0"5989source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"5990dependencies = [5991 "futures 0.3.12",5992 "futures-timer 3.0.2",5993 "log",5994 "parity-scale-codec 2.0.1",5995 "sc-block-builder",5996 "sc-client-api",5997 "sc-proposer-metrics",5998 "sc-telemetry",5999 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6000 "sp-blockchain",6001 "sp-consensus",6002 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6003 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6004 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6005 "sp-transaction-pool",6006 "substrate-prometheus-endpoint",6007]60086009[[package]]6010name = "sc-block-builder"6011version = "0.9.0"6012source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6013dependencies = [6014 "parity-scale-codec 2.0.1",6015 "sc-client-api",6016 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6017 "sp-block-builder",6018 "sp-blockchain",6019 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6020 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6021 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6022 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6023]60246025[[package]]6026name = "sc-chain-spec"6027version = "3.0.0"6028source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6029dependencies = [6030 "impl-trait-for-tuples 0.2.1",6031 "parity-scale-codec 2.0.1",6032 "sc-chain-spec-derive",6033 "sc-consensus-babe",6034 "sc-consensus-epochs",6035 "sc-finality-grandpa",6036 "sc-network",6037 "sc-telemetry",6038 "serde",6039 "serde_json",6040 "sp-chain-spec",6041 "sp-consensus-babe",6042 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6043 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6044]60456046[[package]]6047name = "sc-chain-spec-derive"6048version = "3.0.0"6049source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6050dependencies = [6051 "proc-macro-crate 1.0.0",6052 "proc-macro2",6053 "quote",6054 "syn",6055]60566057[[package]]6058name = "sc-cli"6059version = "0.9.0"6060source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6061dependencies = [6062 "chrono",6063 "fdlimit",6064 "futures 0.3.12",6065 "hex",6066 "libp2p",6067 "log",6068 "names",6069 "parity-scale-codec 2.0.1",6070 "rand 0.7.3",6071 "regex",6072 "rpassword",6073 "sc-client-api",6074 "sc-keystore",6075 "sc-network",6076 "sc-service",6077 "sc-telemetry",6078 "sc-tracing",6079 "serde",6080 "serde_json",6081 "sp-blockchain",6082 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6083 "sp-keyring",6084 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6085 "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6086 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6087 "sp-utils",6088 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6089 "structopt",6090 "thiserror",6091 "tiny-bip39",6092 "tokio 0.2.25",6093]60946095[[package]]6096name = "sc-client-api"6097version = "3.0.0"6098source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6099dependencies = [6100 "derive_more",6101 "fnv",6102 "futures 0.3.12",6103 "hash-db",6104 "kvdb",6105 "lazy_static",6106 "log",6107 "parity-scale-codec 2.0.1",6108 "parking_lot 0.11.1",6109 "sc-executor",6110 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6111 "sp-blockchain",6112 "sp-consensus",6113 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6114 "sp-database",6115 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6116 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6117 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6118 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6119 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6120 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6121 "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6122 "sp-transaction-pool",6123 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6124 "sp-utils",6125 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6126 "substrate-prometheus-endpoint",6127]61286129[[package]]6130name = "sc-client-db"6131version = "0.9.0"6132source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6133dependencies = [6134 "blake2-rfc",6135 "hash-db",6136 "kvdb",6137 "kvdb-memorydb",6138 "kvdb-rocksdb",6139 "linked-hash-map",6140 "log",6141 "parity-db",6142 "parity-scale-codec 2.0.1",6143 "parity-util-mem",6144 "parking_lot 0.11.1",6145 "sc-client-api",6146 "sc-executor",6147 "sc-state-db",6148 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6149 "sp-blockchain",6150 "sp-consensus",6151 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6152 "sp-database",6153 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6154 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6155 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6156 "substrate-prometheus-endpoint",6157]61586159[[package]]6160name = "sc-consensus"6161version = "0.9.0"6162source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6163dependencies = [6164 "sc-client-api",6165 "sp-blockchain",6166 "sp-consensus",6167 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6168]61696170[[package]]6171name = "sc-consensus-aura"6172version = "0.9.0"6173source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6174dependencies = [6175 "derive_more",6176 "futures 0.3.12",6177 "futures-timer 3.0.2",6178 "log",6179 "parity-scale-codec 2.0.1",6180 "parking_lot 0.11.1",6181 "sc-block-builder",6182 "sc-client-api",6183 "sc-consensus-slots",6184 "sc-telemetry",6185 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6186 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6187 "sp-block-builder",6188 "sp-blockchain",6189 "sp-consensus",6190 "sp-consensus-aura",6191 "sp-consensus-slots",6192 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6193 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6194 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6195 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6196 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6197 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6198 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6199 "substrate-prometheus-endpoint",6200]62016202[[package]]6203name = "sc-consensus-babe"6204version = "0.9.0"6205source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6206dependencies = [6207 "derive_more",6208 "fork-tree",6209 "futures 0.3.12",6210 "futures-timer 3.0.2",6211 "log",6212 "merlin",6213 "num-bigint",6214 "num-rational",6215 "num-traits",6216 "parity-scale-codec 2.0.1",6217 "parking_lot 0.11.1",6218 "pdqselect",6219 "rand 0.7.3",6220 "retain_mut",6221 "sc-client-api",6222 "sc-consensus-epochs",6223 "sc-consensus-slots",6224 "sc-consensus-uncles",6225 "sc-keystore",6226 "sc-telemetry",6227 "schnorrkel",6228 "serde",6229 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6230 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6231 "sp-block-builder",6232 "sp-blockchain",6233 "sp-consensus",6234 "sp-consensus-babe",6235 "sp-consensus-slots",6236 "sp-consensus-vrf",6237 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6238 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6239 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6240 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6241 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6242 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6243 "sp-utils",6244 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6245 "substrate-prometheus-endpoint",6246]62476248[[package]]6249name = "sc-consensus-epochs"6250version = "0.9.0"6251source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6252dependencies = [6253 "fork-tree",6254 "parity-scale-codec 2.0.1",6255 "parking_lot 0.11.1",6256 "sc-client-api",6257 "sp-blockchain",6258 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6259]62606261[[package]]6262name = "sc-consensus-slots"6263version = "0.9.0"6264source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6265dependencies = [6266 "futures 0.3.12",6267 "futures-timer 3.0.2",6268 "log",6269 "parity-scale-codec 2.0.1",6270 "parking_lot 0.11.1",6271 "sc-client-api",6272 "sc-telemetry",6273 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6274 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6275 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6276 "sp-blockchain",6277 "sp-consensus",6278 "sp-consensus-slots",6279 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6280 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6281 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6282 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6283 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6284 "thiserror",6285]62866287[[package]]6288name = "sc-consensus-uncles"6289version = "0.9.0"6290source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6291dependencies = [6292 "log",6293 "sc-client-api",6294 "sp-authorship",6295 "sp-consensus",6296 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6297 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6298 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6299]63006301[[package]]6302name = "sc-executor"6303version = "0.9.0"6304source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6305dependencies = [6306 "derive_more",6307 "lazy_static",6308 "libsecp256k1",6309 "log",6310 "parity-scale-codec 2.0.1",6311 "parity-wasm 0.41.0",6312 "parking_lot 0.11.1",6313 "sc-executor-common",6314 "sc-executor-wasmi",6315 "sc-executor-wasmtime",6316 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6317 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6318 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6319 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6320 "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6321 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6322 "sp-serializer",6323 "sp-tasks",6324 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6325 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6326 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6327 "wasmi",6328]63296330[[package]]6331name = "sc-executor-common"6332version = "0.9.0"6333source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6334dependencies = [6335 "derive_more",6336 "parity-scale-codec 2.0.1",6337 "parity-wasm 0.41.0",6338 "sp-allocator",6339 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6340 "sp-serializer",6341 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6342 "thiserror",6343 "wasmi",6344]63456346[[package]]6347name = "sc-executor-wasmi"6348version = "0.9.0"6349source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6350dependencies = [6351 "log",6352 "parity-scale-codec 2.0.1",6353 "sc-executor-common",6354 "sp-allocator",6355 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6356 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6357 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6358 "wasmi",6359]63606361[[package]]6362name = "sc-executor-wasmtime"6363version = "0.9.0"6364source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6365dependencies = [6366 "log",6367 "parity-scale-codec 2.0.1",6368 "parity-wasm 0.41.0",6369 "pwasm-utils 0.14.0",6370 "sc-executor-common",6371 "scoped-tls",6372 "sp-allocator",6373 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6374 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6375 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6376 "wasmtime",6377]63786379[[package]]6380name = "sc-finality-grandpa"6381version = "0.9.0"6382source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6383dependencies = [6384 "derive_more",6385 "dyn-clone",6386 "finality-grandpa",6387 "fork-tree",6388 "futures 0.3.12",6389 "futures-timer 3.0.2",6390 "linked-hash-map",6391 "log",6392 "parity-scale-codec 2.0.1",6393 "parking_lot 0.11.1",6394 "pin-project 1.0.5",6395 "rand 0.7.3",6396 "sc-block-builder",6397 "sc-client-api",6398 "sc-consensus",6399 "sc-keystore",6400 "sc-network",6401 "sc-network-gossip",6402 "sc-telemetry",6403 "serde_json",6404 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6405 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6406 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6407 "sp-blockchain",6408 "sp-consensus",6409 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6410 "sp-finality-grandpa",6411 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6412 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6413 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6414 "sp-utils",6415 "substrate-prometheus-endpoint",6416]64176418[[package]]6419name = "sc-informant"6420version = "0.9.0"6421source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6422dependencies = [6423 "ansi_term 0.12.1",6424 "futures 0.3.12",6425 "log",6426 "parity-util-mem",6427 "sc-client-api",6428 "sc-network",6429 "sp-blockchain",6430 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6431 "sp-transaction-pool",6432 "sp-utils",6433 "wasm-timer",6434]64356436[[package]]6437name = "sc-keystore"6438version = "3.0.0"6439source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6440dependencies = [6441 "async-trait",6442 "derive_more",6443 "futures 0.3.12",6444 "futures-util",6445 "hex",6446 "merlin",6447 "parking_lot 0.11.1",6448 "rand 0.7.3",6449 "serde_json",6450 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6451 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6452 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6453 "subtle 2.4.0",6454]64556456[[package]]6457name = "sc-light"6458version = "3.0.0"6459source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6460dependencies = [6461 "hash-db",6462 "lazy_static",6463 "parity-scale-codec 2.0.1",6464 "parking_lot 0.11.1",6465 "sc-client-api",6466 "sc-executor",6467 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6468 "sp-blockchain",6469 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6470 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6471 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6472 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6473]64746475[[package]]6476name = "sc-network"6477version = "0.9.0"6478source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6479dependencies = [6480 "async-std",6481 "async-trait",6482 "asynchronous-codec 0.5.0",6483 "bitflags",6484 "bs58",6485 "bytes 1.0.1",6486 "cid",6487 "derive_more",6488 "either",6489 "erased-serde",6490 "fnv",6491 "fork-tree",6492 "futures 0.3.12",6493 "futures-timer 3.0.2",6494 "hex",6495 "ip_network",6496 "libp2p",6497 "linked-hash-map",6498 "linked_hash_set",6499 "log",6500 "lru",6501 "nohash-hasher",6502 "parity-scale-codec 2.0.1",6503 "parking_lot 0.11.1",6504 "pin-project 1.0.5",6505 "prost",6506 "prost-build",6507 "rand 0.7.3",6508 "sc-block-builder",6509 "sc-client-api",6510 "sc-peerset",6511 "serde",6512 "serde_json",6513 "smallvec 1.6.1",6514 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6515 "sp-blockchain",6516 "sp-consensus",6517 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6518 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6519 "sp-utils",6520 "substrate-prometheus-endpoint",6521 "thiserror",6522 "unsigned-varint 0.6.0",6523 "void",6524 "wasm-timer",6525 "zeroize",6526]65276528[[package]]6529name = "sc-network-gossip"6530version = "0.9.0"6531source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6532dependencies = [6533 "futures 0.3.12",6534 "futures-timer 3.0.2",6535 "libp2p",6536 "log",6537 "lru",6538 "sc-network",6539 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6540 "substrate-prometheus-endpoint",6541 "wasm-timer",6542]65436544[[package]]6545name = "sc-offchain"6546version = "3.0.0"6547source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6548dependencies = [6549 "bytes 0.5.6",6550 "fnv",6551 "futures 0.3.12",6552 "futures-timer 3.0.2",6553 "hex",6554 "hyper 0.13.9",6555 "hyper-rustls",6556 "log",6557 "num_cpus",6558 "parity-scale-codec 2.0.1",6559 "parking_lot 0.11.1",6560 "rand 0.7.3",6561 "sc-client-api",6562 "sc-keystore",6563 "sc-network",6564 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6565 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6566 "sp-offchain",6567 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6568 "sp-utils",6569 "threadpool",6570]65716572[[package]]6573name = "sc-peerset"6574version = "3.0.0"6575source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6576dependencies = [6577 "futures 0.3.12",6578 "libp2p",6579 "log",6580 "serde_json",6581 "sp-utils",6582 "wasm-timer",6583]65846585[[package]]6586name = "sc-proposer-metrics"6587version = "0.9.0"6588source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6589dependencies = [6590 "log",6591 "substrate-prometheus-endpoint",6592]65936594[[package]]6595name = "sc-rpc"6596version = "3.0.0"6597source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6598dependencies = [6599 "futures 0.3.12",6600 "hash-db",6601 "jsonrpc-core 15.1.0",6602 "jsonrpc-pubsub 15.1.0",6603 "log",6604 "parity-scale-codec 2.0.1",6605 "parking_lot 0.11.1",6606 "sc-block-builder",6607 "sc-client-api",6608 "sc-executor",6609 "sc-keystore",6610 "sc-rpc-api",6611 "sc-tracing",6612 "serde_json",6613 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6614 "sp-blockchain",6615 "sp-chain-spec",6616 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6617 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6618 "sp-offchain",6619 "sp-rpc",6620 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6621 "sp-session",6622 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6623 "sp-transaction-pool",6624 "sp-utils",6625 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6626]66276628[[package]]6629name = "sc-rpc-api"6630version = "0.9.0"6631source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6632dependencies = [6633 "derive_more",6634 "futures 0.3.12",6635 "jsonrpc-core 15.1.0",6636 "jsonrpc-core-client 15.1.0",6637 "jsonrpc-derive 15.1.0",6638 "jsonrpc-pubsub 15.1.0",6639 "log",6640 "parity-scale-codec 2.0.1",6641 "parking_lot 0.11.1",6642 "serde",6643 "serde_json",6644 "sp-chain-spec",6645 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6646 "sp-rpc",6647 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6648 "sp-transaction-pool",6649 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6650]66516652[[package]]6653name = "sc-rpc-server"6654version = "3.0.0"6655source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6656dependencies = [6657 "futures 0.1.30",6658 "jsonrpc-core 15.1.0",6659 "jsonrpc-http-server",6660 "jsonrpc-ipc-server",6661 "jsonrpc-pubsub 15.1.0",6662 "jsonrpc-ws-server",6663 "log",6664 "serde",6665 "serde_json",6666 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6667 "substrate-prometheus-endpoint",6668]66696670[[package]]6671name = "sc-service"6672version = "0.9.0"6673source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6674dependencies = [6675 "directories",6676 "exit-future",6677 "futures 0.1.30",6678 "futures 0.3.12",6679 "futures-timer 3.0.2",6680 "hash-db",6681 "jsonrpc-core 15.1.0",6682 "jsonrpc-pubsub 15.1.0",6683 "lazy_static",6684 "log",6685 "parity-scale-codec 2.0.1",6686 "parity-util-mem",6687 "parking_lot 0.11.1",6688 "pin-project 1.0.5",6689 "rand 0.7.3",6690 "sc-block-builder",6691 "sc-chain-spec",6692 "sc-client-api",6693 "sc-client-db",6694 "sc-executor",6695 "sc-informant",6696 "sc-keystore",6697 "sc-light",6698 "sc-network",6699 "sc-offchain",6700 "sc-rpc",6701 "sc-rpc-server",6702 "sc-telemetry",6703 "sc-tracing",6704 "sc-transaction-pool",6705 "serde",6706 "serde_json",6707 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6708 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6709 "sp-block-builder",6710 "sp-blockchain",6711 "sp-consensus",6712 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6713 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6714 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6715 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6716 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6717 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6718 "sp-session",6719 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6720 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6721 "sp-transaction-pool",6722 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6723 "sp-utils",6724 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6725 "substrate-prometheus-endpoint",6726 "tempfile",6727 "thiserror",6728 "tracing",6729 "tracing-futures",6730 "wasm-timer",6731]67326733[[package]]6734name = "sc-state-db"6735version = "0.9.0"6736source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6737dependencies = [6738 "log",6739 "parity-scale-codec 2.0.1",6740 "parity-util-mem",6741 "parity-util-mem-derive",6742 "parking_lot 0.11.1",6743 "sc-client-api",6744 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6745 "thiserror",6746]67476748[[package]]6749name = "sc-telemetry"6750version = "3.0.0"6751source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6752dependencies = [6753 "chrono",6754 "futures 0.3.12",6755 "libp2p",6756 "log",6757 "parking_lot 0.11.1",6758 "pin-project 1.0.5",6759 "rand 0.7.3",6760 "serde",6761 "serde_json",6762 "take_mut",6763 "thiserror",6764 "void",6765 "wasm-timer",6766]67676768[[package]]6769name = "sc-tracing"6770version = "3.0.0"6771source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6772dependencies = [6773 "ansi_term 0.12.1",6774 "atty",6775 "erased-serde",6776 "lazy_static",6777 "log",6778 "once_cell",6779 "parking_lot 0.11.1",6780 "regex",6781 "rustc-hash",6782 "sc-tracing-proc-macro",6783 "serde",6784 "serde_json",6785 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6786 "thiserror",6787 "tracing",6788 "tracing-core",6789 "tracing-log",6790 "tracing-subscriber",6791 "wasm-bindgen",6792 "web-sys",6793]67946795[[package]]6796name = "sc-tracing-proc-macro"6797version = "3.0.0"6798source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6799dependencies = [6800 "proc-macro-crate 1.0.0",6801 "proc-macro2",6802 "quote",6803 "syn",6804]68056806[[package]]6807name = "sc-transaction-graph"6808version = "3.0.0"6809source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6810dependencies = [6811 "derive_more",6812 "futures 0.3.12",6813 "linked-hash-map",6814 "log",6815 "parity-util-mem",6816 "parking_lot 0.11.1",6817 "retain_mut",6818 "serde",6819 "sp-blockchain",6820 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6821 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6822 "sp-transaction-pool",6823 "sp-utils",6824 "thiserror",6825 "wasm-timer",6826]68276828[[package]]6829name = "sc-transaction-pool"6830version = "3.0.0"6831source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6832dependencies = [6833 "futures 0.3.12",6834 "futures-diagnose",6835 "intervalier",6836 "log",6837 "parity-scale-codec 2.0.1",6838 "parity-util-mem",6839 "parking_lot 0.11.1",6840 "sc-client-api",6841 "sc-transaction-graph",6842 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6843 "sp-blockchain",6844 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6845 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6846 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",6847 "sp-transaction-pool",6848 "sp-utils",6849 "substrate-prometheus-endpoint",6850 "thiserror",6851 "wasm-timer",6852]68536854[[package]]6855name = "schannel"6856version = "0.1.19"6857source = "registry+https://github.com/rust-lang/crates.io-index"6858checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"6859dependencies = [6860 "lazy_static",6861 "winapi 0.3.9",6862]68636864[[package]]6865name = "schnorrkel"6866version = "0.9.1"6867source = "registry+https://github.com/rust-lang/crates.io-index"6868checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"6869dependencies = [6870 "arrayref",6871 "arrayvec 0.5.2",6872 "curve25519-dalek 2.1.2",6873 "getrandom 0.1.16",6874 "merlin",6875 "rand 0.7.3",6876 "rand_core 0.5.1",6877 "serde",6878 "sha2 0.8.2",6879 "subtle 2.4.0",6880 "zeroize",6881]68826883[[package]]6884name = "scoped-tls"6885version = "1.0.0"6886source = "registry+https://github.com/rust-lang/crates.io-index"6887checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"68886889[[package]]6890name = "scopeguard"6891version = "1.1.0"6892source = "registry+https://github.com/rust-lang/crates.io-index"6893checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"68946895[[package]]6896name = "scroll"6897version = "0.10.2"6898source = "registry+https://github.com/rust-lang/crates.io-index"6899checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"6900dependencies = [6901 "scroll_derive",6902]69036904[[package]]6905name = "scroll_derive"6906version = "0.10.5"6907source = "registry+https://github.com/rust-lang/crates.io-index"6908checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"6909dependencies = [6910 "proc-macro2",6911 "quote",6912 "syn",6913]69146915[[package]]6916name = "sct"6917version = "0.6.0"6918source = "registry+https://github.com/rust-lang/crates.io-index"6919checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"6920dependencies = [6921 "ring",6922 "untrusted",6923]69246925[[package]]6926name = "secp256k1"6927version = "0.19.0"6928source = "registry+https://github.com/rust-lang/crates.io-index"6929checksum = "c6179428c22c73ac0fbb7b5579a56353ce78ba29759b3b8575183336ea74cdfb"6930dependencies = [6931 "secp256k1-sys",6932]69336934[[package]]6935name = "secp256k1-sys"6936version = "0.3.0"6937source = "registry+https://github.com/rust-lang/crates.io-index"6938checksum = "11553d210db090930f4432bea123b31f70bbf693ace14504ea2a35e796c28dd2"6939dependencies = [6940 "cc",6941]69426943[[package]]6944name = "secrecy"6945version = "0.7.0"6946source = "registry+https://github.com/rust-lang/crates.io-index"6947checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"6948dependencies = [6949 "zeroize",6950]69516952[[package]]6953name = "security-framework"6954version = "1.0.0"6955source = "registry+https://github.com/rust-lang/crates.io-index"6956checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"6957dependencies = [6958 "bitflags",6959 "core-foundation",6960 "core-foundation-sys",6961 "libc",6962 "security-framework-sys",6963]69646965[[package]]6966name = "security-framework-sys"6967version = "1.0.0"6968source = "registry+https://github.com/rust-lang/crates.io-index"6969checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"6970dependencies = [6971 "core-foundation-sys",6972 "libc",6973]69746975[[package]]6976name = "semver"6977version = "0.6.0"6978source = "registry+https://github.com/rust-lang/crates.io-index"6979checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"6980dependencies = [6981 "semver-parser 0.7.0",6982]69836984[[package]]6985name = "semver"6986version = "0.9.0"6987source = "registry+https://github.com/rust-lang/crates.io-index"6988checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"6989dependencies = [6990 "semver-parser 0.7.0",6991]69926993[[package]]6994name = "semver"6995version = "0.11.0"6996source = "registry+https://github.com/rust-lang/crates.io-index"6997checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"6998dependencies = [6999 "semver-parser 0.10.2",7000 "serde",7001]70027003[[package]]7004name = "semver-parser"7005version = "0.7.0"7006source = "registry+https://github.com/rust-lang/crates.io-index"7007checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"70087009[[package]]7010name = "semver-parser"7011version = "0.10.2"7012source = "registry+https://github.com/rust-lang/crates.io-index"7013checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"7014dependencies = [7015 "pest",7016]70177018[[package]]7019name = "serde"7020version = "1.0.123"7021source = "registry+https://github.com/rust-lang/crates.io-index"7022checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"7023dependencies = [7024 "serde_derive",7025]70267027[[package]]7028name = "serde_derive"7029version = "1.0.123"7030source = "registry+https://github.com/rust-lang/crates.io-index"7031checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"7032dependencies = [7033 "proc-macro2",7034 "quote",7035 "syn",7036]70377038[[package]]7039name = "serde_json"7040version = "1.0.61"7041source = "registry+https://github.com/rust-lang/crates.io-index"7042checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"7043dependencies = [7044 "itoa",7045 "ryu",7046 "serde",7047]70487049[[package]]7050name = "sha-1"7051version = "0.8.2"7052source = "registry+https://github.com/rust-lang/crates.io-index"7053checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"7054dependencies = [7055 "block-buffer 0.7.3",7056 "digest 0.8.1",7057 "fake-simd",7058 "opaque-debug 0.2.3",7059]70607061[[package]]7062name = "sha-1"7063version = "0.9.3"7064source = "registry+https://github.com/rust-lang/crates.io-index"7065checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d"7066dependencies = [7067 "block-buffer 0.9.0",7068 "cfg-if 1.0.0",7069 "cpuid-bool 0.1.2",7070 "digest 0.9.0",7071 "opaque-debug 0.3.0",7072]70737074[[package]]7075name = "sha2"7076version = "0.8.2"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"7079dependencies = [7080 "block-buffer 0.7.3",7081 "digest 0.8.1",7082 "fake-simd",7083 "opaque-debug 0.2.3",7084]70857086[[package]]7087name = "sha2"7088version = "0.9.3"7089source = "registry+https://github.com/rust-lang/crates.io-index"7090checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"7091dependencies = [7092 "block-buffer 0.9.0",7093 "cfg-if 1.0.0",7094 "cpuid-bool 0.1.2",7095 "digest 0.9.0",7096 "opaque-debug 0.3.0",7097]70987099[[package]]7100name = "sha3"7101version = "0.8.2"7102source = "registry+https://github.com/rust-lang/crates.io-index"7103checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"7104dependencies = [7105 "block-buffer 0.7.3",7106 "byte-tools",7107 "digest 0.8.1",7108 "keccak",7109 "opaque-debug 0.2.3",7110]71117112[[package]]7113name = "sha3"7114version = "0.9.1"7115source = "registry+https://github.com/rust-lang/crates.io-index"7116checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"7117dependencies = [7118 "block-buffer 0.9.0",7119 "digest 0.9.0",7120 "keccak",7121 "opaque-debug 0.3.0",7122]71237124[[package]]7125name = "sharded-slab"7126version = "0.1.1"7127source = "registry+https://github.com/rust-lang/crates.io-index"7128checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"7129dependencies = [7130 "lazy_static",7131]71327133[[package]]7134name = "shlex"7135version = "0.1.1"7136source = "registry+https://github.com/rust-lang/crates.io-index"7137checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"71387139[[package]]7140name = "signal-hook"7141version = "0.1.17"7142source = "registry+https://github.com/rust-lang/crates.io-index"7143checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"7144dependencies = [7145 "libc",7146 "signal-hook-registry",7147]71487149[[package]]7150name = "signal-hook-registry"7151version = "1.3.0"7152source = "registry+https://github.com/rust-lang/crates.io-index"7153checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"7154dependencies = [7155 "libc",7156]71577158[[package]]7159name = "signature"7160version = "1.3.0"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68"71637164[[package]]7165name = "simba"7166version = "0.1.5"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "fb931b1367faadea6b1ab1c306a860ec17aaa5fa39f367d0c744e69d971a1fb2"7169dependencies = [7170 "approx",7171 "num-complex",7172 "num-traits",7173 "paste 0.1.18",7174]71757176[[package]]7177name = "slab"7178version = "0.4.2"7179source = "registry+https://github.com/rust-lang/crates.io-index"7180checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"71817182[[package]]7183name = "smallvec"7184version = "0.6.14"7185source = "registry+https://github.com/rust-lang/crates.io-index"7186checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"7187dependencies = [7188 "maybe-uninit",7189]71907191[[package]]7192name = "smallvec"7193version = "1.6.1"7194source = "registry+https://github.com/rust-lang/crates.io-index"7195checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"71967197[[package]]7198name = "snow"7199version = "0.7.2"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50"7202dependencies = [7203 "aes-gcm",7204 "blake2",7205 "chacha20poly1305",7206 "rand 0.7.3",7207 "rand_core 0.5.1",7208 "ring",7209 "rustc_version",7210 "sha2 0.9.3",7211 "subtle 2.4.0",7212 "x25519-dalek",7213]72147215[[package]]7216name = "socket2"7217version = "0.3.19"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"7220dependencies = [7221 "cfg-if 1.0.0",7222 "libc",7223 "winapi 0.3.9",7224]72257226[[package]]7227name = "soketto"7228version = "0.4.2"7229source = "registry+https://github.com/rust-lang/crates.io-index"7230checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"7231dependencies = [7232 "base64 0.12.3",7233 "bytes 0.5.6",7234 "flate2",7235 "futures 0.3.12",7236 "httparse",7237 "log",7238 "rand 0.7.3",7239 "sha-1 0.9.3",7240]72417242[[package]]7243name = "sp-allocator"7244version = "3.0.0"7245source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7246dependencies = [7247 "log",7248 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7249 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7250 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7251 "thiserror",7252]72537254[[package]]7255name = "sp-api"7256version = "3.0.0"7257source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7258dependencies = [7259 "hash-db",7260 "log",7261 "parity-scale-codec 2.0.1",7262 "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7263 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7264 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7265 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7266 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7267 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7268 "thiserror",7269]72707271[[package]]7272name = "sp-api"7273version = "3.0.0"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "e63c3460d5daecf67df542c34c2bbd636214a5a200d4bddcfa2ffb9e72c346af"7276dependencies = [7277 "hash-db",7278 "parity-scale-codec 2.0.1",7279 "sp-api-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7280 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7281 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7282 "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7283 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7284 "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7285 "thiserror",7286]72877288[[package]]7289name = "sp-api-proc-macro"7290version = "3.0.0"7291source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7292dependencies = [7293 "blake2-rfc",7294 "proc-macro-crate 1.0.0",7295 "proc-macro2",7296 "quote",7297 "syn",7298]72997300[[package]]7301name = "sp-api-proc-macro"7302version = "3.0.0"7303source = "registry+https://github.com/rust-lang/crates.io-index"7304checksum = "289624f4fe0f61e63a5019ed26c3bc732b5145eb52796ac6053cd72656d947a1"7305dependencies = [7306 "blake2-rfc",7307 "proc-macro-crate 0.1.5",7308 "proc-macro2",7309 "quote",7310 "syn",7311]73127313[[package]]7314name = "sp-application-crypto"7315version = "3.0.0"7316source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7317dependencies = [7318 "parity-scale-codec 2.0.1",7319 "serde",7320 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7321 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7322 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7323]73247325[[package]]7326name = "sp-application-crypto"7327version = "3.0.0"7328source = "registry+https://github.com/rust-lang/crates.io-index"7329checksum = "c52e2e6d43036b97c4fce1ed87c5262c1ffdc78c655ada4d3024a3f8094bdd2c"7330dependencies = [7331 "parity-scale-codec 2.0.1",7332 "serde",7333 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7334 "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7335 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7336]73377338[[package]]7339name = "sp-arithmetic"7340version = "3.0.0"7341source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7342dependencies = [7343 "integer-sqrt",7344 "num-traits",7345 "parity-scale-codec 2.0.1",7346 "serde",7347 "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7348 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7349]73507351[[package]]7352name = "sp-arithmetic"7353version = "3.0.0"7354source = "registry+https://github.com/rust-lang/crates.io-index"7355checksum = "d0f1c69966c192d1dee8521f0b29ece2b14db07b9b44d801a94e295234761645"7356dependencies = [7357 "integer-sqrt",7358 "num-traits",7359 "parity-scale-codec 2.0.1",7360 "serde",7361 "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7362 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7363]73647365[[package]]7366name = "sp-authorship"7367version = "3.0.0"7368source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7369dependencies = [7370 "parity-scale-codec 2.0.1",7371 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7372 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7373 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7374]73757376[[package]]7377name = "sp-block-builder"7378version = "3.0.0"7379source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7380dependencies = [7381 "parity-scale-codec 2.0.1",7382 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7383 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7384 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7385 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7386]73877388[[package]]7389name = "sp-blockchain"7390version = "3.0.0"7391source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7392dependencies = [7393 "futures 0.3.12",7394 "log",7395 "lru",7396 "parity-scale-codec 2.0.1",7397 "parking_lot 0.11.1",7398 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7399 "sp-consensus",7400 "sp-database",7401 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7402 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7403 "thiserror",7404]74057406[[package]]7407name = "sp-chain-spec"7408version = "3.0.0"7409source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7410dependencies = [7411 "serde",7412 "serde_json",7413]74147415[[package]]7416name = "sp-consensus"7417version = "0.9.0"7418source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7419dependencies = [7420 "futures 0.3.12",7421 "futures-timer 3.0.2",7422 "libp2p",7423 "log",7424 "parity-scale-codec 2.0.1",7425 "parking_lot 0.11.1",7426 "serde",7427 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7428 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7429 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7430 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7431 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7432 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7433 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7434 "sp-utils",7435 "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7436 "substrate-prometheus-endpoint",7437 "thiserror",7438 "wasm-timer",7439]74407441[[package]]7442name = "sp-consensus-aura"7443version = "0.9.0"7444source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7445dependencies = [7446 "parity-scale-codec 2.0.1",7447 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7448 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7449 "sp-consensus-slots",7450 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7451 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7452 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7453 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7454]74557456[[package]]7457name = "sp-consensus-babe"7458version = "0.9.0"7459source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7460dependencies = [7461 "merlin",7462 "parity-scale-codec 2.0.1",7463 "serde",7464 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7465 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7466 "sp-consensus",7467 "sp-consensus-slots",7468 "sp-consensus-vrf",7469 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7470 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7471 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7472 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7473 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7474 "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7475]74767477[[package]]7478name = "sp-consensus-slots"7479version = "0.9.0"7480source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7481dependencies = [7482 "parity-scale-codec 2.0.1",7483 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7484 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7485]74867487[[package]]7488name = "sp-consensus-vrf"7489version = "0.9.0"7490source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7491dependencies = [7492 "parity-scale-codec 2.0.1",7493 "schnorrkel",7494 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7495 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7496 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7497]74987499[[package]]7500name = "sp-core"7501version = "3.0.0"7502source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7503dependencies = [7504 "base58",7505 "blake2-rfc",7506 "byteorder",7507 "dyn-clonable",7508 "ed25519-dalek",7509 "futures 0.3.12",7510 "hash-db",7511 "hash256-std-hasher",7512 "hex",7513 "impl-serde",7514 "lazy_static",7515 "libsecp256k1",7516 "log",7517 "merlin",7518 "num-traits",7519 "parity-scale-codec 2.0.1",7520 "parity-util-mem",7521 "parking_lot 0.11.1",7522 "primitive-types 0.9.0",7523 "rand 0.7.3",7524 "regex",7525 "schnorrkel",7526 "secrecy",7527 "serde",7528 "sha2 0.9.3",7529 "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7530 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7531 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7532 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7533 "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7534 "substrate-bip39",7535 "thiserror",7536 "tiny-bip39",7537 "tiny-keccak",7538 "twox-hash",7539 "wasmi",7540 "zeroize",7541]75427543[[package]]7544name = "sp-core"7545version = "3.0.0"7546source = "registry+https://github.com/rust-lang/crates.io-index"7547checksum = "abbc8d4e9b8a7d5819ed26f1374017bb32833ef4890e4ff065e1da30669876bc"7548dependencies = [7549 "base58",7550 "blake2-rfc",7551 "byteorder",7552 "dyn-clonable",7553 "ed25519-dalek",7554 "futures 0.3.12",7555 "hash-db",7556 "hash256-std-hasher",7557 "hex",7558 "impl-serde",7559 "lazy_static",7560 "libsecp256k1",7561 "log",7562 "merlin",7563 "num-traits",7564 "parity-scale-codec 2.0.1",7565 "parity-util-mem",7566 "parking_lot 0.11.1",7567 "primitive-types 0.9.0",7568 "rand 0.7.3",7569 "regex",7570 "schnorrkel",7571 "secrecy",7572 "serde",7573 "sha2 0.9.3",7574 "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7575 "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7576 "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7577 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7578 "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7579 "substrate-bip39",7580 "thiserror",7581 "tiny-bip39",7582 "tiny-keccak",7583 "twox-hash",7584 "wasmi",7585 "zeroize",7586]75877588[[package]]7589name = "sp-database"7590version = "3.0.0"7591source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7592dependencies = [7593 "kvdb",7594 "parking_lot 0.11.1",7595]75967597[[package]]7598name = "sp-debug-derive"7599version = "3.0.0"7600source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7601dependencies = [7602 "proc-macro2",7603 "quote",7604 "syn",7605]76067607[[package]]7608name = "sp-debug-derive"7609version = "3.0.0"7610source = "registry+https://github.com/rust-lang/crates.io-index"7611checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e"7612dependencies = [7613 "proc-macro2",7614 "quote",7615 "syn",7616]76177618[[package]]7619name = "sp-externalities"7620version = "0.9.0"7621source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7622dependencies = [7623 "environmental",7624 "parity-scale-codec 2.0.1",7625 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7626 "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7627]76287629[[package]]7630name = "sp-externalities"7631version = "0.9.0"7632source = "registry+https://github.com/rust-lang/crates.io-index"7633checksum = "2fdc625f8c7b13b9a136d334888b21b5743d2081cb666cb03efca1dc9b8f74d1"7634dependencies = [7635 "environmental",7636 "parity-scale-codec 2.0.1",7637 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7638 "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7639]76407641[[package]]7642name = "sp-finality-grandpa"7643version = "3.0.0"7644source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7645dependencies = [7646 "finality-grandpa",7647 "log",7648 "parity-scale-codec 2.0.1",7649 "serde",7650 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7651 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7652 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7653 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7654 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7655 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7656]76577658[[package]]7659name = "sp-inherents"7660version = "3.0.0"7661source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7662dependencies = [7663 "parity-scale-codec 2.0.1",7664 "parking_lot 0.11.1",7665 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7666 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7667 "thiserror",7668]76697670[[package]]7671name = "sp-inherents"7672version = "3.0.0"7673source = "registry+https://github.com/rust-lang/crates.io-index"7674checksum = "2542380b535c6941502a0a3069a657eb5abb70fd67b11afa164d4a4b038ba73a"7675dependencies = [7676 "parity-scale-codec 2.0.1",7677 "parking_lot 0.11.1",7678 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7679 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7680 "thiserror",7681]76827683[[package]]7684name = "sp-io"7685version = "3.0.0"7686source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7687dependencies = [7688 "futures 0.3.12",7689 "hash-db",7690 "libsecp256k1",7691 "log",7692 "parity-scale-codec 2.0.1",7693 "parking_lot 0.11.1",7694 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7695 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7696 "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7697 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7698 "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7699 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7700 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7701 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7702 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7703 "tracing",7704 "tracing-core",7705]77067707[[package]]7708name = "sp-io"7709version = "3.0.0"7710source = "registry+https://github.com/rust-lang/crates.io-index"7711checksum = "33fd69f0a6e91bedc2fb1c5cc3689c212474b6c918274cb4cb14dbbe3c428c14"7712dependencies = [7713 "futures 0.3.12",7714 "hash-db",7715 "libsecp256k1",7716 "log",7717 "parity-scale-codec 2.0.1",7718 "parking_lot 0.11.1",7719 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7720 "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7721 "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7722 "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7723 "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7724 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7725 "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7726 "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7727 "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7728 "tracing",7729 "tracing-core",7730]77317732[[package]]7733name = "sp-keyring"7734version = "3.0.0"7735source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7736dependencies = [7737 "lazy_static",7738 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7739 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7740 "strum",7741]77427743[[package]]7744name = "sp-keystore"7745version = "0.9.0"7746source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7747dependencies = [7748 "async-trait",7749 "derive_more",7750 "futures 0.3.12",7751 "merlin",7752 "parity-scale-codec 2.0.1",7753 "parking_lot 0.11.1",7754 "schnorrkel",7755 "serde",7756 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7757 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7758]77597760[[package]]7761name = "sp-keystore"7762version = "0.9.0"7763source = "registry+https://github.com/rust-lang/crates.io-index"7764checksum = "db6ccd2baf189112355338e8b224dc513cd239b974dbd717f12b3dc7a7248c3b"7765dependencies = [7766 "async-trait",7767 "derive_more",7768 "futures 0.3.12",7769 "merlin",7770 "parity-scale-codec 2.0.1",7771 "parking_lot 0.11.1",7772 "schnorrkel",7773 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7774 "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7775]77767777[[package]]7778name = "sp-offchain"7779version = "3.0.0"7780source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7781dependencies = [7782 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7783 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7784 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7785]77867787[[package]]7788name = "sp-panic-handler"7789version = "3.0.0"7790source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7791dependencies = [7792 "backtrace",7793]77947795[[package]]7796name = "sp-panic-handler"7797version = "3.0.0"7798source = "registry+https://github.com/rust-lang/crates.io-index"7799checksum = "54702e109f1c8a870dd4065a497d2612d42cec5817126e96cc0658c5ea975784"7800dependencies = [7801 "backtrace",7802]78037804[[package]]7805name = "sp-rpc"7806version = "3.0.0"7807source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7808dependencies = [7809 "serde",7810 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7811]78127813[[package]]7814name = "sp-runtime"7815version = "3.0.0"7816source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7817dependencies = [7818 "either",7819 "hash256-std-hasher",7820 "impl-trait-for-tuples 0.2.1",7821 "log",7822 "parity-scale-codec 2.0.1",7823 "parity-util-mem",7824 "paste 1.0.4",7825 "rand 0.7.3",7826 "serde",7827 "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7828 "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7829 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7830 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7831 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7832]78337834[[package]]7835name = "sp-runtime"7836version = "3.0.0"7837source = "registry+https://github.com/rust-lang/crates.io-index"7838checksum = "dfa4b353b76f04616dbdb8d269d58dcac47acb31c006d3b70e7b64233e68695e"7839dependencies = [7840 "either",7841 "hash256-std-hasher",7842 "impl-trait-for-tuples 0.2.1",7843 "log",7844 "parity-scale-codec 2.0.1",7845 "parity-util-mem",7846 "paste 1.0.4",7847 "rand 0.7.3",7848 "serde",7849 "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7850 "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7851 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7852 "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7853 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7854]78557856[[package]]7857name = "sp-runtime-interface"7858version = "3.0.0"7859source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7860dependencies = [7861 "impl-trait-for-tuples 0.2.1",7862 "parity-scale-codec 2.0.1",7863 "primitive-types 0.9.0",7864 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7865 "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7866 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7867 "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7868 "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7869 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7870 "static_assertions",7871]78727873[[package]]7874name = "sp-runtime-interface"7875version = "3.0.0"7876source = "registry+https://github.com/rust-lang/crates.io-index"7877checksum = "b2e5c88b4bc8d607e4e2ff767a85db58cf7101f3dd6064f06929342ea67fe8fb"7878dependencies = [7879 "impl-trait-for-tuples 0.2.1",7880 "parity-scale-codec 2.0.1",7881 "primitive-types 0.9.0",7882 "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",7883 "sp-runtime-interface-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7884 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7885 "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7886 "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7887 "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7888 "static_assertions",7889]78907891[[package]]7892name = "sp-runtime-interface-proc-macro"7893version = "3.0.0"7894source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7895dependencies = [7896 "Inflector",7897 "proc-macro-crate 1.0.0",7898 "proc-macro2",7899 "quote",7900 "syn",7901]79027903[[package]]7904name = "sp-runtime-interface-proc-macro"7905version = "3.0.0"7906source = "registry+https://github.com/rust-lang/crates.io-index"7907checksum = "19a6c7c2251512c9e533d15db8a863b06ece1cbee778130dd9adbe44b6b39aa9"7908dependencies = [7909 "Inflector",7910 "proc-macro-crate 0.1.5",7911 "proc-macro2",7912 "quote",7913 "syn",7914]79157916[[package]]7917name = "sp-sandbox"7918version = "0.9.0"7919source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7920dependencies = [7921 "parity-scale-codec 2.0.1",7922 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7923 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7924 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7925 "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7926 "wasmi",7927]79287929[[package]]7930name = "sp-serializer"7931version = "3.0.0"7932source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7933dependencies = [7934 "serde",7935 "serde_json",7936]79377938[[package]]7939name = "sp-session"7940version = "3.0.0"7941source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7942dependencies = [7943 "parity-scale-codec 2.0.1",7944 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7945 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7946 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7947 "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7948 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7949]79507951[[package]]7952name = "sp-staking"7953version = "3.0.0"7954source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7955dependencies = [7956 "parity-scale-codec 2.0.1",7957 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7958 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7959]79607961[[package]]7962name = "sp-staking"7963version = "3.0.0"7964source = "registry+https://github.com/rust-lang/crates.io-index"7965checksum = "fc729eb10f8809c61a1fe439ac118a4413de004aaf863003ee8752ac0b596e73"7966dependencies = [7967 "parity-scale-codec 2.0.1",7968 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7969 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",7970]79717972[[package]]7973name = "sp-state-machine"7974version = "0.9.0"7975source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7976dependencies = [7977 "hash-db",7978 "log",7979 "num-traits",7980 "parity-scale-codec 2.0.1",7981 "parking_lot 0.11.1",7982 "rand 0.7.3",7983 "smallvec 1.6.1",7984 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7985 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7986 "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7987 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7988 "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",7989 "thiserror",7990 "trie-db",7991 "trie-root",7992]79937994[[package]]7995name = "sp-state-machine"7996version = "0.9.0"7997source = "registry+https://github.com/rust-lang/crates.io-index"7998checksum = "46fa4143e58e9130f726d4e8a9b86f3530a8bd19a2eedcdcf4af205f4b5a6d4f"7999dependencies = [8000 "hash-db",8001 "log",8002 "num-traits",8003 "parity-scale-codec 2.0.1",8004 "parking_lot 0.11.1",8005 "rand 0.7.3",8006 "smallvec 1.6.1",8007 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8008 "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",8009 "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8010 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8011 "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8012 "thiserror",8013 "trie-db",8014 "trie-root",8015]80168017[[package]]8018name = "sp-std"8019version = "3.0.0"8020source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"80218022[[package]]8023name = "sp-std"8024version = "3.0.0"8025source = "registry+https://github.com/rust-lang/crates.io-index"8026checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12"80278028[[package]]8029name = "sp-storage"8030version = "3.0.0"8031source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8032dependencies = [8033 "impl-serde",8034 "parity-scale-codec 2.0.1",8035 "ref-cast",8036 "serde",8037 "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8038 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8039]80408041[[package]]8042name = "sp-storage"8043version = "3.0.0"8044source = "registry+https://github.com/rust-lang/crates.io-index"8045checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961"8046dependencies = [8047 "impl-serde",8048 "parity-scale-codec 2.0.1",8049 "ref-cast",8050 "serde",8051 "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8052 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8053]80548055[[package]]8056name = "sp-tasks"8057version = "3.0.0"8058source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8059dependencies = [8060 "log",8061 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8062 "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8063 "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8064 "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8065 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8066]80678068[[package]]8069name = "sp-timestamp"8070version = "3.0.0"8071source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8072dependencies = [8073 "parity-scale-codec 2.0.1",8074 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8075 "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8076 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8077 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8078 "wasm-timer",8079]80808081[[package]]8082name = "sp-timestamp"8083version = "3.0.0"8084source = "registry+https://github.com/rust-lang/crates.io-index"8085checksum = "27387c541197b9f47f3d9ddcab5649a3ecdca582d2f2ea2b511af24a3d3cbf83"8086dependencies = [8087 "impl-trait-for-tuples 0.2.1",8088 "parity-scale-codec 2.0.1",8089 "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8090 "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8091 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8092 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8093 "wasm-timer",8094]80958096[[package]]8097name = "sp-tracing"8098version = "3.0.0"8099source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8100dependencies = [8101 "log",8102 "parity-scale-codec 2.0.1",8103 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8104 "tracing",8105 "tracing-core",8106 "tracing-subscriber",8107]81088109[[package]]8110name = "sp-tracing"8111version = "3.0.0"8112source = "registry+https://github.com/rust-lang/crates.io-index"8113checksum = "567382d8d4e14fb572752863b5cd57a78f9e9a6583332b590b726f061f3ea957"8114dependencies = [8115 "log",8116 "parity-scale-codec 2.0.1",8117 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8118 "tracing",8119 "tracing-core",8120 "tracing-subscriber",8121]81228123[[package]]8124name = "sp-transaction-pool"8125version = "3.0.0"8126source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8127dependencies = [8128 "derive_more",8129 "futures 0.3.12",8130 "log",8131 "parity-scale-codec 2.0.1",8132 "serde",8133 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8134 "sp-blockchain",8135 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8136 "thiserror",8137]81388139[[package]]8140name = "sp-trie"8141version = "3.0.0"8142source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8143dependencies = [8144 "hash-db",8145 "memory-db",8146 "parity-scale-codec 2.0.1",8147 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8148 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8149 "trie-db",8150 "trie-root",8151]81528153[[package]]8154name = "sp-trie"8155version = "3.0.0"8156source = "registry+https://github.com/rust-lang/crates.io-index"8157checksum = "b85b7f745da41ef825c6f7b93f1fdc897b03df94a4884adfbb70fbcd0aed1298"8158dependencies = [8159 "hash-db",8160 "memory-db",8161 "parity-scale-codec 2.0.1",8162 "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8163 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8164 "trie-db",8165 "trie-root",8166]81678168[[package]]8169name = "sp-utils"8170version = "3.0.0"8171source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8172dependencies = [8173 "futures 0.3.12",8174 "futures-core",8175 "futures-timer 3.0.2",8176 "lazy_static",8177 "prometheus",8178]81798180[[package]]8181name = "sp-version"8182version = "3.0.0"8183source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8184dependencies = [8185 "impl-serde",8186 "parity-scale-codec 2.0.1",8187 "serde",8188 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8189 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8190]81918192[[package]]8193name = "sp-version"8194version = "3.0.0"8195source = "registry+https://github.com/rust-lang/crates.io-index"8196checksum = "dbeffa538a13d715d30e01d57a2636ba32845b737a29a3ea32403576588222e7"8197dependencies = [8198 "impl-serde",8199 "parity-scale-codec 2.0.1",8200 "serde",8201 "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8202 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8203]82048205[[package]]8206name = "sp-wasm-interface"8207version = "3.0.0"8208source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8209dependencies = [8210 "impl-trait-for-tuples 0.2.1",8211 "parity-scale-codec 2.0.1",8212 "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8213 "wasmi",8214]82158216[[package]]8217name = "sp-wasm-interface"8218version = "3.0.0"8219source = "registry+https://github.com/rust-lang/crates.io-index"8220checksum = "b214e125666a6416cf30a70cc6a5dacd34a4e5197f8a3d479f714af7e1dc7a47"8221dependencies = [8222 "impl-trait-for-tuples 0.2.1",8223 "parity-scale-codec 2.0.1",8224 "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",8225 "wasmi",8226]82278228[[package]]8229name = "spin"8230version = "0.5.2"8231source = "registry+https://github.com/rust-lang/crates.io-index"8232checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"82338234[[package]]8235name = "stable_deref_trait"8236version = "1.2.0"8237source = "registry+https://github.com/rust-lang/crates.io-index"8238checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"82398240[[package]]8241name = "static_assertions"8242version = "1.1.0"8243source = "registry+https://github.com/rust-lang/crates.io-index"8244checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"82458246[[package]]8247name = "statrs"8248version = "0.12.0"8249source = "registry+https://github.com/rust-lang/crates.io-index"8250checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382"8251dependencies = [8252 "rand 0.7.3",8253]82548255[[package]]8256name = "stream-cipher"8257version = "0.7.1"8258source = "registry+https://github.com/rust-lang/crates.io-index"8259checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89"8260dependencies = [8261 "block-cipher",8262 "generic-array 0.14.4",8263]82648265[[package]]8266name = "string"8267version = "0.2.1"8268source = "registry+https://github.com/rust-lang/crates.io-index"8269checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"8270dependencies = [8271 "bytes 0.4.12",8272]82738274[[package]]8275name = "strsim"8276version = "0.8.0"8277source = "registry+https://github.com/rust-lang/crates.io-index"8278checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"82798280[[package]]8281name = "structopt"8282version = "0.3.21"8283source = "registry+https://github.com/rust-lang/crates.io-index"8284checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"8285dependencies = [8286 "clap",8287 "lazy_static",8288 "structopt-derive",8289]82908291[[package]]8292name = "structopt-derive"8293version = "0.4.14"8294source = "registry+https://github.com/rust-lang/crates.io-index"8295checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"8296dependencies = [8297 "heck",8298 "proc-macro-error",8299 "proc-macro2",8300 "quote",8301 "syn",8302]83038304[[package]]8305name = "strum"8306version = "0.20.0"8307source = "registry+https://github.com/rust-lang/crates.io-index"8308checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"8309dependencies = [8310 "strum_macros",8311]83128313[[package]]8314name = "strum_macros"8315version = "0.20.1"8316source = "registry+https://github.com/rust-lang/crates.io-index"8317checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"8318dependencies = [8319 "heck",8320 "proc-macro2",8321 "quote",8322 "syn",8323]83248325[[package]]8326name = "substrate-bip39"8327version = "0.4.2"8328source = "registry+https://github.com/rust-lang/crates.io-index"8329checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"8330dependencies = [8331 "hmac 0.7.1",8332 "pbkdf2 0.3.0",8333 "schnorrkel",8334 "sha2 0.8.2",8335 "zeroize",8336]83378338[[package]]8339name = "substrate-build-script-utils"8340version = "3.0.0"8341source = "registry+https://github.com/rust-lang/crates.io-index"8342checksum = "bd540ba72520174c2c73ce96bf507eeba3cc8a481f58be92525b69110e1fa645"8343dependencies = [8344 "platforms",8345]83468347[[package]]8348name = "substrate-frame-rpc-system"8349version = "3.0.0"8350source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8351dependencies = [8352 "frame-system-rpc-runtime-api",8353 "futures 0.3.12",8354 "jsonrpc-core 15.1.0",8355 "jsonrpc-core-client 15.1.0",8356 "jsonrpc-derive 15.1.0",8357 "log",8358 "parity-scale-codec 2.0.1",8359 "sc-client-api",8360 "sc-rpc-api",8361 "serde",8362 "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8363 "sp-block-builder",8364 "sp-blockchain",8365 "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8366 "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=frontier)",8367 "sp-transaction-pool",8368]83698370[[package]]8371name = "substrate-prometheus-endpoint"8372version = "0.9.0"8373source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"8374dependencies = [8375 "async-std",8376 "derive_more",8377 "futures-util",8378 "hyper 0.13.9",8379 "log",8380 "prometheus",8381 "tokio 0.2.25",8382]83838384[[package]]8385name = "substrate-wasm-builder"8386version = "4.0.0"8387source = "registry+https://github.com/rust-lang/crates.io-index"8388checksum = "93a3d51ad6abbc408b03ea962062bfcc959b438a318d7d4bedd181e1effd0610"8389dependencies = [8390 "ansi_term 0.12.1",8391 "atty",8392 "build-helper",8393 "cargo_metadata",8394 "tempfile",8395 "toml",8396 "walkdir",8397 "wasm-gc-api",8398]83998400[[package]]8401name = "subtle"8402version = "1.0.0"8403source = "registry+https://github.com/rust-lang/crates.io-index"8404checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"84058406[[package]]8407name = "subtle"8408version = "2.4.0"8409source = "registry+https://github.com/rust-lang/crates.io-index"8410checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"84118412[[package]]8413name = "syn"8414version = "1.0.60"8415source = "registry+https://github.com/rust-lang/crates.io-index"8416checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"8417dependencies = [8418 "proc-macro2",8419 "quote",8420 "unicode-xid",8421]84228423[[package]]8424name = "synstructure"8425version = "0.12.4"8426source = "registry+https://github.com/rust-lang/crates.io-index"8427checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"8428dependencies = [8429 "proc-macro2",8430 "quote",8431 "syn",8432 "unicode-xid",8433]84348435[[package]]8436name = "take_mut"8437version = "0.2.2"8438source = "registry+https://github.com/rust-lang/crates.io-index"8439checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"84408441[[package]]8442name = "tap"8443version = "1.0.1"8444source = "registry+https://github.com/rust-lang/crates.io-index"8445checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"84468447[[package]]8448name = "target-lexicon"8449version = "0.11.2"8450source = "registry+https://github.com/rust-lang/crates.io-index"8451checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95"84528453[[package]]8454name = "tempfile"8455version = "3.2.0"8456source = "registry+https://github.com/rust-lang/crates.io-index"8457checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"8458dependencies = [8459 "cfg-if 1.0.0",8460 "libc",8461 "rand 0.8.3",8462 "redox_syscall 0.2.4",8463 "remove_dir_all",8464 "winapi 0.3.9",8465]84668467[[package]]8468name = "termcolor"8469version = "1.1.2"8470source = "registry+https://github.com/rust-lang/crates.io-index"8471checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"8472dependencies = [8473 "winapi-util",8474]84758476[[package]]8477name = "textwrap"8478version = "0.11.0"8479source = "registry+https://github.com/rust-lang/crates.io-index"8480checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"8481dependencies = [8482 "unicode-width",8483]84848485[[package]]8486name = "thiserror"8487version = "1.0.24"8488source = "registry+https://github.com/rust-lang/crates.io-index"8489checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"8490dependencies = [8491 "thiserror-impl",8492]84938494[[package]]8495name = "thiserror-impl"8496version = "1.0.24"8497source = "registry+https://github.com/rust-lang/crates.io-index"8498checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"8499dependencies = [8500 "proc-macro2",8501 "quote",8502 "syn",8503]85048505[[package]]8506name = "thread_local"8507version = "1.1.2"8508source = "registry+https://github.com/rust-lang/crates.io-index"8509checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"8510dependencies = [8511 "once_cell",8512]85138514[[package]]8515name = "threadpool"8516version = "1.8.1"8517source = "registry+https://github.com/rust-lang/crates.io-index"8518checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"8519dependencies = [8520 "num_cpus",8521]85228523[[package]]8524name = "time"8525version = "0.1.44"8526source = "registry+https://github.com/rust-lang/crates.io-index"8527checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"8528dependencies = [8529 "libc",8530 "wasi 0.10.0+wasi-snapshot-preview1",8531 "winapi 0.3.9",8532]85338534[[package]]8535name = "tiny-bip39"8536version = "0.8.0"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"8539dependencies = [8540 "anyhow",8541 "hmac 0.8.1",8542 "once_cell",8543 "pbkdf2 0.4.0",8544 "rand 0.7.3",8545 "rustc-hash",8546 "sha2 0.9.3",8547 "thiserror",8548 "unicode-normalization",8549 "zeroize",8550]85518552[[package]]8553name = "tiny-keccak"8554version = "2.0.2"8555source = "registry+https://github.com/rust-lang/crates.io-index"8556checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"8557dependencies = [8558 "crunchy",8559]85608561[[package]]8562name = "tinyvec"8563version = "1.1.1"8564source = "registry+https://github.com/rust-lang/crates.io-index"8565checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"8566dependencies = [8567 "tinyvec_macros",8568]85698570[[package]]8571name = "tinyvec_macros"8572version = "0.1.0"8573source = "registry+https://github.com/rust-lang/crates.io-index"8574checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"85758576[[package]]8577name = "tokio"8578version = "0.1.22"8579source = "registry+https://github.com/rust-lang/crates.io-index"8580checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"8581dependencies = [8582 "bytes 0.4.12",8583 "futures 0.1.30",8584 "mio",8585 "num_cpus",8586 "tokio-codec",8587 "tokio-current-thread",8588 "tokio-executor",8589 "tokio-fs",8590 "tokio-io",8591 "tokio-reactor",8592 "tokio-sync",8593 "tokio-tcp",8594 "tokio-threadpool",8595 "tokio-timer",8596 "tokio-udp",8597 "tokio-uds",8598]85998600[[package]]8601name = "tokio"8602version = "0.2.25"8603source = "registry+https://github.com/rust-lang/crates.io-index"8604checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"8605dependencies = [8606 "bytes 0.5.6",8607 "fnv",8608 "futures-core",8609 "iovec",8610 "lazy_static",8611 "libc",8612 "memchr",8613 "mio",8614 "mio-uds",8615 "num_cpus",8616 "pin-project-lite 0.1.11",8617 "signal-hook-registry",8618 "slab",8619 "winapi 0.3.9",8620]86218622[[package]]8623name = "tokio-buf"8624version = "0.1.1"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"8627dependencies = [8628 "bytes 0.4.12",8629 "either",8630 "futures 0.1.30",8631]86328633[[package]]8634name = "tokio-codec"8635version = "0.1.2"8636source = "registry+https://github.com/rust-lang/crates.io-index"8637checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"8638dependencies = [8639 "bytes 0.4.12",8640 "futures 0.1.30",8641 "tokio-io",8642]86438644[[package]]8645name = "tokio-current-thread"8646version = "0.1.7"8647source = "registry+https://github.com/rust-lang/crates.io-index"8648checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"8649dependencies = [8650 "futures 0.1.30",8651 "tokio-executor",8652]86538654[[package]]8655name = "tokio-executor"8656version = "0.1.10"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"8659dependencies = [8660 "crossbeam-utils 0.7.2",8661 "futures 0.1.30",8662]86638664[[package]]8665name = "tokio-fs"8666version = "0.1.7"8667source = "registry+https://github.com/rust-lang/crates.io-index"8668checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"8669dependencies = [8670 "futures 0.1.30",8671 "tokio-io",8672 "tokio-threadpool",8673]86748675[[package]]8676name = "tokio-io"8677version = "0.1.13"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"8680dependencies = [8681 "bytes 0.4.12",8682 "futures 0.1.30",8683 "log",8684]86858686[[package]]8687name = "tokio-named-pipes"8688version = "0.1.0"8689source = "registry+https://github.com/rust-lang/crates.io-index"8690checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"8691dependencies = [8692 "bytes 0.4.12",8693 "futures 0.1.30",8694 "mio",8695 "mio-named-pipes",8696 "tokio 0.1.22",8697]86988699[[package]]8700name = "tokio-reactor"8701version = "0.1.12"8702source = "registry+https://github.com/rust-lang/crates.io-index"8703checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"8704dependencies = [8705 "crossbeam-utils 0.7.2",8706 "futures 0.1.30",8707 "lazy_static",8708 "log",8709 "mio",8710 "num_cpus",8711 "parking_lot 0.9.0",8712 "slab",8713 "tokio-executor",8714 "tokio-io",8715 "tokio-sync",8716]87178718[[package]]8719name = "tokio-rustls"8720version = "0.14.1"8721source = "registry+https://github.com/rust-lang/crates.io-index"8722checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"8723dependencies = [8724 "futures-core",8725 "rustls 0.18.1",8726 "tokio 0.2.25",8727 "webpki",8728]87298730[[package]]8731name = "tokio-service"8732version = "0.1.0"8733source = "registry+https://github.com/rust-lang/crates.io-index"8734checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"8735dependencies = [8736 "futures 0.1.30",8737]87388739[[package]]8740name = "tokio-sync"8741version = "0.1.8"8742source = "registry+https://github.com/rust-lang/crates.io-index"8743checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"8744dependencies = [8745 "fnv",8746 "futures 0.1.30",8747]87488749[[package]]8750name = "tokio-tcp"8751version = "0.1.4"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"8754dependencies = [8755 "bytes 0.4.12",8756 "futures 0.1.30",8757 "iovec",8758 "mio",8759 "tokio-io",8760 "tokio-reactor",8761]87628763[[package]]8764name = "tokio-threadpool"8765version = "0.1.18"8766source = "registry+https://github.com/rust-lang/crates.io-index"8767checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"8768dependencies = [8769 "crossbeam-deque 0.7.3",8770 "crossbeam-queue",8771 "crossbeam-utils 0.7.2",8772 "futures 0.1.30",8773 "lazy_static",8774 "log",8775 "num_cpus",8776 "slab",8777 "tokio-executor",8778]87798780[[package]]8781name = "tokio-timer"8782version = "0.2.13"8783source = "registry+https://github.com/rust-lang/crates.io-index"8784checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"8785dependencies = [8786 "crossbeam-utils 0.7.2",8787 "futures 0.1.30",8788 "slab",8789 "tokio-executor",8790]87918792[[package]]8793name = "tokio-udp"8794version = "0.1.6"8795source = "registry+https://github.com/rust-lang/crates.io-index"8796checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"8797dependencies = [8798 "bytes 0.4.12",8799 "futures 0.1.30",8800 "log",8801 "mio",8802 "tokio-codec",8803 "tokio-io",8804 "tokio-reactor",8805]88068807[[package]]8808name = "tokio-uds"8809version = "0.2.7"8810source = "registry+https://github.com/rust-lang/crates.io-index"8811checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"8812dependencies = [8813 "bytes 0.4.12",8814 "futures 0.1.30",8815 "iovec",8816 "libc",8817 "log",8818 "mio",8819 "mio-uds",8820 "tokio-codec",8821 "tokio-io",8822 "tokio-reactor",8823]88248825[[package]]8826name = "tokio-util"8827version = "0.3.1"8828source = "registry+https://github.com/rust-lang/crates.io-index"8829checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"8830dependencies = [8831 "bytes 0.5.6",8832 "futures-core",8833 "futures-sink",8834 "log",8835 "pin-project-lite 0.1.11",8836 "tokio 0.2.25",8837]88388839[[package]]8840name = "toml"8841version = "0.5.8"8842source = "registry+https://github.com/rust-lang/crates.io-index"8843checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"8844dependencies = [8845 "serde",8846]88478848[[package]]8849name = "tower-service"8850version = "0.3.1"8851source = "registry+https://github.com/rust-lang/crates.io-index"8852checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"88538854[[package]]8855name = "tracing"8856version = "0.1.25"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"8859dependencies = [8860 "cfg-if 1.0.0",8861 "log",8862 "pin-project-lite 0.2.4",8863 "tracing-attributes",8864 "tracing-core",8865]88668867[[package]]8868name = "tracing-attributes"8869version = "0.1.14"8870source = "registry+https://github.com/rust-lang/crates.io-index"8871checksum = "41768be5b9f3489491825f56f01f25290aa1d3e7cc97e182d4d34360493ba6fa"8872dependencies = [8873 "proc-macro2",8874 "quote",8875 "syn",8876]88778878[[package]]8879name = "tracing-core"8880version = "0.1.17"8881source = "registry+https://github.com/rust-lang/crates.io-index"8882checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"8883dependencies = [8884 "lazy_static",8885]88868887[[package]]8888name = "tracing-futures"8889version = "0.2.5"8890source = "registry+https://github.com/rust-lang/crates.io-index"8891checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"8892dependencies = [8893 "pin-project 1.0.5",8894 "tracing",8895]88968897[[package]]8898name = "tracing-log"8899version = "0.1.2"8900source = "registry+https://github.com/rust-lang/crates.io-index"8901checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"8902dependencies = [8903 "lazy_static",8904 "log",8905 "tracing-core",8906]89078908[[package]]8909name = "tracing-serde"8910version = "0.1.2"8911source = "registry+https://github.com/rust-lang/crates.io-index"8912checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"8913dependencies = [8914 "serde",8915 "tracing-core",8916]89178918[[package]]8919name = "tracing-subscriber"8920version = "0.2.16"8921source = "registry+https://github.com/rust-lang/crates.io-index"8922checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"8923dependencies = [8924 "ansi_term 0.12.1",8925 "chrono",8926 "lazy_static",8927 "matchers",8928 "regex",8929 "serde",8930 "serde_json",8931 "sharded-slab",8932 "smallvec 1.6.1",8933 "thread_local",8934 "tracing",8935 "tracing-core",8936 "tracing-log",8937 "tracing-serde",8938]89398940[[package]]8941name = "trie-db"8942version = "0.22.3"8943source = "registry+https://github.com/rust-lang/crates.io-index"8944checksum = "ec051edf7f0fc9499a2cb0947652cab2148b9d7f61cee7605e312e9f970dacaf"8945dependencies = [8946 "hash-db",8947 "hashbrown",8948 "log",8949 "rustc-hex",8950 "smallvec 1.6.1",8951]89528953[[package]]8954name = "trie-root"8955version = "0.16.0"8956source = "registry+https://github.com/rust-lang/crates.io-index"8957checksum = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd"8958dependencies = [8959 "hash-db",8960]89618962[[package]]8963name = "triehash"8964version = "0.8.4"8965source = "registry+https://github.com/rust-lang/crates.io-index"8966checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"8967dependencies = [8968 "hash-db",8969 "rlp 0.5.0",8970]89718972[[package]]8973name = "try-lock"8974version = "0.2.3"8975source = "registry+https://github.com/rust-lang/crates.io-index"8976checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"89778978[[package]]8979name = "twox-hash"8980version = "1.6.0"8981source = "registry+https://github.com/rust-lang/crates.io-index"8982checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"8983dependencies = [8984 "cfg-if 0.1.10",8985 "rand 0.3.23",8986 "static_assertions",8987]89888989[[package]]8990name = "typenum"8991version = "1.12.0"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"89948995[[package]]8996name = "ucd-trie"8997version = "0.1.3"8998source = "registry+https://github.com/rust-lang/crates.io-index"8999checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"90009001[[package]]9002name = "uint"9003version = "0.8.5"9004source = "registry+https://github.com/rust-lang/crates.io-index"9005checksum = "9db035e67dfaf7edd9aebfe8676afcd63eed53c8a4044fed514c8cccf1835177"9006dependencies = [9007 "byteorder",9008 "crunchy",9009 "rustc-hex",9010 "static_assertions",9011]90129013[[package]]9014name = "uint"9015version = "0.9.0"9016source = "registry+https://github.com/rust-lang/crates.io-index"9017checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"9018dependencies = [9019 "byteorder",9020 "crunchy",9021 "hex",9022 "static_assertions",9023]90249025[[package]]9026name = "unicase"9027version = "2.6.0"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"9030dependencies = [9031 "version_check",9032]90339034[[package]]9035name = "unicode-bidi"9036version = "0.3.4"9037source = "registry+https://github.com/rust-lang/crates.io-index"9038checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"9039dependencies = [9040 "matches",9041]90429043[[package]]9044name = "unicode-normalization"9045version = "0.1.16"9046source = "registry+https://github.com/rust-lang/crates.io-index"9047checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"9048dependencies = [9049 "tinyvec",9050]90519052[[package]]9053name = "unicode-segmentation"9054version = "1.7.1"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"90579058[[package]]9059name = "unicode-width"9060version = "0.1.8"9061source = "registry+https://github.com/rust-lang/crates.io-index"9062checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"90639064[[package]]9065name = "unicode-xid"9066version = "0.2.1"9067source = "registry+https://github.com/rust-lang/crates.io-index"9068checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"90699070[[package]]9071name = "universal-hash"9072version = "0.4.0"9073source = "registry+https://github.com/rust-lang/crates.io-index"9074checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"9075dependencies = [9076 "generic-array 0.14.4",9077 "subtle 2.4.0",9078]90799080[[package]]9081name = "unsigned-varint"9082version = "0.5.1"9083source = "registry+https://github.com/rust-lang/crates.io-index"9084checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"90859086[[package]]9087name = "unsigned-varint"9088version = "0.6.0"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"9091dependencies = [9092 "asynchronous-codec 0.5.0",9093 "bytes 1.0.1",9094 "futures-io",9095 "futures-util",9096]90979098[[package]]9099name = "unsigned-varint"9100version = "0.7.0"9101source = "registry+https://github.com/rust-lang/crates.io-index"9102checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"9103dependencies = [9104 "asynchronous-codec 0.6.0",9105 "bytes 1.0.1",9106 "futures-io",9107 "futures-util",9108]91099110[[package]]9111name = "untrusted"9112version = "0.7.1"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"91159116[[package]]9117name = "url"9118version = "1.7.2"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"9121dependencies = [9122 "idna 0.1.5",9123 "matches",9124 "percent-encoding 1.0.1",9125]91269127[[package]]9128name = "url"9129version = "2.2.0"9130source = "registry+https://github.com/rust-lang/crates.io-index"9131checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"9132dependencies = [9133 "form_urlencoded",9134 "idna 0.2.0",9135 "matches",9136 "percent-encoding 2.1.0",9137]91389139[[package]]9140name = "value-bag"9141version = "1.0.0-alpha.6"9142source = "registry+https://github.com/rust-lang/crates.io-index"9143checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"9144dependencies = [9145 "ctor",9146]91479148[[package]]9149name = "vcpkg"9150version = "0.2.11"9151source = "registry+https://github.com/rust-lang/crates.io-index"9152checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"91539154[[package]]9155name = "vec-arena"9156version = "1.0.0"9157source = "registry+https://github.com/rust-lang/crates.io-index"9158checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"91599160[[package]]9161name = "vec_map"9162version = "0.8.2"9163source = "registry+https://github.com/rust-lang/crates.io-index"9164checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"91659166[[package]]9167name = "version_check"9168version = "0.9.2"9169source = "registry+https://github.com/rust-lang/crates.io-index"9170checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"91719172[[package]]9173name = "void"9174version = "1.0.2"9175source = "registry+https://github.com/rust-lang/crates.io-index"9176checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"91779178[[package]]9179name = "waker-fn"9180version = "1.1.0"9181source = "registry+https://github.com/rust-lang/crates.io-index"9182checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"91839184[[package]]9185name = "walkdir"9186version = "2.3.1"9187source = "registry+https://github.com/rust-lang/crates.io-index"9188checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"9189dependencies = [9190 "same-file",9191 "winapi 0.3.9",9192 "winapi-util",9193]91949195[[package]]9196name = "want"9197version = "0.2.0"9198source = "registry+https://github.com/rust-lang/crates.io-index"9199checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"9200dependencies = [9201 "futures 0.1.30",9202 "log",9203 "try-lock",9204]92059206[[package]]9207name = "want"9208version = "0.3.0"9209source = "registry+https://github.com/rust-lang/crates.io-index"9210checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"9211dependencies = [9212 "log",9213 "try-lock",9214]92159216[[package]]9217name = "wasi"9218version = "0.9.0+wasi-snapshot-preview1"9219source = "registry+https://github.com/rust-lang/crates.io-index"9220checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"92219222[[package]]9223name = "wasi"9224version = "0.10.0+wasi-snapshot-preview1"9225source = "registry+https://github.com/rust-lang/crates.io-index"9226checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"92279228[[package]]9229name = "wasm-bindgen"9230version = "0.2.70"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"9233dependencies = [9234 "cfg-if 1.0.0",9235 "wasm-bindgen-macro",9236]92379238[[package]]9239name = "wasm-bindgen-backend"9240version = "0.2.70"9241source = "registry+https://github.com/rust-lang/crates.io-index"9242checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"9243dependencies = [9244 "bumpalo",9245 "lazy_static",9246 "log",9247 "proc-macro2",9248 "quote",9249 "syn",9250 "wasm-bindgen-shared",9251]92529253[[package]]9254name = "wasm-bindgen-futures"9255version = "0.4.20"9256source = "registry+https://github.com/rust-lang/crates.io-index"9257checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"9258dependencies = [9259 "cfg-if 1.0.0",9260 "js-sys",9261 "wasm-bindgen",9262 "web-sys",9263]92649265[[package]]9266name = "wasm-bindgen-macro"9267version = "0.2.70"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"9270dependencies = [9271 "quote",9272 "wasm-bindgen-macro-support",9273]92749275[[package]]9276name = "wasm-bindgen-macro-support"9277version = "0.2.70"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"9280dependencies = [9281 "proc-macro2",9282 "quote",9283 "syn",9284 "wasm-bindgen-backend",9285 "wasm-bindgen-shared",9286]92879288[[package]]9289name = "wasm-bindgen-shared"9290version = "0.2.70"9291source = "registry+https://github.com/rust-lang/crates.io-index"9292checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"92939294[[package]]9295name = "wasm-gc-api"9296version = "0.1.11"9297source = "registry+https://github.com/rust-lang/crates.io-index"9298checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"9299dependencies = [9300 "log",9301 "parity-wasm 0.32.0",9302 "rustc-demangle",9303]93049305[[package]]9306name = "wasm-timer"9307version = "0.2.5"9308source = "registry+https://github.com/rust-lang/crates.io-index"9309checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"9310dependencies = [9311 "futures 0.3.12",9312 "js-sys",9313 "parking_lot 0.11.1",9314 "pin-utils",9315 "wasm-bindgen",9316 "wasm-bindgen-futures",9317 "web-sys",9318]93199320[[package]]9321name = "wasmi"9322version = "0.6.2"9323source = "registry+https://github.com/rust-lang/crates.io-index"9324checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff"9325dependencies = [9326 "libc",9327 "memory_units",9328 "num-rational",9329 "num-traits",9330 "parity-wasm 0.41.0",9331 "wasmi-validation",9332]93339334[[package]]9335name = "wasmi-validation"9336version = "0.3.0"9337source = "registry+https://github.com/rust-lang/crates.io-index"9338checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93"9339dependencies = [9340 "parity-wasm 0.41.0",9341]93429343[[package]]9344name = "wasmparser"9345version = "0.71.0"9346source = "registry+https://github.com/rust-lang/crates.io-index"9347checksum = "89a30c99437829ede826802bfcf28500cf58df00e66cb9114df98813bc145ff1"93489349[[package]]9350name = "wasmtime"9351version = "0.22.0"9352source = "registry+https://github.com/rust-lang/crates.io-index"9353checksum = "7426055cb92bd9a1e9469b48154d8d6119cd8c498c8b70284e420342c05dc45d"9354dependencies = [9355 "anyhow",9356 "backtrace",9357 "bincode",9358 "cfg-if 1.0.0",9359 "cpp_demangle",9360 "indexmap",9361 "libc",9362 "log",9363 "region",9364 "rustc-demangle",9365 "serde",9366 "smallvec 1.6.1",9367 "target-lexicon",9368 "wasmparser",9369 "wasmtime-cache",9370 "wasmtime-environ",9371 "wasmtime-jit",9372 "wasmtime-profiling",9373 "wasmtime-runtime",9374 "wat",9375 "winapi 0.3.9",9376]93779378[[package]]9379name = "wasmtime-cache"9380version = "0.22.0"9381source = "registry+https://github.com/rust-lang/crates.io-index"9382checksum = "c01d9287e36921e46f5887a47007824ae5dbb9b7517a2d565660ab4471478709"9383dependencies = [9384 "anyhow",9385 "base64 0.13.0",9386 "bincode",9387 "directories-next",9388 "errno",9389 "file-per-thread-logger",9390 "libc",9391 "log",9392 "serde",9393 "sha2 0.9.3",9394 "toml",9395 "winapi 0.3.9",9396 "zstd",9397]93989399[[package]]9400name = "wasmtime-cranelift"9401version = "0.22.0"9402source = "registry+https://github.com/rust-lang/crates.io-index"9403checksum = "4134ed3a4316cd0de0e546c6004850afe472b0fa3fcdc2f2c15f8d449562d962"9404dependencies = [9405 "cranelift-codegen",9406 "cranelift-entity",9407 "cranelift-frontend",9408 "cranelift-wasm",9409 "wasmtime-environ",9410]94119412[[package]]9413name = "wasmtime-debug"9414version = "0.22.0"9415source = "registry+https://github.com/rust-lang/crates.io-index"9416checksum = "e91fa931df6dd8af2b02606307674d3bad23f55473d5f4c809dddf7e4c4dc411"9417dependencies = [9418 "anyhow",9419 "gimli",9420 "more-asserts",9421 "object 0.22.0",9422 "target-lexicon",9423 "thiserror",9424 "wasmparser",9425 "wasmtime-environ",9426]94279428[[package]]9429name = "wasmtime-environ"9430version = "0.22.0"9431source = "registry+https://github.com/rust-lang/crates.io-index"9432checksum = "a1098871dc3120aaf8190d79153e470658bb79f63ee9ca31716711e123c28220"9433dependencies = [9434 "anyhow",9435 "cfg-if 1.0.0",9436 "cranelift-codegen",9437 "cranelift-entity",9438 "cranelift-wasm",9439 "gimli",9440 "indexmap",9441 "log",9442 "more-asserts",9443 "serde",9444 "thiserror",9445 "wasmparser",9446]94479448[[package]]9449name = "wasmtime-jit"9450version = "0.22.0"9451source = "registry+https://github.com/rust-lang/crates.io-index"9452checksum = "738bfcd1561ede8bb174215776fd7d9a95d5f0a47ca3deabe0282c55f9a89f68"9453dependencies = [9454 "addr2line",9455 "anyhow",9456 "cfg-if 1.0.0",9457 "cranelift-codegen",9458 "cranelift-entity",9459 "cranelift-frontend",9460 "cranelift-native",9461 "cranelift-wasm",9462 "gimli",9463 "log",9464 "more-asserts",9465 "object 0.22.0",9466 "rayon",9467 "region",9468 "serde",9469 "target-lexicon",9470 "thiserror",9471 "wasmparser",9472 "wasmtime-cranelift",9473 "wasmtime-debug",9474 "wasmtime-environ",9475 "wasmtime-obj",9476 "wasmtime-profiling",9477 "wasmtime-runtime",9478 "winapi 0.3.9",9479]94809481[[package]]9482name = "wasmtime-obj"9483version = "0.22.0"9484source = "registry+https://github.com/rust-lang/crates.io-index"9485checksum = "3e96d77f1801131c5e86d93e42a3cf8a35402107332c202c245c83f34888a906"9486dependencies = [9487 "anyhow",9488 "more-asserts",9489 "object 0.22.0",9490 "target-lexicon",9491 "wasmtime-debug",9492 "wasmtime-environ",9493]94949495[[package]]9496name = "wasmtime-profiling"9497version = "0.22.0"9498source = "registry+https://github.com/rust-lang/crates.io-index"9499checksum = "60bb672c9d894776d7b9250dd9b4fe890f8760201ee4f53e5f2da772b6c4debb"9500dependencies = [9501 "anyhow",9502 "cfg-if 1.0.0",9503 "gimli",9504 "lazy_static",9505 "libc",9506 "object 0.22.0",9507 "scroll",9508 "serde",9509 "target-lexicon",9510 "wasmtime-environ",9511 "wasmtime-runtime",9512]95139514[[package]]9515name = "wasmtime-runtime"9516version = "0.22.0"9517source = "registry+https://github.com/rust-lang/crates.io-index"9518checksum = "a978086740949eeedfefcee667b57a9e98d9a7fc0de382fcfa0da30369e3530d"9519dependencies = [9520 "backtrace",9521 "cc",9522 "cfg-if 1.0.0",9523 "indexmap",9524 "lazy_static",9525 "libc",9526 "log",9527 "memoffset 0.6.1",9528 "more-asserts",9529 "psm",9530 "region",9531 "thiserror",9532 "wasmtime-environ",9533 "winapi 0.3.9",9534]95359536[[package]]9537name = "wast"9538version = "35.0.0"9539source = "registry+https://github.com/rust-lang/crates.io-index"9540checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1"9541dependencies = [9542 "leb128",9543]95449545[[package]]9546name = "wat"9547version = "1.0.36"9548source = "registry+https://github.com/rust-lang/crates.io-index"9549checksum = "0b0fa059022c5dabe129f02b429d67086400deb8277f89c975555dacc1dadbcc"9550dependencies = [9551 "wast",9552]95539554[[package]]9555name = "web-sys"9556version = "0.3.47"9557source = "registry+https://github.com/rust-lang/crates.io-index"9558checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"9559dependencies = [9560 "js-sys",9561 "wasm-bindgen",9562]95639564[[package]]9565name = "webpki"9566version = "0.21.4"9567source = "registry+https://github.com/rust-lang/crates.io-index"9568checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"9569dependencies = [9570 "ring",9571 "untrusted",9572]95739574[[package]]9575name = "webpki-roots"9576version = "0.21.0"9577source = "registry+https://github.com/rust-lang/crates.io-index"9578checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"9579dependencies = [9580 "webpki",9581]95829583[[package]]9584name = "wepoll-sys"9585version = "3.0.1"9586source = "registry+https://github.com/rust-lang/crates.io-index"9587checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"9588dependencies = [9589 "cc",9590]95919592[[package]]9593name = "which"9594version = "3.1.1"9595source = "registry+https://github.com/rust-lang/crates.io-index"9596checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"9597dependencies = [9598 "libc",9599]96009601[[package]]9602name = "which"9603version = "4.0.2"9604source = "registry+https://github.com/rust-lang/crates.io-index"9605checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"9606dependencies = [9607 "libc",9608 "thiserror",9609]96109611[[package]]9612name = "winapi"9613version = "0.2.8"9614source = "registry+https://github.com/rust-lang/crates.io-index"9615checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"96169617[[package]]9618name = "winapi"9619version = "0.3.9"9620source = "registry+https://github.com/rust-lang/crates.io-index"9621checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"9622dependencies = [9623 "winapi-i686-pc-windows-gnu",9624 "winapi-x86_64-pc-windows-gnu",9625]96269627[[package]]9628name = "winapi-build"9629version = "0.1.1"9630source = "registry+https://github.com/rust-lang/crates.io-index"9631checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"96329633[[package]]9634name = "winapi-i686-pc-windows-gnu"9635version = "0.4.0"9636source = "registry+https://github.com/rust-lang/crates.io-index"9637checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"96389639[[package]]9640name = "winapi-util"9641version = "0.1.5"9642source = "registry+https://github.com/rust-lang/crates.io-index"9643checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"9644dependencies = [9645 "winapi 0.3.9",9646]96479648[[package]]9649name = "winapi-x86_64-pc-windows-gnu"9650version = "0.4.0"9651source = "registry+https://github.com/rust-lang/crates.io-index"9652checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"96539654[[package]]9655name = "ws2_32-sys"9656version = "0.2.1"9657source = "registry+https://github.com/rust-lang/crates.io-index"9658checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"9659dependencies = [9660 "winapi 0.2.8",9661 "winapi-build",9662]96639664[[package]]9665name = "wyz"9666version = "0.2.0"9667source = "registry+https://github.com/rust-lang/crates.io-index"9668checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"96699670[[package]]9671name = "x25519-dalek"9672version = "1.1.0"9673source = "registry+https://github.com/rust-lang/crates.io-index"9674checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"9675dependencies = [9676 "curve25519-dalek 3.0.2",9677 "rand_core 0.5.1",9678 "zeroize",9679]96809681[[package]]9682name = "yamux"9683version = "0.8.1"9684source = "registry+https://github.com/rust-lang/crates.io-index"9685checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271"9686dependencies = [9687 "futures 0.3.12",9688 "log",9689 "nohash-hasher",9690 "parking_lot 0.11.1",9691 "rand 0.7.3",9692 "static_assertions",9693]96949695[[package]]9696name = "yansi"9697version = "0.5.0"9698source = "registry+https://github.com/rust-lang/crates.io-index"9699checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"97009701[[package]]9702name = "zeroize"9703version = "1.2.0"9704source = "registry+https://github.com/rust-lang/crates.io-index"9705checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"9706dependencies = [9707 "zeroize_derive",9708]97099710[[package]]9711name = "zeroize_derive"9712version = "1.0.1"9713source = "registry+https://github.com/rust-lang/crates.io-index"9714checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16"9715dependencies = [9716 "proc-macro2",9717 "quote",9718 "syn",9719 "synstructure",9720]97219722[[package]]9723name = "zstd"9724version = "0.5.4+zstd.1.4.7"9725source = "registry+https://github.com/rust-lang/crates.io-index"9726checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"9727dependencies = [9728 "zstd-safe",9729]97309731[[package]]9732name = "zstd-safe"9733version = "2.0.6+zstd.1.4.7"9734source = "registry+https://github.com/rust-lang/crates.io-index"9735checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"9736dependencies = [9737 "libc",9738 "zstd-sys",9739]97409741[[package]]9742name = "zstd-sys"9743version = "1.4.18+zstd.1.4.7"9744source = "registry+https://github.com/rust-lang/crates.io-index"9745checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"9746dependencies = [9747 "cc",9748 "glob",9749 "itertools",9750 "libc",9751]