laddu-data 0.20.0

Amplitude analysis tools for Rust
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 = "2024"
rust-version = "1.95.0"
name = "laddu-data"
version = "0.20.0"
authors = ["Nathaniel Dene Hoffman <nhoffman@wm.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Amplitude analysis tools for Rust"
homepage = "https://github.com/denehoffman/laddu"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/denehoffman/laddu"
resolver = "2"

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

[features]
accurate = ["dep:accurate"]
default = ["parallel"]
mpi = ["dep:mpi"]
parallel = [
    "rayon",
    "accurate",
]
rayon = ["dep:rayon"]

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

[dependencies.accurate]
version = "0.4.1"
optional = true

[dependencies.arrow]
version = "59.1.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.laddu-memory]
version = "0.20.0"

[dependencies.laddu-physics]
version = "0.20.0"

[dependencies.log]
version = "0.4.32"

[dependencies.mpi]
version = "0.8.2"
features = ["complex"]
optional = true

[dependencies.nalgebra]
version = "0.35.0"
features = ["serde-serialize"]

[dependencies.num]
version = "0.4.3"
features = ["serde"]

[dependencies.oxyroot]
version = "0.1.25"

[dependencies.parquet]
version = "59.1.0"

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

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "5.0.1"
features = ["html_reports"]
package = "codspeed-criterion-compat"

[dev-dependencies.mpi_test]
version = "0.1.1"

[lints.clippy]
missing_errors_doc = "warn"
missing_panics_doc = "warn"

[lints.rust]
missing_docs = "warn"