# 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-api-rust-client-unoffical" version = "0.1.5" authors = ["Itsuki "] description = "An unoffical client library for Google APIs. " readme = "README.md" keywords = [ "auth", "google", "google-api", ] categories = [ "authentication", "web-programming", ] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/0Itsuki0/google-api-rust-client.git" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.dotenvy] version = "0.15.7" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.reqwest] version = "0.11.18" features = ["multipart"] [dependencies.serde] version = "1.0.182" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.url_encoded_data] version = "0.6.1"