aethershell-lsp 1.6.0

Language Server Protocol implementation for AetherShell — diagnostics, completion, hover, and symbols for .ae scripts.
# 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"
rust-version = "1.75"
name = "aethershell-lsp"
version = "1.6.0"
authors = ["Nervosys <contact@nervosys.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language Server Protocol implementation for AetherShell — diagnostics, completion, hover, and symbols for .ae scripts."
homepage = "https://github.com/nervosys/AetherShell/tree/master/crates/aethershell-lsp"
documentation = "https://docs.rs/aethershell-lsp"
readme = "README.md"
keywords = [
    "lsp",
    "shell",
    "language-server",
    "aethershell",
    "ide",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/nervosys/AetherShell"

[[bin]]
name = "aethershell-lsp"
path = "src/main.rs"

[dependencies.aethershell]
version = "1.6.0"
features = ["native"]
default-features = false

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "5.5"

[dependencies.futures]
version = "0.3"

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

[dependencies.regex]
version = "1.10"

[dependencies.ropey]
version = "1.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower-lsp]
version = "0.20"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2.5"