# 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 = "fenir" version = "0.4.3" authors = ["Tioben Neenot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tyr tools for CVE managing about installed products and their weaknesses" homepage = "https://gitlab.com/cyberactivity/tyr" documentation = "https://docs.rs/fenir" readme = "README.md" keywords = [ "cyber", "tyr", "fenir", "nvd", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/cyberactivity/tyr" [lib] name = "fenir" path = "src/lib.rs" [dependencies.csv] version = "1.2.4" [dependencies.flate2] version = "1.0.34" [dependencies.regex] version = "1.11.1" [dependencies.rusqlite] version = "0.32.1" [dependencies.ureq] version = "2.10.1" [dependencies.zip] version = "2.2.0" [lints.rust] unsafe_code = "forbid"