[package]
edition = "2024"
rust-version = "1.97"
name = "claria-docx-cli"
version = "0.34.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool that reports how Claria's importer classifies every paragraph and style of a .docx template."
homepage = "https://claria-ai.github.io/"
readme = "README.md"
keywords = [
"claria",
"docx",
"ooxml",
"cli",
"template",
]
categories = [
"command-line-utilities",
"text-processing",
]
license = "GPL-3.0-only"
repository = "https://github.com/claria-ai/claria"
resolver = "2"
[[bin]]
name = "claria-docx"
path = "src/main.rs"
[dependencies.clap]
version = "=4.6.1"
features = ["derive"]
[dependencies.claria-docx]
version = "0.34.0"
[dependencies.eyre]
version = "=0.6.12"