# 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 = "rawdio" version = "0.13.0" description = "An Audio Engine, inspired by the Web Audio API" homepage = "https://github.com/joe-noel-dev/rawdio" readme = "README.md" keywords = ["audio"] categories = ["multimedia::audio"] license = "MIT" [lib] doctest = false [[bench]] name = "adsr_benches" harness = false [[bench]] name = "audio_buffer_benches" harness = false [[bench]] name = "biquad_benches" harness = false [[bench]] name = "envelope_benches" harness = false [[bench]] name = "gain_benches" harness = false [[bench]] name = "graph_benches" harness = false [[bench]] name = "oscillator_benches" harness = false [[bench]] name = "sampler_benches" harness = false [[bench]] name = "waveshaper_benches" harness = false [[bench]] name = "convolution_benches" harness = false [[bench]] name = "compressor_benches" harness = false [[bench]] name = "pan_benches" harness = false [dependencies.atomic_float] version = "0.1.0" [dependencies.crossbeam] version = "0.8.2" [dependencies.fixed] version = "1.11.0" [dependencies.itertools] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.rustfft] version = "6.1.0" features = [ "avx", "sse", "neon", ] [dev-dependencies.approx] version = "0.5.0" [dev-dependencies.criterion] version = "0.5"