Files
pezkuwi-subxt/substrate/bin/node/rpc/Cargo.toml
T
Benjamin Kampmann c412c6230e Cargo.toml fixups for the release (#4975)
* setting versions to development pre-release

fixing version in dependencies

* unset already released wasm-builder

* do not publish test crates

* adding licenses

* setting homepage metadata

* set repository url
2020-02-21 17:07:00 +01:00

28 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/"
[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" }