# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "bitflags" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "cc" version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" [[package]] name = "cmake" version = "0.1.48" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a" dependencies = [ "cc", ] [[package]] name = "cubeb" version = "0.10.3" dependencies = [ "cubeb-core", ] [[package]] name = "cubeb-core" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6203cd567a2ae4382077cc2160738517462c93cf77f3910fa18b2a74549abc84" dependencies = [ "bitflags", "cubeb-sys", ] [[package]] name = "cubeb-sys" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d39f7f33260c72c5cbf5c59b294ae779f23569b6625bc5dea87ae254b2e949b6" dependencies = [ "cmake", "pkg-config", ] [[package]] name = "pkg-config" version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"