sql-composer-duckdb 0.0.2

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

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

[dependencies.duckdb]
version = "1.4"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.duckdb]
version = "1.4"
features = ["bundled"]