# 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-inherent" version = "1.15.1" authors = ["Polytope Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ISMP parachain consensus client inherent provider" homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" documentation = "https://docs.rs/ismp-parachain-inherent" readme = "README.md" keywords = [ "substrate", "polkadot-sdk", "ISMP", "interoperability", ] license = "Apache-2.0" repository = "https://github.com/polytope-labs/hyperbridge" [lib] name = "ismp_parachain_inherent" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" default-features = false [dependencies.async-trait] version = "0.1.63" [dependencies.codec] version = "3.1.3" features = ["derive"] default-features = true package = "parity-scale-codec" [dependencies.cumulus-primitives-core] version = "0.15.0" default-features = true [dependencies.cumulus-relay-chain-interface] version = "0.17.0" [dependencies.ismp] version = "0.2.1" default-features = true [dependencies.ismp-parachain] version = "1.15.1" default-features = true [dependencies.ismp-parachain-runtime-api] version = "1.15.1" default-features = true [dependencies.log] version = "0.4.21" [dependencies.pallet-ismp-runtime-api] version = "1.15.1" default-features = true [dependencies.sp-api] version = "34.0.0" default-features = true [dependencies.sp-blockchain] version = "37.0.0" default-features = true [dependencies.sp-inherents] version = "34.0.0" default-features = true [dependencies.sp-runtime] version = "39.0.0" default-features = true