[package]
edition = "2024"
rust-version = "1.93"
name = "rdocx-cli"
version = "0.9.0"
authors = ["Atul Sharma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for inspecting, converting, and manipulating DOCX files"
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}}"
[[bin]]
name = "rdocx"
path = "src/main.rs"
doc = false
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.clap]
version = "4.6"
features = ["derive"]
[dependencies.oxml-cli-support]
version = "0.5.0"
[dependencies.oxml-opc]
version = "0.5.0"
[dependencies.rdocx]
version = "0.9.0"
features = ["system-fonts"]
default-features = false
[dependencies.rdocx-oxml]
version = "0.9.0"
[dependencies.serde_json]
version = "1"