# 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 = "jwksclient2" version = "0.2.0" authors = ["Ammar Zuberi "] description = "Library to validate JWT tokens using JSON Web Key Set (JWKS)" homepage = "https://github.com/ammarzuberi/jwksclient2" readme = "README.md" keywords = [ "jwt", "jwks", "jwk", ] categories = [ "web-programming", "cryptography", "authentication", ] license = "MIT" repository = "https://github.com/ammarzuberi/jwksclient2" [dependencies.base64] version = "^0.11.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.0" features = [ "json", "rustls-tls", "rustls", ] default-features = false [dependencies.ring] version = "^0.16.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4"