# 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 = "wasmium-utilities" version = "0.2.0" authors = ["Wasmium Network Developers "] description = "Commonly used tools to work on Ed25519 Public Keys and Signatures" homepage = "https://wasmium.network" license = "Apache-2.0" repository = "https://github.com/wasmium/WasmiumUtilities" resolver = "2" [dependencies.bs58] version = "0.4.0" [dependencies.ed25519-dalek] version = "1.0.1" features = ["u64_backend"] default-features = false [dependencies.wasmium_errors] version = "1.0.2" [dev-dependencies.ed25519-dalek] version = "1.0.1" features = ["u64_backend"] default-features = false [features]