sqlx-data-integration 0.1.0

Integration utilities and helpers for sqlx-data - connection pooling, executor abstractions, and SQLx integration layer
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 = "2024"
name = "sqlx-data-integration"
version = "0.1.0"
authors = ["Jose Carmo <jose.rcarmo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration utilities and helpers for sqlx-data - connection pooling, executor abstractions, and SQLx integration layer"
readme = "README.md"
keywords = [
    "sqlx",
    "integration",
    "database",
    "pool",
    "executor",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/josercarmo/sqlx-data"
resolver = "2"

[features]
bigdecimal = ["sqlx?/bigdecimal"]
bit-vec = ["sqlx?/bit-vec"]
bstr = ["sqlx?/bstr"]
chrono = ["sqlx?/chrono"]
default = []
ipnet = ["sqlx?/ipnet"]
ipnetwork = ["sqlx?/ipnetwork"]
json = ["sqlx?/json"]
mac_address = ["sqlx?/mac_address"]
mysql = [
    "dep:sqlx",
    "sqlx/mysql",
]
postgres = [
    "dep:sqlx",
    "sqlx/postgres",
]
regexp = ["sqlx?/regexp"]
rust_decimal = ["sqlx?/rust_decimal"]
sqlite = [
    "dep:sqlx",
    "sqlx/sqlite",
]
time = ["sqlx?/time"]
tls-native-tls = ["sqlx?/tls-native-tls"]
tls-rustls = ["sqlx?/tls-rustls"]
uuid = ["sqlx?/uuid"]

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

[dependencies.sqlx]
version = "0.8"
optional = true
default-features = false

[dev-dependencies]