# 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 = "jinja-lsp" version = "0.1.84" authors = ["uros-5"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Language server for jinja2" homepage = "https://github.com/uros-5/jinja-lsp" readme = "README.md" keywords = [ "jinja", "templates", "lsp", ] license = "MIT" repository = "https://github.com/uros-5/jinja-lsp" [profile.release] opt-level = 3 strip = true [lib] name = "jinja_lsp" path = "src/lib.rs" [[bin]] name = "jinja-lsp" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.env_logger] version = "0.9.0" [dependencies.jinja-lsp-queries] version = "0.1.84" [dependencies.ropey] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tower-lsp] version = "0.20.0" features = ["proposed"] [dependencies.tree-sitter] version = "^0.23.0" [dependencies.tree-sitter-jinja2] version = "0.0.10" [dependencies.tree-sitter-language] version = "0.1.0" [dependencies.tree-sitter-rust] version = "0.23.0" [dependencies.walkdir] version = "2.4.0"