mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-15 04:21:59 +08:00
18 lines
427 B
TOML
18 lines
427 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-sso"
|
|
version = "0.10.2"
|
|
|
|
[dependencies]
|
|
bytes = "1.4"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.20", features = ["tracing", "macros"] }
|
|
tracing = "0.1"
|
|
openidconnect = { version = "3.5", features = ["reqwest", "rustls-tls", "accept-string-booleans"] }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
once_cell = "1.17"
|
|
jsonwebtoken = "8"
|
|
data-encoding = "2.3"
|
|
futures = "0.3"
|