Cargo.toml (592B)
1 [package] 2 name = "virittaa" 3 version = "1.4.1" 4 edition = "2024" 5 6 [dependencies] 7 bliss-audio = { version = "0.11.2", features = ["bench"] } 8 bliss-audio-aubio-rs = { version = "0.2.4", features = ["bindgen"] } 9 ndarray = "0.17.2" 10 anyhow = "1.0.45" 11 clap = { version = "4.5.35", features = ["cargo"] } 12 walkdir = "2.5" 13 lofty = "0.24.0" 14 rayon = "1.10" 15 serde = { version = "1.0", features = ["derive"] } 16 postcard = { version = "1", features = ["alloc"] } 17 sled = { git = "https://github.com/spacejam/sled", rev = "e449d171" } 18 dirs = "6" 19 regex = "1" 20 rusqlite = "0.40" 21 22 [dev-dependencies] 23 tempfile = "3"