Fix missing lz4 and bz2; tweak feature projection. (closes #78)

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-24 21:23:55 +00:00
parent ca69af97c1
commit 578cf9d2d7
8 changed files with 105 additions and 13 deletions

View File

@@ -17,6 +17,9 @@ crate-type = [
]
[features]
bzip2_compression = [
"rust-rocksdb/bzip2",
]
io_uring = [
"rust-rocksdb/io-uring",
]
@@ -33,6 +36,9 @@ jemalloc_prof = [
jemalloc_stats = [
"tuwunel-core/jemalloc_stats",
]
lz4_compression = [
"rust-rocksdb/lz4",
]
release_max_log_level = [
"tuwunel-core/release_max_log_level",
"log/max_level_trace",