sheetkit-xml 0.4.0

Serde-based OOXML schema types for Excel (.xlsx) files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sheetkit-xml"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde-based OOXML schema types for Excel (.xlsx) files"
homepage = "https://github.com/Nebu1eto/sheetkit"
readme = "README.md"
keywords = [
    "excel",
    "xlsx",
    "spreadsheet",
    "ooxml",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nebu1eto/sheetkit"

[lib]
name = "sheetkit_xml"
path = "src/lib.rs"

[dependencies.quick-xml]
version = "0.36"
features = [
    "serialize",
    "overlapped-lists",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"