quilldown-cli 1.3.0

Command-line interface for quilldown: Markdown -> Word .docx.
# 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"
rust-version = "1.88"
name = "quilldown-cli"
version = "1.3.0"
authors = ["Seth Juarez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for quilldown: Markdown -> Word .docx."
homepage = "https://github.com/sethjuarez/quilldown"
readme = "README.md"
keywords = [
    "markdown",
    "docx",
    "word",
    "cli",
    "converter",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/sethjuarez/quilldown"

[features]
remote-images = ["quilldown/remote-images"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.quilldown]
version = "1.3.0"