dip721-rs 0.2.1

A rust library implementing the DIP721 NFT standard types for Internet Computer
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.candid]
version = "0.10"

[dependencies.ic-cdk]
version = "0.12"

[dependencies.ic-stable-structures]
optional = true
version = "0.6"

[dependencies.serde]
version = "^1"

[dependencies.thiserror]
version = "^1"

[dev-dependencies.pretty_assertions]
version = "^1"

[features]
default = ["ic-stable-structures"]
ic-stable-structures = ["dep:ic-stable-structures"]

[lib]
name = "dip721_rs"
path = "src/lib.rs"

[package]
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
categories = ["wasm", "web-programming"]
description = "A rust library implementing the DIP721 NFT standard types for Internet Computer"
edition = "2021"
homepage = "https://github.com/veeso/dip721-rs"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["interet-computer", "nft", "ic", "dfinity", "dip721"]
license = "MIT"
name = "dip721-rs"
readme = "README.md"
repository = "https://github.com/veeso/dip721-rs"
version = "0.2.1"