Cargo Features

validator has no features set by default.

[dependencies]
validator = { version = "0.19.0", features = ["card", "unic", "derive", "derive_nightly_features", "indexmap"] }
card = card-validate

Affects validation::cards

unic = unic-ucd-common

Affects validation::non_control_character

derive derive_nightly_features? = validator_derive
derive_nightly_features = derive

Enables nightly_features of validator_derive

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.

validator_derive derive? derive_nightly_features?
card-validate card?
unic-ucd-common unic?
indexmap implicit feature

Enables indexmap

indexmap:

A hash table with consistent order and fast iteration