okf-studio 0.2.6

okf studio: an interactive terminal IDE and mission control center for Open Knowledge Format (OKF) bundles, built on the okf-core engine.
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 = "2024"
name = "okf-studio"
version = "0.2.6"
authors = ["Walter van der Giessen <waltervdgiessen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "okf studio: an interactive terminal IDE and mission control center for Open Knowledge Format (OKF) bundles, built on the okf-core engine."
homepage = "https://github.com/W4G1/okf"
documentation = "https://docs.rs/okf-studio"
readme = "README.md"
keywords = [
    "okf",
    "knowledge-base",
    "markdown",
    "frontmatter",
    "agents",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/W4G1/okf"

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.okf-core]
version = "0.2.6"

[dependencies.okf-validator]
version = "0.2.6"

[dependencies.ratatui]
version = "0.30.2"

[lints.clippy]
all = "deny"

[lints.rust]
warnings = "deny"