Cargo Features
[dependencies]
checkito_macro = { version = "0.4.2", default-features = false, features = ["regex", "check"] }
- default = check, regex
-
These default features are set whenever
checkito_macro
is added without
somewhere in the dependency tree.default-features = false - regex default
-
Enables unicode of regex-syntax
Affects
checkito_macro::regex
… - check default
-
Affects
checkito_macro::check
…
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.