# 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 = "2018" name = "kujira-rs-testing" version = "1.7.3" authors = ["Kujira Labs"] description = "Interfaces and utilities for Kujira cosmwasm contracts" homepage = "https://kujira.app" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Team-Kujira/kujira-rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.bech32] version = "0.11" [dependencies.cosmwasm-schema] version = "2.0" [dependencies.cosmwasm-std] version = "2.0" features = ["cosmwasm_1_3"] [dependencies.cw-multi-test] version = "2.1" features = [ "staking", "stargate", "cosmwasm_1_4", ] [dependencies.cw-storage-plus] version = "2.0" [dependencies.cw20] version = "2.0" [dependencies.hex] version = "0.4" [dependencies.kujira] version = "1.3" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [features]