[[bench]]
harness = false
name = "kmatrix_benchmark"
path = "benches/kmatrix_benchmark.rs"
[[bin]]
name = "laddu"
path = "src/main.rs"
[dependencies.arrow]
version = "53.1.0"
[dependencies.auto_ops]
version = "0.3.0"
[dependencies.dyn-clone]
version = "1.0.17"
[dependencies.factorial]
version = "0.4.0"
[dependencies.indexmap]
version = "2.6.0"
[dependencies.nalgebra]
version = "0.33.0"
[dependencies.num]
version = "0.4.3"
[dependencies.numpy]
features = ["nalgebra"]
optional = true
version = "0.22.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.parquet]
version = "53.1.0"
[dependencies.pyo3]
features = ["num-complex"]
optional = true
version = "0.22.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rayon]
optional = true
version = "1.10.0"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[features]
default = ["rayon", "python"]
extension-module = ["pyo3/extension-module"]
f32 = []
python = ["dep:pyo3", "dep:numpy"]
rayon = ["dep:rayon"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "laddu"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Amplitude analysis made short and sweet"
documentation = "https://docs.rs/laddu"
edition = "2021"
homepage = "https://github.com/denehoffman/laddu"
keywords = ["PWA", "amplitude", "particle", "physics", "modeling"]
license = "MIT OR Apache-2.0"
name = "laddu"
readme = "README.md"
repository = "https://github.com/denehoffman/laddu"
version = "0.1.2"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./docs/docs-header.html"]
[package.metadata.maturin]
python-source = "python"
[profile.bench]
codegen-units = 1
lto = true
panic = "unwind"
[profile.perf]
debug = 2
inherits = "release"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"