lift-codegen 0.4.4

LIFT compiler code generator: define AI and quantum models from Rust, emit .lif, .lith, .ll, .onnx, .qasm files
# 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-codegen"
version = "0.4.4"
authors = ["LIFT Framework Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LIFT compiler code generator: define AI and quantum models from Rust, emit .lif, .lith, .ll, .onnx, .qasm files"
readme = "README.md"
keywords = [
    "codegen",
    "compiler",
    "model",
    "ir",
    "onnx",
]
categories = [
    "compilers",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/rustnew/Lift"

[[bin]]
name = "lift-codegen"
path = "src/main.rs"

[dependencies.lift-ast]
version = "0.4.4"

[dependencies.lift-config]
version = "0.4.4"

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

[dependencies.lift-export]
version = "0.4.4"

[dependencies.lift-opt]
version = "0.4.4"

[dependencies.lift-predict]
version = "0.4.4"

[dependencies.lift-sim]
version = "0.4.4"