omgbase 0.5.0

omgbase: a versioned, addressable graph layer over authored Markdown — the `omgbase` binary (`omgbase mcp` serves the tool catalog over MCP stdio, with the filesystem watcher and the background embed drain)
# 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"
rust-version = "1.85"
name = "omgbase"
version = "0.5.0"
authors = ["Brendan Baldwin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "omgbase: a versioned, addressable graph layer over authored Markdown — the `omgbase` binary (`omgbase mcp` serves the tool catalog over MCP stdio, with the filesystem watcher and the background embed drain)"
homepage = "https://github.com/omgbase/omgbase/tree/main/crates/omgbase#readme"
readme = "README.md"
keywords = [
    "markdown",
    "mcp",
    "knowledge-base",
    "sqlite",
    "omgbase",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/omgbase/omgbase"

[[bin]]
name = "omgbase"
path = "src/main.rs"

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

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.omgbase-properties]
version = "1.1.0"

[dependencies.omgbase-search]
version = "1.2.0"

[dependencies.omgbase-store]
version = "13.5.1"

[dependencies.omgbase-surface]
version = "1.3.0"

[dependencies.omgbase-sync]
version = "1.3.0"
features = ["http"]

[dependencies.oqx]
version = "0.13.0"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[lints.clippy]
all = "warn"