[package] name = "audioipc2-client" version = "0.5.0" authors = [ "Matthew Gregan ", "Dan Glastonbury " ] license = "ISC" description = "Cubeb Backend for talking to remote cubeb server." edition = "2018" [dependencies] audioipc = { package = "audioipc2", path="../audioipc" } cubeb-backend = "0.10" log = "0.4" [dependencies.audio_thread_priority] version = "0.26.1" default-features = false features = ["winapi"]