[package] authors = ["Olger Warnier "] categories = [ "network-programming", "asynchronous", "web-programming::http-server", ] description = "OIDC authentication extractor for Actix 4" edition = "2021" keywords = ["actix", "http", "web", "cryptography"] license = "MIT" name = "actix-4-jwt-auth" repository = "https://github.com/spectare/actix-4-jwt-auth" version = "1.2.5" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] [dependencies] actix-web = { version="4.9.0", features=["rustls"]} biscuit = "0.7.0" #biscuit = { path = "../biscuit/" } futures = "0.3.30" futures-core = {version = "0.3.30", default-features = false, features = ["alloc"]} futures-util = {version = "0.3.30", default-features = false, features = ["alloc"]} awc = { version="3.5.1", features=["rustls"] } serde = {version = "1", features = ["derive"]} serde_derive = "1" serde_json = "1" thiserror = "1.0.63" [dev-dependencies] pretty_assertions= "1.4.0" actix-rt = "2.10.0" bytes = "1.7.1" ring = "0.17.8" num = "0.4"