# 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 = "plane-dynamic-proxy" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dynamic proxy crate for Plane" homepage = "https://plane.dev" readme = "README.md" license = "MIT" repository = "https://github.com/jamsocket/plane" [lib] name = "plane_dynamic_proxy" path = "src/lib.rs" [[test]] name = "graceful" path = "tests/graceful.rs" [[test]] name = "graceful_https" path = "tests/graceful_https.rs" [[test]] name = "hello_world_http" path = "tests/hello_world_http.rs" [[test]] name = "https_test" path = "tests/https_test.rs" [[test]] name = "test_http_redirect" path = "tests/test_http_redirect.rs" [[test]] name = "test_http_versions" path = "tests/test_http_versions.rs" [[test]] name = "test_proxy_request" path = "tests/test_proxy_request.rs" [[test]] name = "test_proxy_websocket" path = "tests/test_proxy_websocket.rs" [[test]] name = "test_upgrade" path = "tests/test_upgrade.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bytes] version = "1.7.2" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" [dependencies.hyper-util] version = "0.1.8" features = [ "http1", "http2", "server", "server-graceful", "server-auto", "client", "client-legacy", ] [dependencies.pin-project-lite] version = "0.2.14" [dependencies.rustls] version = "0.23.13" features = ["ring"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.axum] version = "0.7.6" features = [ "http2", "ws", ] [dev-dependencies.futures-util] version = "0.3.30" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.rcgen] version = "0.13.1" [dev-dependencies.reqwest] version = "0.12.7" features = [ "http2", "stream", ] [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.tokio-tungstenite] version = "0.24.0"