# 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 = "actix-jwks" version = "0.2.1" description = "Decode jwt with jwks from actix request" homepage = "https://docs.rs/actix-jwks" documentation = "https://docs.rs/actix-jwks" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/timada-org/actix-jwks" [dependencies.actix-web] version = "4.3.0" [dependencies.base64] version = "^0.21.0" [dependencies.futures-util] version = "0.3.26" [dependencies.regex] version = "1.7.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.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = ["sync"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4"