# 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_auth_verifier" version = "0.1.4" authors = ["Hai Nguyen "] exclude = ["src/main.rs"] description = "Small library to quickly verify tokens provided by google auth" readme = "README.md" keywords = [ "google", "authentication", "verification", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/helloImHai/google_auth_verification" [lib] [dependencies.futures] version = "0.3.30" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.lru] version = "0.12.3" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.119" [dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", "macros", ]