[package] name = "webforms" version = "0.2.2" authors = ["Kevin Allison "] edition = "2018" description = "Provides form validation for web forms" repository = "https://github.com/kvnallsn/webforms" license = "MIT" keywords = ["web", "form", "html", "validate"] categories = ["web-programming"] readme = "README.md" [features] default = ["validate", "html"] validate = [] html = [] [dependencies] webforms_derive = "0.2.1" [dev-dependencies] regex = "1.1.0" lazy_static = "1.2.0"