# 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 = "derive-serialize-into" version = "0.3.1" authors = ["Andreas Fackler "] description = "Derive Serialize and Deserialize for validating wrapper types" readme = "README.md" keywords = ["serde", "serialization", "validation", "wrapper"] categories = ["encoding"] license = "MIT" repository = "https://github.com/afck/derive-serialize-into" [lib] proc-macro = true [dependencies.quote] version = "0.5.1" [dependencies.syn] version = "0.13.1" [dev-dependencies.lazy_static] version = "1.0.0" [dev-dependencies.regex] version = "0.2.10" [dev-dependencies.serde] version = "1.0.37" [dev-dependencies.serde_derive] version = "1.0.37" [dev-dependencies.serde_json] version = "1.0.13" [dev-dependencies.try_from] version = "0.2.2" [dev-dependencies.validator] version = "0.6.3"