humanhash 0.2.2

Deterministic, BIP39-encoded human-readable fingerprints of digests. Same hash always renders the same short, memorable, dash-separated word string.
Documentation
[package]
name = "humanhash"
version = "0.2.2"
edition = "2024"
description = "Deterministic, BIP39-encoded human-readable fingerprints of digests. Same hash always renders the same short, memorable, dash-separated word string."
license = "Unlicense"
repository = "https://github.com/deepgram/humanhash"
homepage = "https://github.com/deepgram/humanhash"
documentation = "https://docs.rs/humanhash"
readme = "README.md"
keywords = ["humanhash", "hash", "release", "bip39", "deterministic"]
categories = ["encoding", "command-line-utilities"]
include = ["src/**/*", "dicts/bip39.txt", "README.md", "LICENSE", "NOTICE"]

[lib]
name = "humanhash"
path = "src/lib.rs"

[[bin]]
name = "humanhash"
path = "src/bin/humanhash.rs"

[dependencies]