79 lines
2.3 KiB
TOML
79 lines
2.3 KiB
TOML
[package]
|
|
name = "cosmic-settings"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
as-result = "0.2.1"
|
|
ashpd = { version = "0.9", default-features = false, features = ["tokio"] }
|
|
async-channel = "2.3.1"
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.17", features = ["derive"] }
|
|
color-eyre = "0.6.3"
|
|
cosmic-bg-config.workspace = true
|
|
cosmic-comp-config.workspace = true
|
|
cosmic-config.workspace = true
|
|
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
cosmic-panel-config.workspace = true
|
|
cosmic-randr-shell.workspace = true
|
|
cosmic-randr.workspace = true
|
|
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
|
|
cosmic-settings-page = { path = "../page" }
|
|
cosmic-settings-system = { path = "../pages/system" }
|
|
cosmic-settings-wallpaper = { path = "../pages/wallpapers" }
|
|
derivative = "2.2.0"
|
|
derive_setters = "0.1.6"
|
|
dirs = "5.0.1"
|
|
downcast-rs = "1.2.1"
|
|
eyre = "0.6.12"
|
|
freedesktop-desktop-entry = "0.7.5"
|
|
futures = "0.3.30"
|
|
hostname-validator = "1.1.1"
|
|
hostname1-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
i18n-embed-fl = "0.9.1"
|
|
image = "0.25"
|
|
indexmap = "2.5.0"
|
|
itertools = "0.13.0"
|
|
itoa = "1.0.11"
|
|
libcosmic.workspace = true
|
|
notify = "6.1.1"
|
|
once_cell = "1.19.0"
|
|
regex = "1.10.6"
|
|
ron = "0.8"
|
|
rust-embed = "8.5.0"
|
|
secure-string = "0.3.0"
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
slab = "0.4.9"
|
|
slotmap = "1.0.7"
|
|
static_init = "1.0.3"
|
|
sunrise = "1.0.1"
|
|
tachyonix = "0.3.1"
|
|
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
tokio.workspace = true
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
udev = "0.9.0"
|
|
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
bluez-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
url = "2.5.2"
|
|
xkb-data = "0.2.1"
|
|
zbus = { version = "4.4.0", features = ["tokio"] }
|
|
|
|
[dependencies.cosmic-settings-subscriptions]
|
|
git = "https://github.com/pop-os/cosmic-settings-subscriptions"
|
|
features = ["network_manager", "pipewire", "pulse"]
|
|
|
|
[dependencies.icu]
|
|
version = "1.5.0"
|
|
features = ["experimental", "compiled_data", "icu_datetime_experimental"]
|
|
|
|
[dependencies.i18n-embed]
|
|
version = "0.15.0"
|
|
features = ["fluent-system", "desktop-requester"]
|
|
|
|
[features]
|
|
default = []
|
|
wgpu = ["libcosmic/wgpu"]
|
|
test = []
|