rustnet-capture 0.2.0

libpcap/Npcap-based packet-capture backend for rustnet: device selection, BPF filters, macOS PKTAP, TUN/TAP, and a raw-frame reader
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "rustnet-capture"
version = "0.2.0"
authors = ["domcyrus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "libpcap/Npcap-based packet-capture backend for rustnet: device selection, BPF filters, macOS PKTAP, TUN/TAP, and a raw-frame reader"
homepage = "https://github.com/domcyrus/rustnet"
documentation = "https://docs.rs/rustnet-capture"
readme = "README.md"
keywords = [
    "network",
    "packet",
    "capture",
    "pcap",
    "bpf",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/domcyrus/rustnet"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.pcap]
version = "2.4.0"