# 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.70.0" name = "deno_tower_lsp" version = "0.1.0" authors = [ "Eyal Kalderon ", "the Deno authors", ] exclude = ["FEATURES.md"] description = "This is a fork of https://crates.io/crates/tower-lsp, used in Deno. At the moment only floating patches." readme = "README.md" license = "MIT" [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.5" [dependencies.dashmap] version = "5.5" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.httparse] version = "1.8" [dependencies.lsp-types] version = "0.97.0" [dependencies.memchr] version = "2.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35" 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" package = "deno-tower-lsp-macros" [dependencies.tracing] version = "0.1" [dev-dependencies.async-tungstenite] version = "0.23.0" features = ["tokio-runtime"] [dev-dependencies.tokio] version = "1.35" 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.11.0" features = ["tokio_io"] [features] default = ["runtime-tokio"] proposed = ["lsp-types/proposed"] runtime-agnostic = ["async-codec-lite"] runtime-tokio = [ "tokio", "tokio-util", ]