acorde-cli 1.0.0

Command-line score format converter built on acorde
# 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"
rust-version = "1.87"
name = "acorde-cli"
version = "1.0.0"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line score format converter built on acorde"
homepage = "https://github.com/kent-tokyo/acorde"
readme = "README.md"
keywords = [
    "music",
    "musicxml",
    "midi",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/acorde"
resolver = "2"

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

[dependencies.acorde-analysis]
version = "1.0.0"

[dependencies.acorde-core]
version = "1.0.0"

[dependencies.acorde-io]
version = "1.0.0"
features = [
    "abc",
    "mei",
    "mscz",
]

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"