# DO NOT EDIT ! # This file was generated automatically from 'src/generator/templates/Cargo.toml.mako' # DO NOT EDIT ! [package] name = "google-calendar3" version = "6.0.0+20240523" authors = ["Sebastian Thiel "] description = "A complete library to interact with calendar (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/calendar3" homepage = "https://developers.google.com/google-apps/calendar/firstapp" documentation = "https://docs.rs/google-calendar3/6.0.0+20240523" license = "MIT" keywords = ["calendar", "google", "protocol", "web", "api"] autobins = false edition = "2021" [dependencies] chrono = { version = "0.4", default-features = false, features = ["clock"] } hyper = "1" hyper-rustls = { version = "0.27", default-features = false } hyper-util = "0.1" mime = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_with = "3" tokio = "1" url = "2" utoipa = { version = "4", optional = true } yup-oauth2 = { version = "11", optional = true } google-apis-common = { path = "../../google-apis-common", version = "7" } [features] default = ["yup-oauth2"] utoipa = ["dep:utoipa"] yup-oauth2 = ["dep:yup-oauth2", "google-apis-common/yup-oauth2"]