cubeb 0.35.1

Bindings to libcubeb for interacting with system audio from rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "cc"
version = "1.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "cmake"
version = "0.1.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
dependencies = [
 "cc",
]

[[package]]
name = "cubeb"
version = "0.35.1"
dependencies = [
 "cubeb-core",
]

[[package]]
name = "cubeb-core"
version = "0.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92ea63093277889e85087ed2b69d59a3872f179f0bc2e11edd81c7e7dad87584"
dependencies = [
 "bitflags",
 "cc",
 "cubeb-sys",
]

[[package]]
name = "cubeb-sys"
version = "0.35.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03926b07a4dbbfbca8557bcea6454deae69d2970be86baf7c459beed28d936c8"
dependencies = [
 "cmake",
 "pkg-config",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"

[[package]]
name = "pkg-config"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"

[[package]]
name = "shlex"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"