oak-json 0.0.1

High-performance incremental JSON parser for the oak ecosystem with flexible configuration, optimized for data interchange and configuration files.
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-json"
version = "0.0.1"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance incremental JSON parser for the oak ecosystem with flexible configuration, optimized for data interchange and configuration files."
homepage = "https://github.com/ygg-lang/oaks"
documentation = "https://docs.rs/oak-json"
readme = "readme.md"
keywords = [
    "parser",
    "json",
    "streaming",
    "validation",
]
categories = ["parsing"]
license = "MPL-2.0"
repository = "https://github.com/ygg-lang/oaks"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
axum = [
    "mcp",
    "dep:tokio",
    "dep:axum",
    "oak-mcp/axum",
    "oak-lsp/axum",
]
default = []
mcp = ["dep:oak-mcp"]

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

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

[dependencies.axum]
version = "0.8.8"
optional = true

[dependencies.futures]
version = "0.3.31"

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

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

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

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

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

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

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

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

[dependencies.tokio]
version = "1.43.0"
features = ["full"]
optional = true

[dependencies.triomphe]
version = "0.1.15"
default-features = false