sqlite_vdbe 0.0.3

Low-level access to SQLite's VDBE bytecode engine
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"
rust-version = "1.93"
name = "sqlite_vdbe"
version = "0.0.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level access to SQLite's VDBE bytecode engine"
readme = "README.md"
keywords = [
    "sqlite",
    "vdbe",
    "bytecode",
    "database",
]
categories = [
    "database",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/el-yawd/sqlite-vdbe"

[features]
bundled = []
default = ["bundled"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "explain"
path = "examples/explain.rs"

[[example]]
name = "fibonacci"
path = "examples/fibonacci.rs"

[[example]]
name = "strings"
path = "examples/strings.rs"

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

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

[dev-dependencies.insta]
version = "1.46.3"

[build-dependencies.cc]
version = "1.0"