# 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 = "htmd-cli" version = "0.3.4" authors = ["letmutex"] description = "The command line tool for htmd." homepage = "https://github.com/letmutex/htmd-cli" readme = "README.md" keywords = [ "cli", "html", "markdown", "converter", ] categories = [ "text-processing", "parsing", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/letmutex/htmd-cli" [[bin]] name = "htmd" path = "src/main.rs" [dependencies.clap] version = "4.5.7" [dependencies.glob] version = "0.3.1" [dependencies.htmd] version = "0.1" [dependencies.tokio] version = "1.38.0" features = ["rt-multi-thread"] [dependencies.toml] version = "0.8.14" [dev-dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", ]