Cargo.lock 207 KiB
Newer Older
 "errno-dragonfly",
 "libc",
 "winapi 0.3.8",
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.31",
 "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"
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.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
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"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "parity-scale-codec",
]

[[package]]
name = "frame-benchmarking"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
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"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
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"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "serde",
 "sp-io",
 "sp-runtime",
 "sp-std",
 "sp-tracing",
]

[[package]]
name = "frame-metadata"
version = "11.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-std",
]

[[package]]
name = "frame-support"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "bitmask",
 "frame-metadata",
 "frame-support-procedural",
 "impl-trait-for-tuples",
 "log 0.4.8",
 "once_cell",
 "parity-scale-codec",
 "paste",
 "serde",
 "sp-arithmetic",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-tracing",
]

[[package]]
name = "frame-support-procedural"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "frame-support-procedural-tools",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
]

[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "frame-support-procedural-tools-derive",
 "proc-macro-crate",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
]

[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
]

[[package]]
name = "frame-system"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
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"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
dependencies = [
 "frame-benchmarking",
 "frame-support",
 "frame-system",
 "parity-scale-codec",
 "sp-core",
 "sp-runtime",
 "sp-std",
]

[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0-rc3"
Ashley Ruglys's avatar
Ashley Ruglys committed
source = "git+https://github.com/paritytech/substrate?branch=ashley-fix-browser-informant#c409052883d20e963512c395283107dc9926c2ab"
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.8",
[[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.31",
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.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0a73299e4718f5452e45980fc1d6957a070abe308d3700b63b8673f47e1c2b3"
dependencies = [
 "bytes 0.5.4",
 "futures 0.3.5",
 "memchr",
 "pin-project",
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 = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
 "typenum",
[[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",
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",
 "stable_deref_trait",
[[package]]
name = "gimli"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"

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.4",
 "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",
 "autocfg 0.1.7",
[[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.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
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",
 "digest",
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",
 "generic-array",
 "hmac",
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"
dependencies = [
 "bytes 0.4.12",
 "fnv",
 "itoa",
[[package]]
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
 "bytes 0.5.4",
 "fnv",
 "itoa",
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "http 0.1.21",
 "tokio-buf",
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
 "bytes 0.5.4",
 "http 0.2.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"

[[package]]
name = "humantime"
Gavin Wood's avatar
Gavin Wood committed
version = "1.3.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
 "quick-error",
asynchronous rob's avatar
asynchronous rob committed

version = "0.12.35"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
dependencies = [
 "bytes 0.4.12",
 "futures 0.1.29",
 "futures-cpupool",
 "h2 0.1.26",
 "http 0.1.21",
 "http-body 0.1.0",
 "httparse",
 "iovec",
 "itoa",
 "log 0.4.8",
 "net2",
 "rustc_version",
 "time",
 "tokio 0.1.22",
 "tokio-buf",
 "tokio-executor 0.1.10",
 "tokio-io",
 "tokio-reactor",
 "tokio-tcp",
 "tokio-threadpool",
 "tokio-timer",
 "want 0.2.0",
[[package]]
name = "hyper"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f"
dependencies = [
 "bytes 0.5.4",
 "futures-channel",
 "futures-core",
 "futures-util",
 "h2 0.2.5",
 "http 0.2.1",
 "http-body 0.3.1",
 "httparse",
 "itoa",
 "log 0.4.8",
 "pin-project",
 "tokio 0.2.21",
 "tower-service",
 "want 0.3.0",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "hyper-rustls"
version = "0.20.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.4",
 "ct-logs",
 "futures-util",
 "hyper 0.13.6",
 "log 0.4.8",
 "rustls-native-certs",
 "tokio 0.2.21",
 "tokio-rustls",
 "webpki",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "matches",
 "unicode-bidi",
 "unicode-normalization",
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
 "matches",
 "unicode-bidi",
 "unicode-normalization",
[[package]]
name = "impl-codec"
Kian Paimani's avatar
Kian Paimani committed
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
dependencies = [
 "parity-scale-codec",
[[package]]
name = "impl-serde"
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "impl-serde"
version = "0.3.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "impl-trait-for-tuples"
Kian Paimani's avatar
Kian Paimani committed
version = "0.1.3"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.31",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "indexmap"
version = "1.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
dependencies = [
 "autocfg 1.0.0",
asynchronous rob's avatar
asynchronous rob committed

[[package]]