[package]
edition = "2021"
rust-version = "1.93"
name = "xpile-ruchy-codegen"
version = "0.1.37"
authors = ["PAIML Engineering"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ruchy backend stub — lowers meta-HIR to Ruchy source. The Profile::RuchyOut path reconstructs the pipeline operator at emission. Phase 4."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/paiml/xpile"
[lib]
name = "xpile_ruchy_codegen"
path = "src/lib.rs"
[dependencies.thiserror]
version = "1"
[dependencies.xpile-backend]
version = "0.1.12"
[dependencies.xpile-meta-hir]
version = "0.1.12"