# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hello_idc" version = "0.1.1" description = "Hello World with OIDC auth" readme = "README.md" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.6.18" [dependencies.clap] version = "4.4.10" features = [ "derive", "env", ] [dependencies.maud] version = "0.25.0" features = ["axum"] [dependencies.once_cell] version = "1.18.0" [dependencies.openidconnect] version = "3.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.service_conventions] version = "0.0.1" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.toml] version = "0.8.8" [dependencies.tonic] version = "0.10.2" features = [ "tls", "tls-roots", ] [dependencies.tower-cookies] version = "0.9.0" features = [ "signed", "private", ] [dependencies.tower-http] version = "0.4.4" features = [ "tracing", "trace", ] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.4.1"