# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mecomp-analysis" version = "0.1.1" authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for creating feature vectors from audio files." readme = "README.md" keywords = [ "music", "player", "audio", "mecomp", ] categories = ["multimedia"] license = "MIT" repository = "https://github.com/AnthonyMichaelTDM/mecomp" [lib] name = "mecomp_analysis" path = "src/lib.rs" [[bench]] name = "analysis" path = "benches/analysis.rs" harness = false [[bench]] name = "chroma" path = "benches/chroma.rs" harness = false [[bench]] name = "decoder" path = "benches/decoder.rs" harness = false [[bench]] name = "misc" path = "benches/misc.rs" harness = false [[bench]] name = "temporal" path = "benches/temporal.rs" harness = false [[bench]] name = "timbral" path = "benches/timbral.rs" harness = false [[bench]] name = "utils" path = "benches/utils.rs" harness = false [dependencies.bliss-audio-aubio-rs] version = "0.2.2" features = ["static"] [dependencies.linfa] version = "0.7.0" [dependencies.linfa-clustering] version = "0.7.0" [dependencies.linfa-nn] version = "0.7.0" [dependencies.linfa-tsne] version = "0.7.0" [dependencies.log] version = "0.4.21" features = ["serde"] [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.ndarray-rand] version = "0.14.0" [dependencies.ndarray-stats] version = "0.5.1" [dependencies.noisy_float] version = "0.2.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.10" [dependencies.rodio] version = "0.19.0" features = ["symphonia-all"] [dependencies.rubato] version = "0.16.0" [dependencies.rustfft] version = "6.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.statrs] version = "0.17.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.adler32] version = "1.2" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.ndarray-npy] version = "0.8" default-features = false [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rstest] version = "0.23.0" [features] default = [] [target.'cfg(target_os = "macos")'.dependencies.bliss-audio-aubio-rs] version = "0.2.2" features = [ "static", "bindgen", ]