# 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_sched" version = "0.1.0" authors = ["Ryan D. Friese "] description = "This crate provides and installable wrapper for the MCL (Minos Compute Library) Scheduler 'mcl_sched'" readme = "README.md" keywords = [ "heterogeneous", "gpu", "fpga", "hpc", "runtime", ] license-file = "LICENSE" repository = "https://github.com/pnnl/mcl" [profile.release] opt-level = 3 lto = true codegen-units = 1 rpath = true [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.libmcl-sys] version = "0.1.2" [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"]