[package]
edition = "2021"
name = "soundtouch"
version = "0.5.2"
authors = ["Cyanism <github@cyan.slmail.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility wrapper around the SoundTouch C++ audio library"
readme = "README.md"
keywords = [
"soundtouch",
"audio",
"music",
"audio-processing",
"audio-library",
]
categories = [
"external-ffi-bindings",
"multimedia::audio",
]
license = "LGPL-2.1"
repository = "https://github.com/Cyanistic/soundtouch"
[features]
alloc = []
bundled = ["soundtouch-ffi/bundled"]
default = ["alloc"]
dynamic = ["soundtouch-ffi/dynamic"]
[lib]
name = "soundtouch"
path = "src/lib.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.soundtouch-ffi]
version = "0.4.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.hound]
version = "3.5"