# 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_pem" version = "0.1.0" authors = ["Yehuthi "] description = "Google token validation" keywords = [ "google", "auth", "web", "sign", "account", ] categories = [ "authentication", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/google_pem" [dependencies.atoi] version = "2.0.0" [dependencies.jsonwebtoken] version = "9.2.0" features = ["use_pem"] [dependencies.memchr] version = "2.7.1" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.197" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "net", "io-util", ] [dependencies.tokio-rustls] version = "0.25.0" [dependencies.webpki-roots] version = "0.26.0" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", ]