[package]
name = "pcap-processor"
version = "0.1.0"
edition = "2021"
description = "CLI tool for extracting and summarizing information from pcap files"
license = "MIT"
repository = "https://github.com/deepfield/sandbox/tree/master/guiu/pcap-processor"
readme = "README.md"
keywords = ["pcap", "wireshark", "tshark", "network", "cli"]
categories = ["command-line-utilities", "network-programming"]
[dependencies]
clap = { version = "4", features = ["derive", "env"] }
thiserror = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
csv = "1"
which = "7"
glob = "0.3"
[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"