[package] description = "library for building integration testing environments for cosmos-sdk chains in Rust" edition = "2021" license = "MIT OR Apache-2.0" name = "classic-core-test-tube" repository = "https://github.com/osmosis-labs/test-tube" version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.13.0" cosmwasm-std = {version = "1.4.0", features = ["stargate"]} classic-rust = {version = "0.2.0", path = "../../proto"} cosmrs = {version = "0.9.0", features = ["cosmwasm", "rpc"]} prost = "0.11.9" serde = "1.0.144" serde_json = "1.0.85" thiserror = "1.0.34" [dev-dependencies] cw1-whitelist = "0.15.0" rayon = "1.5.3" [features] default = []