# 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 = "croncat-mod-generic" version = "1.0.4" authors = [ "meow@cron.cat", "@tjtc", "@mikedotexe", "@NinoLipartiia", "@Buckram123", "deveusss", ] description = "Allows for CosmWasm raw queries through this module, helpful when making CronCat tasks with queries." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/CronCats/cw-croncat" resolver = "1" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.2" [dependencies.cosmwasm-std] version = "1.2" [dependencies.cw2] version = "1.0.1" [dependencies.mod-sdk] version = "1.0.4" [dependencies.serde-cw-value] version = "0.7.0" [dependencies.serde-json-wasm] version = "0.5.0" [dev-dependencies.croncat-mod-balances] version = "1.0.4" [dev-dependencies.cw-multi-test] version = "0.16.0" [dev-dependencies.cw-utils] version = "0.16.0" [dev-dependencies.cw20] version = "0.16.0" [dev-dependencies.cw20-base] version = "0.16.0" [dev-dependencies.cw4] version = "1.0.1" [dev-dependencies.cw4-group] version = "1.0.1" [dev-dependencies.serde_json] version = "1.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []