# 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 = "cwe-xml" version = "0.7.2" authors = ["Laurent Querel "] exclude = ["/.github/*"] description = """ A local in-memory, queryable, and navigable CWE database initialized with one or multiple CWE XML files. """ homepage = "https://github.com/lquerel/cwe-xml" documentation = "https://docs.rs/cwe-xml" readme = "README.md" keywords = [ "cwe", "security", "mitre", "vulnerability", "weakness", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/lquerel/cwe-xml" [dependencies.quick-xml] version = "0.29.0" features = ["serialize"] [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.serde] version = "1.0.164" features = [ "derive", "rc", ] [dependencies.tempfile] version = "3.6.0" [dependencies.thiserror] version = "1.0.40" [dependencies.zip] version = "0.6.6"