dociium 1.0.0

Multi-Language Documentation & Code MCP Server - Fast documentation access for Rust, Python, and Node.js
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"
name = "dociium"
version = "1.0.0"
authors = ["Labiium <contact@labiium.com>"]
build = false
exclude = [
    "cache/",
    "target/",
    ".github/",
    "prmpt.out",
    "prmpt.yaml",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-Language Documentation & Code MCP Server - Fast documentation access for Rust, Python, and Node.js"
readme = "README.md"
keywords = [
    "mcp",
    "documentation",
    "rust",
    "python",
    "nodejs",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/labiium/dociium"

[features]
default = ["stdio"]
dev = ["tokio/tracing"]
integration-tests = []
network-tests = []
search-index = ["tantivy"]
stdio = []
websocket = []

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

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

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.axum]
version = "0.8"

[dependencies.bincode]
version = "1.3"

[dependencies.bytes]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
    "std",
]
default-features = false

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

[dependencies.crates_io_api]
version = "0.12"

[dependencies.dashmap]
version = "6.1"

[dependencies.dirs]
version = "6.0"

[dependencies.flate2]
version = "1.0"

[dependencies.fnv]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.governor]
version = "0.10"

[dependencies.hex]
version = "0.4"

[dependencies.lru]
version = "0.16"

[dependencies.rayon]
version = "1.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "gzip",
]

[dependencies.rmcp]
version = "0.14.0"
features = [
    "server",
    "transport-io",
    "transport-streamable-http-server",
    "transport-worker",
    "macros",
]

[dependencies.schemars]
version = "1.2"

[dependencies.scraper]
version = "0.25.0"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tantivy]
version = "0.21"
optional = true

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.45.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "signal",
    "fs",
    "process",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "std",
    "fmt",
]

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-javascript]
version = "0.25"

[dependencies.tree-sitter-python]
version = "0.25"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.walkdir]
version = "2.4"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.insta]
version = "1.34"

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

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