[package]
edition = "2024"
name = "cargo-okf"
version = "0.2.5"
authors = ["Walter Higgins <walter.higgins@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The okf CLI as a cargo subcommand: validate, lint, inspect, index, graph, format, and diff Open Knowledge Format (OKF) bundles with cargo okf."
homepage = "https://github.com/W4G1/okf"
documentation = "https://docs.rs/cargo-okf"
readme = "README.md"
keywords = [
"okf",
"knowledge-base",
"markdown",
"frontmatter",
"agents",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/W4G1/okf"
[[bin]]
name = "cargo-okf"
path = "src/main.rs"
[[test]]
name = "subcommand"
path = "tests/subcommand.rs"
[dependencies.okf]
version = "0.2.5"