[package]
name = "hashlogs"
version = "1.0.2"
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
description = "Command-line utility that hashes the part before a space on each line from stdin with blake2b keyed with an ephemeral randomly-generated key and writes to stdout"
homepage = "https://github.com/hsivonen/hashlogs"
documentation = "https://github.com/hsivonen/hashlogs/blob/master/README.md"
readme = "README.md"
keywords = ["crypto", "hash"]
categories = ["text-processing", "command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/hsivonen/hashlogs"
[profile.release]
lto = true
[dependencies.blake2-rfc]
version = "0.2.18"
[dependencies.data-encoding]
version = "2.1.1"
[dependencies.rand]
version = "0.4.2"