# 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.4.2" authors = ["Cyanism "] build = 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" [lib] name = "soundtouch" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.libc] version = "0.2" default-features = false [dependencies.soundtouch-ffi] version = "0.2.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.hound] version = "3.5" [features] alloc = [] default = ["alloc"]