[package]
edition = "2021"
name = "normalized-hash"
version = "0.1.1"
authors = ["Florian Gamböck <mail@floga.de>"]
build = false
include = [
"src/**/*",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform hash algorithm."
readme = "README.md"
keywords = [
"hash",
"newline",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/FloGa/normalized-hasher"
[lib]
name = "normalized_hash"
path = "src/lib.rs"
[dependencies.base16ct]
version = "1.0.0"
features = ["alloc"]
[dependencies.sha2]
version = "0.11.0"
[dev-dependencies.tempfile]
version = "3.7.0"