# 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 = "pff" version = "0.6.2" description = "pf filter - parse Nginx access.log for unwanted regexp patterns, and block them on the PF firewall" readme = "README.md" license = "MIT" repository = "https://github.com/dmilith/pff" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = true incremental = false [profile.dev] opt-level = 0 lto = false codegen-units = 8 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = false [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = true incremental = false [profile.test] opt-level = 1 lto = false codegen-units = 12 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = false [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.10.3" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.197" features = [ "derive", "rc", ] [dependencies.serde_regex] version = "1.1.0" [dependencies.tracing] version = "0.1.40" features = [ "log", "attributes", "std", ] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "fmt", "env-filter", ]