[package]
edition = "2021"
rust-version = "1.93"
name = "xpile"
version = "0.0.1"
authors = ["PAIML Engineering"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Polyglot transpile workbench (Python/C/C++/Rust/Ruchy/Lean ↔ Rust/Ruchy/PTX/WGSL/SPIR-V) with provable contracts at every layer. v0.0.1 is a name reservation; the real CLI lands in v0.1.0+ — see the GitHub repo."
homepage = "https://github.com/paiml/xpile"
documentation = "https://docs.rs/xpile"
readme = "README.md"
keywords = [
"transpile",
"polyglot",
"compiler",
"verification",
"rust",
]
categories = [
"development-tools",
"command-line-utilities",
"compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/paiml/xpile"
[[bin]]
name = "xpile"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"