[package] name = "af_packet" version = "0.3.1" authors = ["Nick Price "] description = "AF_PACKET bindings for Rust, primarily to be used for high-performance network security applications." license = "GPL-3.0" repository = "https://gitlab.com/DominoTree/rs-af_packet" keywords = ["pcap", "af_packet", "packet", "security", "linux"] categories = ["os", "os::unix-apis", "network-programming", "development-tools::ffi"] [dependencies] libc = "0.2" nom = "5.1"