-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (34 loc) · 966 Bytes
/
Copy pathCargo.toml
File metadata and controls
35 lines (34 loc) · 966 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
[package]
name = "DSvClient"
version = "0.8.0"
edition = "2021"
description = "VMware vCenter and ESXi patch downloading tool with checksum verification"
authors = ["Michael Ryom"]
license = "MIT"
repository = "https://github.com/MichaelRyom/DSvClient"
[dependencies]
tokio = { version = "1.40", features = ["full"] }
hyper = { version = "1.4", features = ["full", "http1", "http2", "client"] }
hyper-util = { version = "0.1.8", features = ["full"] }
http-body-util = "0.1.2"
bytes = "1.7"
hyper-tls = "0.6.0"
url = "2.5"
quick-xml = { version = "0.37", features = ["async-tokio", "serialize", "serde"] }
csv = "1.3"
anyhow = "1.0"
futures = "0.3.30"
path-clean = "1.0"
zip = "2.2"
tokio-retry = "0.3.0"
log = "0.4"
simplelog = "0.12"
sha2 = "0.10"
rayon = "1.10"
num_cpus = "1.16"
async-trait = "0.1.83"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
chrono = { version = "0.4.38", features = ["serde"] }
toml = "0.8"
flate2 = "1.0"