# 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.64.0" name = "csaf" version = "0.5.0" authors = ["Blake Johnson"] description = "An implementation of the Common Security Advisory Framework (CSAF)" readme = "README.md" keywords = [ "security", "advisory", "vulnerability", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/voteblake/csaf-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.cpe] version = "0.1.2" [dependencies.crates-index] version = "0.19" optional = true [dependencies.cvss] version = "2" features = ["serde"] [dependencies.packageurl] version = "0.3" [dependencies.rustsec] version = "=0.26.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3" [dependencies.tempfile] version = "3" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.serde_json] version = "1" [features] default = ["rustsec-interop"] rustsec-interop = [ "rustsec", "crates-index", ]