pktkit 0.1.4

Zero-copy L2/L3 packet handling toolkit. Frames, packets, hubs, adapters, NAT, virtual TCP/IP, WireGuard, OpenVPN, QEMU networking, TUN/TAP, AF_XDP — all gated behind opt-in cargo features.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libc"
version = "0.2.189"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"

[[package]]
name = "pktkit"
version = "0.1.4"
dependencies = [
 "libc",
 "purecrypto",
]

[[package]]
name = "purecrypto"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f59c301760fc52960fd32d5d697126f04bca123ed105b1b1db696708375c002f"