tl-llvm 0.3.4

LLVM backend for ThinkingLanguage (Phase 30)
# 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 = "2024"
name = "tl-llvm"
version = "0.3.4"
authors = ["Mallesh Madapathi <mallesh@thinkingdbx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLVM backend for ThinkingLanguage (Phase 30)"
homepage = "https://github.com/mplusm/thinkinglanguage"
readme = "README.md"
keywords = [
    "data-engineering",
    "language",
    "ai",
    "pipeline",
    "etl",
]
categories = [
    "compilers",
    "development-tools",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/mplusm/thinkinglanguage"
resolver = "2"

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

[dependencies.inkwell]
version = "0.8"
features = ["llvm19-1"]

[dependencies.llvm-sys]
version = "191"
features = ["prefer-dynamic"]

[dependencies.rust_decimal]
version = "1"

[dependencies.tl-ast]
version = "0.3.0"

[dependencies.tl-compiler]
version = "0.3.0"

[dependencies.tl-errors]
version = "0.3.0"

[dependencies.tl-parser]
version = "0.3.0"