[package]
name = "powersync_sqlite_nostd"
edition.workspace = true
version.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true
keywords.workspace = true
description = "Lightweight, semi-unsafe, nostd bindings to sqlite3"
readme = "README.md"
[lib]
name = "powersync_sqlite_nostd"
crate-type = ["rlib"]
[dependencies]
num-derive = "0.4.2"
num-traits = { version = "0.2.19", default-features = false }
[features]
static = []
[build-dependencies]
bindgen = "0.72.1"