cargo-okf 0.2.5

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
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"