# 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] edition = "2018" name = "verify" version = "0.3.2" authors = ["tamasf97 "] description = "A validation library" readme = "../README.md" keywords = ["validation", "validate", "valid", "verify", "schema"] license = "MIT" repository = "https://github.com/tamasfe/verify" [package.metadata.docs.rs] all-features = true [[example]] name = "schemars_json" required-features = ["schemars"] [[test]] name = "schemars" required-features = ["schemars"] [[test]] name = "schemars_derive" required-features = ["schemars"] [dependencies.regex] version = "1.3" optional = true [dependencies.schemars_crate] version = "0.8.0-alpha-4" optional = true package = "schemars" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.smallvec_crate] version = "1.0" optional = true package = "smallvec" [dependencies.verify-macros] version = "=0.1.0" [features] default = ["smallvec"] docs = [] schemars = ["serde", "schemars_crate", "serde_json", "regex"] smallvec = ["smallvec_crate"]