treemd 0.5.8

A markdown navigator with tree-based structural navigation and syntax highlighting
Documentation
# 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"
rust-version = "1.90"
name = "treemd"
version = "0.5.8"
authors = ["epistates, inc. <nick@epistates.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A markdown navigator with tree-based structural navigation and syntax highlighting"
homepage = "https://github.com/epistates/treemd"
documentation = "https://docs.rs/treemd"
readme = "README.md"
keywords = [
    "markdown",
    "tui",
    "viewer",
    "navigator",
    "pager",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/epistates/treemd"

[features]
default = ["unstable-dynamic"]
unstable-dynamic = ["clap_complete/unstable-dynamic"]

[lib]
name = "treemd"
path = "src/lib.rs"

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

[dependencies.arboard]
version = "3.6"
features = ["wayland-data-control"]

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

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0"

[dependencies.gif]
version = "0.14"

[dependencies.image]
version = "0.25"

[dependencies.indexmap]
version = "2.13"
features = ["serde"]

[dependencies.indextree]
version = "4.7"

[dependencies.keybinds]
version = "0.2"
features = [
    "crossterm",
    "serde",
]

[dependencies.notify]
version = "8.0"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.open]
version = "5.3"

[dependencies.opensesame]
version = "0.1.1"
features = ["serde"]

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm_0_29",
    "unstable-rendered-line-info",
]

[dependencies.ratatui-image]
version = "10"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.supports-color]
version = "3.0"

[dependencies.syntect]
version = "5.3"

[dependencies.tempfile]
version = "3.26"

[dependencies.termimad]
version = "0.34"

[dependencies.toml]
version = "1.0"

[dependencies.turbovault-parser]
version = "1.2.6"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true