Cargo Features
[dependencies]
gazelle-parser = { version = "0.9.3", default-features = false, features = ["std", "bootstrap_regex", "bootstrap", "codegen"] }
- default = std
-
The
stdfeature is set by default whenevergazelle-parseris added withoutsomewhere in the dependency tree.default-features = false - 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