neopdf 0.4.0

A modern, fast, and reliable PDF interpolation library
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.83.0"
name = "neopdf"
version = "0.4.0"
authors = ["Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, fast, and reliable PDF interpolation library"
readme = "README.md"
keywords = [
    "high-energy-physics",
    "physics",
]
categories = ["science"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Radonirinaunimi/neopdf"

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

[[test]]
name = "pdf"
path = "tests/pdf.rs"

[[bench]]
name = "bench_pdf"
path = "benches/bench_pdf.rs"
harness = false

[dependencies.bincode]
version = "1.3"

[dependencies.flate2]
version = "1.1.2"

[dependencies.git-version]
version = "0.3.9"

[dependencies.indicatif]
version = "0.18.4"
default-features = false

[dependencies.itertools]
version = "0.13"

[dependencies.lz4_flex]
version = "0.13"

[dependencies.ndarray]
version = "0.17.2"
features = ["serde"]

[dependencies.neopdf_legacy]
version = "0.4.0"

[dependencies.ninterp]
version = "0.8.2"

[dependencies.rayon]
version = "1.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tar]
version = "0.4.45"
default-features = false

[dependencies.tempfile]
version = "3.10.1"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.ureq]
version = "2"
features = ["tls"]

[dev-dependencies.criterion]
version = "0.6"