powersync_core 0.4.11

The PowerSync SQLite extension
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_core"
version = "0.4.11"
authors = ["JourneyApps"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The PowerSync SQLite extension"
homepage = "https://powersync.com"
readme = "README.md"
keywords = [
    "sqlite",
    "powersync",
]
license = "Apache-2.0"
repository = "https://github.com/powersync-ja/powersync-sqlite-core"
resolver = "2"

[features]
default = ["getrandom"]
getrandom = ["uuid/v4"]
static = ["powersync_sqlite_nostd/static"]

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

[dependencies.bytes]
version = "1.4"
default-features = false

[dependencies.const_format]
version = "0.2.34"

[dependencies.futures-lite]
version = "2.6.0"
features = ["alloc"]
default-features = false

[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2.15"
default-features = false

[dependencies.powersync_sqlite_nostd]
version = "=0.4.11"

[dependencies.rustc-hash]
version = "2.1"
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
    "rc",
]
default-features = false

[dependencies.serde_json]
version = "1.0"
features = [
    "alloc",
    "raw_value",
]
default-features = false

[dependencies.serde_with]
version = "3.14.0"
features = [
    "alloc",
    "macros",
]
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.uuid]
version = "1.4.1"
features = []
default-features = false

[dev-dependencies]