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 default-features = false somewhere in the dependency tree.

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.

tokio backend-tokio
openssl backend-tokio
tokio-openssl backend-tokio
simplelog util

Enables simplelog ^0.9.0

anyhow util
hex util