summaryrefslogtreecommitdiffstats
path: root/third_party/rust/audioipc-client/Cargo.toml
blob: 481e257c304072bd167d2aa79aa54ce6a38985f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "audioipc-client"
version = "0.4.0"
authors = [
        "Matthew Gregan <kinetik@flim.org>",
        "Dan Glastonbury <dan.glastonbury@gmail.com>"
        ]
license = "ISC"
description = "Cubeb Backend for talking to remote cubeb server."
edition = "2018"

[dependencies]
audioipc = { path="../audioipc" }
cubeb-backend = "0.10"
futures = { version="0.1.18", default-features=false, features=["use_std"] }
futures-cpupool = { version="0.1.8", default-features=false }
log = "0.4"
tokio = { version="0.1", default-features=false, features = ["rt-full"] }

[dependencies.audio_thread_priority]
version = "0.26.1"
default-features = false
features = ["winapi"]