# 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-llvm" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LLVM dialect for pliron" readme = "README.md" keywords = [ "pliron", "llvm", "mlir", "compiler", ] categories = ["compilers"] license = "Apache-2.0" repository = "https://github.com/vaivaswatha/pliron" [lib] name = "pliron_llvm" path = "src/lib.rs" [[bin]] name = "llvm-opt" path = "src/bin/llvm-opt.rs" [[test]] name = "compile_run" path = "tests/compile_run.rs" [dependencies.apint] version = "0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.combine] version = "4" [dependencies.linkme] version = "0" [dependencies.llvm-sys] version = "180" [dependencies.pliron] version = "0" [dependencies.rustc-hash] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.expect-test] version = "1" [dev-dependencies.tempfile] version = "3"