# 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 = "ethers-hash-rs" version = "0.1.0" description = "Ethereum wallet implementation and utility tools" documentation = "https://docs.rs/ethers-rs" license-file = "LICENSE" resolver = "1" [dependencies.digest] version = "0.10.6" optional = true [dependencies.hmac] version = "0.12.1" optional = true [dependencies.pbkdf2] version = "^0.11" optional = true [dependencies.sha3] version = "0.10.6" optional = true [features] default = ["rust_crypto"] rust_crypto = [ "sha3", "digest", "hmac", "pbkdf2", ]