# 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 = "calio" version = "1.1.0" authors = ["Oscar Cortez "] description = "iCalendar simple tui visulizer" homepage = "https://github.com/oscarmcm/calio" documentation = "https://github.com/oscarmcm/calio" readme = "README.md" keywords = [ "cli", "tui", "icalendar", "calendar", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/oscarmcm/calio" [dependencies.almanac] version = "0.4.0" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.26" [dependencies.colored] version = "2.0.0" [dependencies.ctrlc] version = "3.4.0" [dependencies.ical] version = "0.8.0" features = ["ical"] default-features = false [dependencies.reqwest] version = "0.11" features = ["blocking"]