validators 0.5.5

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.5.5"
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", "input"]
categories = ["value-formatting"]
license = "MIT"
repository = "https://github.com/magiclen/validators"
[dependencies.regex]
version = "1.0.4"

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

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

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

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