Cargo.lock 430 KiB
Newer Older
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-executor 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-state-db 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-trie 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "substrate-prometheus-endpoint 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
name = "sc-consensus-babe"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "merlin 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-rational 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-consensus-epochs 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-consensus-slots 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-consensus-uncles 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-keystore 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-telemetry 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-block-builder 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus-babe 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-timestamp 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-consensus-epochs"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "fork-tree 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
name = "sc-consensus-slots"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-telemetry 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
name = "sc-consensus-uncles"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-authorship 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
[[package]]
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor-common 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-executor-wasmi 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-executor-wasmtime 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-externalities 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-panic-handler 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-serializer 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-trie 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-executor-common"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-allocator 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-serializer 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-executor-wasmi"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor-common 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-allocator 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-executor-wasmtime"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor-common 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-allocator 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "substrate-wasmtime 0.13.0-threadsafe.1 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-finality-grandpa"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "finality-grandpa 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-keystore 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-network-gossip 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-telemetry 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-arithmetic 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-finality-grandpa 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-finality-tracker 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "substrate-prometheus-endpoint 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
[[package]]
name = "sc-informant"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-service 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "nohash-hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-peerset 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-arithmetic 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus-babe 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "substrate-prometheus-endpoint 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-network-gossip"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-network-test"
version = "0.8.0-dev"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus-babe 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "substrate-test-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate)",
 "substrate-test-runtime-client 2.0.0-dev (git+https://github.com/paritytech/substrate)",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-keystore 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-offchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-executor 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-keystore 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-rpc-api 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-offchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-rpc 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-session 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
[[package]]
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-rpc 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
thiolliere's avatar
thiolliere committed
[[package]]
name = "sc-rpc-server"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
thiolliere's avatar
thiolliere committed
dependencies = [
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-pubsub 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
Gav Wood's avatar
Gav Wood committed
[[package]]
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-multiaddr 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-chain-spec 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-client-db 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-executor 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-keystore 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-offchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-rpc 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-rpc-server 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-telemetry 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-tracing 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-transaction-pool 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-session 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "substrate-prometheus-endpoint 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sysinfo 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
]

source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-telemetry"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing-core 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-transaction-graph"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-transaction-pool"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sc-transaction-graph 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "schannel"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "curve25519-dalek 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "merlin 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
name = "scroll_derive"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "security-framework"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "security-framework-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "security-framework-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "send_wrapper"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "send_wrapper"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
]

[[package]]
name = "serde_derive"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
]

Gavin Wood's avatar
Gavin Wood committed
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
[[package]]
name = "sha1"
version = "0.6.0"
Kian Paimani's avatar
Kian Paimani committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sha3"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "shared_memory"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "shared_memory_derive 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "theban_interval_tree 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "shared_memory_derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
name = "shell32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "slog"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
]
name = "slog-json"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "erased-serde 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "slog-scope"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "slog_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "snow"
Gavin Wood's avatar
Gavin Wood committed
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "chacha20-poly1305-aead 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.16.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "x25519-dalek 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-allocator"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
[[package]]
name = "sp-api"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
thiolliere's avatar
thiolliere committed
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api-proc-macro 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "sp-api-proc-macro"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
thiolliere's avatar
thiolliere committed
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-application-crypto"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
name = "sp-arithmetic"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-debug-derive 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-authority-discovery"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)",
name = "sp-authorship"
source = "git+https://github.com/paritytech/substrate#feac1d9bce3a3a94c731ed0c57a07edd8f2940d5"