# 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-rs" version = "1.0.2" authors = ["Paul Chambaz "] include = [ "src/**/*", "README.md", ] description = "Calendar-rs is a small cli to handle your calendars from the terminal" homepage = "https://github.com/paulchambaz/calendar-rs" documentation = "https://docs.rs/calendar-rs" readme = "README.md" keywords = [] license-file = "LICENSE" [[bin]] name = "calendar" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.terminal_size] version = "0.3.0" [dependencies.uuid] version = "1.10.0" features = ["v4"]