# 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-nft" version = "1.0.0" authors = [ "meow@cron.cat", "@tjtc", "@mikedotexe", "@NinoLipartiia", "@Buckram123", "deveusss", ] description = "Provides CosmWasm queries of NFT contracts, 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 = false debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "=1.1.9" [dependencies.cosmwasm-std] version = "1.1.9" [dependencies.cw2] version = "1.0.1" [dependencies.cw721] version = "0.16.0" [dependencies.mod-sdk] version = "1.0.0" [dev-dependencies.cw-multi-test] version = "0.16.0" [dev-dependencies.cw721-base] version = "0.16.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []