# 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-client-cw" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Contains types and implementations that are needed to integrate a light client, built using ibc-rs, into CosmWasm contract. It functions as a library, allowing users to import the ready-made `Context` object that is generic across light clients, introduce their concrete client type and integrate their assembled context into the CosmWasm contract's entrypoint. """ readme = "README.md" keywords = [ "ibc", "light-client", "CosmWasm", "ICS-08", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/cosmwasm-ibc" [lib] name = "ibc_client_cw" path = "src/lib.rs" [dependencies.cosmwasm-schema] version = "2.1.0" [dependencies.cosmwasm-std] version = "2.1.0" [dependencies.cw-storage-plus] version = "2.0.0" [dependencies.derive_more] version = "1.0.0" default-features = false [dependencies.ibc-client-wasm-types] version = "0.56.0" features = ["schema"] default-features = false [dependencies.ibc-core] version = "0.56.0" default-features = false [dependencies.prost] version = "0.13.1" default-features = false [dev-dependencies.serde-json] version = "1.0.1" default-features = false package = "serde-json-wasm" [features] default = ["std"] std = [ "prost/std", "ibc-core/std", "ibc-client-wasm-types/std", ] [lints.clippy] use_self = "warn" [lints.rust] trivial_casts = "deny" trivial_numeric_casts = "deny" unsafe_code = "forbid" unused_import_braces = "deny" unused_qualifications = "deny" [lints.rust.rust_2018_idioms] level = "deny" priority = 2