marque-ism 0.2.1

ISM vocabulary types, generated CVE enums, and Span for marque
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"
name = "marque-ism"
version = "0.2.1"
build = "build.rs"
include = [
    "Cargo.toml",
    "LICENSE.md*",
    "README.md",
    "REUSE.toml",
    "build.rs",
    "country_extensions.toml",
    "schemas/ISM-v2022-DEC/CVE_ISM/CVEnum*.json",
    "schemas/ISM-v2022-DEC/CVE_ISM/CVEnumISM*.xml",
    "schemas/ISM-v2022-DEC/CVE_ISMCAT/CVEGenerated/CVEnumISMCATRelTo.xsd",
    "schemas/ISM-v2022-DEC/Taxonomy/ISMCAT/*.xml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISM vocabulary types, generated CVE enums, and Span for marque"
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/marquetools/marque"

[package.metadata.marque]
ism-schema-version = "ISM-v2022-DEC"
ismcat-tetra-version = "2022-NOV"

[features]
default = []
serde = ["dep:serde"]

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.jiff]
version = "0.2.24"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false

[dev-dependencies.xmloxide]
version = "0.4"
default-features = false

[build-dependencies.anyhow]
version = "1.0.102"

[build-dependencies.memchr]
version = "2.8.0"

[build-dependencies.quick-xml]
version = "0.39.2"

[build-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0.149"

[build-dependencies.toml]
version = "1.1.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(coverage_nightly)",
    'cfg(feature, values("corpus-override"))',
]