-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 756 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (21 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "gem-audit"
version = "2.10.0"
edition = "2024"
description = "Ultra-fast, standalone security auditor for Gemfile.lock"
license = "MIT"
repository = "https://github.com/7a6163/gem-audit"
homepage = "https://github.com/7a6163/gem-audit"
keywords = ["security", "audit", "ruby", "bundler", "vulnerability"]
categories = ["command-line-utilities"]
[dependencies]
clap = { version = "4", features = ["derive"] }
gix = { version = "0.80", default-features = false, features = ["blocking-network-client", "blocking-http-transport-reqwest-rust-tls", "worktree-mutation"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
yaml_serde = "0.10"
thiserror = "2"
[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"