# 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.60" name = "sha1collisiondetection" version = "0.3.4" authors = [ "Marc Stevens ", "Dan Shumow ", "Justus Winter ", ] exclude = [ "/lib/*.c", "/lib/*.h", "/src/*.c", "/vs2015/", "/compile_commands.json", "/Makefile", "/test-sha1sum-protocol.sh", "/*.yml", ] description = "SHA-1 hash function with collision detection and mitigation" documentation = "https://docs.rs/sha1collisiondetection" readme = "README.md" keywords = [ "sha1", "hash", "digest", "collision", "mitigation", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://gitlab.com/sequoia-pgp/sha1collisiondetection" [lib] path = "lib/lib.rs" [[bin]] name = "sha1cdsum" path = "src/main.rs" required-features = [ "std", "clap", ] [dependencies.clap] version = "4" features = [ "std", "derive", "help", "wrap_help", ] optional = true default-features = false [dependencies.clap_mangen] version = "0.2" optional = true default-features = false [dependencies.const-oid] version = "0.9" optional = true default-features = false [dependencies.digest] version = "0.10" optional = true [dependencies.generic-array] version = ">= 0.12, < 2" [dev-dependencies.getrandom] version = "0.2" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.sha1] version = "0.10" [build-dependencies.clap] version = "4" features = [ "derive", "std", ] optional = true default-features = false [build-dependencies.clap_mangen] version = "0.2" optional = true default-features = false [features] default = [ "std", "digest-trait", ] digest-trait = ["digest"] oid = ["const-oid"] std = ["digest?/std"] [badges.gitlab] repository = "sequoia-pgp/sha1collisiondetection" [badges.maintenance] status = "actively-developed"