okf 0.2.3

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.3"
dependencies = [
 "okf-core",
 "okf-validator",
]

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

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