Files
pezkuwi-subxt/substrate/utils/frame/rpc/support/Cargo.toml
T
Ashley 9a925faf7d Remove more instances of futures01 (#4633)
* Start removing last few instances of futures01

* Use to_poll on wasm

* Revert "Use to_poll on wasm"

This reverts commit 1c61728f10d520df5f9b28c415a0db68e478b9c7.

* Fix fg test

* Upgrade network test futures

* Update offchain hyper version

* Update service test

* bump tokio to 0.2.10

* Removed some unneeded tokios

* fixes

* fix run_until_all_full

* Make service test debuggable

* Update client/offchain/src/api/http.rs

Co-Authored-By: Demi Obenour <48690212+DemiMarie-parity@users.noreply.github.com>

* Add service_test to test-int output

* nitpicking

* Finally fix test

* Give up and revert client/serviec/test

* Revert gitlab ci too

Co-authored-by: Demi Obenour <demi@parity.io>
2020-02-28 17:02:33 +01:00

24 lines
896 B
TOML

[package]
name = "substrate-frame-rpc-support"
version = "2.0.0-alpha.3"
authors = ["Parity Technologies <admin@parity.io>", "Andrew Dirksen <andrew@dirksen.com>"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate RPC for FRAME's support"
[dependencies]
futures = { version = "0.3.0", features = ["compat"] }
jsonrpc-client-transports = "14"
jsonrpc-core = "14"
codec = { package = "parity-scale-codec", version = "1" }
serde = "1"
frame-support = { version = "2.0.0-alpha.2", path = "../../../../frame/support" }
sp-storage = { version = "2.0.0-alpha.2", path = "../../../../primitives/storage" }
sc-rpc-api = { version = "0.8.0-alpha.2", path = "../../../../client/rpc-api" }
[dev-dependencies]
frame-system = { version = "2.0.0-alpha.2", path = "../../../../frame/system" }
tokio = "0.2"