# 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" version = "0.8.6" authors = ["Christopher Schwan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PineAPPL is not an extension of APPLgrid" readme = "README.md" keywords = [ "high-energy-physics", "physics", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/NNPDF/pineappl" [lib] name = "pineappl" path = "src/lib.rs" [[test]] name = "drell_yan_lo" path = "tests/drell_yan_lo.rs" [dependencies.anyhow] version = "1.0.48" [dependencies.arrayvec] version = "0.7.2" [dependencies.bincode] version = "1.3.3" [dependencies.bitflags] version = "2.4.2" [dependencies.enum_dispatch] version = "0.3.7" [dependencies.float-cmp] version = "0.9.0" [dependencies.git-version] version = "0.3.5" [dependencies.itertools] version = "0.10.1" [dependencies.lz4_flex] version = "0.9.2" [dependencies.ndarray] version = "0.15.4" features = ["serde"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.48" [dev-dependencies.lhapdf] version = "0.3.2" package = "managed-lhapdf" [dev-dependencies.ndarray-npy] version = "0.8.1" [dev-dependencies.num-complex] version = "0.4.4" [dev-dependencies.rand] version = "0.8.4" default-features = false [dev-dependencies.rand_pcg] version = "0.3.1" default-features = false [dev-dependencies.serde_yaml] version = "0.9.13" [features] static = ["lhapdf/static"] [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"