[package]
edition = "2024"
name = "sim-lib-view-daw"
version = "0.1.2"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DAW timeline, mixer, plugin rack, and synth lenses for SIM Web."
homepage = "https://github.com/sim-nest/sim-web"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-web"
[lib]
name = "sim_lib_view_daw"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.2.0"
[dependencies.sim-kernel]
version = "0.2.0"
[dependencies.sim-lib-daw-session]
version = "0.1.0"
[dependencies.sim-lib-intent]
version = "0.2.0"
[dependencies.sim-lib-music-synth]
version = "0.1.0"
[dependencies.sim-lib-scene]
version = "0.2.0"
[dependencies.sim-lib-stream-core]
version = "0.1.4"
[dependencies.sim-lib-topology]
version = "0.1.4"
[dependencies.sim-lib-web-bridge]
version = "0.1.3"
[dependencies.sim-value]
version = "0.2.0"
[dev-dependencies.sim-test-support]
version = "0.1.0"
[build-dependencies.sim-cookbook]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"