fetter 3.4.0

System-wide Python package discovery, validation, vulnerability scanning, and allow-listing.
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 = "2021"
name = "fetter"
version = "3.4.0"
authors = ["Christopher Ariza"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System-wide Python package discovery, validation, vulnerability scanning, and allow-listing."
homepage = "https://github.com/fetter-io/fetter-rs"
readme = "README.md"
keywords = [
    "python-package",
    "allow-listing",
    "cybersecurity",
]
categories = [
    "filesystem",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/fetter-io/fetter-rs"

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

[[bin]]
name = "fetter"
path = "src/main.rs"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.cvss]
version = "2.1.1"

[dependencies.pest]
version = "2.3"

[dependencies.pest_derive]
version = "2.3"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tempfile]
version = "3.11.0"

[dependencies.toml]
version = "0.8.19"

[dependencies.ureq]
version = "3.0.11"

[profile.release]
debug = 0