# 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-wasm-types" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, encapsulates essential ICS-08 Wasm Light Client data structures and domain types, as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability to facilitate development and integration across diverse IBC-enabled projects. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", "wasm", "ics08", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [lib] name = "ibc_client_wasm_types" path = "src/lib.rs" [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.displaydoc] version = "0.2.5" default-features = false [dependencies.ibc-core-client] version = "0.56.0" default-features = false [dependencies.ibc-core-host-types] version = "0.56.0" default-features = false [dependencies.ibc-primitives] version = "0.56.0" default-features = false [dependencies.ibc-proto] version = "0.51.1" default-features = false [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.rstest] version = "0.23" [dev-dependencies.serde-json] version = "1.0.1" default-features = false package = "serde-json-wasm" [features] default = ["std"] schema = [ "ibc-core-client/schema", "ibc-core-host-types/schema", "ibc-primitives/schema", "ibc-proto/json-schema", "schemars", "serde", "std", ] serde = [ "ibc-core-client/serde", "ibc-core-host-types/serde", "ibc-primitives/serde", "ibc-proto/serde", "dep:serde", ] std = [ "ibc-core-client/std", "ibc-core-host-types/std", "ibc-primitives/std", "ibc-proto/std", "base64/std", "serde/std", ]