# 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 = "toxy" version = "0.1.1" authors = ["Scott Rossillo "] description = "An Oauth2 token exchange aware reverse proxy based on hyper." readme = "README.md" keywords = [ "reverse-proxy", "token-exchange", ] categories = [ "authentication", "network-programming", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/foo4u/toxy" [dependencies.async-trait] version = "0.1.57" [dependencies.futures] version = "0.3.24" [dependencies.hyper] version = "0.14.20" features = ["full"] [dependencies.hyper-native-tls] version = "0.3.0" [dependencies.hyper-reverse-proxy] version = "0.5.1" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"