acorde 1.1.1

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 = "1.1.1"
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",
]
mei = ["acorde-io/mei"]
midi = ["acorde-io/midi"]
mscz = ["acorde-io/mscz"]
musicxml = ["acorde-io/musicxml"]
soundfont = ["dep:acorde-soundfont"]
soundfont-sf3-vorbis = [
    "soundfont",
    "acorde-soundfont/sf3-vorbis",
]

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

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

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

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

[dependencies.acorde-soundfont]
version = "1.1.1"
optional = true