# 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 = "valid" version = "0.3.1" authors = ["haraldmaida"] description = "Validate custom types by composing primitive validation functions. Use one common API for validating\nall kind of business rules including aspects of the application state. One common error type for all\nkind of constraint violations. It is designed to help with error messages that are meaningful to the\nuser of an application.\n" documentation = "https://docs.rs/valid" readme = "README.md" keywords = ["validate", "user-input", "business-rules", "constraints", "validation"] categories = ["rust-patterns", "value-formatting"] license = "MIT/Apache-2.0" repository = "https://github.com/innoave/valid" [package.metadata.docs.rs] all-features = true [dependencies.bigdecimal] version = "0.1" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.num-bigint] version = "0.2" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.regex] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.failure] version = "0.1" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.version-sync] version = "0.9" [features] bigint = ["num-bigint", "num-traits"] default = [] serde1 = ["serde", "bigdecimal/serde", "chrono/serde", "num-bigint/serde"]