# 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-core-client-context" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintaind by `ibc-rs`, contains essential APIs to interface with the host chain's store, enabling smooth client state transitions. Additionally, provides necessary traits for implementing custom IBC light clients. """ readme = "README.md" keywords = [ "blockchain", "cosmos", "ibc", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [package.metadata.docs.rs] all-features = true [lib] name = "ibc_core_client_context" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = [ "from", "into", "display", "try_into", ] default-features = false [dependencies.displaydoc] version = "0.2.5" default-features = false [dependencies.ibc-core-client-types] version = "0.56.0" default-features = false [dependencies.ibc-core-commitment-types] version = "0.56.0" default-features = false [dependencies.ibc-core-handler-types] 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.subtle-encoding] version = "0.5" default-features = false [dependencies.tendermint] version = "0.40.0" default-features = false [features] borsh = [ "ibc-core-client-types/borsh", "ibc-core-commitment-types/borsh", "ibc-core-host-types/borsh", "ibc-core-handler-types/borsh", "ibc-primitives/borsh", ] default = ["std"] parity-scale-codec = [ "ibc-core-client-types/parity-scale-codec", "ibc-core-commitment-types/parity-scale-codec", "ibc-core-host-types/parity-scale-codec", "ibc-core-handler-types/parity-scale-codec", "ibc-primitives/parity-scale-codec", ] schema = [ "ibc-core-client-types/schema", "ibc-core-host-types/schema", "ibc-core-handler-types/schema", "ibc-primitives/schema", "serde", "std", ] serde = [ "ibc-core-client-types/serde", "ibc-core-commitment-types/serde", "ibc-core-host-types/serde", "ibc-core-handler-types/serde", "ibc-primitives/serde", ] std = [ "displaydoc/std", "subtle-encoding/std", "ibc-core-client-types/std", "ibc-core-commitment-types/std", "ibc-core-host-types/std", "ibc-core-handler-types/std", "ibc-primitives/std", "tendermint/std", ]