analyzed-daemon 0.4.0

Shared rust-analyzer daemon service for analyzed
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"
rust-version = "1.95"
name = "analyzed-daemon"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared rust-analyzer daemon service for analyzed"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zetaloop/analyzed"

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

[dependencies.analyzed-ipc]
version = "=0.4.0"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.crossbeam-channel]
version = "0.5.15"

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

[dependencies.ra_ap_rust-analyzer]
version = "=0.4.0"
package = "analyzed-ra"

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

[dependencies.serde_json]
version = "1.0.150"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]