sqlx-conditional-queries 0.4.0

Compile-time conditional queries for SQLx
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 = "sqlx-conditional-queries"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time conditional queries for SQLx"
readme = "README.md"
keywords = [
    "sqlx",
    "database",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kyrias/sqlx-conditional-queries"

[package.metadata.docs.rs]
features = ["postgres"]

[features]
mysql = ["sqlx-conditional-queries-macros/mysql"]
postgres = ["sqlx-conditional-queries-macros/postgres"]
sqlite = ["sqlx-conditional-queries-macros/sqlite"]

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

[dependencies.futures-core]
version = "0.3.31"

[dependencies.sqlx-conditional-queries-macros]
version = "0.4"