Cargo Features
[dependencies]
coap-client = { version = "0.3.1", default-features = false, features = ["backend-tokio", "util"] }
- default = backend-tokio, util
-
These default features are set whenever
coap-client
is added without
somewhere in the dependency tree.default-features = false - backend-tokio default util = openssl, tokio, tokio-openssl
-
Affects
backend::backend_tokio
,coap-client::TokioClient
… - util default = anyhow, backend-tokio, hex, simplelog
-
Required by the binary
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.