Cargo Features
[dependencies]
backdrop = { version = "0.1.11", default-features = false, features = ["std", "alloc", "doc"] }
- default = std
-
The
std
feature is set by default wheneverbackdrop
is added without
somewhere in the dependency tree.default-features = false - 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 ^0.7.40
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?
-
Enables bytecheck ^0.7.0
- lazy_static std
- rkyv doc?
-
Enables rkyv ^0.7.40
- tokio doc?
-
Affects
backdrop::tokio
…