mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
53 lines
1.6 KiB
TOML
53 lines
1.6 KiB
TOML
[package]
|
|
name = "haze"
|
|
version = "2.2.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.20.1"
|
|
maplit = "1.0.2"
|
|
camino = { version = "1.2.2", features = ["serde1"] }
|
|
tokio = { version = "1.49.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
|
|
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 = "2.0.2"
|
|
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.20.4", 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"
|
|
|
|
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
|
|
hyper = "1.8.1"
|
|
hyper-util = "0.1.20"
|
|
axum = { version = "0.8.8", features = ["tokio"] }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[package.metadata.binstall]
|
|
pkg-url = "{ repo }/releases/download/v{ version }/haze.{ format }"
|
|
bin-dir = "{ bin }{ format }"
|