simple_src 0.4.0

A simple sample rate conversion lib for audio.
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 = "simple_src"
version = "0.4.0"
authors = ["Peaboss <pea-boss@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple sample rate conversion lib for audio."
readme = "README.md"
keywords = [
    "audio",
    "dsp",
    "sample-rate",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/DrPeaboss/simple_src"

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

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

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

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

[[test]]
name = "linear"
path = "tests/linear.rs"

[[test]]
name = "perf"
path = "tests/perf.rs"

[[test]]
name = "quality"
path = "tests/quality.rs"

[[test]]
name = "sinc"
path = "tests/sinc.rs"

[[test]]
name = "testwav"
path = "tests/testwav.rs"

[[bench]]
name = "bench1"
path = "benches/bench1.rs"
harness = false

[dependencies.num-rational]
version = "0.4"
default-features = false

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.hound]
version = "3.5"