# 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 = "axum-oidc" version = "0.5.0" authors = ["Paul Z "] description = "A wrapper for the openidconnect crate for axum" readme = "README.md" keywords = [ "axum", "oidc", "openidconnect", "authentication", ] license = "LGPL-3.0-or-later" repository = "https://github.com/pfz4/axum-oidc" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" features = ["query"] default-features = false [dependencies.axum-core] version = "0.4" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.1" [dependencies.openidconnect] version = "3.5" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dependencies.tower-sessions] version = "0.13" features = ["axum-core"] default-features = false [dependencies.urlencoding] version = "2.1"