[package] name = "rusty_link" version = "0.4.4" authors = ["Andreas Mueller "] edition = "2021" description = "Rust bindings for Ableton Link through the official C Wrapper (abl_link)" repository = "https://github.com/anzbert/rusty_link" readme = "README.md" license = "GPL-2.0-or-later" keywords = ["ableton", "link"] categories = ["api-bindings"] [dependencies] # The Ableton Link C++ source code is included as a git submodule in the /link folder [dev-dependencies] # These dev-dependencies are only used by the /examples. crossterm = "^0.28.1" cpal = "~0.15.3" # cpal = { version = "~0.15.3", features = ["asio"] } # cpal = { version = "~0.15.3", features = ["jack"] } [build-dependencies] cmake = "^0.1.51" bindgen = "^0.70.1"