# 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" name = "ixc_testing" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interchain SDK Testing" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-sdk" [lib] name = "ixc_testing" path = "src/lib.rs" [dependencies.allocator-api2] version = "0.2.18" [dependencies.arc-swap] version = "1.7.1" [dependencies.imbl] version = "3.0.0" [dependencies.ixc] version = "0.0.5" [dependencies.ixc_core] version = "0.0.4" [dependencies.ixc_core_macros] version = "0.0.4" [dependencies.ixc_message_api] version = "0.0.4" [dependencies.ixc_schema] version = "0.0.4" [dependencies.ixc_schema_macros] version = "0.0.3" [dependencies.ixc_vm_api] version = "0.0.2" [dependencies.thiserror] version = "1.0.64" [lints.rust] missing_docs = "deny" [lints.rustdoc] broken_intra_doc_links = "deny" private_intra_doc_links = "deny"