# 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 = "nvd_cve" version = "0.2.0" authors = [ "Travis Paul ", "Orhun Parmaksız ", ] description = "Search for CVEs against a local cached copy of NIST National Vulnerability Database (NVD)." homepage = "https://github.com/travispaul/nvd_cve" readme = "README.md" keywords = [ "CVE", "NIST", "vulnerability", ] categories = [ "command-line-utilities", "caching", ] license = "BSD-2-Clause" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.34" [dependencies.env_logger] version = "0.11" [dependencies.flate2] version = "1.0" [dependencies.home] version = "0.5" [dependencies.humansize] version = "1.1" [dependencies.log] version = "0.4" [dependencies.progress] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5" [target."cfg(unix)".dependencies.rusqlite] version = "0.31" [target."cfg(windows)".dependencies.rusqlite] version = "0.31" features = ["bundled"]