lamina-codegen 0.1.0

Codegen utilities for Lamina (register allocation, ABI, frame management)
Documentation
# 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 = "lamina-codegen"
version = "0.1.0"
authors = ["Eira <eira@nornity.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codegen utilities for Lamina (register allocation, ABI, frame management)"
readme = false
keywords = [
    "compiler",
    "codegen",
    "register-allocation",
    "abi",
]
categories = [
    "compilers",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/SkuldNorniern/lamina"

[features]
default = []
nightly = []

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

[dependencies.lamina-mir]
version = "0.1.0"

[dependencies.lamina-platform]
version = "0.1.0"