Cargo Features
[dependencies]
seqrepo = { version = "0.10.3", default-features = false, features = ["impl", "cached"] }
- default = impl
-
By default, we enable the directory-based implementation.
- impl default cached?
-
Directory-based implementation of the interface as provided by the Python reference implementation. This will create a runtime dependency on
libsqlite3
.Enables chrono, noodles ^0.76.0, and rusqlite ^0.31
- cached = impl
-
Optional caching implementation that is useful in testing scenarios where one only wants to provide minimal data, e.g., in continuous integration.