From 6b4531bbc18c7e397ebaa2ca067fdd4583a7f576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20R=C3=B3=C5=BCycki?= Date: Sun, 22 Dec 2024 11:59:18 +0100 Subject: [PATCH] Remove unused dependencies from the project --- Cargo.lock | 109 ------------------------ animation-wasm-bindings/Cargo.toml | 1 - animations/audio-visualizer/Cargo.toml | 1 - animations/audio-wave/Cargo.toml | 1 - animations/barber-pole/Cargo.toml | 1 - animations/beats/Cargo.toml | 1 - animations/circle-boom/Cargo.toml | 1 - animations/circle-grid/Cargo.toml | 1 - animations/circle-wave/Cargo.toml | 1 - animations/doom-fire/Cargo.toml | 1 - animations/draw/Cargo.toml | 1 - animations/heartbeat/Cargo.toml | 1 - animations/lightspeed/Cargo.toml | 1 - animations/moon/Cargo.toml | 1 - animations/particle-fire/Cargo.toml | 2 - animations/pillars/Cargo.toml | 1 - animations/present/Cargo.toml | 1 - animations/rainbow-cable/Cargo.toml | 1 - animations/rainbow-cylinder/Cargo.toml | 1 - animations/rainbow-halves/Cargo.toml | 1 - animations/rainbow-sphere/Cargo.toml | 1 - animations/rainbow-spiral/Cargo.toml | 1 - animations/rainbow-waterfall/Cargo.toml | 1 - animations/single-color/Cargo.toml | 1 - animations/spinning-halves/Cargo.toml | 1 - animations/test-indexing/Cargo.toml | 1 - animations/test-manual-sweep/Cargo.toml | 1 - animations/waterfall/Cargo.toml | 1 - animator/Cargo.toml | 2 - light-client/Cargo.toml | 1 - lightfx/Cargo.toml | 1 - webapi/Cargo.toml | 1 - webui/Cargo.toml | 2 - 33 files changed, 144 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46fa9fa..16365b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,29 +115,6 @@ dependencies = [ "smallvec", ] -[[package]] -name = "actix-files" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" -dependencies = [ - "actix-http", - "actix-service", - "actix-utils", - "actix-web", - "bitflags 2.6.0", - "bytes", - "derive_more", - "futures-core", - "http-range", - "log", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite", - "v_htmlescape", -] - [[package]] name = "actix-http" version = "3.9.0" @@ -579,7 +556,6 @@ name = "animation-wasm-bindings" version = "0.1.0" dependencies = [ "animation-api 0.1.0", - "animation-utils 0.1.0", "itertools 0.13.0", "lightfx 0.1.0", "log", @@ -3407,26 +3383,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "gloo-net" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10" -dependencies = [ - "futures-channel", - "futures-core", - "futures-sink", - "gloo-utils 0.1.7", - "js-sys", - "pin-project", - "serde", - "serde_json", - "thiserror 1.0.63", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - [[package]] name = "gloo-net" version = "0.3.1" @@ -3867,12 +3823,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "http-range" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" - [[package]] name = "httparse" version = "1.9.4" @@ -4499,7 +4449,6 @@ name = "lightfx" version = "0.1.0" dependencies = [ "serde", - "serde_json", ] [[package]] @@ -4683,16 +4632,6 @@ version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" -[[package]] -name = "mime_guess" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" -dependencies = [ - "mime", - "unicase", -] - [[package]] name = "minimal-lexical" version = "0.2.1" @@ -6390,7 +6329,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6402,7 +6340,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6414,7 +6351,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6426,7 +6362,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6438,7 +6373,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6450,7 +6384,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6462,7 +6395,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6486,7 +6418,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "nalgebra 0.33.2", "rand 0.8.5", @@ -6500,7 +6431,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "nalgebra 0.33.2", "serde", @@ -6513,7 +6443,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6525,7 +6454,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "rand 0.8.5", "serde", @@ -6551,7 +6479,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "nalgebra 0.33.2", "noise", @@ -6566,9 +6493,7 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", - "nalgebra 0.33.2", "rand 0.8.5", "serde", ] @@ -6580,7 +6505,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "rand 0.8.5", "serde", @@ -6593,7 +6517,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "nalgebra 0.33.2", "rand 0.8.5", @@ -6607,7 +6530,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6619,7 +6541,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6631,7 +6552,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6643,7 +6563,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6655,7 +6574,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6667,7 +6585,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6706,7 +6623,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6718,7 +6634,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6730,7 +6645,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6742,7 +6656,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6754,7 +6667,6 @@ dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", "animation-wasm-bindings 0.1.0", - "itertools 0.10.5", "lightfx 0.1.0", "serde", ] @@ -6768,9 +6680,7 @@ dependencies = [ "animation-wrapper", "async-trait", "chrono", - "clap", "csv", - "env_logger", "events", "glob", "itertools 0.13.0", @@ -6812,7 +6722,6 @@ dependencies = [ "async-trait", "bytes", "chrono", - "csv", "futures-util", "itertools 0.12.1", "lightfx 0.1.0", @@ -6848,7 +6757,6 @@ version = "0.1.0" dependencies = [ "actix", "actix-cors", - "actix-files", "actix-web", "actix-web-actors", "animation-wrapper", @@ -6886,10 +6794,8 @@ name = "rustmas-webui" version = "0.1.0" dependencies = [ "animation-api 0.1.0", - "gloo-net 0.2.6", "gloo-utils 0.1.7", "instant", - "itertools 0.12.1", "lightfx 0.1.0", "log", "rustmas-visualizer", @@ -8035,15 +7941,6 @@ dependencies = [ "thiserror 1.0.63", ] -[[package]] -name = "unicase" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] - [[package]] name = "unicode-bidi" version = "0.3.15" @@ -8159,12 +8056,6 @@ dependencies = [ "serde", ] -[[package]] -name = "v_htmlescape" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" - [[package]] name = "valuable" version = "0.1.0" diff --git a/animation-wasm-bindings/Cargo.toml b/animation-wasm-bindings/Cargo.toml index f7969fb..8047e11 100644 --- a/animation-wasm-bindings/Cargo.toml +++ b/animation-wasm-bindings/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [dependencies] animation-api = { path = "../animation-api" } -animation-utils = { path = "../animation-utils" } lightfx = { path = "../lightfx" } itertools = "0.13.0" diff --git a/animations/audio-visualizer/Cargo.toml b/animations/audio-visualizer/Cargo.toml index 3e81244..fc4a911 100644 --- a/animations/audio-visualizer/Cargo.toml +++ b/animations/audio-visualizer/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/audio-wave/Cargo.toml b/animations/audio-wave/Cargo.toml index b0ce1e5..ea26e9f 100644 --- a/animations/audio-wave/Cargo.toml +++ b/animations/audio-wave/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/barber-pole/Cargo.toml b/animations/barber-pole/Cargo.toml index 8f83c12..3784976 100644 --- a/animations/barber-pole/Cargo.toml +++ b/animations/barber-pole/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/beats/Cargo.toml b/animations/beats/Cargo.toml index d219232..26dea3c 100644 --- a/animations/beats/Cargo.toml +++ b/animations/beats/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/circle-boom/Cargo.toml b/animations/circle-boom/Cargo.toml index f34feed..709138b 100644 --- a/animations/circle-boom/Cargo.toml +++ b/animations/circle-boom/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/circle-grid/Cargo.toml b/animations/circle-grid/Cargo.toml index ea55805..60d6877 100644 --- a/animations/circle-grid/Cargo.toml +++ b/animations/circle-grid/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/circle-wave/Cargo.toml b/animations/circle-wave/Cargo.toml index 260d5c6..2f2fab7 100644 --- a/animations/circle-wave/Cargo.toml +++ b/animations/circle-wave/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/doom-fire/Cargo.toml b/animations/doom-fire/Cargo.toml index 128589b..3b06fe1 100644 --- a/animations/doom-fire/Cargo.toml +++ b/animations/doom-fire/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" nalgebra = "0.33.2" rand = "0.8.5" diff --git a/animations/draw/Cargo.toml b/animations/draw/Cargo.toml index cb5142d..54f17c7 100644 --- a/animations/draw/Cargo.toml +++ b/animations/draw/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" nalgebra = "0.33.2" diff --git a/animations/heartbeat/Cargo.toml b/animations/heartbeat/Cargo.toml index bd823f3..ce53cf0 100644 --- a/animations/heartbeat/Cargo.toml +++ b/animations/heartbeat/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/lightspeed/Cargo.toml b/animations/lightspeed/Cargo.toml index ce44d5b..f3c8a83 100644 --- a/animations/lightspeed/Cargo.toml +++ b/animations/lightspeed/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" rand = "0.8.5" diff --git a/animations/moon/Cargo.toml b/animations/moon/Cargo.toml index 39b9684..6aa81e6 100644 --- a/animations/moon/Cargo.toml +++ b/animations/moon/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" rand = "0.8.5" nalgebra = "0.33.2" diff --git a/animations/particle-fire/Cargo.toml b/animations/particle-fire/Cargo.toml index 5fa34a5..cc3abd5 100644 --- a/animations/particle-fire/Cargo.toml +++ b/animations/particle-fire/Cargo.toml @@ -11,9 +11,7 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" -nalgebra = "0.33.2" rand = "0.8.5" [dependencies.animation-wasm-bindings] diff --git a/animations/pillars/Cargo.toml b/animations/pillars/Cargo.toml index 354e7ef..b16bc93 100644 --- a/animations/pillars/Cargo.toml +++ b/animations/pillars/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" rand = "0.8.5" diff --git a/animations/present/Cargo.toml b/animations/present/Cargo.toml index 45b85f4..9be82b0 100644 --- a/animations/present/Cargo.toml +++ b/animations/present/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" rand = "0.8.5" nalgebra = "0.33.2" diff --git a/animations/rainbow-cable/Cargo.toml b/animations/rainbow-cable/Cargo.toml index ce8c2a1..e80fc58 100644 --- a/animations/rainbow-cable/Cargo.toml +++ b/animations/rainbow-cable/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/rainbow-cylinder/Cargo.toml b/animations/rainbow-cylinder/Cargo.toml index 0615ec2..f59275a 100644 --- a/animations/rainbow-cylinder/Cargo.toml +++ b/animations/rainbow-cylinder/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/rainbow-halves/Cargo.toml b/animations/rainbow-halves/Cargo.toml index 71b5c0a..88b2044 100644 --- a/animations/rainbow-halves/Cargo.toml +++ b/animations/rainbow-halves/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/rainbow-sphere/Cargo.toml b/animations/rainbow-sphere/Cargo.toml index b6a3f2c..d4cdcea 100644 --- a/animations/rainbow-sphere/Cargo.toml +++ b/animations/rainbow-sphere/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/rainbow-spiral/Cargo.toml b/animations/rainbow-spiral/Cargo.toml index e0104bb..77e5d97 100644 --- a/animations/rainbow-spiral/Cargo.toml +++ b/animations/rainbow-spiral/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/rainbow-waterfall/Cargo.toml b/animations/rainbow-waterfall/Cargo.toml index cf1ead8..bb04f81 100644 --- a/animations/rainbow-waterfall/Cargo.toml +++ b/animations/rainbow-waterfall/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/single-color/Cargo.toml b/animations/single-color/Cargo.toml index 4cbc7aa..03de40d 100644 --- a/animations/single-color/Cargo.toml +++ b/animations/single-color/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/spinning-halves/Cargo.toml b/animations/spinning-halves/Cargo.toml index d41e73b..bb36f5b 100644 --- a/animations/spinning-halves/Cargo.toml +++ b/animations/spinning-halves/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/test-indexing/Cargo.toml b/animations/test-indexing/Cargo.toml index b7d69b8..52a3438 100644 --- a/animations/test-indexing/Cargo.toml +++ b/animations/test-indexing/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/test-manual-sweep/Cargo.toml b/animations/test-manual-sweep/Cargo.toml index 96e7cb9..19eda0c 100644 --- a/animations/test-manual-sweep/Cargo.toml +++ b/animations/test-manual-sweep/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animations/waterfall/Cargo.toml b/animations/waterfall/Cargo.toml index 9c1378c..7a8a42d 100644 --- a/animations/waterfall/Cargo.toml +++ b/animations/waterfall/Cargo.toml @@ -11,7 +11,6 @@ animation-utils = { path = "../../animation-utils" } animation-api = { path = "../../animation-api" } lightfx = { path = "../../lightfx" } -itertools = "0.10.5" serde = "1.0.215" [dependencies.animation-wasm-bindings] diff --git a/animator/Cargo.toml b/animator/Cargo.toml index ac2abc0..faa14c6 100644 --- a/animator/Cargo.toml +++ b/animator/Cargo.toml @@ -14,14 +14,12 @@ events = { path = "../events", default-features = false } csv = "1.1.6" chrono = "0.4.30" -clap = { version = "4.0.18", features = ["derive"] } glob = "0.3.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1", features = ["full"] } log = "0.4.17" -env_logger = "0.10.0" thiserror = "1.0.60" itertools = "0.13.0" async-trait = "0.1.83" diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index 8ed65ee..9683d5a 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -8,7 +8,6 @@ lightfx = { path = "../lightfx" } async-trait = "0.1.57" bytes = "1.5.0" -csv = "1.1.6" chrono = "0.4.31" futures-util = "0.3.28" itertools = "0.12.0" diff --git a/lightfx/Cargo.toml b/lightfx/Cargo.toml index fd40506..750f92c 100644 --- a/lightfx/Cargo.toml +++ b/lightfx/Cargo.toml @@ -5,4 +5,3 @@ edition = "2021" [dependencies] serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" diff --git a/webapi/Cargo.toml b/webapi/Cargo.toml index bd79ed4..cafce30 100644 --- a/webapi/Cargo.toml +++ b/webapi/Cargo.toml @@ -13,7 +13,6 @@ actix-web-actors = "4.2.0" actix = "0.13.0" actix-cors = "0.6.4" actix-web = "4" -actix-files = "0.6.2" async-stream = "0.3.5" config = "0.14.1" futures-core = "0.3.28" diff --git a/webui/Cargo.toml b/webui/Cargo.toml index cbbdb8b..1a9738e 100644 --- a/webui/Cargo.toml +++ b/webui/Cargo.toml @@ -9,7 +9,6 @@ animation-api = { path = "../animation-api" } rustmas-visualizer = { path = "../visualizer", optional = true } rustmas-webapi-client = { path = "../webapi-client" } -gloo-net = "0.2" gloo-utils = "0.1" instant = { version = "0.1.12", features = ["wasm-bindgen"] } log = "0.4.18" @@ -30,7 +29,6 @@ web-sys = { version = "0.3.60", features = [ ] } yew = { version = "0.21", features = ["csr"] } url = "2.5.0" -itertools = "0.12.0" yew-router = "0.18.0" [features]