tono-core 1.9.0

The pure, headless audio engine behind tono: synthesis-graph DSL, DSP, deterministic renderer, instruments, songs, and analysis — no I/O, no transport.
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"
rust-version = "1.88"
name = "tono-core"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The pure, headless audio engine behind tono: synthesis-graph DSL, DSP, deterministic renderer, instruments, songs, and analysis — no I/O, no transport."
readme = "README.md"
keywords = [
    "audio",
    "synthesis",
    "dsp",
    "chiptune",
    "gamedev",
]
categories = [
    "multimedia::audio",
    "game-development",
]
license = "MIT"
repository = "https://github.com/marmikshah/tono"

[features]
analysis = [
    "dep:rustfft",
    "dep:image",
]
default = [
    "analysis",
    "sampler",
]
sampler = ["dep:rustysynth"]

[lib]
name = "tono_core"
path = "src/lib.rs"

[[example]]
name = "play_instrument"
path = "examples/play_instrument.rs"

[[example]]
name = "runtime_mixer"
path = "examples/runtime_mixer.rs"

[[test]]
name = "golden"
path = "tests/golden.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.image]
version = "0.25.10"
features = ["png"]
optional = true
default-features = false

[dependencies.rustfft]
version = "6.4.1"
optional = true

[dependencies.rustysynth]
version = "1.3.6"
optional = true

[dependencies.schemars]
version = "1.2.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tracing]
version = "0.1.44"