1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
haze/Cargo.toml
2026-06-03 15:44:38 +02:00

55 lines
1.7 KiB
TOML

[package]
name = "haze"
version = "2.3.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
repository = "https://codeberg.org/icewind/haze"
license = "MIT"
description = "Easy setup and management of Nextcloud test instances using docker"
[dependencies]
bollard = "0.21.0"
maplit = "1.0.2"
camino = { version = "1.2.2", features = ["serde1"] }
tokio = { version = "1.49.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
tokio-stream = { version = "0.1.18", features = ["net"] }
futures-util = "0.3.32"
termion = "4.0.6"
opener = "0.8.4"
toml = "1.0.3"
directories-next = "2.0.0"
serde = "1.0.228"
serde_json = "1.0.149"
petname = "3.0.0"
reqwest = { version = "0.13.2", default-features = false, features = ["rustls"] }
tar = "0.4.44"
flate2 = "1.1.9"
async-trait = "0.1.89"
enum_dispatch = "0.3.13"
miette = { version = "7.6.0", features = ["fancy"] }
shell-words = "1.1.1"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
atty = "0.2.14"
git2 = { version = "0.21.0", default-features = false }
itertools = { version = "0.14.0", features = ["use_alloc"] }
local-ip-address = "0.6.10"
strum = { version = "0.28.0", features = ["derive"] }
owo-colors = { version = "4.3.0", features = ["supports-colors"] }
zip = "8.1.0"
sha2 = "0.11.0-rc.5"
base16ct = { version = "1.0.0", features = ["alloc"] }
indicatif = "0.18.4"
rayon = "1.12.0"
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://code.betamike.com/micropelago/hyper-reverse-proxy.git", rev = "d5a6f799189360d9449ae47ab3cdde511f02cf39" }
hyper = "1.8.1"
hyper-util = "0.1.20"
axum = { version = "0.8.8", features = ["tokio", "macros"] }
[profile.release]
lto = true
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/haze.{ format }"
bin-dir = "{ bin }{ format }"