# 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 = "candle_auction" version = "0.1.0" authors = ["Jacksoom <lifengliu1994@gmail.com>"] description = "CosmWasm implementing candle auction" homepage = "https://github.com/jacksoom/candle-auction" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jacksoom/candle-auction" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.blake2b-ref] version = "0.3.1" [dependencies.cosmwasm-schema] version = "1.1.3" [dependencies.cosmwasm-std] version = "1.1.0" [dependencies.cosmwasm-storage] version = "1.1.0" [dependencies.cw-storage-plus] version = "0.16.0" [dependencies.cw2] version = "0.16.0" [dependencies.cw20] version = "0.16.0" [dependencies.cw721] version = "0.15.0" [dependencies.cw721-base] version = "0.15.0" [dependencies.hex] version = "0.4.3" [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.144" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.32" [dependencies.tiny-keccak] version = "2.0.0" features = ["keccak"] [dependencies.unicode-segmentation] version = "1.9.0" [features] backtraces = ["cosmwasm-std/backtraces"] library = []