xpile 0.1.1

Polyglot transpile workbench (Python/C/C++/Rust/Ruchy/Lean ↔ Rust/Ruchy/PTX/WGSL/SPIR-V) with provable contracts at every layer.
# 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.1.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."
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"

[[example]]
name = "01_python_to_rust"
path = "examples/01_python_to_rust.rs"

[[example]]
name = "02_python_to_lean"
path = "examples/02_python_to_lean.rs"

[[example]]
name = "03_python_to_ruchy"
path = "examples/03_python_to_ruchy.rs"

[[example]]
name = "04_shell_roundtrip"
path = "examples/04_shell_roundtrip.rs"

[[example]]
name = "05_python_to_shell"
path = "examples/05_python_to_shell.rs"

[[example]]
name = "06_inspect_session"
path = "examples/06_inspect_session.rs"

[[test]]
name = "attestations"
path = "tests/attestations.rs"

[[test]]
name = "diamond_coverage"
path = "tests/diamond_coverage.rs"

[[test]]
name = "diff_exec"
path = "tests/diff_exec.rs"

[[test]]
name = "exempt_deadlines"
path = "tests/exempt_deadlines.rs"

[[test]]
name = "kani_harnesses"
path = "tests/kani_harnesses.rs"

[[test]]
name = "kani_verify"
path = "tests/kani_verify.rs"

[[test]]
name = "notation_runtime"
path = "tests/notation_runtime.rs"

[[test]]
name = "qa_gate"
path = "tests/qa_gate.rs"

[[test]]
name = "quorum"
path = "tests/quorum.rs"

[[test]]
name = "refinement_proofs"
path = "tests/refinement_proofs.rs"

[[test]]
name = "runtime_strata"
path = "tests/runtime_strata.rs"

[[test]]
name = "shell_diff_exec"
path = "tests/shell_diff_exec.rs"

[[test]]
name = "sota_dossier_deadline"
path = "tests/sota_dossier_deadline.rs"

[[test]]
name = "trait_determinism"
path = "tests/trait_determinism.rs"

[[test]]
name = "trait_runtime_properties"
path = "tests/trait_runtime_properties.rs"

[[test]]
name = "transpile_e2e"
path = "tests/transpile_e2e.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.xpile-backend]
version = "0.1.1"

[dependencies.xpile-core]
version = "0.1.1"

[dependencies.xpile-meta-hir]
version = "0.1.1"

[dev-dependencies.latex-contract-frontend]
version = "0.1.1"

[dev-dependencies.xpile-contract-backend]
version = "0.1.1"

[dev-dependencies.xpile-contract-frontend]
version = "0.1.1"

[dev-dependencies.xpile-contracts]
version = "0.1.1"