# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ismp-parachain-runtime-api" version = "1.15.1" authors = ["Polytope Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Substrate runtime API for the ISMP Parachain consensus client" homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" documentation = "https://docs.rs/ismp-parachain" readme = "README.md" keywords = [ "substrate", "polkadot-sdk", "ISMP", "interoperability", ] license = "Apache-2.0" repository = "https://github.com/polytope-labs/hyperbridge" [lib] name = "ismp_parachain_runtime_api" path = "src/lib.rs" [dependencies.cumulus-pallet-parachain-system] version = "0.16.0" default-features = false [dependencies.sp-api] version = "34.0.0" default-features = false [features] default = ["std"] std = [ "sp-api/std", "cumulus-pallet-parachain-system/std", ]