mandible 0.1.2

mandible: a universal, interactive TUI reference for CLI tools. `mandible git` opens an explorable tree of every command, subcommand, and flag git has, with descriptions.
# 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"
rust-version = "1.88"
name = "mandible"
version = "0.1.2"
authors = ["mandible contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "mandible"
description = "mandible: a universal, interactive TUI reference for CLI tools. `mandible git` opens an explorable tree of every command, subcommand, and flag git has, with descriptions."
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "documentation",
    "reference",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sadigaxund/mandible"

[package.metadata.deb]
maintainer = "Sadig Akhund <sadigaxund@gmail.com>"
copyright = "2026, Sadig Akhund"
license-file = [
    "../LICENSE-MIT",
    "0",
]
extended-description = "mandible is a universal, interactive TUI reference for CLI tools. `mandible git` opens an explorable tree of every command, subcommand, and flag git has, with descriptions — a reference browser, not a command builder."
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/mandible",
    "usr/bin/",
    "755",
],
    [
    "../packaging/mandible.1",
    "usr/share/man/man1/",
    "644",
],
    [
    "../README.md",
    "usr/share/doc/mandible/README.md",
    "644",
],
    [
    "target/release/build/mandible-*/out/mandible.bash",
    "usr/share/bash-completion/completions/mandible",
    "644",
],
    [
    "target/release/build/mandible-*/out/_mandible",
    "usr/share/zsh/vendor-completions/",
    "644",
],
    [
    "target/release/build/mandible-*/out/mandible.fish",
    "usr/share/fish/vendor_completions.d/",
    "644",
],
]

[package.metadata.generate-rpm]
license = "MIT OR Apache-2.0"

[[package.metadata.generate-rpm.assets]]
source = "target/release/mandible"
dest = "/usr/bin/mandible"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "../packaging/mandible.1"
dest = "/usr/share/man/man1/mandible.1"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "target/release/build/mandible-*/out/mandible.bash"
dest = "/usr/share/bash-completion/completions/mandible"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "target/release/build/mandible-*/out/_mandible"
dest = "/usr/share/zsh/site-functions/_mandible"
mode = "644"

[[package.metadata.generate-rpm.assets]]
source = "target/release/build/mandible-*/out/mandible.fish"
dest = "/usr/share/fish/vendor_completions.d/mandible.fish"
mode = "644"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.crossterm]
version = "0.28"
features = ["events"]

[dependencies.mandible-core]
version = "0.1.2"

[dependencies.mandible-extract]
version = "0.1.2"

[dependencies.mandible-tui]
version = "0.1.2"

[dependencies.ratatui]
version = "0.29"
features = ["unstable-widget-ref"]

[dependencies.rayon]
version = "1.10"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tempfile]
version = "3.13"

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

[build-dependencies.clap_complete]
version = "4.5"