# 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 = "google_certs_oauth" version = "0.1.4" authors = ["Kwabena Amponsem"] description = "This is a simple library that helps you decode Google OAuth 2.0 JWT tokens and verify them using Google's public keys." license = "MIT" repository = "https://github.com/kbamponsem/google-rust-oauth-lib.git" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107"