# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "validify" version = "1.4.0" authors = [ "Vincent Prouillet ", ] exclude = ["derive_tests/"] description = "Provides struct validation and modification functionality through the use of derive macros" homepage = "https://github.com/biblius/validify" readme = "README.md" keywords = [ "modify", "payload", "validate", "validify", ] license = "MIT" repository = "https://github.com/biblius/validify" [dependencies.card-validate] version = "2.3" [dependencies.chrono] version = "0.4.24" [dependencies.idna] version = "0.5" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.phonenumber] version = "0.3.2" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.unic-ucd-common] version = "0.9" [dependencies.url] version = "2.3.1" [dependencies.validify_derive] version = "1.4.0"