Skip to content
Cargo.lock 388 KiB
Newer Older
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "rustls"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "rustversion"
version = "1.0.0"
source = "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.11 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "ryu"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "safe-mix"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "same-file"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-authority-discovery"
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (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.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (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.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quickcheck 0.9.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",
 "sc-keystore 2.0.0",
 "sc-peerset 2.0.0",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-authority-discovery 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
name = "sc-basic-authorship"
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0",
 "sc-client 0.8.0",
 "sc-client-api 2.0.0",
 "sc-telemetry 2.0.0",
 "sc-transaction-pool 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool 2.0.0",
 "tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-block-builder"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-block-builder 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "sc-chain-spec"
version = "2.0.0"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-chain-spec-derive 2.0.0",
 "sc-telemetry 2.0.0",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
 "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.11 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
]

[[package]]
name = "sc-cli"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-telemetry 2.0.0",
 "sc-tracing 2.0.0",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-keyring 2.0.0",
 "sp-panic-handler 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-client"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (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.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0",
 "sc-client-api 2.0.0",
 "sc-telemetry 2.0.0",
 "sp-api 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-externalities 0.8.0",
 "sp-inherents 2.0.0",
 "sp-keyring 2.0.0",
 "sp-panic-handler 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "sp-std 2.0.0",
 "sp-trie 2.0.0",
 "sp-version 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-client-api"
version = "2.0.0"
dependencies = [
 "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.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0",
 "sp-api 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-externalities 0.8.0",
 "sp-inherents 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "sp-std 2.0.0",
 "sp-test-primitives 2.0.0",
 "sp-transaction-pool 2.0.0",
 "sp-trie 2.0.0",
 "sp-version 2.0.0",
name = "sc-client-db"
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-memorydb 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-rocksdb 0.4.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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-executor 0.8.0",
 "sc-state-db 0.8.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "sp-trie 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-consensus-aura"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-consensus-slots 0.8.0",
 "sc-keystore 2.0.0",
 "sc-network-test 0.8.0",
 "sc-service 0.8.0",
 "sc-telemetry 2.0.0",
 "sp-api 2.0.0",
 "sp-application-crypto 2.0.0",
 "sp-block-builder 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-consensus-aura 0.8.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-timestamp 2.0.0",
 "sp-version 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-consensus-babe"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0",
 "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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "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.2 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0",
 "sc-client 0.8.0",
 "sc-client-api 2.0.0",
 "sc-consensus-slots 0.8.0",
 "sc-consensus-uncles 0.8.0",
 "sc-keystore 2.0.0",
 "sc-network-test 0.8.0",
 "sc-service 0.8.0",
 "sc-telemetry 2.0.0",
 "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-application-crypto 2.0.0",
 "sp-block-builder 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-consensus-babe 0.8.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-timestamp 2.0.0",
 "sp-version 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
[[package]]
name = "sc-consensus-manual-seal"
version = "0.8.0"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.1 (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)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-basic-authorship 0.8.0",
 "sc-client 0.8.0",
 "sc-client-api 2.0.0",
 "sc-transaction-pool 2.0.0",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-inherents 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

name = "sc-consensus-pow"
 "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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sp-block-builder 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-consensus-pow 0.8.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-runtime 2.0.0",
 "sp-timestamp 2.0.0",
[[package]]
name = "sc-consensus-slots"
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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-telemetry 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "substrate-test-runtime-client 2.0.0",
name = "sc-consensus-uncles"
dependencies = [
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sp-authorship 2.0.0",
 "sp-core 2.0.0",
 "sp-inherents 2.0.0",
 "sp-runtime 2.0.0",
name = "sc-executor"
 "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.2.1 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (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.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor-common 0.8.0",
 "sc-executor-wasmi 0.8.0",
 "sc-executor-wasmtime 0.8.0",
 "sc-runtime-test 2.0.0",
 "sp-core 2.0.0",
 "sp-externalities 0.8.0",
 "sp-io 2.0.0",
 "sp-panic-handler 2.0.0",
 "sp-runtime-interface 2.0.0",
 "sp-serializer 2.0.0",
 "sp-state-machine 0.8.0",
 "sp-trie 2.0.0",
 "sp-version 2.0.0",
 "sp-wasm-interface 2.0.0",
 "substrate-test-runtime 2.0.0",
 "test-case 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-allocator 2.0.0",
 "sp-core 2.0.0",
 "sp-runtime-interface 2.0.0",
 "sp-serializer 2.0.0",
 "sp-wasm-interface 2.0.0",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-executor-wasmi"
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (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",
 "sp-allocator 2.0.0",
 "sp-core 2.0.0",
 "sp-runtime-interface 2.0.0",
 "sp-wasm-interface 2.0.0",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-executor-wasmtime"
dependencies = [
 "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (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",
 "sp-allocator 2.0.0",
 "sp-core 2.0.0",
 "sp-runtime-interface 2.0.0",
 "sp-wasm-interface 2.0.0",
 "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 = "sc-finality-grandpa"
dependencies = [
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "finality-grandpa 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "fork-tree 2.0.0",
 "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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project 0.4.6 (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",
 "sc-keystore 2.0.0",
 "sc-network-gossip 0.8.0",
 "sc-network-test 0.8.0",
 "sc-telemetry 2.0.0",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-consensus-babe 0.8.0",
 "sp-core 2.0.0",
 "sp-finality-grandpa 2.0.0",
 "sp-finality-tracker 2.0.0",
 "sp-inherents 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-keystore"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0",
 "sp-core 2.0.0",
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-network"
Gav Wood's avatar
Gav Wood committed
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)",
 "env_logger 0.7.1 (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",
 "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)",
 "futures_codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.15.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)",
 "linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "quickcheck 0.9.0 (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",
 "sc-client 0.8.0",
 "sc-client-api 2.0.0",
 "sc-peerset 2.0.0",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (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",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-consensus-babe 0.8.0",
 "sp-core 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-test-primitives 2.0.0",
 "substrate-test-client 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.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 = "sc-network-gossip"
dependencies = [
 "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.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-network-test"
dependencies = [
 "env_logger 0.7.1 (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.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.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0",
 "sc-client 0.8.0",
 "sp-consensus 0.8.0",
 "sp-consensus-babe 0.8.0",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
 "substrate-test-runtime 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
]

name = "sc-offchain"
version = "2.0.0"
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fnv 1.0.6 (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.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)",
 "hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (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.2 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-keystore 2.0.0",
 "sc-transaction-pool 2.0.0",
 "sp-api 2.0.0",
 "sp-core 2.0.0",
 "sp-offchain 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-peerset"
version = "2.0.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (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.44 (registry+https://github.com/rust-lang/crates.io-index)",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-rpc"
version = "2.0.0"
 "assert_matches 1.3.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.1 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-keystore 2.0.0",
 "sc-transaction-pool 2.0.0",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-rpc 2.0.0",
 "sp-runtime 2.0.0",
 "sp-session 2.0.0",
 "sp-state-machine 0.8.0",
 "sp-transaction-pool 2.0.0",
 "sp-version 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-rpc-api"
dependencies = [
 "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)",
 "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.5 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-rpc 2.0.0",
 "sp-transaction-pool 2.0.0",
 "sp-version 2.0.0",
name = "sc-rpc-server"
version = "2.0.0"
dependencies = [
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.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.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0",
name = "sc-runtime-test"
version = "2.0.0"
dependencies = [
 "sp-allocator 2.0.0",
 "sp-core 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
 "substrate-wasm-builder-runner 1.0.5",
name = "sc-service"
 "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.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "grafana-data-source 0.8.0",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (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.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-chain-spec 2.0.0",
 "sc-client-api 2.0.0",
 "sc-client-db 0.8.0",
 "sc-executor 0.8.0",
 "sc-finality-grandpa 0.8.0",
 "sc-keystore 2.0.0",
 "sc-offchain 2.0.0",
 "sc-rpc 2.0.0",
 "sc-rpc-server 2.0.0",
 "sc-telemetry 2.0.0",
 "sc-tracing 2.0.0",
 "sc-transaction-pool 2.0.0",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (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",
 "sp-application-crypto 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-consensus 0.8.0",
 "sp-consensus-babe 0.8.0",
 "sp-core 2.0.0",
 "sp-finality-grandpa 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-session 2.0.0",
 "sp-transaction-pool 2.0.0",
 "substrate-test-runtime-client 2.0.0",
 "sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-service-test"
version = "2.0.0"
dependencies = [
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "fdlimit 0.1.1 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool 2.0.0",
 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-state-db"
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
name = "sc-telemetry"
version = "2.0.0"
dependencies = [
 "bytes 0.5.4 (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.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pin-project 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "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)",
name = "sc-tracing"
version = "2.0.0"
dependencies = [
 "erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "grafana-data-source 0.8.0",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-transaction-graph"
version = "2.0.0"
dependencies = [
 "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool 2.0.0",
 "substrate-test-runtime 2.0.0",
name = "sc-transaction-pool"
version = "2.0.0"
dependencies = [
 "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)",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0",
 "sc-transaction-graph 2.0.0",
 "sp-api 2.0.0",
 "sp-blockchain 2.0.0",
 "sp-core 2.0.0",
 "sp-keyring 2.0.0",
 "sp-runtime 2.0.0",
 "sp-transaction-pool 2.0.0",
 "substrate-test-runtime-client 2.0.0",
name = "schannel"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gav Wood's avatar
Gav Wood committed
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)",
name = "schnorrkel"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
 "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",