warpgate/warpgate-sso/Cargo.toml

19 lines
427 B
TOML
Raw Normal View History

2022-08-06 02:04:40 +08:00
[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-sso"
2024-08-15 04:59:52 +08:00
version = "0.10.2"
2022-08-06 02:04:40 +08:00
[dependencies]
2024-09-18 17:28:39 +08:00
bytes = "1.4"
2022-08-06 02:04:40 +08:00
thiserror = "1.0"
tokio = { version = "1.20", features = ["tracing", "macros"] }
tracing = "0.1"
openidconnect = { version = "3.5", features = ["reqwest", "rustls-tls", "accept-string-booleans"] }
2022-08-06 02:04:40 +08:00
serde = "1.0"
serde_json = "1.0"
once_cell = "1.17"
2022-11-22 05:01:08 +08:00
jsonwebtoken = "8"
data-encoding = "2.3"
2024-09-18 17:28:39 +08:00
futures = "0.3"