# 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 = "checkmate-lsp" version = "0.1.1" authors = ["nkoporec "] description = "A LSP framework to run external check/sniff tools." readme = "README.md" keywords = ["lsp"] categories = [ "command-line-utilities", "development-tools", "parser-implementations", ] license = "MIT" repository = "https://github.com/nkoporec/checkmate-lsp" [dependencies.async-trait] version = "0.1.80" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.dashmap] version = "5.5.0" [dependencies.flexi_logger] version = "0.25.5" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.180" [dependencies.serde_derive] version = "1.0.180" [dependencies.serde_json] version = "1.0.81" [dependencies.simple-home-dir] version = "0.1.4" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tower-lsp] version = "0.19.0"