[package]
name = "unhwp-cli"
version = "0.3.2"
edition = "2021"
authors = ["iyulab"]
description = "Command-line tool for converting HWP/HWPX documents to Markdown"
license = "MIT"
repository = "https://github.com/iyulab/unhwp"
keywords = ["hwp", "hwpx", "cli", "converter"]
categories = ["command-line-utilities"]
[[bin]]
name = "unhwp"
path = "src/main.rs"
[dependencies]
unhwp = { version = "0.3.2", path = ".." }
clap = { version = "4.5", features = ["derive"] }
serde_json = "1.0"
self_update = { version = "0.41", features = ["archive-zip", "archive-tar", "compression-flate2", "compression-zip-deflate"] }
reqwest = { version = "0.12", default-features = false }
tokio = { version = "1.42", features = ["rt-multi-thread", "macros"] }
semver = "1.0"
indicatif = "0.17"
colored = "2.1"