[[bench]]
harness = false
name = "netflow_common_bench"
path = "benches/netflow_common_bench.rs"
required-features = ["netflow_common"]
[[bench]]
harness = false
name = "netflow_ipfix_bench"
path = "benches/netflow_ipfix_bench.rs"
[[bench]]
harness = false
name = "netflow_parser_bench"
path = "benches/netflow_parser_bench.rs"
[[bench]]
harness = false
name = "netflow_v5_bench"
path = "benches/netflow_v5_bench.rs"
[[bench]]
harness = false
name = "netflow_v7_bench"
path = "benches/netflow_v7_bench.rs"
[[bench]]
harness = false
name = "netflow_v9_bench"
path = "benches/netflow_v9_bench.rs"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.lru]
version = "0.12"
[dependencies.mac_address]
version = "1.1.5"
[dependencies.nom]
version = "7.1.3"
[dependencies.nom-derive]
version = "0.10.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.166"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.etherparse]
version = "0.14"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.30.0"
[dev-dependencies.pcap-parser]
version = "0.16"
[dev-dependencies.serde_json]
version = "1.0.100"
[dev-dependencies.tokio]
features = ["full"]
version = "1.38.0"
[dev-dependencies.tokio-macros]
version = "0.2.0-alpha.6"
[[example]]
name = "manual_ipfix_creation"
path = "examples/manual_ipfix_creation.rs"
[[example]]
name = "netflow_pcap"
path = "examples/netflow_pcap.rs"
[[example]]
name = "netflow_udp_listener_multi_threaded"
path = "examples/netflow_udp_listener_multi_threaded.rs"
[[example]]
name = "netflow_udp_listener_single_threaded"
path = "examples/netflow_udp_listener_single_threaded.rs"
[[example]]
name = "netflow_udp_listener_tokio"
path = "examples/netflow_udp_listener_tokio.rs"
[features]
default = ["parse_unknown_fields"]
netflow_common = []
parse_unknown_fields = []
[lib]
name = "netflow_parser"
path = "src/lib.rs"
[package]
authors = ["michael.mileusnich@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "network-programming", "parser-implementations"]
description = "Parser for Netflow Cisco V5, V7, V9, IPFIX"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "netflow_parser"
readme = "README.md"
repository = "https://github.com/mikemiles-dev/netflow_parser/"
version = "0.6.9"