# 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 = "gitlab-ci-ls" version = "0.22.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Language server for Gitlab CI" readme = "README.md" license = "MIT" repository = "https://github.com/alesbrelih/gitlab-ci-ls" [[bin]] name = "gitlab-ci-ls" path = "src/main.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crc64] version = "2.0.0" [dependencies.log] version = "0.4.22" [dependencies.lsp-server] version = "0.7.7" [dependencies.lsp-types] version = "0.95.1" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34" [dependencies.simple-logging] version = "2.0.2" [dependencies.simple_logger] version = "5.0.0" [dependencies.streaming-iterator] version = "0.1.9" [dependencies.tokio] version = "1.40.0" [dependencies.tree-sitter] version = "0.24.3" [dependencies.tree-sitter-yaml] version = "0.6.1" [lints.clippy] all = "deny" pedantic = "deny"