libome-rs 0.0.1

Rust bindings for libome, a C++ library for massive QCD operator matrix elements in x-space.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "libome-rs"
version = "0.0.1"
build = "build.rs"
include = [
    "Cargo.toml",
    "Cargo.lock",
    "build.rs",
    "README.md",
    "LICENSE",
    "CITATION",
    "CITATION.bib",
    "UPSTREAM.md",
    "src/**",
    "tests/**",
    "native/libome/src/**",
    "native/libome/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libome, a C++ library for massive QCD operator matrix elements in x-space."
readme = "README.md"
keywords = [
    "qcd",
    "pdf",
    "ome",
    "bindings",
]
categories = [
    "science",
    "external-ffi-bindings",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/t7phy/libome_rs"

[features]
mellin = []

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

[[bin]]
name = "libome-rs"
path = "src/main.rs"

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

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

[dependencies.paste]
version = "1"

[build-dependencies.cc]
version = "1"

[build-dependencies.pkg-config]
version = "0.3"