Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / third_party / rust / audioipc2-server / Cargo.toml
blobdbe87893a6261818db59b63ca84a4841b46a71ac
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "audioipc2-server"
15 version = "0.5.0"
16 authors = [
17     "Matthew Gregan <kinetik@flim.org>",
18     "Dan Glastonbury <dan.glastonbury@gmail.com>",
20 description = "Remote cubeb server"
21 license = "ISC"
23 [dependencies]
24 cubeb-core = "0.10.0"
25 log = "0.4"
26 once_cell = "1.2.0"
27 slab = "0.4"
29 [dependencies.audio_thread_priority]
30 version = "0.26.1"
31 features = ["winapi"]
32 default-features = false
34 [dependencies.audioipc]
35 path = "../audioipc"
36 package = "audioipc2"
38 [dependencies.error-chain]
39 version = "0.12.0"
40 default-features = false