[package] name = "cvssrust" description = "Rust implementation of the Common Vulnerability Scoring System (v2 / v3.0 / v3.1)" version = "1.0.1" authors = ["Mikhail Medvedev "] license = "MIT" repository = "https://github.com/moor84/cvssrust" readme = "README.md" keywords = ["security", "cvss", "cvssv2", "cvssv3", "parser"] categories = ["encoding", "parsing"] homepage = "https://crates.io/crates/cvssrust" edition = "2018" [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] }