# 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] edition = "2018" name = "wagyu-ethereum" version = "0.6.3" authors = ["Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu"] description = "A library for generating Ethereum wallets" homepage = "https://github.com/AleoHQ/wagyu" readme = "README.md" keywords = ["blockchain", "crypto", "cryptocurrency", "ethereum", "wallet"] categories = ["command-line-utilities", "cryptocurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/AleoHQ/wagyu/tree/v0.6.3/ethereum" [dependencies.base58] version = "0.1" [dependencies.bitvec] version = "0.17.4" [dependencies.ethereum-types] version = "0.9.0" [dependencies.hex] version = "0.4.2" [dependencies.hmac] version = "0.7.0" [dependencies.pbkdf2] version = "0.3.0" features = ["parallel"] default-features = false [dependencies.rand] version = "0.7" [dependencies.regex] version = "1.3" [dependencies.rlp] version = "0.4" [dependencies.secp256k1] version = "0.17.2" features = ["recovery"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.8" [dependencies.tiny-keccak] version = "1.4" [dependencies.wagyu-model] version = "0.6.3" [badges.travis-ci] branch = "master" repository = "AleoHQ/wagyu"