wavecraft-dev-server 0.9.0

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.9.0"
authors = ["Wavecraft Team"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development server for Wavecraft plugin UI testing"
homepage = "https://github.com/RonHouben/wavecraft"
documentation = "https://github.com/RonHouben/wavecraft/blob/main/README.md"
readme = "README.md"
license = "MIT"
repository = "https://github.com/RonHouben/wavecraft"
resolver = "2"

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

[[bin]]
name = "wavecraft-dev-server"
path = "src/main.rs"

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

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

[dependencies.atomic_float]
version = "1.1"

[dependencies.clap]
version = "4"
features = ["derive"]

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

[dependencies.include_dir]
version = "0.7"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1.0"

[dependencies.tao]
version = "0.30"

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

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

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

[dependencies.wry]
version = "0.47"