lift-export 0.4.2

LIFT-EXPORT: Backends — LLVM IR, ONNX (opset 21), OpenQASM 3, CUDA PTX (planned), XLA (planned)
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.80"
name = "lift-export"
version = "0.4.2"
authors = ["LIFT Framework Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LIFT-EXPORT: Backends — LLVM IR, ONNX (opset 21), OpenQASM 3, CUDA PTX (planned), XLA (planned)"
readme = "README.md"
keywords = [
    "export",
    "llvm",
    "qasm",
    "backend",
    "compiler",
]
categories = [
    "compilers",
    "science",
]
license = "MIT"
repository = "https://github.com/rustnew/Lift"

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

[dependencies.lift-core]
version = "0.4.2"

[dependencies.lift-quantum]
version = "0.4.2"

[dependencies.lift-tensor]
version = "0.4.2"

[dependencies.thiserror]
version = "1.0"