cargo-okf 0.2.4

The okf CLI as a cargo subcommand: validate, lint, inspect, index, graph, format, and diff Open Knowledge Format (OKF) bundles with cargo okf.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cargo-okf"
version = "0.2.4"
dependencies = [
 "okf",
]

[[package]]
name = "okf"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d16ebd4ecdd090d5bffc0d8e9ed922a0a29fe40c963ef7c8ff03cce6d9d05a2"
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",
]