managed-lhapdf 0.4.1

(Unofficial) Rust bindings for the LHAPDF C++ 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 = "2024"
rust-version = "1.91.0"
name = "managed-lhapdf"
version = "0.4.1"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(Unofficial) Rust bindings for the LHAPDF C++ library"
readme = "README.md"
keywords = [
    "high-energy-physics",
    "physics",
]
categories = ["science"]
license = "GPL-3.0-or-later"
repository = "https://github.com/cschwan/managed-lhapdf"

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

[features]
default = ["managed"]
docs-only = []
managed = [
    "dep:dirs",
    "dep:flate2",
    "dep:fs2",
    "dep:tar",
    "dep:toml",
    "dep:ureq",
    "dep:url",
]
static = []

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

[dependencies.anyhow]
version = "1.0.79"

[dependencies.cxx]
version = "1.0.130"

[dependencies.dirs]
version = "5.0.1"
optional = true

[dependencies.flate2]
version = "1.0.22"
optional = true

[dependencies.fs2]
version = "0.4.3"
optional = true

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

[dependencies.tar]
version = "0.4.38"
optional = true
default-features = false

[dependencies.thiserror]
version = "1.0.30"

[dependencies.toml]
version = "0.8.12"
features = [
    "display",
    "parse",
]
optional = true

[dependencies.ureq]
version = "2.10.1"
optional = true

[dependencies.url]
version = "2.5.2"
features = ["serde"]
optional = true

[build-dependencies.cxx-build]
version = "1.0.130"

[build-dependencies.pkg-config]
version = "0.3"