# 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-testkit" version = "0.56.0" authors = ["Informal Systems "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Maintained by `ibc-rs`, serves as a versatile library that provides essential abstractions and implementations, fulfilling a dual role of enabling rigorous integration testing for the `ibc-rs` implementation while also aiding host chains in addressing a broad spectrum of testing scenarios during their integrations with `ibc-rs`. """ readme = "README.md" keywords = [ "blockchain", "consensus", "cosmos", "ibc", "tendermint", ] license = "Apache-2.0" repository = "https://github.com/cosmos/ibc-rs" [lib] name = "ibc_testkit" path = "src/lib.rs" [dependencies.basecoin-store] version = "0.2.0" [dependencies.bon] version = "2.3.0" [dependencies.borsh] version = "1" features = ["derive"] optional = true default-features = false [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] version = "0.56.0" features = ["std"] default-features = false [dependencies.ibc-proto] version = "0.51.1" default-features = false [dependencies.ibc-query] version = "0.56.0" default-features = false [dependencies.parking_lot] version = "0.12.3" default-features = false [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.serde-json] version = "1.0.1" optional = true default-features = false package = "serde-json-wasm" [dependencies.subtle-encoding] version = "0.5" default-features = false [dependencies.tendermint] version = "0.40.0" default-features = false [dependencies.tendermint-testgen] version = "0.40.0" default-features = false [dev-dependencies.hex] version = "0.4.3" default-features = false [dev-dependencies.rstest] version = "0.23" [features] borsh = [ "dep:borsh", "ibc/borsh", "ibc-proto/borsh", ] default = ["std"] parity-scale-codec = [ "ibc/parity-scale-codec", "ibc-proto/parity-scale-codec", ] schema = [ "dep:schemars", "ibc/schema", "ibc-proto/json-schema", "serde", "std", ] serde = [ "dep:serde", "ibc/serde", "ibc-proto/serde", "dep:serde-json", ] std = [ "hex/std", "serde/std", "serde-json/std", "ibc/std", "ibc-proto/std", "tendermint/std", ]