legato 0.0.13

Legato is a WIP audiograph and DSL for quickly developing audio applications
# 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 = "legato"
version = "0.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Legato is a WIP audiograph and DSL for quickly developing audio applications"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/legato-dsp/legato"

[features]
asio = [
    "cpal-backend",
    "cpal/asio",
]
cpal-backend = ["dep:cpal"]
default = ["cpal-backend"]
jack = [
    "cpal-backend",
    "cpal/jack",
]

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

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

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

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

[[bench]]
name = "nodes"
path = "benches/nodes.rs"
harness = false

[dependencies.approx]
version = "0.5.1"

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.ariadne]
version = "0.6.0"

[dependencies.assert_no_alloc]
version = "1.1.2"

[dependencies.atomic_float]
version = "1.1.0"

[dependencies.chumsky]
version = "0.12.0"

[dependencies.cpal]
version = "0.16.0"
features = []
optional = true

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.halfband]
version = "0.2.0"

[dependencies.hound]
version = "3.5.1"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.midir]
version = "0.10.3"

[dependencies.portable-atomic]
version = "1.11.1"
features = ["float"]

[dependencies.rand]
version = "0.9.2"

[dependencies.rtrb]
version = "0.3.3"

[dependencies.slotmap]
version = "1.0.7"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0