[package]
edition = "2021"
name = "syncular-command"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
readme = false
license = "Apache-2.0"
repository = "https://github.com/syncular/syncular"
[features]
crdt-yjs = ["syncular-client/crdt-yjs"]
default = []
e2ee = ["syncular-client/e2ee"]
[lib]
name = "syncular_command"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dependencies.ssp2]
version = "0.2.1"
package = "syncular-ssp2"
[dependencies.syncular-client]
version = "0.2.1"