Rename crates.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-22 01:41:02 +00:00
parent 0024354345
commit 9b658d86b2
316 changed files with 1590 additions and 1593 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "conduwuit_database"
name = "tuwunel_database"
categories.workspace = true
description.workspace = true
edition.workspace = true
@@ -21,33 +21,32 @@ io_uring = [
"rust-rocksdb/io-uring",
]
jemalloc = [
"conduwuit-core/jemalloc",
"tuwunel-core/jemalloc",
"rust-rocksdb/jemalloc",
]
jemalloc_conf = [
"conduwuit-core/jemalloc_conf",
"tuwunel-core/jemalloc_conf",
]
jemalloc_prof = [
"conduwuit-core/jemalloc_prof",
"tuwunel-core/jemalloc_prof",
]
jemalloc_stats = [
"conduwuit-core/jemalloc_stats",
"tuwunel-core/jemalloc_stats",
]
release_max_log_level = [
"conduwuit-core/release_max_log_level",
"tuwunel-core/release_max_log_level",
"log/max_level_trace",
"log/release_max_level_info",
"tracing/max_level_trace",
"tracing/release_max_level_info",
]
zstd_compression = [
"conduwuit-core/zstd_compression",
"tuwunel-core/zstd_compression",
"rust-rocksdb/zstd",
]
[dependencies]
async-channel.workspace = true
conduwuit-core.workspace = true
const-str.workspace = true
futures.workspace = true
log.workspace = true
@@ -58,6 +57,7 @@ serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
tuwunel-core.workspace = true
[lints]
workspace = true