# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "zmq-sys" version = "0.12.0" authors = [ "a.rottmann@gmx.at", "erick.tryzelaar@gmail.com", ] build = "build/main.rs" links = "zmq" description = "Low-level bindings to the zeromq library" keywords = [ "ffi", "bindings", ] categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/erickt/rust-zmq" [package.metadata.system-deps] libzmq = "4.1" [dependencies.libc] version = "0.2.15" [build-dependencies.system-deps] version = "6" [build-dependencies.zeromq-src] version = "0.2.1" [features]