-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (30 loc) · 836 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "oidc-saml-demo"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.94"
askama = "0.12.1"
askama_axum = "0.4.0"
async-trait = "0.1.83"
axum = "0.7.9"
base64 = "0.22.1"
dotenv = "0.15.0"
jsonwebtoken = "9.3.0"
jwks = "0.1.3"
multimap = "0.10.0"
reqwest = { version = "0.12.9", features = ["json"] }
# my fork of this libaray because it's not complete enough for my needs
samael = { git = "https://github.com/Antony1060/samael", features = ["xmlsec"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["full"] }
tower-sessions = "0.13.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
url = "2.5.4"
urlencoding = "2.1.3"
openssl = "0.10.68"
hex = "0.4.3"
chrono = "0.4.39"