oxdoc-core 1.1.0

Core OOXML parsing library for oxdoc
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 = "2024"
rust-version = "1.88"
name = "oxdoc-core"
version = "1.1.0"
authors = ["Santiago Pereyra Marchetti"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "examples/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core OOXML parsing library for oxdoc"
homepage = "https://github.com/spereyra-dev/oxdoc"
readme = "README.md"
keywords = [
    "docx",
    "xlsx",
    "ooxml",
    "parser",
    "cli",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/spereyra-dev/oxdoc"

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

[[example]]
name = "extract_text"
path = "examples/extract_text.rs"

[[example]]
name = "xlsx_csv"
path = "examples/xlsx_csv.rs"

[[bench]]
name = "throughput"
path = "benches/throughput.rs"
harness = false

[dependencies.quick-xml]
version = "0.40"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "8.6"
features = ["deflate"]
default-features = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.serde_json]
version = "1.0"