# 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" rust-version = "1.70" name = "cve" version = "0.3.1" authors = ["Jens Reimann "] description = "Mappings for parsing the CVE JSON files" readme = "README.md" keywords = [ "cve", "json", "serde", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/ctron/cve" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "parsing", ] [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1" features = ["serde"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.indicatif] version = "0.17" features = ["rayon"] [dev-dependencies.indicatif-log-bridge] version = "0.2" [dev-dependencies.log] version = "0.4.20" [dev-dependencies.rayon] version = "1" [dev-dependencies.time] version = "0.3" features = ["macros"] [dev-dependencies.walkdir] version = "2"