squawk-server 2.39.0

LSP server for Squawk
Documentation
# 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 = "2024"
name = "squawk-server"
version = "2.39.0"
authors = ["Squawk Team & Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LSP server for Squawk"
homepage = "https://squawkhq.com"
documentation = "https://squawkhq.com/docs/"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sbdchd/squawk"
resolver = "2"

[lib]
name = "squawk_server"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "1.0.94"

[dependencies.insta]
version = "1.39.0"

[dependencies.line-index]
version = "0.1.2"

[dependencies.log]
version = "0.4.25"

[dependencies.lsp-server]
version = "0.7.8"

[dependencies.lsp-types]
version = "0.95"

[dependencies.rowan]
version = "0.15.15"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.simplelog]
version = "0.12.0"

[dependencies.squawk-ide]
version = "2.39.0"

[dependencies.squawk-lexer]
version = "2.39.0"

[dependencies.squawk-linter]
version = "2.39.0"

[dependencies.squawk-syntax]
version = "2.39.0"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
doc_markdown = "deny"
explicit_iter_loop = "deny"
manual_let_else = "deny"
needless_return = "allow"
too_many_arguments = "allow"