[dependencies.sha2]
version = "0.10"
[dev-dependencies.cucumber]
version = "0.21"
[dev-dependencies.futures]
version = "0.3"
[lib]
name = "readable_hash"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "encoding"]
description = "Generate human-readable strings from SHA-256 hashes using syllable mapping"
documentation = "https://docs.rs/readable-hash"
edition = "2024"
keywords = ["hash", "sha256", "readable"]
license = "MIT"
name = "readable-hash"
readme = "README.md"
repository = "https://github.com/renatgalimov/readable-hash-rs"
version = "0.1.0"
[[test]]
harness = false
name = "cucumber"
path = "tests/cucumber.rs"