sqlite-provider 0.0.2

A Rust crate that provides a high-level, backend-agnostic abstraction layer over the SQLite3 C API
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 = "sqlite-provider"
version = "0.0.2"
authors = ["Xiaoguang Sun <sunxiaoguang@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate that provides a high-level, backend-agnostic abstraction layer over the SQLite3 C API"
readme = false
license = "BSD-3-Clause"

[lib]
name = "sqlite_provider"
path = "src/lib.rs"

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

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

[dependencies]

[dev-dependencies]