# 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 = "2018" name = "ethsign-crypto" version = "0.3.0" authors = ["Parity Technologies "] description = "Pure Rust drop-in replacement for the `parity-crypto` crate" homepage = "https://github.com/tomusdrw/ethsign" documentation = "https://docs.rs/crate/ethsign-crypto" license = "GPL-3.0" repository = "https://github.com/tomusdrw/ethsign" [dependencies.aes] version = "0.8.0" default-features = false [dependencies.ctr] version = "0.9.2" [dependencies.hmac] version = "0.12.0" [dependencies.pbkdf2] version = "0.12.1" features = ["parallel"] default-features = false [dependencies.scrypt] version = "0.11" [dependencies.sha2] version = "0.10.1" [dependencies.tiny-keccak] version = "2.0.0" features = ["keccak"] [dev-dependencies.parity-crypto] version = "0.9"