{"id":58370,"library":"tower-lsp","title":"tower-lsp","description":"Language Server Protocol implementation based on Tower","status":"active","version":"0.20.0","language":"rust","source_language":null,"source_url":"https://github.com/ebkalderon/tower-lsp","tags":["lsp","language-server","tower","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntower-lsp = \"0.20.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tower-lsp","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"LspService","correct":"use tower_lsp::LspService;"}],"quickstart":{"code":"use tower_lsp::{LspService, Server};\n\n#[tokio::main]\nasync fn main() {\n    let stdin = tokio::io::stdin();\n    let stdout = tokio::io::stdout();\n    let (service, socket) = LspService::new(|_| ());\n    Server::new(stdin, stdout, socket).serve(service).await;\n}","lang":"rust","description":"Start a basic LSP server that does nothing."},"warnings":[{"fix":"Add `tokio` with `full` features and use `#[tokio::main]`","message":"Requires a Tokio runtime (async)","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'async':16 'base':8 'implement':7 'languag':4,13 'language-serv':12 'lsp':3,11 'protocol':6 'server':5,14 'tower':2,10,15 'tower-lsp':1","created_at":"2026-06-16T16:21:02.132166+00:00","updated_at":"2026-06-16T16:21:02.132166+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ebkalderon/tower-lsp","github":"https://github.com/ebkalderon/tower-lsp","docs":"https://docs.rs/tower-lsp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}