[package] description = "Bizinikiwi transaction protocol" name = "pezsc-network-transactions" version = "0.33.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true homepage.workspace = true repository.workspace = true documentation.workspace = true [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] array-bytes = { workspace = true, default-features = true } codec = { features = ["derive"], workspace = true, default-features = true } futures = { workspace = true } log = { workspace = true, default-features = true } pezsc-network = { workspace = true, default-features = true } pezsc-network-common = { workspace = true, default-features = true } pezsc-network-sync = { workspace = true, default-features = true } pezsc-network-types = { workspace = true, default-features = true } pezsc-utils = { workspace = true, default-features = true } pezsp-consensus = { workspace = true, default-features = true } pezsp-runtime = { workspace = true, default-features = true } prometheus-endpoint = { workspace = true, default-features = true } [features] runtime-benchmarks = [ "pezsc-network-common/runtime-benchmarks", "pezsc-network-sync/runtime-benchmarks", "pezsc-network/runtime-benchmarks", "pezsp-consensus/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", ] std = [ "log/std", "pezsc-network-common/std", "pezsc-network-sync/std", "pezsc-network-types/std", "pezsc-network/std", "pezsc-utils/std", "pezsp-consensus/std", "prometheus-endpoint/std", ] try-runtime = [ "pezsc-network-common/try-runtime", "pezsc-network-sync/try-runtime", "pezsc-network/try-runtime", "pezsp-consensus/try-runtime", "pezsp-runtime/try-runtime", ] serde = []