syncular-0.1.3 has been yanked.
syncular
Reserved canonical crate name for the Rust-first Syncular client SDK.
The crate is intentionally tiny in 0.1.x so the canonical package name can be
published independently before the lower-level SDK crates are all available on
crates.io.
Use the narrower crates for real app work:
syncular-client: developer-facing Rust SDKsyncular-runtime: shared runtime, storage, transport, and binding surfacesyncular-protocol: protocol and integrity typessyncular-testkit: optional app/server/client testing helpers
For most Rust apps, the narrower syncular-client dependency is still the
recommended direct dependency:
= { = "0.1", = false, = ["native", "crdt-yjs"] }
A later syncular release can become the higher-level re-export entry point
after the lower-level crates are published.