libnetfilter_queue 0.0.3

This is a rust binding for libnetfilter_queue, a Linux library that allows userspace to make decisions on the destiny of packets.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libnetfilter_queue"
version = "0.0.3"
authors = [
    "Laurie Clark-Michalek <lclarkmichalek@gmail.com>",
    "Zach Pomerantz <zach@terminal.com>"
]
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.*"