-
-
Notifications
You must be signed in to change notification settings - Fork 136
/
Cargo.toml
40 lines (33 loc) · 1.21 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# DO NOT EDIT !
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
# DO NOT EDIT !
[package]
name = "google-cloudtasks2_beta3"
version = "6.0.0+20240614"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Tasks (protocol v2beta3)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/cloudtasks2_beta3"
homepage = "https://cloud.google.com/tasks/"
documentation = "https://docs.rs/google-cloudtasks2_beta3/6.0.0+20240614"
license = "MIT"
keywords = ["cloudtasks", "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"]