# 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-metadata-onchain" version = "0.15.0" authors = [ "Ethan Frey ", "Orkun Külçe ", ] exclude = ["artifacts/*"] description = "Example extending CW721 NFT to store metadata on chain" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-nfts" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.1.0" [dependencies.cosmwasm-std] version = "1.1.0" [dependencies.cw2] version = "0.15.0" [dependencies.cw721] version = "0.15.0" [dependencies.cw721-base] version = "0.15.0" features = ["library"] [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.140" features = ["derive"] default-features = false [features] backtraces = ["cosmwasm-std/backtraces"] library = []