pktkit 0.1.5

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.5"
dependencies = [
 "libc",
 "purecrypto",
]

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