opys-engine 0.12.0

Core library for opys — a file-based inventory of typed markdown documents with a verify gate and SQL query layer
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"
rust-version = "1.88"
name = "opys-engine"
version = "0.12.0"
build = false
exclude = [
    ".github/",
    ".claude-plugin/",
    ".codex-plugin/",
    "pi-extension/",
    "package.json",
    "gemini-extension.json",
    "opencode.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for opys — a file-based inventory of typed markdown documents with a verify gate and SQL query layer"
readme = "README.md"
keywords = [
    "feature-inventory",
    "traceability",
    "markdown",
    "sql",
    "ci",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/BohdanTkachenko/opys"

[features]
default = []
history = ["dep:gix"]
tui = []

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.comrak]
version = "0.52"

[dependencies.futures]
version = "0.3"

[dependencies.gix]
version = "0.84"
features = ["sha1"]
optional = true
default-features = false

[dependencies.gluesql]
version = "0.19.0"
features = ["gluesql_memory_storage"]
default-features = false

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_norway]
version = "0.9"

[dependencies.termimad]
version = "0.34"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "local-offset",
    "macros",
]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"