[package]
name = "rustnet-capture"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "libpcap/Npcap-based packet-capture backend for rustnet: device selection, BPF filters, macOS PKTAP, TUN/TAP, and a raw-frame reader"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/rustnet-capture"
readme = "README.md"
license.workspace = true
keywords = ["network", "packet", "capture", "pcap", "bpf"]
categories = ["network-programming"]
[lib]
name = "rustnet_capture"
path = "src/lib.rs"
[dependencies]
anyhow.workspace = true
log.workspace = true
pcap = "2.4.0"