# 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 = "abstraps" version = "0.1.8" authors = ["McCoy R. Becker"] description = "Extensible compiler middle layer with abstract interpretation and code generation to MLIR." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/femtomc/abstraps" resolver = "2" [dependencies.color-eyre] version = "0.5.11" [dependencies.cranelift] version = "0.79.0" optional = true [dependencies.downcast-rs] version = "1.2.0" [dependencies.indenter] version = "0.3.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.3" [dependencies.yansi] version = "0.5.0" [build-dependencies.bindgen] version = "0.59.1" [features] clift = ["cranelift"] mlir = []