omgbase-sync 1.3.0

omgbase sync: workspace discovery and repo selection, the source registry and settings, checkpoints and the filesystem freshness sweep, the adapter stdio protocol client, the coordinator over an engine client, the writer lock and watch lease — Rust implementation
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"
rust-version = "1.85"
name = "omgbase-sync"
version = "1.3.0"
authors = ["Brendan Baldwin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "omgbase sync: workspace discovery and repo selection, the source registry and settings, checkpoints and the filesystem freshness sweep, the adapter stdio protocol client, the coordinator over an engine client, the writer lock and watch lease — Rust implementation"
homepage = "https://github.com/omgbase/omgbase/tree/main/crates/omgbase-sync#readme"
readme = "README.md"
keywords = [
    "markdown",
    "sync",
    "sqlite",
    "filesystem",
    "omgbase",
]
categories = [
    "filesystem",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/omgbase/omgbase"

[features]
default = []
http = ["dep:ureq"]

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.omgbase-format]
version = "0.2.1"

[dependencies.omgbase-reconcile]
version = "2.3.0"

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

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

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

[dependencies.ureq]
version = "3"
optional = true

[lints.clippy]
all = "warn"