# 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 = "twa-jwks" version = "1.2.17" publish = true description = "Library to validate JWT tokens using JSON Web Key Set (JWKS)" homepage = "https://docs.rs/twa-jwks" documentation = "https://docs.rs/twa-jwks" keywords = [ "actix-web", "axum", "jwks", ] license = "Apache-2.0" repository = "https://github.com/timayz/twa-jwks" [dependencies.actix-web] version = "4.5.1" optional = true [dependencies.axum] version = "0.7.5" optional = true [dependencies.base64] version = "0.22.0" [dependencies.futures-util] version = "0.3.30" optional = true [dependencies.regex] version = "1.10.4" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = ["sync"] [dependencies.tracing] version = "0.1.40" [dependencies.ureq] version = "2.9.7" features = ["json"] [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] actix-web = [ "dep:actix-web", "dep:futures-util", ] axum = ["dep:axum"] default = []