[package]
edition = "2024"
name = "sim-lib-music-notation"
version = "0.1.2"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LilyPond subset import and export helpers for SIM score and melody objects."
homepage = "https://github.com/sim-nest/sim-music"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-music"
[lib]
name = "sim_lib_music_notation"
path = "src/lib.rs"
[dependencies.num-rational]
version = "0.4"
[dependencies.sim-cookbook]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-core]
version = "0.1.0"
[dependencies.sim-lib-music-core]
version = "0.1.3"
[dependencies.sim-lib-pitch-core]
version = "0.1.2"
[dependencies.thiserror]
version = "1"
[build-dependencies.sim-cookbook]
version = "0.1.0"