# 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 = "sha2raw" version = "13.1.0" authors = [ "RustCrypto Developers", "Friedel Ziegelmayer ", ] description = "SHA-2 hash function" documentation = "https://docs.rs/sha2raw" readme = "README.md" keywords = [ "crypto", "sha2", "hash", "digest", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/rust-fil-proofs" [dependencies.byteorder] version = "1.3.4" [dependencies.digest] version = "0.10.3" [dependencies.fake-simd] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.opaque-debug] version = "0.3" [dependencies.sha2-asm] version = "0.6" optional = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.sha2] version = "0.10.2" [features] asm = ["sha2-asm"] default = ["asm"] [target."cfg(target_arch = \"x86_64\")".dependencies.cpufeatures] version = "0.2.2"