-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 792 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 792 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 = "corrator"
version = "1.4.1"
edition = "2021"
description = "A tool to verify the versions of apps used inside docker containers."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/natecox/corrator"
repository = "https://github.com/natecox/corrator"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bonsaidb = { version = "~0.5", features = ["local"] }
chrono = "0.4.23"
clap = { version = "4.1.8", features = ["derive"] }
directories = "6.0.0"
jsonschema = "0.33.0"
rayon = "1.7.0"
regex = "1.7.1"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = { version = "1.0.154", features = ["derive"] }
serde_json = "1.0.96"
serde_regex = "1.1.0"
shellexpand = "3.0.0"
toml = "0.9.7"