Cargo Features

[dependencies]
bevy_proto_derive = { version = "0.6.0", default-features = false, features = ["assertions"] }
default = assertions

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

assertions default

If enabled, static assertions will be generated to enforce certain invariants and improve compile-time error reporting.