alog 0.9.3

Anonymize 'Combined Log Format' data
Documentation
[[bin]]
name = "alog"
path = "src/main.rs"
required-features = ["alog-cli"]

[dependencies.lazy_static]
version = "1.4"

[dependencies.lexopt]
optional = true
version = "0.3.0"

[dependencies.libc]
version = "0.2.161"

[dependencies.regex]
default-features = false
features = ["std", "perf-dfa"]
version = "= 1.7.3"

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

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

[package]
authors = ["thyrc <thyrc@noreply.codeberg.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "command-line-utilities"]
description = "Anonymize 'Combined Log Format' data"
documentation = "https://docs.rs/alog/"
edition = "2021"
homepage = "https://crates.io/crates/alog"
keywords = ["log", "anonymize", "parse"]
license = "MIT"
name = "alog"
readme = "README.md"
repository = "https://codeberg.org/thyrc/alog.git"
version = "0.9.3"

[profile.release]
codegen-units = 1
debug = 2
lto = true
opt-level = 2
panic = "abort"

[[test]]
name = "integration"
path = "tests/integration.rs"