[dependencies.accurate]
version = "0.4.1"
[dependencies.bincode]
version = "1.3.3"
[dependencies.fastrand]
version = "2.3.0"
[dependencies.ganesh]
version = "0.16.0"
[dependencies.laddu-core]
features = ["python"]
version = "0.2.0"
[dependencies.num_cpus]
version = "1.16.0"
[dependencies.numpy]
features = ["nalgebra"]
version = "0.23.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.pyo3]
features = ["num-complex", "abi3-py37"]
version = "0.23.3"
[dependencies.rayon]
optional = true
version = "1.10.0"
[dependencies.serde]
version = "1.0.215"
[dependencies.shellexpand]
version = "3.1.0"
[dependencies.typetag]
version = "0.2.18"
[features]
default = ["rayon"]
f32 = ["ganesh/f32", "laddu-core/f32"]
rayon = ["dep:rayon"]
[lib]
name = "laddu_python"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Nathaniel Dene Hoffman <dene@cmu.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Amplitude analysis made short and sweet"
edition = "2021"
homepage = "https://github.com/denehoffman/laddu"
keywords = ["PWA", "amplitude", "particle", "physics", "modeling"]
license = "MIT OR Apache-2.0"
name = "laddu-python"
readme = "README.md"
repository = "https://github.com/denehoffman/laddu"
rust-version = "1.70.0"
version = "0.2.1"