# 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 = "managed-lhapdf" version = "0.3.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/managed-lhapdf" [package.metadata.docs.rs] features = ["docs-only"] [dependencies.anyhow] version = "1.0.79" [dependencies.cxx] version = "1.0.65" [dependencies.dirs] version = "5.0.1" optional = true [dependencies.flate2] version = "1.0.22" optional = true [dependencies.fs2] version = "0.4.3" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.tar] version = "0.4.38" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.8.12" features = [ "display", "parse", ] optional = true [dependencies.ureq] version = "2.10.1" optional = true [build-dependencies.cxx-build] version = "1.0.107" [build-dependencies.pkg-config] version = "0.3" [features] default = ["managed"] docs-only = [] managed = [ "dep:dirs", "dep:flate2", "dep:fs2", "dep:ureq", "dep:tar", "dep:toml", ] static = []