# 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 = "cpe_explorer" version = "0.2.0" authors = ["darakian"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An exploration tool for the NVD cpe dict" homepage = "https://github.com/darakian/cpe_explorer" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/darakian/cpe_explorer" [lib] name = "cpe_explorer" path = "src/lib.rs" [[bin]] name = "cpe_explorer" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.flate2] version = "1.0.34" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.0" [dependencies.roxmltree] version = "0.20.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"