powersync 0.0.3

Experimental PowerSync SDK for Rust applications.
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 = "2024"
name = "powersync"
version = "0.0.3"
authors = ["JourneyApps"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental PowerSync SDK for Rust applications."
homepage = "https://powersync.com"
readme = "README.md"
keywords = [
    "sqlite",
    "powersync",
]
license = "Apache-2.0"
repository = "https://github.com/powersync-ja/powersync-native"

[features]
ffi = []
smol = ["dep:async-io"]
tokio = ["dep:tokio"]

[lib]
name = "powersync"
crate-type = ["lib"]
path = "src/lib.rs"

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

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

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

[dependencies.async-channel]
version = "2.5.0"

[dependencies.async-io]
version = "2.6.0"
optional = true

[dependencies.async-lock]
version = "3.4.1"

[dependencies.async-oneshot]
version = "0.5.9"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.atomic_enum]
version = "0.3.0"

[dependencies.event-listener]
version = "5.4.1"

[dependencies.futures-lite]
version = "2.6.1"

[dependencies.http-client]
version = "6.5.3"
default-features = false

[dependencies.log]
version = "0.4.28"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.powersync_core]
version = "=0.4.9"
features = ["static"]

[dependencies.rusqlite]
version = "0.37.0"
features = ["load_extension"]

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.143"
features = ["raw_value"]

[dependencies.serde_with]
version = "3.15.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "rt",
]
optional = true

[dependencies.url]
version = "2.5.7"

[dev-dependencies.async-executor]
version = "1.13.3"

[dev-dependencies.async-task]
version = "4.7.1"

[dev-dependencies.futures-lite]
version = "2.6.1"

[dev-dependencies.futures-test]
version = "0.3.31"