# 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 = "earthlyls" version = "0.5.3" authors = ["Gaƫtan Lehmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast language server for earthly" homepage = "https://github.com/glehmann/earthlyls/" documentation = "https://github.com/glehmann/earthlyls/" readme = "README.md" keywords = [ "earthly", "lsp", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/glehmann/earthlyls.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "earthlyls" path = "src/lib.rs" [[bin]] name = "earthlyls" path = "src/main.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "diagnostic" path = "tests/diagnostic.rs" [[test]] name = "document_symbol" path = "tests/document_symbol.rs" [[test]] name = "goto_definition" path = "tests/goto_definition.rs" [[test]] name = "hover" path = "tests/hover.rs" [[test]] name = "references" path = "tests/references.rs" [[test]] name = "semantic_tokens" path = "tests/semantic_tokens.rs" [[test]] name = "symbol" path = "tests/symbol.rs" [[test]] name = "watched_files" path = "tests/watched_files.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clean-path] version = "0.2.1" [dependencies.dashmap] version = "5.5.3" [dependencies.glob] version = "0.3.1" [dependencies.glob-match] version = "0.2.1" [dependencies.maplit] version = "1.0.2" [dependencies.path-slash] version = "0.2.1" [dependencies.ropey] version = "1.6.1" [dependencies.serde] version = "1.0.203" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tree-sitter] version = "0.22.2" [dependencies.tree-sitter-bash] version = "0.21.0" [dependencies.tree-sitter-earthfile] version = "0.5.4" [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.temp-dir] version = "0.1.13"