alog 0.5.6

Anonymize 'Combined Log Format' data
Documentation
[[bin]]
name = "alog"
required-features = ["alog-cli"]
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "thyrc/alog"
[dependencies.clap]
optional = true
version = "2.33.0"

[features]
alog-cli = ["clap"]

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

[package]
authors = ["thyrc <thyrc@users.noreply.github.com>"]
categories = ["parsing", "command-line-utilities"]
description = "Anonymize 'Combined Log Format' data"
documentation = "https://docs.rs/alog/"
edition = "2018"
exclude = ["snippets", ".github"]
keywords = ["log", "anonymize", "parse"]
license = "MIT"
name = "alog"
readme = "README.md"
repository = "https://github.com/thyrc/alog"
version = "0.5.6"
[profile.release]
debug = true
lto = true
panic = "abort"