rename conduit to conduwuit finally

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-14 21:58:01 -05:00
parent c6bf8f5ea1
commit 0317cc8cc5
No known key found for this signature in database
277 changed files with 559 additions and 551 deletions

94
Cargo.lock generated
View file

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -619,16 +619,16 @@ dependencies = [
]
[[package]]
name = "conduit"
name = "conduwuit"
version = "0.5.0"
dependencies = [
"clap",
"conduit_admin",
"conduit_api",
"conduit_core",
"conduit_database",
"conduit_router",
"conduit_service",
"conduwuit_admin",
"conduwuit_api",
"conduwuit_core",
"conduwuit_database",
"conduwuit_router",
"conduwuit_service",
"console-subscriber",
"const-str",
"hardened_malloc-rs",
@ -648,15 +648,15 @@ dependencies = [
]
[[package]]
name = "conduit_admin"
name = "conduwuit_admin"
version = "0.5.0"
dependencies = [
"clap",
"conduit_api",
"conduit_core",
"conduit_database",
"conduit_macros",
"conduit_service",
"conduwuit_api",
"conduwuit_core",
"conduwuit_database",
"conduwuit_macros",
"conduwuit_service",
"const-str",
"futures",
"log",
@ -669,7 +669,7 @@ dependencies = [
]
[[package]]
name = "conduit_api"
name = "conduwuit_api"
version = "0.5.0"
dependencies = [
"axum",
@ -677,9 +677,9 @@ dependencies = [
"axum-extra",
"base64 0.22.1",
"bytes",
"conduit_core",
"conduit_database",
"conduit_service",
"conduwuit_core",
"conduwuit_database",
"conduwuit_service",
"const-str",
"futures",
"hmac",
@ -701,7 +701,7 @@ dependencies = [
]
[[package]]
name = "conduit_core"
name = "conduwuit_core"
version = "0.5.0"
dependencies = [
"argon2",
@ -713,7 +713,7 @@ dependencies = [
"checked_ops",
"chrono",
"clap",
"conduit_macros",
"conduwuit_macros",
"const-str",
"ctor",
"cyborgtime",
@ -739,7 +739,7 @@ dependencies = [
"serde_json",
"serde_regex",
"serde_yaml",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tikv-jemalloc-ctl",
"tikv-jemalloc-sys",
"tikv-jemallocator",
@ -753,12 +753,12 @@ dependencies = [
]
[[package]]
name = "conduit_database"
name = "conduwuit_database"
version = "0.5.0"
dependencies = [
"arrayvec",
"async-channel",
"conduit_core",
"conduwuit_core",
"const-str",
"futures",
"log",
@ -771,7 +771,7 @@ dependencies = [
]
[[package]]
name = "conduit_macros"
name = "conduwuit_macros"
version = "0.5.0"
dependencies = [
"itertools 0.13.0",
@ -781,7 +781,7 @@ dependencies = [
]
[[package]]
name = "conduit_router"
name = "conduwuit_router"
version = "0.5.0"
dependencies = [
"axum",
@ -789,10 +789,10 @@ dependencies = [
"axum-server",
"axum-server-dual-protocol",
"bytes",
"conduit_admin",
"conduit_api",
"conduit_core",
"conduit_service",
"conduwuit_admin",
"conduwuit_api",
"conduwuit_core",
"conduwuit_service",
"const-str",
"futures",
"http",
@ -814,15 +814,15 @@ dependencies = [
]
[[package]]
name = "conduit_service"
name = "conduwuit_service"
version = "0.5.0"
dependencies = [
"arrayvec",
"async-trait",
"base64 0.22.1",
"bytes",
"conduit_core",
"conduit_database",
"conduwuit_core",
"conduwuit_database",
"const-str",
"either",
"futures",
@ -2954,7 +2954,7 @@ dependencies = [
"rustc-hash 2.1.0",
"rustls",
"socket2",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tracing",
]
@ -2973,7 +2973,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tinyvec",
"tracing",
"web-time 1.1.0",
@ -3211,7 +3211,7 @@ dependencies = [
"serde",
"serde_html_form",
"serde_json",
"thiserror 2.0.6",
"thiserror 2.0.7",
"url",
"web-time 1.1.0",
]
@ -3237,7 +3237,7 @@ dependencies = [
"serde",
"serde_html_form",
"serde_json",
"thiserror 2.0.6",
"thiserror 2.0.7",
"time",
"tracing",
"url",
@ -3263,7 +3263,7 @@ dependencies = [
"ruma-macros",
"serde",
"serde_json",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tracing",
"url",
"web-time 1.1.0",
@ -3294,7 +3294,7 @@ version = "0.9.5"
source = "git+https://github.com/girlbossceo/ruwuma?rev=08f58cd3236fdf175913b2bcaf8865359696d94d#08f58cd3236fdf175913b2bcaf8865359696d94d"
dependencies = [
"js_int",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -3343,7 +3343,7 @@ dependencies = [
"http",
"http-auth",
"ruma-common",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tracing",
]
@ -3360,7 +3360,7 @@ dependencies = [
"serde_json",
"sha2",
"subslice",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -3374,7 +3374,7 @@ dependencies = [
"ruma-events",
"serde",
"serde_json",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tracing",
]
@ -3526,7 +3526,7 @@ dependencies = [
"futures-util",
"pin-project",
"thingbuf",
"thiserror 2.0.6",
"thiserror 2.0.7",
"unicode-segmentation",
"unicode-width 0.2.0",
]
@ -4111,11 +4111,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.6"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
dependencies = [
"thiserror-impl 2.0.6",
"thiserror-impl 2.0.7",
]
[[package]]
@ -4131,9 +4131,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.6"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
dependencies = [
"proc-macro2",
"quote",