# 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" version = "1.15.1" authors = ["Polytope Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The substrate runtime implementation of the Interoperable State Machine Protocol" 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" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" default-features = false [dependencies.codec] version = "3.1.3" default-features = false package = "parity-scale-codec" [dependencies.fortuples] version = "0.9.1" [dependencies.frame-benchmarking] version = "37.0.0" optional = true default-features = false [dependencies.frame-support] version = "37.0.0" default-features = false [dependencies.frame-system] version = "37.0.0" default-features = false [dependencies.ismp] version = "0.2.1" default-features = false [dependencies.log] version = "0.4.17" default-features = false [dependencies.mmr-primitives] version = "1.15.1" default-features = false [dependencies.scale-info] version = "2.1.1" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dependencies.sp-api] version = "34.0.0" default-features = false [dependencies.sp-core] version = "34.0.0" default-features = false [dependencies.sp-io] version = "38.0.0" default-features = false [dependencies.sp-mmr-primitives] version = "34.0.0" default-features = false [dependencies.sp-runtime] version = "39.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.pallet-timestamp] version = "36.0.0" features = ["default"] default-features = false [features] default = ["std"] disable-panic-handler = [ "sp-io/disable_panic_handler", "sp-io/disable_oom", "sp-io/disable_allocator", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-system/runtime-benchmarks", "frame-support/runtime-benchmarks", ] std = [ "codec/std", "frame-benchmarking/std", "frame-support/std", "frame-system/std", "log/std", "scale-info/std", "sp-io/std", "sp-runtime/std", "sp-std/std", "sp-core/std", "ismp/std", "sp-api/std", "serde/default", "sp-mmr-primitives/std", "mmr-primitives/std", "anyhow/std", ] testing = ["pallet-timestamp/std"] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ] unsigned = []