postfix-log-parser 0.1.3

高性能模块化Postfix日志解析器,经3.2GB生产数据验证,SMTPD事件100%准确率
Documentation
[[bench]]
harness = false
name = "parsing_benchmark"
path = "benches/parsing_benchmark.rs"

[[bin]]
name = "component_stats"
path = "src/bin/component_stats.rs"

[[bin]]
name = "component_stats_fast"
path = "src/bin/component_stats_fast.rs"

[[bin]]
name = "json_test"
path = "src/bin/json_test.rs"

[[bin]]
name = "postfix-log-parser"
path = "src/main.rs"

[[bin]]
name = "test_postfix_script"
path = "src/bin/test_postfix_script.rs"

[[bin]]
name = "test_stats"
path = "src/bin/test_stats.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.hashbrown]
version = "0.15"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
optional = true
version = "1.10"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6"

[dev-dependencies.pretty_assertions]
version = "1.0"

[[example]]
name = "advanced_usage"
path = "examples/advanced_usage.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "file_processing"
path = "examples/file_processing.rs"

[[example]]
name = "parallel_processing"
path = "examples/parallel_processing.rs"

[features]
default = []
parallel = ["dep:rayon"]

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

[package]
authors = ["six <six@zcloud.center>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "development-tools"]
default-run = "postfix-log-parser"
description = "高性能模块化Postfix日志解析器,经3.2GB生产数据验证,SMTPD事件100%准确率"
documentation = "https://docs.rs/postfix-log-parser"
edition = "2021"
exclude = ["logs/*", "*.log", "*.json", "demo_project/*", "组件解析开发进度报告.md"]
keywords = ["postfix", "log", "parser", "email", "mail"]
license = "MIT OR Apache-2.0"
name = "postfix-log-parser"
readme = "README.md"
repository = "https://github.com/six-zcloud/postfix-log-parser"
version = "0.1.3"

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

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

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

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

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

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

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

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

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