[package]
edition = "2024"
name = "oak-fsharp"
version = "0.0.2"
authors = ["Yggdrasill Team <192607617@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance incremental F# (F Sharp) parser for the oak ecosystem with flexible configuration, supporting functional programming and .NET ecosystem integration."
homepage = "https://github.com/ygg-lang/oaks"
documentation = "https://docs.rs/oak-fsharp"
readme = "readme.md"
keywords = [
"parser",
"fsharp",
"functional",
"syntax-analysis",
]
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_fsharp"
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
[dependencies.serde]
version = "1.0.227"
features = ["derive"]