Cargo Features

[dependencies]
supabase-wrappers = { version = "0.1.21", default-features = false, features = ["pg12", "pg13", "pg14", "pg15", "pg16", "pg17", "pg_test"] }
default = pg15

The pg15 feature is set by default whenever supabase-wrappers is added without default-features = false somewhere in the dependency tree.

pg12

Enables pg12 of pgrx =0.12.9 and pgrx-tests =0.12.9

pg13

Enables pg13 of pgrx =0.12.9 and pgrx-tests =0.12.9

pg14

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

pg15 default

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

pg16

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

pg17

Enables pg17 of pgrx =0.12.9 and pgrx-tests =0.12.9

pg_test

supabase-wrappers has 8 features without comments.