# 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 = "2021" name = "rusty_link" version = "0.4.4" authors = ["Andreas Mueller "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for Ableton Link through the official C Wrapper (abl_link)" readme = "README.md" keywords = [ "ableton", "link", ] categories = ["api-bindings"] license = "GPL-2.0-or-later" repository = "https://github.com/anzbert/rusty_link" [lib] name = "rusty_link" path = "src/lib.rs" [[example]] name = "link_hut" path = "examples/link_hut/main.rs" [[example]] name = "link_hut_silent" path = "examples/link_hut_silent/main.rs" [dependencies] [dev-dependencies.cpal] version = "~0.15.3" [dev-dependencies.crossterm] version = "^0.28.1" [build-dependencies.bindgen] version = "^0.70.1" [build-dependencies.cmake] version = "^0.1.51"