lhapdf 0.1.7

(Unofficial) Rust bindings for the LHAPDF C++ library
Documentation
[package]
name = "lhapdf"
version = "0.1.7"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://github.com/cschwan/lhapdf"
readme = "README.md"
keywords = ["high-energy-physics", "physics"]
categories = ["science"]
description = "(Unofficial) Rust bindings for the LHAPDF C++ library"

[dependencies]
cfg-if = "0.1"
cpp = "0.5"

[build-dependencies]
cpp_build = "0.5"
pkg-config = "0.3"

[features]
docs-only = []

[package.metadata.docs.rs]
features = [ "docs-only" ]