# 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 = "cess-sha2raw" version = "0.1.0" authors = ["RustCrypto Developers", "Friedel Ziegelmayer "] description = "SHA-2 hash function" documentation = "https://docs.rs/sha2raw" keywords = ["crypto", "sha2", "hash", "digest"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/CESSProject/cess-proving-system" [dependencies.block-buffer] version = "0.9" [dependencies.byteorder] version = "1.3.4" [dependencies.digest] version = "0.9" [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.digest] version = "0.9" features = ["dev", "std"] [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_xorshift] version = "0.2.0" [dev-dependencies.sha2] version = "0.9.1" [features] asm = ["sha2-asm"] default = ["asm"] [target."cfg(target_arch = \"x86_64\")".dependencies.cpuid-bool] version = "0.1.0"