[Wip] Migration to QUIC

This commit is contained in:
Alex Emmet 2026-03-03 16:30:06 +01:00
commit 154cec8209
5 changed files with 867 additions and 290 deletions

View file

@ -59,13 +59,14 @@ pkcs8 = { version = "*", features = ["alloc"] }
rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
reqwest = "*"
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
rustls = { version = "0.23.37", default-features = false, features = ["std", "tls12", "aws-lc-rs", "prefer-post-quantum"] }
quinn = { version = "0.11.9", default-features = false, features = ["runtime-tokio", "rustls-aws-lc-rs"] }
serde = { version = "1.0.219", features = ["derive"] }
sha2 = "*"
sys-info = "*"
sysinfo = "0.30"
tokio = { version = "*", features = ["full"] }
tokio-rustls = { version = "*" }
tokio-rustls = "0.12.0"
tokio-stream = "*"
tokio-util = { version = "*", features = ["full"] }
tokio_websocket_server = "0.1.0"
@ -93,4 +94,5 @@ livekit-api = { version = "0.4.14", features = ["native-tls"] }
hyper = { version = "1.8.1", features = ["http1", "http2"] }
livekit-protocol = "0.7.1"
rustls-pemfile = "2.2.0"
quinn = "0.11.9"
thiserror = "2.0.18"
webpki-roots = "1.0.6"