# 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 = "google-apis-common" version = "6.0.4" authors = ["Sebastian Thiel "] description = "Shared functionality among the google-api crates." homepage = "https://github.com/Byron/google-apis-rs/google-apis-common" documentation = "https://docs.rs/google-apis-common" keywords = [ "google", "web", "api", "common", ] license = "MIT" repository = "https://github.com/Byron/google-apis-rs" resolver = "1" [lib] doctest = false [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4.35" features = [ "clock", "serde", ] default-features = false [dependencies.http] version = "^0.2" [dependencies.hyper] version = "^ 0.14" features = [ "client", "http2", ] [dependencies.itertools] version = "^ 0.12" [dependencies.mime] version = "^ 0.3" [dependencies.percent-encoding] version = "2.0" [dependencies.serde] version = "^ 1.0" features = ["derive"] [dependencies.serde_json] version = "^ 1.0" [dependencies.serde_with] version = "3.0" [dependencies.tokio] version = "^1.0" features = ["time"] [dependencies.tower-service] version = "^0.3.1" [dependencies.url] version = "2.0" [dependencies.yup-oauth2] version = "9" optional = true