# 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.64.0" name = "tower-lsp" version = "0.20.0" authors = ["Eyal Kalderon "] exclude = ["FEATURES.md"] description = "Language Server Protocol implementation based on Tower" homepage = "https://github.com/ebkalderon/tower-lsp" documentation = "https://docs.rs/tower-lsp/" readme = "README.md" keywords = [ "language-server", "lsp", "tower", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/ebkalderon/tower-lsp" [dependencies.async-codec-lite] version = "0.0" optional = true [dependencies.async-trait] version = "0.1" [dependencies.auto_impl] version = "1.0" [dependencies.bytes] version = "1.0" [dependencies.dashmap] version = "5.1" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.httparse] version = "1.8" [dependencies.lsp-types] version = "0.94.1" [dependencies.memchr] version = "2.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.17" optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [dependencies.tower] version = "0.4" features = ["util"] default-features = false [dependencies.tower-lsp-macros] version = "0.9" [dependencies.tracing] version = "0.1" [dev-dependencies.async-tungstenite] version = "0.22" features = ["tokio-runtime"] [dev-dependencies.tokio] version = "1.17" features = [ "io-util", "io-std", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.ws_stream_tungstenite] version = "0.10" features = ["tokio_io"] [features] default = ["runtime-tokio"] proposed = ["lsp-types/proposed"] runtime-agnostic = ["async-codec-lite"] runtime-tokio = [ "tokio", "tokio-util", ]