fetchium-mcp 1.0.0

Fetchium MCP server — Model Context Protocol integration
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 = "fetchium-mcp"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fetchium MCP server — Model Context Protocol integration"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/zuhabul/Fetchium"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = [
    "json",
    "macros",
    "ws",
]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.fetchium-core]
version = "1.0.0"
features = ["embeddings"]

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "trace",
    "timeout",
    "limit",
    "request-id",
    "set-header",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]