validator_derive 0.6.1

Macros 1.1 implementation of #[derive(Validate)]
Documentation
[package]
name = "validator_derive"
version = "0.6.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"
homepage = "https://github.com/Keats/validator"
repository = "https://github.com/Keats/validator"
keywords = ["validation", "api", "validator"]

[lib]
proc-macro = true

[features]
phone = ["validator/phone"]

[dependencies]
syn = "0.11"
quote = "0.3"
if_chain = "0"

[dev-dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
compiletest_rs = "0.2"
regex = "0.2"
lazy_static = "0.2"

[dependencies.validator]
# path = "../validator"
version = "0.6"