lamellar-prof 0.1.0

Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits", "visit-mut"]
version = "1.0"

[features]
enable-prof = []

[lib]
proc-macro = true

[package]
authors = ["Ryan D. Friese <ryan.friese@pnnl.gov>", " Mark V Raugas <mark.raugas@pnnl.gov>", "Roberto Gioiosa <roberto.gioiosa@pnnl.gov>"]
categories = ["asynchronous", "concurrency", "network-programming", "science"]
description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST."
edition = "2018"
homepage = "https://github.com/pnnl/lamellar-runtime"
keywords = ["hpc", "runtime", "pgas", "distributed", "asynchronous"]
license-file = "LICENSE"
name = "lamellar-prof"
readme = "../README.md"
repository = "https://github.com/pnnl/lamellar-runtime"
version = "0.1.0"