Cargo Features
[dependencies]
atto = { version = "1.0.1", default-features = false, features = ["onig", "fancy_regex"] }
- default = onig
-
The
onig
feature is set by default wheneveratto
is added without
somewhere in the dependency tree.default-features = false - onig default
-
Enables default-onig of syntect
- fancy_regex
-
Enables default-fancy of syntect
syntect:
In order to switch to the fancy-regex engine, disable default features then add the default-fancy feature
Atto has 3 features without comments.