Cargo Features

[dependencies]
radio-at86rf23x = { version = "0.2.0", default-features = false, features = ["util", "serde", "defmt"] }
default = util

These default features are set whenever radio-at86rf23x is added without default-features = false somewhere in the dependency tree.

Enables hal-cp2130 and hal-linux of driver-pal ^0.8.0-alpha.6

util default = anyhow, humantime, structopt, thiserror, tracing, tracing-subscriber

Enables hal of driver-pal ^0.8.0-alpha.6, helpers of radio ^0.11.0

Required by the at86rf23x-util 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.

structopt util
thiserror util

Enables thiserror ^1.0.30

humantime util
tracing util
tracing-subscriber util

Enables tracing-subscriber ^0.2.16

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

defmt implicit feature
anyhow util