scsynth 0.1.0

A safe Rust wrapper for an embedded, in-process 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"
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"