# 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.3.2" 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" [dependencies.apint] version = "0.2.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.combine] version = "4.6.7" [dependencies.inkwell] version = "0" features = ["llvm17-0"] [dependencies.linkme] version = "0.3" [dependencies.pliron] version = "0" [dependencies.pliron-derive] version = "0" [dependencies.rustc-hash] version = "1.0" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.expect-test] version = "1.5.0" [dev-dependencies.tempfile] version = "3"