7511ba5530
Unfortunately, rusqlite uses the opposite logic for enabling/disabling bundled libraries to others (libsodium-sys, zstd-sys). Cargo features are very limited and doesn't allow to enable feature A in a dependency iff feature B is disabled. Note, lmdb-rkv-sys doesn't need any special treatment because it automatically links against system liblmdb if found via pkgconf. Linux distros should build garage with `--no-default-features --features system-libs` to disable bundled-libs and enable system-libs. |
||
---|---|---|
.. | ||
bin | ||
Cargo.toml | ||
counted_tree_hack.rs | ||
lib.rs | ||
lmdb_adapter.rs | ||
sled_adapter.rs | ||
sqlite_adapter.rs | ||
test.rs |