# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gcpauth" version = "0.1.2" authors = ["yoshidan "] description = "Google Cloud Platform server application authentication library." readme = "README.md" keywords = ["gcp", "auth", "googleapis"] license-file = "LICENCE" repository = "https://github.com/yoshidan/gcpauth" [dependencies.async-trait] version = "0.1.50" [dependencies.chrono] version = "0.4.19" [dependencies.home] version = "0.5.3" [dependencies.hyper] version = "0.14.9" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.json] version = "1.0.64" package = "serde_json" [dependencies.jwt] version = "7.2.0" package = "jsonwebtoken" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.7.0" features = ["full"] [dependencies.urlencoding] version = "2.1.0" [dev-dependencies.base64] version = "0.13.0"