okf 0.2.2

The Open Knowledge Format (OKF) v0.2 in pure Rust: the `okf` CLI (validate, lint, inspect, index, graph, format, diff) plus the full okf-core library API re-exported, with zero dependencies.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "okf"
version = "0.2.2"
dependencies = [
 "okf-core",
 "okf-validator",
]

[[package]]
name = "okf-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29d328e7e2ee1f735607246751c3ea5e48e635626d629a686798d08cbb8a020f"

[[package]]
name = "okf-validator"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a81076e4e36cd62a7e62cc4557bcaa5ba4c39a8f3a5e39b0c596b64b1157d6cc"
dependencies = [
 "okf-core",
]