# 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.64.0" name = "week_calendar" version = "0.1.3" authors = ["BoolPurist"] exclude = ["ci_check.sh"] description = """ week_calendar is a command line tool which shows calendar weeks. It provides the number of week and from which day it starts and on which day a week ends. Different intervals can be chosen. Year, month, or just one specific week. """ homepage = "https://github.com/BoolPurist/week_calendar_cli" documentation = "https://github.com/BoolPurist/week_calendar_cli" readme = "README.md" keywords = [ "calendar", "cli", "week", ] categories = [ "command-line-utilities", "week-calendar", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BoolPurist/week_calendar_cli" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.9" features = [ "derive", "env", ] [dependencies.date_validation_types] version = "2.0.0" features = ["chrono"] [dependencies.derive-getters] version = "0.3.0" [dependencies.prettytable] version = "0.10.0" [dev-dependencies.insta] version = "1.30.0"