# 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 = "html-languageservice" version = "0.7.0" description = "The basics of an HTML language server." homepage = "https://github.com/ren-wei/html-languageservice" documentation = "https://github.com/ren-wei/html-languageservice" readme = "README.md" keywords = [ "html", "lsp", "languageservice", "languageserver", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/ren-wei/html-languageservice" [dependencies.async-trait] version = "0.1.74" [dependencies.lazy_static] version = "1.4.0" [dependencies.lsp-textdocument] version = "0.3.1" [dependencies.lsp-types] version = "0.94.1" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.34.0" features = ["full"] [features] completion = [] default = [] folding = [] formatter = [] full = [ "completion", "folding", "formatter", "highlight", "hover", "linked_editing", "links", "matching_tag_position", "rename", "selection_range", "symbols", ] highlight = [] hover = [] linked_editing = [] links = [] matching_tag_position = [] rename = [] selection_range = [] symbols = []