# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jwks_rsa_easy" version = "1.2.1" authors = ["Vincent Ambo "] description = "Library for validation of RS256 JWTs with remote JWKS" keywords = ["jwt", "token", "jwks"] categories = ["authentication"] license = "GPL-3.0-or-later" repository = "https://github.com/sopium/jwks_rsa_easy" [dependencies.base64] version = "0.13.0" [dependencies.reqwest] version = "0.11.4" features = ["json"] default-features = false [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.8.1" features = ["sync"] [features] default = ["reqwest-default-tls"] reqwest-default-tls = ["reqwest/default-tls"] reqwest-rustls = ["reqwest/rustls-tls"]