]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - Cargo.toml
d/source: set format to 3.0 (quilt)
[pve-xtermjs.git] / Cargo.toml
index 639bbd8c23de813fa6278fcc59170c8220d0235c..b9479be1892723e65c42705b6182176d84a3cec2 100644 (file)
@@ -1,8 +1,9 @@
 [package]
 name = "termproxy"
-version = "4.12.0"
+description = "Execute a terminal command and proxy I/O via network"
+version = "4.16.0"
 authors = [
-    "Dominik Csapak <d.csapak@proxmox.com>",
+    "Proxmox Support Team <support@proxmox.com>",
     "for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",
 ]
 edition = "2018"
@@ -11,8 +12,10 @@ license = "AGPL-3"
 exclude = [ "build", "debian" ]
 
 [dependencies]
-mio = { version = "0.7", features = [ "net", "os-ext" ] }
-curl = "0.4"
-clap = "2.33"
+anyhow = "1"
+mio = { version = "0.8", features = [ "net", "os-ext" ] }
+ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }
+clap = "3"
 proxmox-io = "1"
-proxmox-sys = "0.2"
+proxmox-lang = "1.1"
+proxmox-sys = "0.5"