okf 0.2.1

A pure-Rust, zero-dependency implementation of the Open Knowledge Format (OKF) v0.2: parser, model, validator, provenance/trust/attestation families, link graph, and index/log tooling.
Documentation
# 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 = "2021"
name = "okf"
version = "0.2.1"
authors = ["Walter van der Giessen <waltervdgiessen@gmail.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust, zero-dependency implementation of the Open Knowledge Format (OKF) v0.2: parser, model, validator, provenance/trust/attestation families, link graph, and index/log tooling."
homepage = "https://github.com/W4G1/okf"
documentation = "https://docs.rs/okf"
readme = "README.md"
keywords = [
    "okf",
    "knowledge",
    "markdown",
    "frontmatter",
    "metadata",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/W4G1/okf"

[lib]
name = "okf"
path = "src/lib.rs"

[[bin]]
name = "okf"
path = "src/bin/okf.rs"

[[test]]
name = "bundle"
path = "tests/bundle.rs"

[[test]]
name = "cli_exit_codes"
path = "tests/cli_exit_codes.rs"

[[test]]
name = "concept_id"
path = "tests/concept_id.rs"

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[[test]]
name = "diff"
path = "tests/diff.rs"

[[test]]
name = "document"
path = "tests/document.rs"

[[test]]
name = "index"
path = "tests/index.rs"

[[test]]
name = "links"
path = "tests/links.rs"

[[test]]
name = "lint"
path = "tests/lint.rs"

[[test]]
name = "yaml"
path = "tests/yaml.rs"

[dependencies]