allsource-mcp 0.14.8

Lightweight MCP server for local AllSource debugging (stdio transport)
# 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.92"
name = "allsource-mcp"
version = "0.14.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight MCP server for local AllSource debugging (stdio transport)"
homepage = "https://github.com/all-source-os/all-source"
documentation = "https://docs.rs/allsource-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "event-sourcing",
    "allsource",
    "debugging",
    "mcp-server",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/all-source-os/all-source"

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

[dependencies.allsource-core]
version = "0.14.8"
features = ["embedded"]
default-features = false

[dependencies.anyhow]
version = "1.0"

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

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1