[package] name = "ismp-parachain-runtime-api" version = "1.15.1" edition = "2021" authors = ["Polytope Labs "] license = "Apache-2.0" repository = "https://github.com/polytope-labs/hyperbridge" homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" documentation = "https://docs.rs/ismp-parachain" description = "Substrate runtime API for the ISMP Parachain consensus client" keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"] readme = "./README.md" [dependencies] sp-api = { workspace = true, default-features = false } cumulus-pallet-parachain-system = { workspace = true, default-features = false } [features] default = ["std"] std = ["sp-api/std", "cumulus-pallet-parachain-system/std"]