# 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 = "custom-type" version = "0.1.2" description = "This crate provides utilities for parsing and validating various types of data such as emails, passwords, and phone numbers with country codes." readme = "README.md" keywords = [ "custom-type", "parser", "validation", ] license = "MIT" [dependencies.derive_more] version = "0.99.18" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.120"