cubeb-core/Cargo.toml (21 lines of code) (raw):

[package] name = "cubeb-core" version = "0.27.0" authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"] license = "ISC" keywords = ["cubeb"] repository = "https://github.com/mozilla/cubeb-rs" homepage = "https://github.com/mozilla/cubeb-rs" description = """ Common types and definitions for cubeb rust and C bindings. Not intended for direct use. """ categories = ["api-bindings"] [badges] circle-ci = { repository = "mozilla/cubeb-rs" } [features] gecko-in-tree = ["cubeb-sys/gecko-in-tree"] [dependencies] bitflags = "1.2.0" cubeb-sys = { path = "../cubeb-sys", version = "0.27" } [build-dependencies] cc = "1.1.30"