melior-macro 0.13.2

Internal macros for Melior
[dependencies.comrak]
default-features = false
version = "0.32.0"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.regex]
version = "1.11.1"

[dependencies.syn]
features = ["full"]
version = "2"

[dependencies.tblgen]
default-features = false
features = ["llvm19-0"]
package = "tblgen-alt"
version = "0.4.0"

[dependencies.unindent]
version = "0.2.3"

[dev-dependencies.mlir-sys]
version = "0.4.1"

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

[lib]
name = "melior_macro"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Internal macros for Melior"
documentation = "https://mlir-rs.github.io/melior/melior/"
edition = "2021"
keywords = ["mlir", "llvm"]
license = "Apache-2.0"
name = "melior-macro"
readme = "README.md"
repository = "https://github.com/mlir-rs/melior"
version = "0.13.2"

[[test]]
name = "operand"
path = "tests/operand.rs"

[[test]]
name = "region"
path = "tests/region.rs"

[[test]]
name = "utility"
path = "tests/utility.rs"