neopdf_pyapi 0.3.3

Python bindings to NeoPDF Rust library
Documentation
[package]
name = "neopdf_pyapi"
authors = ["Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>"]
description = "Python bindings to NeoPDF Rust library"
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

[package.metadata.maturin]
name = "neopdf-hep"

[lib]
name = "neopdf"
crate-type = ["cdylib"]
doc = false

[dependencies]
thiserror.workspace = true
numpy.workspace = true
ndarray.workspace = true
neopdf.workspace = true
pyo3.workspace = true