# 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" version = "0.1.14" authors = ["Zhao Guangjian"] description = "Some functions about CPE and CVE" documentation = "https://docs.rs/nvd" readme = "README.md" keywords = [ "nvd", "cve", "cpe", "match", "cpe23uri", ] license-file = "LICENSE" repository = "https://github.com/zgj0315/nvd/" [[bench]] name = "cpe_match_benchmark" harness = false [dependencies.chrono] version = "0.4" [dependencies.dev_util] version = "0.1" [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.14" [dependencies.prost] version = "0.11" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.23" features = [ "macros", "rt", "rt-multi-thread", "fs", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.xml-rs] version = "0.8" [dev-dependencies.criterion] version = "0.4" features = [ "html_reports", "async_futures", ] [build-dependencies.prost-build] version = "0.11"