Cargo Features
[dependencies]
pgrx-tests = { version = "0.12.8", default-features = false, features = ["pg12", "pg13", "pg14", "pg15", "pg16", "pg17", "pg_test", "proptest", "cshim", "no-schema-generation", "nightly"] }
- default = proptest
-
The
proptest
feature is set by default wheneverpgrx-tests
is added without
somewhere in the dependency tree.default-features = false - pg12
- pg13
- pg14
- pg15
- pg16
- pg17
- pg_test
- proptest default
-
Enables proptest
Affects
pgrx-tests::proptest
… - cshim
- no-schema-generation
-
Enables no-schema-generation of pgrx and pgrx-macros
- nightly
-
pgrx:
For features and functionality which require nightly Rust - for example, std::mem::allocator.