[package]
name = "secfinding"
version = "0.3.0"
edition = "2021"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
authors = ["Santh Project <contact@santh.dev>"]
homepage = "https://santh.dev"
repository = "https://github.com/santhsecurity/secfinding"
description = "Universal security finding types for vulnerability scanners."
readme = "README.md"
keywords = ["security", "findings", "vulnerability", "scanner"]
categories = ["development-tools", "web-programming"]
exclude = ["/target", ".idea", ".vscode", ".DS_Store", "*.swp", "*.profraw"]
[features]
default = []
[dependencies]
chrono = { version = "=0.4.44", features = ["serde"] }
serde = { version = "=1.0.228", features = ["derive", "rc"] }
serde_json = "=1.0.149"
toml = "=0.8.23"
uuid = { version = "=1.23.0", features = ["v4", "serde"] }
tracing = "=0.1.44"
[dev-dependencies]
proptest = "=1.9.0"