# 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 = "lamellar-impl" version = "0.7.0" authors = [ "Ryan D. Friese ", "Roberto Gioiosa ", "Joseph Cottam ", "Greg Roek ", "Erdal Mutlu ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST." homepage = "https://github.com/pnnl/lamellar-runtime" readme = "README.md" keywords = [ "hpc", "runtime", "pgas", "distributed", "asynchronous", ] categories = [ "asynchronous", "concurrency", "network-programming", "science", ] license-file = "LICENSE" repository = "https://github.com/pnnl/lamellar-runtime" [lib] name = "lamellar_impl" path = "src/lib.rs" proc-macro = true [dependencies.async-trait] version = "0.1.58" [dependencies.futures] version = "0.3.25" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.47" features = ["span-locations"] [dependencies.quote] version = "1.0.21" [dependencies.syn] version = "2.0.17" features = [ "full", "extra-traits", "fold", "visit-mut", ]