# 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 = "nng-sys" version = "1.4.0-rc.0" authors = ["Nathan Kent ", "Jake W "] description = "Bindings to NNG (Nanomsg-Next-Generation) aka Nanomsg2" readme = "README.md" keywords = ["nng", "nanomsg", "zeromq"] categories = ["network-programming", "external-ffi-bindings", "os"] license = "MIT" repository = "https://github.com/jeikabu/nng-rust" [package.metadata.docs.rs] all-features = false [dependencies.cty] version = "0.2" optional = true [build-dependencies.bindgen] version = "0.54" optional = true [build-dependencies.cmake] version = "0.1.44" optional = true [build-dependencies.version_check] version = "0.9" [features] build-bindgen = ["bindgen"] build-nng = ["cmake"] cmake-ninja = ["build-nng"] cmake-unix = ["build-nng"] cmake-vs2017 = ["build-nng"] cmake-vs2017-win64 = ["build-nng"] cmake-vs2019 = ["build-nng"] default = ["build-nng", "nng-stats"] nng-compat = ["build-bindgen"] nng-stats = ["build-nng"] nng-supplemental = ["build-bindgen"] nng-tls = ["build-nng"] no_std = ["cty"] source-update-bindings = ["build-bindgen"] [badges.travis-ci] branch = "master" repository = "jeikabu/nng-rust"