-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 713 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (24 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
[package]
name = "enygmah"
version = "0.1.0"
edition = "2021"
description = "Automate vulnerability analysis within several tools"
homepage = "https://github.com/TaylorHo/enygmah"
repository = "https://github.com/TaylorHo/enygmah"
documentation = "https://github.com/TaylorHo/enygmah"
license = "AGPL-3.0"
readme = "README.md"
keywords = ["security", "vulnerability", "analysis"]
publish = false
[dependencies]
bollard = "0.18.1"
clap = { version = "4.5.58", features = ["derive"] }
colored = "3.1.1"
dialoguer = "0.12.0"
env_logger = "0.11.9"
futures-util = "0.3.31"
indicatif = "0.18.3"
log = "0.4.29"
tar = "0.4.46"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "fs"] }
url = "2.5.8"