resonant-analysis 0.4.0

High-level audio analysis: onset detection, beat tracking, pitch estimation, MFCCs
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.75"
name = "resonant-analysis"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level audio analysis: onset detection, beat tracking, pitch estimation, MFCCs"
readme = "README.md"
keywords = [
    "dsp",
    "audio",
    "analysis",
    "pitch",
    "beat",
]
categories = [
    "multimedia::audio",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/TheKoren/resonant"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = [
    "dep:serde",
    "resonant-fft/serde",
]

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

[dependencies.resonant-core]
version = "0.4.0"
features = ["alloc"]
default-features = false

[dependencies.resonant-fft]
version = "0.4.0"

[dependencies.resonant-filters]
version = "0.4.0"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"