2023-04-25 00:30:50 +02:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-settings"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2024-01-29 20:14:57 +01:00
|
|
|
license = "GPL-3.0"
|
2023-04-25 00:30:50 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-05-08 17:06:00 +02:00
|
|
|
anyhow = "1.0"
|
2024-09-13 21:45:49 +02:00
|
|
|
as-result = "0.2.1"
|
2024-08-21 03:07:16 +02:00
|
|
|
ashpd = { version = "0.9", default-features = false, features = ["tokio"] }
|
2024-07-31 08:08:34 +02:00
|
|
|
async-channel = "2.3.1"
|
|
|
|
|
chrono = "0.4.38"
|
2024-09-20 20:37:14 +02:00
|
|
|
clap = { version = "4.5.17", features = ["derive"] }
|
2024-07-31 08:08:34 +02:00
|
|
|
color-eyre = "0.6.3"
|
2024-05-08 17:06:00 +02:00
|
|
|
cosmic-bg-config.workspace = true
|
|
|
|
|
cosmic-comp-config.workspace = true
|
2024-06-06 16:57:08 +02:00
|
|
|
cosmic-config.workspace = true
|
2024-09-13 21:45:49 +02:00
|
|
|
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2024-05-08 17:06:00 +02:00
|
|
|
cosmic-panel-config.workspace = true
|
|
|
|
|
cosmic-randr-shell.workspace = true
|
|
|
|
|
cosmic-randr.workspace = true
|
2024-06-06 16:57:08 +02:00
|
|
|
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
|
2023-04-25 00:30:50 +02:00
|
|
|
cosmic-settings-page = { path = "../page" }
|
|
|
|
|
cosmic-settings-system = { path = "../pages/system" }
|
2024-05-08 17:06:00 +02:00
|
|
|
cosmic-settings-wallpaper = { path = "../pages/wallpapers" }
|
2023-04-28 15:45:29 -07:00
|
|
|
derivative = "2.2.0"
|
2023-05-30 21:49:15 +02:00
|
|
|
derive_setters = "0.1.6"
|
2023-05-26 16:52:05 +02:00
|
|
|
dirs = "5.0.1"
|
2024-07-31 08:08:34 +02:00
|
|
|
downcast-rs = "1.2.1"
|
2024-09-13 21:45:49 +02:00
|
|
|
eyre = "0.6.12"
|
2024-09-20 20:37:14 +02:00
|
|
|
freedesktop-desktop-entry = "0.7.5"
|
2024-08-13 16:39:20 +02:00
|
|
|
futures = "0.3.30"
|
2024-05-08 17:06:00 +02:00
|
|
|
hostname-validator = "1.1.1"
|
2024-05-17 02:46:05 -04:00
|
|
|
hostname1-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2024-08-21 03:07:16 +02:00
|
|
|
i18n-embed-fl = "0.9.1"
|
2024-05-08 17:06:00 +02:00
|
|
|
image = "0.25"
|
2024-09-20 20:37:14 +02:00
|
|
|
indexmap = "2.5.0"
|
2024-05-26 13:50:10 -04:00
|
|
|
itertools = "0.13.0"
|
2024-07-31 08:08:34 +02:00
|
|
|
itoa = "1.0.11"
|
2024-05-08 17:06:00 +02:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
notify = "6.1.1"
|
2023-12-22 16:42:56 +01:00
|
|
|
once_cell = "1.19.0"
|
2024-08-21 03:07:16 +02:00
|
|
|
regex = "1.10.6"
|
2024-05-08 17:06:00 +02:00
|
|
|
ron = "0.8"
|
2024-07-31 08:08:34 +02:00
|
|
|
rust-embed = "8.5.0"
|
2024-09-13 21:45:49 +02:00
|
|
|
secure-string = "0.3.0"
|
2024-09-20 20:37:14 +02:00
|
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
2024-08-21 03:07:16 +02:00
|
|
|
slab = "0.4.9"
|
2023-12-22 16:42:56 +01:00
|
|
|
slotmap = "1.0.7"
|
2024-05-08 17:06:00 +02:00
|
|
|
static_init = "1.0.3"
|
2024-03-27 17:39:26 -04:00
|
|
|
sunrise = "1.0.1"
|
2024-09-20 20:37:14 +02:00
|
|
|
tachyonix = "0.3.1"
|
2024-08-21 03:07:16 +02:00
|
|
|
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2024-05-08 17:06:00 +02:00
|
|
|
tokio.workspace = true
|
2023-12-22 16:42:56 +01:00
|
|
|
tracing = "0.1.40"
|
|
|
|
|
tracing-subscriber = "0.3.18"
|
2024-07-31 08:08:34 +02:00
|
|
|
udev = "0.9.0"
|
2024-08-29 21:18:38 +02:00
|
|
|
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2024-09-06 19:39:59 +01:00
|
|
|
bluez-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2024-07-31 08:08:34 +02:00
|
|
|
url = "2.5.2"
|
2024-08-21 03:07:16 +02:00
|
|
|
xkb-data = "0.2.1"
|
2024-07-31 08:08:34 +02:00
|
|
|
zbus = { version = "4.4.0", features = ["tokio"] }
|
2023-04-25 00:30:50 +02:00
|
|
|
|
2024-08-13 16:39:20 +02:00
|
|
|
[dependencies.cosmic-settings-subscriptions]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-settings-subscriptions"
|
2024-09-13 21:45:49 +02:00
|
|
|
features = ["network_manager", "pipewire", "pulse"]
|
2024-08-13 16:39:20 +02:00
|
|
|
|
2024-08-02 17:59:09 +02:00
|
|
|
[dependencies.icu]
|
2024-08-21 03:07:16 +02:00
|
|
|
version = "1.5.0"
|
2024-08-02 17:59:09 +02:00
|
|
|
features = ["experimental", "compiled_data", "icu_datetime_experimental"]
|
|
|
|
|
|
2023-04-25 00:30:50 +02:00
|
|
|
[dependencies.i18n-embed]
|
2024-08-21 03:07:16 +02:00
|
|
|
version = "0.15.0"
|
2023-04-25 00:30:50 +02:00
|
|
|
features = ["fluent-system", "desktop-requester"]
|
2023-12-22 16:42:56 +01:00
|
|
|
|
|
|
|
|
[features]
|
2024-02-13 16:53:07 +01:00
|
|
|
default = []
|
2024-02-06 12:01:22 -05:00
|
|
|
wgpu = ["libcosmic/wgpu"]
|
2023-12-22 16:42:56 +01:00
|
|
|
test = []
|