# 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 = "pliron" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Programming Languages Intermediate RepresentatiON" readme = "README.md" keywords = [ "pliron", "llvm", "mlir", "compiler", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/vaivaswatha/pliron" [lib] name = "pliron" path = "src/lib.rs" [[test]] name = "interfaces" path = "tests/interfaces.rs" [[test]] name = "ir_construct" path = "tests/ir_construct.rs" [dependencies.apint] version = "0" [dependencies.combine] version = "4" [dependencies.downcast-rs] version = "1" [dependencies.dyn-clone] version = "1" [dependencies.linkme] version = "0" [dependencies.once_cell] version = "1" [dependencies.paste] version = "1" [dependencies.pliron-derive] version = "0" [dependencies.regex] version = "1" [dependencies.rustc-hash] version = "1" [dependencies.slotmap] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.expect-test] version = "1"