Skip to content
Snippets Groups Projects
Cargo.lock 223 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
 "serde",
Gavin Wood's avatar
Gavin Wood committed
 "thiserror",
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
 "cfg-if 1.0.0",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
Gavin Wood's avatar
Gavin Wood committed
 "atty",
 "cast",
 "clap",
 "criterion-plot",
Gavin Wood's avatar
Gavin Wood committed
 "csv",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
Gavin Wood's avatar
Gavin Wood committed
 "oorandom",
 "plotters",
 "rayon",
 "regex",
 "serde",
 "serde_cbor",
Gavin Wood's avatar
Gavin Wood committed
 "serde_derive",
 "serde_json",
 "tinytemplate",
 "walkdir",
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
Gavin Wood's avatar
Gavin Wood committed
 "cast",
 "itertools 0.9.0",
[[package]]
name = "crossbeam-channel"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
dependencies = [
 "cfg-if 1.0.0",
 "crossbeam-utils 0.8.1",
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
 "crossbeam-epoch 0.8.2",
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
 "cfg-if 1.0.0",
 "crossbeam-epoch 0.9.1",
 "crossbeam-utils 0.8.1",
Gav's avatar
Gav committed
[[package]]
Gav Wood's avatar
Gav Wood committed
name = "crossbeam-epoch"
version = "0.8.2"
Gav's avatar
Gav committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "cfg-if 0.1.10",
 "crossbeam-utils 0.7.2",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "maybe-uninit",
Gav's avatar
Gav committed

[[package]]
name = "crossbeam-epoch"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
dependencies = [
 "cfg-if 1.0.0",
 "const_fn",
 "crossbeam-utils 0.8.1",
 "lazy_static",
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
 "cfg-if 0.1.10",
 "crossbeam-utils 0.7.2",
 "maybe-uninit",
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
 "cfg-if 0.1.10",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
[[package]]
name = "crossbeam-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
dependencies = [
 "cfg-if 1.0.0",
 "lazy_static",
]

[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-mac"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
dependencies = [
 "generic-array 0.12.3",
Gavin Wood's avatar
Gavin Wood committed
 "subtle 1.0.0",
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
 "generic-array 0.14.4",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
Gavin Wood's avatar
Gavin Wood committed
 "bstr",
 "csv-core",
 "itoa",
 "ryu",
 "serde",
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
Gavin Wood's avatar
Gavin Wood committed
 "memchr",
[[package]]
name = "ct-logs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "sct",
[[package]]
name = "ctor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10bcb9d7dcbf7002aaffbb53eac22906b64cdcc127971dcc387d8eb7c95d5560"
dependencies = [
[[package]]
name = "cuckoofilter"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
dependencies = [
 "byteorder",
 "fnv",
 "rand 0.7.3",
[[package]]
name = "curve25519-dalek"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8"
dependencies = [
 "byteorder",
 "digest 0.8.1",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
 "zeroize",
[[package]]
name = "curve25519-dalek"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f"
dependencies = [
 "byteorder",
 "digest 0.9.0",
 "rand_core 0.5.1",
[[package]]
name = "data-encoding"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
[[package]]
name = "data-encoding-macro"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a94feec3d2ba66c0b6621bca8bc6f68415b1e5c69af3586fdd0af9fd9f29b17"
dependencies = [
 "data-encoding",
 "data-encoding-macro-internal",
]

[[package]]
name = "data-encoding-macro-internal"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a"
dependencies = [
 "data-encoding",
 "syn",
]

[[package]]
name = "derive_more"
version = "0.99.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
dependencies = [
 "proc-macro2",
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "digest"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
 "generic-array 0.12.3",
]

[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
 "generic-array 0.14.4",
[[package]]
name = "directories"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"
Gavin Wood's avatar
Gavin Wood committed
 "dirs-sys",
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
 "cfg-if 1.0.0",
 "dirs-sys-next",
[[package]]
name = "dirs-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "redox_users 0.3.5",
 "winapi 0.3.9",
]

[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
 "libc",
 "redox_users 0.4.0",
 "winapi 0.3.9",
[[package]]
name = "dissimilar"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb"

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
dependencies = [
 "byteorder",
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dyn-clonable"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"
dependencies = [
 "dyn-clonable-impl",
 "dyn-clone",
]

[[package]]
name = "dyn-clonable-impl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "dyn-clone"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef"
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
 "curve25519-dalek 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "rand 0.7.3",
Gav's avatar
Gav committed
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "enumflags2_derive",
]

[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
 "proc-macro2",
[[package]]
name = "env_logger"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
 "atty",
Demi Obenour's avatar
Demi Obenour committed
[[package]]
name = "env_logger"
Demi Obenour's avatar
Demi Obenour committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
Demi Obenour's avatar
Demi Obenour committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "atty",
Gavin Wood's avatar
Gavin Wood committed
 "regex",
 "termcolor",
[[package]]
name = "environmental"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e"
[[package]]
name = "erased-serde"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c"
Gavin Wood's avatar
Gavin Wood committed
 "serde",
[[package]]
name = "errno"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"
Gavin Wood's avatar
Gavin Wood committed
 "errno-dragonfly",
 "libc",
 "winapi 0.3.9",
]

[[package]]
name = "errno-dragonfly"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
Gavin Wood's avatar
Gavin Wood committed
 "gcc",
 "libc",
[[package]]
name = "event-listener"
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
[[package]]
name = "exit-future"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "backtrace",
 "failure_derive",
]

[[package]]
name = "failure_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "synstructure",
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fastrand"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
dependencies = [
 "instant",
]
[[package]]
name = "fdlimit"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libc",
[[package]]
name = "file-per-thread-logger"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"
 "env_logger 0.7.1",
[[package]]
name = "finality-grandpa"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cd795898c348a8ec9edc66ec9e014031c764d4c88cc26d09b492cd93eb41339"
dependencies = [
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.11.1",
[[package]]
name = "fixed-hash"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
 "byteorder",
Gavin Wood's avatar
Gavin Wood committed
 "rustc-hex",
 "static_assertions",
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "flate2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
dependencies = [
 "cfg-if 1.0.0",
Gavin Wood's avatar
Gavin Wood committed
 "crc32fast",
 "libc",
 "libz-sys",
 "miniz_oxide",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "fnv"
version = "1.0.7"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
[[package]]
name = "form_urlencoded"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
 "matches",
 "percent-encoding 2.1.0",
]

[[package]]
name = "frame-benchmarking"
 "frame-support",
 "frame-system",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sp-api",
 "sp-io",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime-interface",
 "sp-std",
]

[[package]]
name = "frame-benchmarking-cli"
Gavin Wood's avatar
Gavin Wood committed
 "frame-benchmarking",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sc-cli",
 "sc-client-db",
 "sc-executor",
 "sc-service",
 "sp-externalities",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
Gavin Wood's avatar
Gavin Wood committed
 "structopt",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "frame-system",
 "hex-literal",
 "pallet-balances",
 "pallet-indices",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-tracing",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
 "frame-metadata",
 "frame-support-procedural",
 "frame-system",
 "impl-trait-for-tuples 0.2.0",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parity-util-mem",
Gavin Wood's avatar
Gavin Wood committed
 "pretty_assertions",
 "serde",
Gavin Wood's avatar
Gavin Wood committed
 "sp-arithmetic",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
Gavin Wood's avatar
Gavin Wood committed
 "sp-state-machine",
 "sp-std",
 "sp-tracing",
 "substrate-test-runtime-client",
]

[[package]]
name = "frame-support-procedural"
 "Inflector",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support-procedural-tools",
 "proc-macro2",
]

[[package]]
name = "frame-support-procedural-tools"
Gavin Wood's avatar
Gavin Wood committed
 "frame-support-procedural-tools-derive",
 "proc-macro-crate",
 "proc-macro2",
]

[[package]]
name = "frame-support-procedural-tools-derive"
 "proc-macro2",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "pretty_assertions",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
Gavin Wood's avatar
Gavin Wood committed
 "trybuild",
Gavin Wood's avatar
Gavin Wood committed
 "frame-support",
 "impl-trait-for-tuples 0.2.0",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-version",
 "substrate-test-runtime-client",
[[package]]
name = "frame-system-benchmarking"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "frame-system-rpc-runtime-api"
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sp-api",
[[package]]
name = "fs-swap"
Xiliang Chen's avatar
Xiliang Chen committed
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Xiliang Chen's avatar
Xiliang Chen committed
checksum = "5839fda247e24ca4919c87c71dd5ca658f1f39e4f06829f80e3f15c3bafcfc2c"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "libc",
 "libloading",
 "winapi 0.3.9",
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "bitflags",
 "fuchsia-zircon-sys",
]

[[package]]
name = "fuchsia-zircon-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "funty"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"

Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "futures"
version = "0.1.30"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
Gavin Wood's avatar
Gavin Wood committed
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
Gavin Wood's avatar
Gavin Wood committed
 "futures-core",
 "futures-sink",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
name = "futures-cpupool"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
dependencies = [
 "futures 0.1.30",
Gavin Wood's avatar
Gavin Wood committed
 "num_cpus",
[[package]]
name = "futures-diagnose"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"
dependencies = [
 "futures 0.1.30",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
Gavin Wood's avatar
Gavin Wood committed
 "parking_lot 0.9.0",
 "pin-project 0.4.27",
Gavin Wood's avatar
Gavin Wood committed
 "serde",
 "serde_json",
[[package]]
name = "futures-executor"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
Gavin Wood's avatar
Gavin Wood committed
 "futures-core",
 "futures-task",
 "futures-util",
 "num_cpus",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
[[package]]
name = "futures-lite"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
dependencies = [
 "fastrand",
 "futures-core",
 "futures-io",
 "memchr",
 "parking",
 "pin-project-lite 0.2.4",
[[package]]
name = "futures-macro"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"