wavecraft 0.7.2

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.7.2"
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.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.walkdir]
version = "2.4"

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