[[bin]]
name = "identyhash"
path = "src/main.rs"
[dependencies]
[lib]
name = "identyhash"
path = "src/lib.rs"
[package]
authors = ["Trix Cyrus"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "A CLI tool to identify hash types."
edition = "2021"
keywords = ["hash", "identify", "hashes"]
license = "MIT"
name = "identyhash"
readme = "README.md"
repository = "https://github.com/TrixSec/identyhash"
version = "0.1.0"