Cargo Features

nng-c-sys has no features set by default.

[dependencies]
nng-c-sys = { version = "1.8.0-beta.7", features = ["build-bindgen", "http", "websocket", "tls", "stats"] }
build-bindgen = bindgen

Used internally to generate lib.rs

http websocket?

Enables HTTP transport code

websocket = http

Enables Websocket transport code (this automatically enables http transport)

tls

Enables TLS

stats

Enables statistics

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build build-bindgen?

Enables bindgen ^0.69