# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "bitflags" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c" [[package]] name = "byteorder" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855" [[package]] name = "coreaudio-rs" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f97dd1cb4381fc1d3a80f2c63ce965c4c936befe7051fd33289a2dc45914bda" dependencies = [ "bitflags", "coreaudio-sys", "libc", ] [[package]] name = "coreaudio-sys" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31231897622a4cd14cb211af6f26d6fcf0c78078fa60c586ce9db8f0b581cd44" dependencies = [ "libc", ] [[package]] name = "decibel" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d92558c3e4ecd14f763e5d9317331326a56e47a677eccdb7362a98296ad5ad" [[package]] name = "libc" version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "riff-wave" version = "0.1.3" dependencies = [ "byteorder", "coreaudio-rs", "decibel", ]