Cargo.lock 387 KiB
Newer Older
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-client"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "substrate-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-client-db"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-memorydb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-rocksdb 0.2.0 (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-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-consensus-babe"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "merlin 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-block-builder-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-uncles 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-consensus-babe-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-consensus-common"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.13.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "substrate-consensus-slots"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "futures 0.3.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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-consensus-uncles"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-authorship 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-debug-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-executor"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "libsecp256k1 0.3.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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-serializer 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-environ 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-jit 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-runtime 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-externalities"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-finality-grandpa"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "finality-grandpa 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-finality-grandpa-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "substrate-frame-rpc-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "frame-system-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-derive 14.0.3 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-inherents"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-keyring"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-keystore"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "subtle 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-network"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "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.9 (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 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.13.1 (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.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (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
 "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)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-block-builder 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-peerset 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-offchain"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "hyper-rustls 0.17.1 (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.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-offchain-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
[[package]]
name = "substrate-panic-handler"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
 "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.13.1 (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.41 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-phragmen"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-primitives"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "ed25519-dalek 1.0.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "libsecp256k1 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives-storage 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tiny-bip39 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-primitives-storage"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-debug-derive 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-rpc"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-pubsub 14.0.3 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-version 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-rpc-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-state-machine 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "substrate-rpc-primitives"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-rpc-servers"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "jsonrpc-core 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-pubsub 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-ws-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-runtime-interface"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-runtime-interface-proc-macro 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
]

[[package]]
name = "substrate-runtime-interface-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "Inflector 0.11.4 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-serializer"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-service"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "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.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.41 (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
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-transaction-pool-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sp-transaction-pool-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-io 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-client-db 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-consensus-common 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-executor 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-keystore 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-network 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-offchain 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-rpc 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-rpc-servers 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-session 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-tracing 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
 "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "sr-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "substrate-state-db"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-state-machine"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-externalities 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-trie 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "trie-db 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "substrate-telemetry"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.13.1 (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.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog-async 2.3.0 (git+https://github.com/paritytech/slog-async)",
 "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Kian Paimani's avatar
Kian Paimani committed
 "slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-tracing"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-telemetry 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-trie"
thiolliere's avatar
thiolliere committed
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "memory-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
 "trie-db 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-wasm-builder-runner"
Kian Paimani's avatar
Kian Paimani committed
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-wasm-interface"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-master#229f71565da196566c4c52ea7be49f42b8f3352f"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "subtle"
version = "1.0.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

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

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "syn"
Gavin Wood's avatar
Gavin Wood committed
version = "0.15.44"
asynchronous rob's avatar
asynchronous rob committed
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)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "syn"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.8"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "synstructure"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Kian Paimani's avatar
Kian Paimani committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sysinfo"
asynchronous rob's avatar
asynchronous rob 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)",
 "doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed

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

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

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "target_info"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "tempfile"
version = "3.1.0"
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)",
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "termcolor"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "textwrap"
version = "0.11.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "theban_interval_tree"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "thiserror"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "thiserror-impl 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "thiserror-impl"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "thread_local"
version = "0.3.6"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "threadpool"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "time"
version = "0.1.42"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "tiny-bip39"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tiny-keccak"
version = "1.5.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "tiny-keccak"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio"
version = "0.1.22"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio-codec"
version = "0.1.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "tokio-codec"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "tokio-current-thread"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",