# 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 = "lunesrs" version = "1.9.4" authors = ["Lunes Platform "] description = "Library for communication with nodes in mainnet or testnet of the lunes-blockchain network Allows the automation of sending assets, issue end reissue tokens, leasing, registry, and create new wallet." readme = "README.md" keywords = [ "ed25519-axolotl", "lunes", "cryptography", "cryptocurrencies", "wasm", ] categories = [ "algorithms", "cryptography::cryptocurrencies", "cryptography", "wasm", ] license = "Apache-2.0" repository = "https://github.com/lunes-platform/lunesrs" resolver = "2" [package.metadata.wasm-pack.profile.release] wasm-opt = false [profile.release] opt-level = "s" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.blake2] version = "0.10.2" [dependencies.bs58] version = "0.4.0" [dependencies.ed25519-axolotl] version = "1.7.1" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.rand] version = "0.8.4" [dependencies.sha2] version = "0.10.1" [dependencies.tiny-keccak] version = "2.0.0" features = ["keccak"] [dependencies.wasm-bindgen] version = "0.2.78" [dependencies.wasm-bindgen-test] version = "0.3.29"