phosphor-core 0.3.19

Audio engine, mixer, and transport for the Phosphor DAW
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 = "2021"
name = "phosphor-core"
version = "0.3.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio engine, mixer, and transport for the Phosphor DAW"
readme = "README.md"
license = "MIT"
repository = "https://github.com/joshjetson/phosphor"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.cpal]
version = "0.15"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.phosphor-midi]
version = "0.3.19"

[dependencies.phosphor-plugin]
version = "0.3.19"

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert_no_alloc]
version = "1.1"

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

[dev-dependencies.phosphor-dsp]
version = "0.3.19"

[dev-dependencies.proptest]
version = "1"