# 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-wasm-erc20" version = "0.1.1" authors = ["nzengi < zenginureddin1@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WASM-based ERC-20 token library for Web3 developers, providing a high-performance, secure, and customizable solution." homepage = "https://github.com/nzengi/spawn-wasm-erc20" readme = "README.md" keywords = [ "WASM", "ERC20", "blockchain", "WebAssembly", "Rust", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/spawn-wasm-erc20" [lib] name = "spawn_wasm_erc20" 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"