zmq-sys2 0.3.0

Low-level bindings to the zeromq library
Documentation
[package]
name = "zmq-sys2"
version = "0.3.0"
authors = [
    "a.rottmann@gmx.at",
    "erick.tryzelaar@gmail.com",
]
license = "MIT/Apache-2.0"
description = "Low-level bindings to the zeromq library"
keywords = ["ffi", "bindings"]
categories = ["external-ffi-bindings"]
repository = "https://github.com/erickt/rust-zmq"
build = "build/main.rs"
links = "zmq"

[features]

[dependencies]
libc = "0.2.15"

[build-dependencies]
system-deps = "6"
zeromq-src = { version = "0.2.1" }

[package.metadata.system-deps]
libzmq = "4.1"