# 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 = "carl" version = "0.3.1" authors = ["Birger Schacht "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A colorful commandline calendar with ical support. Similar to `cal`, but with features." readme = "README.md" keywords = [ "calendar", "ical", "cli", "date", "cal", ] categories = [ "command-line-utilities", "date-and-time", ] license = "MIT" repository = "https://github.com/b1rger/carl" [[bin]] name = "carl" path = "src/main.rs" [dependencies.anstyle] version = "1.0.8" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.clap] version = "4.4.18" features = [ "derive", "cargo", ] [dependencies.icalendar] version = "0.16" [dependencies.rrule] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8.*" [dependencies.xdg] version = "2.5.2" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]