# 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 = "2018" name = "lhapdf" version = "0.2.4" authors = ["Christopher Schwan "] description = "(Unofficial) Rust bindings for the LHAPDF C++ library" readme = "README.md" keywords = [ "high-energy-physics", "physics", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/cschwan/lhapdf" [package.metadata.docs.rs] features = ["docs-only"] [dependencies.cxx] version = "1.0.107" [dependencies.thiserror] version = "1.0" [build-dependencies.cxx-build] version = "1.0.107" [build-dependencies.pkg-config] version = "0.3" [features] docs-only = []