[package] name = "hello_idc" version = "0.1.1" edition = "2021" description = "Hello World with OIDC auth" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" axum = "0.6.18" clap = { version = "4.4.10", features = ["derive", "env"]} maud = { version = "0.25.0", features = ["axum"] } once_cell = "1.18.0" openidconnect = "3.4.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service_conventions = "0.0.1" tokio = { version = "1.34.0", features = ["full"] } toml = "0.8.8" tonic = { version = "0.10.2", features = ["tls", "tls-roots"] } tower-cookies = { version = "0.9.0", features = ["signed", "private"]} tower-http = { version = "0.4.4", features = ["tracing", "trace"] } tracing = "0.1.40" url = "2.4.1"