sql-composer-rusqlite 0.0.3

rusqlite driver for sql-composer SQL template 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 = "2021"
name = "sql-composer-rusqlite"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rusqlite driver for sql-composer SQL template engine"
readme = false
keywords = [
    "sql",
    "template",
    "composer",
    "rusqlite",
    "sqlite",
]
license = "MIT"
repository = "https://github.com/soulstompp/sql-composer"

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

[dependencies.rusqlite]
version = "0.34"

[dependencies.sql-composer]
version = "0.0.3"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rusqlite]
version = "0.34"
features = ["bundled"]