Cargo Features

[dependencies]
client_side_validation = { version = "0.11.0-beta.5", default-features = false, features = ["all", "stl", "async", "rand", "derive", "serde"] }
default = derive

The derive feature is set by default whenever client_side_validation is added without default-features = false somewhere in the dependency tree.

all = async, rand, serde, stl
stl all?

Enables stl of commit_verify

async all?

Enables async of single_use_seals

rand all?

Enables rand of commit_verify

derive default

Enables derive of commit_verify

serde all? = serde_crate

Enables serde of commit_verify

Affects api::ValidationLog

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.

serde_crate serde?

Enables serde