Skip to content
Snippets Groups Projects
Cargo.lock 293 KiB
Newer Older
[[package]]
name = "sc-consensus"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6dd5b4e7a37bf78e85161bd6f01a09f0eb7cf49f2961d136885659ad6e30d49"
dependencies = [
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-consensus-aura"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
 "derive_more",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus-aura 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-consensus-aura"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0b4fbf217f3942ae545ad70cd5b5d567b4519b9acb07b35e0de5cce7e7ef195"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "sc-block-builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-consensus-slots 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-keystore 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-consensus-slots"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus-slots 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]

[[package]]
name = "sc-consensus-slots"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a334a099d5cac9054ea1ef1db4be8ed5518270027798f96d2a68c5bf69af8e"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus-slots 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-executor"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "lazy_static",
 "libsecp256k1",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-executor-wasmi 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-executor"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af77c7fda9659559e257fe330af26e7c2e8f61583c2a5c45f4c9db73d58a902b"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "lazy_static",
 "libsecp256k1",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor-wasmi 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-panic-handler 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-serializer 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "wasmi",
]

[[package]]
name = "sc-executor-common"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "parity-wasm",
 "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
 "wasmi",
]

[[package]]
name = "sc-executor-common"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6663e4d1d2f8255e6c1994ce548365a7631a82f7ab231d0b8a122cc2a0011949"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "parity-wasm",
 "sp-allocator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-serializer 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "wasmi",
]

[[package]]
name = "sc-executor-wasmi"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "sc-executor-common 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-allocator 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
 "wasmi",
]

[[package]]
name = "sc-executor-wasmi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78aeea37a28b83af11fe621ee047758e125341db96efaf7f553a4180fe48d6b8"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "sc-executor-common 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-allocator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "wasmi",
]

[[package]]
name = "sc-finality-grandpa"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-network-gossip 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4095b26b5717265d3dca8e2d70f977dfd4085f1c352dbf82217953da90a96e46"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "fork-tree 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
Hernando Castano's avatar
Hernando Castano committed
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-keystore 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-network-gossip 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "serde_json",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-arithmetic 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-finality-grandpa 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-finality-tracker 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-informant"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "ansi_term 0.12.1",
Hernando Castano's avatar
Hernando Castano committed
 "parity-util-mem",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "wasm-timer",
]

[[package]]
name = "sc-informant"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b81dbdbba0420bb4c0bf2a79bcbb78de5bd1349aad8467b3115f82be579b2972"
dependencies = [
 "ansi_term 0.12.1",
 "futures 0.3.5",
 "log",
 "parity-util-mem",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "wasm-timer",
]

[[package]]
name = "sc-keystore"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "hex",
Hernando Castano's avatar
Hernando Castano committed
 "rand 0.7.3",
 "serde_json",
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-keystore"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bbf8b58ed80e1d375aaa8ee5dedf17f68fea30c900440a695fb630a1757283"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "hex",
Hernando Castano's avatar
Hernando Castano committed
 "rand 0.7.3",
 "serde_json",
 "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "subtle 2.3.0",
[[package]]
name = "sc-light"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
 "hash-db",
 "lazy_static",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]

[[package]]
name = "sc-light"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00ce4c6f21d572549b8b8a55757a0e548ddd670ab89d9415125a4e09c0ffa74"
dependencies = [
 "hash-db",
 "lazy_static",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-network"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "async-trait",
 "bitflags",
Hernando Castano's avatar
Hernando Castano committed
 "derive_more",
 "either",
 "erased-serde",
 "fnv",
 "fork-tree 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
 "futures_codec",
 "hex",
 "ip_network",
Hernando Castano's avatar
Hernando Castano committed
 "linked-hash-map",
 "linked_hash_set",
 "lru 0.4.3",
 "nohash-hasher",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "serde",
 "serde_json",
 "slog",
 "slog_derive",
 "smallvec 0.6.13",
 "sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "thiserror",
 "unsigned-varint 0.4.0",
 "void",
 "wasm-timer",
 "zeroize",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-network"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e58ccd69ea8dd0c1e1d98e5e7ed2969aaf14d45dcf98416c679a968e752850"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "async-trait",
 "bitflags",
 "bytes 0.5.6",
Hernando Castano's avatar
Hernando Castano committed
 "derive_more",
 "either",
 "erased-serde",
 "fnv",
 "fork-tree 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
 "futures_codec",
 "hex",
 "ip_network",
Hernando Castano's avatar
Hernando Castano committed
 "linked-hash-map",
 "linked_hash_set",
 "lru 0.4.3",
Hernando Castano's avatar
Hernando Castano committed
 "nohash-hasher",
 "parity-scale-codec",
Hernando Castano's avatar
Hernando Castano committed
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-block-builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-peerset 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "serde",
 "serde_json",
 "slog",
 "slog_derive",
 "smallvec 0.6.13",
 "sp-arithmetic 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "thiserror",
 "unsigned-varint 0.4.0",
Hernando Castano's avatar
Hernando Castano committed
 "void",
 "wasm-timer",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-network-gossip"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-network-gossip"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ddb2a1cb6cd53b46e76f61c662d1561da4a7dc16a375c37849fd1f429b6803"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
 "lru 0.4.3",
 "sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "wasm-timer",
]

[[package]]
name = "sc-offchain"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
 "bytes 0.5.6",
 "fnv",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "hyper 0.13.8",
 "hyper-rustls",
 "log",
 "num_cpus",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "rand 0.7.3",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "threadpool",
]

[[package]]
name = "sc-offchain"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79495bd858351489fcebeb4e47821e15329ad5606f0d7983836e069005c3d9dd"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "bytes 0.5.6",
Hernando Castano's avatar
Hernando Castano committed
 "fnv",
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
 "hyper 0.13.8",
Hernando Castano's avatar
Hernando Castano committed
 "hyper-rustls",
Hernando Castano's avatar
Hernando Castano committed
 "num_cpus",
 "parity-scale-codec",
Hernando Castano's avatar
Hernando Castano committed
 "rand 0.7.3",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-keystore 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-offchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "threadpool",
]

[[package]]
name = "sc-peerset"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "serde_json",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-peerset"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbfaa3d62db8ad549e6d21b6e353e00e2e7338c8623c01c79e8f36b035266a4b"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "serde_json",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "wasm-timer",
]

[[package]]
name = "sc-proposer-metrics"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
 "substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]

[[package]]
name = "sc-proposer-metrics"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d42c942480b516b4bd4a32d1434f634126220cb00c8d482658700cc58dc22c6f"
dependencies = [
 "log",
 "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
[[package]]
name = "sc-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "hash-db",
 "jsonrpc-core 15.0.0",
 "jsonrpc-pubsub",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-rpc-api 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "serde_json",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-session 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]

[[package]]
name = "sc-rpc"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc3793d8ff10dbeb0b683151a1ea33570dc994195cc29451e0b72ce35179adc"
dependencies = [
 "futures 0.3.5",
 "hash-db",
 "jsonrpc-core 15.0.0",
 "jsonrpc-pubsub",
 "log",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-block-builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-keystore 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-rpc-api 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-chain-spec 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-offchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-rpc 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sc-rpc-api"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
 "derive_more",
 "futures 0.3.5",
 "jsonrpc-core 15.0.0",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "log",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "serde",
Hernando Castano's avatar
Hernando Castano committed
 "serde_json",
 "sp-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-rpc-api"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfb4b79b9b6b410c745a00eb4ead11b2ef0819e6eac970a5ec6415abf82777be"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
 "jsonrpc-core 15.0.0",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
Hernando Castano's avatar
Hernando Castano committed
 "serde",
 "serde_json",
 "sp-chain-spec 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-rpc 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-rpc-server"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "futures 0.1.29",
 "jsonrpc-core 15.0.0",
 "jsonrpc-http-server",
 "jsonrpc-ipc-server",
 "jsonrpc-pubsub",
 "jsonrpc-ws-server",
 "log",
 "serde",
 "serde_json",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]

[[package]]
name = "sc-rpc-server"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f9118867e60870b99cc1877edb4c35878babe6696335841e5b636dcba2fdb3d"
dependencies = [
 "futures 0.1.29",
 "jsonrpc-core 15.0.0",
Hernando Castano's avatar
Hernando Castano committed
 "jsonrpc-http-server",
 "jsonrpc-ipc-server",
 "jsonrpc-pubsub",
Hernando Castano's avatar
Hernando Castano committed
 "jsonrpc-ws-server",
Hernando Castano's avatar
Hernando Castano committed
 "serde",
 "serde_json",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
]

[[package]]
name = "sc-service"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
 "derive_more",
Hernando Castano's avatar
Hernando Castano committed
 "exit-future",
 "futures 0.1.29",
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
 "jsonrpc-core 15.0.0",
 "jsonrpc-pubsub",
 "lazy_static",
 "log",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.10.2",
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-executor 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-informant 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-light 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-network 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "serde",
 "serde_json",
 "slog",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-consensus 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-externalities 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-session 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-state-machine 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-tracing 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "substrate-prometheus-endpoint 0.8.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "tempfile",
 "tracing",
 "wasm-timer",
]

[[package]]
name = "sc-service"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e04b2096d7dac26c52656cd2c85bc208d2ca3316ea2185fd775763d558a980da"
dependencies = [
 "derive_more",
 "directories",
 "exit-future",
 "futures 0.1.29",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "hash-db",
 "jsonrpc-core 15.0.0",
 "jsonrpc-pubsub",
Hernando Castano's avatar
Hernando Castano committed
 "lazy_static",
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "parity-util-mem",
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-chain-spec 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client-db 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-executor 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-informant 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-keystore 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-light 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-network 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-offchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-rpc 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-rpc-server 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-telemetry 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "serde",
 "serde_json",
 "slog",
 "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
 "tracing",
 "wasm-timer",
Hernando Castano's avatar
Hernando Castano committed
name = "sc-state-db"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
 "log",
 "parity-scale-codec",
 "parity-util-mem",
 "parity-util-mem-derive",
 "parking_lot 0.10.2",
 "sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
]

[[package]]
name = "sc-state-db"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56341f78caf54af053889d1e863ca9b03004a3f471947805226fa8a6be9c9a59"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "parity-scale-codec",
 "parity-util-mem",
 "parity-util-mem-derive",
 "sc-client-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Hernando Castano's avatar
Hernando Castano committed
]
Hernando Castano's avatar
Hernando Castano committed
name = "sc-telemetry"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [
Hernando Castano's avatar
Hernando Castano committed
 "futures-timer 3.0.2",
Hernando Castano's avatar
Hernando Castano committed
 "pin-project",
 "rand 0.7.3",
 "serde",
 "slog",
 "slog-json",
 "slog-scope",
 "take_mut",
 "void",
 "wasm-timer",
]
Hernando Castano's avatar
Hernando Castano committed
name = "sc-telemetry"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5883219d0ccec3e4d50079ba63f8accc71659b93537cff66de326a382b138c4b"
Hernando Castano's avatar
Hernando Castano committed
dependencies = [