| # 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. |
| authors = ["RustCrypto Developers"] |
| description = "SHA-1 hash function" |
| documentation = "https://docs.rs/sha1" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/RustCrypto/hashes" |
| [package.metadata.docs.rs] |
| [dev-dependencies.digest] |
| [dev-dependencies.hex-literal] |
| [target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpufeatures] |
| [target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.sha1-asm] |