Cargo Features

[dependencies]
static-reflect = { version = "0.2.0-alpha.6", default-features = false, features = ["never", "builtins", "gc"] }
default = builtins, never

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

never default

Support using the never type

builtins default

Support the 'builtin' alternative to stdlib types

Affects static-reflect::builtins

gc = zerogc, zerogc-derive

Support for garbage collection

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.

zerogc gc?
zerogc-derive gc?