# 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 = "valobs" version = "0.0.1" description = "Valobs - A collection of commonly used value objects in enterprise applications" homepage = "https://github.com/MRGRAVITY817/valobs" documentation = "https://docs.rs/valobs/" readme = "README.md" keywords = [ "ddd", "domain-driven-design", "value-object", "enterprise", "application", ] categories = [ "development-tools", "web-programming", "data-structures", "value-formatting", ] license = "Apache-2.0" repository = "https://github.com/MRGRAVITY817/valobs" [dependencies.chrono] version = "0.4.31" [dependencies.lazy_static] version = "1.4.0" [dependencies.nutype] version = "0.4.0" features = [ "regex", "serde", ] [dependencies.phonenumber] version = "0.3" [dependencies.regex] version = "1.10.2" [dependencies.rusty-money] version = "0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.validator] version = "0.16" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"