# 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 = "type_more" version = "0.1.1" description = "A Rust crate for custom data types such as email, URL, and others, implementing the 'parse, don't validate' principle." homepage = "https://crates.io/crates/type_more" documentation = "https://docs.rs/type_more" readme = "README.md" keywords = [ "parser", "custom-data-type", "valiator", "parse-dont-validate", ] license = "MIT" repository = "https://github.com/nurfianqodar/type_more" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.120"