# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "something-for-tests" version = "0.1.0" authors = ["Mohammadsadegh Najafi "] description = "for test" license = "Apache-2.0" [lib] crate-type = ["cdylib", "rlib"] [dependencies.cosmwasm-std] version = "0.15.0" features = ["iterator"] [dependencies.cosmwasm-storage] version = "0.15.0" features = ["iterator"] [dependencies.cw-storage-plus] version = "0.7.0" features = ["iterator"] [dependencies.cw0] version = "0.7.0" [dependencies.cw2] version = "0.7.0" [dependencies.cw20] version = "0.7.0" [dependencies.cw20-base] version = "0.7.0" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.23" [dev-dependencies.cosmwasm-schema] version = "0.15.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []