# 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 = "sg721-updatable" version = "3.15.0" authors = [ "John Y ", "Shane Vitarana ", ] build = false exclude = [ "contract.wasm", "hash.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Stargaze Updatable NFT collection contract" homepage = "https://stargaze.zone" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/public-awesome/launchpad" [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] name = "sg721_updatable" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "schema" path = "examples/schema.rs" [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.1" [dependencies.cw-storage-plus] version = "1.1.0" [dependencies.cw-utils] version = "1.0.1" [dependencies.cw2] version = "1.1.0" [dependencies.cw721] version = "0.18.0" [dependencies.cw721-base] version = "0.18.0" features = ["library"] [dependencies.schemars] version = "0.8.11" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.sg-std] version = "3.2.0" [dependencies.sg1] version = "3.14.0" [dependencies.sg721] version = "3.14.0" [dependencies.sg721-base] version = "3.14.0" features = ["library"] [dependencies.thiserror] version = "1.0.31" [dev-dependencies.cosmwasm-schema] version = "1.2.1" [dev-dependencies.cw-multi-test] version = "0.16.2" [dev-dependencies.cw721] version = "0.18.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []