29 lines
741 B
TOML
Raw Normal View History

[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"
2023-05-24 12:48:46 +02:00
proxmox-http = { version = "0.9", features = ["websocket", "client"] }
proxmox-sys = "0.6"