[package] name = "lamellar-prof" version = "0.1.0" authors = ["Ryan D. Friese ", " Mark V Raugas ", "Roberto Gioiosa "] edition = "2018" description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST." readme = "../README.md" repository = "https://github.com/pnnl/lamellar-runtime" homepage = "https://github.com/pnnl/lamellar-runtime" license-file = "../LICENSE" keywords = ["hpc","runtime","pgas","distributed","asynchronous"] categories = ["asynchronous","concurrency", "network-programming","science"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full","extra-traits","visit-mut"] } [features] enable-prof=[]