[package] name = "async-lsp-client" version = "0.1.1" edition = "2021" license = "MIT" description = "The client used to connect to the LSP server." homepage = "https://github.com/ren-wei/async-lsp-client" documentation = "https://github.com/ren-wei/async-lsp-client" repository = "https://github.com/ren-wei/async-lsp-client" readme = "README.md" keywords = ["client", "lsp", "languageservice", "languageserver"] categories = ["development-tools"] [dependencies] tokio = { version = "1.35.1", features = ["io-util", "rt", "process"] } tower-lsp = "0.20.0" serde = "1.0.204" serde_json = "1.0.111" tracing = "0.1.40" [features] tracing = []