-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (33 loc) · 973 Bytes
/
Cargo.toml
File metadata and controls
34 lines (33 loc) · 973 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
[package]
name = "monokkai"
version = "0.1.0"
edition = "2024"
authors = ["Egor Mayer"]
description = "DevSecOps CLI: Security Scanning, Docker/GitHub Integration"
license = "MIT"
repository = "https://github.com/monokkai/devsecops-cli"
homepage = "https://hub.docker.com/r/monokkay/devsecops-cli"
[dependencies]
colored = { version = "3.0.0", features = ["no-color"] }
clap = { version = "4.4", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
reqwest = { version = "0.12.22", features = ["blocking", "json",
"stream",
"gzip",
"brotli", ] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
jsonwebtoken = "9.2"
dotenvy = "0.15"
once_cell = "1.21.3"
dialoguer = { version = "0.11", features = ["fuzzy-select"] }
terminal_size = "0.4.2"
exempi = "2.5.1"
ring = "0.17.14"
shellexpand = "3.1.1"
libloading = "0.8.8"
thiserror = "2.0.12"
lazy_static = "1.5.0"
systemstat = "0.2.3"
chrono = "0.4.41"
chrono-tz = "0.10.4"