Cargo Features
[dependencies]
two-face = { version = "0.4.0", default-features = false, features = ["syntect-onig", "syntect-fancy", "syntect-default-onig", "syntect-default-fancy"] }
- default = syntect-onig
-
syntect
can't compile without a regex implementation, so we match its default of onig - syntect-onig default syntect-default-onig?
-
A minimal set of
syntect
features with the onig regex implementationEnables regex-onig of syntect
- syntect-fancy syntect-default-fancy?
-
A minimal set of
syntect
features with the fancy regex implementationEnables regex-fancy of syntect
- syntect-default-onig = syntect-onig
-
Toggles on
syntect
'sdefault-onig
featureEnables default-onig of syntect
- syntect-default-fancy = syntect-fancy
-
Toggles on
syntect
'sdefault-fancy
featureEnables default-fancy of syntect