[dependencies.oak-core]
version = "0.0.0"
[dependencies.oak-highlight]
optional = true
version = "0.0.0"
[dependencies.oak-pretty-print]
optional = true
version = "0.0.0"
[features]
default = []
[lib]
name = "oak_clojure"
path = "src/lib.rs"
[package]
authors = ["Yggdrasill Team <192607617@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "High-performance incremental Clojure parser for the oak ecosystem with flexible configuration, supporting functional programming and Lisp syntax on the JVM."
documentation = "https://docs.rs/oak-clojure"
edition = "2024"
homepage = "https://github.com/ygg-lang/oaks"
keywords = ["parser", "clojure", "lisp", "functional"]
license = "MPL-2.0"
name = "oak-clojure"
readme = "readme.md"
repository = "https://github.com/ygg-lang/oaks"
resolver = "2"
version = "0.0.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "main"
path = "tests/main.rs"