blit-proxy 0.28.0

blit connection pool and protocol-transparent proxy
Documentation
# 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 = "2024"
name = "blit-proxy"
version = "0.28.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "blit connection pool and protocol-transparent proxy"
homepage = "https://blit.sh"
readme = false
license = "MIT"
repository = "https://github.com/indent-com/blit"

[lib]
name = "blit_proxy"
path = "src/lib.rs"

[dependencies.blit-ssh]
version = "0.28.0"

[dependencies.blit-webrtc-forwarder]
version = "0.28.0"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["rustls-tls-native-roots"]

[dependencies.url]
version = "2"

[dependencies.web-transport-quinn]
version = "0.11"
features = ["ring"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"