# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "jack" version = "0.13.0" authors = ["Will S. Medrano "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Real time audio and midi with JACK." documentation = "https://docs.rs/jack" readme = "README.md" keywords = [ "jack", "realtime", "audio", "midi", "music", ] license = "MIT" repository = "https://github.com/RustAudio/rust-jack" [lib] name = "jack" path = "src/lib.rs" [[example]] name = "internal_client" path = "examples/internal_client.rs" [[example]] name = "playback_capture" path = "examples/playback_capture.rs" [[example]] name = "set_transport" path = "examples/set_transport.rs" [[example]] name = "show_midi" path = "examples/show_midi.rs" [[example]] name = "show_transport" path = "examples/show_transport.rs" [[example]] name = "sine" path = "examples/sine.rs" [dependencies.bitflags] version = "2" [dependencies.jack-sys] version = "0.5" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.ctor] version = "0.2" [features] default = [ "dynamic_loading", "log", ] dynamic_loading = ["jack-sys/dynamic_loading"]