cosmic-settings/subscriptions/network-manager/Cargo.toml

22 lines
693 B
TOML
Raw Normal View History

[package]
name = "cosmic-settings-network-manager-subscription"
2026-02-17 17:04:16 +01:00
version = "1.0.7"
edition = "2024"
license = "MPL-2.0"
rust-version.workspace = true
publish = true
[dependencies]
2026-05-25 09:55:11 +02:00
cosmic-dbus-networkmanager = { path = "../../../dbus-settings-bindings/networkmanager" }
secret-service = { version = "5.1.0", features = ["rt-tokio-crypto-rust"] }
2026-05-25 09:55:11 +02:00
nm-secret-agent-manager = { path = "../../../dbus-settings-bindings/nm-secret-agent-manager" }
2026-02-19 18:30:33 +01:00
futures = "0.3.32"
iced_futures = { path = "../../../libcosmic/iced/futures" }
itertools = "0.14.0"
secure-string = "0.3.0"
2026-02-19 18:30:33 +01:00
thiserror = "2.0.18"
2026-01-10 03:47:06 +01:00
tokio = "1.49.0"
tracing = "0.1.44"
2026-02-19 18:30:33 +01:00
zbus = { version = "5.13.2", features = ["tokio"] }
bitflags = "2.11.0"