# 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 = "llm-lsp" version = "0.1.1" authors = ["Rohit Sarpotdar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LSP server to communicate with LLMs" readme = "README.md" keywords = [ "llm", "lsp", "codeium", "helix", "extension", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rosarp/llm-lsp" [[bin]] name = "llm-lsp" path = "src/main.rs" [dependencies.async-lsp] version = "0.2.0" features = ["tokio"] [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap-markdown] version = "0.1.4" [dependencies.confy] version = "0.6.1" [dependencies.futures] version = "0.3.31" [dependencies.inquire] version = "0.7.5" features = ["editor"] [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.reqwest] version = "0.12.9" features = [ "brotli", "deflate", "gzip", "json", "rustls-tls", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.1" features = [ "io-std", "macros", "parking_lot", "rt-multi-thread", "time", "signal", ] [dependencies.tokio-util] version = "0.7.12" features = ["compat"] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.11.0" features = [ "v4", "fast-rng", ]