Pierre Hubert
7323852a7e
All checks were successful
continuous-integration/drone/push Build is passing
20 lines
591 B
TOML
20 lines
591 B
TOML
[package]
|
|
name = "oidc-test-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
light-openid = { version = "0.3.0-alpha", features=["crypto-wrapper"] }
|
|
log = "0.4.17"
|
|
env_logger = "0.10.0"
|
|
clap = { version = "4.2.4", features = ["derive", "env"] }
|
|
lazy_static = "1.4.0"
|
|
actix-web = "4.3.1"
|
|
askama = "0.12.0"
|
|
serde = { version = "1.0.160", features = ["derive"] }
|
|
serde_json = "1.0.96"
|
|
reqwest = { version = "0.11.16", features = ["json"] }
|
|
futures-util = "0.3.28"
|
|
bincode = "2.0.0-rc.3" |