# 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 = "stargaze-reserve-auction" version = "1.0.0" authors = [ "Shane Vitarana ", "Tasio Victoria ", ] exclude = [ "contract.wasm", "hash.txt", ] description = "Stargaze Reserve Auction Contract" homepage = "https://stargaze.zone" readme = "README.md" license = "BUSL-1.1" repository = "https://github.com/public-awesome/marketplace" [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "schema" path = "src/bin/schema.rs" doc = false [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.1" [dependencies.cw-storage-macro] version = "0.16.0" [dependencies.cw-storage-plus] version = "0.16.0" [dependencies.cw-utils] version = "0.16.0" [dependencies.cw2] version = "0.16.0" [dependencies.cw721] version = "0.16.0" [dependencies.cw721-base] version = "0.16.0" features = ["library"] [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.sg-marketplace-common] version = "1.1.0" [dependencies.sg-std] version = "2.1.0" [dependencies.sg1] version = "2.1.0" [dependencies.sg721-base] version = "2.1.0" features = ["library"] [dependencies.stargaze-fair-burn] version = "1.0.2" features = ["library"] [dependencies.thiserror] version = "1.0.31" [dev-dependencies.anyhow] version = "1.0.41" [dev-dependencies.cw-multi-test] version = "0.16.0" [dev-dependencies.regex] version = "1.8.3" [dev-dependencies.sg-multi-test] version = "2.1.0" [dev-dependencies.sg2] version = "2.1.0" [dev-dependencies.sg721] version = "2.1.0" features = ["library"] [dev-dependencies.test-suite] version = "2.1.0" [dev-dependencies.vending-minter] version = "2.1.0" features = ["library"] [features] backtraces = ["cosmwasm-std/backtraces"] library = []