Cargo Features

[dependencies]
supabase-wrappers = { version = "0.1.17", default-features = false, features = ["cshim", "pg14", "pg15", "pg16", "pg_test"] }
default = cshim, pg15

These default features are set whenever supabase-wrappers is added without default-features = false somewhere in the dependency tree.

cshim default

Enables cshim of pgrx =0.11.2

pg14

Enables pg14 of pgrx =0.11.2 and pgrx-tests =0.11.2

pg15 default

Enables pg15 of pgrx =0.11.2 and pgrx-tests =0.11.2

pg16

Enables pg16 of pgrx =0.11.2 and pgrx-tests =0.11.2

pg_test

supabase-wrappers has 6 features without comments.