laddu-python 0.15.0

Amplitude analysis made short and sweet
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 = "2021"
rust-version = "1.88.0"
name = "laddu-python"
version = "0.15.0"
authors = ["Nathaniel Dene Hoffman <dene@cmu.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amplitude analysis made short and sweet"
homepage = "https://github.com/denehoffman/laddu"
readme = "README.md"
keywords = [
    "PWA",
    "amplitude",
    "particle",
    "physics",
    "modeling",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/laddu"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "./docs-header.html",
]

[features]
default = ["rayon"]
mpi = ["laddu-core/mpi"]
rayon = ["dep:rayon"]

[lib]
name = "laddu_python"
path = "src/lib.rs"

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dependencies.laddu-core]
version = "0.15.0"
features = ["python"]

[dependencies.num]
version = "0.4.3"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.numpy]
version = "0.27.0"
features = ["nalgebra"]

[dependencies.pyo3]
version = "0.27.1"
features = [
    "num-complex",
    "abi3-py37",
]

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.serde]
version = "1.0.228"

[dependencies.typetag]
version = "0.2.21"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]