# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "almanac" version = "0.4.0" authors = ["meskio "] description = "Display calendar .ics in command line" homepage = "https://gitlab.com/meskio/almanac" documentation = "https://docs.rs/almanac/" readme = "README.md" keywords = ["calendar", "ics", "ical", "terminal", "console"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/meskio/almanac" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.5" [dependencies.colored] version = "1.9" [dependencies.dirs] version = "2.0" [dependencies.ical] version = "0.6.*" features = ["ical"] default-features = false [dependencies.itertools] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.toml] version = "0.5"