# 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.72.1" name = "ibc-clients" version = "0.55.1" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, re-exports a comprehensive set of libraries that implement various IBC light clients, enabling smooth integration with IBC-enabled blockchains. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "applications", "tendermint", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_clients" path = "src/lib.rs" [dependencies.ibc-client-tendermint] version = "0.55.1" default-features = false [dependencies.ibc-client-wasm-types] version = "0.55.1" default-features = false [features] borsh = ["ibc-client-tendermint/borsh"] default = ["std"] parity-scale-codec = ["ibc-client-tendermint/parity-scale-codec"] schema = [ "ibc-client-tendermint/schema", "ibc-client-wasm-types/schema", "serde", "std", ] serde = [ "ibc-client-tendermint/serde", "ibc-client-wasm-types/serde", ] std = [ "ibc-client-tendermint/std", "ibc-client-wasm-types/std", ]