Cargo Features

[dependencies]
gazelle-parser = { version = "0.9.3", default-features = false, features = ["std", "bootstrap_regex", "bootstrap", "codegen"] }
default = std

The std feature is set by default whenever gazelle-parser is added without default-features = false somewhere in the dependency tree.

std default codegen?
bootstrap_regex bootstrap?
bootstrap = bootstrap_regex
codegen = std

Enables prettyplease, proc-macro2, quote, and syn

Affects gazelle-parser::codegen

Required by the binary