2014-12-11 13:22:55 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "cpal"
|
2016-04-25 11:33:12 +00:00
|
|
|
version = "0.2.11"
|
2014-12-11 13:22:55 +00:00
|
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
|
|
description = "Cross-platform audio playing library in pure Rust."
|
2014-12-16 18:02:53 +00:00
|
|
|
repository = "https://github.com/tomaka/cpal"
|
2014-12-17 09:03:20 +00:00
|
|
|
documentation = "http://tomaka.github.io/cpal/"
|
2014-12-16 18:02:53 +00:00
|
|
|
license = "Apache-2.0"
|
2014-12-11 16:59:05 +00:00
|
|
|
keywords = ["audio", "sound"]
|
2014-12-11 13:22:55 +00:00
|
|
|
|
2015-02-12 12:56:30 +00:00
|
|
|
[dependencies]
|
2015-11-10 06:39:24 +00:00
|
|
|
libc = "0.2"
|
2015-09-01 09:23:41 +00:00
|
|
|
lazy_static = "0.1"
|
2015-11-09 22:52:43 +00:00
|
|
|
winapi = "0.2.5"
|
2015-07-04 12:13:15 +00:00
|
|
|
ole32-sys = "0.1"
|
|
|
|
|
2016-02-14 20:20:09 +00:00
|
|
|
[target.arm-unknown-linux-gnueabihf.dependencies.alsa-sys]
|
|
|
|
version = "0"
|
|
|
|
path = "alsa-sys"
|
|
|
|
|
2016-01-14 21:22:56 +00:00
|
|
|
[target.mipsel-unknown-linux-gnu.dependencies.alsa-sys]
|
|
|
|
version = "0"
|
|
|
|
path = "alsa-sys"
|
|
|
|
|
2014-12-16 15:07:45 +00:00
|
|
|
[target.i686-unknown-linux-gnu.dependencies.alsa-sys]
|
2015-01-10 20:10:46 +00:00
|
|
|
version = "0"
|
2014-12-16 15:07:45 +00:00
|
|
|
path = "alsa-sys"
|
|
|
|
|
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies.alsa-sys]
|
2015-01-10 20:10:46 +00:00
|
|
|
version = "0"
|
2014-12-16 15:07:45 +00:00
|
|
|
path = "alsa-sys"
|
|
|
|
|
2015-02-28 18:50:29 +00:00
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
2016-01-12 16:16:15 +00:00
|
|
|
coreaudio-rs = "~0.4.0"
|
2015-02-13 03:43:50 +00:00
|
|
|
|
2014-12-16 18:02:53 +00:00
|
|
|
[dev-dependencies]
|
2015-01-05 09:52:59 +00:00
|
|
|
vorbis = "0"
|