-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (33 loc) · 1019 Bytes
/
Copy pathCargo.toml
File metadata and controls
36 lines (33 loc) · 1019 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
[package]
name = "nvmd"
version = "4.4.0"
authors = ["The1111mp <[email protected]>"]
edition = "2024"
rust-version = "1.95"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.104"
archive = { path = "crates/archive" }
attohttpc = { version = "0.31.0", features = ["json"] }
cfg-if = "1.0.4"
clap = { version = "4.6.6", features = ["derive"] }
clap-cargo = { version = "0.19.0", default-features = false }
console = "0.16.4"
ctrlc = "3.5.2"
dirs = "6.0.0"
envoy = "0.1.3"
fs_extra = "1.3"
fs-utils = { path = "crates/fs-utils" }
indicatif = "0.18.6"
once_cell = "1.21.4"
regex = "1.13.1"
retry = "2.2.0"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
tempfile = "3.27.0"
terminal_size = "0.4.4"
time = { version = "0.3.55", features = ["local-offset"] }
version-compare = "0.2.1"
semver = "1.0.28"
[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10.81", features = ["vendored"] }