# 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 = "neocal" version = "0.5.0" authors = ["Oscar Cortez "] exclude = ["events.gs"] description = "Google Calendar Command Line Interface" homepage = "https://github.com/oscarmcm/neocal" documentation = "https://github.com/oscarmcm/neocal/wiki" readme = "README.md" keywords = ["cli", "tui", "google", "calendar"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/oscarmcm/neocal" resolver = "2" [dependencies.chrono] version = "0.4.20" [dependencies.clap] version = "3.2.16" features = ["derive", "suggestions", "color"] [dependencies.configparser] version = "3.0.0" [dependencies.futures] version = "0.3" [dependencies.home] version = "0.5.3" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.term-table] version = "1.3.2" [dependencies.term_size] version = "0.3.2" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.url] version = "2.2.2"