mirror of
https://git.proxmox.com/git/proxmox-websocket-tunnel
synced 2025-06-04 00:38:47 +00:00
61 lines
1.8 KiB
Plaintext
61 lines
1.8 KiB
Plaintext
Source: rust-proxmox-websocket-tunnel
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 25),
|
|
cargo:native,
|
|
rustc:native,
|
|
libstd-rust-dev,
|
|
librust-anyhow-1+default-dev,
|
|
librust-base64-0.13+default-dev,
|
|
librust-futures-0.3+default-dev,
|
|
librust-futures-util-0.3+default-dev,
|
|
librust-hex-0.4+default-dev,
|
|
librust-hyper-0.14+default-dev,
|
|
librust-itertools-0.10+default-dev,
|
|
librust-openssl-0.10+default-dev,
|
|
librust-percent-encoding-2+default-dev,
|
|
librust-proxmox-http-0.7+client-dev,
|
|
librust-proxmox-http-0.7+default-dev,
|
|
librust-proxmox-http-0.7+websocket-dev,
|
|
librust-proxmox-sys-0.4+default-dev,
|
|
librust-serde-1+default-dev,
|
|
librust-serde-1+derive-dev,
|
|
librust-serde-json-1+default-dev,
|
|
librust-tokio-1+default-dev,
|
|
librust-tokio-1+io-std-dev,
|
|
librust-tokio-1+io-util-dev,
|
|
librust-tokio-1+macros-dev,
|
|
librust-tokio-1+rt-multi-thread-dev,
|
|
librust-tokio-1+sync-dev,
|
|
librust-tokio-stream-0.1+default-dev,
|
|
librust-tokio-stream-0.1+io-util-dev,
|
|
librust-tokio-util-0.7+default-dev
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.6.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox-websocket-tunnel.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox-websocket-tunnel.git
|
|
X-Cargo-Crate: proxmox-websocket-tunnel
|
|
Rules-Requires-Root: no
|
|
|
|
Package: proxmox-websocket-tunnel
|
|
Architecture: any
|
|
Multi-Arch: allowed
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
${cargo:Depends}
|
|
Recommends:
|
|
${cargo:Recommends}
|
|
Suggests:
|
|
${cargo:Suggests}
|
|
Provides:
|
|
${cargo:Provides}
|
|
Built-Using: ${cargo:Built-Using}
|
|
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
|
|
Description: Proxmox websocket tunneling helper
|
|
Proxmox websocket tunnel helper
|
|
.
|
|
This package contains a helper binary for tunnelling UNIX sockets over a
|
|
websocket connection
|