# 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-4-jwt-auth" version = "1.2.5" authors = ["Olger Warnier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OIDC authentication extractor for Actix 4" readme = "README.md" keywords = [ "actix", "http", "web", "cryptography", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/spectare/actix-4-jwt-auth" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "actix_4_jwt_auth" path = "src/lib.rs" [dependencies.actix-web] version = "4.9.0" features = ["rustls"] [dependencies.awc] version = "3.5.1" features = ["rustls"] [dependencies.biscuit] version = "0.7.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-core] version = "0.3.30" features = ["alloc"] default-features = false [dependencies.futures-util] version = "0.3.30" features = ["alloc"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.actix-rt] version = "2.10.0" [dev-dependencies.bytes] version = "1.7.1" [dev-dependencies.num] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.ring] version = "0.17.8"