[package] name = "proxmox-websocket-tunnel" version = "0.1.0" authors = ["Fabian Grünbichler "] edition = "2018" license = "AGPL-3" description = "Proxmox websocket tunneling helper" exclude = ["debian"] [dependencies] anyhow = "1.0" base64 = "0.13" futures = "0.3" futures-util = "0.3" hex = "0.4" hyper = "0.14" itertools = "0.10" openssl = "0.10" percent-encoding = "2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt-multi-thread", "sync"] } tokio-stream = { version = "0.1", features = ["io-util"] } tokio-util = "0.7" proxmox-http = { version = "0.6", features = ["websocket", "client"] } proxmox-sys = "0.2.2"