[package]
edition = "2021"
name = "syncular"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deprecated: the Syncular Rust client moved to the `syncular-client` crate. This crate is a placeholder."
readme = "README.md"
keywords = [
"sync",
"offline-first",
"crdt",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/syncular/syncular"
[lib]
name = "syncular_deprecated"
path = "src/lib.rs"