# 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 = "2018" name = "shibboleth-oauth2-forwarding" version = "0.2.0" authors = ["Thomas Krause"] description = """ This is a server that creates an OAuth2 Server (identity provider). It assumes it runs behind as protected resource (e.g. by securing it with AuthType shibboleth in an Apache 2 server). Shibboleth/SAML meta data fields that are passed through as HTTP headers (like X-Remote-User) variables can be mapped to JWT token attributes. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/korpling/shibboleth-oauth2-forwarding" [dependencies.actix-web] version = "4" [dependencies.clap] version = "3" [dependencies.config] version = "0.11" [dependencies.handlebars] version = "4" [dependencies.jsonwebtoken] version = "8.1" [dependencies.log] version = "0.4" [dependencies.oxide-auth] version = "0.5" [dependencies.oxide-auth-actix] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.12" [dependencies.tempfile] version = "3.2" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.url] version = "2" [dev-dependencies.actix-rt] version = "2" [dev-dependencies.chrono] version = "0.4"