pineappl_capi 1.3.2

C language interface to PineAPPL
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.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"