Cargo Features
quickwit-metastore has no features set by default.
[dependencies]
quickwit-metastore = { version = "0.3.0", features = ["ci-test", "postgres", "testsuite"] }
- ci-test
- postgres = diesel, diesel_migrations, openssl
-
Affects
quickwit-metastore::postgresql
,metastore::postgresql_metastore
… - testsuite = mockall, tempfile
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- diesel postgres?
-
Enables diesel ^1.4
- diesel_migrations postgres?
-
Enables diesel_migrations ^1.4
- openssl postgres?
- mockall testsuite?
-
Enables mockall ^0.11
- tempfile testsuite?