cve-id 0.2.3

Typesafe Common Vulnerabilities and Exposures (CVE) Identifier
Documentation
# 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 = "2024"
rust-version = "1.85.1"
name = "cve-id"
version = "0.2.3"
build = false
include = ["src/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typesafe Common Vulnerabilities and Exposures (CVE) Identifier"
readme = "README-crate.md"
categories = [
    "no-std",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/robo9k/cveid-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = []

[badges.maintenance]
status = "experimental"

[features]
alloc = []
arbitrary = [
    "dep:arbitrary",
    "std",
]
default = []
schemars = [
    "dep:schemars",
    "alloc",
]
serde = ["dep:serde_core"]
std = ["alloc"]

[lib]
name = "cve_id"
path = "src/lib.rs"

[dependencies.arbitrary]
version = "1"
optional = true
default-features = false

[dependencies.schemars]
version = "1"
optional = true
default-features = false

[dependencies.serde_core]
version = "1"
optional = true
default-features = false

[dev-dependencies.claims]
version = "0.8"

[dev-dependencies.serde_assert]
version = "0.8"