-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
39 lines (38 loc) · 1010 Bytes
/
Cargo.toml
File metadata and controls
39 lines (38 loc) · 1010 Bytes
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
39
[package]
name = "rooz"
version = "0.149.5"
edition = "2024"
[dependencies]
age = {version = "0.11.1", features = ["armor"] }
base64 = "0.22.1"
bollard = { version = "0.20.2" }
bollard-stubs = "1.52.1-rc.29.1.3"
clap = { version = "4.5.16", features = ["derive", "env"] }
clap_complete = "4.5.24"
colored = "3.0.0"
crossterm = {version = "0.29.0", default-features = false, features = [
"events",
"use-dev-tty",
# "cursor",
# "style",
# "terminal",
] }
ctrlc = "3.4.5"
edit = "0.1.5"
env_logger = "0.11.5"
futures = "0.3.30"
gix-config = { version = "0.53.0", features = ["serde"] }
handlebars = "6.0.0"
lazy_static = "1.5.0"
log = "0.4.22"
openssh = { version = "0.11.0", features = ["native-mux"] }
rand = "0.10.0"
regex = "1.10.6"
serde = "1.0.209"
serde_yaml = "0.9.34"
shellexpand = "3.1.0"
tabled = "0.20.0"
tokio = { version = "1.46", features = ["rt-multi-thread", "macros", "io-std"] }
tar = "0.4.44"
indexmap = { version ="2.13.0", features = ["serde"] }
serde_with = "3.18.0"