Cargo Features

Valitron has no features set by default.

[dependencies]
valitron = { version = "0.4.1", features = ["full"] }
full = idna, regex

Enables derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

Affects rule::available

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.

idna full?
regex full?