# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ooproxy" version = "1.0.3" authors = ["Tim Stokman "] description = "A reverse OpenID Connect and OAuth 2 proxy, implementing the client-credentials flow." homepage = "https://github.com/HAL24K/ooproxy" readme = "README.md" keywords = ["openid", "oauth", "oauth2", "proxy"] license = "GPL-3.0-only" repository = "https://github.com/HAL24K/ooproxy" [profile.release] lto = true panic = "abort" [dependencies.actix] version = "0.7" [dependencies.actix-web] version = "0.7" [dependencies.base64] version = "0.10" [dependencies.bytes] version = "0.4" [dependencies.config] version = "0.9" [dependencies.env_logger] version = "0.6" [dependencies.futures] version = "0.1" [dependencies.jsonwebtoken] version = "5" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" optional = true [dependencies.num] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] tls = ["native-tls", "actix-web/tls"]