# 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 = "iap-jwt" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Validate and decode Google Cloud Identity-Aware Proxy (IAP) JWTs" readme = "README.md" keywords = [ "jwt", "jwk", "iap", "google", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/ryo33/iap-jwt" [lib] name = "iap_jwt" path = "src/lib.rs" [dependencies.jsonwebtoken] version = "9" [dependencies.reqwest] version = "0.12.5" features = ["json"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["reqwest"] reqwest = ["dep:reqwest"]