[package] name = "pallet-collective-content" version = "0.16.0" authors = ["Parity Technologies "] edition.workspace = true description = "Managed content" license = "Apache-2.0" [lints] workspace = true [dependencies] codec = { features = ["derive", "max-encoded-len"], workspace = true } scale-info = { features = ["derive"], workspace = true } frame-benchmarking = { optional = true, workspace = true } frame-support.workspace = true frame-system.workspace = true sp-core.workspace = true sp-runtime.workspace = true [dev-dependencies] sp-io = { path = "../../../../substrate/primitives/io", default-features = false } [features] default = ["std"] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ] std = [ "codec/std", "frame-benchmarking/std", "frame-support/std", "frame-system/std", "scale-info/std", "sp-core/std", "sp-runtime/std", ]