[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.hex]
version = "0.4.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.214"
[dependencies.serde_json]
version = "1.0.132"
[dependencies.sqlx]
default-features = false
features = ["runtime-tokio-rustls", "macros", "postgres", "sqlite", "uuid", "chrono", "json"]
version = "0.8.2"
[dependencies.tracing]
version = "0.1.40"
[features]
default = ["postgres"]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]
tracing = ["tracing/default"]
[lib]
name = "sqlx_paginated"
path = "src/lib.rs"
[package]
authors = ["@alexandrughinea"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A flexible, type-safe SQLx query builder for dynamic web APIs, offering seamless pagination, searching, filtering, and sorting."
documentation = "https://docs.rs/sqlx-paginated"
edition = "2021"
license = "MIT"
name = "sqlx-paginated"
readme = "README.md"
repository = "https://github.com/alexandrughinea/sqlx-paginated"
version = "0.2.22"