# 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 = "lunes-axolotl" version = "0.4.0" 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", "blake2b32bytes", "cryptography", "cryptocurrencies", "wasm"] categories = ["algorithms", "cryptography::cryptocurrencies", "cryptography", "wasm"] license = "Apache-2.0" repository = "https://github.com/lunes-platform/lunes-axolotl" 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.ed25519-axolotl] version = "1.2.1" [dependencies.hex] version = "0.4.3" [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"