gem-audit 2.3.3

Fast, standalone security auditor for Gemfile.lock
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "gem-audit"
version = "2.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, standalone security auditor for Gemfile.lock"
homepage = "https://github.com/7a6163/gem-audit"
readme = "README.md"
keywords = [
    "security",
    "audit",
    "ruby",
    "bundler",
    "vulnerability",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/7a6163/gem-audit"

[lib]
name = "gem_audit"
path = "src/lib.rs"

[[bin]]
name = "gem-audit"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.gix]
version = "0.72"
features = [
    "blocking-network-client",
    "blocking-http-transport-reqwest-rust-tls",
    "worktree-mutation",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"