syncular-client 0.1.0

Developer-facing Rust SDK for Syncular SQLite-backed offline sync clients.
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"
name = "syncular-client"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "syncular-client"
description = "Developer-facing Rust SDK for Syncular SQLite-backed offline sync clients."
homepage = "https://syncular.dev"
readme = "README.md"
keywords = [
    "syncular",
    "sqlite",
    "offline",
    "sync",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/syncular/syncular"

[features]
boltffi-bindings = ["syncular-runtime/boltffi-bindings"]
cli = [
    "dep:clap",
    "dep:syncular-testkit",
    "dep:tungstenite",
    "demo-todo-native-fixture",
]
crdt-yjs = ["syncular-runtime/crdt-yjs"]
default = [
    "native",
    "crdt-yjs",
    "e2ee",
]
demo-todo-fixture = ["syncular-runtime/demo-todo-fixture"]
demo-todo-native-fixture = [
    "native",
    "syncular-runtime/demo-todo-native-fixture",
]
e2ee = ["syncular-runtime/e2ee"]
native = ["syncular-runtime/native"]
web-blobs = ["syncular-runtime/web-blobs"]
web-client = ["syncular-runtime/web-client"]
web-owned-sqlite = ["syncular-runtime/web-owned-sqlite"]
web-transport = ["syncular-runtime/web-transport"]

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

[[bin]]
name = "syncular-client"
path = "src/main.rs"
required-features = ["cli"]

[[bin]]
name = "syncular-rust-perf"
path = "src/perf.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syncular-runtime]
version = "0.1.0"
default-features = false

[dependencies.syncular-testkit]
version = "0.1.0"
optional = true

[dependencies.tungstenite]
version = "0.26"
features = ["handshake"]
optional = true
default-features = false