py-laddu-cpu 0.15.0

Python bindings for laddu
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 = "py-laddu-cpu"
version = "0.15.0"
build = false
exclude = [
    "examples/*",
    "tests/*",
    "laddu/*",
    "docs/*",
    "pyproject.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for laddu"
homepage = "https://github.com/denehoffman/laddu"
documentation = "https://laddu.readthedocs.io/en/stable/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/laddu"

[features]
default = []
mpi = [
    "laddu-extensions/mpi",
    "laddu-python/mpi",
]

[lib]
name = "laddu_cpu"
crate-type = ["cdylib"]
path = "src/lib.rs"

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

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

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

[dependencies.pyo3]
version = "0.27.1"
features = [
    "num-complex",
    "abi3",
    "extension-module",
    "generate-import-lib",
]