# 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-web-jwt" version = "1.0.0" authors = ["Kasun Ranasinghe "] description = "JWT validation middleware for actix-web" readme = "README.md" keywords = [ "actix", "middleware", "web", "jwt", "jwks", ] license = "MIT OR Apache-2.0" repository = "https://github.com/keaz/actix-web-jwt" [dependencies.actix-web] version = "4.3.1" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.tokio] version = "1.28.2" features = ["sync"] [dev-dependencies.tokio] version = "1.28.2" features = ["full"] [dev-dependencies.tokio-cron-scheduler] version = "0.9.4"