# 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 = "shadocal" version = "0.1.1" authors = ["Shadorain"] description = "A blazingly fast, Google calendar (more in future) event formatter webserver tool." readme = "README.md" keywords = [ "google_calendar", "calendar", "oauth2", "formatter", "events", ] categories = [ "web-programming::http-server", "asynchronous", "date-and-time", "value-formatting", ] license = "GPL-3.0" repository = "https://github.com/Shadorain/Shadocal" [dependencies.actix-cors] version = "0.7" [dependencies.actix-web] version = "4.9" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.directories] version = "5.0" [dependencies.dotenv] version = "0.15.0" [dependencies.google-calendar] version = "0.7.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.url] version = "^2"