[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"