[package]
edition = "2021"
name = "sqlite-tiny"
version = "0.7.7"
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API"
readme = "README.md"
keywords = []
categories = []
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/KizzyCode/sqlite-tiny-rust"
[badges.appveyor]
repository = "KizzyCode/sqlite-tiny-rust"
[features]
api = []
default = ["api"]
sqlite-warningsintoerrors = []
[lib]
name = "sqlite_tiny"
path = "src/lib.rs"
[[test]]
name = "api"
path = "tests/api.rs"
[dependencies]
[dev-dependencies]
[build-dependencies.cc]
version = "1.2.57"
default-features = false
[profile.bench]
overflow-checks = true
[profile.release]
overflow-checks = true