[package]
edition = "2024"
name = "sim-lib-music-notation"
version = "0.2.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded LilyPond and MusicXML notation profiles for canonical SIM scores."
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.roxmltree]
version = "0.21"
[dependencies.sim-cookbook]
version = "0.2.0"
[dependencies.sim-kernel]
version = "0.2.0"
[dependencies.sim-lib-core]
version = "0.1.0"
[dependencies.sim-lib-music-core]
version = "0.2.0"
[dependencies.sim-lib-music-shapes]
version = "0.2.0"
[dependencies.sim-lib-pitch-core]
version = "0.2.0"
[dependencies.sim-shape]
version = "0.2.0"
[dependencies.thiserror]
version = "1"
[dev-dependencies.sim-lib-music-serial]
version = "0.1.0"
[dev-dependencies.sim-lib-pitch-serial]
version = "0.1.0"
[build-dependencies.sim-cookbook]
version = "0.2.0"