# 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" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, contains essential top-level traits designed for the seamless integration of host chains, facilitating access to the host's storage, the efficient retrieval of states and metadata crucial for the execution of any IBC datagrams. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "host", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_core_host" path = "src/lib.rs" [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-core-channel-types] version = "0.56.0" default-features = false [dependencies.ibc-core-client-context] version = "0.56.0" default-features = false [dependencies.ibc-core-client-types] version = "0.56.0" default-features = false [dependencies.ibc-core-commitment-types] version = "0.56.0" default-features = false [dependencies.ibc-core-connection-types] version = "0.56.0" default-features = false [dependencies.ibc-core-handler-types] version = "0.56.0" default-features = false [dependencies.ibc-core-host-types] version = "0.56.0" default-features = false [dependencies.ibc-primitives] version = "0.56.0" default-features = false [dependencies.subtle-encoding] version = "0.5" default-features = false [dev-dependencies.rstest] version = "0.23" [features] borsh = [ "ibc-core-client-types/borsh", "ibc-core-client-context/borsh", "ibc-core-connection-types/borsh", "ibc-core-channel-types/borsh", "ibc-core-commitment-types/borsh", "ibc-core-host-types/borsh", "ibc-core-handler-types/borsh", "ibc-primitives/borsh", ] default = ["std"] parity-scale-codec = [ "ibc-core-client-types/parity-scale-codec", "ibc-core-connection-types/parity-scale-codec", "ibc-core-channel-types/parity-scale-codec", "ibc-core-commitment-types/parity-scale-codec", "ibc-core-host-types/parity-scale-codec", "ibc-core-handler-types/parity-scale-codec", "ibc-primitives/parity-scale-codec", ] schema = [ "ibc-core-client-types/schema", "ibc-core-client-context/schema", "ibc-core-connection-types/schema", "ibc-core-channel-types/schema", "ibc-core-commitment-types/schema", "ibc-core-host-types/schema", "ibc-core-handler-types/schema", "ibc-primitives/schema", "serde", "std", ] serde = [ "ibc-core-client-types/serde", "ibc-core-client-context/serde", "ibc-core-connection-types/serde", "ibc-core-channel-types/serde", "ibc-core-commitment-types/serde", "ibc-core-host-types/serde", "ibc-core-handler-types/serde", "ibc-primitives/serde", ] std = [ "displaydoc/std", "subtle-encoding/std", "ibc-core-client-types/std", "ibc-core-client-context/std", "ibc-core-connection-types/std", "ibc-core-channel-types/std", "ibc-core-commitment-types/std", "ibc-core-host-types/std", "ibc-core-handler-types/std", "ibc-primitives/std", ]