melior 0.26.4

The rustic MLIR bindings in Rust
# 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 = "2024"
name = "melior"
version = "0.26.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The rustic MLIR bindings in Rust"
documentation = "https://mlir-rs.github.io/melior/melior/"
readme = "README.md"
keywords = [
    "llvm",
    "mlir",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/mlir-rs/melior"

[features]
helpers = ["ods-dialects"]
ods-dialects = []

[lib]
name = "melior"
path = "src/lib.rs"

[dependencies.melior-macro]
version = "0.19.0"

[dependencies.mlir-sys]
version = "210.0.1"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.insta]
version = "1.46.3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"