This repository has been archived on 2024-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
axum_oidc/Cargo.toml

17 lines
404 B
TOML
Raw Normal View History

2023-04-21 15:11:37 +02:00
[package]
name = "axum_oidc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6"
axum-extra = {version="0.7", features=["cookie", "cookie-private"]}
openidconnect = "3.0"
async-trait = "0.1"
serde = "1.0"
thiserror = "1.0"
reqwest = { version="0.11", default_features=false}
serde_json = "1.0"