oak-hover 0.0.1

Hover information and documentation lookup support for the Oak framework.
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 = "oak-hover"
version = "0.0.1"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hover information and documentation lookup support for the Oak framework."
readme = "README.md"
keywords = [
    "hover",
    "documentation",
    "lsp",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/ygg-lang/oaks"
resolver = "2"

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

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

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