sim-lib-pitch-serial 0.1.1

Strict twelve-tone rows, total row operations, and explicit label conventions for SIM.
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-pitch-serial"
version = "0.1.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strict twelve-tone rows, total row operations, and explicit label conventions for SIM."
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_pitch_serial"
path = "src/lib.rs"

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

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

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

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

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

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

[dependencies.sim-lib-discrete-comb]
version = "0.2.0"

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

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

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

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

[dependencies.thiserror]
version = "1"

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

[lints.rust]
unsafe_code = "forbid"