fnsql 0.2.8

Type-safe SQL query wrappers
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 = "fnsql"
version = "0.2.8"
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "src/**/*.yml",
    "src/**/*.sh",
    "crates-io.md",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe SQL query wrappers"
homepage = "https://github.com/da-x/fnsql"
readme = "crates-io.md"
keywords = [
    "sql",
    "proc_macro",
    "procmacro",
]
categories = ["database"]
license = "MIT/Apache-2.0"
repository = "https://github.com/da-x/fnsql"

[features]
all = [
    "with-rusqlite",
    "with-postgres",
    "prepare-cache",
]
default = []
prepare-cache = ["fnsql-macro/prepare-cache"]
with-postgres = [
    "fnsql-macro/with-rusqlite",
    "postgres",
    "tempdir",
]
with-rusqlite = ["fnsql-macro/with-postgres"]

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

[dependencies.fnsql-macro]
version = "0.2.8"

[dependencies.postgres]
version = "0.19"
optional = true

[dependencies.tempdir]
version = "0.3"
optional = true