# 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" rust-version = "1.60.0" name = "date_validation_types" version = "2.0.0" description = """ - Types for validating if a u32 value is valid for a day, month or year. - Type to for a valid date coming from simple integer value """ homepage = "https://github.com/BoolPurist/date_validation_types" documentation = "https://github.com/BoolPurist/date_validation_types" readme = "README.md" keywords = [ "date", "types", "validation", ] categories = ["date"] license = "MIT OR Apache-2.0" repository = "https://github.com/BoolPurist/date_validation_types" [dependencies.chrono] version = "0.4.26" [dependencies.derive_more] version = "0.99.17" features = [ "display", "from", "into", ] default-features = false [dependencies.once_cell] version = "1.18.0" [dependencies.thiserror] version = "1.0.40" [features] chrono = []