ethsign-crypto 0.1.0

Pure Rust drop-in replacement for the `parity-crypto` crate
Documentation
# 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 = "ethsign-crypto"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
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-ctr]
version = "0.3"

[dependencies.hmac]
version = "0.7"

[dependencies.pbkdf2]
version = "0.3"
features = ["parallel"]
default-features = false

[dependencies.scrypt]
version = "0.2"

[dependencies.sha2]
version = "0.8"

[dependencies.tiny-keccak]
version = "1.4.2"
[dev-dependencies.parity-crypto]
version = "0.3"