ism 20230609.0.0

ODNI ISM (Information Security Marking) schema package, vendored. Designed as a build-dependency for codegen. SHA-256 verified at compile time.
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"
name = "ism"
version = "20230609.0.0"
build = "build.rs"
include = [
    "src/**/*",
    "data/**/*",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ODNI ISM (Information Security Marking) schema package, vendored. Designed as a build-dependency for codegen. SHA-256 verified at compile time."
readme = "README.md"
keywords = [
    "odni",
    "ic",
    "ism",
    "xml",
    "schema",
]
categories = [
    "data-structures",
    "parsing",
]
license = "LicenseRef-PublicDomain AND (MIT-0 OR Unlicense)"
repository = "https://github.com/marquetools/ism-data"

[features]
default = ["verify-on-build"]
verify-on-build = []

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

[dependencies.sha2]
version = "0.11"

[build-dependencies.sha2]
version = "0.11"