mimium-cli 3.2.0

mimium(minimal-musical-medium) an infrastructural programming language for sound and music. mimium-cli is a simple frontend interface for using mimium
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 = "mimium-cli"
version = "3.2.0"
authors = ["Tomoya Matsuura <me@matsuuratomoya.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mimium(minimal-musical-medium) an infrastructural programming language for sound and music. mimium-cli is a simple frontend interface for using mimium"
readme = false
license = "MPL-2.0"
repository = "https://github.com/mimium-org/mimium-rs/"
resolver = "2"

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

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

[dependencies.colog]
version = "1.3.0"

[dependencies.mimium-audiodriver]
version = "3.2.0"

[dependencies.mimium-guitools]
version = "3.2.0"

[dependencies.mimium-lang]
version = "3.2.0"

[dependencies.mimium-midi]
version = "3.2.0"

[dependencies.mimium-scheduler]
version = "3.2.0"

[dependencies.mimium-symphonia]
version = "3.2.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.ringbuf]
version = "0.4.7"