# 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 = "sorry-im-off-today" version = "1.0.3" authors = ["David Sferruzza "] description = "Automatically update your Slack status if your Google Calendar says that you are off today" readme = "README.md" keywords = [ "google-calendar", "slack", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/dsferruzza/sorry-im-off-today" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.ical] version = "0.7.0" features = ["ical"] default-features = false [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.10.10" features = [ "rustls-tls", "trust-dns", "blocking", ] default-features = false [dependencies.serde_json] version = "1.0.81" [dependencies.slack_api] version = "0.23.1" features = [ "reqwest_blocking", "with_rustls", ] default-features = false [badges.gitlab] branch = "master" repository = "dsferruzza/sorry-im-off-today"