# 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 = "google-authz" version = "1.0.0-alpha.5" authors = ["mechiru "] include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*", ] description = "This library provides auto-renewed tokens for Google service authentication." documentation = "https://docs.rs/google-authz" readme = "README.md" keywords = [ "google", "cloud", "auth", "gcloud", "gcp", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/mechiru/google-authz" [dependencies.bytes] version = "1.1" [dependencies.futures-util] version = "0.3" [dependencies.gcemeta] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "client", "http2", ] [dependencies.hyper-rustls] version = "0.23" features = ["http2"] optional = true default-features = false [dependencies.jsonwebtoken] version = "8.1" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.18" features = ["macros"] [features] default = ["native-certs"] native-certs = ["hyper-rustls/native-tokio"] tonic = [] webpki-roots = ["hyper-rustls/webpki-tokio"]