# 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" rust-version = "1.68.0" name = "web_proxy" version = "0.1.0" description = """ a web proxy. """ homepage = "https://github.com/lyqgit/web_proxy" readme = "README.md" keywords = [ "proxy", "web", ] license = "MIT" repository = "https://github.com/lyqgit/web_proxy" [dependencies.bytes] version = "1" [dependencies.clap] version = "4.2.4" [dependencies.http] version = "0.2" [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.3" features = ["full"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3.1"