# 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-jwt-authc" version = "0.2.0" authors = ["Lloyd "] description = "Actix middleware for authenticating JWTs with support for invalidation" documentation = "https://docs.rs/actix-jwt-authc" readme = "README.md" keywords = [ "actix", "jwt", "invalidation", "authentication", "auth", ] license = "MIT" repository = "https://github.com/lloydmeta/actix-jwt-authc" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.actix-session] version = "0.6" optional = true [dependencies.actix-web] version = "4" [dependencies.derive_more] version = "0.99" [dependencies.futures-util] version = "0.3" [dependencies.jsonwebtoken] version = "8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.19" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.actix-http] version = "3" [dev-dependencies.actix-session] version = "0.6" features = ["cookie-session"] [dev-dependencies.dashmap] version = "5.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.ring] version = "0.16" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.uuid] version = "1.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [features] default = [] log = ["tracing/log"] session = ["dep:actix-session"] tracing = ["dep:tracing"]