[package] name = "substrate-test-client" version = "0.1.0" authors = ["Parity Technologies "] [dependencies] rhododendron = "0.3" substrate-bft = { path = "../bft" } substrate-client = { path = "../client" } parity-codec = "2.0" substrate-executor = { path = "../executor" } substrate-keyring = { path = "../../core/keyring" } substrate-primitives = { path = "../primitives" } substrate-test-runtime = { path = "../test-runtime" } sr-primitives = { path = "../sr-primitives" }