oak-vbnet 0.0.6

VB.NET parser for the Oaks 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-vbnet"
version = "0.0.6"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VB.NET parser for the Oaks framework"
readme = "README.md"
keywords = [
    "frontend",
    "language",
    "vbnet",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/ygg-lang/oaks/tree/master/examples/oak-vbnet"
resolver = "2"

[features]
default = ["serde"]
lsp = [
    "dep:oak-lsp",
    "dep:oak-hover",
    "dep:oak-vfs",
    "oak-highlight",
    "oak-pretty-print",
    "dep:futures",
]
mcp = [
    "lsp",
    "oak-mcp/io-std",
]
serde = [
    "dep:serde",
    "oak-core/serde",
]

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

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "test_basic"
path = "tests/test_basic.rs"

[[test]]
name = "test_cache"
path = "tests/test_cache.rs"

[[test]]
name = "test_cache_demo"
path = "tests/test_cache_demo.rs"

[[test]]
name = "test_cache_simple"
path = "tests/test_cache_simple.rs"

[[test]]
name = "test_detailed"
path = "tests/test_detailed.rs"

[[test]]
name = "test_direct"
path = "tests/test_direct.rs"

[[test]]
name = "test_minimal"
path = "tests/test_minimal.rs"

[[test]]
name = "test_parse"
path = "tests/test_parse.rs"

[[test]]
name = "test_parse_simple"
path = "tests/test_parse_simple.rs"

[[test]]
name = "test_parser"
path = "tests/test_parser.rs"

[[test]]
name = "test_simple"
path = "tests/test_simple.rs"

[[test]]
name = "test_tokens"
path = "tests/test_tokens.rs"

[[test]]
name = "vbnet_syntax_test"
path = "tests/vbnet_syntax_test.rs"

[dependencies.futures]
version = "0.3.32"
optional = true

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

[dependencies.oak-highlight]
version = "0.0.6"
optional = true

[dependencies.oak-hover]
version = "0.0.6"
optional = true

[dependencies.oak-lsp]
version = "0.0.6"
optional = true

[dependencies.oak-mcp]
version = "0.0.6"
optional = true

[dependencies.oak-pretty-print]
version = "0.0.6"
optional = true

[dependencies.oak-vfs]
version = "0.0.6"
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]
optional = true