diff --git a/Cargo.lock b/Cargo.lock index ec5356b..0e7079a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -736,12 +736,6 @@ dependencies = [ "windows-sys 0.60.2", ] -[[package]] -name = "discard" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" - [[package]] name = "displaydoc" version = "0.2.5" @@ -1018,22 +1012,6 @@ dependencies = [ "syn 2.0.99", ] -[[package]] -name = "futures-signals" -version = "0.3.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70abe9c40a0dccd69bf7c59ba58714ebeb6c15a88143a10c6be7130e895f1696" -dependencies = [ - "discard", - "futures-channel", - "futures-core", - "futures-util", - "gensym", - "log", - "pin-project", - "serde", -] - [[package]] name = "futures-sink" version = "0.3.31" @@ -1145,18 +1123,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "gensym" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "913dce4c5f06c2ea40fc178c06f777ac89fc6b1383e90c254fafb1abe4ba3c82" -dependencies = [ - "proc-macro2", - "quote 1.0.39", - "syn 2.0.99", - "uuid", -] - [[package]] name = "getrandom" version = "0.2.15" @@ -1845,7 +1811,6 @@ dependencies = [ "dirs", "evdev-rs", "futures-lite", - "futures-signals", "glib", "gtk", "gtk-layer-shell", @@ -2542,26 +2507,6 @@ dependencies = [ "siphasher", ] -[[package]] -name = "pin-project" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" -dependencies = [ - "proc-macro2", - "quote 1.0.39", - "syn 2.0.99", -] - [[package]] name = "pin-project-lite" version = "0.2.16" @@ -3844,15 +3789,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" -[[package]] -name = "uuid" -version = "1.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" -dependencies = [ - "getrandom 0.3.1", -] - [[package]] name = "valuable" version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index 1db0add..5fcc87e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,6 @@ repository = "https://github.com/jakestanger/ironbar" categories = ["gui"] keywords = ["gtk", "bar", "wayland", "wlroots", "gtk-layer-shell"] -[profile.release] -lto = true - [features] default = [ "bindmode+all", @@ -87,7 +84,7 @@ music = ["dep:regex"] "music+mpris" = ["music", "mpris"] "music+mpd" = ["music", "mpd-utils"] -network_manager = ["futures-lite", "futures-signals", "tokio-stream", "zbus"] +network_manager = ["futures-lite", "tokio-stream", "zbus"] notifications = ["zbus"] @@ -174,7 +171,6 @@ regex = { version = "1.11.1", default-features = false, features = [ ], optional = true } # network_manager -futures-signals = { version = "0.3.34", optional = true } tokio-stream = { version = "0.1.17", optional = true } # sys_info