Files
pezkuwi-subxt/substrate/bin/node/rpc/Cargo.toml
T
2020-04-15 13:18:08 +02:00

31 lines
1.6 KiB
TOML

[package]
name = "node-rpc"
version = "2.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sc-client = { version = "0.8.0-dev", path = "../../../client/" }
jsonrpc-core = "14.0.3"
node-primitives = { version = "2.0.0-dev", path = "../primitives" }
node-runtime = { version = "2.0.0-dev", path = "../runtime" }
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
sp-api = { version = "2.0.0-dev", path = "../../../primitives/api" }
pallet-contracts-rpc = { version = "0.8.0-dev", path = "../../../frame/contracts/rpc/" }
pallet-transaction-payment-rpc = { version = "2.0.0-dev", path = "../../../frame/transaction-payment/rpc/" }
substrate-frame-rpc-system = { version = "2.0.0-dev", path = "../../../utils/frame/rpc/system" }
sp-transaction-pool = { version = "2.0.0-dev", path = "../../../primitives/transaction-pool" }
sc-consensus-babe = { version = "0.8.0-dev", path = "../../../client/consensus/babe" }
sc-consensus-babe-rpc = { version = "0.8.0-dev", path = "../../../client/consensus/babe/rpc" }
sp-consensus-babe = { version = "0.8.0-dev", path = "../../../primitives/consensus/babe" }
sc-keystore = { version = "2.0.0-dev", path = "../../../client/keystore" }
sc-consensus-epochs = { version = "0.8.0-dev", path = "../../../client/consensus/epochs" }
sp-consensus = { version = "0.8.0-dev", path = "../../../primitives/consensus/common" }
sp-blockchain = { version = "2.0.0-dev", path = "../../../primitives/blockchain" }