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