# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hashlogs" version = "1.0.2" authors = ["Henri Sivonen "] 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"