supabase-wrappers 0.2.2

Postgres Foreign Data Wrapper development framework in Rust.
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"
rust-version = "1.97.1"
name = "supabase-wrappers"
version = "0.2.2"
authors = ["Supabase Inc. https://supabase.com/"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Postgres Foreign Data Wrapper development framework in Rust."
readme = "README.md"
keywords = [
    "database",
    "postgres",
    "postgresql",
    "extension",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/supabase/wrappers/tree/main/supabase-wrappers"

[package.metadata.docs.rs]
features = ["pg15"]
no-default-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["pg15"]
pg13 = ["pgrx/pg13"]
pg14 = ["pgrx/pg14"]
pg15 = ["pgrx/pg15"]
pg16 = ["pgrx/pg16"]
pg17 = ["pgrx/pg17"]
pg18 = ["pgrx/pg18"]

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

[dependencies.pgrx]
version = "=0.19.2"
default-features = false

[dependencies.supabase-wrappers-macros]
version = "0.1"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tokio]
version = "1.43"
features = [
    "rt",
    "net",
]

[dependencies.uuid]
version = "1.10.0"