beat-this 1.0.0

Rust port of Beat This! — AI-powered beat and downbeat tracking
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"
rust-version = "1.89"
name = "beat-this"
version = "1.0.0"
build = false
exclude = [
    "docs/",
    "scripts/",
    "test_files/",
    "tests/",
    "models/",
    ".github/",
    ".DS_Store",
    "Dockerfile",
    ".dockerignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of Beat This! — AI-powered beat and downbeat tracking"
homepage = "https://github.com/danigb/beat-this-rs"
documentation = "https://docs.rs/beat-this"
readme = "README.md"
keywords = [
    "beat-tracking",
    "music",
    "audio",
    "mir",
    "onnx",
]
categories = [
    "multimedia::audio",
    "science",
]
license = "MIT"
repository = "https://github.com/danigb/beat-this-rs"

[features]
default = []
ort = [
    "dep:ort",
    "dep:ndarray",
]

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

[[bin]]
name = "beat-this"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.glob]
version = "0.3"

[dependencies.hound]
version = "3.5"

[dependencies.ndarray]
version = "0.17"
optional = true

[dependencies.ort]
version = "=2.0.0-rc.12"
features = [
    "ndarray",
    "load-dynamic",
    "coreml",
]
optional = true

[dependencies.rten]
version = "0.24"
features = ["fft"]

[dependencies.rten-tensor]
version = "0.24"

[dependencies.rubato]
version = "3.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.symphonia]
version = "0.6"
features = ["all"]

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

[profile.dev.package."*"]
opt-level = 3

[profile.release]
lto = true
strip = true