Before renaming crates

This commit is contained in:
Mauro D
2023-04-14 06:58:05 +00:00
parent 2918bffd3b
commit 98e8febbef
4 changed files with 146 additions and 208 deletions

View File

@@ -34,7 +34,8 @@ blake3 = "1.3.3"
default = ["sqlite"]
rocks = ["rocksdb", "rayon", "is_sync"]
sqlite = ["rusqlite", "rayon", "r2d2", "tokio", "is_sync"]
foundation = ["foundationdb", "futures", "is_async"]
foundation = ["foundationdb", "futures", "is_async", "key_subspace"]
is_sync = ["maybe-async/is_sync", "parking_lot", "lru-cache"]
is_async = []
key_subspace = []
test_mode = []