pile-audio refactor
Some checks are pending
CI / Clippy (push) Waiting to run
CI / Typos (push) Successful in 38s
CI / Build and test (push) Successful in 1m13s

This commit is contained in:
2026-02-21 19:15:22 -08:00
parent 5aab61bd1b
commit 5b520b819e
35 changed files with 1966 additions and 3366 deletions

View File

@@ -72,30 +72,30 @@ pile-dataset = { path = "crates/pile-dataset" }
tantivy = "0.25.0"
# Async & Parallelism
tokio = { version = "1.44.1", features = ["full"] }
tokio = { version = "1.49.0", features = ["full"] }
# CLI & logging
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
tracing-indicatif = "0.3.13"
anstyle = "1.0.10"
clap = { version = "4.5.37", features = ["derive"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
indicatif = { version = "0.18.4", features = ["improved_unicode"] }
tracing-indicatif = "0.3.14"
anstyle = "1.0.13"
clap = { version = "4.5.60", features = ["derive"] }
# Serialization & formats
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
base64 = "0.22.1"
toml = "0.9.8"
toml = "1.0.3"
jsonpath-rust = "1.0.4"
sha2 = "0.11.0-rc.3"
sha2 = "0.11.0-rc.5"
# Misc helpers
thiserror = "2.0.12"
anyhow = "1.0.97"
thiserror = "2.0.18"
anyhow = "1.0.102"
itertools = "0.14.0"
signal-hook = "0.3.18"
rand = "0.9.2"
signal-hook = "0.4.3"
rand = "0.10.0"
strum = { version = "0.27.2", features = ["derive"] }
walkdir = "2.5.0"
mime = "0.3.17"