# 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 = "2018" name = "spawn-wasm-erc721" version = "0.1.4" authors = ["nzengi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for creating ERC-721 compliant Non-Fungible Tokens (NFTs) with WebAssembly (WASM) support." readme = "README.md" license = "MIT" repository = "https://github.com/nzengi/spawn-wasm-erc721" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-O2"] [lib] name = "spawn_wasm_erc721" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console"] [dev-dependencies.wasm-bindgen-test] version = "0.3"