pineappl_cli 1.2.0

Read, write, and query PineAPPL grids
[[bin]]
name = "pineappl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.48"

[dependencies.base64]
optional = true
version = "0.22.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.28"

[dependencies.cxx]
optional = true
version = "1.0.65"

[dependencies.either]
features = ["serde"]
optional = true
version = "1.8.0"

[dependencies.enum_dispatch]
version = "0.3.7"

[dependencies.flate2]
optional = true
version = "1.0.22"

[dependencies.float-cmp]
version = "0.9.0"

[dependencies.git-version]
version = "0.3.5"

[dependencies.itertools]
version = "0.10.1"

[dependencies.lhapdf]
package = "managed-lhapdf"
version = "0.3.4"

[dependencies.lz4_flex]
optional = true
version = "0.9.2"

[dependencies.ndarray]
version = "0.15.4"

[dependencies.ndarray-npy]
optional = true
version = "0.8.1"

[dependencies.pineappl]
version = "=1.2.0"

[dependencies.pineappl_applgrid]
optional = true
version = "=1.2.0"

[dependencies.pineappl_fastnlo]
optional = true
version = "=1.2.0"

[dependencies.prettytable-rs]
default-features = false
features = ["win_crlf"]
version = "0.10.0"

[dependencies.rayon]
version = "1.5.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.130"

[dependencies.serde_yaml]
optional = true
version = "0.9.13"

[dependencies.tar]
optional = true
version = "0.4.38"

[dev-dependencies.assert_cmd]
version = "2.0.2"

[dev-dependencies.assert_fs]
version = "1.0.6"

[dev-dependencies.predicates]
version = "3.1.0"

[features]
applgrid = ["dep:cxx", "dep:pineappl_applgrid"]
evolve = ["dep:base64", "dep:either", "dep:tar", "dep:lz4_flex", "dep:ndarray-npy", "dep:serde", "dep:serde_yaml"]
fastnlo = ["dep:pineappl_fastnlo"]
fktable = ["dep:flate2", "dep:tar"]
static = ["lhapdf/static", "pineappl/static", "pineappl_applgrid?/static", "pineappl_fastnlo?/static"]

[lib]
name = "pineappl_cli"
path = "src/lib.rs"

[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"

[package]
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Read, write, and query PineAPPL grids"
edition = "2021"
keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
name = "pineappl_cli"
readme = "README.md"
repository = "https://github.com/NNPDF/pineappl"
rust-version = "1.80.1"
version = "1.2.0"

[package.metadata.docs.rs]
rustc-args = ['--cfg feature="docs-only"']

[[test]]
name = "analyze"
path = "tests/analyze.rs"

[[test]]
name = "channels"
path = "tests/channels.rs"

[[test]]
name = "convolve"
path = "tests/convolve.rs"

[[test]]
name = "diff"
path = "tests/diff.rs"

[[test]]
name = "evolve"
path = "tests/evolve.rs"

[[test]]
name = "export"
path = "tests/export.rs"

[[test]]
name = "help"
path = "tests/help.rs"

[[test]]
name = "import"
path = "tests/import.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "merge"
path = "tests/merge.rs"

[[test]]
name = "orders"
path = "tests/orders.rs"

[[test]]
name = "plot"
path = "tests/plot.rs"

[[test]]
name = "pull"
path = "tests/pull.rs"

[[test]]
name = "read"
path = "tests/read.rs"

[[test]]
name = "subgrids"
path = "tests/subgrids.rs"

[[test]]
name = "uncert"
path = "tests/uncert.rs"

[[test]]
name = "write"
path = "tests/write.rs"