# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pallet-parameters" version = "0.9.0" authors = [ "Acala Developers", "Parity Technologies ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pallet to store and configure parameters." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [lib] name = "pallet_parameters" path = "src/lib.rs" [dependencies.codec] version = "3.6.12" features = ["max-encoded-len"] default-features = false package = "parity-scale-codec" [dependencies.docify] version = "0.2.8" [dependencies.frame-benchmarking] version = "38.0.0" optional = true default-features = false [dependencies.frame-support] version = "38.0.0" features = ["experimental"] default-features = false [dependencies.frame-system] version = "38.0.0" default-features = false [dependencies.paste] version = "1.0.15" default-features = false [dependencies.scale-info] version = "2.11.1" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.209" features = ["derive"] optional = true default-features = true [dependencies.sp-core] version = "34.0.0" default-features = false [dependencies.sp-runtime] version = "39.0.1" default-features = false [dev-dependencies] [features] default = ["std"] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ "codec/std", "frame-benchmarking?/std", "frame-support/std", "frame-system/std", "scale-info/std", "serde", "sp-core/std", "sp-runtime/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]