[package]
edition = "2021"
rust-version = "1.74"
name = "kobold-xml"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A clean-room, Rust-native COBOL-data XML layer (real XML GENERATE). Independent of GnuCOBOL/libcob; not a GnuCOBOL parity claim."
homepage = "https://github.com/infinityabundance/kobold-xml"
readme = "README.md"
keywords = [
"cobol",
"xml",
"generate",
"migration",
"kobold",
]
categories = [
"encoding",
"parsing",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/kobold-xml"
[lib]
name = "kobold_xml"
path = "src/lib.rs"
[lints.rust]
unsafe_code = "forbid"