lsp-cli 0.1.1

Command-line tool for talking to Language Server Protocol (LSP) servers from the terminal.
# 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 = "2024"
name = "lsp-cli"
version = "0.1.1"
build = false
exclude = ["data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for talking to Language Server Protocol (LSP) servers from the terminal."
readme = "README.md"
keywords = [
    "lsp",
    "cli",
    "language-server",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/segoon/lsp-cli"

[[bin]]
name = "lsp-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.38"
features = [
    "derive",
    "string",
]

[dependencies.clap_complete]
version = "4.6.3"

[dependencies.flate2]
version = "1.1.5"

[dependencies.humantime]
version = "2.3.0"

[dependencies.lsp-types]
version = "0.97.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.11.0"

[dependencies.shlex]
version = "1.3.0"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.url]
version = "2.5.7"

[dependencies.zip]
version = "4.6.1"
features = ["deflate"]
default-features = false