# 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 = "jsonwebtoken-google" version = "0.1.6" authors = ["Kviring Aleksey "] description = "parse and validate google jwt token with jsonwebtoken" documentation = "https://docs.rs/jsonwebtoken-google" readme = "README.md" keywords = ["google", "jwt", "sign", "token", "android"] license = "MIT/Apache-2.0" repository = "https://github.com/cheetah-games/jsonwebtoken-google" [dependencies.base64] version = "0.13.0" optional = true [dependencies.headers] version = "0.3.1" [dependencies.httpmock] version = "0.6.2" optional = true [dependencies.jsonwebtoken] version = "8.0.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = ["json", "rustls-tls"] default-features = false [dependencies.rsa] version = "0.5.0" [dependencies.rustls] version = "0.20.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.0" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.httpmock] version = "0.6.2" [features] test-helper = ["httpmock", "base64"]