# 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 = "comet-rs-impl" version = "0.1.1-rc2" authors = [ "Ryan D. Friese ", "Gokcen Kestor ", ] description = "Rust eDSL for COMET: domain specific COMpiler for Extreme Targets" homepage = "https://github.com/pnnl/COMET" readme = "README.md" keywords = [ "heterogeneous", "mlir", "compiler", "dsl", "COMET", ] categories = [ "compilers", "hardware-support", "science", ] license-file = "LICENSE" repository = "https://github.com/pnnl/COMET/tree/master/frontends/rust/comet-rs" [lib] proc-macro = true [dependencies.itertools] version = "0.10" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rand] version = "0.8.0" [dependencies.regex] version = "1.3" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", "visit-mut", ] [features] comet_errors_as_warnings = []