[[bench]]
harness = false
name = "triad"
path = "benches/triad.rs"
required-features = ["nrt", "std"]
[dependencies.rstmt-core]
default-features = false
version = "0.0.13"
[dependencies.rstmt-macros]
optional = true
version = "0.0.13"
[dependencies.rstmt-nrt]
default-features = false
optional = true
version = "0.0.13"
[dev-dependencies.anyhow]
default-features = false
features = ["std"]
version = "1"
[dev-dependencies.criterion]
default-features = false
features = ["plotters"]
version = "0.8"
[dev-dependencies.lazy_static]
version = "1"
[dev-dependencies.tracing]
default-features = false
features = ["attributes", "attributes", "std"]
version = "0.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "ansi", "serde", "std"]
version = "0.3"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "motion"
path = "examples/motion.rs"
required-features = ["motion", "std", "tonnetz"]
[[example]]
name = "triads"
path = "examples/triads.rs"
required-features = ["nrt", "std"]
[features]
alloc = ["rstmt-core/alloc", "rstmt-nrt?/alloc"]
complex = ["rstmt-core/complex"]
default = ["macros", "motion", "nrt", "std", "tonnetz"]
full = ["default", "complex", "json", "rand", "serde"]
hashbrown = ["rstmt-core/hashbrown", "rstmt-nrt?/hashbrown"]
json = ["alloc", "serde", "serde_json", "rstmt-core/json", "rstmt-nrt?/json"]
macros = ["dep:rstmt-macros", "rstmt-core/macros"]
motion = ["rstmt-nrt?/motion"]
nightly = ["rstmt-core/nightly", "rstmt-macros/nightly", "rstmt-nrt?/nightly"]
nrt = ["dep:rstmt-nrt"]
rand = ["rstmt-core/rand", "rstmt-nrt?/rand"]
rayon = ["rstmt-core/rayon", "rstmt-nrt?/rayon"]
rng = ["rstmt-core/rng", "rstmt-nrt?/rng"]
serde = ["rstmt-core/serde", "rstmt-nrt?/serde"]
serde_json = ["rstmt-core/serde_json", "rstmt-nrt?/serde_json"]
std = ["rstmt-core/std", "rstmt-nrt?/std"]
tonnetz = ["std", "hashbrown", "motion", "nrt", "rstmt-nrt?/tonnetz"]
wasi = ["rstmt-core/wasi", "rstmt-nrt?/wasi"]
wasm = ["rstmt-core/wasm", "rstmt-nrt?/wasm"]
wasm_bindgen = ["rstmt-core/wasm_bindgen", "rstmt-nrt?/wasm_bindgen"]
[lib]
bench = true
crate-type = ["lib"]
doc = true
doctest = true
name = "rstmt"
path = "lib.rs"
test = true
[package]
authors = ["FL03 <joe@pzzld.org> (https://github.com/FL03)", "Scattered-Systems <support@scsys.io> (https://github.com/scattered-systems)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["mathematics"]
description = "A complete framework for computational music theory and composition based on topological and categorical methods."
edition = "2024"
homepage = "https://github.com/FL03/rstmt/wiki"
keywords = ["analysis", "composition", "music-theory", "research", "topology"]
license = "Apache-2.0"
name = "rstmt"
readme = "README.md"
repository = "https://github.com/FL03/rstmt.git"
rust-version = "1.86.0"
version = "0.0.13"
[package.metadata.docs.rs]
all-features = false
features = ["default"]
rustc-args = ["--cfg", "docsrs"]
[package.metadata.release]
no-dev-version = true
tag-name = "v{{version}}"
[[test]]
name = "default"
path = "tests/default.rs"