# 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 = "2018" name = "rusti-cal" version = "1.1.0" authors = ["Arthur Henrique "] description = "⚡️ Lightning-fast and minimal calendar command line. It's similar to `cal`. Written in Rust 🦀" readme = "README.md" keywords = [ "calendar", "cal", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/arthurhenrique/rusti-cal" [dependencies.ansi_term] version = "0.12.1" [dependencies.argh] version = "0.1.10" [dependencies.chrono] version = "0.4" [dependencies.locale_config] version = "0.3.0" [dependencies.pure-rust-locales] version = "0.5.6"