gettext-mcp 0.5.0

Model Context Protocol (MCP) server for managing GNU gettext .po/.pot translation files, with CRUD tools and an optional web UI.
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 = "2021"
rust-version = "1.75"
name = "gettext-mcp"
version = "0.5.0"
authors = ["Anatolii Kovalchuk <me@kr00lix.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model Context Protocol (MCP) server for managing GNU gettext .po/.pot translation files, with CRUD tools and an optional web UI."
homepage = "https://github.com/Kr00lIX/gettext_mcp"
documentation = "https://docs.rs/gettext-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "gettext",
    "i18n",
    "l10n",
    "translation",
]
categories = [
    "command-line-utilities",
    "internationalization",
    "development-tools",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kr00lIX/gettext_mcp"

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

[[bin]]
name = "gettext-mcp"
path = "src/main.rs"

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

[dependencies.axum]
version = "0.7"

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

[dependencies.clap_complete]
version = "4"

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

[dependencies.libc]
version = "0.2"

[dependencies.quick-xml]
version = "0.40"
features = ["serialize"]

[dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.schemars]
version = "1.0"
features = ["indexmap2"]

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37"
features = ["full"]

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

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

[dev-dependencies.tokio-test]
version = "0.4"

[profile.release]
opt-level = 3
lto = true