sqlite-tiny 0.7.7

A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust 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 = "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