[package]
edition = "2024"
name = "scsynth"
version = "0.1.0"
authors = ["mitchmindtree <mail@mitchellnordine.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe Rust wrapper for an embedded, in-process SuperCollider scsynth engine."
homepage = "https://github.com/mitchmindtree/scsynth-rs"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/mitchmindtree/scsynth-rs"
[lib]
name = "scsynth"
path = "src/lib.rs"
[[test]]
name = "buffer"
path = "tests/buffer.rs"
[[test]]
name = "log"
path = "tests/log.rs"
[[test]]
name = "nrt_render"
path = "tests/nrt_render.rs"
[[test]]
name = "realtime_pump"
path = "tests/realtime_pump.rs"
[[test]]
name = "replies"
path = "tests/replies.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.scsynth-sys]
version = "0.1.0"
[dependencies.thiserror]
version = "2"
[dev-dependencies.hound]
version = "3.5"
[dev-dependencies.rosc]
version = "0.11"