warpgate/warpgate-sso/Cargo.toml

18 lines
410 B
TOML
Raw Normal View History

2022-08-06 02:04:40 +08:00
[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-sso"
2022-11-22 07:52:56 +08:00
version = "0.7.0"
2022-08-06 02:04:40 +08:00
[dependencies]
bytes = "1.3"
2022-08-06 02:04:40 +08:00
thiserror = "1.0"
tokio = { version = "1.20", features = ["tracing", "macros"] }
tracing = "0.1"
2022-11-22 05:01:08 +08:00
openidconnect = { version = "2.4", 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.14"
2022-11-22 05:01:08 +08:00
jsonwebtoken = "8"
data-encoding = "2.3"