mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 08:37:56 +00:00
c45a15e559
* Add meta rpc_methods call. * Sort methods. * Bump runtime. * Change format a bit to support versioning.
23 lines
861 B
TOML
23 lines
861 B
TOML
[package]
|
|
name = "substrate-rpc-api"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
|
derive_more = "0.14.0"
|
|
futures03 = { package = "futures-preview", version = "0.3.0-alpha.17", features = ["compat"] }
|
|
jsonrpc-core = "13.2.0"
|
|
jsonrpc-core-client = "13.2.0"
|
|
jsonrpc-derive = "13.2.0"
|
|
jsonrpc-pubsub = "13.2.0"
|
|
log = "0.4"
|
|
parking_lot = "0.9.0"
|
|
primitives = { package = "substrate-primitives", path = "../../primitives" }
|
|
runtime_version = { package = "sr-version", path = "../../sr-version" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
txpool = { package = "substrate-transaction-graph", path = "../../transaction-pool/graph" }
|
|
rpc-primitives = { package = "substrate-rpc-primitives", path = "../../rpc/primitives" }
|