[package] name = "libnetfilter_queue" version = "0.0.3" authors = [ "Laurie Clark-Michalek ", "Zach Pomerantz " ] license = "MIT" license-file = "LICENSE" description = "This is a rust binding for libnetfilter_queue, a Linux library that allows userspace to make decisions on the destiny of packets." [dependencies] lazy_static = "0.1.*" libc = "0.1.*" num = "0.1.*"