# 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" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, serves as a top-level library that contain a comprehensive set of Inter-Blockchain Communication (IBC) implementations, re-exporting data structures and implementations of various IBC core, clients and applications from the `ibc-core`, `ibc-clients` and `ibc-apps` crates. """ readme = "README.md" keywords = [ "blockchain", "consensus", "cosmos", "ibc", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc" path = "src/lib.rs" [dependencies.ibc-apps] version = "0.56.0" default-features = false [dependencies.ibc-clients] version = "0.56.0" default-features = false [dependencies.ibc-core] version = "0.56.0" default-features = false [dependencies.ibc-core-host-cosmos] version = "0.56.0" default-features = false [dependencies.ibc-derive] version = "0.10.0" [dependencies.ibc-primitives] version = "0.56.0" default-features = false [features] borsh = [ "ibc-apps/borsh", "ibc-clients/borsh", "ibc-core/borsh", "ibc-core-host-cosmos/borsh", "ibc-primitives/borsh", ] default = ["std"] parity-scale-codec = [ "ibc-apps/parity-scale-codec", "ibc-clients/parity-scale-codec", "ibc-core/parity-scale-codec", "ibc-core-host-cosmos/parity-scale-codec", "ibc-primitives/parity-scale-codec", ] schema = [ "ibc-apps/schema", "ibc-clients/schema", "ibc-core/schema", "ibc-core-host-cosmos/schema", "ibc-primitives/schema", "serde", "std", ] serde = [ "ibc-apps/serde", "ibc-clients/serde", "ibc-core/serde", "ibc-core-host-cosmos/serde", "ibc-primitives/serde", ] std = [ "ibc-apps/std", "ibc-clients/std", "ibc-core/std", "ibc-core-host-cosmos/std", "ibc-primitives/std", ]