2018-09-10 21:23:03 +03:00
|
|
|
[package]
|
|
|
|
name = "cubeb-coreaudio"
|
|
|
|
version = "0.1.0"
|
2019-10-22 01:38:42 +03:00
|
|
|
authors = ["Chun-Min Chang <chun.m.chang@gmail.com>", "Paul Adenot <paul@paul.cx>"]
|
2019-12-05 22:38:50 +03:00
|
|
|
license = "ISC"
|
2018-09-10 21:23:03 +03:00
|
|
|
|
2018-10-06 02:20:58 +03:00
|
|
|
[lib]
|
|
|
|
crate-type = ["staticlib", "rlib"]
|
|
|
|
|
2018-09-10 21:23:03 +03:00
|
|
|
[dependencies]
|
2018-12-06 01:10:30 +03:00
|
|
|
atomic = "0.4"
|
2023-07-26 02:16:06 +03:00
|
|
|
bitflags = "2"
|
2019-03-29 02:06:33 +03:00
|
|
|
coreaudio-sys-utils = { path = "coreaudio-sys-utils" }
|
2024-01-12 16:15:15 +03:00
|
|
|
cubeb-backend = "0.12.0"
|
2020-02-19 01:09:56 +03:00
|
|
|
float-cmp = "0.6"
|
2018-11-02 00:43:23 +03:00
|
|
|
libc = "0.2"
|
2019-08-01 20:57:48 +03:00
|
|
|
lazy_static = "1.2"
|
|
|
|
mach = "0.3"
|
2024-04-24 16:39:50 +03:00
|
|
|
audio-mixer = "0.2"
|
2021-09-30 16:03:33 +03:00
|
|
|
ringbuf = "0.2.6"
|
2020-07-22 19:17:34 +03:00
|
|
|
triple_buffer = "5.0.5"
|
2024-04-23 23:11:06 +03:00
|
|
|
whatsys = "0.3"
|
2023-11-20 14:19:59 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-04-16 19:14:14 +03:00
|
|
|
itertools = "0.11"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
audio-dump = []
|