# 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 = "supabase-wrappers" version = "0.1.18" authors = ["Supabase Inc. https://supabase.com/"] description = "Postgres Foreign Data Wrapper development framework in Rust." homepage = "https://github.com/supabase/wrappers/tree/main/supabase-wrappers" 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", "cshim", ] no-default-features = true rustc-args = [ "--cfg", "docsrs", ] [dependencies.pgrx] version = "=0.11.3" default-features = false [dependencies.supabase-wrappers-macros] version = "0.1" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.35" features = [ "rt", "net", ] [dependencies.uuid] version = "1.2.2" [dev-dependencies.pgrx-tests] version = "=0.11.3" [features] cshim = ["pgrx/cshim"] default = [ "cshim", "pg15", ] pg14 = [ "pgrx/pg14", "pgrx-tests/pg14", ] pg15 = [ "pgrx/pg15", "pgrx-tests/pg15", ] pg16 = [ "pgrx/pg16", "pgrx-tests/pg16", ] pg_test = []