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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Provenance

Per-crate tamper-evidence for the `data/` slice carried by this crate.

`manifest.txt`
:   SHA-256 of every file under `data/` (excluding this directory),
    sorted, format `<sha256-hex>  <relpath>`. The crate's `build.rs`
    hashes every file at consumer compile time and refuses to compile
    if any line in this manifest doesn't match.

`manifest.sha256`
:   SHA-256 of `manifest.txt` itself. Also baked into `MANIFEST_DIGEST`
    in `src/lib.rs` so external consumers can pin the digest in release
    notes / signed tags.