# 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 = "warp-cors" version = "0.3.0" authors = ["Jason Liquorish"] description = "warp-cors is a proxy server which enables CORS for the proxied request" homepage = "https://github.com/Bassetts/warp-cors" documentation = "https://github.com/Bassetts/warp-cors" readme = "README.md" keywords = ["cors", "proxy"] categories = ["command-line-utilities", "web-programming"] license = "MIT" repository = "https://github.com/Bassetts/warp-cors" resolver = "2" [dependencies.clap] version = "2.34" default-features = false [dependencies.futures-util] version = "0.3" [dependencies.hyper-rustls] version = "0.23" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "stream"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.15" features = ["macros", "rt-multi-thread", "signal"] [dependencies.url] version = "2.2" [dependencies.warp] version = "0.3"