sim-lib-music-serial 0.1.1

Immutable serial plans with stable row and event identity, explicit provenance, and validated partial temporal order.
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"
name = "sim-lib-music-serial"
version = "0.1.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Immutable serial plans with stable row and event identity, explicit provenance, and validated partial temporal order."
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_serial"
path = "src/lib.rs"

[[test]]
name = "arrays_time_points_recipe"
path = "tests/arrays_time_points_recipe.rs"

[[test]]
name = "counter_voices_recipe"
path = "tests/counter_voices_recipe.rs"

[[test]]
name = "derived_invariant_practice_recipe"
path = "tests/derived_invariant_practice_recipe.rs"

[[test]]
name = "integral_parameters_recipe"
path = "tests/integral_parameters_recipe.rs"

[[test]]
name = "modal_spine_recipe"
path = "tests/modal_spine_recipe.rs"

[[test]]
name = "referential_subsets_recipe"
path = "tests/referential_subsets_recipe.rs"

[[test]]
name = "serial_completion_recipe"
path = "tests/serial_completion_recipe.rs"

[[test]]
name = "simultaneous_forms_recipe"
path = "tests/simultaneous_forms_recipe.rs"

[[test]]
name = "strict_row_realization_recipe"
path = "tests/strict_row_realization_recipe.rs"

[dependencies.sim-cookbook]
version = "0.2.0"

[dependencies.sim-lib-discrete-search]
version = "0.1.1"

[dependencies.sim-lib-music-core]
version = "0.2.0"

[dependencies.sim-lib-music-lower]
version = "0.1.2"

[dependencies.sim-lib-pitch-chord]
version = "0.2.0"

[dependencies.sim-lib-pitch-core]
version = "0.2.0"

[dependencies.sim-lib-pitch-dissonance]
version = "0.1.2"

[dependencies.sim-lib-pitch-namer-roman]
version = "0.2.0"

[dependencies.sim-lib-pitch-ratio]
version = "0.1.0"

[dependencies.sim-lib-pitch-scale]
version = "0.2.0"

[dependencies.sim-lib-pitch-serial]
version = "0.1.0"

[dependencies.sim-lib-pitch-set]
version = "0.2.0"

[dependencies.sim-lib-serial-core]
version = "0.1.0"

[dependencies.sim-lib-sound-tuning]
version = "0.2.0"

[dependencies.thiserror]
version = "1"

[dev-dependencies.sim-codec]
version = "0.1.0"

[dev-dependencies.sim-codec-lisp]
version = "0.2.0"

[dev-dependencies.sim-kernel]
version = "0.2.0"

[dev-dependencies.sim-lib-pitch-namer]
version = "0.1.3"

[build-dependencies.sim-cookbook]
version = "0.2.0"

[lints.rust]
unsafe_code = "forbid"