wavecraft 0.8.3

CLI tool for creating Wavecraft audio plugins
# 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 = "wavecraft"
version = "0.8.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for creating Wavecraft audio plugins"
readme = false
keywords = [
    "audio",
    "vst",
    "clap",
    "plugin",
    "dsp",
]
categories = [
    "development-tools",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/RonHouben/wavecraft"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "color",
]

[dependencies.console]
version = "0.15"

[dependencies.ctrlc]
version = "3"

[dependencies.heck]
version = "0.5"

[dependencies.include_dir]
version = "0.7"

[dependencies.indicatif]
version = "0.17"

[dependencies.regex]
version = "1.10"

[dependencies.syn]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.4"

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

[dependencies.wavecraft-dev-server]
version = "0.7.3"

[dependencies.wavecraft-metering]
version = "0.7.3"

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

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

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