aether-lspd 0.1.13

LSP daemon for sharing language servers across multiple agents
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 = "aether-lspd"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LSP daemon for sharing language servers across multiple agents"
homepage = "https://github.com/contextbridge/aether"
readme = "README.md"
keywords = [
    "lsp",
    "language-server",
    "aether",
    "agent",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/contextbridge/aether"

[package.metadata.dist]
dist = false

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
testing = ["dep:tempfile"]

[lib]
name = "aether_lspd"
path = "src/lib.rs"

[[bin]]
name = "aether-lspd"
path = "src/main.rs"

[[test]]
name = "e2e_error_handling"
path = "tests/e2e_error_handling.rs"

[[test]]
name = "e2e_lifecycle"
path = "tests/e2e_lifecycle.rs"

[[test]]
name = "e2e_requests"
path = "tests/e2e_requests.rs"

[[test]]
name = "e2e_smoke_real"
path = "tests/e2e_smoke_real.rs"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.futures]
version = "^0.3.32"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

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

[dependencies.notify]
version = "8.2.0"
features = ["macos_fsevent"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11"

[dependencies.tempfile]
version = "3.27"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "^1.52.3"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "json",
    "registry",
    "fmt",
    "json",
    "env-filter",
]

[dependencies.uuid]
version = "1.23"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3.27"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = [
    "signal",
    "process",
    "fs",
]
default-features = false

[lints.clippy]
absolute_paths = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
pub_underscore_fields = "allow"
return_self_not_must_use = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1