30825912f4
[TSM.ID].[11031972] PXE : Platform X Ecosystem I [142 Module - REAL LIVE -] / 3Z: Zero Error Check (142 Modules) (push) Waiting to run
21 lines
685 B
TOML
21 lines
685 B
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-quic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
xcu_sfu_b = { path = "../xcu-sfu-b", package = "xcu-sfu-b" }
|
|
quinn = "0.11" # WebTransport / QUIC Protocol
|
|
rustls = "0.23"
|
|
rustls-pemfile = "2.2" # Parse Let's Encrypt PEM files
|
|
rcgen = "0.13" # Auto TLS Certificate Generator (Self-Signed fallback)
|
|
rkyv = { version = "0.7", features = ["validation"] } # Zero-Copy Serialization
|
|
tokio = { version = "1.37", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
anyhow = "1.0"
|
|
sha2 = "0.10"
|
|
hex = "0.4"
|
|
rustls-pki-types = "1.14.1"
|