# 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" name = "libmcl-sys" version = "0.1.2" authors = [ "Polykarpos Thomadakis ", "Ryan D. Friese ", "Roberto Gioiosa ", ] description = "This system crate provides Rust language bindings to the Minos Compute Library (MCL)" readme = "README.md" keywords = [ "heterogeneous", "gpu", "fpga", "hpc", "runtime", ] license-file = "LICENSE" repository = "https://github.com/pnnl/mcl" [package.metadata.docs.rs] features = [ "docs-rs", "shared_mem", ] [profile.release] opt-level = 3 lto = true codegen-units = 1 rpath = true [dev-dependencies.rand] version = "0.8.3" [build-dependencies.autotools] version = "0.2.6" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cc] version = "1.0.77" [build-dependencies.glob] version = "0.3.1" [features] docs-rs = [] mcl_debug = [] pocl_extensions = ["shared_mem"] shared_mem = []