mirror of
git://git.proxmox.com/git/proxmox-websocket-tunnel.git
synced 2024-12-21 13:34:41 +03:00
f09ec1da40
and base64 to 0.21 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
29 lines
741 B
TOML
29 lines
741 B
TOML
[package]
|
|
name = "proxmox-websocket-tunnel"
|
|
version = "0.2.0"
|
|
authors = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "Proxmox websocket tunneling helper"
|
|
|
|
exclude = ["debian"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
base64 = "0.21"
|
|
futures = "0.3"
|
|
futures-util = "0.3"
|
|
hex = "0.4"
|
|
hyper = "0.14"
|
|
itertools = "0.10"
|
|
openssl = "0.10"
|
|
percent-encoding = "2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1", features = ["io-std", "io-util", "macros", "rt-multi-thread", "sync"] }
|
|
tokio-stream = { version = "0.1", features = ["io-util"] }
|
|
tokio-util = "0.7"
|
|
|
|
proxmox-http = { version = "0.9", features = ["websocket", "client"] }
|
|
proxmox-sys = "0.6"
|