# 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 = "bs721-base" version = "0.1.0-alpha.1" authors = ["Angelo Recca "] description = "Basic implementation bs721 NFTs based on the original cw721-base" homepage = "https://bitsong.io" documentation = "https://docs.bitsong.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bitsongofficial/bs-nfts" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bs721] version = "0.1.0-alpha.1" [dependencies.cosmwasm-schema] version = "1.1.5" [dependencies.cosmwasm-std] version = "1.1.5" [dependencies.cw-storage-plus] version = "0.16.0" [dependencies.cw-utils] version = "0.16.0" [dependencies.cw2] version = "0.16.0" [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.140" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.31" [features] backtraces = ["cosmwasm-std/backtraces"] library = []