okf 0.2.4

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

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

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