Cargo Features

[dependencies]
cecs = { version = "0.1.4", default-features = false, features = ["parallel", "clone", "serde", "tracing"] }
default = parallel, tracing

These default features are set whenever cecs is added without default-features = false somewhere in the dependency tree.

parallel default

Enables cache-padded, crossbeam-deque, lazy_static, and parking_lot

Affects cecs::job_system, cecs::ParallelComponent

clone

Affects cecs::Component

serde

Enables serde

Affects cecs::persister

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.

tracing default