[package] name = "polkadot-cli" version = "0.7.1" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" [dependencies] log = "0.4.8" tokio = "0.2.1" futures = { version = "0.3.1", features = ["compat"] } futures01 = { package = "futures", version = "0.1.29" } structopt = "0.3.4" cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" } service = { package = "polkadot-service", path = "../service" } [features] default = [ "wasmtime" ] wasmtime = [ "cli/wasmtime" ]