# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "wallet-gen" version = "0.4.1" authors = ["Ammon Smith "] include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"] description = "Rust library to mass-generate wallets for many different cryptocurrencies" readme = "./README.md" license = "MIT" repository = "https://gitlab.com/standard-mining/wallet-gen" [dependencies.arrayvec] version = "0.4" [dependencies.base58] version = "0.1" [dependencies.digest] version = "0.7" [dependencies.either] version = "1" [dependencies.lazy_static] version = "1" [dependencies.openssl] version = "0.10" [dependencies.safemem] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tiny-keccak] version = "1"