rscap 0.1.2

Rust packet capture and manipulation utilities
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"

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

[[package]]
name = "pkts-common"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed92b6fedad9f4f2f1653adafd9bf315bfb7879ab6e455d4fffe2e73ded2f4d"

[[package]]
name = "rscap"
version = "0.1.2"
dependencies = [
 "bitflags",
 "libc",
 "pkts-common",
]