# 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 = "gitls" version = "0.3.1" authors = ["Paul van der Meijs"] description = "A language server for Git." readme = "README.md" keywords = [ "git", "language-server", "lsp", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/paulvandermeijs/gitls" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.26" [dependencies.git2] version = "0.19.0" [dependencies.lsp-server] version = "0.7.2" [dependencies.lsp-types] version = "0.94.0" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.vfs] version = "0.9.0"