junolsp 0.1.7

Language Server for JunoLang
# 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 = "junolsp"
version = "0.1.7"
authors = ["L0rdCyclp"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Language Server for JunoLang"
homepage = "https://github.com/L0rdCycl0p/JunoLang"
readme = "README.md"
keywords = [
    "compiler",
    "llvm",
    "language",
    "programming-language",
]
categories = ["compilers"]
license-file = "LICENSE"
repository = "https://github.com/L0rdCycl0p/JunoLang"

[[bin]]
name = "junolsp"
path = "src/main.rs"

[dependencies.dashmap]
version = "6.2.1"

[dependencies.libjuno]
version = "0.1.7"

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

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.url]
version = "2.5.8"