]> git.proxmox.com Git - pve-xtermjs.git/blame - termproxy/Cargo.toml
split upstream and our native into different source packages
[pve-xtermjs.git] / termproxy / Cargo.toml
CommitLineData
3e4311fe 1[package]
145da0bf 2name = "proxmox-termproxy"
b73169a3 3description = "Execute a terminal command and proxy I/O via network"
145da0bf 4version = "1.0.0"
dcf54bea 5authors = [
b73169a3 6 "Proxmox Support Team <support@proxmox.com>",
dcf54bea
TL
7 "for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",
8]
145da0bf 9edition = "2021"
3e4311fe
DC
10license = "AGPL-3"
11
12exclude = [ "build", "debian" ]
13
14[dependencies]
cfa75e79 15anyhow = "1"
e5681aa2 16mio = { version = "0.8", features = [ "net", "os-ext" ] }
81a288b9 17ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }
13e2e502 18clap = "4"
cc1dbda3 19proxmox-io = "1"
27f74629 20proxmox-lang = "1.1"
9683c7f7 21proxmox-sys = "0.5"