Cargo Features
validaten has no features set by default.
[dependencies]
validaten = { version = "0.1.0", features = ["crypto", "hashes", "creditcard", "networks", "internet", "validaten-all"] }
- crypto validaten-all? = lazy_static, regex
-
Affects
validaten::crypto
… - hashes validaten-all? = lazy_static, regex
-
Affects
validaten::hashes
… - creditcard validaten-all? = checkluhn, lazy_static, regex
-
Affects
validaten::creditcard
… - networks validaten-all? = regex
-
Affects
validaten::networks
… - internet validaten-all? = idna, lazy_static, regex
-
Affects
validaten::internet
… - validaten-all = creditcard, crypto, hashes, internet, networks
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.
- checkluhn creditcard?
- idna internet?
-
Enables idna ^0.2
- regex creditcard? crypto? hashes? internet? networks?
- lazy_static creditcard? crypto? hashes? internet?