# 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 = "injective-test-tube" version = "1.13.2-auction" exclude = [ "injective-core", "test_artifacts", ] description = "CosmWasm integration testing for Injective" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/InjectiveLabs/test-tube" [dependencies.base64] version = "0.21.5" [dependencies.cosmrs] version = "0.15.0" features = [ "cosmwasm", "rpc", ] [dependencies.cosmwasm-schema] version = "2.1.1" [dependencies.cosmwasm-std] version = "2.1.0" features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate", ] [dependencies.hex] version = "0.4.2" [dependencies.injective-cosmwasm] version = "0.3.0" [dependencies.injective-std] version = "=1.13.2-auction" [dependencies.prost] version = "0.12.3" [dependencies.serde] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.test-tube-inj] version = "2.0.1" [dependencies.thiserror] version = "1.0.34" [dev-dependencies.cw1-subkeys] version = "1.1.2" [dev-dependencies.cw1-whitelist] version = "1.1.2" [dev-dependencies.rayon] version = "1.5.3" [build-dependencies.bindgen] version = "0.60.1"