diff options
author | 2025-03-26 16:00:34 +0000 | |
---|---|---|
committer | 2025-03-26 16:00:34 +0000 | |
commit | 78577fb74949c83e3c8196a7310781c15e73bf64 (patch) | |
tree | b0315db35cda73e16026fa3ee3774187e8df6e33 /Cargo.lock | |
parent | a88a7b0445a20ca57870e4c8a068d9b29ea6e779 (diff) | |
download | macaw-main.tar.gz macaw-main.tar.bz2 macaw-main.zip |
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 87 |
1 files changed, 42 insertions, 45 deletions
@@ -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" |