2022-02-01 13:24:00 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-network"
|
2026-01-13 17:21:37 +01:00
|
|
|
version = "1.0.2"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2022-05-26 11:57:41 -04:00
|
|
|
license = "GPL-3.0-or-later"
|
2022-02-01 13:24:00 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-14 21:43:11 +01:00
|
|
|
anyhow.workspace = true
|
2025-12-19 12:02:48 -05:00
|
|
|
async-fn-stream = "0.3"
|
2023-10-27 17:44:25 -04:00
|
|
|
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2023-07-20 14:57:51 -07:00
|
|
|
cosmic-time.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
futures-util.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
2025-08-12 23:09:49 +02:00
|
|
|
libcosmic = { workspace = true, features = [
|
2024-06-13 19:45:37 -04:00
|
|
|
"applet",
|
|
|
|
|
"applet-token",
|
|
|
|
|
"tokio",
|
|
|
|
|
"wayland",
|
|
|
|
|
"desktop",
|
2025-08-12 23:09:49 +02:00
|
|
|
] }
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2025-10-22 02:33:30 +00:00
|
|
|
rustc-hash.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-01-18 18:16:37 -05:00
|
|
|
tracing-log.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
tracing-subscriber.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing.workspace = true
|
|
|
|
|
zbus.workspace = true
|
2026-01-05 22:43:43 -05:00
|
|
|
nm-secret-agent-manager = { git = "https://github.com/pop-os/dbus-settings-bindings/" }
|
2026-01-13 17:21:37 +01:00
|
|
|
indexmap = "2.13.0"
|
2025-12-19 12:02:48 -05:00
|
|
|
secure-string = "0.3.0"
|
|
|
|
|
uuid = { version = "1.19.0", features = ["v4"] }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.cosmic-settings-network-manager-subscription]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-settings/"
|
|
|
|
|
|
|
|
|
|
[dependencies.cosmic-settings-airplane-mode-subscription]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-settings/"
|
2026-01-05 22:43:43 -05:00
|
|
|
|