leaf-markdown-viewer 1.26.2

Terminal Markdown previewer with a GUI-like experience
# 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 = "leaf-markdown-viewer"
version = "1.26.2"
authors = ["RivoLink <rivo.link@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal Markdown previewer with a GUI-like experience"
homepage = "https://leaf.rivolink.mg"
readme = "README.md"
keywords = [
    "markdown",
    "terminal",
    "viewer",
    "tui",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/RivoLink/leaf"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.crossterm]
version = "0.29"

[dependencies.mmdflux]
version = "2.5"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.semver]
version = "1.0"

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

[dependencies.sha2]
version = "0.10"

[dependencies.syntect]
version = "5.2"
features = [
    "default-syntaxes",
    "default-themes",
    "regex-onig",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.2"

[dependencies.unicodeit]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.crossterm]
version = "0.29"
features = ["use-dev-tty"]