acorde-layout 1.0.9

Logical, pixel-free score layout engine for acorde-core
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-layout"
version = "1.0.9"
authors = ["kent-tokyo <kent-tokyo@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Logical, pixel-free score layout engine for acorde-core"
homepage = "https://github.com/kent-tokyo/acorde"
documentation = "https://docs.rs/acorde-layout"
readme = "README.md"
keywords = [
    "music",
    "notation",
    "layout",
    "sheet-music",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/acorde"
resolver = "2"

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

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

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

[dependencies.thiserror]
version = "2"