symposium-rust-analyzer 0.1.0

Symposium rust-analyzer proxy - an MCP server connecting to rust-analyzer and a ACP Proxy managing it
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"
name = "symposium-rust-analyzer"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Symposium rust-analyzer proxy - an MCP server connecting to rust-analyzer and a ACP Proxy managing it"
readme = "README.md"
license = "MIT or Apache-2.0"
repository = "https://github.com/symposium-dev/symposium-rust-analyzer"

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

[[bin]]
name = "symposium-rust-analyzer"
path = "src/main.rs"

[[test]]
name = "basic_integration_test"
path = "tests/basic_integration_test.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.indoc]
version = "2.0.7"

[dependencies.lsp-types]
version = "0.97"

[dependencies.sacp]
version = "10.0.0"

[dependencies.sacp-tokio]
version = "10.0.0"

[dependencies.schemars]
version = "1.1.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt-multi-thread",
    "process",
    "tracing",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]

[dev-dependencies.elizacp]
version = "10.0.0"

[dev-dependencies.sacp-conductor]
version = "10.0.0"

[dev-dependencies.yopo]
version = "10.0.0"