# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lsp-ws-proxy" version = "0.8.0" authors = ["kazk "] description = "WebSocketify any Language Server" homepage = "https://github.com/qualified/lsp-ws-proxy" readme = "README.md" keywords = ["lsp", "websocket"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/qualified/lsp-ws-proxy" [profile.release] lto = true [dependencies.argh] version = "0.1.4" [dependencies.bytes] version = "1.0.1" [dependencies.futures-util] version = "0.3.15" [dependencies.lsp-types] version = "0.89.2" [dependencies.nom] version = "6.1.2" features = ["std"] default-features = false [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.6.1" features = ["fs", "process", "macros", "rt", "rt-multi-thread"] [dependencies.tokio-util] version = "0.6.7" features = ["codec"] [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.2.18" [dependencies.url] version = "2.2.2" [dependencies.warp] version = "0.3.1" features = ["websocket"] default-features = false [dev-dependencies]