sql_query_builder 2.6.2

Write SQL queries in a simple and composable way
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.62"
name = "sql_query_builder"
version = "2.6.2"
authors = ["Belchior Oliveira <belchior@outlook.com>"]
exclude = [
    ".github",
    ".vscode",
    "scripts",
]
description = "Write SQL queries in a simple and composable way"
documentation = "https://docs.rs/sql_query_builder"
readme = "README.md"
keywords = [
    "sql",
    "query",
    "postgres",
    "sqlite",
    "mysql",
]
license = "MIT"
repository = "https://github.com/belchior/sql_query_builder"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
features = [
    "postgresql",
    "sqlite",
    "mysql",
]

[dev-dependencies.pretty_assertions]
version = "=1.4.0"

[features]
mysql = []
postgresql = []
sqlite = []