# 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 = "jh-x86_64" version = "0.2.2" authors = ["The CryptoCorrosion Contributors"] description = "Portable JH with optimizations for x86-64 cpus" documentation = "https://docs.rs/jh-x86_64" keywords = ["crypto", "jh", "hash", "digest"] categories = ["cryptography", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/cryptocorrosion/cryptocorrosion" [dependencies.block-buffer] version = "0.7" [dependencies.crypto-simd] version = "0.1" [dependencies.digest] version = "0.8" [dependencies.hex-literal] version = "0.1" [dependencies.lazy_static] version = "1.2" optional = true [dependencies.packed_simd_crate] version = "0.3.2" optional = true package = "packed_simd" [dependencies.ppv-null] version = "0.1" [dependencies.simd] version = "0.1" optional = true package = "ppv-lite86" [dev-dependencies.digest] version = "0.8" features = ["dev"] [build-dependencies.cc] version = "1.0.3" [features] avx2 = ["simd"] default = ["std", "simd"] packed_simd = ["packed_simd_crate", "crypto-simd/packed_simd"] std = ["lazy_static"] [badges.travis-ci] repository = "cryptocorrosion/cryptocorrosion"