# 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 = "persistence-test-tube" version = "1.1.2" exclude = [ "persistenceCore", "test_artifacts", ] description = "CosmWasm integration testing for Persistence" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/persistenceOne/test-tube" [dependencies.base64] version = "0.13.0" [dependencies.cosmrs] version = "0.15.0" features = ["cosmwasm"] [dependencies.cosmwasm-std] version = "1.4.0" [dependencies.persistence-std] version = "1.1.1" [dependencies.prost] version = "0.12.0" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.test-tube-x] version = "1.1.0" features = ["module-wrappers"] [dependencies.thiserror] version = "1.0.34" [dev-dependencies.cw1-whitelist] version = "0.15.0" [dev-dependencies.rayon] version = "1.5.3" [build-dependencies.bindgen] version = "0.60.1"