# 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 = "spawn-nft" version = "0.1.0" authors = ["nzengi "] 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"]