mecomp-analysis 0.7.1

A library for creating feature vectors from audio files.
Documentation
# 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 = "2024"
name = "mecomp-analysis"
version = "0.7.1"
authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"]
build = false
exclude = ["data/"]
autolib = 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",
    "analysis",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/AnthonyMichaelTDM/mecomp"
resolver = "2"

[features]
cuda = [
    "ort/cuda",
    "ort/copy-dylibs",
]
default = []
tensorrt = [
    "ort/tensorrt",
    "ort/copy-dylibs",
]

[lib]
name = "mecomp_analysis"
path = "src/lib.rs"
bench = false

[[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 = "decoder_steps"
path = "benches/decoder_steps.rs"
harness = false

[[bench]]
name = "descriptors"
path = "benches/descriptors.rs"
harness = false

[[bench]]
name = "embeddings"
path = "benches/embeddings.rs"
harness = false

[[bench]]
name = "utils"
path = "benches/utils.rs"
harness = false

[dependencies.bitvec]
version = "1"

[dependencies.bliss-audio-aubio-rs]
version = "0.2.4"
features = ["static"]

[dependencies.likely_stable]
version = "0.1.3"

[dependencies.linfa]
version = "0.8.1"

[dependencies.linfa-clustering]
version = "0.8.1"

[dependencies.linfa-nn]
version = "0.8.1"

[dependencies.linfa-reduction]
version = "0.8.1"

[dependencies.linfa-tsne]
version = "0.8.1"

[dependencies.log]
version = "0.4.29"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.ndarray-rand]
version = "0.15.0"

[dependencies.ndarray-stats]
version = "0.6.0"

[dependencies.noisy_float]
version = "0.2.0"

[dependencies.object-pool]
version = "0.6.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rubato]
version = "0.16.2"

[dependencies.rustfft]
version = "6.4.1"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.symphonia]
version = "0.5.5"
features = [
    "all-codecs",
    "all-formats",
    "opt-simd",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.adler32]
version = "1.2.0"
default-features = false

[dev-dependencies.criterion]
version = "0.8.1"
features = [
    "async_tokio",
    "html_reports",
]

[dev-dependencies.ndarray-npy]
version = "0.9.1"
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"

[target.'cfg(not(any(target_os = "macos", target_os = "windows")))'.dependencies.ort]
version = "=2.0.0-rc.11"
features = [
    "std",
    "download-binaries",
    "tls-rustls",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.bliss-audio-aubio-rs]
version = "0.2.4"
features = [
    "static",
    "bindgen",
]

[target.'cfg(target_os = "macos")'.dependencies.ort]
version = "=2.0.0-rc.11"
features = [
    "std",
    "download-binaries",
    "coreml",
    "tls-rustls",
]
default-features = false

[target.'cfg(target_os = "windows")'.dependencies.ort]
version = "=2.0.0-rc.11"
features = [
    "copy-dylibs",
    "directml",
    "download-binaries",
    "std",
    "tls-rustls",
]
default-features = false