# 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" rust-version = "1.75.0" name = "ibc-core-host-types" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, encapsulates essential ICS-24 Host Requirements data structures and domain types, as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability to facilitate development and integration across diverse IBC-enabled projects. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "host", "types", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_core_host_types" path = "src/lib.rs" [dependencies.base64] version = "0.22" default-features = false [dependencies.borsh] version = "1" features = ["derive"] optional = true default-features = false [dependencies.derive_more] version = "1.0.0" features = [ "from", "into", "display", "try_into", ] default-features = false [dependencies.displaydoc] version = "0.2.5" default-features = false [dependencies.ibc-primitives] version = "0.56.0" default-features = false [dependencies.parity-scale-codec] version = "3.6.12" features = ["derive"] optional = true default-features = false [dependencies.prost] version = "0.13.2" default-features = false [dependencies.scale-info] version = "2.11.3" optional = true default-features = false [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.rstest] version = "0.23" [dev-dependencies.serde-json] version = "1.0.1" default-features = false package = "serde-json-wasm" [features] borsh = [ "dep:borsh", "ibc-primitives/borsh", ] default = ["std"] parity-scale-codec = [ "dep:parity-scale-codec", "dep:scale-info", "ibc-primitives/parity-scale-codec", ] schema = [ "dep:schemars", "ibc-primitives/schema", "serde", "std", ] serde = [ "dep:serde", "ibc-primitives/serde", ] std = [ "displaydoc/std", "ibc-primitives/std", ]