[package]
edition = "2024"
name = "ism-data"
version = "20230609.0.0"
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ODNI public XML schema metadata: package list and namespace registry. For schema files, see the per-package ism-{pkg} crates."
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"
[lib]
name = "ism_data"
path = "src/lib.rs"
[dependencies]