[package] name = "pezframe-system" version = "28.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true description = "FRAME system module" readme = "README.md" documentation = "https://docs.rs/pezframe-system" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bench]] name = "bench" harness = false [dependencies] cfg-if = { workspace = true } codec = { features = ["derive"], workspace = true } docify = { workspace = true } pezframe-support = { workspace = true } log = { workspace = true } scale-info = { features = ["derive", "serde"], workspace = true } serde = { features = ["alloc", "derive"], workspace = true } pezsp-core = { features = ["serde"], workspace = true } pezsp-io = { workspace = true } pezsp-runtime = { features = ["serde"], workspace = true } pezsp-version = { features = ["serde"], workspace = true } pezsp-weights = { features = ["serde"], workspace = true } [dev-dependencies] criterion = { workspace = true, default-features = true } pezsp-externalities = { workspace = true, default-features = true } pezsp-tracing = { workspace = true, default-features = true } bizinikiwi-test-runtime-client = { workspace = true } [features] default = ["std"] std = [ "codec/std", "pezframe-support/std", "log/std", "scale-info/std", "serde/std", "pezsp-core/std", "pezsp-io/std", "pezsp-runtime/std", "pezsp-version/std", "pezsp-weights/std", ] runtime-benchmarks = [ "pezframe-support/runtime-benchmarks", "pezsp-io/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "pezsp-version/runtime-benchmarks", "bizinikiwi-test-runtime-client/runtime-benchmarks", ] try-runtime = ["pezframe-support/try-runtime", "pezsp-runtime/try-runtime"] experimental = ["pezframe-support/experimental"]