Skip to content

Commit eef9891

Browse files
committed
➖ Remove a bunch of now-unused dependencies
1 parent 6de70f3 commit eef9891

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

Cargo.lock

Lines changed: 0 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = [
4848
], optional = true }
4949
anyhow = "1.0.100"
5050
chrono = "0.4.42"
51-
docopt = "1.1.1"
5251
indicatif = "0.18.2"
5352
itertools = "0.14.0"
5453
midly = "0.5.3"
@@ -82,20 +81,18 @@ measure_time = "0.9.0"
8281
env_logger = { version = "0.11.8", optional = true }
8382
log = "0.4.28"
8483
rayon = "1.11.0"
85-
futures-util = "0.3.31"
8684
ws = { version = "0.9.2", optional = true }
8785
toml = "0.9.8"
88-
indexmap = "2.12.0"
8986
serde = { version = "1.0.228", features = ["derive"] }
9087
url = "2.5.7"
9188
tungstenite = { version = "0.28.0", optional = true }
9289
axum = { version = "0.8.6", optional = true, features = ["json"] }
93-
quick-xml = "0.38.3"
9490
vgv = { git = "https://github.com/gwennlbh/vgvf", version = "0.1.0", optional = true }
9591
serde-aux = "4.7.0"
9692
notify-rust = { version = "4.11.7", optional = true }
9793
tokio = { version = "1.48.0", optional = true }
9894
easing-function = { version = "0.1.1", optional = true }
95+
quick-xml = "0.38.3"
9996

10097

10198
[dev-dependencies]

0 commit comments

Comments
 (0)