]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - Cargo.toml
update proxmox-sys to 0.5
[pve-xtermjs.git] / Cargo.toml
index 55869aca65241fd89039d00dad92d8babf17571b..b9479be1892723e65c42705b6182176d84a3cec2 100644 (file)
@@ -1,14 +1,21 @@
 [package]
 name = "termproxy"
-version = "4.3.0"
-authors = ["Dominik Csapak <d.csapak@proxmox.com>"]
+description = "Execute a terminal command and proxy I/O via network"
+version = "4.16.0"
+authors = [
+    "Proxmox Support Team <support@proxmox.com>",
+    "for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",
+]
 edition = "2018"
 license = "AGPL-3"
 
 exclude = [ "build", "debian" ]
 
 [dependencies]
-mio = "0.6"
-curl = "0.4"
-clap = "2.33"
-proxmox = { version = "0.2.0", default-features = false }
+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-lang = "1.1"
+proxmox-sys = "0.5"