# 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" name = "sha3sum" version = "1.2.3" authors = ["ʕʘ̅͜ʘ̅ʔ "] build = false exclude = [ ".idea/*", ".gitignore", ".directory", "tests/data/**/*", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "sha3sum - compute and check SHA3 message digest." homepage = "https://gitlab.com/kurdy/sha3sum/-/wikis/home" readme = "README.md" keywords = [ "command", "hash", "sha3", "sum", "cli", ] categories = [ "cryptography", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/kurdy/sha3sum.git" [package.metadata.rpm] buildflags = ["--release"] [package.metadata.rpm.targets.sha3sum] path = "/usr/bin/sha3sum" [[bin]] name = "sha3sum" path = "src/main.rs" [dependencies.clap] version = "^4.5" features = ["derive"] [dependencies.data-encoding] version = "2.6" [dependencies.num_cpus] version = "^1.16" [dependencies.sha3] version = "^0.10"