[package] name = "remote-externalities" version = "0.9.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0" homepage = "https://substrate.dev" repository = "https://github.com/paritytech/substrate/" description = "An externalities provided environemnt that can load itself from remote nodes or cache files" readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpc-core-client = { version = "15.1.0", features = ["http"] } sc-rpc-api = { version = "0.9.0", path = "../../../client/rpc-api" } sc-rpc = { version = "3.0.0", path = "../../../client/rpc" } futures = "0.1.29" hex-literal = "0.3.1" env_logger = "0.8.2" log = "0.4.11" bincode = "1.3.1" tokio = "0.1.22" sp-io = { version = "3.0.0", path = "../../../primitives/io" } sp-core = { version = "3.0.0", path = "../../../primitives/core" } [dev-dependencies] async-std = { version = "1.6.5", features = ["attributes"] } [features] remote-test = []