[package]
edition = "2024"
name = "oak-graphql"
version = "0.0.2"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL query language parser with support for modern GraphQL specifications and schema definitions."
homepage = "https://github.com/ygg-lang/oaks"
documentation = "https://docs.rs/oak-graphql"
readme = "readme.md"
keywords = [
"parser",
"graphql",
"query-language",
"api",
]
categories = ["parsing"]
license = "MPL-2.0"
repository = "https://github.com/ygg-lang/oaks"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
[lib]
name = "oak_graphql"
path = "src/lib.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[dependencies.oak-core]
version = "0.0.2"
features = ["serde"]
[dependencies.oak-highlight]
version = "0.0.2"
optional = true
[dependencies.oak-pretty-print]
version = "0.0.2"
optional = true