[package]
edition = "2021"
rust-version = "1.80.1"
name = "pineappl_capi"
version = "1.3.2"
authors = [
"Christopher Schwan <handgranaten-herbert@posteo.de>",
"Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C language interface to PineAPPL"
readme = "README.md"
keywords = [
"high-energy-physics",
"physics",
]
categories = ["science"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
[package.metadata.capi]
min_version = "0.9.0"
[features]
capi = []
[lib]
name = "pineappl_capi"
path = "src/lib.rs"
[dependencies.itertools]
version = "0.10.1"
[dependencies.ndarray]
version = "0.15.4"
[dependencies.pineappl]
version = "=1.3.2"
[lints.clippy]
cognitive-complexity = "allow"
module-name-repetitions = "allow"
similar-names = "allow"
too-many-lines = "allow"
unreadable-literal = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing-docs = "warn"
unsafe-op-in-unsafe-fn = "deny"