# 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 = "pallet-ismp-runtime-api" version = "1.15.1" authors = ["Polytope Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The substrate runtime API for pallet-ismp" homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" documentation = "https://docs.rs/pallet-ismp" readme = "README.md" keywords = [ "substrate", "polkadot-sdk", "ISMP", "interoperability", ] license = "Apache-2.0" repository = "https://github.com/polytope-labs/hyperbridge" [lib] name = "pallet_ismp_runtime_api" path = "src/lib.rs" [dependencies.codec] version = "3.1.3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.ismp] version = "0.2.1" default-features = false [dependencies.pallet-ismp] version = "1.15.1" default-features = false [dependencies.primitive-types] version = "0.12.1" default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.sp-api] version = "34.0.0" default-features = false [dependencies.sp-mmr-primitives] version = "34.0.0" default-features = false [features] default = ["std"] std = [ "sp-api/std", "codec/std", "pallet-ismp/std", "ismp/std", "serde", "primitive-types/std", "sp-mmr-primitives/std", ]