validator 0.6.1

Common validation functions (email, url, length, ...) and trait
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "validator"
version = "0.6.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
description = "Common validation functions (email, url, length, ...) and trait"
homepage = "https://github.com/Keats/validator"
keywords = ["validation", "api", "validator"]
license = "MIT"
repository = "https://github.com/Keats/validator"
[dependencies.card-validate]
version = "2.1"

[dependencies.idna]
version = "0.1"

[dependencies.lazy_static]
version = "0.2"

[dependencies.phonenumber]
version = "0.1.0+8.7.0"
optional = true

[dependencies.regex]
version = "0.2"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "1"

[features]
phone = ["phonenumber"]