# 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 = "2021" rust-version = "1.72" name = "sha1-checked" version = "0.10.0" authors = ["RustCrypto Developers"] exclude = [ "sha1-checked/tests/data/shattered-1.pdf", "sha1-checked/tests/data/shattered-2.pdf", ] description = "SHA-1 hash function with collision detection" documentation = "https://docs.rs/sha1-checked" readme = "README.md" keywords = [ "crypto", "sha1", "hash", "digest", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/hashes" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.digest] version = "0.10.7" [dependencies.sha1] version = "0.10.6" features = ["compress"] default-features = false [dependencies.zeroize] version = "1.7" optional = true default-features = false [dev-dependencies.digest] version = "0.10.7" features = ["dev"] [dev-dependencies.hex-literal] version = "0.4" [features] default = [ "oid", "std", ] oid = [ "digest/oid", "sha1/oid", ] std = [ "digest/std", "sha1/std", ] zeroize = ["dep:zeroize"]