# 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.75" name = "actix-jwt-auth-middleware" version = "0.5.0" authors = ["Michael van Straten"] description = "This crate implements a JSON Webtoken (JWT) middleware for the actix-web framework." documentation = "https://docs.rs/actix-jwt-auth-middleware/" readme = "readme.md" keywords = [ "web", "middleware", "authentication", "utility", "actix-web", ] categories = [ "authentication", "cryptography", "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/michaelvanstraten/actix-jwt-auth-middleware" [dependencies.actix-jwt-auth-middleware-derive] version = "0.2" [dependencies.actix-web] version = "4.2.1" features = ["cookies"] default_features = false [dependencies.chrono] version = "0.4.22" [dependencies.derive_builder] version = "0.11.2" [dependencies.form_urlencoded] version = "1.1.0" [dependencies.jwt-compact] version = "0.8.0" features = [ "std", "clock", ] default-features = false [dependencies.serde] version = "1.0.145" [dev-dependencies.actix-state-guards] version = "0.1.0" [dev-dependencies.actix-web] version = "4.2.1" default-features = true [dev-dependencies.ed25519-compact] version = "2.1.1" [dev-dependencies.exonum-crypto] version = "1.0.0" [dev-dependencies.jwt-compact] version = "0.8.0" features = ["ed25519-compact"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serde] version = "1.0.145" features = ["derive"]