[package]
name = "xml-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
description = "Low-level generic XML reading/writing, shared building block for all OOXML formats in the toolkit."
keywords = ["xml", "parser", "ooxml"]
categories = ["parsing", "encoding"]
[dependencies]
quick-xml.workspace = true
thiserror.workspace = true