# 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" rust-version = "1.79.0" name = "multichannel_audio" version = "0.2.1" authors = ["Dani "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Play and record multichannel audio in Rust" readme = "README.md" keywords = [ "audio", "sound", ] categories = [ "hardware-support", "multimedia::audio", ] license = "MIT" repository = "https://github.com/danijourdain/multichannel_audio" [lib] name = "multichannel_audio" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.cpal] version = "0.15.3" features = ["asio"] [dependencies.hound] version = "3.5.1" [dependencies.lazy_static] version = "1.4.0"