[package]
name = "ism"
version.workspace = true
edition.workspace = true
description = "ODNI ISM (Information Security Marking) schema package, vendored. Designed as a build-dependency for codegen. SHA-256 verified at compile time."
license.workspace = true
repository.workspace = true
publish = true
readme = "README.md"
keywords = ["odni", "ic", "ism", "xml", "schema"]
categories = ["data-structures", "parsing"]
build = "build.rs"
include = [
"src/**/*",
"data/**/*",
"build.rs",
"Cargo.toml",
"README.md",
"LICENSE*",
]
[lib]
path = "src/lib.rs"
[features]
default = ["verify-on-build"]
verify-on-build = []
[dependencies]
sha2 = { workspace = true }
[build-dependencies]
sha2 = { workspace = true }