blob: 96d9006a1e455fe84bfecdb09c10c9c9d4f34e43 [file] [log] [blame]
# 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"
rust-version = "1.56"
name = "cvss"
version = "2.0.0"
authors = ["Tony Arcieri <[email protected]>"]
description = "Common Vulnerability Scoring System parser/serializer"
readme = "README.md"
keywords = [
"cvssv3",
"security",
"advisory",
"vulnerability",
]
categories = ["parser-implementations"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/RustSec/rustsec/tree/main/cvss"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[dependencies.serde]
version = "1"
optional = true
[features]
default = [
"std",
"v3",
]
std = []
v3 = []