Cargo Features

[dependencies]
fauxgen = { version = "0.1.5", default-features = false, features = ["macros", "unstable_nightly"] }
default = macros

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

macros default

Enables fauxgen-macros

unstable_nightly

fauxgen has 3 features without comments.