# 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-connection" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, contains the implementation of the ICS-03 Connection Semantics and re-exports essential data structures and domain types from `ibc-core-connection-types` crate. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "connection", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_core_connection" path = "src/lib.rs" [dependencies.ibc-client-wasm-types] version = "0.56.0" optional = true default-features = false [dependencies.ibc-core-client] 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] version = "0.56.0" default-features = false [dependencies.ibc-primitives] version = "0.56.0" default-features = false [dependencies.prost] version = "0.13.2" optional = true default-features = false [features] borsh = [ "ibc-core-client/borsh", "ibc-core-connection-types/borsh", "ibc-core-host/borsh", "ibc-core-handler-types/borsh", "ibc-primitives/borsh", ] default = ["std"] parity-scale-codec = [ "ibc-core-client/parity-scale-codec", "ibc-core-connection-types/parity-scale-codec", "ibc-core-host/parity-scale-codec", "ibc-core-handler-types/parity-scale-codec", "ibc-primitives/parity-scale-codec", ] schema = [ "ibc-core-client/schema", "ibc-core-connection-types/schema", "ibc-core-host/schema", "ibc-core-handler-types/schema", "ibc-primitives/schema", "serde", "std", ] serde = [ "ibc-core-client/serde", "ibc-core-connection-types/serde", "ibc-core-host/serde", "ibc-core-handler-types/serde", "ibc-primitives/serde", ] std = [ "ibc-core-client/std", "ibc-core-connection-types/std", "ibc-core-host/std", "ibc-core-handler-types/std", "ibc-primitives/std", "wasm-client", ] wasm-client = [ "dep:ibc-client-wasm-types", "dep:prost", ]