# 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 = "aliri_axum" version = "0.4.1" authors = ["Marcus Griep "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Axum for interacting with `aliri` authorities" readme = "README.md" keywords = [ "axum", "jose", "jwt", "oauth2", "auth", ] categories = [ "authentication", "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/neoeinstein/aliri" [lib] name = "aliri_axum" path = "src/lib.rs" [[example]] name = "auth0_server" path = "examples/auth0_server.rs" [[example]] name = "auth0_token" path = "examples/auth0_token.rs" [[example]] name = "axum" path = "examples/axum.rs" [dependencies.aliri] version = "0.6.4" default-features = false [dependencies.aliri_oauth2] version = "0.10.2" default-features = false [dependencies.aliri_traits] version = "0.1.1" [dependencies.axum-core] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.once_cell] version = "1" [dev-dependencies.aliri_base64] version = "0.1.5" [dev-dependencies.aliri_braid] version = "0.4.0" [dev-dependencies.aliri_clock] version = "0.1.4" [dev-dependencies.aliri_oauth2] version = "0.10.2" features = [ "rsa", "tokio", "reqwest", ] [dev-dependencies.aliri_tower] version = "0.6.1" [dev-dependencies.axum] version = "0.7.5" features = [ "tokio", "http1", "http2", ] default-features = false [dev-dependencies.color-eyre] version = "0.6.3" [dev-dependencies.reqwest] version = "0.12.3" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.time] version = "0.3.36" features = ["formatting"] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]