# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libzmq-sys" version = "0.1.8+4.3.2" authors = ["jean-airoldie "] build = "build.rs" links = "zmq" description = "Raw CFFI bindings for libzmq\n" readme = "README.md" keywords = ["libzmq", "zmq", "zeromq", "bindings", "cffi"] categories = ["external-ffi-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/jean-airoldie/libzmq-rs" [dependencies.libc] version = "0.2" [dependencies.libsodium-sys] version = "0.2.3" optional = true [dev-dependencies.version-sync] version = "0.9" [build-dependencies.bindgen] version = "0.53.2" optional = true [build-dependencies.cmake] version = "0.1" [build-dependencies.zeromq-src] version = "0.1.10" [features] curve = [] default = ["curve"] libsodium = ["libsodium-sys"] renew-bindings = ["bindgen"] [badges.maintenance] status = "passively-maintained"