remir_llvm 1.0.0

The LLVM binding for the Remir library
# 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 = "remir_llvm"
version = "1.0.0"
authors = ["Zffu <zffu@zffu.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The LLVM binding for the Remir library"
readme = "README.md"
keywords = [
    "mir",
    "language",
    "llvm",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/Zffu/remir"
resolver = "1"

[features]
no_sibling_safety = []

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

[dependencies.inkwell]
version = "0.9.0"
features = ["llvm22-1"]

[dependencies.remir]
version = "1.0.0"