# 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" rust-version = "1.65" name = "cw721-base" version = "0.18.0" authors = [ "Ethan Frey ", "Orkun Külçe ", ] description = "Basic implementation cw721 NFTs" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-nfts" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.1" [dependencies.cw-ownable] version = "0.5.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-016] version = "0.16.0" features = ["library"] package = "cw721-base" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.38" [dev-dependencies.cw-multi-test] version = "0.16.5" [features] backtraces = ["cosmwasm-std/backtraces"] library = []