[package]
edition = "2021"
rust-version = "1.81"
name = "visual-hashing"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human-friendly visual fingerprints for keys and checksums: a nameable 64-emoji BLAKE3 hash (emojihash) and OpenSSH-style drunken-bishop randomart"
readme = "README.md"
keywords = [
"fingerprint",
"randomart",
"blake3",
"emoji",
"visualization",
]
categories = [
"cryptography",
"visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Blackcat-Informatics/gmeow-gts"
[lib]
name = "visual_hashing"
path = "src/lib.rs"
[[test]]
name = "conformance"
path = "tests/conformance.rs"
[dependencies.blake3]
version = "1"
[dev-dependencies.serde_json]
version = "1"