[package] name = "bizinikiwi-test-runtime-client" version = "2.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true publish = false description = "Bizinikiwi utility: test runtime client" documentation = "https://docs.rs/bizinikiwi-test-runtime-client" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = { workspace = true } pezsc-block-builder = { workspace = true, default-features = true } pezsc-client-api = { workspace = true, default-features = true } pezsc-consensus = { workspace = true, default-features = true } pezsp-api = { workspace = true, default-features = true } pezsp-blockchain = { workspace = true, default-features = true } pezsp-consensus = { workspace = true, default-features = true } pezsp-core = { workspace = true, default-features = true } pezsp-runtime = { workspace = true, default-features = true } bizinikiwi-test-client = { workspace = true } bizinikiwi-test-runtime = { workspace = true } [features] bls-experimental = ["bizinikiwi-test-runtime/bls-experimental"] runtime-benchmarks = [ "pezsc-block-builder/runtime-benchmarks", "pezsc-client-api/runtime-benchmarks", "pezsc-consensus/runtime-benchmarks", "pezsp-api/runtime-benchmarks", "pezsp-blockchain/runtime-benchmarks", "pezsp-consensus/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "bizinikiwi-test-client/runtime-benchmarks", "bizinikiwi-test-runtime/runtime-benchmarks", ]