[package]
edition = "2024"
name = "fenir"
version = "3.2.1"
authors = ["Tioben Neenot <tioben.neenot@laposte.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for CVE managing, exploring and collect some data about their weaknesses and classifications"
homepage = "https://gitlab.com/cyberactivity/tyr"
documentation = "https://docs.rs/fenir"
readme = "README.md"
keywords = [
"tyr",
"cli",
"nvd",
"mitre",
]
categories = [
"command-line-utilities",
"security",
]
license = "MIT"
repository = "https://gitlab.com/cyberactivity/tyr"
[lib]
name = "fenir"
path = "src/lib.rs"
[[bench]]
name = "bench_fenir"
path = "benches/bench_fenir.rs"
harness = false
[dependencies.chrono]
version = "0.4.44"
[dependencies.csv]
version = "1.4.0"
[dependencies.enable-ansi-support]
version = "0.3.1"
[dependencies.indicatif]
version = "0.18.4"
[dependencies.regex]
version = "1.12.3"
[dependencies.rusqlite]
version = "0.39.0"
features = [
"bundled",
"chrono",
]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.termint]
version = "0.8.1"
features = ["backend-crossterm"]
[dependencies.ureq]
version = "3.3.0"
features = ["json"]
[dependencies.zip]
version = "8.5.1"
[dev-dependencies.criterion]
version = "0.8.2"
features = [
"html_reports",
"plotters",
]
[dev-dependencies.utmt]
version = "0.8.0"
[lints.rust]
unsafe_code = "forbid"