[package] name = "remote_printer_client" version = "0.1.2" edition = "2021" repository = "https://github.com/CodedMasonry/remote_print" authors = ["Brock Shaffer <109301662+CodedMasonry@users.noreply.github.com>"] license = "MIT" description = """ A backend for running remote printing over the internet, using QUIC + TLS """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" clap = { version = "4.4.6", features = ["derive"] } directories-next = "2.0.0" eframe = "0.23.0" egui = { version = "0.23.0", features = ["persistence"] } quinn = "0.10.2" rfd = "0.12.1" rustls = "0.21.7" serde = "1.0.189" serde_json = "1.0.107" tokio = { version = "1.33.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.17" url = "2.4.1" webpki-roots = "0.25.2" include_dir = "0.7.3" chrono = { version = "0.4.31", features = ["serde"] } uuid = { version = "1.5.0", features = ["v4", "serde"] } inquire = "0.6.2"