[build-dependencies.cc]
version = "1.0"
[build-dependencies.cxx-build]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3"
[dependencies.cxx]
version = "1.0"
[lib]
name = "neopdf_tmdlib"
path = "src/lib.rs"
[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 = ["Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "NeoPDF's interface to TMDlib"
edition = "2021"
keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
name = "neopdf_tmdlib"
readme = "README.md"
repository = "https://github.com/Radonirinaunimi/neopdf"
rust-version = "1.82.0"
version = "0.2.0"
[[test]]
name = "xtmd"
path = "tests/xtmd.rs"