[dependencies] gramma = { version = "0.2.24", default-features = false, features = ["std", "regex"] }
These default features are set whenever gramma is added without default-features = false somewhere in the dependency tree.
gramma
default-features = false
Enables std of once_cell and regex
once_cell: Enables once_cell::sync module.
Enables once_cell::sync module.
once_cell::sync
Enables once_cell and regex
Affects parse::lex_regex…
parse::lex_regex