turso_sync_sdk_kit 0.7.2

Low-level C ABI for Turso Cloud sync in language bindings. For Rust applications, use the `turso` crate instead.
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 = "turso_sync_sdk_kit"
version = "0.7.2"
authors = ["the Turso authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level C ABI for Turso Cloud sync in language bindings. For Rust applications, use the `turso` crate instead."
readme = false
license = "MIT"
repository = "https://github.com/tursodatabase/turso"

[features]
pure-rust-crypto = [
    "turso_core/pure-rust-crypto",
    "turso_sdk_kit/pure-rust-crypto",
]

[lib]
name = "turso_sync_sdk_kit"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"
doc = false

[dependencies.env_logger]
version = "0.11.6"
default-features = false

[dependencies.genawaiter]
version = "0.99.1"
default-features = false

[dependencies.parking_lot]
version = "0.12.4"
features = [
    "arc_lock",
    "send_guard",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dependencies.turso_core]
version = "0.7.2"

[dependencies.turso_sdk_kit]
version = "0.7.2"

[dependencies.turso_sdk_kit_macros]
version = "0.7.2"

[dependencies.turso_sync_engine]
version = "0.7.2"

[build-dependencies.bindgen]
version = "0.69.5"