[package] name = "polkadot-node-core-parachains-inherent" version = "7.0.0" authors.workspace = true edition.workspace = true license.workspace = true description = "Parachains inherent data provider for Polkadot node" [lints] workspace = true [dependencies] futures = "0.3.30" futures-timer = "3.0.2" gum = { package = "tracing-gum", path = "../../gum" } thiserror = { workspace = true } async-trait = "0.1.79" polkadot-node-subsystem = { path = "../../subsystem" } polkadot-overseer = { path = "../../overseer" } polkadot-primitives = { path = "../../../primitives" } sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } sp-inherents = { path = "../../../../substrate/primitives/inherents" }