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-05-15 11:16:12 +03:00
|
|
|
cubeb-backend = "0.13"
|
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
|
|
|
mach = "0.3"
|
2024-10-22 18:15:33 +03:00
|
|
|
num = "0.4.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 = []
|
2024-11-20 02:03:30 +03:00
|
|
|
vpio-forcelist = []
|
2024-11-20 01:39:28 +03:00
|
|
|
gecko-in-tree = ["cubeb-backend/gecko-in-tree"]
|
2024-09-26 18:24:22 +03:00
|
|
|
|
|
|
|
# Workaround for https://github.com/rust-lang/cargo/issues/6745 to allow this
|
|
|
|
# Cargo.toml file to appear under a subdirectory of a workspace without being in
|
|
|
|
# that workspace (e.g. in cubeb-rs).
|
|
|
|
[workspace]
|