powersync_sqlite_nostd 0.4.11

Lightweight, semi-unsafe, nostd bindings to sqlite3
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_sqlite_nostd"
version = "0.4.11"
authors = ["JourneyApps"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, semi-unsafe, nostd bindings to sqlite3"
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]
static = []

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

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

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

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