[Wip] Migration to QUIC
This commit is contained in:
parent
c9d21fd3c6
commit
154cec8209
5 changed files with 867 additions and 290 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue