form-validation 0.3.1

A library for validating forms, and allowing validation logic to be shared.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.futures]
optional = true
version = "0.3"

[dependencies.stdweb]
optional = true
version = "0.4"

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[features]
async = ["futures"]
default = []
stdweb-support = ["stdweb", "uuid/stdweb"]
wasm-bindgen-support = ["wasm-bindgen", "uuid/wasm-bindgen"]

[package]
authors = ["Luke Frisken <l.frisken@gmail.com>"]
categories = ["gui"]
description = "A library for validating forms, and allowing validation logic to be shared."
edition = "2018"
keywords = ["validation", "forms"]
license = "MIT"
name = "form-validation"
readme = "README.md"
repository = "https://github.com/kellpossible/form-validation"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]