[package]
edition = "2021"
name = "spawn-nft"
version = "0.1.0"
authors = ["nzengi <zenginureddin1@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A highly optimized Rust WebAssembly (WASM) library for Ethereum NFT management."
homepage = "https://github.com/nzengi/spawn-nft"
documentation = "https://docs.rs/spawn-nft"
readme = "README.md"
keywords = [
"ethereum",
"nft",
"wasm",
"rust",
]
categories = [
"cryptography",
"web-programming",
]
license = "MIT"
repository = "https://github.com/nzengi/spawn-nft"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz"]
[profile.release]
lto = true
[lib]
name = "spawn_nft"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.console_error_panic_hook]
version = "0.1.6"
optional = true
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.web-sys]
version = "0.3"
features = ["console"]
[dev-dependencies.wasm-bindgen-test]
version = "0.3"
[features]
default = ["console_error_panic_hook"]