proxmox-websocket-tunnel/Cargo.toml
Fabian Grünbichler f09ec1da40 bump proxmox-sys to 0.6
and base64 to 0.21

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-07-25 13:06:12 +02:00

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"