# 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 = "cw721-marketplace-utils" version = "0.1.5" authors = [ "Drew Taylor ", "Guy Garcia ", ] description = "Utility types and helpers for cw721-marketplace, cw721-marketplace-permissioned and cw721-marketplace-single-collection" readme = "README.md" license = "Apache-2.0" [dependencies.cosmwasm-std] version = "~1.5.0" [dependencies.cw20] version = "0.13.4" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0"