# 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] name = "cyfs-sha2" version = "0.8.4" authors = ["RustCrypto Developers"] description = """ Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. """ documentation = "https://docs.rs/sha2" keywords = [ "crypto", "sha2", "hash", "digest", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/hashes" resolver = "2" [dependencies.block-buffer] version = "0.7" [dependencies.digest] version = "0.8" [dependencies.fake-simd] version = "0.1" [dependencies.libc] version = "0.2.68" optional = true [dependencies.opaque-debug] version = "0.2" [dependencies.sha2-asm] version = "0.5" optional = true [dev-dependencies.digest] version = "0.8" features = ["dev"] [dev-dependencies.hex-literal] version = "0.1" [features] asm = ["sha2-asm"] asm-aarch64 = [ "asm", "libc", ] compress = [] default = ["std"] std = ["digest/std"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "RustCrypto/hashes"