Cargo Features

[dependencies]
bevy_serde_lens = { version = "0.4.0", default-features = false, features = ["extra-checks", "derive"] }
default = derive

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

extra-checks

Performance impactful checks at serialization time. Enabled by default in debug mode regardless of this feature.

derive default = bevy_serde_lens_derive

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.

bevy_serde_lens_derive derive