# 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 = "boot-cw-plus" version = "0.8.0" authors = ["CyberHoward "] exclude = [".env"] description = "Environment generic CosmWasm-plus scripting interfaces" readme = "README.md" keywords = [ "cosmwasm", "blockchain", ] license = "GPL-3.0-only" repository = "https://github.com/Abstract-OS/BOOT" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.boot-core] version = "0.8.0" [dependencies.cosmwasm-std] version = "1.1" [dependencies.cw-multi-test] version = "0.16.0" [dependencies.cw1-whitelist] version = "1.0.1" [dependencies.cw20] version = "1.0.1" [dependencies.cw20-base] version = "1.0.1" [dependencies.serde] version = "1.0.103" features = ["derive"] default-features = false [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.tokio] version = "1.19.1"