# 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 = "googol" version = "0.2.0" authors = ["Tess Ellenoir Duursma "] description = "A generic library to call Google APIs" homepage = "https://vanu.dev/projects/googol" readme = "README.md" keywords = [ "gcp", "google", "cloud", "http", "auth", ] categories = [ "authentication", "web-programming::http-client", "asynchronous", ] license = "MIT" repository = "https://github.com/VanuPhantom/googol" [dependencies.gcp_auth] version = "0.10.0" [dependencies.tokio] version = "1.36.0" features = ["full"]