# 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 = "openscad-lsp" version = "1.2.5" authors = ["Leathong"] include = [ "/src", "README.md", ] description = "A language(LSP) server for OpenSCAD" readme = "README.md" keywords = [ "language-server", "lsp", "openscad", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/Leathong/openscad-LSP" [dependencies.clap] version = "4.0.14" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.lsp-server] version = "0.7.0" [dependencies.lsp-types] version = "0.94.0" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.145" [dependencies.serde_json] version = "1.0.86" [dependencies.shellexpand] version = "3.1.0" [dependencies.tree-sitter] version = "0.20.9" [dependencies.tree-sitter-openscad] version = "0.4.2"