# 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 = "prose-lsp" version = "0.0.1" authors = ["Freddie Gilbraith"] description = """ A simple LSP that tokenizes all open files and provides all words as completions. Useful for prose, or languages that use strings like enums (eg: typescript, javascript) """ homepage = "https://github.com/FreddieGilbraith/simple-token-language-server" readme = "README.md" license = "MIT" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.itertools] version = "0.11.0" [dependencies.regex] version = "1.10.0" [dependencies.ropey] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tower-lsp] version = "0.19.0" features = ["proposed"]