acorde 0.6.0

Platform-agnostic music score library — umbrella crate re-exporting acorde-core, acorde-io, acorde-layout
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"
rust-version = "1.87"
name = "acorde"
version = "0.6.0"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic music score library — umbrella crate re-exporting acorde-core, acorde-io, acorde-layout"
homepage = "https://github.com/kent-tokyo/acorde"
documentation = "https://docs.rs/acorde"
readme = "README.md"
keywords = [
    "music",
    "musicxml",
    "midi",
    "notation",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/acorde"
resolver = "2"

[features]
abc = ["acorde-io/abc"]
default = [
    "musicxml",
    "midi",
]
midi = ["acorde-io/midi"]
mscz = ["acorde-io/mscz"]
musicxml = ["acorde-io/musicxml"]

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

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

[dependencies.acorde-io]
version = "0.6.0"
default-features = false

[dependencies.acorde-layout]
version = "0.6.0"