# 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.71.1" name = "ibc-client-tendermint-cw" version = "0.53.0" authors = ["Informal Systems "] description = """ The ICS-08 CosmWasm contract implementation of the ICS-07 Tendermint light client. """ readme = "README.md" keywords = [ "ibc", "light-client", "ics07", "tendermint", "CosmWasm", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-std] version = "1.5.4" [dependencies.ibc-client-cw] version = "0.53.0" default-features = false [dependencies.ibc-client-tendermint] version = "0.53.0" default-features = false [dependencies.ibc-core] version = "0.53.0" default-features = false [features] default = ["std"] std = [ "ibc-core/std", "ibc-client-cw/std", "ibc-client-tendermint/std", ]