[package]
edition = "2024"
rust-version = "1.91.0"
name = "pineappl_fastnlo"
version = "1.4.2"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PineAPPL's interface to fastNLO"
readme = "README.md"
keywords = [
"high-energy-physics",
"physics",
]
categories = ["science"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
resolver = "2"
[features]
static = []
[lib]
name = "pineappl_fastnlo"
path = "src/lib.rs"
[dependencies.cxx]
version = "1.0.161"
[dependencies.thiserror]
version = "1.0.30"
[build-dependencies.cxx-build]
version = "1.0.161"
[build-dependencies.pkg-config]
version = "0.3.26"
[lints.clippy]
absolute_paths = "warn"
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
arbitrary_source_item_ordering = "warn"
cognitive-complexity = "allow"
doc_paragraphs_missing_punctuation = "warn"
if_then_some_else_none = "warn"
module-name-repetitions = "allow"
non_ascii_literal = "warn"
redundant_test_prefix = "warn"
renamed_function_params = "warn"
return_and_then = "warn"
self_named_module_files = "warn"
semicolon_inside_block = "warn"
similar-names = "allow"
str_to_string = "warn"
string_slice = "warn"
too-many-lines = "allow"
unreadable-literal = "allow"
unused_trait_names = "warn"
wildcard_enum_match_arm = "warn"
[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"