soundtouch 0.5.3

A utility wrapper around the SoundTouch C++ audio library
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"
name = "soundtouch"
version = "0.5.3"
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.1"

[dev-dependencies.anyhow]
version = "1.0"

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