rusty_link 0.4.9

Rust bindings for Ableton Link through the official C Wrapper (abl_link)
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 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 = "2024"
name = "rusty_link"
version = "0.4.9"
authors = ["Andreas Mueller <anzbert@gmail.com>"]
build = "build.rs"
autolib = false
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.17.3"

[dev-dependencies.crossterm]
version = "^0.29.0"

[build-dependencies.bindgen]
version = "^0.72.1"

[build-dependencies.cmake]
version = "^0.1.58"