# 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.70.0" name = "pineappl_capi" version = "0.8.6" authors = ["Christopher Schwan "] build = 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" [[package.metadata.capi.install.include.asset]] from = "include/PineAPPL.hpp" [lib] name = "pineappl_capi" path = "src/lib.rs" [dependencies.itertools] version = "0.10.1" [dependencies.pineappl] version = "=0.8.6" [features] capi = [] [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"