scsynth-sys 0.1.0

Raw FFI bindings to a statically-linked SuperCollider scsynth engine.
# 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 = "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"