# 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 = "trillium-proxy" version = "0.5.5" authors = ["Jacob Rothstein "] description = "reverse proxy for trillium.rs" readme = "README.md" keywords = [ "trillium", "framework", "async", ] categories = [ "web-programming::http-server", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trillium-rs/trillium" [dependencies.event-listener] version = "4.0.1" [dependencies.fastrand] version = "2.0.1" optional = true [dependencies.full-duplex-async-copy] version = "0.1.0" [dependencies.futures-lite] version = "2.1.0" [dependencies.log] version = "0.4.20" [dependencies.size] version = "0.4.1" [dependencies.sluice] version = "0.5.5" [dependencies.trillium] version = "0.2.20" [dependencies.trillium-client] version = "0.6.2" [dependencies.trillium-forwarding] version = "0.2.4" [dependencies.trillium-http] version = "0.3.17" features = ["unstable"] [dependencies.trillium-server-common] version = "0.5.2" optional = true [dependencies.url] version = "2.5.0" [dev-dependencies.env_logger] version = "0.11.0" [dev-dependencies.querystrong] version = "0.3.0" features = ["serde"] [features] default = [ "upstream-random", "upstream-connection-counting", ] upstream-connection-counting = [ "dep:trillium-server-common", "dep:fastrand", ] upstream-random = ["dep:fastrand"]