# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "alog" version = "0.8.0" authors = ["thyrc "] exclude = [ "snippets", ".github", ] description = "Anonymize 'Combined Log Format' data" homepage = "https://crates.io/crates/alog" documentation = "https://docs.rs/alog/" readme = "README.md" keywords = [ "log", "anonymize", "parse", ] categories = [ "parsing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/thyrc/alog" [profile.release] opt-level = 2 lto = true codegen-units = 1 debug = 2 panic = "abort" [lib] name = "alog" path = "src/lib.rs" [[bin]] name = "alog" required-features = ["alog-cli"] [dependencies.lazy_static] version = "1.4" [dependencies.lexopt] version = "0.3.0" optional = true [dependencies.regex] version = "= 1.7.3" features = [ "std", "perf-dfa", ] default-features = false [features] alog-cli = ["lexopt"]