# 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 = "hashkitten" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A purrfect hashing companion" readme = "README.md" keywords = [ "hash", "SHA256", "fun", "command-line", "kitten", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/diogogomesaraujo/hash_kitten" [lib] name = "hashkitten" path = "src/lib.rs" [[bin]] name = "hashkitten" path = "src/main.rs" [dependencies]