pineappl 1.3.2

PineAPPL is not an extension of APPLgrid
Documentation
[package]
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
description = "PineAPPL is not an extension of APPLgrid"
name = "pineappl"
readme = "README.md"

categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lints]
workspace = true

[dependencies]
anyhow = "1.0.48"
arrayvec = "0.7.2"
bincode = "1.3.3"
bitflags = { features = ["serde"], version = "2.4.2" }
enum_dispatch = "0.3.7"
float-cmp = { default-features = false, version = "0.9.0" }
git-version = "0.3.5"
itertools = "0.10.1"
lz4_flex = "0.9.2"
ndarray = { features = ["serde"], version = "0.15.4" }
# TODO: opt out of default features in this crate to match line above
pineappl-v0 = { package = "pineappl", version = "0.8.2" }
rayon = "1.5.1"
rustc-hash = "1.1.0"
serde = { features = ["derive"], version = "1.0.130" }
thiserror = "1.0.30"

[dev-dependencies]
lhapdf = { package = "managed-lhapdf", version = "0.3.4" }
num-complex = "0.4.4"
rand = { default-features = false, version = "0.8.4" }
rand_pcg = { default-features = false, version = "0.3.1" }

[features]
static = ["lhapdf/static"]