# 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" rust-version = "1.67" name = "jwks_client_rs" version = "0.5.1" authors = [ "Mite Ristovski ", "Simone Cottini ", ] description = "JWKS-sync client implementation for Auth0" readme = "README.md" license = "MIT" repository = "https://github.com/primait/jwks_client" [[example]] name = "get_jwks" path = "examples/get_jwks.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.jsonwebtoken] version = "9.0" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.3" [dev-dependencies.httpmock] version = "0.7" [dev-dependencies.mockall] version = "0.12" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]