Cargo Features

[dependencies]
pg_ecdsa_verify = { version = "1.1.2", default-features = false, features = ["pg11", "pg12", "pg13", "pg14", "pg15", "pg16", "pg_test"] }
default = pg16

The pg16 feature is set by default whenever pg_ecdsa_verify is added without default-features = false somewhere in the dependency tree.

pg11

Enables pg11 of pgrx and pgrx-tests

pg12

Enables pg12 of pgrx and pgrx-tests

pg13

Enables pg13 of pgrx and pgrx-tests

pg14

Enables pg14 of pgrx and pgrx-tests

pg15

Enables pg15 of pgrx and pgrx-tests

pg16 default

Enables pg16 of pgrx and pgrx-tests

pg_test

pg_ecdsa_verify has 8 features without comments.