aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock87
1 files changed, 42 insertions, 45 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0f11e5d..b11868d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1240,6 +1240,22 @@ dependencies = [
]
[[package]]
+name = "filamento"
+version = "0.1.0"
+dependencies = [
+ "chrono",
+ "futures",
+ "jid",
+ "lampada",
+ "sqlx",
+ "stanza",
+ "thiserror 2.0.11",
+ "tokio",
+ "tracing",
+ "uuid",
+]
+
+[[package]]
name = "flate2"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2101,30 +2117,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
-name = "jabber"
-version = "0.1.0"
-dependencies = [
- "async-recursion",
- "async-trait",
- "futures",
- "jid",
- "lazy_static",
- "nanoid",
- "peanuts",
- "pin-project",
- "pin-project-lite",
- "rsasl",
- "stanza",
- "take_mut",
- "thiserror 2.0.11",
- "tokio",
- "tokio-native-tls",
- "tracing",
- "trust-dns-resolver",
- "try_map",
-]
-
-[[package]]
name = "jid"
version = "0.1.0"
dependencies = [
@@ -2223,6 +2215,20 @@ dependencies = [
]
[[package]]
+name = "lampada"
+version = "0.1.0"
+dependencies = [
+ "futures",
+ "jid",
+ "luz",
+ "peanuts",
+ "stanza",
+ "thiserror 2.0.11",
+ "tokio",
+ "tracing",
+]
+
+[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2361,20 +2367,24 @@ dependencies = [
name = "luz"
version = "0.1.0"
dependencies = [
- "chrono",
+ "async-recursion",
+ "async-trait",
"futures",
- "jabber",
"jid",
+ "lazy_static",
+ "nanoid",
"peanuts",
- "sqlx",
+ "pin-project",
+ "pin-project-lite",
+ "rsasl",
"stanza",
+ "take_mut",
"thiserror 2.0.11",
"tokio",
- "tokio-stream",
- "tokio-util",
+ "tokio-native-tls",
"tracing",
- "tracing-subscriber",
- "uuid",
+ "trust-dns-resolver",
+ "try_map",
]
[[package]]
@@ -2385,11 +2395,11 @@ dependencies = [
"chrono-humanize",
"confy",
"dirs",
+ "filamento",
"iced",
"indexmap",
"jid",
"keyring",
- "luz",
"serde",
"thiserror 2.0.11",
"tokio",
@@ -4459,19 +4469,6 @@ dependencies = [
]
[[package]]
-name = "tokio-util"
-version = "0.7.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
-dependencies = [
- "bytes",
- "futures-core",
- "futures-sink",
- "pin-project-lite",
- "tokio",
-]
-
-[[package]]
name = "toml"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"