storeit_sql_builder 0.1.7

SQL builder for storeit with pluggable placeholder styles and optional RETURNING support
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"
rust-version = "1.70"
name = "storeit_sql_builder"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL builder for storeit with pluggable placeholder styles and optional RETURNING support"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dahankzter/storeit-rs/"

[features]
libsql = []
libsql_returning = []
mysql_async = []
rusqlite = []
tokio_postgres = []
unstable = []

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

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

[dependencies.storeit_core]
version = "0.1"
package = "storeit_core"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rust_decimal]
version = "1"

[dev-dependencies.storeit]
version = "0.1"
package = "storeit"

[dev-dependencies.storeit_macros]
version = "0.1"
package = "storeit_macros"

[dev-dependencies.uuid]
version = "1"