[package] name = "cvss_tools" version = "0.3.0" edition = "2021" description = "Library for working with CVSS." license = "MIT OR Apache-2.0" keywords = ["security", "vulnerability", "cvss", "cvssv2", "cvssv4"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.197" serde_json = "1.0.114" [profile.test] opt-level = 2