xpile 0.0.1

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.
# 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 = "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"