# 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.76.0"
name = "ion_shell_lsp_server"
version = "0.2.0"
description = """
LSP server for the scripting language of the ion shell.
"""
readme = "README.md"
keywords = [
    "lsp",
    "ion_shell",
]
categories = ["lsp"]
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/ion_lsp"

[dependencies.anyhow]
version = "1.0.81"

[dependencies.clap]
version = "4.5.2"
features = [
    "derive",
    "env",
]

[dependencies.derive_more]
version = "0.99.17"
features = [
    "as_ref",
    "deref",
    "from",
    "into",
    "display",
]
default-features = false

[dependencies.dirs]
version = "5.0.1"

[dependencies.flexi_logger]
version = "0.28.0"
features = ["async"]

[dependencies.ion_shell_parser]
version = "0.2.0"

[dependencies.log]
version = "0.4.21"

[dependencies.lsp-server]
version = "0.7.6"

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

[dependencies.once_cell]
version = "1.19.0"

[dependencies.serde]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.115"

[dev-dependencies.insta]
version = "1.34.0"