mant 0.7.0

Local-first TUI, structured CLI, and MCP server for manuals and Markdown
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.88"
name = "mant"
version = "0.7.0"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/src/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first TUI, structured CLI, and MCP server for manuals and Markdown"
homepage = "https://github.com/BryanHeBY/ManT"
readme = "README.md"
keywords = [
    "man",
    "markdown",
    "cli",
    "mcp",
    "documentation",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/BryanHeBY/ManT"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/mant-{ version }-linux-x64.tar.gz"
bin-dir = "mant-{ version }-linux-x64/{ bin }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/mant-{ version }-linux-arm64.tar.gz"
bin-dir = "mant-{ version }-linux-arm64/{ bin }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/mant-{ version }-windows-x64.zip"
bin-dir = "mant-{ version }-windows-x64/{ bin }{ binary-ext }"
pkg-fmt = "zip"

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

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

[dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "error-context",
    "help",
    "std",
    "suggestions",
    "usage",
]
default-features = false

[dependencies.mant-engine]
version = "=0.7.0"

[dependencies.mant-ir]
version = "=0.7.0"

[dependencies.mant-protocol]
version = "=0.7.0"

[dependencies.mant-sources]
version = "=0.7.0"
features = ["update"]

[dependencies.mant-ui]
version = "=0.7.0"

[dependencies.rmcp]
version = "=3.1.2"
features = [
    "macros",
    "server",
    "transport-io",
]
default-features = false

[dependencies.rmcp-macros]
version = "=3.1.2"

[dependencies.schemars]
version = "=1.2.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "io-util",
    "macros",
    "rt",
    "sync",
]
default-features = false

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"