chore(cargo): remove unused dependencies

This commit is contained in:
Michael Aaron Murphy 2024-03-15 15:07:48 +01:00 committed by Jeremy Soller
parent 132ea0de3c
commit ca8c674014
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
9 changed files with 17 additions and 173 deletions

166
Cargo.lock generated
View file

@ -371,8 +371,8 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009" checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
dependencies = [ dependencies = [
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"libc", "libc",
"system-deps", "system-deps",
] ]
@ -873,20 +873,16 @@ dependencies = [
name = "cosmic-app-list" name = "cosmic-app-list"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow",
"cosmic-client-toolkit", "cosmic-client-toolkit",
"cosmic-protocols", "cosmic-protocols",
"futures", "futures",
"futures-util",
"i18n-embed", "i18n-embed",
"i18n-embed-fl", "i18n-embed-fl",
"itertools", "itertools",
"libcosmic", "libcosmic",
"once_cell", "once_cell",
"rand", "rand",
"ron",
"rust-embed", "rust-embed",
"rust-embed-utils",
"serde", "serde",
"switcheroo-control", "switcheroo-control",
"tokio", "tokio",
@ -894,7 +890,6 @@ dependencies = [
"tracing-log", "tracing-log",
"tracing-subscriber", "tracing-subscriber",
"url", "url",
"xdg",
"zbus", "zbus",
] ]
@ -907,10 +902,8 @@ dependencies = [
"i18n-embed-fl", "i18n-embed-fl",
"libcosmic", "libcosmic",
"libpulse-binding", "libpulse-binding",
"libpulse-glib-binding",
"mpris2-zbus", "mpris2-zbus",
"rust-embed", "rust-embed",
"rust-embed-utils",
"serde", "serde",
"tokio", "tokio",
"tracing", "tracing",
@ -949,15 +942,12 @@ dependencies = [
"bluer", "bluer",
"cosmic-time", "cosmic-time",
"futures", "futures",
"futures-util",
"i18n-embed", "i18n-embed",
"i18n-embed-fl", "i18n-embed-fl",
"itertools",
"libcosmic", "libcosmic",
"once_cell", "once_cell",
"rand", "rand",
"rust-embed", "rust-embed",
"slotmap",
"tokio", "tokio",
"tracing", "tracing",
"tracing-log", "tracing-log",
@ -975,11 +965,8 @@ dependencies = [
"libcosmic", "libcosmic",
"memmap2 0.9.4", "memmap2 0.9.4",
"once_cell", "once_cell",
"png",
"rust-embed", "rust-embed",
"rust-embed-utils",
"rustix 0.38.31", "rustix 0.38.31",
"tempfile",
"tokio", "tokio",
"tracing", "tracing",
"tracing-log", "tracing-log",
@ -1000,8 +987,6 @@ dependencies = [
"itertools", "itertools",
"libcosmic", "libcosmic",
"rust-embed", "rust-embed",
"rust-embed-utils",
"slotmap",
"tokio", "tokio",
"tracing", "tracing",
"tracing-log", "tracing-log",
@ -1014,17 +999,13 @@ name = "cosmic-applet-notifications"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytemuck",
"cosmic-notifications-config", "cosmic-notifications-config",
"cosmic-notifications-util", "cosmic-notifications-util",
"cosmic-time", "cosmic-time",
"i18n-embed", "i18n-embed",
"i18n-embed-fl", "i18n-embed-fl",
"libcosmic", "libcosmic",
"ron",
"rust-embed", "rust-embed",
"rust-embed-utils",
"sendfd",
"tokio", "tokio",
"tracing", "tracing",
"tracing-log", "tracing-log",
@ -1040,14 +1021,10 @@ dependencies = [
"i18n-embed", "i18n-embed",
"i18n-embed-fl", "i18n-embed-fl",
"libcosmic", "libcosmic",
"libpulse-binding",
"libpulse-glib-binding",
"logind-zbus", "logind-zbus",
"once_cell", "once_cell",
"rust-embed", "rust-embed",
"rust-embed-utils",
"rustix 0.38.31", "rustix 0.38.31",
"tokio",
"tracing", "tracing",
"tracing-log", "tracing-log",
"tracing-subscriber", "tracing-subscriber",
@ -1121,7 +1098,6 @@ dependencies = [
"tracing", "tracing",
"tracing-log", "tracing-log",
"tracing-subscriber", "tracing-subscriber",
"xdg",
] ]
[[package]] [[package]]
@ -2304,8 +2280,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
dependencies = [ dependencies = [
"gio-sys", "gio-sys",
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"libc", "libc",
"system-deps", "system-deps",
] ]
@ -2319,8 +2295,8 @@ dependencies = [
"cairo-sys-rs", "cairo-sys-rs",
"gdk-pixbuf-sys", "gdk-pixbuf-sys",
"gio-sys", "gio-sys",
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"libc", "libc",
"pango-sys", "pango-sys",
"pkg-config", "pkg-config",
@ -2410,8 +2386,8 @@ version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
dependencies = [ dependencies = [
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"libc", "libc",
"system-deps", "system-deps",
"winapi", "winapi",
@ -2434,40 +2410,6 @@ version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945" checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
[[package]]
name = "glib"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9e86540b5d8402e905ad4ce7d6aa544092131ab564f3102175af176b90a053"
dependencies = [
"bitflags 2.4.2",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"glib-macros",
"glib-sys 0.19.0",
"gobject-sys 0.19.0",
"libc",
"memchr",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f5897ca27a83e4cdc7b4666850bade0a2e73e17689aabafcc9acddad9d823b8"
dependencies = [
"heck",
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
"syn 2.0.52",
]
[[package]] [[package]]
name = "glib-sys" name = "glib-sys"
version = "0.18.1" version = "0.18.1"
@ -2478,16 +2420,6 @@ dependencies = [
"system-deps", "system-deps",
] ]
[[package]]
name = "glib-sys"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630f097773d7c7a0bb3258df4e8157b47dc98bbfa0e60ad9ab56174813feced4"
dependencies = [
"libc",
"system-deps",
]
[[package]] [[package]]
name = "glow" name = "glow"
version = "0.13.1" version = "0.13.1"
@ -2526,18 +2458,7 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
dependencies = [ dependencies = [
"glib-sys 0.18.1", "glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e2b1080b9418dd0c58b498da3a5c826030343e0ef07bde6a955d28de54979"
dependencies = [
"glib-sys 0.19.0",
"libc", "libc",
"system-deps", "system-deps",
] ]
@ -2611,8 +2532,8 @@ dependencies = [
"gdk-pixbuf-sys", "gdk-pixbuf-sys",
"gdk-sys", "gdk-sys",
"gio-sys", "gio-sys",
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"libc", "libc",
"pango-sys", "pango-sys",
"system-deps", "system-deps",
@ -3316,29 +3237,6 @@ dependencies = [
"winapi", "winapi",
] ]
[[package]]
name = "libpulse-glib-binding"
version = "2.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72bb604d4f32d4c60e02581a67f9d9fd7500cb963ad984cee032013edeaf6bee"
dependencies = [
"glib",
"glib-sys 0.19.0",
"libpulse-binding",
"libpulse-mainloop-glib-sys",
]
[[package]]
name = "libpulse-mainloop-glib-sys"
version = "1.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f9e6fbee0a60ac3f5751e3cc68eeaf9bff9d2687502df17b5c726220217531"
dependencies = [
"glib-sys 0.19.0",
"libpulse-sys",
"pkg-config",
]
[[package]] [[package]]
name = "libpulse-sys" name = "libpulse-sys"
version = "1.21.0" version = "1.21.0"
@ -3952,8 +3850,8 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
dependencies = [ dependencies = [
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"libc", "libc",
"system-deps", "system-deps",
] ]
@ -4192,15 +4090,6 @@ dependencies = [
"toml_edit 0.19.15", "toml_edit 0.19.15",
] ]
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
"toml_edit 0.21.1",
]
[[package]] [[package]]
name = "proc-macro-error" name = "proc-macro-error"
version = "1.0.4" version = "1.0.4"
@ -4484,8 +4373,8 @@ dependencies = [
"ashpd 0.6.8", "ashpd 0.6.8",
"block", "block",
"dispatch", "dispatch",
"glib-sys 0.18.1", "glib-sys",
"gobject-sys 0.18.0", "gobject-sys",
"gtk-sys", "gtk-sys",
"js-sys", "js-sys",
"log", "log",
@ -4674,16 +4563,6 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
[[package]]
name = "sendfd"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"
dependencies = [
"libc",
"tokio",
]
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.197" version = "1.0.197"
@ -5367,17 +5246,6 @@ dependencies = [
"winnow 0.5.40", "winnow 0.5.40",
] ]
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap",
"toml_datetime",
"winnow 0.5.40",
]
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.7" version = "0.22.7"
@ -6416,7 +6284,7 @@ version = "3.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
dependencies = [ dependencies = [
"proc-macro-crate 1.3.1", "proc-macro-crate",
"proc-macro2", "proc-macro2",
"quote", "quote",
"regex", "regex",
@ -6491,7 +6359,7 @@ version = "3.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
dependencies = [ dependencies = [
"proc-macro-crate 1.3.1", "proc-macro-crate",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 1.0.109", "syn 1.0.109",

View file

@ -5,10 +5,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow.workspace = true
cctk.workspace = true cctk.workspace = true
cosmic-protocols.workspace = true cosmic-protocols.workspace = true
futures-util.workspace = true
futures.workspace = true futures.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
i18n-embed-fl.workspace = true i18n-embed-fl.workspace = true
@ -16,9 +14,7 @@ itertools = "0.12.1"
libcosmic.workspace = true libcosmic.workspace = true
once_cell = "1.19" once_cell = "1.19"
rand = "0.8.5" rand = "0.8.5"
ron = "0.8"
rust-embed.workspace = true rust-embed.workspace = true
rust-embed-utils.workspace = true
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" } switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
tokio = { version = "1.36.0", features = ["sync", "rt", "rt-multi-thread", "macros", "process"] } tokio = { version = "1.36.0", features = ["sync", "rt", "rt-multi-thread", "macros", "process"] }
@ -26,5 +22,4 @@ tracing-log.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true
tracing.workspace = true tracing.workspace = true
url = "2.5.0" url = "2.5.0"
xdg = "2.5"
zbus.workspace = true zbus.workspace = true

View file

@ -11,9 +11,7 @@ i18n-embed-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
libcosmic.workspace = true libcosmic.workspace = true
libpulse-binding = "2.28.1" libpulse-binding = "2.28.1"
libpulse-glib-binding = "2.28.1"
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" } mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
rust-embed-utils.workspace = true
rust-embed.workspace = true rust-embed.workspace = true
serde = "1.0.197" serde = "1.0.197"
tokio = { version = "1.36.0", features=["full"] } tokio = { version = "1.36.0", features=["full"] }

View file

@ -9,15 +9,12 @@ anyhow.workspace = true
bluer = { version = "0.17", features = ["bluetoothd", "id"] } bluer = { version = "0.17", features = ["bluetoothd", "id"] }
cosmic-time.workspace = true cosmic-time.workspace = true
futures.workspace = true futures.workspace = true
futures-util.workspace = true
i18n-embed-fl.workspace = true i18n-embed-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
itertools = "0.12.1"
libcosmic.workspace = true libcosmic.workspace = true
once_cell = "1.19.0" once_cell = "1.19.0"
rand = "0.8" rand = "0.8"
rust-embed.workspace = true rust-embed.workspace = true
slotmap = "1.0.7"
tokio = { version = "1.36.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] }
tracing-log.workspace = true tracing-log.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true

View file

@ -13,11 +13,8 @@ image = "0.24"
libcosmic.workspace = true libcosmic.workspace = true
memmap2 = "0.9.4" memmap2 = "0.9.4"
once_cell = "1" once_cell = "1"
png = "0.17.13"
rust-embed-utils.workspace = true
rust-embed.workspace = true rust-embed.workspace = true
rustix.workspace = true rustix.workspace = true
tempfile = "3.10.1"
tokio = { version = "1.36.0", features = ["sync", "macros"] } tokio = { version = "1.36.0", features = ["sync", "macros"] }
tracing-log.workspace = true tracing-log.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true

View file

@ -15,9 +15,7 @@ i18n-embed-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
itertools = "0.12.1" itertools = "0.12.1"
libcosmic.workspace = true libcosmic.workspace = true
rust-embed-utils.workspace = true
rust-embed.workspace = true rust-embed.workspace = true
slotmap = "1.0.7"
tokio = { version = "1.36.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] }
tracing-log.workspace = true tracing-log.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true

View file

@ -17,15 +17,11 @@ tokio = { version = "1.36.0", features = [
"io-util", "io-util",
"io-std", "io-std",
] } ] }
bytemuck = "1"
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" } cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" } cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
i18n-embed-fl.workspace = true i18n-embed-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
ron = "0.8"
rust-embed-utils.workspace = true
rust-embed.workspace = true rust-embed.workspace = true
sendfd = { version = "0.4", features = ["tokio"] }
tracing-log.workspace = true tracing-log.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true
tracing.workspace = true tracing.workspace = true

View file

@ -8,14 +8,10 @@ license = "GPL-3.0-or-later"
i18n-embed-fl.workspace = true i18n-embed-fl.workspace = true
i18n-embed.workspace = true i18n-embed.workspace = true
libcosmic.workspace = true libcosmic.workspace = true
libpulse-binding = "2.28.1"
libpulse-glib-binding = "2.28.1"
logind-zbus = "3.1" logind-zbus = "3.1"
once_cell = "1.19.0" once_cell = "1.19.0"
rust-embed-utils.workspace = true
rust-embed.workspace = true rust-embed.workspace = true
rustix.workspace = true rustix.workspace = true
tokio = { version = "1.36.0", features=["full"] }
tracing-log.workspace = true tracing-log.workspace = true
tracing-subscriber.workspace = true tracing-subscriber.workspace = true
tracing.workspace = true tracing.workspace = true

View file

@ -13,7 +13,6 @@ tracing-subscriber.workspace = true
tracing-log.workspace = true tracing-log.workspace = true
once_cell = "1.19" once_cell = "1.19"
futures.workspace = true futures.workspace = true
xdg = "2.5.2"
anyhow.workspace = true anyhow.workspace = true
tokio = "1.36" tokio = "1.36"
i18n-embed.workspace = true i18n-embed.workspace = true