ra-multiplex 0.2.6

share one language server instance between multiple LSP clients to save resources
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 = "2021"
name = "ra-multiplex"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "share one language server instance between multiple LSP clients to save resources"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://codeberg.org/p2502/lspmux"

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

[[bin]]
name = "ra-multiplex"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.53"

[dependencies.clap]
version = "4.3.0"
features = [
    "derive",
    "env",
]

[dependencies.directories]
version = "4.0.1"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.pin-project-lite]
version = "0.2.14"

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

[dependencies.serde_json]
version = "1.0.78"

[dependencies.time]
version = "0.3.30"

[dependencies.tokio]
version = "1.37.0"
features = [
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.5.8"

[dependencies.tracing]
version = "0.1.39"

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

[dependencies.uriparse]
version = "0.6.4"