# 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] edition = "2018" name = "nng-c-sys" version = "1.9.0-beta.1" authors = ["Douman "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings nng C library" documentation = "https://docs.rs/crate/nng-c-sys" readme = "README.md" keywords = [ "nng", "nanomsg", ] categories = ["api-bindings"] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/nng-c-sys" [lib] name = "nng_c_sys" path = "src/lib.rs" [[test]] name = "features" path = "tests/features.rs" [[test]] name = "version" path = "tests/version.rs" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cmake] version = "0.1" [features] build-bindgen = ["bindgen"] http = [] stats = [] tls = [] websocket = ["http"]