Cargo Features

[dependencies]
coap-lite = { version = "0.12.0", default-features = false, features = ["std", "udp", "log"] }
default = std

The std feature is set by default whenever coap-lite is added without default-features = false somewhere in the dependency tree.

std default = lru_time_cache

Affects coap-lite::block_handler

udp

UDP feature enables additional optimizations for CoAP over UDP.

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.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

lru_time_cache std