wavecraft-dev-server 0.12.7

Unified development server for Wavecraft plugin UI testing
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"
name = "wavecraft-dev-server"
version = "0.12.7"
authors = ["Wavecraft Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified development server for Wavecraft plugin UI testing"
readme = false
license = "MIT"
repository = "https://github.com/RonHouben/wavecraft"

[features]
audio = [
    "cpal",
    "rtrb",
]
default = ["audio"]

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.atomic_float]
version = "1.1"

[dependencies.chrono]
version = "0.4"

[dependencies.command-group]
version = "5.0"

[dependencies.console]
version = "0.15"

[dependencies.cpal]
version = "0.15"
optional = true

[dependencies.futures-util]
version = "0.3"

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-full]
version = "0.4"

[dependencies.rtrb]
version = "0.3"
optional = true

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "signal",
    "process",
    "io-util",
]

[dependencies.tokio-tungstenite]
version = "0.24"

[dependencies.tracing]
version = "0.1"

[dependencies.wavecraft-bridge]
version = "0.12.7"

[dependencies.wavecraft-protocol]
version = "0.12.7"

[dev-dependencies.tempfile]
version = "3.8"

[target."cfg(unix)".dependencies.nix]
version = "0.29"
features = ["signal"]