wiretap 0.8.0

Basic packet capture library built on parallelism
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 = "2021"
rust-version = "1.80"
name = "wiretap"
version = "0.8.0"
authors = ["Kevin Conley <koins@duck.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic packet capture library built on parallelism"
readme = "README.md"
keywords = [
    "pcap",
    "networking",
    "packet",
    "sniffing",
    "capture",
]
license = "MIT"
repository = "https://github.com/kmanc/wiretap"

[package.metadata.docs.rs]
apt-dependencies = ["libpcap-dev"]

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

[[bin]]
name = "wiretap"
path = "src/main.rs"

[dependencies.pnet]
version = "0"

[dependencies.rayon]
version = "1"