summaryrefslogtreecommitdiffstats
path: root/third_party/rust/audioipc-server/Cargo.toml
blob: ed99b400c4ee9ea2b5e9425f72446de351dee30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "audioipc-server"
version = "0.2.3"
authors = [
        "Matthew Gregan <kinetik@flim.org>",
        "Dan Glastonbury <dan.glastonbury@gmail.com>"
        ]
license = "ISC"
description = "Remote cubeb server"
edition = "2018"

[dependencies]
audioipc = { path = "../audioipc" }
cubeb-core = "0.10.0"
futures = "0.1.29"
once_cell = "1.2.0"
log = "0.4"
slab = "0.4"
tokio = { version="0.1", default-features=false, features = ["rt-full"] }

[dependencies.error-chain]
version = "0.12.0"
default-features = false

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