[[bin]]
name = "htmd"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.7"
[dependencies.glob]
version = "0.3.1"
[dependencies.htmd]
version = "0.5.0"
[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.38.2"
[dependencies.toml]
version = "0.8.14"
[dev-dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.8.0"
[package]
authors = ["letmutex"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "parsing", "command-line-utilities"]
description = "The command line tool for htmd."
edition = "2021"
homepage = "https://github.com/letmutex/htmd-cli"
keywords = ["cli", "html", "markdown", "converter"]
license = "Apache-2.0"
name = "htmd-cli"
readme = "README.md"
repository = "https://github.com/letmutex/htmd-cli"
version = "0.5.0"
[[test]]
name = "mod"
path = "tests/mod.rs"