# 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 = "Vrustify" version = "0.1.0" description = "Vrustify is a versatile validation library, written in the Rust programming language, enabling the validation of data such as emails, URLS, phone numbers, and passwords. This efficient tool ensures the reliability of your input data and helps to maintain application quality at its highest." homepage = "https://mano7onam.github.io/vrustify/" documentation = "https://mano7onam.github.io/vrustify/docs/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mano7onam/vrustify.git/" [dependencies.regex] version = "1.10.2"