# 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 = "lsp-client-rs" version = "0.1.0" authors = ["Sudarsan Reddy "] description = "A Rust client to talk to LSP servers." homepage = "https://github.com/sudarshan-reddy/lsp-rs" documentation = "https://docs.rs/lsp-rs" readme = "README.md" keywords = [ "lsp", "ast", "dev-tools", ] categories = [ "development-tools", "ast", "lsp", ] license = "MIT" repository = "https://github.com/sudarshan-reddy/lsp-rs" [dependencies.anyhow] version = "1.0.81" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.uuid] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio-test] version = "0.4.2"