tasproxy/Cargo.toml
2026-03-26 16:45:53 +01:00

28 lines
825 B
TOML

[package]
name = "tasproxy"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/icewind/tasproxy"
rust-version = "1.85.0"
[dependencies]
rumqttc = "0.25.1"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
futures-util = "0.3.32"
dashmap = "6.1.0"
json = "0.12.4"
warp = "0.3.7"
dotenv = "0.15.0"
color-eyre = "0.6.5"
async-stream = "0.3.6"
pin-utils = "0.1.0"
hostname = "0.4.2"
warp-reverse-proxy = { version = "1.0.0", default-features = false, features = ["rustls-tls"] }
tokio-stream = { version = "0.1.18", features = ["net"] }
base64 = "0.22.1"
secretfile = "0.1.1"
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.1.0"
clap = { version = "4.6.0", features = ["derive"] }