# 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.5" description = "share one rust-analyzer server instance between multiple LSP clients to save resources" readme = "README.md" license = "MIT" repository = "https://github.com/pr2502/ra-multiplex" [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" [dependencies.serde_derive] version = "1.0.186" [dependencies.serde_json] version = "1.0.78" [dependencies.time] version = "0.3.30" [dependencies.tokio] version = "1.37.0" features = [ "fs", "io-std", "io-util", "macros", "net", "parking_lot", "process", "rt-multi-thread", "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"