[package]
name = "jack"
version = "0.5.4"
authors = ["Will S. Medrano <will.s.medrano@gmail.com>"]
description = "Real time audio and midi using safe JACK bindings."
documentation = "https://RustAudio.github.io/rust-jack/jack/index.html"
readme = "README.md"
keywords = ["jack", "realtime", "audio", "midi"]
license = "MIT"
repository = "https://github.com/RustAudio/rust-jack"
[dependencies.jack-sys]
version = "0.1.5"
[dependencies.lazy_static]
version = "0.2.2"
[dependencies.libc]
version = "0.2"
[dependencies.bitflags]
version = "0.7.0"