# 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 = "2018" name = "jwt-actix4" version = "0.3.0" authors = ["Tim Walls "] description = "JWT authentication middleware for Actix 4" homepage = "https://snowgoons.ro" documentation = "https://jwt-actix4.snowgoons.ro/jwt_actix/" readme = "README.md" keywords = [ "actix", "jwt", "oauth", ] categories = [ "web-programming", "web-programming::http-server", ] license-file = "LICENSE.md" repository = "https://gitlab.com/snowgoonspub/jwt-actix4" [lib] name = "jwt_actix" path = "src/lib.rs" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.0.0" [dependencies.env_logger] version = "0.9" [dependencies.jwks-client] version = "0.1.8" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.actix-rt] version = "2.7" [dev-dependencies.actix-utils] version = "3.0"