cathar 0.3.0

Audio toolkit in pure Rust — denoise, de-hum, de-click, de-clip, de-reverb, normalise, and more.
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"
rust-version = "1.85"
name = "cathar"
version = "0.3.0"
authors = ["Vikram Bhaskaran <vikram.bhaskaran@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio toolkit in pure Rust — denoise, de-hum, de-click, de-clip, de-reverb, normalise, and more."
readme = "README.md"
keywords = [
    "audio",
    "dsp",
    "denoise",
    "restoration",
    "wav",
]
categories = [
    "multimedia::audio",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vbasky/cathar"

[features]
default = []
ml = [
    "dep:candle-core",
    "dep:candle-nn",
]

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

[dependencies.candle-core]
version = "0.10"
optional = true

[dependencies.candle-nn]
version = "0.10"
optional = true

[dependencies.hound]
version = "3"

[dependencies.realfft]
version = "3"

[dependencies.rustfft]
version = "6"

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

[dependencies.thiserror]
version = "2"

[lints.clippy]

[lints.rust]
unreachable_pub = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"