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