[package] name = "lapce-core" version = "0.0.12" authors = ["Dongdong Zhou "] edition = "2021" [dependencies] thiserror = "1.0" itertools = "0.10.3" serde = "1.0" serde_json = "1.0" tree-sitter = "0.20.6" tree-sitter-highlight = "0.20.1" tree-sitter-rust = "0.20.0" tree-sitter-go = "0.19.1" tree-sitter-javascript = "0.20.0" tree-sitter-typescript = "0.20.0" tree-sitter-python = "0.19.1" tree-sitter-toml = "0.20.0" tree-sitter-elixir = { git = "https://github.com/VitorTrin/tree-sitter-elixir.git"} tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php.git", version = "0.19.1" } tree-sitter-c = "0.20.1" tree-sitter-cpp = "0.20.0" xi-rope = { git = "https://github.com/lapce/xi-editor", features = ["serde"] } lapce-rpc = { path = "../lapce-rpc" }