# 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 = "melior" version = "0.19.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The rustic MLIR bindings in Rust" documentation = "https://raviqqe.github.io/melior/melior/" readme = "README.md" keywords = [ "mlir", "llvm", ] license = "Apache-2.0" repository = "https://github.com/raviqqe/melior" [lib] name = "melior" path = "src/lib.rs" [dependencies.dashmap] version = "6.1.0" [dependencies.melior-macro] version = "0.12.0" [dependencies.mlir-sys] version = "0.3.0" [dependencies.once_cell] version = "1" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.insta] version = "1.40.0" [dev-dependencies.pretty_assertions] version = "1.4.1" [features] ods-dialects = []