supabase-client-query 0.1.0

Query builder, filters, modifiers, and SQL/PostgREST execution for supabase-client
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.75"
name = "supabase-client-query"
version = "0.1.0"
authors = ["Brainwires"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query builder, filters, modifiers, and SQL/PostgREST execution for supabase-client"
homepage = "https://github.com/Brainwires/rust-supabase-client"
readme = false
keywords = [
    "supabase",
    "query-builder",
    "postgrest",
    "rest",
    "sql",
]
categories = [
    "database",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Brainwires/rust-supabase-client"

[features]
default = []
direct-sql = [
    "dep:sqlx",
    "supabase-client-core/direct-sql",
]

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

[[test]]
name = "rest_integration"
path = "tests/rest_integration.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
    "json",
    "chrono",
    "uuid",
]
optional = true

[dependencies.supabase-client-core]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]