# 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 = "2018" name = "async-google-apis-common" version = "0.4.0" authors = ["Lewin Bormann "] description = "Shared code for the async-google-apis generated code." homepage = "https://github.com/dermesser/async-google-apis" documentation = "https://docs.rs/async-google-apis-common" readme = "README.md" keywords = [ "rest", "google", "async", "api", ] license = "MIT" repository = "https://github.com/dermesser/async-google-apis" [dependencies.anyhow] version = "~1.0" [dependencies.chrono] version = "~0.4.23" features = [ "clock", "std", "serde", ] default-features = false [dependencies.futures] version = "~0.3" [dependencies.hyper] version = "~0.14" features = ["stream"] [dependencies.hyper-rustls] version = "~0.23" [dependencies.log] version = "~0.4" [dependencies.percent-encoding] version = "~2.1" [dependencies.pin-project] version = "~1.0" [dependencies.radix64] version = "~0.6" [dependencies.serde] version = "~1.0" [dependencies.serde_json] version = "~1.0" [dependencies.tokio] version = "1.0" features = ["fs"] [dependencies.tokio-stream] version = "^0.1" [dependencies.yup-oauth2] version = "~6.5"