Newer
Older
[[package]]
name = "sc-consensus"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6dd5b4e7a37bf78e85161bd6f01a09f0eb7cf49f2961d136885659ad6e30d49"
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
"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)",
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0b4fbf217f3942ae545ad70cd5b5d567b4519b9acb07b35e0de5cce7e7ef195"
"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-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)",
]
[[package]]
name = "sc-consensus-slots"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"parking_lot 0.10.2",
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
"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)",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
dependencies = [
"derive_more",
"lazy_static",
"libsecp256k1",
"parking_lot 0.10.2",
"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)",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af77c7fda9659559e257fe330af26e7c2e8f61583c2a5c45f4c9db73d58a902b"
dependencies = [
"derive_more",
"lazy_static",
"libsecp256k1",
"parking_lot 0.10.2",
"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)",
"wasmi",
]
[[package]]
name = "sc-executor-common"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"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)",
"wasmi",
]
[[package]]
name = "sc-executor-common"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6663e4d1d2f8255e6c1994ce548365a7631a82f7ab231d0b8a122cc2a0011949"
"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)",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"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)",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78aeea37a28b83af11fe621ee047758e125341db96efaf7f553a4180fe48d6b8"
"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)",
"wasmi",
]
[[package]]
name = "sc-finality-grandpa"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"finality-grandpa",
"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)",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4095b26b5717265d3dca8e2d70f977dfd4085f1c352dbf82217953da90a96e46"
"finality-grandpa",
"fork-tree 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"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-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)",
"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)",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
"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)",
"wasm-timer",
]
[[package]]
name = "sc-keystore"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"parking_lot 0.10.2",
"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)",
"subtle 2.3.0",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bbf8b58ed80e1d375aaa8ee5dedf17f68fea30c900440a695fb630a1757283"
"parking_lot 0.10.2",
"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)",
[[package]]
name = "sc-light"
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
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)",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"derive_more",
"either",
"erased-serde",
"fnv",
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
"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",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e58ccd69ea8dd0c1e1d98e5e7ed2969aaf14d45dcf98416c679a968e752850"
"derive_more",
"either",
"erased-serde",
"fnv",
"fork-tree 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.10.2",
"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)",
"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)",
]
[[package]]
name = "sc-network-gossip"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"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)",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ddb2a1cb6cd53b46e76f61c662d1561da4a7dc16a375c37849fd1f429b6803"
"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)",
"wasm-timer",
]
[[package]]
name = "sc-offchain"
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
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"
"parking_lot 0.10.2",
"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)",
"threadpool",
]
[[package]]
name = "sc-peerset"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"sp-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?tag=v2.0.0)",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbfaa3d62db8ad549e6d21b6e353e00e2e7338c8623c01c79e8f36b035266a4b"
"sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sc-proposer-metrics"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"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)",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"jsonrpc-core 15.0.0",
"jsonrpc-pubsub",
"parking_lot 0.10.2",
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
"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",
"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)",
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfb4b79b9b6b410c745a00eb4ead11b2ef0819e6eac970a5ec6415abf82777be"
"jsonrpc-core 15.0.0",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-pubsub",
"parking_lot 0.10.2",
"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)",
]
[[package]]
name = "sc-rpc-server"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
"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",
"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)",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
"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",
"parking_lot 0.10.2",
"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)",
"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)",
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"
"parity-util-mem",
"parity-util-mem-derive",
"parking_lot 0.10.2",
"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)",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0#a200cdb93c6af5763b9c7bf313fa708764ac88ca"
"parking_lot 0.10.2",
"pin-project",
"rand 0.7.3",
"serde",
"slog",
"slog-json",
"slog-scope",
"take_mut",
"void",
"wasm-timer",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5883219d0ccec3e4d50079ba63f8accc71659b93537cff66de326a382b138c4b"