mant 0.4.0

Native CLI and MCP server for structured Unix 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.4.0"
build = false
include = [
    "/Cargo.toml",
    "/README.md",
    "/src/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native CLI and MCP server for structured Unix 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"

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

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

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

[dependencies.mant-ast]
version = "=0.4.0"

[dependencies.mant-core]
version = "=0.4.0"

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

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

[dependencies.schemars]
version = "=1.2.1"

[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"