# 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 = "proxyboi" version = "0.5.0" authors = ["Sven-Hendrik Haase "] description = "A super simple reverse proxy with TLS support" readme = "README.md" keywords = ["reverse-proxy", "proxy", "https", "ssl", "tls"] categories = ["command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/svenstaro/proxyboi" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.Inflector] version = "0.11" [dependencies.actix-web] version = "3" features = ["rustls"] [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.2" features = ["wrap_help"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rustls] version = "0.18" features = ["dangerous_configuration"] [dependencies.simplelog] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dependencies.webpki] version = "0.21" [dependencies.yansi] version = "0.5" [dev-dependencies.pretty_assertions] version = "0.7"