Cargo Features
[dependencies]
pg_ecdsa_verify = { version = "1.2.1", default-features = false, features = ["pg12", "pg13", "pg14", "pg15", "pg16", "pg17", "pg_test"] }
- default = pg17
-
The
pg17
feature is set by default wheneverpg_ecdsa_verify
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables pg16 of pgrx and pgrx-tests
- pg17 default
-
Enables pg17 of pgrx and pgrx-tests
- pg_test
pg_ecdsa_verify has 8 features without comments.