[package]
name = "syncular-command"
version = "0.2.1"
edition = "2021"
description = "Shared JSON command router over the Syncular v2 Rust client core — one command surface consumed by both the conformance shim and the FFI native core"
license = "Apache-2.0"
repository = "https://github.com/syncular/syncular"
[dependencies]
ssp2 = { package = "syncular-ssp2", path = "../ssp2", version = "0.2.1" }
syncular-client = { path = "../client", version = "0.2.1" }
serde_json = "1"
[features]
default = []
crdt-yjs = ["syncular-client/crdt-yjs"]
e2ee = ["syncular-client/e2ee"]