Cargo.lock 214 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cfg-if",
 "dirs-sys",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "dirs-sys"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "libc",
 "redox_users",
 "winapi 0.3.9",
[[package]]
name = "dlmalloc"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
dependencies = [
]

[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
dependencies = [
 "quick-error",
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "ed25519"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"
dependencies = [
 "signature",
]

Gav Wood's avatar
Gav Wood committed
[[package]]
name = "ed25519-dalek"
version = "1.0.0-pre.4"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a8a37f4e8b35af971e6db5e3897e7a6344caa3f92f6544f88125a1f5f0035a"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "curve25519-dalek",
 "rand 0.7.3",
 "sha2 0.8.2",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "either"
version = "1.5.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "enum-primitive-derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b90e520ec62c1864c8c78d637acbfe8baf5f63240f2fb8165b8325c07812dd"
dependencies = [
 "num-traits 0.1.43",
 "quote 0.3.15",
 "syn 0.11.11",
]

[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
 "num-traits 0.1.43",
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
 "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 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
 "atty",
 "humantime",
 "log 0.4.8",
 "regex",
 "termcolor",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "environmental"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516aa8d7a71cb00a1c4146f0798549b93d083d4f189b3ced8f3de6b8f11ee6c4"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "erased-serde"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "errno"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "errno-dragonfly",
 "libc",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "errno-dragonfly"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "gcc",
 "libc",
[[package]]
name = "escargot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74cf96bec282dcdb07099f7e31d9fed323bca9435a09aba7b6d99b7617bca96d"
dependencies = [
 "lazy_static",
 "log 0.4.8",
 "serde",
 "serde_json",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "exit-future"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.3.5",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "faerie"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfef65b0e94693295c5d2fe2506f0ee6f43465342d4b5331659936aee8b16084"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "goblin",
 "indexmap",
 "log 0.4.8",
 "scroll",
 "string-interner",
 "target-lexicon",
 "thiserror",
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
 "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 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
 "synstructure",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fastrand"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36a9cb09840f81cd211e435d00a4e487edd263dc3c8ff815c32dd76ad668ebed"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "fdlimit"
version = "0.1.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da54a593b34c71b889ee45f5b5bb900c74148c5f7f8c6a9479ee7899f69603c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Fedor Sakharov's avatar
Fedor Sakharov committed
[[package]]
name = "femme"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b6b21baebbed15551f2170010ca4101b9ed3fdc05822791c8bd4631840eab81"
dependencies = [
 "cfg-if",
 "js-sys",
 "log 0.4.8",
 "serde",
 "serde_derive",
 "wasm-bindgen",
 "web-sys",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "file-per-thread-logger"
version = "0.1.3"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b3937f028664bd0e13df401ba49a4567ccda587420365823242977f06609ed1"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "env_logger",
 "log 0.4.8",
[[package]]
name = "finality-grandpa"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8feb87a63249689640ac9c011742c33139204e3c134293d3054022276869133b"
dependencies = [
 "futures 0.3.5",
 "futures-timer 2.0.2",
 "log 0.4.8",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "parking_lot 0.9.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "fixed-hash"
version = "0.6.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rand 0.7.3",
 "rustc-hex",
 "static_assertions",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "flate2"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
dependencies = [
 "cfg-if",
 "crc32fast",
 "libc",
 "libz-sys",
 "miniz_oxide",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "fnv"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
asynchronous rob's avatar
asynchronous rob committed

thiolliere's avatar
thiolliere committed
[[package]]
name = "fork-tree"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "parity-scale-codec",
]

[[package]]
name = "frame-benchmarking"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-support",
 "frame-system",
 "linregress",
 "parity-scale-codec",
 "sp-api",
 "sp-io",
 "sp-runtime",
 "sp-runtime-interface",
 "sp-std",
]

[[package]]
name = "frame-benchmarking-cli"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-benchmarking",
 "parity-scale-codec",
 "sc-cli",
 "sc-client-db",
 "sc-executor",
 "sc-service",
 "sp-core",
 "sp-externalities",
 "sp-runtime",
 "sp-state-machine",
 "structopt",
]

[[package]]
name = "frame-executive"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-tracing",
]

[[package]]
name = "frame-metadata"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "11.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-std",
]

[[package]]
name = "frame-support"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "bitmask",
 "frame-metadata",
 "frame-support-procedural",
 "impl-trait-for-tuples",
 "log 0.4.8",
 "once_cell",
 "parity-scale-codec",
 "paste",
 "serde",
 "smallvec 1.4.1",
 "sp-arithmetic",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-tracing",
]

[[package]]
name = "frame-support-procedural"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-support-procedural-tools",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
]

[[package]]
name = "frame-support-procedural-tools"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-support-procedural-tools-derive",
 "proc-macro-crate",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
]

[[package]]
name = "frame-support-procedural-tools-derive"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
]

[[package]]
name = "frame-system"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-support",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-version",
[[package]]
name = "frame-system-benchmarking"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "frame-system-rpc-runtime-api"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
thiolliere's avatar
thiolliere committed
dependencies = [
 "parity-scale-codec",
 "sp-api",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "fs-swap"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921d332c89b3b61a826de38c61ee5b6e02c56806cade1b0e5d81bd71f57a71bb"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "lazy_static",
 "libc",
 "libloading",
 "winapi 0.3.9",
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bitflags",
 "fuchsia-zircon-sys",
asynchronous rob's avatar
asynchronous rob committed
]

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

[[package]]
name = "futures"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.29"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "futures"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "futures-channel"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures-core",
 "futures-sink",
[[package]]
name = "futures-channel-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a"
dependencies = [
 "futures-core-preview",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "futures-core"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
[[package]]
name = "futures-core-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.1.29",
 "num_cpus",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "futures-diagnose"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.1.29",
 "futures 0.3.5",
 "lazy_static",
 "log 0.4.8",
 "parking_lot 0.9.0",
 "pin-project",
 "serde",
 "serde_json",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "futures-executor"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
 "num_cpus",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "futures-io"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "futures-macro"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro-hack",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "futures-sink"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "futures-task"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
 "once_cell",
]
thiolliere's avatar
thiolliere committed
[[package]]
name = "futures-timer"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
dependencies = [
 "gloo-timers",
 "send_wrapper 0.4.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "futures-util"
version = "0.3.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "futures 0.1.29",
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-macro",
 "futures-sink",
 "futures-task",
 "memchr",
 "pin-project",
 "pin-utils",
 "proc-macro-hack",
 "proc-macro-nested",
 "slab",
[[package]]
name = "futures-util-preview"
version = "0.3.0-alpha.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d"
dependencies = [
 "futures-channel-preview",
 "futures-core-preview",
 "pin-utils",
 "slab",
]

[[package]]
name = "futures_codec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b"
dependencies = [
 "bytes 0.5.5",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "gcc"
version = "0.3.55"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "generator"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
dependencies = [
 "cc",
 "libc",
 "log 0.4.8",
 "rustc_version",
 "winapi 0.3.9",
]

[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
 "typenum",
[[package]]
name = "generic-array"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac746a5f3bbfdadd6106868134545e684693d54d9d44f6e9588a7d54af0bf980"
dependencies = [
 "typenum",
 "version_check",
]

[[package]]
name = "get_if_addrs"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7"
dependencies = [
 "c_linked_list",
 "get_if_addrs-sys",
 "libc",
 "winapi 0.2.8",
]

[[package]]
name = "get_if_addrs-sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48"
dependencies = [
 "gcc",
 "libc",
[[package]]
name = "getrandom"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
 "cfg-if",
 "libc",
 "wasi",
 "wasm-bindgen",
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "gimli"
version = "0.20.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayvec 0.5.1",
 "fallible-iterator",
 "indexmap",
 "smallvec 1.4.1",
 "stable_deref_trait",
[[package]]
name = "gimli"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "globset"
version = "0.4.5"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "aho-corasick",
 "bstr",
 "fnv",
 "log 0.4.8",
 "regex",
[[package]]
name = "gloo-timers"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
dependencies = [
 "futures-channel",
 "futures-core",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "goblin"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.3"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "log 0.4.8",
 "plain",
 "scroll",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12",
 "fnv",
 "futures 0.1.29",
 "http 0.1.21",
 "indexmap",
 "log 0.4.8",
 "slab",
 "string",
 "tokio-io",
[[package]]
name = "h2"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
dependencies = [
 "bytes 0.5.5",
 "fnv",
 "futures-core",
 "futures-sink",
 "futures-util",
 "http 0.2.1",
 "indexmap",
 "log 0.4.8",
 "slab",
 "tokio 0.2.21",
 "tokio-util",
[[package]]
name = "hash-db"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"

[[package]]
name = "hash256-std-hasher"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
dependencies = [
 "crunchy",
[[package]]
name = "hashbrown"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead"
 "ahash 0.2.18",
 "autocfg 0.1.7",
[[package]]
name = "hashbrown"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9b7860757ce258c89fd48d28b68c41713e597a7b09e793f6c6a6e2ea37c827"
dependencies = [
 "ahash 0.3.8",
 "autocfg 1.0.0",
]

[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
 "unicode-segmentation",
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
Kian Paimani's avatar
Kian Paimani committed
[[package]]
name = "hex"
version = "0.4.2"
Kian Paimani's avatar
Kian Paimani committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "hex-literal"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0"
dependencies = [
 "hex-literal-impl",
 "proc-macro-hack",
]

[[package]]
name = "hex-literal-impl"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "853f769599eb31de176303197b7ba4973299c38c7a7604a6bc88c3eef05b9b46"
dependencies = [
 "proc-macro-hack",
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
 "crypto-mac 0.7.0",
 "digest 0.8.1",
thiolliere's avatar
thiolliere committed
[[package]]
name = "hmac-drbg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
thiolliere's avatar
thiolliere committed
dependencies = [
 "digest 0.8.1",
 "generic-array 0.12.3",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "http"
Gavin Wood's avatar
Gavin Wood committed
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"