# 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 = "calendar_calculator" version = "0.3.0" authors = ["emanuele-em"] description = "The calendar_calculator crate is a simple library crate that provides a range of functionalities for calculating distances between two dates expressed in str slice format, as well as adding different durations to a given date. With this crate, users can easily and quickly perform calculations related to dates and distances." readme = "README.md" keywords = [ "date", "calculator", "datetime", ] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/emanuele-em/calendar_calculator" [dependencies.chrono] version = "0.4.23" [dependencies.regex] version = "1.7.1"