# 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 = "gcp_access_token" version = "0.1.4" description = "this is a pure rust implimentation to get google cloud access token for servers with service account credentials." homepage = "https://github.com/gzbakku/gcp-access-token" readme = "README.md" keywords = [ "gcp", "access", "token", "server", "api", ] categories = [ "api-bindings", "asynchronous", ] license = "GPL-3.0" repository = "https://github.com/gzbakku/gcp-access-token" [dependencies.base64] version = "0.13.0" [dependencies.data-encoding] version = "2.3.2" [dependencies.json] version = "0.12.4" [dependencies.openssl] version = "0.10.30" [dependencies.reqwest] version = "0.11.8" features = [ "multipart", "json", ] [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.urlencoding] version = "2.1.0"