Cargo Features

[dependencies]
dcbor = { version = "0.13.3", default-features = false, features = ["no_std", "std", "multithreaded"] }
default = std

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

no_std = hashbrown, thiserror-no-std

Affects stdlib::without_std

std default = thiserror

Enables std of anyhow, bytes, chrono, half =2.2.1, and hex

Affects stdlib::with_std

multithreaded

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.

hashbrown no_std?
thiserror-no-std no_std?
thiserror std