bd2d665c4e
- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates) - Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features - Regenerate umbrella crate with proper feature propagation - Format all TOML files with taplo This resolves check-umbrella and check-zepter CI failures.
125 lines
4.4 KiB
TOML
125 lines
4.4 KiB
TOML
[package]
|
|
name = "pez-node-testing"
|
|
version = "3.0.0-dev"
|
|
authors.workspace = true
|
|
description = "Test utilities for Bizinikiwi node."
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
documentation.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
bizinikiwi-test-client = { workspace = true }
|
|
codec = { workspace = true, default-features = true }
|
|
fs_extra = { workspace = true }
|
|
futures = { workspace = true }
|
|
log = { workspace = true, default-features = true }
|
|
node-cli = { workspace = true }
|
|
pez-kitchensink-runtime = { workspace = true }
|
|
pez-node-primitives = { workspace = true, default-features = true }
|
|
pezframe-metadata-hash-extension = { workspace = true, default-features = true }
|
|
pezframe-system = { workspace = true, default-features = true }
|
|
pezpallet-asset-conversion = { workspace = true, default-features = true }
|
|
pezpallet-asset-conversion-tx-payment = { workspace = true, default-features = true }
|
|
pezpallet-revive = { workspace = true, default-features = true }
|
|
pezpallet-skip-feeless-payment = { workspace = true, default-features = true }
|
|
pezsc-block-builder = { workspace = true, default-features = true }
|
|
pezsc-client-api = { workspace = true, default-features = true }
|
|
pezsc-client-db = { features = [
|
|
"rocksdb",
|
|
], workspace = true, default-features = true }
|
|
pezsc-consensus = { workspace = true, default-features = true }
|
|
pezsc-executor = { workspace = true, default-features = true }
|
|
pezsc-service = { features = [
|
|
"rocksdb",
|
|
], workspace = true, default-features = true }
|
|
pezsp-api = { workspace = true, default-features = true }
|
|
pezsp-block-builder = { 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-crypto-hashing = { workspace = true, default-features = true }
|
|
pezsp-inherents = { workspace = true, default-features = true }
|
|
pezsp-keyring = { workspace = true, default-features = true }
|
|
pezsp-runtime = { workspace = true, default-features = true }
|
|
pezsp-timestamp = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
|
|
[features]
|
|
runtime-benchmarks = [
|
|
"bizinikiwi-test-client/runtime-benchmarks",
|
|
"node-cli/runtime-benchmarks",
|
|
"pez-kitchensink-runtime/runtime-benchmarks",
|
|
"pez-node-primitives/runtime-benchmarks",
|
|
"pezframe-metadata-hash-extension/runtime-benchmarks",
|
|
"pezframe-system/runtime-benchmarks",
|
|
"pezpallet-asset-conversion-tx-payment/runtime-benchmarks",
|
|
"pezpallet-asset-conversion/runtime-benchmarks",
|
|
"pezpallet-revive/runtime-benchmarks",
|
|
"pezpallet-skip-feeless-payment/runtime-benchmarks",
|
|
"pezsc-block-builder/runtime-benchmarks",
|
|
"pezsc-client-api/runtime-benchmarks",
|
|
"pezsc-client-db/runtime-benchmarks",
|
|
"pezsc-consensus/runtime-benchmarks",
|
|
"pezsc-executor/runtime-benchmarks",
|
|
"pezsc-service/runtime-benchmarks",
|
|
"pezsp-api/runtime-benchmarks",
|
|
"pezsp-block-builder/runtime-benchmarks",
|
|
"pezsp-blockchain/runtime-benchmarks",
|
|
"pezsp-consensus/runtime-benchmarks",
|
|
"pezsp-inherents/runtime-benchmarks",
|
|
"pezsp-keyring/runtime-benchmarks",
|
|
"pezsp-runtime/runtime-benchmarks",
|
|
"pezsp-timestamp/runtime-benchmarks",
|
|
]
|
|
std = [
|
|
"bizinikiwi-test-client/std",
|
|
"log/std",
|
|
"node-cli/std",
|
|
"pezsc-block-builder/std",
|
|
"pezsc-client-api/std",
|
|
"pezsc-client-db/std",
|
|
"pezsc-consensus/std",
|
|
"pezsc-service/std",
|
|
"pezsp-blockchain/std",
|
|
"pezsp-consensus/std",
|
|
"pezsp-timestamp/std",
|
|
]
|
|
try-runtime = [
|
|
"bizinikiwi-test-client/try-runtime",
|
|
"node-cli/try-runtime",
|
|
"pez-kitchensink-runtime/try-runtime",
|
|
"pez-node-primitives/try-runtime",
|
|
"pezframe-metadata-hash-extension/try-runtime",
|
|
"pezframe-system/try-runtime",
|
|
"pezpallet-asset-conversion-tx-payment/try-runtime",
|
|
"pezpallet-asset-conversion/try-runtime",
|
|
"pezpallet-revive/try-runtime",
|
|
"pezpallet-skip-feeless-payment/try-runtime",
|
|
"pezsc-block-builder/try-runtime",
|
|
"pezsc-client-api/try-runtime",
|
|
"pezsc-client-db/try-runtime",
|
|
"pezsc-consensus/try-runtime",
|
|
"pezsc-executor/try-runtime",
|
|
"pezsc-service/try-runtime",
|
|
"pezsp-api/try-runtime",
|
|
"pezsp-block-builder/try-runtime",
|
|
"pezsp-blockchain/try-runtime",
|
|
"pezsp-consensus/try-runtime",
|
|
"pezsp-inherents/try-runtime",
|
|
"pezsp-keyring/try-runtime",
|
|
"pezsp-runtime/try-runtime",
|
|
"pezsp-timestamp/try-runtime",
|
|
]
|
|
serde = []
|
|
experimental = []
|
|
with-tracing = []
|