# 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 = "osmosis-test-tube" version = "27.0.1" build = "build.rs" exclude = [ "osmosis", "test_artifacts", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CosmWasm integration testing for Osmosis" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/osmosis-labs/test-tube" [lib] name = "osmosis_test_tube" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.cosmrs] version = "0.20.0" features = ["cosmwasm"] [dependencies.cosmwasm-std] version = "2.1" [dependencies.osmosis-std] version = "0.27.0" [dependencies.prost] version = "0.13.3" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.test-tube] version = "0.9.0" features = ["module-wrappers"] [dependencies.thiserror] version = "1.0.34" [dev-dependencies.cw1-whitelist] version = "2.0.0" [dev-dependencies.rayon] version = "1.5.3" [build-dependencies.bindgen] version = "0.70.1" [features] default = [] wasm-sudo = ["test-tube/wasm-sudo"]