docterm 0.2.0

A TUI-first documentation browser for Dash/Zeal docsets, optimized for the terminal.
# 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 = "docterm"
version = "0.2.0"
authors = ["Sébastien LUNDI"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI-first documentation browser for Dash/Zeal docsets, optimized for the terminal."
readme = "README.md"
keywords = [
    "tui",
    "documentation",
    "docset",
    "dash",
    "zeal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://codeberg.org/slundi/docdb"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.fast_html2md]
version = "0.0.61"

[dependencies.flate2]
version = "1.0"

[dependencies.gumdrop]
version = "0.8"

[dependencies.nucleo]
version = "0.5"

[dependencies.quick-xml]
version = "0.39"

[dependencies.ratatui]
version = "0.30"

[dependencies.rayon]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "stream",
    "rustls",
]
default-features = false

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

[dependencies.rust-mcp-sdk]
version = "0.9"

[dependencies.scraper]
version = "0.26"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.termimad]
version = "0.34"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "fs",
    "io-util",
]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.xdg]
version = "3.0"

[dependencies.zstd]
version = "0.13"