# 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 = "parity-crypto" version = "0.9.0" authors = ["Parity Technologies "] autobenches = false description = "Crypto utils used by ethstore and network." license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" resolver = "2" [[bench]] name = "bench" harness = false required-features = ["publickey"] [dependencies.aes] version = "0.6.0" [dependencies.aes-ctr] version = "0.6.0" [dependencies.block-modes] version = "0.7.0" [dependencies.digest] version = "0.9.0" [dependencies.ethereum-types] version = "0.12.0" optional = true [dependencies.hmac] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.pbkdf2] version = "0.7.3" [dependencies.ripemd160] version = "0.9.1" [dependencies.rustc-hex] version = "2.1.0" optional = true default-features = false [dependencies.scrypt] version = "0.5.0" [dependencies.secp256k1] version = "0.20.0" features = ["global-context", "recovery", "rand-std"] optional = true [dependencies.sha2] version = "0.9.2" [dependencies.subtle] version = "2.4.0" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] [dependencies.zeroize] version = "1.2.0" default-features = false [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.hex-literal] version = "0.3.1" [features] default = [] publickey = ["secp256k1", "lazy_static", "ethereum-types", "rustc-hex"]