[package]
edition = "2024"
name = "scsynth-sys"
version = "0.1.0"
authors = ["mitchmindtree <mail@mitchellnordine.com>"]
build = "build.rs"
links = "scsynth"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to a statically-linked SuperCollider scsynth engine."
homepage = "https://github.com/mitchmindtree/scsynth-rs"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/mitchmindtree/scsynth-rs"
[lib]
name = "scsynth_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.71"
[build-dependencies.cc]
version = "1.2"
[build-dependencies.cmake]
version = "0.1.54"
[build-dependencies.pkg-config]
version = "0.3.31"
[target.'cfg(target_arch = "wasm32")'.dependencies.scsynth-wasm32-libc]
version = "0.3.0"
[target.'cfg(target_arch = "wasm32")'.dependencies.scsynth-wasm32-libcxx]
version = "0.1.0"