ruby-lsp 0.0.2

Ruby Language Server Protocol implementation for Rusty Ruby
Documentation
# 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 = "ruby-lsp"
version = "0.0.2"
authors = ["RBQ Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ruby Language Server Protocol implementation for Rusty Ruby"
readme = "README.md"
keywords = [
    "ruby",
    "lsp",
    "language-server",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nyar-vm/rusty-ruby"

[lib]
name = "ruby_lsp"
path = "src/lib.rs"

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

[dependencies.futures]
version = "0.3"

[dependencies.oak-core]
version = "0.0.10"

[dependencies.oak-lsp]
version = "0.0.10"

[dependencies.oak-ruby]
version = "0.0.10"

[dependencies.oak-vfs]
version = "0.0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.36"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "sync",
    "io-util",
    "io-std",
]