unhwp-cli 0.2.3

Command-line tool for converting HWP/HWPX documents to Markdown
# 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 = "2021"
name = "unhwp-cli"
version = "0.2.3"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for converting HWP/HWPX documents to Markdown"
readme = false
keywords = [
    "hwp",
    "hwpx",
    "cli",
    "converter",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/iyulab/unhwp"

[[bin]]
name = "unhwp"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
default-features = false

[dependencies.self_update]
version = "0.41"
features = [
    "archive-zip",
    "archive-tar",
    "compression-flate2",
]

[dependencies.semver]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.unhwp]
version = "0.2.3"