# 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 = "actix-web-security" version = "0.1.2" authors = ["Christian Schaible "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Basic-Auth / OAuth2 easy-to-use authentication modules for actix web" readme = "README.md" keywords = [ "actix", "actix-web", "oauth", "oauth2", "openid", ] categories = [ "web-programming::http-server", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cschaible/actix-web-security" [profile.release] opt-level = 3 lto = true [lib] name = "actix_web_security" path = "src/lib.rs" [[test]] name = "basic_authentication_tests" path = "tests/basic_authentication_tests.rs" [[test]] name = "bearer_authentication_tests" path = "tests/bearer_authentication_tests.rs" [[test]] name = "common" path = "tests/common.rs" [dependencies.actix-web] version = "3" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.derive_more] version = "0.99" [dependencies.downcast-rs] version = "1.2" [dependencies.jsonwebtoken] version = "7.2" [dependencies.once_cell] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "native-tls", ] optional = true default-features = false [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.actix-http] version = "2.2" [dev-dependencies.actix-rt] version = "2" [dev-dependencies.futures-util] version = "0.3" default-features = false [features] default = [] jwk-default-loader = ["jwk-loader"] jwk-loader = ["reqwest"]