# 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 = "provwasm-test-tube" version = "0.2.0" authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"] exclude = [ "provenance", "test_artifacts", ] description = "library for building smart contract integration testing environments for Provenance Blockchain in Rust" readme = "README.md" keywords = [ "provenance", "blockchain", "smart-contracts", "defi", "finance", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/provenance-io/provwasm-test-tube" [dependencies.base64] version = "0.22.0" [dependencies.cosmrs] version = "0.20.0" features = [ "cosmwasm", "rpc", ] default-features = false [dependencies.cosmwasm-std] version = "2.1.3" features = [ "cosmwasm_2_1", "stargate", "std", ] default-features = false [dependencies.prost] version = "0.13.2" features = ["prost-derive"] default-features = false [dependencies.provwasm-std] version = "2.4.0" [dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.115" features = ["std"] [dependencies.test-tube-prov] version = "0.2.0" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.cw1-whitelist] version = "2.0.0" [dev-dependencies.rayon] version = "1.5.3" [build-dependencies.bindgen] version = "0.69.1"