ferron-language-server 0.1.0

A language server (LSP) that allows editors to support `ferron.conf` and Ferron configuration files to improve configuration editing UX
# 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 = "ferron-language-server"
version = "0.1.0"
authors = ["Dorian Niemiec <dorian@ferron.sh>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A language server (LSP) that allows editors to support `ferron.conf` and Ferron configuration files to improve configuration editing UX"
readme = "README.md"
keywords = [
    "language-server",
    "lsp",
    "ferron",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/ferronweb/ferron-language-server"

[package.metadata.npm]
name = "ferron-language-server"
prefix = "@ferronweb/ferron-language-server-"

[[bin]]
name = "ferron-language-server"
path = "src/main.rs"

[dependencies.astral-tokio-tar]
version = "0.6.4"

[dependencies.async-compression]
version = "0.4.42"
features = [
    "gzip",
    "tokio",
]

[dependencies.async_zip]
version = "0.0.18"
features = [
    "tokio",
    "deflate",
]

[dependencies.clap]
version = "4.6.4"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.ferronconf]
version = "0.5"
features = ["lexer-public"]

[dependencies.futures-util]
version = "0.3.33"

[dependencies.reqwest]
version = "0.13.4"

[dependencies.sanitize-filename]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.shadow-rs]
version = "2.0.0"
default-features = false

[dependencies.tokio]
version = "1.53.1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.19"
features = ["compat"]

[dependencies.tower-lsp]
version = "0.20.0"

[build-dependencies.shadow-rs]
version = "2.0.0"
features = [
    "build",
    "std",
    "jiff",
]
default-features = false