xpile-backend 0.1.37

Backend trait — every target language (Rust, Ruchy, PTX, WGSL, SPIR-V, Lean) implements this.
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 = "2021"
rust-version = "1.93"
name = "xpile-backend"
version = "0.1.37"
authors = ["PAIML Engineering"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend trait — every target language (Rust, Ruchy, PTX, WGSL, SPIR-V, Lean) implements this."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/paiml/xpile"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "1"

[dependencies.xpile-contracts]
version = "0.1.12"

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

[dev-dependencies.serde_json]
version = "1"