validators 0.14.1

A library for validating user input.
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 = "validators"
version = "0.14.1"
authors = ["Magic Len <len@magiclen.org>"]
description = "A library for validating user input."
homepage = "https://magiclen.org/validators"
readme = "README.md"
keywords = ["validator", "validation", "user", "rocket", "serde"]
categories = ["value-formatting"]
license = "MIT"
repository = "https://github.com/magiclen/validators"
[package.metadata.docs.rs]
all-features = true
[dependencies.lazy_static]
version = "1.1"

[dependencies.number-as]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.rocket]
version = "0.3.16"
optional = true

[dependencies.rocket_codegen]
version = "0.3.16"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[features]
nightly = []
rocketly = ["nightly", "rocket"]
rocketly-test = ["rocketly", "rocket_codegen"]
serdely = ["serde", "serde_json"]
serdely-test = ["serdely"]
[badges.appveyor]
branch = "master"
repository = "magiclen/validators"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/validators"