# 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 = "thash" version = "0.2.5" authors = ["TheQuantumPhysicist"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal program for hashing with many algorithms and many output formats, and recursive hashing support" readme = "README.md" license = "MIT" repository = "https://github.com/TheQuantumPhysicist/thash" [profile.release] lto = true [[bin]] name = "thash" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.blake2] version = "0.10" [dependencies.blake3] version = "1.5" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.k12] version = "0.3" [dependencies.md-5] version = "0.10" [dependencies.prettytable] version = "0.10" [dependencies.sha-1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26"