Cargo Features

[dependencies]
blackbox-log = { version = "0.4.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of memchr, optional serde, and uom >=0.34.0, <0.36.0

memchr:

The 'std' feature permits the memchr crate to use the standard library. This permits this crate to use runtime CPU feature detection to automatically accelerate searching via vector instructions. Without the standard library,
this automatic detection is not possible.

blackbox-log has 2 features without comments.