Cargo Features
cosmian_findex has no features set by default.
[dependencies]
cosmian_findex = { version = "7.1.0", features = ["rust-mem", "redis-mem", "sqlite-mem", "postgres-mem", "test-utils"] }
- rust-mem
- redis-mem = redis
- sqlite-mem = async-sqlite
- postgres-mem = deadpool-postgres, tokio, tokio-postgres
- test-utils = criterion, futures, rand, rand_distr, tokio
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.
- futures test-utils?
- rand test-utils?
- rand_distr test-utils?
- tokio postgres-mem? test-utils?
- async-sqlite sqlite-mem?
-
Enables async-sqlite
Memory dependencies
- deadpool-postgres postgres-mem?
- redis redis-mem?
-
Enables redis ^0.28
- tokio-postgres postgres-mem?
- criterion test-utils?
-
Enables criterion
Used in benches and tests.