tauri-plugin-syncular 0.2.1

A native syncular client inside the Tauri process, exposed to the webview as commands + events (consumes the Rust client core directly — no FFI)
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 = "tauri-plugin-syncular"
version = "0.2.1"
build = "build.rs"
links = "tauri-plugin-syncular"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A native syncular client inside the Tauri process, exposed to the webview as commands + events (consumes the Rust client core directly — no FFI)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/syncular/syncular"

[features]
crdt-yjs = ["syncular-command/crdt-yjs"]
default = []
native-transport = [
    "dep:ureq",
    "dep:tungstenite",
]

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

[[test]]
name = "mock_runtime"
path = "tests/mock_runtime.rs"

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

[dependencies.serde_json]
version = "1"

[dependencies.syncular-client]
version = "0.2.1"

[dependencies.syncular-command]
version = "0.2.1"

[dependencies.tauri]
version = "2"

[dependencies.tungstenite]
version = "0.24"
features = ["rustls-tls-webpki-roots"]
optional = true

[dependencies.ureq]
version = "2"
optional = true

[dev-dependencies.tauri]
version = "2"
features = ["test"]

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]