]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - Cargo.toml
d/control: define compat level via build-depends and raise to 13
[pve-xtermjs.git] / Cargo.toml
index 639bbd8c23de813fa6278fcc59170c8220d0235c..9b22fbe880ef961c65b2432c9219d3ebfe6280a9 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.4"