# 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 = "mcl-rs" version = "0.2.0" authors = [ "Polykarpos Thomadakis ", "Ryan D. Friese ", ] description = "This system crate provides high-level 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] all-features = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true rpath = true [dependencies.async-std] version = "0.99.3" features = ["unstable"] [dependencies.bitflags] version = "1.3.2" [dependencies.libmcl-sys] version = "0.1.2" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0.126" features = ["derive"] [dev-dependencies.fork] version = "0.1.20" [dev-dependencies.futures] version = "0.3.6" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.rustfft] version = "6.1.0" [build-dependencies.rustc_version] version = "0.4.0" [features] docs-rs = ["libmcl-sys/docs-rs"] mcl_debug = ["libmcl-sys/mcl_debug"] pocl_extensions = [ "shared_mem", "libmcl-sys/pocl_extensions", ] shared_mem = ["libmcl-sys/shared_mem"]