Cargo Features
[dependencies]
lalrpop = { version = "0.22.0", default-features = false, features = ["unicode", "lexer", "pico-args"] }
- default = lexer, pico-args, unicode
-
These default features are set whenever
lalrpop
is added without
somewhere in the dependency tree.default-features = false - unicode default
-
Enables unicode of lalrpop-util, regex, and regex-syntax
regex:
UNICODE DATA FEATURES
Enables all Unicode features. This expands if new Unicode features are added. - lexer default
-
Enables lexer and std of lalrpop-util
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.