spafe 0.1.1

Rust port of the spafe audio feature extraction library and jenellefeather/chcochleagram
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 = "spafe"
version = "0.1.1"
authors = ["Yehor Smoliakov <egorsmkv@gmail.com>"]
build = false
exclude = [
    ".github/",
    ".gitignore",
    "examples/python/",
    "notebooks/",
    "py.typed",
    "pyproject.toml",
    "spafe.pyi",
    "uv.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of the spafe audio feature extraction library and jenellefeather/chcochleagram"
homepage = "https://github.com/RustedBytes/spafe"
documentation = "https://docs.rs/spafe"
readme = "README.md"
keywords = [
    "audio",
    "speech",
    "features",
    "mfcc",
    "cochleagram",
]
categories = [
    "multimedia::audio",
    "science",
]
license = "BSD-3-Clause"
repository = "https://github.com/RustedBytes/spafe"

[features]
default = []
portable-simd = []
python = ["dep:pyo3"]
python-extension = [
    "python",
    "pyo3/extension-module",
]

[lib]
name = "spafe"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "cochleagram"
path = "examples/cochleagram.rs"

[[example]]
name = "fbanks"
path = "examples/fbanks.rs"

[dependencies.ndarray]
version = "0.17"

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

[dependencies.pyo3]
version = "0.29"
optional = true

[dependencies.rustfft]
version = "6"

[dependencies.thiserror]
version = "2"