Cargo Features

valid has no features set by default.

[dependencies]
valid = { version = "0.3.1", features = ["bigint", "serde1", "regex"] }
bigint = num-bigint, num-traits
serde1 = serde

Enables serde of bigdecimal ^0.1, chrono, and num-bigint ^0.2

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.

bigdecimal serde1?

Enables bigdecimal ^0.1

chrono serde1?
num-bigint bigint? serde1?

Enables num-bigint ^0.2

num-traits bigint?
regex implicit feature
serde serde1?