# 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 = "1.1.0" authors = ["Christopher Ariza"] build = 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" [profile.release] debug = 0 [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.28.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.tempfile] version = "=3.11.0" [dependencies.toml] version = "0.8.19" [dependencies.ureq] version = "2.10.1"