[package]
edition = "2024"
rust-version = "1.93"
name = "rdocx-html"
version = "0.6.0"
authors = ["Atul Sharma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DOCX-to-HTML and DOCX-to-Markdown conversion"
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"
[package.metadata.release]
shared-version = "workspace"
tag-name = "v{{version}}"
[lib]
name = "rdocx_html"
path = "src/lib.rs"
[[test]]
name = "injection_test"
path = "tests/injection_test.rs"
[dependencies.rdocx-oxml]
version = "0.6.0"