-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 713 Bytes
/
Cargo.toml
File metadata and controls
33 lines (31 loc) · 713 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
[package]
name = "aid"
version = "0.1.11"
edition = "2021"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
comfy-table = "7.1.1"
num-traits = "0.2.19"
ping = "0.5.2"
rand = "0.8.5"
reqwest = "0.12.8"
serde = "1.0.210"
serde_derive = "1.0.210"
serde_json = "1.0.129"
socket2 = "0.5.7"
sysinfo = "0.32.0"
tokio = { version = "1", features = ["full"] }
csv = "1.3.0"
nom = "7.1.3"
regex = "1.11.0"
base64 = "0.22.1"
md-5 = "0.10.5"
sha2 = "0.10.6"
sha1 = "0.10.5"
time = { version = "0.3", features = ["macros", "formatting", "local-offset"] }
walkdir = "2.5.0"
zip = "2.2.0"
cron-descriptor = "=0.1.0"
chrono = "0.4.38"
uuid = { version = "1.3", features = ["v4"] }
percent-encoding = "2.3.1"