Newer
Older
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
"bitflags",
"errno",
"linux-raw-sys 0.0.46",
"windows-sys 0.42.0",
]
[[package]]
name = "rustix"
version = "0.36.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
dependencies = [
"bitflags",
"errno",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.42.0",
]
[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
"base64 0.13.1",
"log",
"ring",
"sct 0.6.1",
"webpki 0.21.4",
]
[[package]]
name = "rustls"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
dependencies = [
"log",
"ring",
"sct 0.7.0",
"webpki 0.22.0",
name = "rustls-native-certs"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
]
[[package]]
name = "rustversion"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
[[package]]
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"
"futures",
"pin-project",
"static_assertions",
]
[[package]]
name = "ryu"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
[[package]]
name = "safe-mix"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
dependencies = [
"rustc_version 0.2.3",
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "sc-allocator"
version = "4.1.0-dev"
source = "git+https://github.com/paritytech/substrate?tag=monthly-2022-07#279593d87f103fa5e10c9751a97b1584f3ad79d6"
dependencies = [
"log",
"sp-core 6.0.0",
"sp-wasm-interface 6.0.0",
"thiserror",
]
[[package]]
name = "sc-allocator"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"log",
"sp-core 7.0.0",
"sp-wasm-interface 7.0.0",
"thiserror",
]
[[package]]
name = "sc-authority-discovery"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"async-trait",
"ip_network",
"libp2p",
"log",
"parity-scale-codec",
"sc-client-api",
"sc-network-common",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-authority-discovery",
"sp-blockchain",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"substrate-prometheus-endpoint",
"thiserror",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"sc-transaction-pool-api",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-inherents",
"sp-runtime 7.0.0",
]
[[package]]
name = "sc-block-builder"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-block-builder",
"sp-blockchain",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
]
[[package]]
name = "sc-chain-spec"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"sc-network-common",
"sc-telemetry",
"serde",
"serde_json",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
]
[[package]]
name = "sc-chain-spec-derive"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"proc-macro-crate",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"regex",
"rpassword",
"sc-client-api",
"sc-network-common",
"sc-service",
"sc-telemetry",
"sc-tracing",
"sp-blockchain",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"sp-panic-handler 5.0.0",
"sp-runtime 7.0.0",
"sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
"tiny-bip39 1.0.0",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-executor 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sc-transaction-pool-api",
"sc-utils",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-externalities 0.13.0",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
"sp-storage 7.0.0",
]
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"parity-scale-codec",
"parking_lot 0.12.1",
"sp-arithmetic 6.0.0",
"sp-blockchain",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
"sp-trie 7.0.0",
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"libp2p",
"log",
"parking_lot 0.12.1",
"sc-utils",
"serde",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
"substrate-prometheus-endpoint",
"thiserror",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-application-crypto 7.0.0",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-inherents",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"thiserror",
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"num-bigint 0.4.3",
"num-rational 0.4.1",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-consensus-epochs",
"sc-consensus-slots",
"sc-keystore",
"sc-telemetry",
"schnorrkel",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-application-crypto 7.0.0",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"substrate-prometheus-endpoint",
"thiserror",
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"jsonrpsee 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-rpc-api",
"serde",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-application-crypto 7.0.0",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"thiserror",
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"fork-tree",
"parity-scale-codec",
"sp-runtime 7.0.0",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"sp-arithmetic 6.0.0",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-inherents",
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
"sp-runtime 7.0.0",
"sp-state-machine 0.13.0",
]
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?tag=monthly-2022-07#279593d87f103fa5e10c9751a97b1584f3ad79d6"
dependencies = [
"lazy_static",
"lru 0.7.8",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sc-executor-wasmi 0.10.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-core 6.0.0",
"sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-externalities 0.12.0",
"sp-io 6.0.0",
"sp-panic-handler 4.0.0",
"sp-runtime-interface 6.0.0",
"sp-tasks",
"sp-trie 6.0.0",
"sp-version 5.0.0 (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-wasm-interface 6.0.0",
"tracing",
"wasmi 0.9.1",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"lru 0.8.1",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sc-executor-wasmi 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sc-executor-wasmtime",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-core 7.0.0",
"sp-externalities 0.13.0",
"sp-io 7.0.0",
"sp-panic-handler 5.0.0",
"sp-runtime-interface 7.0.0",
"sp-trie 7.0.0",
"sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
"sp-wasm-interface 7.0.0",
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
"wasmi 0.13.2",
]
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?tag=monthly-2022-07#279593d87f103fa5e10c9751a97b1584f3ad79d6"
dependencies = [
"environmental",
"parity-scale-codec",
"sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-sandbox",
"sp-serializer",
"sp-wasm-interface 6.0.0",
"thiserror",
"wasm-instrument 0.1.1",
"wasmi 0.9.1",
]
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-maybe-compressed-blob 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-wasm-interface 7.0.0",
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
"wasm-instrument 0.3.0",
"wasmi 0.13.2",
]
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?tag=monthly-2022-07#279593d87f103fa5e10c9751a97b1584f3ad79d6"
dependencies = [
"log",
"parity-scale-codec",
"sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?tag=monthly-2022-07)",
"sp-runtime-interface 6.0.0",
"sp-sandbox",
"sp-wasm-interface 6.0.0",
"wasmi 0.9.1",
]
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-runtime-interface 7.0.0",
"sp-wasm-interface 7.0.0",
"wasmi 0.13.2",
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"sc-allocator 4.1.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-runtime-interface 7.0.0",
"sp-wasm-interface 7.0.0",
"wasmtime",
]
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"finality-grandpa",
"parity-scale-codec",
"parking_lot 0.12.1",
"rand 0.8.5",
"sc-network-common",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-application-crypto 7.0.0",
"sp-arithmetic 6.0.0",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-finality-grandpa",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"thiserror",
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"finality-grandpa",
"jsonrpsee 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec",
"sc-client-api",
"sc-finality-grandpa",
"sc-rpc",
"serde",
"sp-blockchain",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"thiserror",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"sc-network-common",
"sp-blockchain",
"sp-runtime 7.0.0",
]
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parking_lot 0.12.1",
"sp-application-crypto 7.0.0",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"thiserror",
]
[[package]]
name = "sc-network"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"asynchronous-codec",
"lru 0.8.1",
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
"sc-network-common",
"sp-arithmetic 6.0.0",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"unsigned-varint",
[[package]]
name = "sc-network-bitswap"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"cid",
"futures",
"libp2p",
"log",
"sc-client-api",
"sc-network-common",
"sp-blockchain",
"sp-runtime 7.0.0",
"thiserror",
"unsigned-varint",
]
[[package]]
name = "sc-network-common"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"async-trait",
"bitflags",
"bytes",
"futures",
"futures-timer",
"linked_hash_set",
"parity-scale-codec",
"sc-consensus",
"sc-peerset",
"serde",
"smallvec",
"sp-blockchain",
"sp-consensus",
"sp-finality-grandpa",
"sp-runtime 7.0.0",
"substrate-prometheus-endpoint",
"thiserror",
]
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"lru 0.8.1",
"sc-network-common",
"sc-peerset",
"sp-runtime 7.0.0",
[[package]]
name = "sc-network-light"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"futures",
"libp2p",
"log",
"parity-scale-codec",
"sc-client-api",
"sc-network-common",
"sc-peerset",
"sp-blockchain",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"thiserror",
]
[[package]]
name = "sc-network-sync"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"array-bytes 4.2.0",
"async-trait",
"fork-tree",
"futures",
"libp2p",
"log",
"lru 0.8.1",
"parity-scale-codec",
"sc-client-api",
"sc-consensus",
"sc-network-common",
"sc-peerset",
"sp-arithmetic 6.0.0",
"sp-blockchain",
"sp-consensus",
"sp-core 7.0.0",
"sp-finality-grandpa",
"sp-runtime 7.0.0",
"thiserror",
]
[[package]]
name = "sc-network-transactions"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
dependencies = [
"futures",
"libp2p",
"log",
"parity-scale-codec",
"pin-project",
"sc-network-common",
"sc-peerset",
"sp-consensus",
"sp-runtime 7.0.0",
"substrate-prometheus-endpoint",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-network-common",
"sc-peerset",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
]
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
[[package]]
name = "sc-proposer-metrics"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"substrate-prometheus-endpoint",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"jsonrpsee 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-chain-spec",
"sc-transaction-pool-api",
"sc-utils",
"sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)",
"sp-blockchain",
"sp-core 7.0.0",
"sp-keystore 0.13.0",
"sp-runtime 7.0.0",
"sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
]
[[package]]
name = "sc-rpc-api"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"
"jsonrpsee 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec",
"sc-chain-spec",
"sc-transaction-pool-api",
"sp-core 7.0.0",
"sp-runtime 7.0.0",
"sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=master)",
]
[[package]]
name = "sc-rpc-server"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#cba59778aa5207b11f7513e5cbb127ea47dd8924"