# 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 = "jwks" version = "0.1.3" authors = ["Hung-Han Chen "] description = "A library for retrieving and parsing JSON Web Key Sets (JWKS)" readme = "README.md" keywords = [ "jwt", "jsonwebtoken", "jwks", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/chenhunghan/jwks" [dependencies.base64] version = "0.21.7" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.httpmock] version = "0.7.0-rc.1" [dev-dependencies.serde_json] version = "1.0.111"