rdocx 0.2.0

High-level API for reading, writing, and converting DOCX documents
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.93"
name = "rdocx"
version = "0.2.0"
authors = ["Atul Sharma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level API for reading, writing, and converting DOCX documents"
homepage = "https://github.com/tensorbee/rdocx"
readme = "README.md"
keywords = [
    "docx",
    "word",
    "pdf",
    "ooxml",
    "document",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensorbee/rdocx"

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

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

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

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

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

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

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

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "regression_test"
path = "tests/regression_test.rs"

[dependencies.rdocx-html]
version = "0.2.0"

[dependencies.rdocx-layout]
version = "0.2.0"

[dependencies.rdocx-opc]
version = "0.2.0"

[dependencies.rdocx-oxml]
version = "0.2.0"

[dependencies.rdocx-pdf]
version = "0.2.0"

[dependencies.regex]
version = "1.13"

[dependencies.thiserror]
version = "2"

[dev-dependencies]