sqlite-tiny 0.6.2

A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API
Documentation
[badges.appveyor]
repository = "KizzyCode/sqlite-tiny-rust"

[build-dependencies.cc]
default-features = false
version = "1.2.11"

[dependencies]

[dev-dependencies]

[features]
api = []
default = ["api"]

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

[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "sqlite-tiny"
readme = "README.md"
repository = "https://github.com/KizzyCode/sqlite-tiny-rust"
version = "0.6.2"

[profile.bench]
overflow-checks = true

[profile.release]
overflow-checks = true

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