doctor-restart/Cargo.toml
2024-09-12 19:53:26 +03:00

22 lines
568 B
TOML

[package]
name = "doctor-restart"
authors = ["Dmitry Belyaev"]
version = "0.1.0"
description = "restart unhealthy containers"
license-file = "LICENSE"
edition = "2021"
[dependencies]
anyhow = "1.0.88"
bollard = { version = "0.17.1", features = ["ssl", "json_data_content", "tokio-stream"] }
clap = { version = "4.5.17", features = ["derive"] }
clap_derive = "4.5.13"
flexi_logger = "0.29.0"
futures-util = "0.3.30"
log = "0.4.22"
log-panics = "2.1.0"
parse_duration = "2.1.1"
serde = "1.0.210"
tokio = {version = "1.40.0", features = ["full"]}
tokio-macros = "2.4.0"