libnfqueue 0.1.0

Bindings for the libnetfilter_queue library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libnfqueue"
description = "Bindings for the libnetfilter_queue library"
version = "0.1.0"
authors = [
    "Laurie Clark-Michalek <lclarkmichalek@gmail.com>",
    "Zach Pomerantz <zach@terminal.com>"
]
license = "MIT"
repository = "https://github.com/bluepeppers/libnetfilter_queue"

[dependencies]
lazy_static = "0.1.*"
log = "0.3.1"
env_logger = "0.3.0"
libc = "0.1"