[package] name = "cubeb-backend" version = "0.30.1" authors = ["Dan Glastonbury "] license = "ISC" keywords = ["cubeb"] repository = "https://github.com/mozilla/cubeb-rs" homepage = "https://github.com/mozilla/cubeb-rs" description = """ Bindings to libcubeb internals to facilitate implementing cubeb backends in rust. """ categories = ["api-bindings"] [badges] circle-ci = { repository = "mozilla/cubeb-rs" } [features] gecko-in-tree = ["cubeb-core/gecko-in-tree"] [dependencies] cubeb-core = { path = "../cubeb-core", version = "0.30.1" } [dev-dependencies] regex = "1.11"