jack-sys 0.5.1

Low-level binding to the JACK audio API.
Documentation
[package]
authors = ["Patrick Reisert"]
description = "Low-level binding to the JACK audio API."
edition = "2018"
license = "MIT OR Apache-2.0"
links = "jack"
name = "jack-sys"
repository = "https://github.com/RustAudio/rust-jack/tree/main/jack-sys"
version = "0.5.1"

[dependencies]
lazy_static = "1.4"
libc = "0.2"
libloading = "0.7"
log = "0.4"

[build-dependencies]
bitflags = "1"
pkg-config = "0.3"

[features]
default_features = ["dynamic_loading"]
dynamic_loading = []