Cargo Features
[dependencies]
shred = { version = "0.16.1", default-features = false, features = ["parallel", "nightly", "shred-derive"] }
- default = parallel, shred-derive
-
These default features are set whenever
shred
is added without
somewhere in the dependency tree.default-features = false - parallel default = rayon
-
Affects
dispatcher::ThreadPoolWrapper
,dispatcher::new_dispatcher
,world::Resource
… - nightly
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.
- rayon parallel
- shred-derive default