# 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 = "erc1155-wasm" version = "0.1.0" authors = ["Your Name "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A highly optimized ERC1155 implementation in Rust for WebAssembly (WASM), providing token management for Ethereum-compatible environments." readme = "README.md" keywords = [ "erc1155", "wasm", "ethereum", "smart-contract", "webassembly", ] categories = [ "cryptography", "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/nzengi/spawn-erc1155" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Oz"] [profile.release] lto = true [lib] name = "erc1155_wasm" 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.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [build-dependencies.wasm-bindgen-cli] version = "0.2.73" [features] default = ["console_error_panic_hook"]