# 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 = "dts-lsp" version = "0.1.5" authors = ["Igor Prusov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Language Server for Device Tree Source files" homepage = "https://github.com/igor-prusov/dts-lsp" documentation = "https://github.com/igor-prusov/dts-lsp" readme = "README.md" keywords = [ "dts", "lsp", "language-server", "device-tree", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/igor-prusov/dts-lsp" [[bin]] name = "dts-lsp" path = "src/main.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tree-sitter] version = "0.22.2" [dependencies.tree-sitter-devicetree] version = "0.10.0"