[package]
edition = "2024"
name = "okf-validator"
version = "0.2.5"
authors = ["Walter Higgins <walter.higgins@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conformance validation and opinionated linting for Open Knowledge Format (OKF) v0.2 bundles: severity-tagged diagnostics for spec violations and bundle hygiene."
homepage = "https://github.com/W4G1/okf"
documentation = "https://docs.rs/okf-validator"
readme = "README.md"
keywords = [
"okf",
"knowledge-base",
"markdown",
"frontmatter",
"agents",
]
categories = [
"command-line-utilities",
"parser-implementations",
"data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/W4G1/okf"
[lib]
name = "okf_validator"
path = "src/lib.rs"
[[test]]
name = "conformance"
path = "tests/conformance.rs"
[[test]]
name = "lint"
path = "tests/lint.rs"
[[test]]
name = "syntax"
path = "tests/syntax.rs"
[[test]]
name = "traits"
path = "tests/traits.rs"
[dependencies.okf-core]
version = "0.2.5"
[dependencies.oxc_allocator]
version = "0.147.0"
[dependencies.oxc_parser]
version = "0.147.0"
[dependencies.oxc_span]
version = "0.147.0"
[dependencies.rustpython-parser]
version = "0.4.0"
[dependencies.serde_json]
version = "1.0.151"
[dependencies.sqlparser]
version = "0.62.0"
[dependencies.syn]
version = "3.0.4"
features = ["full"]