# 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 = "2021" name = "async-lsp-client" version = "0.1.1" 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" readme = "README.md" keywords = [ "client", "lsp", "languageservice", "languageserver", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/ren-wei/async-lsp-client" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.111" [dependencies.tokio] version = "1.35.1" features = [ "io-util", "rt", "process", ] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tracing] version = "0.1.40" [features] tracing = []