rust-analyzer-cli 0.4.1

A library and CLI tool built on top of rust-analyzer for codebase navigation
Documentation
[package]

name = "rust-analyzer-cli"

version = "0.4.1"






edition = "2024"

description = "A library and CLI tool built on top of rust-analyzer for codebase navigation"

license = "MIT OR Apache-2.0"

repository = "https://github.com/jihaohaaaa/rust-analyzer-cli"

readme = "README.md"

keywords = ["rust-analyzer", "cli", "lsp"]



[lib]

name = "rust_analyzer_cli"

path = "src/lib.rs"



[[bin]]

name = "rust-analyzer-cli"

path = "src/main.rs"





[dependencies]

clap = { version = "4.6", features = ["derive", "env"] }

tokio = { version = "1.53", features = ["full"] }

axum = "0.8"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

lsp-types = "0.97"

reqwest = { version = "0.13", features = ["json"] }

tracing = "0.1"

tracing-subscriber = "0.3"

anyhow = "1.0"

url = "2.5"