treemd 0.5.12

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.12"
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",
    "mermaid",
]
mermaid = [
    "dep:mermaid-rs-renderer",
    "dep:resvg",
]
unstable-dynamic = ["clap_complete/unstable-dynamic"]

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

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

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

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

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

[dependencies.clap_complete]
version = "4.6"
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"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
    "bmp",
    "ico",
    "tiff",
]
default-features = false

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

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

[dependencies.notify]
version = "8.2"

[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 = "11"
features = ["crossterm"]
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"
features = [
    "default-syntaxes",
    "default-themes",
    "plist-load",
    "regex-onig",
]
default-features = false

[dependencies.tempfile]
version = "3.27"

[dependencies.toml]
version = "1.1"

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

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

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

[target."cfg(unix)".dependencies.mermaid-rs-renderer]
version = "0.2"
optional = true
default-features = false

[target."cfg(unix)".dependencies.resvg]
version = "0.47"
optional = true

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