-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
38 lines (36 loc) · 1.1 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "helmci"
version = "2.0.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
clap = { version = "4.5.23", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_yml = "0.0.12"
serde_json = "1.0.134"
log = { version = "0.4.22", features = ["std"] }
lazy_static = "1.5.0"
ratatui = "0.29.0"
crossterm = { version = "0.28.1", features = ["event-stream"] }
tabled = "0.17.0"
tokio = { version = "1", features = ["full"] }
slack-morphism = { version = "2.8.0", features = ["hyper"] }
chrono = "0.4.39"
hyper-rustls = "0.27.5"
hyper = "1.5.2"
async-trait = "0.1.83"
semver = "1.0.24"
url = "2.5.4"
futures = "0.3.31"
hyper-util = "0.1.10"
tap = "1.0.1"
reqwest = { version = "=0.12.12", default-features = false, features = ["json", "rustls-tls"] }
nondestructive = "0.0.26"
rustls = "0.23.20"
thiserror = "2.0.9"
sha256 = "1.5.0"
docker_credential = "1.3.1"
oci-client = { version = "0.14.0", default-features = false, features = [ "rustls-tls"] }
async-tar = "0.5.0"
async-std = "1.13.0"