ubiquisync-sql 0.0.3

SQL primitives for Ubiquisync — structured SQL data synced over commodity cloud storage or a dedicated server.
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 = "ubiquisync-sql"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL primitives for Ubiquisync — structured SQL data synced over commodity cloud storage or a dedicated server."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ubiquisync/ubiquisync"
resolver = "2"

[features]
test-support = []

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.blake3]
version = "1.8.5"

[dependencies.futures]
version = "0.3.32"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ubiquisync-core]
version = "0.0.3"

[lints.rust]
missing_docs = "warn"