[package] name = "cumulus-primitives-parachain-inherent" version = "0.16.0" authors.workspace = true edition.workspace = true description = "Inherent that needs to be present in every parachain block. Contains messages and a relay chain storage-proof." license = "Apache-2.0" [lints] workspace = true [dependencies] async-trait = { optional = true, workspace = true } codec = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true } sp-core.workspace = true sp-inherents.workspace = true sp-trie.workspace = true cumulus-primitives-core.workspace = true [features] default = ["std"] std = [ "async-trait", "codec/std", "cumulus-primitives-core/std", "scale-info/std", "sp-core/std", "sp-inherents/std", "sp-trie/std", ]