# 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 = "rxh" version = "0.1.0" description = "HTTP reverse proxy & load balancer" readme = "README.md" keywords = [ "reverse", "proxy", "http", ] categories = [ "web-programming::http-server", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/antoniosarosi/rxh" [dependencies.bytes] version = "1" [dependencies.http] version = "0.2" [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.2" features = ["full"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.10" [dev-dependencies.tempfile] version = "3"