shell-wallet-nft 0.17.0

Basic implementation cw721 NFTs
Documentation
# 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 = "shell-wallet-nft"
version = "0.17.0"
authors = ["ubuntu"]
description = "Basic implementation cw721 NFTs"
homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com"
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.cosmwasm-storage]
version = "1.1.3"

[dependencies.cw-ownable]
version = "0.5.0"

[dependencies.cw-storage-plus]
version = "1.0.1"

[dependencies.cw2]
version = "1.0.1"

[dependencies.cw721]
version = "0.17.0"

[dependencies.cw721-base]
version = "0.17.0"
features = ["library"]

[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.2"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []