jack 0.5.4

Real time audio and midi using safe JACK bindings.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"