# 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 = "cvefixer" version = "0.9.3" description = "Fix all vulnerabilities that are fixed." readme = "README.md" license = "BSD-3-Clause" repository = "https://codeberg.org/janie314/cvefixer" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.fastrand] version = "2.1.0" [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.time] version = "0.3.36" features = [ "macros", "parsing", "local-offset", ] [dependencies.which] version = "6.0.1"