[package]
edition = "2024"
name = "sim-lib-serial-core"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Finite symbolic alphabets, aggregate rules, and certified total series transforms 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_serial_core"
path = "src/lib.rs"
[[test]]
name = "certified_transform_recipe"
path = "tests/certified_transform_recipe.rs"
[dependencies.sim-cookbook]
version = "0.2.0"
[dependencies.sim-lib-discrete-rank]
version = "0.1.2"
[dependencies.sim-lib-rank]
version = "0.1.3"
[dependencies.thiserror]
version = "1"
[build-dependencies.sim-cookbook]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"