# 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 = "aliri_actix" version = "0.9.2" authors = ["Marcus Griep "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Actix for interacting with `aliri` authorities" readme = "README.md" keywords = [ "actix", "jose", "jwt", "oauth2", "auth", ] categories = [ "authentication", "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/neoeinstein/aliri" resolver = "2" [package.metadata.workspaces] independent = true [lib] name = "aliri_actix" path = "src/lib.rs" [dependencies.actix-web] version = "4" default-features = false [dependencies.aliri] version = "0.6.4" [dependencies.aliri_oauth2] version = "0.10.2" [dependencies.aliri_traits] version = "0.1.0" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1.19" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.actix-rt] version = "2" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.aliri_base64] version = "0.1.0" [dev-dependencies.aliri_clock] version = "0.1.0" [dev-dependencies.aliri_oauth2] version = "0.10.2" features = ["reqwest"] [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.regex] version = "1" [dev-dependencies.serde_json] version = "1"