ethrecv 0.0.1

Receive ethernet packets at a high rate.
Documentation
[dependencies.atomic-time]
optional = true
version = "0.1.4"

[dependencies.parking_lot]
optional = true
version = "0.12.1"

[dependencies.pcap]
version = "1.2.0"

[features]
idle = ["dep:atomic-time", "dep:parking_lot"]
inspect = []

[package]
categories = ["network-programming"]
description = "Receive ethernet packets at a high rate."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "build.ps1", "build.sh", "rustfmt.toml"]
keywords = ["ethernet", "packets", "raw", "network", "receive"]
license = "0BSD"
name = "ethrecv"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/ethrecv"
rust-version = "1.56"
version = "0.0.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[target."cfg(unix)".dependencies.mio]
features = ["os-poll", "os-ext"]
version = "0.8.11"

[target."cfg(unix)".dependencies.parking_lot]
version = "0.12.1"

[target."cfg(windows)".dependencies.bitflags]
version = "2.4.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading"]
version = "0.36.1"