# 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 = "2018" name = "speexdsp" version = "0.1.2" authors = ["Luca Barbato "] description = "Bindings for the speexdsp library" homepage = "https://github.com/rust-av/speexdsp-rs" readme = "README.md" keywords = [ "audio", "resampler", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/rust-av/speexdsp-rs" [[bench]] name = "resampling_c" harness = false [[bench]] name = "resampling_rust" harness = false [[bench]] name = "resampling_simple_rust" harness = false [[bench]] name = "resampling_simple_c" harness = false [[bench]] name = "resampling_simple_rust_dbl" harness = false [[bench]] name = "resampling_simple_c_dbl" harness = false [dependencies.speexdsp-resampler] version = "0.2" [dependencies.speexdsp-sys] version = "0.1.1" optional = true [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.interpolate_name] version = "0.2.2" [dev-dependencies.structopt] version = "0.3" [features] avx = ["speexdsp-resampler/avx"] dynnative = ["speexdsp-resampler/dynnative"] sse3 = ["speexdsp-resampler/sse3"] sys = ["speexdsp-sys"]