# 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" version = "0.1.0-alpha.1" authors = ["Angelo Recca "] description = "Definition and types for the BitSong-721 NFT interface based on the original CosmWasm-721" 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" [dependencies.cosmwasm-schema] version = "1.1.5" [dependencies.cosmwasm-std] version = "1.1.5" [dependencies.cw-utils] version = "0.16.0" [dependencies.schemars] version = "0.8.10" [dependencies.serde] version = "1.0.140" features = ["derive"] default-features = false