Cargo Features

form-validation has no features set by default.

[dependencies]
form-validation = { version = "0.3.1", features = ["wasm-bindgen-support", "stdweb-support", "async"] }
wasm-bindgen-support = wasm-bindgen

Enables wasm-bindgen of uuid ^0.8

stdweb-support = stdweb

Enables stdweb of uuid ^0.8

async = futures

Affects validatable::AsyncValidatable, validator::AsyncValidator, validator_fn::AsyncValidatorFn

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.

wasm-bindgen wasm-bindgen-support?
stdweb stdweb-support?
futures async?