kitmd 0.2.0

A terminal-based markdown and mermaid renderer/viewer using the Kitty graphics protocol
# 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 = "2024"
name = "kitmd"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based markdown and mermaid renderer/viewer using the Kitty graphics protocol"
readme = "README.md"
keywords = [
    "cli",
    "utility",
    "markdown",
    "mermaid",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/wensheng/kitmd"

[features]
default = []
mermaid_engine_internal_tests = []
png = ["dep:usvg"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.base64]
version = "0.22"

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

[dependencies.comrak]
version = "0.52"

[dependencies.cosmic-text]
version = "0.19"

[dependencies.crossterm]
version = "0.29"

[dependencies.fontdb]
version = "0.23"

[dependencies.image]
version = "0.25"

[dependencies.json5]
version = "1.3"

[dependencies.once_cell]
version = "1.21"

[dependencies.regex]
version = "1.12"

[dependencies.resvg]
version = "0.47"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.ttf-parser]
version = "0.25"

[dependencies.usvg]
version = "0.47"
optional = true