stem-splitter-core 1.2.0

Core library for AI-powered audio stem separation
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 = "2021"
name = "stem-splitter-core"
version = "1.2.0"
authors = ["Gentrit Jashari gentijashari5@gmail.com"]
build = false
include = [
    "src/**",
    "models/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for AI-powered audio stem separation"
homepage = "https://github.com/gentij/stem-splitter-core"
documentation = "https://github.com/gentij/stem-splitter-core"
readme = "README.md"
keywords = [
    "audio",
    "stem",
    "separation",
    "ai",
    "music",
]
categories = [
    "multimedia::audio",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gentij/stem-splitter-core"

[features]
coreml = ["ort/coreml"]
cuda = ["ort/cuda"]
default = [
    "cuda",
    "coreml",
    "directml",
    "onednn",
    "xnnpack",
]
directml = ["ort/directml"]
engine-mock = []
onednn = ["ort/onednn"]
xnnpack = ["ort/xnnpack"]

[lib]
name = "stem_splitter_core"
path = "src/lib.rs"

[[bin]]
name = "stem-splitter"
path = "src/bin/stem-splitter.rs"

[dependencies.anyhow]
version = "1"

[dependencies.approx]
version = "0.5.1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.directories]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.hound]
version = "3"

[dependencies.ndarray]
version = "0.15"

[dependencies.num-complex]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.ort]
version = "=2.0.0-rc.11"
features = ["download-binaries"]

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.rubato]
version = "0.12"

[dependencies.rustfft]
version = "6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.symphonia]
version = "0.5"
features = [
    "mp3",
    "wav",
]

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "1"

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.tempfile]
version = "3.8"