[package] authors.workspace = true edition.workspace = true name = "staging-parachain-info" version = "0.17.0" license = "Apache-2.0" description = "Pallet to store the parachain ID" [lints] workspace = true [dependencies] codec = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true } frame-support.workspace = true frame-system.workspace = true sp-runtime.workspace = true cumulus-primitives-core.workspace = true [features] default = ["std"] std = [ "codec/std", "cumulus-primitives-core/std", "frame-support/std", "frame-system/std", "scale-info/std", "sp-runtime/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]