Cargo Features

[dependencies]
backdrop = { version = "0.1.11", default-features = false, features = ["std", "alloc", "doc"] }
default = std

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

std default doc? = alloc, lazy_static

Affects backdrop::thread, backdrop::DebugStrategy

alloc std

Affects backdrop::TrashQueueStrategy

doc = bytecheck, std, tokio

<- Not for end users; Only used to enable nightly-only feature doc_auto_cfg when building documentation

Enables size_32 of rkyv

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.

bytecheck doc?
lazy_static std
rkyv doc?
tokio doc?

Affects backdrop::tokio