[package] name = "ptth_quic_client_gui" version = "0.1.0" authors = ["Trish"] edition = "2018" license = "AGPL-3.0" repository = "https://six-five-six-four.com/git/reactor/ptth" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.38" blake3 = "1.0.0" crossbeam-channel = "0.5.8" fltk = "1.4.10" ptth_quic = { path = "../ptth_quic" } quinn = "0.10.2" rand = "0.8.4" rand_chacha = "0.3.1" rmp-serde = "1.1.2" serde = "1.0.130" structopt = "0.3.20" tokio = { version = "1.32.0", features = ["full"] } tracing-subscriber = "0.3.17" tracing = "0.1.25" [dependencies.reqwest] version = "0.11.20" default-features = false features = ["stream", "rustls-tls", "hyper-rustls"]