[package] name = "substrate-cli-test-utils" description = "CLI testing utilities" version = "0.1.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" homepage = "https://substrate.io" repository = "https://github.com/paritytech/substrate/" publish = false [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] substrate-rpc-client = { path = "../../utils/frame/rpc/client" } assert_cmd = "2.0.10" nix = "0.26.2" regex = "1.7.3" tempfile = "3.5.0" tokio = { version = "1.22.0", features = ["full"] } node-primitives = { path = "../../bin/node/primitives" } futures = "0.3.28"